From ba7a24708dd83cc99c81ebe064f5570fac369a38 Mon Sep 17 00:00:00 2001 From: ty kayn Date: Tue, 21 Apr 2020 10:50:26 +0200 Subject: [PATCH] Feature/simplify scss --- .eslintcache | 2 +- .gitlab-ci.yml | 16 +- angular.json | 2 +- documentation/js/search/search_index.js | 2 +- jest.config.js | 6 +- package.json | 205 +- src/app/app.component.html | 54 +- src/app/app.component.scss | 6 +- src/app/app.component.spec.ts | 44 +- src/app/app.component.ts | 76 +- src/app/app.module.ts | 146 +- src/app/config/DateUtilities.ts | 106 +- src/app/config/PollConfig.ts | 122 +- src/app/config/PollUtilities.ts | 120 +- src/app/config/defaultConfigs.ts | 154 +- src/app/config/graph-canevas-options.ts | 44 +- src/app/config/mocks/choice.ts | 18 +- src/app/config/mocks/mock-comments.ts | 40 +- src/app/config/mocks/mock-graph.ts | 98 +- src/app/config/mocks/mock-poll3.ts | 1054 ++--- src/app/config/mocks/mock-success-vote.ts | 1312 +++--- src/app/config/mocks/mockmypolls.ts | 84 +- .../date-value-accessor.ts | 54 +- .../custom-lib/date-value-accessor/module.ts | 4 +- src/app/debugger/debugger.component.html | 60 +- src/app/debugger/debugger.component.spec.ts | 30 +- src/app/debugger/debugger.component.ts | 32 +- src/app/header/header.component.spec.ts | 30 +- src/app/header/header.component.ts | 10 +- src/app/pages/admin/admin.component.scss | 38 +- src/app/pages/admin/admin.component.spec.ts | 32 +- src/app/pages/answers/answers.component.html | 140 +- .../pages/answers/answers.component.spec.ts | 30 +- src/app/pages/answers/answers.component.ts | 144 +- src/app/pages/base-page/base.component.html | 2 +- .../pages/base-page/base.component.spec.ts | 30 +- src/app/pages/base-page/base.component.ts | 30 +- .../create-or-retrieve.component.html | 136 +- .../create-or-retrieve.component.scss | 36 +- .../create-or-retrieve.component.spec.ts | 30 +- .../create-or-retrieve.component.ts | 44 +- src/app/pages/dates/dates.component.html | 290 +- src/app/pages/dates/dates.component.scss | 60 +- src/app/pages/dates/dates.component.spec.ts | 30 +- src/app/pages/dates/dates.component.ts | 226 +- .../end-confirmation.component.html | 92 +- .../end-confirmation.component.scss | 6 +- .../end-confirmation.component.spec.ts | 30 +- .../end-confirmation.component.ts | 34 +- src/app/pages/home/home.component.html | 168 +- src/app/pages/home/home.component.spec.ts | 30 +- src/app/pages/home/home.component.ts | 16 +- src/app/pages/kind/kind.component.html | 406 +- src/app/pages/kind/kind.component.scss | 26 +- src/app/pages/kind/kind.component.spec.ts | 30 +- src/app/pages/kind/kind.component.ts | 14 +- .../pages/password/password.component.html | 12 +- .../pages/password/password.component.scss | 12 +- .../pages/password/password.component.spec.ts | 30 +- src/app/pages/password/password.component.ts | 14 +- .../pages/pictures/pictures.component.html | 2 +- .../pages/pictures/pictures.component.spec.ts | 30 +- src/app/pages/pictures/pictures.component.ts | 14 +- .../poll-display/poll-display.component.html | 116 +- .../poll-display.component.spec.ts | 30 +- .../poll-display/poll-display.component.ts | 108 +- src/app/pages/resume/resume.component.html | 120 +- src/app/pages/resume/resume.component.scss | 8 +- src/app/pages/resume/resume.component.spec.ts | 30 +- src/app/pages/resume/resume.component.ts | 12 +- .../visibility/visibility.component.html | 282 +- .../visibility/visibility.component.scss | 6 +- .../visibility/visibility.component.spec.ts | 30 +- .../pages/visibility/visibility.component.ts | 38 +- .../choices-list/choices-list.component.html | 51 +- .../choices-list/choices-list.component.scss | 5 - .../choices-list.component.spec.ts | 30 +- .../choices-list/choices-list.component.ts | 8 +- .../comments-list.component.html | 60 +- .../comments-list.component.spec.ts | 48 +- .../comments-list/comments-list.component.ts | 8 +- .../voting-choice.component.html | 266 +- .../voting-choice.component.scss | 331 +- .../voting-choice.component.spec.ts | 126 +- .../voting-choice/voting-choice.component.ts | 96 +- .../voting-comment.component.html | 18 +- .../voting-comment.component.spec.ts | 30 +- .../voting-comment.component.ts | 12 +- .../voting-graph.component.spec.ts | 30 +- .../voting-graph/voting-graph.component.ts | 14 +- .../voting-navigation.component.html | 58 +- .../voting-navigation.component.spec.ts | 30 +- .../voting-navigation.component.ts | 8 +- .../voting-summary.component.html | 279 +- .../voting-summary.component.scss | 20 +- .../voting-summary.component.spec.ts | 30 +- .../voting-summary.component.ts | 70 +- src/app/pages/voting/voting.component.html | 14 +- src/app/pages/voting/voting.component.spec.ts | 30 +- src/app/pages/voting/voting.component.ts | 12 +- .../poll-graphic/poll-graphic.component.html | 30 +- .../poll-graphic/poll-graphic.component.scss | 2 +- .../poll-graphic.component.spec.ts | 30 +- .../poll-graphic/poll-graphic.component.ts | 144 +- src/app/services/config.service.ts | 4016 ++++++++--------- src/app/services/poll-service.service.spec.ts | 10 +- src/app/services/poll.service.ts | 6 +- src/app/services/progression.service.spec.ts | 10 +- src/app/ui/copy-text/copy-text.component.html | 16 +- .../ui/copy-text/copy-text.component.spec.ts | 30 +- src/app/ui/copy-text/copy-text.component.ts | 28 +- .../resettable-input.directive.spec.ts | 8 +- .../directives/resettable-input.directive.ts | 4 +- .../erasable-input.component.html | 2 +- .../erasable-input.component.spec.ts | 30 +- .../erasable-input.component.ts | 24 +- .../master-head/master-head.component.html | 26 +- .../master-head/master-head.component.spec.ts | 30 +- .../master-head/master-head.component.ts | 10 +- .../ui/navigation/navigation.component.html | 90 +- .../ui/navigation/navigation.component.scss | 31 - .../navigation/navigation.component.spec.ts | 30 +- src/app/ui/navigation/navigation.component.ts | 34 +- .../selector/language/language.component.html | 46 +- .../language/language.component.spec.ts | 30 +- .../selector/language/language.component.ts | 110 +- src/app/ui/selector/selector.component.html | 14 +- .../ui/selector/selector.component.spec.ts | 30 +- src/app/ui/selector/selector.component.ts | 26 +- .../theme-selector.component.html | 44 +- .../theme-selector.component.scss | 4 +- .../theme-selector.component.spec.ts | 30 +- .../theme-selector.component.ts | 24 +- src/assets/css/bootstrap-reboot-4.3.1.css | 238 +- src/assets/scss/atoms/_buttons.scss | 78 - src/assets/scss/atoms/_fonts.scss | 66 - src/assets/scss/atoms/_forms.scss | 165 - src/assets/scss/atoms/_headings.scss | 16 - src/assets/scss/atoms/_images.scss | 7 - src/assets/scss/atoms/_links.scss | 65 - src/assets/scss/atoms/_lists.scss | 1 - src/assets/scss/atoms/_main.scss | 9 - src/assets/scss/atoms/_section.scss | 1 - src/assets/scss/default.scss | 28 - src/assets/scss/dev-utilities/_debug.scss | 51 + src/assets/scss/dev-utilities/_helpers.scss | 20 + src/assets/scss/dev-utilities/_mixins.scss | 18 + src/assets/scss/libraries/_frameworks.scss | 11 + src/assets/scss/libraries/_overrides.scss | 13 + src/assets/scss/molecules/_debug.scss | 15 - src/assets/scss/molecules/_flex-line.scss | 12 - src/assets/scss/molecules/_logo.scss | 71 - src/assets/scss/partials/_buttons.scss | 33 + src/assets/scss/partials/_font-families.scss | 49 + src/assets/scss/partials/_form-controls.scss | 66 + src/assets/scss/partials/_forms.scss | 61 + src/assets/scss/partials/_images.scss | 6 + src/assets/scss/partials/_links.scss | 42 + src/assets/scss/partials/_logo.scss | 70 + src/assets/scss/partials/_main.scss | 8 + src/assets/scss/partials/_navigation.scss | 83 + src/assets/scss/partials/_responsive.scss | 21 + src/assets/scss/partials/_tables.scss | 7 + src/assets/scss/partials/_typo.scss | 34 + src/assets/scss/partials/global.scss | 9 + src/assets/scss/styles.scss | 35 + src/assets/scss/themes/_all.scss | 1 + src/assets/scss/themes/_base.scss | 39 + src/assets/scss/themes/_dark.scss | 85 +- src/assets/scss/themes/_high-contrast.scss | 21 + src/assets/scss/themes/_light.scss | 21 +- src/assets/scss/themes/_red.scss | 26 +- src/assets/scss/useful_classes.scss | 167 - src/assets/scss/variables.scss | 15 +- src/environments/environment.prod.ts | 6 +- src/environments/environment.ts | 8 +- src/index.html | 22 +- src/main.ts | 6 +- src/stories/0-Welcome.stories.ts | 10 +- src/stories/1-Button.stories.ts | 48 +- src/styles.scss | 20 - tsconfig.json | 2 +- yarn.lock | 2 +- 183 files changed, 7788 insertions(+), 7778 deletions(-) delete mode 100644 src/assets/scss/atoms/_buttons.scss delete mode 100644 src/assets/scss/atoms/_fonts.scss delete mode 100644 src/assets/scss/atoms/_forms.scss delete mode 100644 src/assets/scss/atoms/_headings.scss delete mode 100644 src/assets/scss/atoms/_images.scss delete mode 100644 src/assets/scss/atoms/_links.scss delete mode 100644 src/assets/scss/atoms/_lists.scss delete mode 100644 src/assets/scss/atoms/_main.scss delete mode 100644 src/assets/scss/atoms/_section.scss delete mode 100644 src/assets/scss/default.scss create mode 100644 src/assets/scss/dev-utilities/_debug.scss create mode 100644 src/assets/scss/dev-utilities/_helpers.scss create mode 100644 src/assets/scss/dev-utilities/_mixins.scss create mode 100644 src/assets/scss/libraries/_frameworks.scss create mode 100644 src/assets/scss/libraries/_overrides.scss delete mode 100644 src/assets/scss/molecules/_debug.scss delete mode 100644 src/assets/scss/molecules/_flex-line.scss delete mode 100644 src/assets/scss/molecules/_logo.scss create mode 100644 src/assets/scss/partials/_buttons.scss create mode 100644 src/assets/scss/partials/_font-families.scss create mode 100644 src/assets/scss/partials/_form-controls.scss create mode 100644 src/assets/scss/partials/_forms.scss create mode 100644 src/assets/scss/partials/_images.scss create mode 100644 src/assets/scss/partials/_links.scss create mode 100644 src/assets/scss/partials/_logo.scss create mode 100644 src/assets/scss/partials/_main.scss create mode 100644 src/assets/scss/partials/_navigation.scss create mode 100644 src/assets/scss/partials/_responsive.scss create mode 100644 src/assets/scss/partials/_tables.scss create mode 100644 src/assets/scss/partials/_typo.scss create mode 100644 src/assets/scss/partials/global.scss create mode 100644 src/assets/scss/styles.scss create mode 100644 src/assets/scss/themes/_base.scss create mode 100644 src/assets/scss/themes/_high-contrast.scss delete mode 100644 src/assets/scss/useful_classes.scss delete mode 100644 src/styles.scss diff --git a/.eslintcache b/.eslintcache index b89b50ee..a8b48746 100644 --- a/.eslintcache +++ b/.eslintcache @@ -1 +1 @@ -[{"/home/tykayn/funky-framadate-front/jest.config.js":"1","/home/tykayn/funky-framadate-front/karma.conf.js":"2"},{"size":167,"mtime":1586876658786,"results":"3","hashOfConfig":"4"},{"size":1581,"mtime":1586876658786,"results":"5","hashOfConfig":"4"},{"filePath":"6","messages":"7","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1q0y9j9",{"filePath":"8","messages":"9","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},"/home/tykayn/funky-framadate-front/jest.config.js",[],"/home/tykayn/funky-framadate-front/karma.conf.js",["10"],{"ruleId":"11","severity":1,"message":"12","line":5,"column":18,"nodeType":"13","messageId":"14","endLine":5,"endColumn":35},"@typescript-eslint/explicit-function-return-type","Missing return type on function.","FunctionExpression","missingReturnType"] \ No newline at end of file +[{"/home/tykayn/funky-framadate-front/jest.config.js":"1","/home/tykayn/funky-framadate-front/src/app/app.component.spec.ts":"2","/home/tykayn/funky-framadate-front/src/app/app.component.ts":"3","/home/tykayn/funky-framadate-front/src/app/app.module.ts":"4","/home/tykayn/funky-framadate-front/src/app/app-routing.module.ts":"5","/home/tykayn/funky-framadate-front/src/app/config/DateUtilities.ts":"6","/home/tykayn/funky-framadate-front/src/app/config/defaultConfigs.ts":"7","/home/tykayn/funky-framadate-front/src/app/config/graph-canevas-options.ts":"8","/home/tykayn/funky-framadate-front/src/app/config/mocks/choice.ts":"9","/home/tykayn/funky-framadate-front/src/app/config/mocks/mock-comments.ts":"10","/home/tykayn/funky-framadate-front/src/app/config/mocks/mock-graph.ts":"11","/home/tykayn/funky-framadate-front/src/app/config/mocks/mockmypolls.ts":"12","/home/tykayn/funky-framadate-front/src/app/config/mocks/mock-poll3.ts":"13","/home/tykayn/funky-framadate-front/src/app/config/mocks/mock-success-vote.ts":"14","/home/tykayn/funky-framadate-front/src/app/config/PollConfig.ts":"15","/home/tykayn/funky-framadate-front/src/app/config/PollUtilities.ts":"16","/home/tykayn/funky-framadate-front/src/app/config/Routes.ts":"17","/home/tykayn/funky-framadate-front/src/app/custom-lib/date-value-accessor/date-value-accessor.ts":"18","/home/tykayn/funky-framadate-front/src/app/custom-lib/date-value-accessor/index.ts":"19","/home/tykayn/funky-framadate-front/src/app/custom-lib/date-value-accessor/module.ts":"20","/home/tykayn/funky-framadate-front/src/app/debugger/debugger.component.spec.ts":"21","/home/tykayn/funky-framadate-front/src/app/debugger/debugger.component.ts":"22","/home/tykayn/funky-framadate-front/src/app/header/header.component.spec.ts":"23","/home/tykayn/funky-framadate-front/src/app/header/header.component.ts":"24","/home/tykayn/funky-framadate-front/src/app/pages/admin/admin.component.spec.ts":"25","/home/tykayn/funky-framadate-front/src/app/pages/admin/admin.component.ts":"26","/home/tykayn/funky-framadate-front/src/app/pages/answers/answers.component.spec.ts":"27","/home/tykayn/funky-framadate-front/src/app/pages/answers/answers.component.ts":"28","/home/tykayn/funky-framadate-front/src/app/pages/base-page/base.component.spec.ts":"29","/home/tykayn/funky-framadate-front/src/app/pages/base-page/base.component.ts":"30","/home/tykayn/funky-framadate-front/src/app/pages/create-or-retrieve/create-or-retrieve.component.spec.ts":"31","/home/tykayn/funky-framadate-front/src/app/pages/create-or-retrieve/create-or-retrieve.component.ts":"32","/home/tykayn/funky-framadate-front/src/app/pages/dates/dates.component.spec.ts":"33","/home/tykayn/funky-framadate-front/src/app/pages/dates/dates.component.ts":"34","/home/tykayn/funky-framadate-front/src/app/pages/end-confirmation/end-confirmation.component.spec.ts":"35","/home/tykayn/funky-framadate-front/src/app/pages/end-confirmation/end-confirmation.component.ts":"36","/home/tykayn/funky-framadate-front/src/app/pages/home/home.component.spec.ts":"37","/home/tykayn/funky-framadate-front/src/app/pages/home/home.component.ts":"38","/home/tykayn/funky-framadate-front/src/app/pages/kind/kind.component.spec.ts":"39","/home/tykayn/funky-framadate-front/src/app/pages/kind/kind.component.ts":"40","/home/tykayn/funky-framadate-front/src/app/pages/password/password.component.spec.ts":"41","/home/tykayn/funky-framadate-front/src/app/pages/password/password.component.ts":"42","/home/tykayn/funky-framadate-front/src/app/pages/pictures/pictures.component.spec.ts":"43","/home/tykayn/funky-framadate-front/src/app/pages/pictures/pictures.component.ts":"44","/home/tykayn/funky-framadate-front/src/app/pages/poll-display/poll-display.component.spec.ts":"45","/home/tykayn/funky-framadate-front/src/app/pages/poll-display/poll-display.component.ts":"46","/home/tykayn/funky-framadate-front/src/app/pages/resume/resume.component.spec.ts":"47","/home/tykayn/funky-framadate-front/src/app/pages/resume/resume.component.ts":"48","/home/tykayn/funky-framadate-front/src/app/pages/visibility/visibility.component.spec.ts":"49","/home/tykayn/funky-framadate-front/src/app/pages/visibility/visibility.component.ts":"50","/home/tykayn/funky-framadate-front/src/app/pages/voting/choices-list/choices-list.component.spec.ts":"51","/home/tykayn/funky-framadate-front/src/app/pages/voting/choices-list/choices-list.component.ts":"52","/home/tykayn/funky-framadate-front/src/app/pages/voting/comments-list/comments-list.component.spec.ts":"53","/home/tykayn/funky-framadate-front/src/app/pages/voting/comments-list/comments-list.component.ts":"54","/home/tykayn/funky-framadate-front/src/app/pages/voting/voting-choice/voting-choice.component.spec.ts":"55","/home/tykayn/funky-framadate-front/src/app/pages/voting/voting-choice/voting-choice.component.ts":"56","/home/tykayn/funky-framadate-front/src/app/pages/voting/voting-comment/voting-comment.component.spec.ts":"57","/home/tykayn/funky-framadate-front/src/app/pages/voting/voting-comment/voting-comment.component.ts":"58","/home/tykayn/funky-framadate-front/src/app/pages/voting/voting.component.spec.ts":"59","/home/tykayn/funky-framadate-front/src/app/pages/voting/voting.component.ts":"60","/home/tykayn/funky-framadate-front/src/app/pages/voting/voting-graph/voting-graph.component.spec.ts":"61","/home/tykayn/funky-framadate-front/src/app/pages/voting/voting-graph/voting-graph.component.ts":"62","/home/tykayn/funky-framadate-front/src/app/pages/voting/voting-navigation/voting-navigation.component.spec.ts":"63","/home/tykayn/funky-framadate-front/src/app/pages/voting/voting-navigation/voting-navigation.component.ts":"64","/home/tykayn/funky-framadate-front/src/app/pages/voting/voting-summary/voting-summary.component.spec.ts":"65","/home/tykayn/funky-framadate-front/src/app/pages/voting/voting-summary/voting-summary.component.ts":"66","/home/tykayn/funky-framadate-front/src/app/poll-graphic/poll-graphic.component.spec.ts":"67","/home/tykayn/funky-framadate-front/src/app/poll-graphic/poll-graphic.component.ts":"68","/home/tykayn/funky-framadate-front/src/app/services/config.service.ts":"69","/home/tykayn/funky-framadate-front/src/app/services/poll-service.service.spec.ts":"70","/home/tykayn/funky-framadate-front/src/app/services/poll.service.ts":"71","/home/tykayn/funky-framadate-front/src/app/services/progression.service.spec.ts":"72","/home/tykayn/funky-framadate-front/src/app/ui/copy-text/copy-text.component.spec.ts":"73","/home/tykayn/funky-framadate-front/src/app/ui/copy-text/copy-text.component.ts":"74","/home/tykayn/funky-framadate-front/src/app/ui/directives/resettable-input.directive.spec.ts":"75","/home/tykayn/funky-framadate-front/src/app/ui/directives/resettable-input.directive.ts":"76","/home/tykayn/funky-framadate-front/src/app/ui/erasable-input/erasable-input.component.spec.ts":"77","/home/tykayn/funky-framadate-front/src/app/ui/erasable-input/erasable-input.component.ts":"78","/home/tykayn/funky-framadate-front/src/app/ui/navigation/master-head/master-head.component.spec.ts":"79","/home/tykayn/funky-framadate-front/src/app/ui/navigation/master-head/master-head.component.ts":"80","/home/tykayn/funky-framadate-front/src/app/ui/navigation/navigation.component.spec.ts":"81","/home/tykayn/funky-framadate-front/src/app/ui/navigation/navigation.component.ts":"82","/home/tykayn/funky-framadate-front/src/app/ui/selector/language/language.component.spec.ts":"83","/home/tykayn/funky-framadate-front/src/app/ui/selector/language/language.component.ts":"84","/home/tykayn/funky-framadate-front/src/app/ui/selector/selector.component.spec.ts":"85","/home/tykayn/funky-framadate-front/src/app/ui/selector/selector.component.ts":"86","/home/tykayn/funky-framadate-front/src/app/ui/theme-selector/theme-selector.component.spec.ts":"87","/home/tykayn/funky-framadate-front/src/app/ui/theme-selector/theme-selector.component.ts":"88","/home/tykayn/funky-framadate-front/src/environments/environment.prod.ts":"89","/home/tykayn/funky-framadate-front/src/environments/environment.ts":"90","/home/tykayn/funky-framadate-front/src/stories/0-Welcome.stories.ts":"91","/home/tykayn/funky-framadate-front/src/stories/1-Button.stories.ts":"92"},{"size":283,"mtime":1587306205854,"results":"93","hashOfConfig":"94"},{"size":1034,"mtime":1587285020477,"results":"95","hashOfConfig":"94"},{"size":1415,"mtime":1587285020549,"results":"96","hashOfConfig":"94"},{"size":5705,"mtime":1587285020613,"results":"97","hashOfConfig":"94"},{"size":2745,"mtime":1587200092537,"results":"98","hashOfConfig":"94"},{"size":1221,"mtime":1587285020721},{"size":2825,"mtime":1587285020777,"results":"99","hashOfConfig":"94"},{"size":399,"mtime":1587285020805,"results":"100","hashOfConfig":"94"},{"size":198,"mtime":1587285020821,"results":"101","hashOfConfig":"94"},{"size":520,"mtime":1587285020837,"results":"102","hashOfConfig":"94"},{"size":709,"mtime":1587285020865,"results":"103","hashOfConfig":"94"},{"size":1245,"mtime":1587285020897,"results":"104","hashOfConfig":"94"},{"size":8871,"mtime":1587285021009,"results":"105","hashOfConfig":"94"},{"size":11194,"mtime":1587285021385,"results":"106","hashOfConfig":"94"},{"size":3247,"mtime":1587285021445},{"size":1871,"mtime":1587285021481},{"size":74,"mtime":1587200092541,"results":"107","hashOfConfig":"94"},{"size":1591,"mtime":1587285021533,"results":"108","hashOfConfig":"94"},{"size":65,"mtime":1587120417541,"results":"109","hashOfConfig":"94"},{"size":224,"mtime":1587285021577,"results":"110","hashOfConfig":"94"},{"size":613,"mtime":1587285021605,"results":"111","hashOfConfig":"94"},{"size":585,"mtime":1587285021625,"results":"112","hashOfConfig":"94"},{"size":599,"mtime":1587285021641,"results":"113","hashOfConfig":"94"},{"size":266,"mtime":1587285021661,"results":"114","hashOfConfig":"94"},{"size":592,"mtime":1587285021677,"results":"115","hashOfConfig":"94"},{"size":1820,"mtime":1587200092553,"results":"116","hashOfConfig":"94"},{"size":606,"mtime":1587285021725,"results":"117","hashOfConfig":"94"},{"size":2231,"mtime":1587285021761,"results":"118","hashOfConfig":"94"},{"size":585,"mtime":1587285021773,"results":"119","hashOfConfig":"94"},{"size":577,"mtime":1587285021797,"results":"120","hashOfConfig":"94"},{"size":671,"mtime":1587285021813,"results":"121","hashOfConfig":"94"},{"size":851,"mtime":1587285021825},{"size":592,"mtime":1587285021841,"results":"122","hashOfConfig":"94"},{"size":3605,"mtime":1587285021889},{"size":663,"mtime":1587285021905,"results":"123","hashOfConfig":"94"},{"size":872,"mtime":1587285021921,"results":"124","hashOfConfig":"94"},{"size":585,"mtime":1587285021937,"results":"125","hashOfConfig":"94"},{"size":480,"mtime":1587285021949,"results":"126","hashOfConfig":"94"},{"size":585,"mtime":1587285021957,"results":"127","hashOfConfig":"94"},{"size":456,"mtime":1587285021973,"results":"128","hashOfConfig":"94"},{"size":613,"mtime":1587285021993,"results":"129","hashOfConfig":"94"},{"size":467,"mtime":1587285022013,"results":"130","hashOfConfig":"94"},{"size":613,"mtime":1587285022025,"results":"131","hashOfConfig":"94"},{"size":467,"mtime":1587285022045,"results":"132","hashOfConfig":"94"},{"size":635,"mtime":1587285022065,"results":"133","hashOfConfig":"94"},{"size":2063,"mtime":1587285022089,"results":"134","hashOfConfig":"94"},{"size":599,"mtime":1587285022097,"results":"135","hashOfConfig":"94"},{"size":483,"mtime":1587285022109,"results":"136","hashOfConfig":"94"},{"size":627,"mtime":1587285022117,"results":"137","hashOfConfig":"94"},{"size":999,"mtime":1587285022133,"results":"138","hashOfConfig":"94"},{"size":635,"mtime":1587285022145,"results":"139","hashOfConfig":"94"},{"size":341,"mtime":1587285022157,"results":"140","hashOfConfig":"94"},{"size":1327,"mtime":1587285022169,"results":"141","hashOfConfig":"94"},{"size":345,"mtime":1587285022181,"results":"142","hashOfConfig":"94"},{"size":2910,"mtime":1587285022217,"results":"143","hashOfConfig":"94"},{"size":1798,"mtime":1587285022237},{"size":649,"mtime":1587285022253,"results":"144","hashOfConfig":"94"},{"size":410,"mtime":1587285022265,"results":"145","hashOfConfig":"94"},{"size":599,"mtime":1587285022281,"results":"146","hashOfConfig":"94"},{"size":285,"mtime":1587285022293,"results":"147","hashOfConfig":"94"},{"size":635,"mtime":1587285022309,"results":"148","hashOfConfig":"94"},{"size":488,"mtime":1587285022325,"results":"149","hashOfConfig":"94"},{"size":670,"mtime":1587285022341,"results":"150","hashOfConfig":"94"},{"size":361,"mtime":1587285022349,"results":"151","hashOfConfig":"94"},{"size":649,"mtime":1587285022365,"results":"152","hashOfConfig":"94"},{"size":1268,"mtime":1587285022385},{"size":635,"mtime":1587285022401,"results":"153","hashOfConfig":"94"},{"size":2302,"mtime":1587285022445},{"size":45854,"mtime":1587285022885},{"size":323,"mtime":1587285022957,"results":"154","hashOfConfig":"94"},{"size":246,"mtime":1587285023005,"results":"155","hashOfConfig":"94"},{"size":326,"mtime":1587285023013,"results":"156","hashOfConfig":"94"},{"size":614,"mtime":1587285023033,"results":"157","hashOfConfig":"94"},{"size":569,"mtime":1587285023049,"results":"158","hashOfConfig":"94"},{"size":255,"mtime":1587285023065,"results":"159","hashOfConfig":"94"},{"size":221,"mtime":1587285023077,"results":"160","hashOfConfig":"94"},{"size":649,"mtime":1587285023097,"results":"161","hashOfConfig":"94"},{"size":492,"mtime":1587285023113,"results":"162","hashOfConfig":"94"},{"size":628,"mtime":1587285023137,"results":"163","hashOfConfig":"94"},{"size":291,"mtime":1587285023157,"results":"164","hashOfConfig":"94"},{"size":627,"mtime":1587285023177,"results":"165","hashOfConfig":"94"},{"size":761,"mtime":1587285023193,"results":"166","hashOfConfig":"94"},{"size":613,"mtime":1587285023213,"results":"167","hashOfConfig":"94"},{"size":1841,"mtime":1587285023233,"results":"168","hashOfConfig":"94"},{"size":613,"mtime":1587285023241,"results":"169","hashOfConfig":"94"},{"size":493,"mtime":1587285023253,"results":"170","hashOfConfig":"94"},{"size":649,"mtime":1587285023273,"results":"171","hashOfConfig":"94"},{"size":584,"mtime":1587285023289,"results":"172","hashOfConfig":"94"},{"size":166,"mtime":1587285023301,"results":"173","hashOfConfig":"94"},{"size":963,"mtime":1587285023313,"results":"174","hashOfConfig":"94"},{"size":235,"mtime":1587285023321,"results":"175","hashOfConfig":"94"},{"size":1016,"mtime":1587285023341,"results":"176","hashOfConfig":"94"},{"filePath":"177","messages":"178","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1q0y9j9",{"filePath":"179","messages":"180","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"181","messages":"182","errorCount":1,"warningCount":5,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"183","messages":"184","errorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"185","messages":"186","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"187","messages":"188","errorCount":9,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"189","messages":"190","errorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"191","messages":"192","errorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"193","messages":"194","errorCount":2,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"195","messages":"196","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"197","messages":"198","errorCount":4,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"199","messages":"200","errorCount":90,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"201","messages":"202","errorCount":133,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"203","messages":"204","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"205","messages":"206","errorCount":3,"warningCount":6,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"207","messages":"208","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"209","messages":"210","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"211","messages":"212","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"213","messages":"214","errorCount":1,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"215","messages":"216","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"217","messages":"218","errorCount":2,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"219","messages":"220","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"221","messages":"222","errorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"223","messages":"224","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"225","messages":"226","errorCount":2,"warningCount":11,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"227","messages":"228","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"229","messages":"230","errorCount":1,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"231","messages":"232","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"233","messages":"234","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"235","messages":"236","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"237","messages":"238","errorCount":2,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"239","messages":"240","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"241","messages":"242","errorCount":1,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"243","messages":"244","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"245","messages":"246","errorCount":1,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"247","messages":"248","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"249","messages":"250","errorCount":1,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"251","messages":"252","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"253","messages":"254","errorCount":1,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"255","messages":"256","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"257","messages":"258","errorCount":1,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"259","messages":"260","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"261","messages":"262","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"263","messages":"264","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"265","messages":"266","errorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"267","messages":"268","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"269","messages":"270","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"271","messages":"272","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"273","messages":"274","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"275","messages":"276","errorCount":3,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"277","messages":"278","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"279","messages":"280","errorCount":2,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"281","messages":"282","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"283","messages":"284","errorCount":2,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"285","messages":"286","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"287","messages":"288","errorCount":1,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"289","messages":"290","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"291","messages":"292","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"293","messages":"294","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"295","messages":"296","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"297","messages":"298","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"299","messages":"300","errorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"301","messages":"302","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"303","messages":"304","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"305","messages":"306","errorCount":1,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"307","messages":"308","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"309","messages":"310","errorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"311","messages":"312","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"313","messages":"314","errorCount":2,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"315","messages":"316","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"317","messages":"318","errorCount":2,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"319","messages":"320","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"321","messages":"322","errorCount":1,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"323","messages":"324","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"325","messages":"326","errorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"327","messages":"328","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"329","messages":"330","errorCount":2,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"331","messages":"332","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"333","messages":"334","errorCount":1,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"335","messages":"336","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"337","messages":"338","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"339","messages":"340","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"341","messages":"342","errorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},"/home/tykayn/funky-framadate-front/jest.config.js",[],"/home/tykayn/funky-framadate-front/src/app/app.component.spec.ts",[],"/home/tykayn/funky-framadate-front/src/app/app.component.ts",["343","344","345","346","347","348"],"/home/tykayn/funky-framadate-front/src/app/app.module.ts",["349","350"],"/home/tykayn/funky-framadate-front/src/app/app-routing.module.ts",[],"/home/tykayn/funky-framadate-front/src/app/config/defaultConfigs.ts",["351","352","353","354","355","356","357","358","359","360","361","362"],"/home/tykayn/funky-framadate-front/src/app/config/graph-canevas-options.ts",["363"],"/home/tykayn/funky-framadate-front/src/app/config/mocks/choice.ts",["364"],"/home/tykayn/funky-framadate-front/src/app/config/mocks/mock-comments.ts",["365","366"],"/home/tykayn/funky-framadate-front/src/app/config/mocks/mock-graph.ts",[],"/home/tykayn/funky-framadate-front/src/app/config/mocks/mockmypolls.ts",["367","368","369","370"],"/home/tykayn/funky-framadate-front/src/app/config/mocks/mock-poll3.ts",["371","372","373","374","375","376","377","378","379","380","381","382","383","384","385","386","387","388","389","390","391","392","393","394","395","396","397","398","399","400","401","402","403","404","405","406","407","408","409","410","411","412","413","414","415","416","417","418","419","420","421","422","423","424","425","426","427","428","429","430","431","432","433","434","435","436","437","438","439","440","441","442","443","444","445","446","447","448","449","450","451","452","453","454","455","456","457","458","459","460"],"/home/tykayn/funky-framadate-front/src/app/config/mocks/mock-success-vote.ts",["461","462","463","464","465","466","467","468","469","470","471","472","473","474","475","476","477","478","479","480","481","482","483","484","485","486","487","488","489","490","491","492","493","494","495","496","497","498","499","500","501","502","503","504","505","506","507","508","509","510","511","512","513","514","515","516","517","518","519","520","521","522","523","524","525","526","527","528","529","530","531","532","533","534","535","536","537","538","539","540","541","542","543","544","545","546","547","548","549","550","551","552","553","554","555","556","557","558","559","560","561","562","563","564","565","566","567","568","569","570","571","572","573","574","575","576","577","578","579","580","581","582","583","584","585","586","587","588","589","590","591","592","593"],"/home/tykayn/funky-framadate-front/src/app/config/Routes.ts",[],"/home/tykayn/funky-framadate-front/src/app/custom-lib/date-value-accessor/date-value-accessor.ts",["594","595","596","597","598","599","600","601","602"],"/home/tykayn/funky-framadate-front/src/app/custom-lib/date-value-accessor/index.ts",[],"/home/tykayn/funky-framadate-front/src/app/custom-lib/date-value-accessor/module.ts",[],"/home/tykayn/funky-framadate-front/src/app/debugger/debugger.component.spec.ts",[],"/home/tykayn/funky-framadate-front/src/app/debugger/debugger.component.ts",["603","604","605","606","607"],"/home/tykayn/funky-framadate-front/src/app/header/header.component.spec.ts",[],"/home/tykayn/funky-framadate-front/src/app/header/header.component.ts",["608","609","610"],"/home/tykayn/funky-framadate-front/src/app/pages/admin/admin.component.spec.ts",[],"/home/tykayn/funky-framadate-front/src/app/pages/admin/admin.component.ts",["611","612","613"],"/home/tykayn/funky-framadate-front/src/app/pages/answers/answers.component.spec.ts",[],"/home/tykayn/funky-framadate-front/src/app/pages/answers/answers.component.ts",["614","615","616","617","618","619","620","621","622","623","624","625","626"],"/home/tykayn/funky-framadate-front/src/app/pages/base-page/base.component.spec.ts",[],"/home/tykayn/funky-framadate-front/src/app/pages/base-page/base.component.ts",["627","628","629","630"],"/home/tykayn/funky-framadate-front/src/app/pages/create-or-retrieve/create-or-retrieve.component.spec.ts",[],"/home/tykayn/funky-framadate-front/src/app/pages/dates/dates.component.spec.ts",[],"/home/tykayn/funky-framadate-front/src/app/pages/end-confirmation/end-confirmation.component.spec.ts",[],"/home/tykayn/funky-framadate-front/src/app/pages/end-confirmation/end-confirmation.component.ts",["631","632","633","634","635","636"],"/home/tykayn/funky-framadate-front/src/app/pages/home/home.component.spec.ts",[],"/home/tykayn/funky-framadate-front/src/app/pages/home/home.component.ts",["637","638"],"/home/tykayn/funky-framadate-front/src/app/pages/kind/kind.component.spec.ts",[],"/home/tykayn/funky-framadate-front/src/app/pages/kind/kind.component.ts",["639","640"],"/home/tykayn/funky-framadate-front/src/app/pages/password/password.component.spec.ts",[],"/home/tykayn/funky-framadate-front/src/app/pages/password/password.component.ts",["641","642"],"/home/tykayn/funky-framadate-front/src/app/pages/pictures/pictures.component.spec.ts",[],"/home/tykayn/funky-framadate-front/src/app/pages/pictures/pictures.component.ts",["643","644"],"/home/tykayn/funky-framadate-front/src/app/pages/poll-display/poll-display.component.spec.ts",[],"/home/tykayn/funky-framadate-front/src/app/pages/poll-display/poll-display.component.ts",["645","646","647","648","649"],"/home/tykayn/funky-framadate-front/src/app/pages/resume/resume.component.spec.ts",[],"/home/tykayn/funky-framadate-front/src/app/pages/resume/resume.component.ts",[],"/home/tykayn/funky-framadate-front/src/app/pages/visibility/visibility.component.spec.ts",[],"/home/tykayn/funky-framadate-front/src/app/pages/visibility/visibility.component.ts",["650","651"],"/home/tykayn/funky-framadate-front/src/app/pages/voting/choices-list/choices-list.component.spec.ts",[],"/home/tykayn/funky-framadate-front/src/app/pages/voting/choices-list/choices-list.component.ts",[],"/home/tykayn/funky-framadate-front/src/app/pages/voting/comments-list/comments-list.component.spec.ts",[],"/home/tykayn/funky-framadate-front/src/app/pages/voting/comments-list/comments-list.component.ts",[],"/home/tykayn/funky-framadate-front/src/app/pages/voting/voting-choice/voting-choice.component.spec.ts",["652","653","654"],"/home/tykayn/funky-framadate-front/src/app/pages/voting/voting-comment/voting-comment.component.spec.ts",[],"/home/tykayn/funky-framadate-front/src/app/pages/voting/voting-comment/voting-comment.component.ts",["655","656","657"],"/home/tykayn/funky-framadate-front/src/app/pages/voting/voting.component.spec.ts",[],"/home/tykayn/funky-framadate-front/src/app/pages/voting/voting.component.ts",["658","659","660"],"/home/tykayn/funky-framadate-front/src/app/pages/voting/voting-graph/voting-graph.component.spec.ts",[],"/home/tykayn/funky-framadate-front/src/app/pages/voting/voting-graph/voting-graph.component.ts",["661","662"],"/home/tykayn/funky-framadate-front/src/app/pages/voting/voting-navigation/voting-navigation.component.spec.ts",[],"/home/tykayn/funky-framadate-front/src/app/pages/voting/voting-navigation/voting-navigation.component.ts",[],"/home/tykayn/funky-framadate-front/src/app/pages/voting/voting-summary/voting-summary.component.spec.ts",[],"/home/tykayn/funky-framadate-front/src/app/poll-graphic/poll-graphic.component.spec.ts",[],"/home/tykayn/funky-framadate-front/src/app/services/poll-service.service.spec.ts",[],"/home/tykayn/funky-framadate-front/src/app/services/poll.service.ts",["663"],"/home/tykayn/funky-framadate-front/src/app/services/progression.service.spec.ts",[],"/home/tykayn/funky-framadate-front/src/app/ui/copy-text/copy-text.component.spec.ts",[],"/home/tykayn/funky-framadate-front/src/app/ui/copy-text/copy-text.component.ts",["664","665","666","667"],"/home/tykayn/funky-framadate-front/src/app/ui/directives/resettable-input.directive.spec.ts",[],"/home/tykayn/funky-framadate-front/src/app/ui/directives/resettable-input.directive.ts",["668"],"/home/tykayn/funky-framadate-front/src/app/ui/erasable-input/erasable-input.component.spec.ts",[],"/home/tykayn/funky-framadate-front/src/app/ui/erasable-input/erasable-input.component.ts",["669","670","671","672"],"/home/tykayn/funky-framadate-front/src/app/ui/navigation/master-head/master-head.component.spec.ts",[],"/home/tykayn/funky-framadate-front/src/app/ui/navigation/master-head/master-head.component.ts",["673","674"],"/home/tykayn/funky-framadate-front/src/app/ui/navigation/navigation.component.spec.ts",[],"/home/tykayn/funky-framadate-front/src/app/ui/navigation/navigation.component.ts",["675","676","677"],"/home/tykayn/funky-framadate-front/src/app/ui/selector/language/language.component.spec.ts",[],"/home/tykayn/funky-framadate-front/src/app/ui/selector/language/language.component.ts",["678","679","680"],"/home/tykayn/funky-framadate-front/src/app/ui/selector/selector.component.spec.ts",[],"/home/tykayn/funky-framadate-front/src/app/ui/selector/selector.component.ts",["681","682","683","684"],"/home/tykayn/funky-framadate-front/src/app/ui/theme-selector/theme-selector.component.spec.ts",[],"/home/tykayn/funky-framadate-front/src/app/ui/theme-selector/theme-selector.component.ts",["685","686"],"/home/tykayn/funky-framadate-front/src/environments/environment.prod.ts",[],"/home/tykayn/funky-framadate-front/src/environments/environment.ts",["687"],"/home/tykayn/funky-framadate-front/src/stories/0-Welcome.stories.ts",["688"],"/home/tykayn/funky-framadate-front/src/stories/1-Button.stories.ts",["689","690","691","692"],{"ruleId":"693","severity":1,"message":"694","line":29,"column":2,"nodeType":"695","messageId":"696","endLine":29,"endColumn":33},{"ruleId":"697","severity":1,"message":"698","line":30,"column":32,"nodeType":"699","endLine":30,"endColumn":42},{"ruleId":"700","severity":1,"message":"701","line":30,"column":39,"nodeType":"702","messageId":"703","endLine":30,"endColumn":42,"suggestions":"704"},{"ruleId":"705","severity":2,"message":"706","line":30,"column":47,"nodeType":"707","messageId":"708"},{"ruleId":"693","severity":1,"message":"694","line":41,"column":2,"nodeType":"695","messageId":"696","endLine":41,"endColumn":17},{"ruleId":"693","severity":1,"message":"694","line":45,"column":2,"nodeType":"695","messageId":"696","endLine":45,"endColumn":25},{"ruleId":"693","severity":1,"message":"694","line":63,"column":2,"nodeType":"695","messageId":"696","endLine":63,"endColumn":49},{"ruleId":"697","severity":1,"message":"709","line":63,"column":9,"nodeType":"699","endLine":63,"endColumn":48},{"ruleId":"693","severity":1,"message":"694","line":31,"column":48,"nodeType":"707","messageId":"696","endLine":31,"endColumn":53},{"ruleId":"693","severity":1,"message":"694","line":35,"column":46,"nodeType":"707","messageId":"696","endLine":35,"endColumn":51},{"ruleId":"693","severity":1,"message":"694","line":38,"column":45,"nodeType":"707","messageId":"696","endLine":38,"endColumn":50},{"ruleId":"710","severity":2,"message":"711","line":44,"column":3,"nodeType":"699","messageId":"712","endLine":44,"endColumn":14},{"ruleId":"710","severity":2,"message":"711","line":49,"column":3,"nodeType":"699","messageId":"712","endLine":49,"endColumn":14},{"ruleId":"710","severity":2,"message":"711","line":54,"column":3,"nodeType":"699","messageId":"712","endLine":54,"endColumn":14},{"ruleId":"710","severity":2,"message":"711","line":62,"column":3,"nodeType":"699","messageId":"712","endLine":62,"endColumn":14},{"ruleId":"710","severity":2,"message":"711","line":67,"column":3,"nodeType":"699","messageId":"712","endLine":67,"endColumn":14},{"ruleId":"710","severity":2,"message":"711","line":72,"column":3,"nodeType":"699","messageId":"712","endLine":72,"endColumn":14},{"ruleId":"710","severity":2,"message":"711","line":84,"column":3,"nodeType":"699","messageId":"712","endLine":84,"endColumn":14},{"ruleId":"710","severity":2,"message":"711","line":94,"column":3,"nodeType":"699","messageId":"712","endLine":94,"endColumn":14},{"ruleId":"710","severity":2,"message":"711","line":104,"column":3,"nodeType":"699","messageId":"712","endLine":104,"endColumn":14},{"ruleId":"713","severity":2,"message":"714","line":1,"column":8,"nodeType":"715","endLine":24,"endColumn":3},{"ruleId":"710","severity":2,"message":"716","line":5,"column":3,"nodeType":"699","messageId":"712","endLine":5,"endColumn":16},{"ruleId":"710","severity":2,"message":"716","line":6,"column":4,"nodeType":"699","messageId":"712","endLine":6,"endColumn":17},{"ruleId":"710","severity":2,"message":"716","line":17,"column":4,"nodeType":"699","messageId":"712","endLine":17,"endColumn":17},{"ruleId":"710","severity":2,"message":"716","line":7,"column":55,"nodeType":"699","messageId":"712","endLine":7,"endColumn":68},{"ruleId":"710","severity":2,"message":"716","line":8,"column":55,"nodeType":"699","messageId":"712","endLine":8,"endColumn":68},{"ruleId":"710","severity":2,"message":"716","line":28,"column":55,"nodeType":"699","messageId":"712","endLine":28,"endColumn":68},{"ruleId":"710","severity":2,"message":"716","line":29,"column":55,"nodeType":"699","messageId":"712","endLine":29,"endColumn":68},{"ruleId":"710","severity":2,"message":"716","line":10,"column":4,"nodeType":"699","messageId":"712","endLine":10,"endColumn":17},{"ruleId":"710","severity":2,"message":"716","line":15,"column":4,"nodeType":"699","messageId":"712","endLine":15,"endColumn":17},{"ruleId":"710","severity":2,"message":"717","line":38,"column":3,"nodeType":"699","messageId":"712","endLine":38,"endColumn":16},{"ruleId":"710","severity":2,"message":"718","line":41,"column":6,"nodeType":"699","messageId":"712","endLine":41,"endColumn":15},{"ruleId":"710","severity":2,"message":"719","line":42,"column":6,"nodeType":"699","messageId":"712","endLine":42,"endColumn":17},{"ruleId":"710","severity":2,"message":"718","line":59,"column":6,"nodeType":"699","messageId":"712","endLine":59,"endColumn":15},{"ruleId":"710","severity":2,"message":"719","line":60,"column":6,"nodeType":"699","messageId":"712","endLine":60,"endColumn":17},{"ruleId":"710","severity":2,"message":"718","line":77,"column":6,"nodeType":"699","messageId":"712","endLine":77,"endColumn":15},{"ruleId":"710","severity":2,"message":"719","line":78,"column":6,"nodeType":"699","messageId":"712","endLine":78,"endColumn":17},{"ruleId":"710","severity":2,"message":"718","line":95,"column":6,"nodeType":"699","messageId":"712","endLine":95,"endColumn":15},{"ruleId":"710","severity":2,"message":"719","line":96,"column":6,"nodeType":"699","messageId":"712","endLine":96,"endColumn":17},{"ruleId":"710","severity":2,"message":"718","line":113,"column":6,"nodeType":"699","messageId":"712","endLine":113,"endColumn":15},{"ruleId":"710","severity":2,"message":"719","line":114,"column":6,"nodeType":"699","messageId":"712","endLine":114,"endColumn":17},{"ruleId":"710","severity":2,"message":"720","line":136,"column":2,"nodeType":"699","messageId":"712","endLine":136,"endColumn":14},{"ruleId":"710","severity":2,"message":"721","line":141,"column":4,"nodeType":"699","messageId":"712","endLine":141,"endColumn":17},{"ruleId":"710","severity":2,"message":"716","line":143,"column":5,"nodeType":"699","messageId":"712","endLine":143,"endColumn":18},{"ruleId":"710","severity":2,"message":"718","line":148,"column":6,"nodeType":"699","messageId":"712","endLine":148,"endColumn":15},{"ruleId":"710","severity":2,"message":"722","line":152,"column":6,"nodeType":"699","messageId":"712","endLine":152,"endColumn":13},{"ruleId":"710","severity":2,"message":"718","line":154,"column":6,"nodeType":"699","messageId":"712","endLine":154,"endColumn":15},{"ruleId":"710","severity":2,"message":"722","line":159,"column":6,"nodeType":"699","messageId":"712","endLine":159,"endColumn":13},{"ruleId":"710","severity":2,"message":"718","line":161,"column":6,"nodeType":"699","messageId":"712","endLine":161,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":165,"column":6,"nodeType":"699","messageId":"712","endLine":165,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":168,"column":6,"nodeType":"699","messageId":"712","endLine":168,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":171,"column":6,"nodeType":"699","messageId":"712","endLine":171,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":174,"column":6,"nodeType":"699","messageId":"712","endLine":174,"endColumn":15},{"ruleId":"710","severity":2,"message":"721","line":181,"column":4,"nodeType":"699","messageId":"712","endLine":181,"endColumn":17},{"ruleId":"710","severity":2,"message":"716","line":183,"column":5,"nodeType":"699","messageId":"712","endLine":183,"endColumn":18},{"ruleId":"710","severity":2,"message":"718","line":188,"column":6,"nodeType":"699","messageId":"712","endLine":188,"endColumn":15},{"ruleId":"710","severity":2,"message":"722","line":192,"column":6,"nodeType":"699","messageId":"712","endLine":192,"endColumn":13},{"ruleId":"710","severity":2,"message":"718","line":194,"column":6,"nodeType":"699","messageId":"712","endLine":194,"endColumn":15},{"ruleId":"710","severity":2,"message":"722","line":199,"column":6,"nodeType":"699","messageId":"712","endLine":199,"endColumn":13},{"ruleId":"710","severity":2,"message":"718","line":201,"column":6,"nodeType":"699","messageId":"712","endLine":201,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":205,"column":6,"nodeType":"699","messageId":"712","endLine":205,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":208,"column":6,"nodeType":"699","messageId":"712","endLine":208,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":211,"column":6,"nodeType":"699","messageId":"712","endLine":211,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":214,"column":6,"nodeType":"699","messageId":"712","endLine":214,"endColumn":15},{"ruleId":"710","severity":2,"message":"721","line":221,"column":4,"nodeType":"699","messageId":"712","endLine":221,"endColumn":17},{"ruleId":"710","severity":2,"message":"716","line":223,"column":5,"nodeType":"699","messageId":"712","endLine":223,"endColumn":18},{"ruleId":"710","severity":2,"message":"718","line":228,"column":6,"nodeType":"699","messageId":"712","endLine":228,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":231,"column":6,"nodeType":"699","messageId":"712","endLine":231,"endColumn":15},{"ruleId":"710","severity":2,"message":"722","line":235,"column":6,"nodeType":"699","messageId":"712","endLine":235,"endColumn":13},{"ruleId":"710","severity":2,"message":"718","line":237,"column":6,"nodeType":"699","messageId":"712","endLine":237,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":241,"column":6,"nodeType":"699","messageId":"712","endLine":241,"endColumn":15},{"ruleId":"710","severity":2,"message":"722","line":245,"column":6,"nodeType":"699","messageId":"712","endLine":245,"endColumn":13},{"ruleId":"710","severity":2,"message":"718","line":247,"column":6,"nodeType":"699","messageId":"712","endLine":247,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":251,"column":6,"nodeType":"699","messageId":"712","endLine":251,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":254,"column":6,"nodeType":"699","messageId":"712","endLine":254,"endColumn":15},{"ruleId":"710","severity":2,"message":"721","line":261,"column":4,"nodeType":"699","messageId":"712","endLine":261,"endColumn":17},{"ruleId":"710","severity":2,"message":"716","line":263,"column":5,"nodeType":"699","messageId":"712","endLine":263,"endColumn":18},{"ruleId":"710","severity":2,"message":"718","line":268,"column":6,"nodeType":"699","messageId":"712","endLine":268,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":271,"column":6,"nodeType":"699","messageId":"712","endLine":271,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":274,"column":6,"nodeType":"699","messageId":"712","endLine":274,"endColumn":15},{"ruleId":"710","severity":2,"message":"722","line":278,"column":6,"nodeType":"699","messageId":"712","endLine":278,"endColumn":13},{"ruleId":"710","severity":2,"message":"718","line":280,"column":6,"nodeType":"699","messageId":"712","endLine":280,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":284,"column":6,"nodeType":"699","messageId":"712","endLine":284,"endColumn":15},{"ruleId":"710","severity":2,"message":"722","line":288,"column":6,"nodeType":"699","messageId":"712","endLine":288,"endColumn":13},{"ruleId":"710","severity":2,"message":"718","line":290,"column":6,"nodeType":"699","messageId":"712","endLine":290,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":294,"column":6,"nodeType":"699","messageId":"712","endLine":294,"endColumn":15},{"ruleId":"710","severity":2,"message":"721","line":301,"column":4,"nodeType":"699","messageId":"712","endLine":301,"endColumn":17},{"ruleId":"710","severity":2,"message":"716","line":303,"column":5,"nodeType":"699","messageId":"712","endLine":303,"endColumn":18},{"ruleId":"710","severity":2,"message":"718","line":308,"column":6,"nodeType":"699","messageId":"712","endLine":308,"endColumn":15},{"ruleId":"710","severity":2,"message":"722","line":312,"column":6,"nodeType":"699","messageId":"712","endLine":312,"endColumn":13},{"ruleId":"710","severity":2,"message":"718","line":314,"column":6,"nodeType":"699","messageId":"712","endLine":314,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":318,"column":6,"nodeType":"699","messageId":"712","endLine":318,"endColumn":15},{"ruleId":"710","severity":2,"message":"722","line":322,"column":6,"nodeType":"699","messageId":"712","endLine":322,"endColumn":13},{"ruleId":"710","severity":2,"message":"718","line":324,"column":6,"nodeType":"699","messageId":"712","endLine":324,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":328,"column":6,"nodeType":"699","messageId":"712","endLine":328,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":331,"column":6,"nodeType":"699","messageId":"712","endLine":331,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":334,"column":6,"nodeType":"699","messageId":"712","endLine":334,"endColumn":15},{"ruleId":"710","severity":2,"message":"717","line":339,"column":2,"nodeType":"699","messageId":"712","endLine":339,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":342,"column":5,"nodeType":"699","messageId":"712","endLine":342,"endColumn":14},{"ruleId":"710","severity":2,"message":"719","line":343,"column":5,"nodeType":"699","messageId":"712","endLine":343,"endColumn":16},{"ruleId":"710","severity":2,"message":"718","line":360,"column":5,"nodeType":"699","messageId":"712","endLine":360,"endColumn":14},{"ruleId":"710","severity":2,"message":"719","line":361,"column":5,"nodeType":"699","messageId":"712","endLine":361,"endColumn":16},{"ruleId":"710","severity":2,"message":"718","line":378,"column":5,"nodeType":"699","messageId":"712","endLine":378,"endColumn":14},{"ruleId":"710","severity":2,"message":"719","line":379,"column":5,"nodeType":"699","messageId":"712","endLine":379,"endColumn":16},{"ruleId":"710","severity":2,"message":"718","line":396,"column":5,"nodeType":"699","messageId":"712","endLine":396,"endColumn":14},{"ruleId":"710","severity":2,"message":"719","line":397,"column":5,"nodeType":"699","messageId":"712","endLine":397,"endColumn":16},{"ruleId":"710","severity":2,"message":"718","line":414,"column":5,"nodeType":"699","messageId":"712","endLine":414,"endColumn":14},{"ruleId":"710","severity":2,"message":"719","line":415,"column":5,"nodeType":"699","messageId":"712","endLine":415,"endColumn":16},{"ruleId":"710","severity":2,"message":"716","line":439,"column":5,"nodeType":"699","messageId":"712","endLine":439,"endColumn":18},{"ruleId":"710","severity":2,"message":"716","line":449,"column":5,"nodeType":"699","messageId":"712","endLine":449,"endColumn":18},{"ruleId":"710","severity":2,"message":"716","line":459,"column":5,"nodeType":"699","messageId":"712","endLine":459,"endColumn":18},{"ruleId":"710","severity":2,"message":"716","line":469,"column":5,"nodeType":"699","messageId":"712","endLine":469,"endColumn":18},{"ruleId":"710","severity":2,"message":"716","line":479,"column":5,"nodeType":"699","messageId":"712","endLine":479,"endColumn":18},{"ruleId":"710","severity":2,"message":"716","line":489,"column":5,"nodeType":"699","messageId":"712","endLine":489,"endColumn":18},{"ruleId":"710","severity":2,"message":"716","line":499,"column":5,"nodeType":"699","messageId":"712","endLine":499,"endColumn":18},{"ruleId":"710","severity":2,"message":"716","line":513,"column":5,"nodeType":"699","messageId":"712","endLine":513,"endColumn":18},{"ruleId":"710","severity":2,"message":"716","line":523,"column":5,"nodeType":"699","messageId":"712","endLine":523,"endColumn":18},{"ruleId":"710","severity":2,"message":"723","line":528,"column":2,"nodeType":"699","messageId":"712","endLine":528,"endColumn":16},{"ruleId":"710","severity":2,"message":"716","line":10,"column":4,"nodeType":"699","messageId":"712","endLine":10,"endColumn":17},{"ruleId":"710","severity":2,"message":"716","line":15,"column":4,"nodeType":"699","messageId":"712","endLine":15,"endColumn":17},{"ruleId":"710","severity":2,"message":"724","line":38,"column":2,"nodeType":"699","messageId":"712","endLine":38,"endColumn":12},{"ruleId":"710","severity":2,"message":"725","line":40,"column":3,"nodeType":"699","messageId":"712","endLine":40,"endColumn":17},{"ruleId":"710","severity":2,"message":"721","line":43,"column":3,"nodeType":"699","messageId":"712","endLine":43,"endColumn":16},{"ruleId":"710","severity":2,"message":"716","line":45,"column":4,"nodeType":"699","messageId":"712","endLine":45,"endColumn":17},{"ruleId":"710","severity":2,"message":"718","line":52,"column":5,"nodeType":"699","messageId":"712","endLine":52,"endColumn":14},{"ruleId":"710","severity":2,"message":"726","line":54,"column":5,"nodeType":"699","messageId":"712","endLine":54,"endColumn":13},{"ruleId":"710","severity":2,"message":"718","line":57,"column":5,"nodeType":"699","messageId":"712","endLine":57,"endColumn":14},{"ruleId":"710","severity":2,"message":"718","line":60,"column":5,"nodeType":"699","messageId":"712","endLine":60,"endColumn":14},{"ruleId":"710","severity":2,"message":"718","line":63,"column":5,"nodeType":"699","messageId":"712","endLine":63,"endColumn":14},{"ruleId":"710","severity":2,"message":"718","line":66,"column":5,"nodeType":"699","messageId":"712","endLine":66,"endColumn":14},{"ruleId":"710","severity":2,"message":"718","line":69,"column":5,"nodeType":"699","messageId":"712","endLine":69,"endColumn":14},{"ruleId":"710","severity":2,"message":"718","line":72,"column":5,"nodeType":"699","messageId":"712","endLine":72,"endColumn":14},{"ruleId":"710","severity":2,"message":"718","line":77,"column":5,"nodeType":"699","messageId":"712","endLine":77,"endColumn":14},{"ruleId":"710","severity":2,"message":"726","line":79,"column":5,"nodeType":"699","messageId":"712","endLine":79,"endColumn":13},{"ruleId":"710","severity":2,"message":"718","line":84,"column":5,"nodeType":"699","messageId":"712","endLine":84,"endColumn":14},{"ruleId":"710","severity":2,"message":"726","line":86,"column":5,"nodeType":"699","messageId":"712","endLine":86,"endColumn":13},{"ruleId":"710","severity":2,"message":"718","line":91,"column":5,"nodeType":"699","messageId":"712","endLine":91,"endColumn":14},{"ruleId":"710","severity":2,"message":"726","line":93,"column":5,"nodeType":"699","messageId":"712","endLine":93,"endColumn":13},{"ruleId":"710","severity":2,"message":"725","line":100,"column":4,"nodeType":"699","messageId":"712","endLine":100,"endColumn":18},{"ruleId":"710","severity":2,"message":"721","line":102,"column":4,"nodeType":"699","messageId":"712","endLine":102,"endColumn":17},{"ruleId":"710","severity":2,"message":"716","line":104,"column":5,"nodeType":"699","messageId":"712","endLine":104,"endColumn":18},{"ruleId":"710","severity":2,"message":"718","line":109,"column":6,"nodeType":"699","messageId":"712","endLine":109,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":114,"column":6,"nodeType":"699","messageId":"712","endLine":114,"endColumn":15},{"ruleId":"710","severity":2,"message":"726","line":116,"column":6,"nodeType":"699","messageId":"712","endLine":116,"endColumn":14},{"ruleId":"710","severity":2,"message":"718","line":121,"column":6,"nodeType":"699","messageId":"712","endLine":121,"endColumn":15},{"ruleId":"710","severity":2,"message":"726","line":123,"column":6,"nodeType":"699","messageId":"712","endLine":123,"endColumn":14},{"ruleId":"710","severity":2,"message":"718","line":126,"column":6,"nodeType":"699","messageId":"712","endLine":126,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":129,"column":6,"nodeType":"699","messageId":"712","endLine":129,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":132,"column":6,"nodeType":"699","messageId":"712","endLine":132,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":135,"column":6,"nodeType":"699","messageId":"712","endLine":135,"endColumn":15},{"ruleId":"710","severity":2,"message":"725","line":141,"column":4,"nodeType":"699","messageId":"712","endLine":141,"endColumn":18},{"ruleId":"710","severity":2,"message":"721","line":143,"column":4,"nodeType":"699","messageId":"712","endLine":143,"endColumn":17},{"ruleId":"710","severity":2,"message":"716","line":145,"column":5,"nodeType":"699","messageId":"712","endLine":145,"endColumn":18},{"ruleId":"710","severity":2,"message":"718","line":150,"column":6,"nodeType":"699","messageId":"712","endLine":150,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":155,"column":6,"nodeType":"699","messageId":"712","endLine":155,"endColumn":15},{"ruleId":"710","severity":2,"message":"726","line":157,"column":6,"nodeType":"699","messageId":"712","endLine":157,"endColumn":14},{"ruleId":"710","severity":2,"message":"718","line":162,"column":6,"nodeType":"699","messageId":"712","endLine":162,"endColumn":15},{"ruleId":"710","severity":2,"message":"726","line":164,"column":6,"nodeType":"699","messageId":"712","endLine":164,"endColumn":14},{"ruleId":"710","severity":2,"message":"718","line":167,"column":6,"nodeType":"699","messageId":"712","endLine":167,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":170,"column":6,"nodeType":"699","messageId":"712","endLine":170,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":173,"column":6,"nodeType":"699","messageId":"712","endLine":173,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":176,"column":6,"nodeType":"699","messageId":"712","endLine":176,"endColumn":15},{"ruleId":"710","severity":2,"message":"725","line":182,"column":4,"nodeType":"699","messageId":"712","endLine":182,"endColumn":18},{"ruleId":"710","severity":2,"message":"721","line":184,"column":4,"nodeType":"699","messageId":"712","endLine":184,"endColumn":17},{"ruleId":"710","severity":2,"message":"716","line":186,"column":5,"nodeType":"699","messageId":"712","endLine":186,"endColumn":18},{"ruleId":"710","severity":2,"message":"718","line":191,"column":6,"nodeType":"699","messageId":"712","endLine":191,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":194,"column":6,"nodeType":"699","messageId":"712","endLine":194,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":199,"column":6,"nodeType":"699","messageId":"712","endLine":199,"endColumn":15},{"ruleId":"710","severity":2,"message":"726","line":201,"column":6,"nodeType":"699","messageId":"712","endLine":201,"endColumn":14},{"ruleId":"710","severity":2,"message":"718","line":204,"column":6,"nodeType":"699","messageId":"712","endLine":204,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":209,"column":6,"nodeType":"699","messageId":"712","endLine":209,"endColumn":15},{"ruleId":"710","severity":2,"message":"726","line":211,"column":6,"nodeType":"699","messageId":"712","endLine":211,"endColumn":14},{"ruleId":"710","severity":2,"message":"718","line":214,"column":6,"nodeType":"699","messageId":"712","endLine":214,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":217,"column":6,"nodeType":"699","messageId":"712","endLine":217,"endColumn":15},{"ruleId":"710","severity":2,"message":"725","line":223,"column":4,"nodeType":"699","messageId":"712","endLine":223,"endColumn":18},{"ruleId":"710","severity":2,"message":"721","line":225,"column":4,"nodeType":"699","messageId":"712","endLine":225,"endColumn":17},{"ruleId":"710","severity":2,"message":"716","line":227,"column":5,"nodeType":"699","messageId":"712","endLine":227,"endColumn":18},{"ruleId":"710","severity":2,"message":"718","line":232,"column":6,"nodeType":"699","messageId":"712","endLine":232,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":235,"column":6,"nodeType":"699","messageId":"712","endLine":235,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":238,"column":6,"nodeType":"699","messageId":"712","endLine":238,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":243,"column":6,"nodeType":"699","messageId":"712","endLine":243,"endColumn":15},{"ruleId":"710","severity":2,"message":"726","line":245,"column":6,"nodeType":"699","messageId":"712","endLine":245,"endColumn":14},{"ruleId":"710","severity":2,"message":"718","line":248,"column":6,"nodeType":"699","messageId":"712","endLine":248,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":253,"column":6,"nodeType":"699","messageId":"712","endLine":253,"endColumn":15},{"ruleId":"710","severity":2,"message":"726","line":255,"column":6,"nodeType":"699","messageId":"712","endLine":255,"endColumn":14},{"ruleId":"710","severity":2,"message":"718","line":258,"column":6,"nodeType":"699","messageId":"712","endLine":258,"endColumn":15},{"ruleId":"710","severity":2,"message":"725","line":264,"column":4,"nodeType":"699","messageId":"712","endLine":264,"endColumn":18},{"ruleId":"710","severity":2,"message":"721","line":266,"column":4,"nodeType":"699","messageId":"712","endLine":266,"endColumn":17},{"ruleId":"710","severity":2,"message":"716","line":268,"column":5,"nodeType":"699","messageId":"712","endLine":268,"endColumn":18},{"ruleId":"710","severity":2,"message":"718","line":273,"column":6,"nodeType":"699","messageId":"712","endLine":273,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":278,"column":6,"nodeType":"699","messageId":"712","endLine":278,"endColumn":15},{"ruleId":"710","severity":2,"message":"726","line":280,"column":6,"nodeType":"699","messageId":"712","endLine":280,"endColumn":14},{"ruleId":"710","severity":2,"message":"718","line":283,"column":6,"nodeType":"699","messageId":"712","endLine":283,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":288,"column":6,"nodeType":"699","messageId":"712","endLine":288,"endColumn":15},{"ruleId":"710","severity":2,"message":"726","line":290,"column":6,"nodeType":"699","messageId":"712","endLine":290,"endColumn":14},{"ruleId":"710","severity":2,"message":"718","line":293,"column":6,"nodeType":"699","messageId":"712","endLine":293,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":296,"column":6,"nodeType":"699","messageId":"712","endLine":296,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":299,"column":6,"nodeType":"699","messageId":"712","endLine":299,"endColumn":15},{"ruleId":"710","severity":2,"message":"725","line":305,"column":4,"nodeType":"699","messageId":"712","endLine":305,"endColumn":18},{"ruleId":"710","severity":2,"message":"721","line":308,"column":4,"nodeType":"699","messageId":"712","endLine":308,"endColumn":17},{"ruleId":"710","severity":2,"message":"716","line":310,"column":5,"nodeType":"699","messageId":"712","endLine":310,"endColumn":18},{"ruleId":"710","severity":2,"message":"718","line":317,"column":6,"nodeType":"699","messageId":"712","endLine":317,"endColumn":15},{"ruleId":"710","severity":2,"message":"726","line":319,"column":6,"nodeType":"699","messageId":"712","endLine":319,"endColumn":14},{"ruleId":"710","severity":2,"message":"718","line":322,"column":6,"nodeType":"699","messageId":"712","endLine":322,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":325,"column":6,"nodeType":"699","messageId":"712","endLine":325,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":328,"column":6,"nodeType":"699","messageId":"712","endLine":328,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":331,"column":6,"nodeType":"699","messageId":"712","endLine":331,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":334,"column":6,"nodeType":"699","messageId":"712","endLine":334,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":337,"column":6,"nodeType":"699","messageId":"712","endLine":337,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":342,"column":6,"nodeType":"699","messageId":"712","endLine":342,"endColumn":15},{"ruleId":"710","severity":2,"message":"726","line":344,"column":6,"nodeType":"699","messageId":"712","endLine":344,"endColumn":14},{"ruleId":"710","severity":2,"message":"718","line":349,"column":6,"nodeType":"699","messageId":"712","endLine":349,"endColumn":15},{"ruleId":"710","severity":2,"message":"726","line":351,"column":6,"nodeType":"699","messageId":"712","endLine":351,"endColumn":14},{"ruleId":"710","severity":2,"message":"718","line":356,"column":6,"nodeType":"699","messageId":"712","endLine":356,"endColumn":15},{"ruleId":"710","severity":2,"message":"726","line":358,"column":6,"nodeType":"699","messageId":"712","endLine":358,"endColumn":14},{"ruleId":"710","severity":2,"message":"716","line":370,"column":5,"nodeType":"699","messageId":"712","endLine":370,"endColumn":18},{"ruleId":"710","severity":2,"message":"716","line":380,"column":5,"nodeType":"699","messageId":"712","endLine":380,"endColumn":18},{"ruleId":"710","severity":2,"message":"716","line":390,"column":5,"nodeType":"699","messageId":"712","endLine":390,"endColumn":18},{"ruleId":"710","severity":2,"message":"716","line":400,"column":5,"nodeType":"699","messageId":"712","endLine":400,"endColumn":18},{"ruleId":"710","severity":2,"message":"716","line":410,"column":5,"nodeType":"699","messageId":"712","endLine":410,"endColumn":18},{"ruleId":"710","severity":2,"message":"716","line":420,"column":5,"nodeType":"699","messageId":"712","endLine":420,"endColumn":18},{"ruleId":"710","severity":2,"message":"716","line":430,"column":5,"nodeType":"699","messageId":"712","endLine":430,"endColumn":18},{"ruleId":"710","severity":2,"message":"716","line":440,"column":5,"nodeType":"699","messageId":"712","endLine":440,"endColumn":18},{"ruleId":"710","severity":2,"message":"716","line":450,"column":5,"nodeType":"699","messageId":"712","endLine":450,"endColumn":18},{"ruleId":"710","severity":2,"message":"717","line":457,"column":2,"nodeType":"699","messageId":"712","endLine":457,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":460,"column":5,"nodeType":"699","messageId":"712","endLine":460,"endColumn":14},{"ruleId":"710","severity":2,"message":"719","line":461,"column":5,"nodeType":"699","messageId":"712","endLine":461,"endColumn":16},{"ruleId":"710","severity":2,"message":"718","line":478,"column":5,"nodeType":"699","messageId":"712","endLine":478,"endColumn":14},{"ruleId":"710","severity":2,"message":"719","line":479,"column":5,"nodeType":"699","messageId":"712","endLine":479,"endColumn":16},{"ruleId":"710","severity":2,"message":"718","line":496,"column":5,"nodeType":"699","messageId":"712","endLine":496,"endColumn":14},{"ruleId":"710","severity":2,"message":"719","line":497,"column":5,"nodeType":"699","messageId":"712","endLine":497,"endColumn":16},{"ruleId":"710","severity":2,"message":"718","line":514,"column":5,"nodeType":"699","messageId":"712","endLine":514,"endColumn":14},{"ruleId":"710","severity":2,"message":"719","line":515,"column":5,"nodeType":"699","messageId":"712","endLine":515,"endColumn":16},{"ruleId":"710","severity":2,"message":"718","line":532,"column":5,"nodeType":"699","messageId":"712","endLine":532,"endColumn":14},{"ruleId":"710","severity":2,"message":"719","line":533,"column":5,"nodeType":"699","messageId":"712","endLine":533,"endColumn":16},{"ruleId":"710","severity":2,"message":"718","line":550,"column":5,"nodeType":"699","messageId":"712","endLine":550,"endColumn":14},{"ruleId":"710","severity":2,"message":"719","line":551,"column":5,"nodeType":"699","messageId":"712","endLine":551,"endColumn":16},{"ruleId":"710","severity":2,"message":"718","line":568,"column":5,"nodeType":"699","messageId":"712","endLine":568,"endColumn":14},{"ruleId":"710","severity":2,"message":"719","line":569,"column":5,"nodeType":"699","messageId":"712","endLine":569,"endColumn":16},{"ruleId":"710","severity":2,"message":"718","line":586,"column":5,"nodeType":"699","messageId":"712","endLine":586,"endColumn":14},{"ruleId":"710","severity":2,"message":"719","line":587,"column":5,"nodeType":"699","messageId":"712","endLine":587,"endColumn":16},{"ruleId":"710","severity":2,"message":"718","line":604,"column":5,"nodeType":"699","messageId":"712","endLine":604,"endColumn":14},{"ruleId":"710","severity":2,"message":"719","line":605,"column":5,"nodeType":"699","messageId":"712","endLine":605,"endColumn":16},{"ruleId":"710","severity":2,"message":"727","line":624,"column":2,"nodeType":"699","messageId":"712","endLine":624,"endColumn":12},{"ruleId":"710","severity":2,"message":"728","line":632,"column":2,"nodeType":"699","messageId":"712","endLine":632,"endColumn":22},{"ruleId":"710","severity":2,"message":"729","line":634,"column":2,"nodeType":"699","messageId":"712","endLine":634,"endColumn":11},{"ruleId":"710","severity":2,"message":"730","line":636,"column":2,"nodeType":"699","messageId":"712","endLine":636,"endColumn":15},{"ruleId":"710","severity":2,"message":"718","line":641,"column":5,"nodeType":"699","messageId":"712","endLine":641,"endColumn":14},{"ruleId":"710","severity":2,"message":"718","line":645,"column":5,"nodeType":"699","messageId":"712","endLine":645,"endColumn":14},{"ruleId":"710","severity":2,"message":"718","line":649,"column":5,"nodeType":"699","messageId":"712","endLine":649,"endColumn":14},{"ruleId":"710","severity":2,"message":"718","line":653,"column":5,"nodeType":"699","messageId":"712","endLine":653,"endColumn":14},{"ruleId":"700","severity":1,"message":"701","line":4,"column":35,"nodeType":"702","messageId":"703","endLine":4,"endColumn":38,"suggestions":"731"},{"ruleId":"732","severity":2,"message":"733","line":6,"column":32,"nodeType":"699","messageId":"734","endLine":6,"endColumn":49},{"ruleId":"693","severity":1,"message":"694","line":25,"column":67,"nodeType":"707","messageId":"696","endLine":25,"endColumn":78},{"ruleId":"697","severity":1,"message":"735","line":25,"column":68,"nodeType":"699","endLine":25,"endColumn":74},{"ruleId":"700","severity":1,"message":"701","line":25,"column":71,"nodeType":"702","messageId":"703","endLine":25,"endColumn":74,"suggestions":"736"},{"ruleId":"705","severity":2,"message":"706","line":25,"column":79,"nodeType":"707","messageId":"708"},{"ruleId":"693","severity":1,"message":"694","line":26,"column":40,"nodeType":"707","messageId":"696","endLine":26,"endColumn":45},{"ruleId":"705","severity":2,"message":"706","line":26,"column":46,"nodeType":"707","messageId":"708"},{"ruleId":"700","severity":1,"message":"701","line":38,"column":27,"nodeType":"702","messageId":"703","endLine":38,"endColumn":30,"suggestions":"737"},{"ruleId":"693","severity":1,"message":"694","line":14,"column":2,"nodeType":"695","messageId":"696","endLine":14,"endColumn":12},{"ruleId":"705","severity":2,"message":"738","line":14,"column":13,"nodeType":"695","messageId":"708"},{"ruleId":"693","severity":1,"message":"694","line":16,"column":2,"nodeType":"695","messageId":"696","endLine":16,"endColumn":37},{"ruleId":"700","severity":1,"message":"701","line":16,"column":33,"nodeType":"702","messageId":"703","endLine":16,"endColumn":36,"suggestions":"739"},{"ruleId":"693","severity":1,"message":"694","line":25,"column":2,"nodeType":"695","messageId":"696","endLine":25,"endColumn":15},{"ruleId":"705","severity":2,"message":"740","line":9,"column":16,"nodeType":"695","messageId":"708"},{"ruleId":"693","severity":1,"message":"694","line":11,"column":2,"nodeType":"695","messageId":"696","endLine":11,"endColumn":12},{"ruleId":"705","severity":2,"message":"738","line":11,"column":13,"nodeType":"695","messageId":"708"},{"ruleId":"693","severity":1,"message":"694","line":24,"column":2,"nodeType":"695","messageId":"696","endLine":24,"endColumn":12},{"ruleId":"693","severity":1,"message":"694","line":43,"column":2,"nodeType":"695","messageId":"696","endLine":43,"endColumn":13},{"ruleId":"700","severity":1,"message":"701","line":49,"column":10,"nodeType":"702","messageId":"703","endLine":49,"endColumn":13,"suggestions":"741"},{"ruleId":"700","severity":1,"message":"701","line":16,"column":17,"nodeType":"702","messageId":"703","endLine":16,"endColumn":20,"suggestions":"742"},{"ruleId":"700","severity":1,"message":"701","line":19,"column":80,"nodeType":"702","messageId":"703","endLine":19,"endColumn":83,"suggestions":"743"},{"ruleId":"693","severity":1,"message":"694","line":25,"column":2,"nodeType":"695","messageId":"696","endLine":25,"endColumn":12},{"ruleId":"705","severity":2,"message":"738","line":25,"column":13,"nodeType":"695","messageId":"708"},{"ruleId":"693","severity":1,"message":"694","line":27,"column":2,"nodeType":"695","messageId":"696","endLine":27,"endColumn":15},{"ruleId":"693","severity":1,"message":"694","line":31,"column":2,"nodeType":"695","messageId":"696","endLine":31,"endColumn":21},{"ruleId":"693","severity":1,"message":"694","line":41,"column":2,"nodeType":"695","messageId":"696","endLine":41,"endColumn":19},{"ruleId":"700","severity":1,"message":"701","line":46,"column":37,"nodeType":"702","messageId":"703","endLine":46,"endColumn":40,"suggestions":"744"},{"ruleId":"693","severity":1,"message":"694","line":50,"column":2,"nodeType":"695","messageId":"696","endLine":50,"endColumn":13},{"ruleId":"710","severity":2,"message":"711","line":57,"column":4,"nodeType":"699","messageId":"712","endLine":57,"endColumn":15},{"ruleId":"693","severity":1,"message":"694","line":64,"column":2,"nodeType":"695","messageId":"696","endLine":64,"endColumn":18},{"ruleId":"693","severity":1,"message":"694","line":75,"column":2,"nodeType":"695","messageId":"696","endLine":75,"endColumn":43},{"ruleId":"693","severity":1,"message":"694","line":87,"column":2,"nodeType":"695","messageId":"696","endLine":87,"endColumn":37},{"ruleId":"693","severity":1,"message":"694","line":15,"column":2,"nodeType":"695","messageId":"696","endLine":15,"endColumn":12},{"ruleId":"705","severity":2,"message":"738","line":15,"column":13,"nodeType":"695","messageId":"708"},{"ruleId":"693","severity":1,"message":"694","line":17,"column":2,"nodeType":"695","messageId":"696","endLine":17,"endColumn":17},{"ruleId":"693","severity":1,"message":"694","line":23,"column":2,"nodeType":"695","messageId":"696","endLine":23,"endColumn":23},{"ruleId":"693","severity":1,"message":"694","line":20,"column":2,"nodeType":"695","messageId":"696","endLine":20,"endColumn":12},{"ruleId":"705","severity":2,"message":"738","line":20,"column":13,"nodeType":"695","messageId":"708"},{"ruleId":"693","severity":1,"message":"694","line":22,"column":2,"nodeType":"695","messageId":"696","endLine":22,"endColumn":20},{"ruleId":"700","severity":1,"message":"701","line":22,"column":16,"nodeType":"702","messageId":"703","endLine":22,"endColumn":19,"suggestions":"745"},{"ruleId":"693","severity":1,"message":"694","line":30,"column":2,"nodeType":"695","messageId":"696","endLine":30,"endColumn":15},{"ruleId":"705","severity":2,"message":"746","line":30,"column":16,"nodeType":"695","messageId":"708"},{"ruleId":"693","severity":1,"message":"694","line":16,"column":2,"nodeType":"695","messageId":"696","endLine":16,"endColumn":12},{"ruleId":"705","severity":2,"message":"738","line":16,"column":13,"nodeType":"695","messageId":"708"},{"ruleId":"693","severity":1,"message":"694","line":15,"column":2,"nodeType":"695","messageId":"696","endLine":15,"endColumn":12},{"ruleId":"705","severity":2,"message":"738","line":15,"column":13,"nodeType":"695","messageId":"708"},{"ruleId":"693","severity":1,"message":"694","line":15,"column":2,"nodeType":"695","messageId":"696","endLine":15,"endColumn":12},{"ruleId":"705","severity":2,"message":"738","line":15,"column":13,"nodeType":"695","messageId":"708"},{"ruleId":"693","severity":1,"message":"694","line":15,"column":2,"nodeType":"695","messageId":"696","endLine":15,"endColumn":12},{"ruleId":"705","severity":2,"message":"738","line":15,"column":13,"nodeType":"695","messageId":"708"},{"ruleId":"693","severity":1,"message":"694","line":29,"column":2,"nodeType":"695","messageId":"696","endLine":29,"endColumn":12},{"ruleId":"705","severity":2,"message":"738","line":29,"column":13,"nodeType":"695","messageId":"708"},{"ruleId":"693","severity":1,"message":"694","line":32,"column":2,"nodeType":"695","messageId":"696","endLine":32,"endColumn":13},{"ruleId":"700","severity":1,"message":"701","line":45,"column":11,"nodeType":"702","messageId":"703","endLine":45,"endColumn":14,"suggestions":"747"},{"ruleId":"700","severity":1,"message":"701","line":59,"column":11,"nodeType":"702","messageId":"703","endLine":59,"endColumn":14,"suggestions":"748"},{"ruleId":"693","severity":1,"message":"694","line":21,"column":2,"nodeType":"695","messageId":"696","endLine":21,"endColumn":12},{"ruleId":"693","severity":1,"message":"694","line":29,"column":2,"nodeType":"695","messageId":"696","endLine":29,"endColumn":28},{"ruleId":"710","severity":2,"message":"717","line":37,"column":13,"nodeType":"699","messageId":"712","endLine":37,"endColumn":26},{"ruleId":"710","severity":2,"message":"717","line":37,"column":39,"nodeType":"699","messageId":"712","endLine":37,"endColumn":52},{"ruleId":"710","severity":2,"message":"718","line":38,"column":13,"nodeType":"699","messageId":"712","endLine":38,"endColumn":22},{"ruleId":"705","severity":2,"message":"740","line":12,"column":16,"nodeType":"695","messageId":"708"},{"ruleId":"693","severity":1,"message":"694","line":14,"column":2,"nodeType":"695","messageId":"696","endLine":14,"endColumn":12},{"ruleId":"705","severity":2,"message":"738","line":14,"column":13,"nodeType":"695","messageId":"708"},{"ruleId":"705","severity":2,"message":"740","line":10,"column":16,"nodeType":"695","messageId":"708"},{"ruleId":"693","severity":1,"message":"694","line":12,"column":2,"nodeType":"695","messageId":"696","endLine":12,"endColumn":12},{"ruleId":"705","severity":2,"message":"738","line":12,"column":13,"nodeType":"695","messageId":"708"},{"ruleId":"693","severity":1,"message":"694","line":15,"column":2,"nodeType":"695","messageId":"696","endLine":15,"endColumn":12},{"ruleId":"705","severity":2,"message":"738","line":15,"column":13,"nodeType":"695","messageId":"708"},{"ruleId":"705","severity":2,"message":"740","line":10,"column":16,"nodeType":"695","messageId":"708"},{"ruleId":"700","severity":1,"message":"701","line":10,"column":30,"nodeType":"702","messageId":"703","endLine":10,"endColumn":33,"suggestions":"749"},{"ruleId":"693","severity":1,"message":"694","line":15,"column":2,"nodeType":"695","messageId":"696","endLine":15,"endColumn":12},{"ruleId":"705","severity":2,"message":"738","line":15,"column":13,"nodeType":"695","messageId":"708"},{"ruleId":"693","severity":1,"message":"694","line":17,"column":2,"nodeType":"695","messageId":"696","endLine":17,"endColumn":15},{"ruleId":"705","severity":2,"message":"740","line":10,"column":16,"nodeType":"695","messageId":"708"},{"ruleId":"705","severity":2,"message":"740","line":13,"column":16,"nodeType":"695","messageId":"708"},{"ruleId":"693","severity":1,"message":"694","line":15,"column":2,"nodeType":"695","messageId":"696","endLine":15,"endColumn":12},{"ruleId":"705","severity":2,"message":"738","line":15,"column":13,"nodeType":"695","messageId":"708"},{"ruleId":"693","severity":1,"message":"694","line":17,"column":2,"nodeType":"695","messageId":"696","endLine":17,"endColumn":14},{"ruleId":"705","severity":2,"message":"740","line":9,"column":16,"nodeType":"695","messageId":"708"},{"ruleId":"705","severity":2,"message":"738","line":11,"column":19,"nodeType":"695","messageId":"708"},{"ruleId":"693","severity":1,"message":"694","line":19,"column":2,"nodeType":"695","messageId":"696","endLine":19,"endColumn":12},{"ruleId":"705","severity":2,"message":"738","line":19,"column":13,"nodeType":"695","messageId":"708"},{"ruleId":"693","severity":1,"message":"694","line":21,"column":2,"nodeType":"695","messageId":"696","endLine":21,"endColumn":12},{"ruleId":"693","severity":1,"message":"694","line":39,"column":2,"nodeType":"695","messageId":"696","endLine":39,"endColumn":34},{"ruleId":"693","severity":1,"message":"694","line":54,"column":2,"nodeType":"695","messageId":"696","endLine":54,"endColumn":18},{"ruleId":"693","severity":1,"message":"694","line":67,"column":2,"nodeType":"695","messageId":"696","endLine":67,"endColumn":14},{"ruleId":"700","severity":1,"message":"701","line":12,"column":19,"nodeType":"702","messageId":"703","endLine":12,"endColumn":22,"suggestions":"750"},{"ruleId":"705","severity":2,"message":"740","line":24,"column":16,"nodeType":"695","messageId":"708"},{"ruleId":"693","severity":1,"message":"694","line":26,"column":2,"nodeType":"695","messageId":"696","endLine":26,"endColumn":12},{"ruleId":"705","severity":2,"message":"738","line":26,"column":13,"nodeType":"695","messageId":"708"},{"ruleId":"705","severity":2,"message":"738","line":14,"column":19,"nodeType":"695","messageId":"708"},{"ruleId":"693","severity":1,"message":"694","line":16,"column":2,"nodeType":"695","messageId":"696","endLine":16,"endColumn":32},{"ruleId":"697","severity":1,"message":"751","line":5,"column":7,"nodeType":"699","endLine":5,"endColumn":18},{"ruleId":"693","severity":1,"message":"694","line":8,"column":28,"nodeType":"707","messageId":"696","endLine":8,"endColumn":33},{"ruleId":"693","severity":1,"message":"694","line":11,"column":21,"nodeType":"707","messageId":"696","endLine":11,"endColumn":26},{"ruleId":"693","severity":1,"message":"694","line":18,"column":22,"nodeType":"707","messageId":"696","endLine":18,"endColumn":27},{"ruleId":"693","severity":1,"message":"694","line":29,"column":39,"nodeType":"707","messageId":"696","endLine":29,"endColumn":44},{"ruleId":"693","severity":1,"message":"694","line":42,"column":45,"nodeType":"707","messageId":"696","endLine":42,"endColumn":50},"@typescript-eslint/explicit-function-return-type","Missing return type on function.","FunctionExpression","missingReturnType","@typescript-eslint/no-unused-vars","'event' is defined but never used.","Identifier","@typescript-eslint/no-explicit-any","Unexpected any. Specify a different type.","TSAnyKeyword","unexpectedAny",["752","753"],"@typescript-eslint/no-empty-function","Unexpected empty arrow function.","ArrowFunctionExpression","unexpected","'params' is defined but never used.","@typescript-eslint/camelcase","Identifier 'date_object' is not in camel case.","notCamelCase","no-var","Unexpected var, use let or const instead.","VariableDeclaration","Identifier 'timezone_type' is not in camel case.","Identifier 'choices_count' is not in camel case.","Identifier 'choice_id' is not in camel case.","Identifier 'choice_text' is not in camel case.","Identifier 'stacks_count' is not in camel case.","Identifier 'creation_date' is not in camel case.","Identifier 'vote_id' is not in camel case.","Identifier 'comments_count' is not in camel case.","Identifier 'vote_stack' is not in camel case.","Identifier 'modifier_token' is not in camel case.","Identifier 'stack_id' is not in camel case.","Identifier 'vote_count' is not in camel case.","Identifier 'owner_modifier_token' is not in camel case.","Identifier 'admin_key' is not in camel case.","Identifier 'json_you_sent' is not in camel case.",["754","755"],"@typescript-eslint/no-use-before-define","'DateValueAccessor' was used before it was defined.","noUseBeforeDefine","'_' is defined but never used.",["756","757"],["758","759"],"Unexpected empty method 'ngOnInit'.",["760","761"],"Unexpected empty constructor.",["762","763"],["764","765"],["766","767"],["768","769"],["770","771"],"Unexpected empty method 'sendToEmail'.",["772","773"],["774","775"],["776","777"],["778","779"],"'baseURLProd' is assigned a value but never used.",{"messageId":"780","fix":"781","desc":"782"},{"messageId":"783","fix":"784","desc":"785"},{"messageId":"780","fix":"786","desc":"782"},{"messageId":"783","fix":"787","desc":"785"},{"messageId":"780","fix":"788","desc":"782"},{"messageId":"783","fix":"789","desc":"785"},{"messageId":"780","fix":"790","desc":"782"},{"messageId":"783","fix":"791","desc":"785"},{"messageId":"780","fix":"792","desc":"782"},{"messageId":"783","fix":"793","desc":"785"},{"messageId":"780","fix":"794","desc":"782"},{"messageId":"783","fix":"795","desc":"785"},{"messageId":"780","fix":"796","desc":"782"},{"messageId":"783","fix":"797","desc":"785"},{"messageId":"780","fix":"798","desc":"782"},{"messageId":"783","fix":"799","desc":"785"},{"messageId":"780","fix":"800","desc":"782"},{"messageId":"783","fix":"801","desc":"785"},{"messageId":"780","fix":"802","desc":"782"},{"messageId":"783","fix":"803","desc":"785"},{"messageId":"780","fix":"804","desc":"782"},{"messageId":"783","fix":"805","desc":"785"},{"messageId":"780","fix":"806","desc":"782"},{"messageId":"783","fix":"807","desc":"785"},{"messageId":"780","fix":"808","desc":"782"},{"messageId":"783","fix":"809","desc":"785"},{"messageId":"780","fix":"810","desc":"782"},{"messageId":"783","fix":"811","desc":"785"},"suggestUnknown",{"range":"812","text":"813"},"Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct.","suggestNever",{"range":"812","text":"814"},"Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of.",{"range":"815","text":"813"},{"range":"815","text":"814"},{"range":"816","text":"813"},{"range":"816","text":"814"},{"range":"817","text":"813"},{"range":"817","text":"814"},{"range":"818","text":"813"},{"range":"818","text":"814"},{"range":"819","text":"813"},{"range":"819","text":"814"},{"range":"820","text":"813"},{"range":"820","text":"814"},{"range":"821","text":"813"},{"range":"821","text":"814"},{"range":"822","text":"813"},{"range":"822","text":"814"},{"range":"823","text":"813"},{"range":"823","text":"814"},{"range":"824","text":"813"},{"range":"824","text":"814"},{"range":"825","text":"813"},{"range":"825","text":"814"},{"range":"826","text":"813"},{"range":"826","text":"814"},{"range":"827","text":"813"},{"range":"827","text":"814"},[877,880],"unknown","never",[201,204],[937,940],[1335,1338],[415,418],[1572,1575],[568,571],[677,680],[1208,1211],[740,743],[1489,1492],[1857,1860],[323,326],[200,203]] \ No newline at end of file diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 300a4898..da20444d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: weboaks/node-karma-protractor-chrome stages: - test - - e2e +# - e2e cache: paths: @@ -13,17 +13,17 @@ test: script: - npm i - pkill Xvfb - - npm run test + - npm run test:ci artifacts: paths: - coverage/ -e2e: - stage: e2e - script: - - npm i - - pkill Xvfb - - npm run e2e +#e2e: +# stage: e2e +# script: +# - npm i +# - pkill Xvfb +# - npm run e2e pages: stage: .post diff --git a/angular.json b/angular.json index b6a2170a..375890f2 100644 --- a/angular.json +++ b/angular.json @@ -32,7 +32,7 @@ "node_modules/font-awesome/css/font-awesome.css", "node_modules/primeng/resources/themes/nova-light/theme.css", "node_modules/primeng/resources/primeng.min.css", - "src/styles.scss" + "src/assets/scss/styles.scss" ], "scripts": [ "node_modules/marked/lib/marked.js", diff --git a/documentation/js/search/search_index.js b/documentation/js/search/search_index.js index 9c08823b..9cd262e5 100644 --- a/documentation/js/search/search_index.js +++ b/documentation/js/search/search_index.js @@ -1,4 +1,4 @@ var COMPODOC_SEARCH_INDEX = { - "index": {"version":"2.3.7","fields":["title","body"],"fieldVectors":[["title/components/AdminComponent.html",[0,0.127,1,0.472]],["body/components/AdminComponent.html",[0,0.189,1,0.762,2,0.767,3,0.135,4,0.116,5,0.575,6,0.575,7,0.575,8,0.575,9,0.116,10,2.852,11,0.855,12,1.157,13,0.514,14,0.866,15,0.921,16,3.581,17,0.684,18,5.422,19,0.684,20,4.683,21,0.175,22,0.645,23,1.106,24,1.133,25,0.684,26,1.193,27,0.43,28,0.911,29,1.016,30,0.577,31,3.323,32,0.575,33,0.019,34,0.583,35,0.398,36,0.514,37,3.323,38,0.485,39,0.607,40,3.323,41,0.275,42,0.238,43,0.674,44,0.135,45,0.116,46,0.911,47,3.581,48,3.254,49,2.428,50,4.683,51,4.683,52,4.683,53,4.019,54,4.683,55,4.019,56,4.019,57,4.019,58,4.019,59,4.019,60,4.019,61,4.019,62,4.019,63,4.019,64,4.019,65,4.019,66,4.019,67,4.019,68,4.683,69,3.323,70,4.683,71,4.683,72,3.323,73,4.683,74,4.683,75,4.019,76,4.683,77,4.019,78,4.019,79,4.019,80,4.683,81,4.683,82,4.683,83,4.683,84,4.683,85,4.019,86,4.683,87,4.683,88,4.683,89,4.019,90,4.683,91,4.683,92,4.683,93,2.542,94,2.542,95,4.502,96,3.254,97,2.542,98,3.323,99,2.852,100,4.683,101,5.052,102,3.679,103,3.433,104,3.323,105,2.852,106,3.323,107,2.87,108,3.323,109,1.838,110,3.323,111,3.323,112,4.683,113,2.542,114,1.97,115,3.323,116,4.019,117,2.852,118,1.838,119,2.31,120,2.852,121,2.852,122,2.125,123,3.323,124,3.323,125,3.323,126,2.125,127,2.125,128,3.323,129,2.852,130,3.323,131,0.485,132,0.81,133,0.725,134,0.43,135,0.964,136,0.575,137,3.323,138,3.323,139,0.575,140,0.43,141,0.575,142,0.43,143,0.485,144,0.575,145,0.43,146,0.575,147,0.575,148,0.43,149,0.544,150,0.81,151,0.43,152,0.575,153,0.43,154,0.575,155,0.575,156,0.43,157,0.575,158,0.575,159,0.43,160,0.575,161,0.43,162,0.575,163,0.43,164,0.544,165,0.575,166,0.43,167,0.575,168,0.575,169,0.43,170,0.575,171,0.43,172,0.575,173,0.43,174,0.575,175,0.575,176,0.43,177,0.81,178,0.43,179,0.575,180,0.43,181,0.575,182,0.43,183,0.569,184,0.575,185,0.43,186,0.575,187,0.43,188,0.575,189,0.378,190,0.575,191,0.43,192,0.575,193,0.404,194,1.016,195,0.575,196,0.43,197,0.575,198,0.43,199,0.575,200,0.43,201,0.575,202,0.43,203,0.43,204,0.575,205,0.485,206,0.43,207,0.575,208,0.404,209,0.544,210,0.575,211,0.008,212,0.012,213,0.008]],["title/components/AnswersComponent.html",[0,0.127,140,0.472]],["body/components/AnswersComponent.html",[0,0.165,1,0.338,2,0.643,3,0.106,4,0.091,5,0.452,6,0.452,7,0.68,8,0.452,9,0.137,11,0.717,12,1.008,13,0.404,14,0.85,15,0.902,17,0.574,19,0.574,21,0.207,22,0.541,23,1.24,24,1.139,25,0.574,26,1.245,27,0.338,28,0.716,29,0.969,30,0.761,32,0.974,33,0.02,34,0.626,35,0.537,36,0.872,38,0.99,39,1.18,41,0.309,42,0.187,43,0.53,44,0.106,45,0.091,46,0.716,48,2.731,131,0.382,132,0.68,133,0.608,134,0.338,135,0.86,136,0.452,139,0.452,140,0.68,141,0.452,142,0.338,143,0.382,144,0.452,145,0.818,146,0.68,147,0.452,148,0.338,149,0.428,150,0.68,151,0.338,152,0.452,153,0.338,154,0.452,155,0.452,156,0.338,157,0.452,158,0.452,159,0.338,160,0.452,161,0.338,162,0.452,163,0.338,164,0.428,165,0.452,166,0.338,167,0.452,168,0.452,169,0.338,170,0.452,171,0.338,172,0.452,173,0.338,174,0.68,175,0.452,176,0.338,177,0.68,178,0.338,179,0.452,180,0.338,181,0.452,182,0.338,183,0.478,184,0.452,185,0.338,186,0.452,187,0.338,188,0.452,189,0.297,190,0.452,191,0.338,192,0.452,193,0.318,194,0.922,195,0.452,196,0.338,197,0.452,198,0.338,199,0.452,200,0.338,201,0.452,202,0.338,203,0.338,204,0.452,205,0.382,206,0.338,207,0.452,208,0.318,209,0.428,210,0.452,211,0.007,212,0.01,213,0.007,214,2.243,215,1.533,216,4.724,217,4.724,218,3.006,219,4.724,220,3.93,221,4.724,222,4.724,223,4.724,224,2.613,225,5.254,226,5.254,227,3.93,228,3.93,229,5.254,230,5.254,231,3.93,232,3.373,233,1.748,234,1.748,235,3.652,236,4.054,237,4.509,238,3.93,239,2.613,240,2.613,241,3.93,242,2.613,243,3.93,244,4.724,245,2.613,246,2.243,247,2.613,248,2.613,249,2.613,250,2.613,251,2.613,252,3.006,253,3.373,254,2.197,255,2.613,256,2.613,257,2.049,258,1.019,259,1.24,260,1.019,261,1.019,262,1.36,263,0.909,264,1.943,265,2.613,266,2.613,267,2.613,268,2.613,269,1.019,270,1.816,271,0.919,272,1.446,273,1.998,274,1.708,275,1.019,276,2.613,277,2.613,278,1.998,279,2.243,280,2.613,281,1.998,282,2.613,283,2.243,284,3.93,285,3.93,286,0.831,287,2.613,288,2.613,289,1.382,290,2.613,291,2.243,292,2.613,293,0.967,294,2.613,295,2.049,296,1.274,297,2.613,298,1.355,299,1.446,300,1.549,301,1.446,302,2.243,303,2.613,304,2.613,305,1.549,306,2.613,307,0.919,308,0.919,309,2.613,310,1.617,311,2.613,312,2.613,313,2.613,314,3.93,315,3.93,316,2.613,317,4.724,318,1.816,319,2.613,320,2.613,321,0.967,322,2.613,323,2.613,324,3.93,325,3.069,326,3.93,327,3.006,328,3.373,329,3.93,330,2.33,331,3.93,332,2.731,333,3.373,334,3.93,335,3.93,336,1.916,337,3.93,338,3.93,339,3.93,340,3.93,341,3.93,342,5.254,343,2.038,344,3.93,345,1.916,346,3.006,347,1.617,348,2.731,349,3.006,350,3.93,351,3.93,352,3.93,353,2.513,354,3.93,355,3.93,356,2.513]],["title/components/AppComponent.html",[0,0.127,142,0.472]],["body/components/AppComponent.html",[0,0.17,1,0.357,2,0.67,3,0.112,4,0.096,5,0.477,6,0.477,7,0.477,8,0.477,9,0.096,13,0.427,14,0.855,15,0.907,17,0.598,19,0.598,21,0.145,22,0.563,24,0.939,25,0.598,27,0.357,29,0.883,30,0.743,32,0.844,33,0.02,34,0.636,35,0.557,36,0.755,38,0.882,39,1.102,41,0.355,42,0.197,43,0.559,44,0.112,45,0.096,127,1.763,131,0.403,132,0.708,133,0.633,134,0.357,135,0.883,136,0.477,139,0.477,140,0.357,141,0.477,142,0.699,143,0.713,144,0.477,145,0.357,146,0.477,147,0.477,148,0.357,149,0.451,150,0.708,151,0.357,152,0.477,153,0.357,154,0.477,155,0.477,156,0.357,157,0.477,158,0.477,159,0.357,160,0.477,161,0.357,162,0.477,163,0.357,164,0.451,165,0.477,166,0.357,167,0.477,168,0.477,169,0.357,170,0.477,171,0.357,172,0.477,173,0.357,174,0.477,175,0.477,176,0.357,177,0.708,178,0.357,179,0.477,180,0.357,181,0.477,182,0.357,183,0.593,184,0.477,185,0.357,186,0.477,187,0.357,188,0.477,189,0.314,190,0.477,191,0.357,192,0.477,193,0.335,194,0.944,195,0.477,196,0.357,197,0.477,198,0.357,199,0.477,200,0.357,201,0.477,202,0.357,203,0.357,204,0.477,205,0.403,206,0.357,207,0.477,208,0.335,209,0.451,210,0.477,211,0.007,212,0.01,213,0.007,224,2.264,235,3.751,246,3.512,254,1.076,259,0.966,262,1.739,263,1.162,270,1.917,272,1.526,273,2.109,274,2.12,279,3.512,286,1.301,293,1.021,295,1.902,305,1.635,310,1.135,321,1.515,357,2.367,358,2.616,359,4.878,360,4.092,361,4.878,362,4.878,363,4.878,364,4.878,365,3.39,366,3.39,367,4.878,368,5.397,369,5.397,370,5.397,371,4.092,372,5.397,373,4.092,374,2.758,375,4.127,376,4.187,377,3.751,378,4.092,379,4.127,380,2.758,381,2.844,382,4.092,383,4.092,384,4.092,385,3.512,386,3.512,387,4.092,388,3.129,389,2.758,390,2.758,391,4.092,392,1.63,393,2.758,394,5.765,395,2.758,396,4.092,397,2.758,398,4.127,399,2.758,400,2.616,401,2.758,402,2.758,403,3.512,404,2.758,405,2.758,406,1.917,407,4.092,408,4.092,409,4.092,410,2.758,411,1.917,412,1.917,413,2.758,414,1.43,415,2.758,416,2.758,417,2.758,418,2.758,419,1.763,420,2.758,421,2.758,422,2.758,423,2.758,424,2.758,425,2.758,426,2.758,427,2.758,428,2.758,429,2.758,430,4.092,431,2.758,432,2.758,433,4.878,434,2.758,435,4.878,436,2.758,437,2.758,438,2.758,439,4.092,440,2.758,441,2.758,442,4.092,443,2.758,444,4.092,445,4.092,446,1.917,447,5.397,448,1.368,449,2.426,450,4.092,451,2.844,452,4.092,453,4.092,454,4.092,455,4.092,456,1.917,457,2.109,458,2.109,459,2.367,460,1.917,461,2.109,462,1.917,463,1.917]],["title/modules/AppModule.html",[464,2.159,465,2.328]],["body/modules/AppModule.html",[1,0.783,3,0.113,4,0.097,9,0.097,11,0.505,29,0.99,33,0.019,41,0.45,42,0.198,43,0.561,44,0.199,45,0.143,131,0.404,140,0.783,142,0.888,143,0.404,145,0.783,148,0.783,151,0.783,153,0.783,156,0.783,159,0.783,161,0.783,163,0.783,166,0.783,169,0.783,171,0.783,173,0.783,176,0.783,178,0.783,180,0.783,182,0.783,183,0.336,185,0.783,187,0.783,189,0.688,191,0.783,193,0.735,196,0.783,198,0.783,200,0.783,202,0.783,203,0.783,208,0.735,211,0.007,212,0.01,213,0.007,263,0.79,264,1.139,271,0.973,272,1.531,286,0.88,289,1.443,307,0.973,332,1.924,375,3.138,398,2.117,400,1.77,411,3.758,412,1.924,414,1.435,464,1.641,465,4.94,466,1.531,467,1.77,468,3.398,469,3.398,470,3.125,471,1.924,472,2.376,473,2.376,474,2.376,475,2.376,476,2.376,477,3.585,478,3.585,479,3.585,480,3.138,481,1.77,482,1.924,483,1.924,484,2.852,485,3.521,486,3.138,487,1.77,488,2.852,489,2.376,490,2.376,491,2.117,492,2.376,493,2.376,494,3.521,495,1.924,496,2.376,497,2.117,498,1.641,499,2.376,500,3.521,501,2.376,502,2.376,503,2.376,504,2.376,505,2.376,506,2.376,507,2.376,508,2.376,509,1.924,510,2.376,511,2.376,512,1.924,513,2.376,514,2.376,515,2.376,516,2.376,517,2.376,518,4.955,519,1.924,520,2.376,521,1.924,522,2.376,523,1.77,524,2.376,525,2.376,526,2.376,527,3.739,528,3.521,529,1.924,530,2.376,531,4.64,532,3.521,533,3.521,534,2.376,535,2.376,536,2.117,537,3.138,538,1.924,539,2.376,540,2.376,541,2.376,542,3.521,543,2.376,544,2.376,545,3.521,546,2.376,547,3.521,548,3.521,549,2.623,550,2.117,551,2.376,552,1.924,553,2.376,554,2.376,555,1.924,556,2.376,557,2.376,558,2.376,559,3.521,560,2.117,561,2.376,562,1.924,563,2.376,564,3.521,565,2.376,566,3.521,567,2.376,568,1.924,569,1.77,570,1.77,571,2.376,572,1.924,573,2.376,574,2.376,575,1.924,576,3.521,577,2.376,578,1.924,579,1.924,580,2.376,581,2.852,582,2.376,583,2.376,584,2.376,585,1.77,586,2.117,587,2.376,588,2.376,589,2.376,590,3.138,591,2.376,592,2.376,593,2.376,594,1.924,595,2.376,596,2.117,597,2.117]],["title/classes/AppPage.html",[45,0.127,598,2.785]],["body/classes/AppPage.html",[3,0.224,4,0.192,9,0.192,21,0.289,25,0.948,30,0.69,33,0.019,38,0.948,41,0.323,44,0.224,45,0.192,133,0.851,211,0.014,212,0.016,213,0.014,289,2.283,358,3.515,487,3.515,598,4.965,599,3.515,600,4.719,601,7.137,602,7.137,603,5.499,604,5.499,605,4.719,606,5.499,607,6.492,608,5.499,609,5.499]],["title/modules/AppRoutingModule.html",[464,2.159,477,2.159]],["body/modules/AppRoutingModule.html",[3,0.23,4,0.197,9,0.197,33,0.019,41,0.388,42,0.404,44,0.23,45,0.197,211,0.014,212,0.017,213,0.014,286,1.794,310,2.321,414,2.925,466,3.121,471,3.921,477,3.908,484,3.921,488,4.581,497,5.041,498,4.14,596,4.315,597,4.315,610,5.642,611,5.642,612,5.642,613,5.642]],["title/components/BaseComponent.html",[0,0.127,145,0.472]],["body/components/BaseComponent.html",[0,0.2,1,0.479,2,0.826,3,0.151,4,0.129,5,0.64,6,0.64,7,0.64,8,0.64,9,0.129,11,0.921,12,1.225,13,0.573,14,0.872,15,0.928,17,0.737,19,0.737,21,0.195,22,0.694,23,1.191,24,1.186,25,0.737,26,1.25,27,0.479,28,1.014,29,1.056,30,0.686,32,0.64,33,0.019,34,0.61,35,0.429,36,0.573,38,0.838,39,0.675,41,0.297,42,0.265,43,0.75,44,0.151,45,0.129,46,1.014,93,2.83,131,0.541,132,0.873,133,0.781,134,0.479,135,1.009,136,0.64,139,0.64,140,0.479,141,0.64,142,0.479,143,0.541,144,0.64,145,0.798,146,1.151,147,0.64,148,0.479,149,0.606,150,0.873,151,0.479,152,0.64,153,0.479,154,0.64,155,0.64,156,0.479,157,0.64,158,0.64,159,0.479,160,0.64,161,0.479,162,0.64,163,0.479,164,0.606,165,0.64,166,0.479,167,0.64,168,0.64,169,0.479,170,0.64,171,0.479,172,0.64,173,0.479,174,1.066,175,0.64,176,0.479,177,0.873,178,0.479,179,0.64,180,0.479,181,0.64,182,0.479,183,0.613,184,0.64,185,0.479,186,0.64,187,0.479,188,0.64,189,0.421,190,0.64,191,0.479,192,0.64,193,0.45,194,1.056,195,0.64,196,0.479,197,0.64,198,0.479,199,0.64,200,0.479,201,0.64,202,0.479,203,0.479,204,0.64,205,0.541,206,0.479,207,0.64,208,0.45,209,0.606,210,0.64,211,0.009,212,0.013,213,0.009,233,2.282,234,2.282,259,1.191,278,3.858,286,1.604,289,1.774,325,2.615,343,2.615,347,2.075,353,3.225,614,5.713,615,3.176,616,5.74,617,5.045,618,3.701,619,3.701,620,3.701,621,3.701,622,3.701,623,3.701,624,3.701,625,3.701,626,3.701,627,5.045,628,5.045,629,3.225,630,5.045,631,4.33,632,5.045]],["title/components/ChoicesListComponent.html",[0,0.127,148,0.472]],["body/components/ChoicesListComponent.html",[0,0.208,1,0.514,2,0.866,3,0.162,4,0.139,5,0.687,6,0.687,7,0.687,8,0.687,9,0.139,13,0.615,14,0.876,15,0.932,17,0.773,19,0.773,21,0.209,22,0.728,23,1.249,24,1.221,27,0.514,28,1.088,29,1.082,30,0.563,32,0.687,33,0.019,34,0.628,35,0.45,36,0.615,41,0.311,42,0.284,43,0.805,44,0.162,45,0.139,46,1.088,103,2.197,131,0.58,132,0.915,133,0.819,134,0.514,135,1.039,136,0.687,139,0.687,140,0.514,141,0.687,142,0.514,143,0.58,144,0.687,145,0.514,146,0.687,147,0.687,148,0.822,149,1.154,150,0.915,151,0.514,152,0.687,153,0.514,154,0.687,155,0.687,156,0.514,157,0.687,158,0.687,159,0.514,160,0.687,161,0.514,162,0.687,163,0.514,164,0.65,165,0.687,166,0.514,167,0.687,168,0.687,169,0.514,170,0.687,171,0.514,172,0.687,173,0.514,174,0.687,175,0.687,176,0.514,177,0.915,178,0.514,179,0.687,180,0.514,181,0.687,182,0.514,183,0.643,184,0.687,185,0.514,186,0.687,187,0.514,188,0.687,189,0.452,190,0.687,191,0.514,192,0.687,193,0.483,194,1.082,195,0.687,196,0.514,197,0.687,198,0.514,199,0.687,200,0.514,201,0.687,202,0.514,203,0.514,204,0.687,205,0.58,206,0.514,207,0.687,208,0.483,209,0.65,210,0.687,211,0.01,212,0.013,213,0.01,578,4.136,633,5.107,634,3.038,635,3.137,636,5.107,637,4.541,638,3.409,639,3.409,640,4.047,641,5.292,642,4.541,643,3.972,644,3.972,645,3.038,646,3.972,647,4.541,648,2.355]],["title/components/CommentsListComponent.html",[0,0.127,151,0.472]],["body/components/CommentsListComponent.html",[0,0.207,1,0.51,2,0.861,3,0.16,4,0.137,5,0.681,6,0.681,7,0.681,8,0.681,9,0.137,13,0.609,14,0.875,15,0.932,17,0.768,19,0.768,21,0.207,22,0.724,23,1.242,24,1.217,27,0.51,28,1.078,29,1.079,30,0.559,32,0.681,33,0.019,34,0.626,35,0.447,36,0.609,41,0.309,42,0.282,43,0.798,44,0.16,45,0.137,46,1.078,47,4.835,131,0.575,132,0.91,133,0.814,134,0.51,135,1.035,136,0.681,139,0.681,140,0.51,141,0.681,142,0.51,143,0.575,144,0.681,145,0.51,146,0.681,147,0.681,148,0.51,149,0.644,150,0.91,151,0.819,152,1.216,153,0.51,154,0.681,155,0.681,156,0.51,157,0.681,158,0.681,159,0.51,160,0.681,161,0.51,162,0.681,163,0.51,164,0.644,165,0.681,166,0.51,167,0.681,168,0.681,169,0.51,170,0.681,171,0.51,172,0.681,173,0.51,174,0.681,175,0.681,176,0.51,177,0.91,178,0.51,179,0.681,180,0.51,181,0.681,182,0.51,183,0.639,184,0.681,185,0.51,186,0.681,187,0.51,188,0.681,189,0.448,190,0.681,191,0.51,192,0.681,193,0.478,194,1.079,195,0.681,196,0.51,197,0.681,198,0.51,199,0.681,200,0.51,201,0.681,202,0.51,203,0.51,204,0.681,205,0.575,206,0.51,207,0.681,208,0.478,209,0.644,210,0.681,211,0.01,212,0.013,213,0.01,575,4.117,634,3.01,635,3.118,636,5.083,637,4.513,638,3.378,639,3.378,649,5.083,650,5.184,651,5.259,652,4.022,653,6.322]],["title/components/CopyTextComponent.html",[0,0.127,153,0.472]],["body/components/CopyTextComponent.html",[0,0.203,1,0.492,2,0.841,3,0.155,4,0.133,5,0.657,6,0.657,7,0.657,8,0.657,9,0.133,11,0.937,12,1.241,13,0.588,14,0.873,15,0.929,17,0.75,19,0.75,21,0.2,23,0.897,25,0.75,26,1.263,27,0.492,30,0.663,32,0.657,33,0.019,34,0.617,35,0.436,36,0.588,38,0.75,39,0.937,41,0.302,42,0.272,44,0.155,45,0.133,131,0.555,132,0.888,133,0.795,134,0.492,135,1.02,136,0.657,139,0.657,140,0.492,141,0.657,142,0.492,143,0.555,144,0.657,145,0.492,146,0.657,147,0.657,148,0.492,149,0.622,150,0.888,151,0.492,152,0.657,153,0.807,154,1.207,155,0.657,156,0.492,157,0.657,158,0.657,159,0.492,160,0.657,161,0.492,162,0.657,163,0.492,164,0.622,165,0.657,166,0.492,167,0.657,168,0.657,169,0.492,170,0.657,171,0.492,172,0.657,173,0.492,174,0.657,175,0.657,176,0.492,177,0.888,178,0.492,179,0.657,180,0.492,181,0.657,182,0.492,183,0.624,184,0.657,185,0.492,186,0.657,187,0.492,188,0.657,189,0.432,190,0.657,191,0.492,192,0.657,193,0.462,194,1.066,195,0.657,196,0.492,197,0.657,198,0.492,199,0.657,200,0.492,201,0.657,202,0.492,203,0.492,204,0.888,205,0.555,206,0.492,207,0.657,208,0.462,209,0.622,210,0.657,211,0.01,212,0.013,213,0.01,296,2.503,308,1.805,336,2.503,379,3.927,419,2.428,549,4.289,572,4.524,654,5.586,655,3.259,656,5.817,657,5.135,658,6.232,659,6.51,660,3.798,661,5.135,662,3.798,663,3.798,664,2.904,665,2.904,666,2.904,667,2.428,668,3.798,669,3.259,670,2.904,671,3.798,672,5.135]],["title/components/CreateOrRetrieveComponent.html",[0,0.127,156,0.472]],["body/components/CreateOrRetrieveComponent.html",[0,0.183,1,0.404,2,0.733,3,0.127,4,0.109,5,0.539,6,0.539,7,0.539,8,0.539,9,0.109,11,0.817,12,1.117,13,0.483,14,0.862,15,0.916,17,0.654,19,0.654,21,0.236,22,0.616,23,1.35,24,1.213,25,0.654,26,1.317,27,0.404,28,0.854,29,1.032,30,0.73,32,0.905,33,0.02,34,0.624,35,0.536,36,0.81,38,0.921,39,0.955,41,0.308,42,0.223,43,0.632,44,0.127,45,0.109,46,0.854,49,2.32,94,2.385,95,2.385,96,2.167,97,2.385,99,2.676,103,1.725,107,2.789,109,1.725,114,1.849,118,1.725,122,1.993,127,1.993,131,0.455,132,0.774,133,0.693,134,0.404,135,0.936,136,0.539,139,0.539,140,0.404,141,0.539,142,0.404,143,0.455,144,0.539,145,0.86,146,0.774,147,0.539,148,0.404,149,0.51,150,0.774,151,0.404,152,0.539,153,0.404,154,0.539,155,0.539,156,0.741,157,1.149,158,0.539,159,0.404,160,0.539,161,0.404,162,0.539,163,0.404,164,0.51,165,0.539,166,0.404,167,0.539,168,0.539,169,0.404,170,0.539,171,0.404,172,0.539,173,0.404,174,0.539,175,0.539,176,0.404,177,0.774,178,0.404,179,0.539,180,0.404,181,0.539,182,0.404,183,0.544,184,0.539,185,0.404,186,0.539,187,0.404,188,0.539,189,0.355,190,0.539,191,0.404,192,0.539,193,0.379,194,0.992,195,0.539,196,0.404,197,0.539,198,0.404,199,0.539,200,0.404,201,0.539,202,0.404,203,0.404,204,0.539,205,0.455,206,0.404,207,0.539,208,0.379,209,0.51,210,0.539,211,0.008,212,0.011,213,0.008,215,1.745,224,2.476,232,3.841,233,1.938,234,1.938,253,3.841,254,2.362,255,2.896,257,2.231,258,1.216,259,1.35,260,1.216,261,1.216,262,0.898,263,0.6,264,1.841,269,1.216,271,1.096,275,1.216,286,0.991,289,1.574,291,2.676,392,1.365,460,2.167,462,3.11,463,3.11,512,4.513,647,2.676,648,1.849,673,5.573,674,2.676,675,4.475,676,5.235,677,4.475,678,5.235,679,4.475,680,4.475,681,4.475,682,3.118,683,3.11,684,3.118,685,3.118,686,3.118,687,2.676,688,3.118,689,3.118,690,3.118,691,3.841,692,4.475,693,4.475,694,4.475,695,4.475,696,4.475,697,4.475,698,4.475,699,4.475,700,4.475,701,3.841,702,2.385,703,2.385,704,2.676,705,1.993,706,3.118,707,2.385,708,3.118,709,2.676,710,2.676,711,2.167,712,2.385,713,2.385,714,3.118,715,3.118,716,3.118]],["title/interfaces/DateChoice.html",[717,1.102,718,2.015]],["body/interfaces/DateChoice.html",[3,0.153,4,0.131,9,0.227,21,0.198,22,0.702,33,0.02,35,0.492,44,0.29,211,0.01,212,0.013,213,0.01,254,1.466,289,1.793,293,2.297,295,2.609,296,3.026,297,3.433,298,3.902,299,4.062,301,4.062,307,2.551,310,2.935,318,2.613,321,1.392,330,2.229,347,1.547,348,4.022,392,1.815,448,2.425,449,2.229,717,1.751,718,3.433,719,1.949,720,2.613,721,4.511,722,2.821,723,4.958,724,2.876,725,5.003,726,2.876,727,5.003,728,2.876,729,2.613,730,4.022,731,2.876,732,2.876,733,2.876,734,4.313,735,2.613,736,2.876,737,3.26,738,3.9,739,3.9,740,2.876,741,2.876,742,2.876,743,4.509,744,4.022,745,2.613,746,3.589,747,2.08,748,2.876,749,2.229,750,4.426]],["title/interfaces/DateOption.html",[717,1.102,751,2.531]],["body/interfaces/DateOption.html",[3,0.144,4,0.124,9,0.124,14,0.404,15,0.431,16,3.749,21,0.187,22,0.675,24,0.943,29,0.581,33,0.02,35,0.477,36,0.759,41,0.288,44,0.2,45,0.124,126,2.269,183,0.847,211,0.009,212,0.012,213,0.009,218,3.749,254,1.912,259,1.157,286,1.786,293,2.079,297,1.963,298,3.14,299,3.351,300,3.769,301,3.636,307,1.724,310,2.017,321,2.079,365,3.903,366,3.407,381,2.466,392,1.817,406,3.903,448,1.877,568,2.466,635,2.104,717,1.074,718,2.712,719,1.84,722,2.712,747,3.107,749,2.907,751,3.407,752,2.714,753,2.104,754,2.269,755,3.046,756,2.714,757,4.207,758,4.207,759,3.59,760,4.207,761,4.207,762,2.466,763,2.269,764,3.046,765,2.104,766,3.046,767,3.046,768,3.046,769,3.046,770,3.749,771,4.207,772,3.046,773,2.466,774,3.872,775,3.046,776,3.046,777,2.714,778,2.466,779,3.046,780,3.046,781,2.714,782,2.466,783,3.046,784,3.046,785,3.046,786,3.046,787,3.046,788,3.046,789,2.714,790,4.632,791,4.82,792,2.714,793,2.907,794,3.046,795,3.046,796,3.749,797,4.207,798,3.749,799,2.714,800,3.046,801,3.046,802,3.046,803,2.714,804,3.046,805,3.046,806,3.046,807,2.714,808,3.046,809,3.046,810,3.107,811,2.712,812,2.269,813,3.046,814,3.046,815,3.046,816,3.046,817,3.749,818,3.046,819,3.046,820,3.903,821,4.207,822,3.749,823,4.82,824,2.714,825,3.046,826,3.046,827,3.046,828,3.046,829,3.046,830,2.269,831,3.046,832,2.466,833,2.466,834,3.046,835,3.046,836,3.046,837,3.749,838,3.046,839,3.046,840,3.046,841,3.046,842,3.749,843,3.407,844,3.046,845,3.046,846,3.046,847,3.046,848,3.046,849,5.198,850,4.295,851,4.207,852,3.046,853,3.046,854,3.903,855,4.207,856,3.046,857,3.134,858,3.046,859,3.046,860,3.046,861,3.046,862,3.046,863,3.046,864,3.046]],["title/injectables/DateUtilities.html",[865,2.015,866,2.531]],["body/injectables/DateUtilities.html",[3,0.178,4,0.153,9,0.153,21,0.231,25,0.824,30,0.725,32,1.18,33,0.02,34,0.675,35,0.56,36,1.055,38,0.996,41,0.258,42,0.313,44,0.178,45,0.153,211,0.011,212,0.014,213,0.011,254,2.806,289,1.54,307,2.194,310,1.801,336,2.135,358,2.799,406,3.043,448,2.566,763,3.606,774,3.606,854,4.852,865,3.12,866,3.92,867,3.043,868,3.758,869,5.641,870,5.641,871,5.641,872,5.641,873,5.641,874,5.641,875,4.379,876,4.841,877,5.641,878,4.379,879,7.103,880,4.379,881,3.758,882,4.379,883,6.82,884,4.379,885,4.379,886,5.641,887,3.349,888,4.379,889,4.379,890,4.379,891,5.641,892,5.656,893,4.379,894,4.379,895,4.379,896,3.349,897,3.349,898,5.216,899,4.379,900,4.379,901,4.379,902,4.379]],["title/directives/DateValueAccessor.html",[134,0.472,206,0.472]],["body/directives/DateValueAccessor.html",[3,0.153,4,0.131,9,0.131,11,0.931,13,0.582,14,0.738,21,0.198,25,0.745,27,0.487,30,0.727,32,1.122,33,0.02,34,0.642,35,0.551,36,1.004,38,0.906,39,1.324,41,0.3,42,0.269,44,0.208,45,0.131,133,0.789,134,0.66,205,0.549,206,0.749,211,0.01,212,0.013,213,0.01,259,1.366,263,1.452,274,1.634,286,1.195,289,1.322,300,2.229,308,2.281,310,1.547,419,2.404,448,2.168,470,3.26,495,2.613,569,4.45,570,3.26,585,3.26,590,2.876,759,2.404,903,5.323,904,5.973,905,3.227,906,5.1,907,5.1,908,5.788,909,4.377,910,5.788,911,4.022,912,5.1,913,5.1,914,5.1,915,5.1,916,5.1,917,5.1,918,5.788,919,3.76,920,6.206,921,5.788,922,4.746,923,3.76,924,5.1,925,3.76,926,3.76,927,5.1,928,3.76,929,5.1,930,4.967,931,3.76,932,6.206,933,5.1,934,3.76,935,5.1,936,3.76,937,5.1,938,5.1,939,3.76,940,5.1,941,3.76,942,5.1,943,3.76,944,3.76,945,3.76,946,3.76,947,3.76,948,3.227,949,3.76,950,3.227,951,3.76,952,3.76,953,3.227,954,3.76,955,3.76,956,3.76,957,3.76,958,5.788,959,3.76,960,3.76,961,3.76,962,3.76]],["title/modules/DateValueAccessorModule.html",[464,2.159,478,2.159]],["body/modules/DateValueAccessorModule.html",[3,0.215,4,0.184,9,0.184,33,0.019,41,0.373,42,0.378,44,0.215,45,0.184,131,0.771,206,0.991,211,0.013,212,0.016,213,0.013,263,1.219,448,1.764,464,3.13,466,2.92,467,3.374,468,4.719,469,3.669,470,3.374,471,4.719,478,4.384,480,4.846,481,3.374,482,3.669,488,4.404,569,3.374,570,3.374,903,4.037,911,4.719,963,4.53,964,4.53,965,4.53,966,4.53,967,5.279]],["title/components/DatesComponent.html",[0,0.127,159,0.472]],["body/components/DatesComponent.html",[0,0.149,1,0.289,2,0.571,3,0.091,4,0.078,5,0.386,6,0.386,7,0.386,8,0.386,9,0.078,11,0.636,12,0.915,13,0.346,14,0.841,15,0.888,17,0.509,19,0.509,21,0.118,22,0.48,23,1.143,24,1.157,25,0.509,26,1.178,27,0.289,28,0.612,29,0.911,30,0.747,32,0.603,33,0.02,34,0.52,35,0.525,36,0.539,38,0.955,39,1.153,41,0.342,42,0.16,43,0.453,44,0.091,45,0.078,46,0.612,102,2.066,103,1.236,107,1.699,118,1.236,122,2.228,131,0.326,132,0.603,133,0.539,134,0.289,135,0.792,136,0.386,139,0.386,140,0.289,141,0.386,142,0.289,143,0.326,144,0.386,145,0.778,146,0.603,147,0.386,148,0.289,149,0.366,150,0.603,151,0.289,152,0.386,153,0.289,154,0.386,155,0.386,156,0.289,157,0.386,158,0.386,159,0.627,160,0.386,161,0.289,162,0.386,163,0.289,164,0.702,165,0.386,166,0.289,167,0.386,168,0.386,169,0.289,170,0.386,171,0.289,172,0.386,173,0.289,174,0.386,175,0.386,176,0.289,177,0.603,178,0.289,179,0.386,180,0.289,181,0.386,182,0.289,183,0.424,184,0.386,185,0.289,186,0.386,187,0.289,188,0.386,189,0.254,190,0.386,191,0.289,192,0.386,193,0.272,194,0.859,195,0.386,196,0.289,197,0.386,198,0.289,199,0.386,200,0.289,201,0.386,202,0.289,203,0.289,204,0.603,205,0.326,206,0.289,207,0.386,208,0.272,209,0.366,210,0.386,211,0.006,212,0.009,213,0.006,215,1.359,233,1.586,234,1.586,235,3.365,236,3.678,237,4.155,254,2.169,257,1.888,258,0.871,259,1.143,260,0.871,261,0.871,262,1.394,263,0.671,264,0.919,269,0.871,270,1.553,271,0.786,272,1.236,273,1.708,274,2.104,275,0.871,286,1.108,293,2.151,295,1.671,298,2.222,299,2.371,301,2.371,302,2.991,307,2.043,308,1.846,310,1.991,325,1.158,343,1.807,356,2.228,366,1.553,381,2.978,448,2.009,481,2.228,549,3.714,642,2.991,664,1.708,665,1.708,666,1.708,667,1.428,670,1.708,705,1.428,735,1.553,747,1.928,763,3.356,774,3.948,792,2.665,793,2.066,796,2.665,833,1.553,843,2.422,854,1.553,857,3.095,866,4.038,876,1.917,881,2.991,892,4.774,898,2.665,968,1.917,969,4.286,970,3.485,971,4.286,972,5.25,973,4.286,974,4.286,975,4.286,976,4.841,977,4.841,978,4.841,979,3.485,980,4.841,981,4.841,982,4.841,983,4.841,984,3.485,985,2.234,986,2.234,987,3.485,988,2.991,989,2.234,990,3.485,991,3.485,992,2.234,993,3.485,994,2.991,995,2.234,996,2.234,997,2.991,998,3.485,999,2.234,1000,2.991,1001,2.234,1002,2.234,1003,2.234,1004,2.234,1005,2.991,1006,2.234,1007,2.234,1008,2.234,1009,2.234,1010,2.234,1011,4.286,1012,3.485,1013,2.234,1014,2.234,1015,2.234,1016,2.234,1017,2.234,1018,2.234,1019,2.234,1020,2.665,1021,2.234,1022,2.234,1023,2.234,1024,2.991,1025,3.485,1026,2.234,1027,2.234,1028,4.841,1029,3.485,1030,3.485,1031,2.234,1032,3.485,1033,2.234,1034,2.234,1035,2.234,1036,4.286,1037,2.234,1038,4.286,1039,3.485,1040,2.234,1041,2.234,1042,2.234,1043,2.234,1044,2.234,1045,2.234,1046,2.234,1047,2.234,1048,2.234,1049,2.234,1050,2.234,1051,1.917,1052,2.234,1053,3.485,1054,2.234,1055,1.708,1056,1.917,1057,2.234,1058,3.485,1059,3.485,1060,2.991,1061,2.991,1062,3.485,1063,4.841,1064,4.841,1065,3.485,1066,3.485,1067,3.485,1068,3.485,1069,3.485,1070,3.485,1071,3.485,1072,4.841,1073,3.485,1074,3.485,1075,3.485,1076,3.485,1077,3.485,1078,3.485,1079,3.485,1080,3.485,1081,4.286,1082,1.708,1083,2.665,1084,2.234,1085,3.365,1086,1.917,1087,1.708,1088,2.665,1089,1.708]],["title/components/DebuggerComponent.html",[0,0.127,161,0.472]],["body/components/DebuggerComponent.html",[0,0.194,1,0.452,2,0.794,3,0.142,4,0.122,5,0.604,6,0.604,7,0.604,8,0.604,9,0.122,11,0.885,12,1.188,13,0.54,14,0.869,15,0.924,17,0.708,19,0.708,21,0.184,22,0.667,23,1.144,24,1.158,25,0.708,26,1.219,27,0.452,28,0.957,29,1.034,30,0.695,32,0.838,33,0.019,34,0.626,35,0.537,36,0.75,38,0.813,39,0.885,41,0.285,42,0.25,43,0.708,44,0.142,45,0.122,46,0.957,131,0.51,132,0.838,133,0.75,134,0.452,135,0.985,136,0.604,139,0.604,140,0.452,141,0.604,142,0.452,143,0.51,144,0.604,145,0.452,146,0.604,147,0.604,148,0.452,149,0.572,150,0.838,151,0.452,152,0.604,153,0.452,154,0.604,155,0.604,156,0.452,157,0.604,158,0.604,159,0.452,160,0.604,161,0.779,162,0.604,163,0.452,164,0.572,165,0.604,166,0.452,167,0.604,168,0.604,169,0.452,170,0.604,171,0.452,172,0.604,173,0.452,174,0.963,175,0.604,176,0.452,177,0.838,178,0.452,179,0.604,180,0.452,181,0.604,182,0.452,183,0.731,184,0.604,185,0.452,186,0.604,187,0.452,188,0.604,189,0.397,190,0.604,191,0.452,192,0.604,193,0.424,194,1.034,195,0.604,196,0.452,197,0.604,198,0.452,199,0.604,200,0.452,201,0.604,202,0.452,203,0.452,204,0.604,205,0.51,206,0.452,207,0.604,208,0.424,209,0.572,210,0.604,211,0.009,212,0.012,213,0.009,259,0.824,262,1.005,263,0.672,264,1.436,286,1.77,289,1.704,295,1.89,345,2.363,347,2.474,392,1.452,640,3.707,667,3.099,729,3.369,789,3.707,810,2.681,842,2.67,909,4.16,1090,2.997,1091,5.568,1092,4.847,1093,6.32,1094,6.015,1095,4.847,1096,4.847,1097,3.492,1098,3.492,1099,4.847,1100,6.015,1101,3.492,1102,3.492,1103,4.847,1104,3.492,1105,3.492,1106,4.847,1107,4.847,1108,4.847,1109,4.16,1110,4.847,1111,4.847,1112,4.847,1113,6.54,1114,4.847,1115,4.847,1116,4.847,1117,4.847,1118,4.847]],["title/components/EndConfirmationComponent.html",[0,0.127,163,0.472]],["body/components/EndConfirmationComponent.html",[0,0.169,1,0.352,2,0.663,3,0.111,4,0.095,5,0.47,6,0.47,7,0.47,8,0.47,9,0.095,11,0.739,12,1.032,13,0.421,14,0.853,15,0.905,17,0.591,19,0.591,21,0.143,22,0.557,23,1.469,24,1.156,25,0.591,26,1.261,27,0.352,28,0.745,29,0.983,30,0.718,32,0.7,33,0.019,34,0.567,35,0.51,36,0.626,38,0.877,39,0.978,41,0.337,42,0.195,43,0.551,44,0.111,45,0.095,46,0.745,48,2.814,49,3.713,89,3.474,107,1.325,131,0.397,132,0.7,133,0.626,134,0.352,135,0.877,136,0.47,139,0.47,140,0.352,141,0.47,142,0.352,143,0.397,144,0.47,145,0.828,146,0.7,147,0.47,148,0.352,149,0.445,150,0.7,151,0.352,152,0.47,153,0.352,154,0.47,155,0.47,156,0.352,157,0.47,158,0.47,159,0.352,160,0.47,161,0.352,162,0.47,163,0.694,164,1.047,165,0.47,166,0.352,167,0.47,168,0.47,169,0.352,170,0.47,171,0.352,172,0.47,173,0.352,174,0.47,175,0.47,176,0.352,177,0.7,178,0.352,179,0.47,180,0.352,181,0.47,182,0.352,183,0.492,184,0.47,185,0.352,186,0.47,187,0.352,188,0.47,189,0.309,190,0.47,191,0.352,192,0.47,193,0.33,194,0.938,195,0.47,196,0.352,197,0.47,198,0.352,199,0.47,200,0.352,201,0.47,202,0.352,203,0.352,204,0.7,205,0.397,206,0.352,207,0.47,208,0.33,209,0.445,210,0.47,211,0.007,212,0.01,213,0.007,215,1.579,233,1.79,234,1.79,257,2.09,258,1.06,259,0.956,260,1.06,261,1.06,262,0.783,263,0.523,269,1.06,271,0.956,274,1.181,275,1.06,325,3.543,327,4.594,330,2.4,333,3.474,343,3.114,345,3.117,347,2.204,392,0.709,448,1.353,451,2.814,509,4.444,527,4.382,529,1.889,549,3.978,640,4.098,648,1.612,650,4.098,664,2.079,665,2.079,666,2.079,667,1.738,669,2.333,670,2.079,683,2.814,737,3.84,782,2.814,896,3.096,1055,3.096,1085,1.889,1087,2.079,1088,2.079,1119,5.487,1120,2.333,1121,3.474,1122,4.837,1123,4.048,1124,4.917,1125,4.837,1126,4.048,1127,5.359,1128,4.048,1129,4.048,1130,2.719,1131,2.719,1132,2.719,1133,2.719,1134,2.719,1135,2.719,1136,2.719,1137,2.079,1138,4.048,1139,4.048,1140,3.096,1141,3.096,1142,4.048,1143,6.007,1144,4.048,1145,3.474,1146,4.048,1147,4.048,1148,4.048,1149,4.048,1150,4.048,1151,4.048,1152,5.359,1153,3.474,1154,4.048,1155,4.048,1156,4.048,1157,5.155,1158,4.048,1159,4.048,1160,4.048,1161,4.048,1162,4.048,1163,4.048,1164,4.048,1165,4.048,1166,4.048,1167,4.048,1168,4.048,1169,4.048,1170,4.048,1171,3.474,1172,5.359,1173,4.048,1174,4.048,1175,4.048,1176,4.048,1177,5.359]],["title/components/ErasableInputComponent.html",[0,0.127,166,0.472]],["body/components/ErasableInputComponent.html",[0,0.204,1,0.498,2,0.848,3,0.157,4,0.134,5,0.665,6,0.665,7,0.665,8,0.665,9,0.134,11,0.945,12,1.249,13,0.595,14,0.874,15,0.93,17,0.756,19,0.756,21,0.202,25,0.756,26,1.27,27,0.758,30,0.695,33,0.019,34,0.58,35,0.327,38,0.756,39,0.945,41,0.226,42,0.275,44,0.157,45,0.134,131,0.562,132,0.896,133,0.906,134,0.498,135,1.025,136,0.665,139,0.665,140,0.498,141,0.665,142,0.498,143,0.562,144,0.665,145,0.498,146,0.665,147,0.665,148,0.498,149,0.63,150,0.896,151,0.498,152,0.665,153,0.498,154,0.665,155,0.665,156,0.498,157,0.665,158,0.665,159,0.498,160,0.665,161,0.498,162,0.665,163,0.498,164,0.63,165,0.665,166,0.811,167,1.21,168,0.665,169,0.498,170,0.665,171,0.498,172,0.665,173,0.498,174,0.665,175,0.665,176,0.498,177,0.896,178,0.498,179,0.665,180,0.498,181,0.665,182,0.498,183,0.629,184,0.665,185,0.498,186,0.665,187,0.498,188,0.665,189,0.438,190,0.665,191,0.498,192,0.665,193,0.467,194,1.07,195,0.665,196,0.498,197,0.665,198,0.498,199,0.665,200,0.498,201,0.665,202,0.498,203,0.498,204,0.665,205,0.562,206,0.498,207,0.665,208,0.467,209,0.63,210,0.665,211,0.01,212,0.013,213,0.01,278,2.941,307,1.352,308,2.202,336,2.525,562,4.68,994,3.301,1178,5.779,1179,3.301,1180,5.855,1181,5.179,1182,6.264,1183,5.855,1184,5.179,1185,5.855,1186,5.179,1187,5.855,1188,3.846,1189,3.846,1190,3.846,1191,5.179,1192,3.846]],["title/components/HeaderComponent.html",[0,0.127,169,0.472]],["body/components/HeaderComponent.html",[0,0.212,1,0.538,2,0.893,3,0.169,4,0.145,5,0.719,6,0.719,7,0.719,8,0.719,9,0.145,11,0.995,12,1.299,13,0.643,14,0.878,15,0.935,17,0.797,19,0.797,21,0.219,25,0.797,26,1.31,27,0.788,30,0.58,33,0.019,34,0.603,38,0.607,39,0.759,41,0.244,42,0.298,44,0.169,45,0.145,131,0.607,132,0.943,133,0.844,134,0.538,135,1.058,136,0.719,139,0.719,140,0.538,141,0.719,142,0.538,143,0.607,144,0.719,145,0.538,146,0.719,147,0.719,148,0.538,149,0.68,150,0.943,151,0.538,152,0.719,153,0.538,154,0.719,155,0.719,156,0.538,157,0.719,158,0.719,159,0.538,160,0.719,161,0.538,162,0.719,163,0.538,164,0.68,165,0.719,166,0.538,167,0.719,168,0.719,169,0.837,170,0.719,171,0.538,172,0.719,173,0.538,174,0.719,175,0.719,176,0.538,177,0.943,178,0.538,179,0.719,180,0.538,181,0.719,182,0.538,183,0.663,184,0.719,185,0.538,186,0.719,187,0.538,188,0.719,189,0.473,190,0.719,191,0.538,192,0.719,193,0.505,194,1.098,195,0.719,196,0.538,197,0.719,198,0.538,199,0.719,200,0.538,201,0.719,202,0.538,203,0.538,204,0.719,205,0.607,206,0.538,207,0.719,208,0.505,209,0.68,210,0.719,211,0.011,212,0.014,213,0.011,459,4.68,1193,3.567,1194,6.086,1195,5.453,1196,4.157,1197,4.157,1198,5.453]],["title/components/HomeComponent.html",[0,0.127,171,0.472]],["body/components/HomeComponent.html",[0,0.196,1,0.46,2,0.803,3,0.145,4,0.124,5,0.615,6,0.615,7,0.615,8,0.615,9,0.124,11,0.896,12,1.199,13,0.55,14,0.87,15,0.925,17,0.717,19,0.717,21,0.187,22,0.675,23,1.431,24,1.265,25,0.717,26,1.366,27,0.46,28,0.974,29,1.076,30,0.73,32,0.615,33,0.019,34,0.6,35,0.515,36,0.55,38,0.885,39,0.896,41,0.331,42,0.254,43,0.72,44,0.145,45,0.124,46,0.974,49,2.543,53,4.21,131,0.519,132,0.849,133,0.759,134,0.46,135,0.992,136,0.615,139,0.615,140,0.46,141,0.615,142,0.46,143,0.519,144,0.615,145,0.889,146,0.849,147,0.615,148,0.46,149,0.582,150,0.849,151,0.46,152,0.615,153,0.46,154,0.615,155,0.615,156,0.46,157,0.615,158,0.615,159,0.46,160,0.615,161,0.46,162,0.615,163,0.46,164,0.582,165,0.615,166,0.46,167,0.615,168,0.615,169,0.46,170,0.615,171,0.785,172,0.615,173,0.46,174,0.615,175,0.615,176,0.46,177,0.849,178,0.46,179,0.615,180,0.46,181,0.615,182,0.46,183,0.596,184,0.615,185,0.46,186,0.615,187,0.46,188,0.615,189,0.404,190,0.615,191,0.46,192,0.615,193,0.432,194,1.041,195,0.615,196,0.46,197,0.615,198,0.46,199,0.615,200,0.46,201,0.615,202,0.46,203,0.46,204,0.615,205,0.519,206,0.46,207,0.615,208,0.432,209,0.582,210,0.615,211,0.009,212,0.012,213,0.009,215,1.913,233,2.08,234,2.08,257,2.363,258,1.386,259,1.158,260,1.386,261,1.386,262,1.023,263,0.684,269,1.386,271,1.249,275,1.386,343,2.543,345,2.392,356,3.136,392,0.927,446,3.41,481,3.136,629,3.136,683,3.41,691,4.21,777,3.752,1199,3.049,1200,5.62,1201,4.906,1202,5.62,1203,4.906,1204,3.553,1205,3.553,1206,4.906,1207,4.906,1208,4.906,1209,4.906,1210,4.906,1211,4.906,1212,4.906,1213,6.06]],["title/interfaces/Item.html",[255,2.015,717,1.102]],["body/interfaces/Item.html",[0,0.22,3,0.214,4,0.183,9,0.183,11,0.958,12,1.348,14,0.719,15,0.638,17,0.767,19,0.767,21,0.276,22,0.869,26,1.065,27,0.68,33,0.019,34,0.52,35,0.537,41,0.309,42,0.376,44,0.214,45,0.183,109,3.978,189,0.598,211,0.013,212,0.016,213,0.013,255,3.747,263,1.353,293,1.944,308,2.221,392,1.956,717,1.911,719,2.722,1214,3.649,1215,4.331,1216,4.016,1217,4.016,1218,4.016,1219,4.016]],["title/components/KindComponent.html",[0,0.127,173,0.472]],["body/components/KindComponent.html",[0,0.16,1,0.322,2,0.838,3,0.186,4,0.087,5,0.43,6,0.43,7,0.43,8,0.43,9,0.087,11,0.691,12,0.978,13,0.384,14,0.846,15,0.898,17,0.553,19,0.553,21,0.131,22,0.521,23,1.209,24,1.117,25,0.553,26,1.224,27,0.322,28,0.681,29,0.95,30,0.642,32,0.43,33,0.019,34,0.644,35,0.468,36,0.384,38,0.748,39,0.691,41,0.269,42,0.178,43,0.504,44,0.101,45,0.087,46,0.681,102,1.473,103,1.374,105,3.247,107,1.844,109,3.596,113,2.893,114,2.243,117,5.579,121,3.931,129,5.751,131,0.363,132,0.654,133,0.792,134,0.322,135,0.838,136,0.43,139,0.43,140,0.322,141,0.43,142,0.322,143,0.363,144,0.43,145,0.806,146,0.654,147,0.43,148,0.322,149,0.407,150,0.654,151,0.322,152,0.43,153,0.322,154,0.43,155,0.43,156,0.322,157,0.43,158,0.43,159,0.322,160,0.43,161,0.322,162,0.43,163,0.322,164,0.407,165,0.43,166,0.322,167,0.43,168,0.43,169,0.322,170,0.43,171,0.322,172,0.43,173,0.663,174,1.044,175,0.43,176,0.322,177,0.654,178,0.322,179,0.43,180,0.322,181,0.43,182,0.322,183,0.46,184,0.43,185,0.322,186,0.43,187,0.322,188,0.43,189,0.283,190,0.43,191,0.322,192,0.43,193,0.302,194,0.902,195,0.43,196,0.322,197,0.43,198,0.322,199,0.43,200,0.322,201,0.43,202,0.322,203,0.322,204,0.43,205,0.363,206,0.322,207,0.43,208,0.302,209,0.407,210,0.43,211,0.006,212,0.01,213,0.006,215,1.475,233,1.696,234,1.696,257,1.997,258,0.969,259,0.893,260,0.969,261,0.969,262,1.671,269,0.969,271,0.874,275,0.969,283,3.247,295,1.997,308,2.356,321,1.4,325,1.961,330,2.243,343,2.655,347,2.559,400,2.418,446,2.629,448,1.265,449,1.473,456,1.727,457,1.9,458,1.9,460,2.629,599,2.418,629,4.284,631,2.132,635,3.442,648,2.243,652,5.331,683,2.629,746,2.833,773,3.559,781,3.917,810,2.093,830,2.418,988,3.247,1082,3.917,1083,1.9,1089,3.504,1109,3.247,1153,3.247,1220,2.132,1221,3.783,1222,4.581,1223,3.783,1224,2.485,1225,2.485,1226,2.485,1227,2.485,1228,3.783,1229,3.783,1230,2.485,1231,3.783,1232,2.485,1233,2.485,1234,3.783,1235,6.501,1236,3.783,1237,5.806,1238,3.783,1239,6.702,1240,6.222,1241,6.222,1242,3.783,1243,3.247,1244,3.783,1245,3.917,1246,3.783,1247,3.247,1248,3.247,1249,3.247,1250,3.247,1251,3.247,1252,3.247,1253,3.247,1254,3.247,1255,3.783,1256,3.783,1257,5.121,1258,3.783,1259,3.783,1260,3.783,1261,3.783,1262,3.783,1263,3.783,1264,3.783,1265,3.783,1266,3.783,1267,3.247,1268,3.783,1269,3.783,1270,3.783,1271,3.783,1272,3.783,1273,3.783,1274,3.783,1275,3.783,1276,3.783,1277,3.783,1278,6.702,1279,3.783,1280,3.917,1281,3.783,1282,3.783,1283,2.418,1284,5.121,1285,5.121,1286,4.395,1287,5.121,1288,3.247,1289,3.783,1290,3.783,1291,3.783,1292,3.783,1293,3.783,1294,2.485,1295,2.893,1296,2.485,1297,2.893,1298,2.485,1299,2.485,1300,2.485,1301,3.247,1302,2.485,1303,2.485,1304,2.132,1305,2.485,1306,2.485,1307,2.485,1308,2.485,1309,2.485]],["title/classes/MyMissingTranslationHandler.html",[45,0.127,581,2.531]],["body/classes/MyMissingTranslationHandler.html",[1,0.637,3,0.145,4,0.125,9,0.125,11,0.898,21,0.188,25,0.719,29,0.806,30,0.38,32,0.617,33,0.019,34,0.354,35,0.303,36,0.552,38,0.521,41,0.455,42,0.256,43,0.724,44,0.229,45,0.172,140,0.637,142,0.729,143,0.521,145,0.637,148,0.637,151,0.637,153,0.637,156,0.637,159,0.637,161,0.637,163,0.637,166,0.637,169,0.637,171,0.637,173,0.637,176,0.637,178,0.637,180,0.637,182,0.637,183,0.434,185,0.637,187,0.637,189,0.56,191,0.637,193,0.598,196,0.637,198,0.637,200,0.637,202,0.637,203,0.637,208,0.598,211,0.009,212,0.012,213,0.009,263,0.947,264,1.468,271,1.255,272,1.975,286,1.135,289,1.731,307,1.255,332,2.481,375,3.764,392,0.931,398,2.73,400,2.282,411,4.22,412,2.481,414,1.851,465,2.282,468,2.481,469,2.481,470,2.282,477,2.918,478,2.918,479,2.918,483,2.481,484,2.481,485,4.224,486,3.764,487,2.282,488,3.421,489,3.064,490,3.064,491,2.73,492,3.064,493,3.064,494,4.224,495,2.481,496,3.064,497,2.73,498,2.117,499,3.064,500,4.224,501,3.064,502,3.064,503,3.064,504,3.064,505,3.064,506,3.064,507,3.064,508,3.064,509,2.481,510,3.064,511,3.064,512,2.481,513,3.064,514,3.064,515,3.064,516,3.064,517,3.064,518,5.467,519,2.481,520,3.064,521,2.481,522,3.064,523,2.282,524,3.064,525,3.064,526,3.064,527,4.308,528,4.224,529,2.481,530,3.064,531,5.467,532,5.211,533,4.224,534,3.064,535,3.064,536,2.73,537,3.764,538,2.481,539,3.064,540,3.064,541,3.064,542,4.224,543,3.064,544,3.064,545,4.224,546,3.064,547,4.224,548,4.224,549,3.147,550,2.73,551,3.064,552,2.481,553,3.064,554,3.064,555,2.481,556,3.064,557,3.064,558,3.064,559,4.224,560,2.73,561,3.064,562,2.481,563,3.064,564,4.224,565,3.064,566,4.224,567,3.064,568,2.481,569,2.282,570,2.282,571,3.064,572,2.481,573,3.064,574,3.064,575,2.481,576,4.224,577,3.064,578,2.481,579,2.481,580,3.064,581,3.915,582,4.224,583,3.064,584,3.064,585,2.282,586,2.73,587,3.064,588,3.064,589,3.064,590,3.764,591,3.064,592,3.064,593,3.064,594,2.481,595,3.064,596,2.73,597,2.73,599,2.282,1310,4.224,1311,3.57,1312,3.064]],["title/components/NavigationComponent.html",[0,0.127,176,0.472]],["body/components/NavigationComponent.html",[0,0.184,1,0.411,2,0.742,3,0.129,4,0.111,5,0.549,6,0.549,7,0.549,8,0.549,9,0.111,11,0.827,12,1.128,13,0.491,14,0.863,15,0.917,17,0.662,19,0.662,21,0.167,22,0.624,23,1.576,24,1.22,25,0.662,26,1.323,27,0.411,28,0.87,29,1.038,30,0.733,32,0.549,33,0.019,34,0.571,35,0.518,36,0.491,38,0.891,39,0.965,41,0.339,42,0.227,43,0.643,44,0.129,45,0.111,46,0.87,49,3.288,102,2.687,103,2.924,107,1.547,114,2.687,127,2.029,131,0.464,132,0.784,133,0.701,134,0.411,135,0.944,136,0.549,139,0.549,140,0.411,141,0.549,142,0.411,143,0.464,144,0.549,145,0.864,146,0.914,147,0.549,148,0.411,149,0.52,150,0.784,151,0.411,152,0.549,153,0.411,154,0.549,155,0.549,156,0.411,157,0.549,158,0.549,159,0.411,160,0.549,161,0.411,162,0.549,163,0.411,164,0.52,165,0.549,166,0.411,167,0.549,168,0.549,169,0.411,170,0.549,171,0.411,172,0.549,173,0.411,174,0.914,175,0.549,176,0.747,177,0.784,178,0.411,179,0.549,180,0.411,181,0.549,182,0.411,183,0.551,184,0.549,185,0.411,186,0.549,187,0.411,188,0.549,189,0.361,190,0.549,191,0.411,192,0.549,193,0.386,194,0.998,195,0.549,196,0.411,197,0.549,198,0.411,199,0.549,200,0.411,201,0.549,202,0.411,203,0.411,204,0.549,205,0.464,206,0.411,207,0.549,208,0.386,209,0.52,210,0.549,211,0.008,212,0.011,213,0.008,215,1.767,224,2.507,233,1.957,234,1.957,257,2.249,258,1.238,259,1.07,260,1.238,261,1.238,262,0.914,263,0.611,269,1.238,271,1.116,275,1.238,296,1.547,305,1.882,308,1.594,325,2.35,336,2.21,365,3.674,376,5.234,377,4.238,392,1.182,414,1.645,446,3.15,449,2.687,456,2.206,457,2.427,458,2.427,461,3.466,462,2.206,463,2.206,491,2.427,645,2.427,703,2.427,707,2.427,710,3.89,711,3.15,712,2.427,774,2.897,1056,3.89,1121,3.89,1280,3.466,1283,2.029,1295,3.466,1297,3.466,1304,2.724,1313,2.724,1314,3.89,1315,4.537,1316,3.89,1317,5.766,1318,4.532,1319,3.174,1320,3.174,1321,3.174,1322,3.174,1323,3.174,1324,3.174,1325,4.532,1326,4.532,1327,3.89,1328,4.532,1329,4.532,1330,3.466,1331,4.532,1332,3.15,1333,4.532,1334,4.532,1335,3.174,1336,2.427,1337,3.174,1338,3.89,1339,4.532,1340,2.724,1341,3.174,1342,2.724,1343,2.724,1344,3.174]],["title/components/PasswordComponent.html",[0,0.127,178,0.472]],["body/components/PasswordComponent.html",[0,0.196,1,0.46,2,0.803,3,0.145,4,0.124,5,0.615,6,0.615,7,0.615,8,0.615,9,0.124,11,0.896,12,1.199,13,0.55,14,0.87,15,0.925,17,0.717,19,0.717,21,0.187,22,0.675,23,1.431,24,1.265,25,0.717,26,1.366,27,0.46,28,0.974,29,1.076,30,0.717,32,0.615,33,0.019,34,0.6,35,0.477,36,0.55,38,0.885,39,0.896,41,0.331,42,0.254,43,0.72,44,0.145,45,0.124,46,0.974,47,3.752,48,3.41,49,2.913,93,2.717,94,3.752,95,2.717,96,2.469,97,2.717,109,1.965,118,2.714,119,2.469,120,3.049,131,0.519,132,0.849,133,0.759,134,0.46,135,0.992,136,0.615,139,0.615,140,0.46,141,0.615,142,0.46,143,0.519,144,0.615,145,0.889,146,0.849,147,0.615,148,0.46,149,0.582,150,0.849,151,0.46,152,0.615,153,0.46,154,0.615,155,0.615,156,0.46,157,0.615,158,0.615,159,0.46,160,0.615,161,0.46,162,0.615,163,0.46,164,0.582,165,0.615,166,0.46,167,0.615,168,0.615,169,0.46,170,0.615,171,0.46,172,0.615,173,0.46,174,0.615,175,0.615,176,0.46,177,0.849,178,0.785,179,0.615,180,0.46,181,0.615,182,0.46,183,0.596,184,0.615,185,0.46,186,0.615,187,0.46,188,0.615,189,0.404,190,0.615,191,0.46,192,0.615,193,0.432,194,1.041,195,0.615,196,0.46,197,0.615,198,0.46,199,0.615,200,0.46,201,0.615,202,0.46,203,0.46,204,0.615,205,0.519,206,0.46,207,0.615,208,0.432,209,0.582,210,0.615,211,0.009,212,0.012,213,0.009,215,1.913,233,2.08,234,2.08,257,2.363,258,1.386,259,1.158,260,1.386,261,1.386,269,1.386,271,1.249,275,1.386,347,2.493,353,2.271,451,3.41,460,2.469,629,3.136,652,3.752,705,2.271,830,3.136,850,2.717,1283,2.271,1336,2.717,1345,3.049,1346,5.62,1347,4.906,1348,3.553,1349,3.553,1350,3.553,1351,4.906,1352,6.06,1353,6.06,1354,3.553,1355,3.553]],["title/components/PicturesComponent.html",[0,0.127,180,0.472]],["body/components/PicturesComponent.html",[0,0.202,1,0.489,2,0.837,3,0.154,4,0.132,5,0.653,6,0.653,7,0.653,8,0.653,9,0.132,11,0.933,12,1.237,13,0.584,14,0.873,15,0.929,17,0.747,19,0.747,21,0.199,22,0.704,23,1.467,24,1.289,25,0.747,26,1.388,27,0.489,28,1.034,29,1.096,30,0.728,32,0.653,33,0.019,34,0.615,35,0.493,36,0.584,38,0.908,39,0.933,41,0.341,42,0.27,43,0.765,44,0.154,45,0.132,46,1.034,131,0.551,132,0.884,133,0.791,134,0.489,135,1.017,136,0.653,139,0.653,140,0.489,141,0.653,142,0.489,143,0.551,144,0.653,145,0.902,146,0.884,147,0.653,148,0.489,149,0.618,150,0.884,151,0.489,152,0.653,153,0.489,154,0.653,155,0.653,156,0.489,157,0.653,158,0.653,159,0.489,160,0.653,161,0.489,162,0.653,163,0.489,164,0.618,165,0.653,166,0.489,167,0.653,168,0.653,169,0.489,170,0.653,171,0.489,172,0.653,173,0.489,174,0.653,175,0.653,176,0.489,177,0.884,178,0.489,179,0.653,180,0.805,181,0.653,182,0.489,183,0.621,184,0.653,185,0.489,186,0.653,187,0.489,188,0.653,189,0.43,190,0.653,191,0.489,192,0.653,193,0.459,194,1.063,195,0.653,196,0.489,197,0.653,198,0.489,199,0.653,200,0.489,201,0.653,202,0.489,203,0.489,204,0.653,205,0.551,206,0.489,207,0.653,208,0.459,209,0.618,210,0.653,211,0.01,212,0.013,213,0.01,215,1.994,233,2.146,234,2.146,257,2.424,258,1.472,259,1.207,260,1.472,261,1.472,269,1.472,271,1.327,275,1.472,1280,2.886,1356,3.239,1357,5.113,1358,5.799,1359,5.113,1360,3.774,1361,3.774,1362,3.774,1363,3.774,1364,3.774]],["title/interfaces/PollAnswer.html",[717,1.102,722,2.015]],["body/interfaces/PollAnswer.html",[3,0.148,4,0.127,9,0.241,21,0.191,22,0.686,33,0.02,35,0.576,44,0.288,211,0.009,212,0.013,213,0.009,254,2.218,289,1.752,293,2.51,295,2.582,296,3.306,297,3.751,298,3.889,299,4.042,301,4.042,307,2.537,310,2.915,318,2.526,321,1.345,330,2.155,347,1.495,348,3.952,392,1.906,448,2.411,449,2.155,717,1.72,718,3.146,719,1.884,720,2.526,721,4.478,722,3.146,723,4.926,724,2.779,725,4.973,726,2.779,727,4.973,728,2.779,729,2.526,730,3.952,731,2.779,732,2.779,733,2.779,734,4.252,735,2.526,736,2.779,737,3.185,738,3.811,739,3.811,740,2.779,741,2.779,742,2.779,743,4.455,744,3.952,745,2.526,746,3.546,747,2.01,748,2.779,749,2.155,750,4.349]],["title/classes/PollConfig.html",[45,0.127,765,2.159]],["body/classes/PollConfig.html",[3,0.098,4,0.084,9,0.084,14,0.275,15,0.45,16,2.833,21,0.127,22,0.51,24,0.713,25,0.541,29,0.396,30,0.796,33,0.02,35,0.631,38,0.353,39,0.441,41,0.218,44,0.151,45,0.084,126,1.545,183,0.784,211,0.006,212,0.009,213,0.006,218,3.861,254,2.405,259,1.192,262,2.145,263,1.434,286,1.826,293,1.667,297,1.337,298,1.253,299,1.337,300,4.079,301,3.011,307,1.775,310,1.524,321,2.126,365,3.783,366,3.509,381,1.68,392,1.88,406,1.68,448,1.688,568,1.68,599,1.545,635,1.433,717,0.731,718,2.491,722,2.491,747,3.011,749,2.67,751,1.68,752,1.849,753,1.433,754,1.545,755,2.075,756,1.849,757,4.333,758,3.179,759,3.822,760,4.333,761,4.333,762,2.575,763,2.368,764,3.179,765,2.196,766,3.865,767,3.179,768,3.865,769,3.179,770,2.833,771,3.179,772,3.865,773,2.575,774,3.48,775,3.179,776,3.179,777,2.833,778,2.575,779,3.865,780,3.179,781,2.833,782,2.575,783,3.865,784,3.865,785,3.865,786,3.179,787,3.865,788,2.075,789,1.849,790,3.861,791,3.865,792,1.849,793,2.196,794,2.075,795,2.075,796,2.833,797,3.179,798,3.861,799,1.849,800,2.075,801,3.865,802,2.075,803,3.445,804,3.179,805,2.075,806,2.075,807,1.849,808,3.865,809,3.179,810,2.491,811,2.049,812,1.545,813,3.865,814,3.865,815,2.075,816,3.865,817,2.833,818,2.075,819,3.865,820,3.13,821,3.179,822,2.833,823,3.865,824,3.445,825,3.865,826,2.075,827,2.075,828,2.075,829,3.865,830,2.879,831,3.865,832,1.68,833,1.68,834,3.865,835,3.865,836,3.865,837,3.861,838,3.179,839,3.865,840,3.179,841,3.865,842,2.833,843,2.575,844,3.865,845,3.865,846,2.075,847,2.075,848,3.865,849,4.929,850,3.445,851,3.179,852,3.865,853,2.075,854,3.13,855,3.179,856,2.075,857,2.368,858,2.075,859,2.075,860,2.075,861,4.333,862,2.075,863,2.075,864,2.075,1365,2.417,1366,2.417,1367,2.417,1368,2.417,1369,2.417,1370,2.417,1371,2.417,1372,2.417,1373,2.417,1374,2.417,1375,2.417,1376,2.417,1377,2.417,1378,2.417,1379,2.417,1380,2.417,1381,2.417,1382,2.417,1383,2.417,1384,2.417,1385,2.417,1386,2.417,1387,2.417,1388,2.417,1389,2.417,1390,2.417,1391,2.417,1392,2.417,1393,2.417,1394,2.417,1395,2.417,1396,2.417,1397,2.417,1398,2.417,1399,2.417,1400,2.417,1401,2.417,1402,2.417,1403,2.417]],["title/components/PollDisplayComponent.html",[0,0.127,182,0.472]],["body/components/PollDisplayComponent.html",[0,0.178,1,0.384,2,0.707,3,0.121,4,0.104,5,0.513,6,0.513,7,0.513,8,0.513,9,0.104,11,0.788,12,1.087,13,0.459,14,0.859,15,0.912,17,0.631,19,0.631,21,0.156,22,0.595,23,1.511,24,1.193,25,0.631,26,1.297,27,0.384,28,0.813,29,1.015,30,0.722,32,0.513,33,0.02,34,0.554,35,0.475,36,0.459,38,0.868,39,0.929,41,0.386,42,0.213,43,0.602,44,0.121,45,0.104,46,0.813,49,2.898,131,0.434,132,0.747,133,0.668,134,0.384,135,0.915,136,0.513,139,0.513,140,0.384,141,0.513,142,0.384,143,0.434,144,0.513,145,0.849,146,0.747,147,0.513,148,0.384,149,0.486,150,0.747,151,0.384,152,1.027,153,0.384,154,0.513,155,0.513,156,0.384,157,0.513,158,0.513,159,0.384,160,0.513,161,0.384,162,0.513,163,0.384,164,0.486,165,0.513,166,0.384,167,0.513,168,0.513,169,0.384,170,0.513,171,0.384,172,0.513,173,0.384,174,0.513,175,0.513,176,0.384,177,0.747,178,0.384,179,0.513,180,0.384,181,0.513,182,0.724,183,0.854,184,0.513,185,0.384,186,0.513,187,0.384,188,0.513,189,0.338,190,0.513,191,0.384,192,0.513,193,0.361,194,0.972,195,0.513,196,0.384,197,0.513,198,0.384,199,0.513,200,0.384,201,0.513,202,0.384,203,0.384,204,0.513,205,0.434,206,0.384,207,0.513,208,0.361,209,0.486,210,0.513,211,0.008,212,0.011,213,0.008,215,1.684,224,2.389,233,1.884,234,1.884,257,2.18,258,1.158,259,1.02,260,1.158,261,1.158,262,0.855,263,0.571,264,1.777,269,1.158,271,1.044,274,1.29,275,1.158,286,1.373,289,1.044,293,1.884,310,1.777,327,3.303,328,3.707,343,2.239,345,2.726,353,2.761,377,4.447,388,3.303,414,1.539,552,4.447,687,2.548,753,1.76,754,1.898,820,3.002,824,3.303,830,2.761,832,2.063,1137,3.303,1288,2.548,1310,3.707,1312,2.548,1404,5.491,1405,2.548,1406,5.091,1407,4.319,1408,5.941,1409,5.591,1410,5.941,1411,4.319,1412,2.969,1413,2.969,1414,2.969,1415,3.894,1416,2.969,1417,3.002,1418,3.538,1419,2.27,1420,2.969,1421,2.969,1422,2.969,1423,2.969,1424,2.969,1425,2.969,1426,5.941,1427,2.969,1428,2.969,1429,2.969,1430,2.969,1431,2.969,1432,2.969,1433,2.969,1434,2.969,1435,2.969,1436,5.091,1437,2.969,1438,4.319,1439,5.091,1440,4.319,1441,2.969,1442,4.319,1443,2.969,1444,5.591,1445,4.319,1446,4.319,1447,4.319,1448,2.27]],["title/components/PollGraphicComponent.html",[0,0.127,185,0.472]],["body/components/PollGraphicComponent.html",[0,0.168,1,0.35,2,0.659,3,0.11,4,0.094,5,0.467,6,0.467,7,0.467,8,0.467,9,0.094,11,0.735,12,1.028,13,0.418,14,0.852,15,0.905,17,0.588,19,0.588,21,0.142,22,0.554,24,1.099,25,0.588,26,1.083,27,0.35,29,0.874,30,0.74,32,0.696,33,0.02,34,0.566,35,0.591,36,0.623,38,0.78,39,0.975,41,0.365,42,0.193,43,0.547,44,0.11,45,0.094,96,1.876,131,0.394,132,0.696,133,0.623,134,0.35,135,0.874,136,0.467,139,0.467,140,0.35,141,0.467,142,0.35,143,0.394,144,0.467,145,0.35,146,0.467,147,0.467,148,0.35,149,0.442,150,0.696,151,0.35,152,0.467,153,0.35,154,0.467,155,0.467,156,0.35,157,0.467,158,0.467,159,0.35,160,0.467,161,0.35,162,0.467,163,0.35,164,0.442,165,0.467,166,0.35,167,0.467,168,0.467,169,0.35,170,0.467,171,0.35,172,0.467,173,0.35,174,0.467,175,0.467,176,0.35,177,0.696,178,0.35,179,0.467,180,0.35,181,0.467,182,0.35,183,0.838,184,0.467,185,0.691,186,0.467,187,0.35,188,0.467,189,0.307,190,0.467,191,0.35,192,0.467,193,0.328,194,0.935,195,0.467,196,0.35,197,0.467,198,0.35,199,0.467,200,0.35,201,0.467,202,0.35,203,0.35,204,0.467,205,0.394,206,0.35,207,0.467,208,0.328,209,0.442,210,0.467,211,0.007,212,0.01,213,0.007,235,3.347,254,2.488,259,0.951,262,1.877,263,1.255,264,1.981,270,1.876,272,1.493,274,1.75,295,2.421,307,0.949,321,2.114,379,4.582,392,1.05,448,0.902,538,4.878,770,3.08,798,3.683,807,3.08,811,2.664,812,1.726,817,3.683,822,4.582,948,4.133,1000,3.456,1243,2.316,1417,2.799,1418,3.347,1419,2.064,1449,6.023,1450,2.316,1451,4.027,1452,4.816,1453,4.027,1454,4.816,1455,4.816,1456,4.816,1457,4.816,1458,4.816,1459,4.816,1460,4.133,1461,4.816,1462,4.027,1463,5.34,1464,5.34,1465,2.699,1466,4.027,1467,4.027,1468,2.699,1469,2.699,1470,2.699,1471,2.699,1472,4.133,1473,2.699,1474,2.699,1475,2.699,1476,2.699,1477,2.699,1478,2.699,1479,3.456,1480,2.699,1481,2.699,1482,2.699,1483,2.316,1484,2.064,1485,3.456,1486,2.699,1487,2.316,1488,2.699,1489,2.699,1490,4.816,1491,2.699,1492,2.699,1493,5.34,1494,2.699,1495,2.699,1496,2.699,1497,4.816,1498,2.699,1499,2.699,1500,2.699,1501,2.699,1502,2.699,1503,2.699,1504,2.699,1505,2.699,1506,2.699,1507,2.699,1508,2.699,1509,4.816,1510,4.027,1511,4.027,1512,4.027,1513,2.699,1514,2.699,1515,2.699,1516,4.027,1517,4.027,1518,4.027,1519,4.027,1520,2.699,1521,2.699]],["title/injectables/PollService.html",[479,2.159,865,2.015]],["body/injectables/PollService.html",[3,0.223,4,0.192,9,0.192,21,0.289,22,0.893,27,0.894,30,0.69,33,0.019,35,0.466,41,0.381,42,0.393,44,0.223,45,0.192,211,0.014,212,0.016,213,0.014,262,1.58,263,1.056,274,2.999,358,3.509,392,1.691,479,3.845,753,3.254,754,3.509,865,3.587,867,3.815,897,4.198,1522,4.71,1523,6.903,1524,6.485,1525,5.566]],["title/injectables/PollUtilities.html",[865,2.015,1526,2.531]],["body/injectables/PollUtilities.html",[3,0.174,4,0.15,9,0.15,21,0.226,24,0.825,25,0.813,30,0.657,32,0.962,33,0.02,34,0.551,35,0.525,36,0.861,38,0.902,41,0.363,42,0.307,44,0.174,45,0.15,135,1.07,183,0.795,211,0.011,212,0.014,213,0.011,262,1.602,289,1.956,293,2.059,295,1.672,297,3.077,321,2.059,349,3.278,358,2.74,386,4.774,392,1.118,456,2.979,529,2.979,585,2.74,765,4.016,790,3.278,811,2.371,820,3.866,832,3.866,833,3.866,865,3.077,867,2.979,896,5.181,897,3.278,898,3.278,930,5.813,997,3.678,1140,3.278,1526,3.866,1527,3.678,1528,5.563,1529,5.563,1530,6.537,1531,4.286,1532,4.286,1533,4.286,1534,5.563,1535,4.286,1536,4.286,1537,4.286,1538,4.286,1539,5.563,1540,4.286,1541,5.563,1542,5.563,1543,5.563,1544,4.286,1545,4.774,1546,4.286,1547,3.678,1548,3.278,1549,4.286,1550,4.286,1551,4.286,1552,4.286,1553,4.286,1554,5.563,1555,6.177,1556,4.286,1557,4.286,1558,4.286,1559,4.286,1560,4.286,1561,4.286,1562,4.286,1563,4.286,1564,4.286,1565,3.678,1566,4.286,1567,4.286,1568,4.286,1569,4.286,1570,4.286,1571,4.286,1572,4.286,1573,4.286,1574,4.286,1575,4.286]],["title/directives/ResettableInputDirective.html",[134,0.472,208,0.443]],["body/directives/ResettableInputDirective.html",[3,0.225,4,0.193,9,0.193,13,0.857,14,0.742,27,0.897,30,0.589,33,0.019,41,0.326,42,0.396,44,0.225,45,0.193,134,0.844,205,0.809,208,0.793,209,1.067,211,0.014,212,0.017,213,0.014,263,1.255,308,2.293,759,3.541,763,4.168,1088,4.986,1576,5.595,1577,4.753,1578,6.52,1579,5.539]],["title/components/ResumeComponent.html",[0,0.127,187,0.472]],["body/components/ResumeComponent.html",[0,0.196,1,0.458,2,0.801,3,0.144,4,0.124,5,0.612,6,0.612,7,0.612,8,0.612,9,0.124,13,0.548,14,0.869,15,0.925,17,0.715,19,0.715,21,0.186,22,0.674,23,1.429,24,1.264,25,0.715,26,1.137,27,0.458,28,0.97,29,1.075,30,0.698,32,0.612,33,0.019,34,0.599,35,0.477,36,0.548,38,0.819,39,0.646,41,0.356,42,0.253,43,0.718,44,0.144,45,0.124,46,0.97,102,2.099,107,2.386,122,2.263,131,0.517,132,0.846,133,0.757,134,0.458,135,0.991,136,0.612,139,0.612,140,0.458,141,0.612,142,0.458,143,0.517,144,0.612,145,0.889,146,0.846,147,0.612,148,0.458,149,0.58,150,0.846,151,0.458,152,0.612,153,0.458,154,0.612,155,0.612,156,0.458,157,0.612,158,0.612,159,0.458,160,0.612,161,0.458,162,0.612,163,0.458,164,0.58,165,0.612,166,0.458,167,0.612,168,0.612,169,0.458,170,0.612,171,0.458,172,0.612,173,0.458,174,0.612,175,0.612,176,0.458,177,0.846,178,0.458,179,0.612,180,0.458,181,0.612,182,0.458,183,0.595,184,0.612,185,0.458,186,0.612,187,0.784,188,0.612,189,0.403,190,0.612,191,0.458,192,0.612,193,0.43,194,1.04,195,0.612,196,0.458,197,0.612,198,0.458,199,0.612,200,0.458,201,0.612,202,0.458,203,0.458,204,0.612,205,0.517,206,0.458,207,0.612,208,0.43,209,0.58,210,0.612,211,0.009,212,0.012,213,0.009,215,1.909,233,2.076,234,2.076,257,2.36,258,1.381,259,1.155,260,1.381,261,1.381,269,1.381,271,1.245,274,1.538,275,1.381,295,1.909,321,1.311,356,3.868,377,4.68,414,1.836,451,3.402,793,2.099,857,2.263,1060,4.2,1061,4.2,1082,2.708,1083,3.743,1085,2.461,1089,2.708,1140,3.743,1141,3.743,1565,4.2,1580,3.039,1581,4.894,1582,5.609,1583,4.894,1584,3.541,1585,3.541,1586,4.894,1587,4.894,1588,4.894,1589,4.894,1590,4.894,1591,4.894,1592,6.051,1593,3.541,1594,3.039,1595,3.039,1596,4.894,1597,3.541,1598,3.541,1599,3.541,1600,3.541]],["title/components/SelectorComponent.html",[0,0.127,189,0.415]],["body/components/SelectorComponent.html",[0,0.208,1,0.514,2,0.866,3,0.162,4,0.139,5,0.687,6,0.687,7,0.687,8,0.687,9,0.139,11,0.966,12,1.27,13,0.615,14,0.877,15,0.932,17,0.773,19,0.773,21,0.209,25,0.773,26,1.286,27,0.77,30,0.633,33,0.019,34,0.628,35,0.337,38,0.58,39,0.725,41,0.234,42,0.284,44,0.162,45,0.139,109,2.927,131,0.58,132,0.915,133,0.819,134,0.514,135,1.039,136,0.687,139,0.687,140,0.514,141,0.687,142,0.514,143,0.58,144,0.687,145,0.514,146,0.687,147,0.687,148,0.514,149,0.65,150,0.915,151,0.514,152,0.687,153,0.514,154,0.687,155,0.687,156,0.514,157,0.687,158,0.687,159,0.514,160,0.687,161,0.514,162,0.687,163,0.514,164,0.65,165,0.687,166,0.514,167,0.687,168,0.687,169,0.514,170,0.687,171,0.514,172,0.687,173,0.514,174,0.687,175,0.687,176,0.514,177,0.915,178,0.514,179,0.687,180,0.514,181,0.687,182,0.514,183,0.643,184,0.687,185,0.514,186,0.687,187,0.514,188,0.687,189,0.722,190,0.687,191,0.514,192,0.687,193,0.483,194,1.082,195,0.687,196,0.514,197,0.687,198,0.514,199,0.687,200,0.514,201,0.687,202,0.514,203,0.514,204,0.687,205,0.58,206,0.514,207,0.687,208,0.483,209,0.65,210,0.687,211,0.01,212,0.013,213,0.01,255,2.927,263,0.764,293,1.47,308,1.861,336,2.58,392,1.723,717,1.601,1214,2.76,1215,4.345,1216,3.038,1217,3.038,1218,4.047,1219,4.551,1601,5.292,1602,3.972,1603,5.292]],["title/interfaces/SelectorConfig.html",[717,1.102,1215,2.328]],["body/interfaces/SelectorConfig.html",[0,0.216,3,0.207,4,0.178,9,0.178,11,0.928,12,1.322,14,0.705,15,0.618,17,0.743,19,0.743,21,0.268,22,0.853,26,1.031,27,0.658,33,0.019,34,0.689,35,0.606,41,0.299,42,0.364,44,0.207,45,0.178,109,3.943,189,0.579,211,0.013,212,0.016,213,0.013,255,3.846,263,0.978,293,2.574,308,2.178,392,1.967,717,1.874,719,2.636,1214,3.533,1215,4.445,1216,5.317,1217,5.317,1218,3.888,1219,3.888]],["title/interfaces/TimeSlices.html",[717,1.102,721,2.328]],["body/interfaces/TimeSlices.html",[3,0.156,4,0.134,9,0.228,21,0.201,22,0.71,33,0.02,35,0.325,44,0.291,211,0.01,212,0.013,213,0.01,254,1.492,289,1.815,293,2.314,295,2.622,296,3.047,297,3.458,298,3.909,299,3.994,301,3.994,307,2.558,310,2.944,318,2.659,321,1.416,330,2.269,347,1.574,348,4.059,392,1.822,448,2.393,449,2.269,717,1.767,718,3.23,719,1.984,720,2.659,721,4.468,722,2.855,723,4.974,724,2.926,725,5.019,726,2.926,727,5.019,728,2.926,729,2.659,730,4.059,731,2.926,732,2.926,733,2.926,734,4.344,735,2.659,736,2.926,737,3.299,738,3.947,739,3.947,740,2.926,741,2.926,742,2.926,743,4.536,744,4.059,745,2.659,746,3.61,747,2.117,748,2.926,749,2.269,750,4.466]],["title/components/VisibilityComponent.html",[0,0.127,191,0.472]],["body/components/VisibilityComponent.html",[0,0.184,1,0.411,2,0.741,3,0.129,4,0.111,5,0.548,6,0.548,7,0.548,8,0.548,9,0.111,11,0.827,12,1.128,13,0.491,14,0.863,15,0.917,17,0.662,19,0.662,21,0.167,22,0.623,23,1.541,24,1.22,25,0.662,26,1.323,27,0.411,28,0.869,29,1.038,30,0.749,32,0.548,33,0.019,34,0.571,35,0.49,36,0.491,38,0.89,39,0.964,41,0.359,42,0.227,43,0.643,44,0.129,45,0.111,46,0.869,55,3.887,56,3.887,57,3.887,58,3.887,59,3.887,60,3.887,61,3.887,62,3.887,63,3.887,64,3.887,65,3.887,66,4.946,67,3.887,75,3.887,77,3.887,78,3.887,79,3.887,107,1.546,113,2.425,114,1.88,131,0.463,132,0.783,133,0.701,134,0.411,135,0.943,136,0.548,139,0.548,140,0.411,141,0.548,142,0.411,143,0.463,144,0.548,145,0.864,146,0.783,147,0.548,148,0.411,149,0.519,150,0.783,151,0.411,152,0.548,153,0.411,154,0.548,155,0.548,156,0.411,157,0.548,158,0.548,159,0.411,160,0.548,161,0.411,162,0.548,163,0.411,164,0.519,165,0.548,166,0.411,167,0.548,168,0.548,169,0.411,170,0.548,171,0.411,172,0.548,173,0.411,174,0.548,175,0.548,176,0.411,177,0.783,178,0.411,179,0.548,180,0.411,181,0.548,182,0.411,183,0.55,184,0.548,185,0.411,186,0.548,187,0.411,188,0.548,189,0.361,190,0.548,191,0.746,192,0.548,193,0.385,194,0.998,195,0.548,196,0.411,197,0.548,198,0.411,199,0.548,200,0.411,201,0.548,202,0.411,203,0.411,204,0.548,205,0.463,206,0.411,207,0.548,208,0.385,209,0.519,210,0.548,211,0.008,212,0.011,213,0.008,215,1.766,233,1.956,234,1.956,257,2.248,258,1.236,259,1.069,260,1.236,261,1.236,262,1.521,263,1.017,264,1.863,269,1.236,271,1.115,275,1.236,307,1.115,356,2.895,753,3.759,754,2.027,803,3.464,837,3.464,1020,2.425,1085,2.203,1087,2.425,1525,3.887,1526,4.237,1547,5.232,1604,2.721,1605,5.284,1606,4.529,1607,4.534,1608,5.284,1609,5.764,1610,4.529,1611,3.171,1612,3.171,1613,3.171,1614,3.171,1615,3.171,1616,3.171,1617,3.171,1618,3.171,1619,3.171,1620,3.171,1621,3.171,1622,3.171,1623,3.171,1624,4.529,1625,4.529,1626,4.529,1627,4.529,1628,4.529,1629,4.529,1630,4.529,1631,4.529,1632,4.529,1633,4.529,1634,4.529,1635,4.529,1636,4.529]],["title/interfaces/VoteChoice.html",[717,1.102,1637,2.531]],["body/interfaces/VoteChoice.html",[0,0.209,3,0.164,4,0.141,9,0.141,14,0.459,15,0.49,17,0.589,19,0.589,21,0.212,22,0.735,23,1.644,24,0.776,29,0.875,33,0.02,34,0.658,35,0.592,36,1.094,41,0.314,42,0.288,43,0.817,44,0.164,45,0.141,149,0.66,183,0.49,193,0.49,194,0.981,211,0.01,212,0.014,213,0.01,224,2.229,252,5.219,254,2.489,259,1.568,264,2.807,274,1.751,281,3.082,286,1.281,295,1.572,298,2.77,300,3.784,305,2.389,308,2.448,392,1.563,419,2.576,448,2.363,523,2.576,702,3.082,717,1.219,719,2.089,762,2.801,793,3.784,810,2.229,811,3.958,812,4.363,887,3.082,922,4.086,1245,3.082,1637,3.713,1638,2.229,1639,3.082,1640,5.699,1641,4.436,1642,3.458,1643,3.458,1644,3.458,1645,3.458,1646,3.458,1647,3.458,1648,3.458,1649,3.458,1650,3.458,1651,3.458,1652,3.458,1653,3.458,1654,3.458,1655,4.585,1656,3.458,1657,3.458,1658,3.458,1659,5.857,1660,5.144,1661,5.699,1662,3.458,1663,3.458]],["title/components/VotingChoiceComponent.html",[0,0.127,193,0.443]],["body/components/VotingChoiceComponent.html",[0,0.176,1,0.231,2,0.477,3,0.073,4,0.062,5,0.309,6,0.309,7,0.309,8,0.309,9,0.062,13,0.276,14,0.817,15,0.864,17,0.426,19,0.426,21,0.194,22,0.401,23,1.354,24,0.711,25,0.426,27,0.231,29,0.698,30,0.61,32,0.504,33,0.02,34,0.549,35,0.471,36,0.451,38,0.261,39,0.326,41,0.217,42,0.128,43,0.362,44,0.073,45,0.062,101,3.657,102,3.945,103,3.172,107,3.361,114,3.151,116,5.46,118,3.066,119,2.962,122,3.938,126,3.002,127,4.407,131,0.261,132,0.504,133,0.451,134,0.231,135,0.698,136,0.309,139,0.309,140,0.231,141,0.309,142,0.231,143,0.261,144,0.309,145,0.231,146,0.309,147,0.309,148,0.231,149,0.604,150,0.504,151,0.231,152,0.309,153,0.231,154,0.309,155,0.309,156,0.231,157,0.309,158,0.309,159,0.231,160,0.309,161,0.231,162,0.309,163,0.231,164,0.292,165,0.309,166,0.231,167,0.309,168,0.309,169,0.231,170,0.309,171,0.231,172,0.309,173,0.231,174,0.309,175,0.309,176,0.231,177,0.504,178,0.231,179,0.309,180,0.231,181,0.309,182,0.231,183,0.571,184,0.309,185,0.231,186,0.309,187,0.231,188,0.309,189,0.203,190,0.309,191,0.231,192,0.309,193,0.518,194,1.008,195,0.309,196,0.231,197,0.309,198,0.231,199,0.309,200,0.231,201,0.309,202,0.231,203,0.231,204,0.309,205,0.261,206,0.231,207,0.309,208,0.217,209,0.292,210,0.309,211,0.005,212,0.007,213,0.005,224,2.94,252,3.259,254,1.662,259,1.109,262,1.063,263,0.711,264,1.931,274,0.776,281,2.229,286,0.927,295,1.831,296,1.8,300,2.527,305,2.189,308,1.869,321,2.484,336,1.421,345,1.421,346,2.229,347,1.199,349,2.824,392,0.466,419,1.141,448,1.57,461,4.064,462,2.566,463,2.566,484,1.241,523,3.77,635,1.059,645,4.064,648,3.151,701,2.501,702,2.229,703,1.365,704,3.657,705,4.006,707,2.229,709,4.323,711,3.263,712,4.51,713,1.365,717,0.54,746,2.043,759,1.141,762,2.025,778,3.501,793,3.496,810,2.94,811,3.262,812,3.397,887,2.229,922,3.259,1051,1.532,1086,4.323,1171,2.501,1245,2.229,1247,2.501,1248,2.501,1249,2.501,1250,2.501,1251,2.501,1252,2.501,1253,2.501,1254,2.501,1267,2.501,1283,3.002,1295,5.041,1297,3.259,1301,2.501,1330,1.365,1336,2.229,1338,3.169,1340,3.169,1342,3.169,1343,3.657,1448,1.365,1594,5.06,1595,1.532,1637,1.241,1638,3.262,1639,1.365,1640,3.657,1641,2.566,1642,1.532,1643,1.532,1644,1.532,1645,2.501,1646,2.501,1647,3.169,1648,3.169,1649,3.169,1650,3.169,1651,3.169,1652,2.501,1653,1.532,1654,1.532,1655,2.501,1656,1.532,1657,2.501,1658,1.532,1659,4.323,1660,3.169,1661,4.323,1662,1.532,1663,1.532,1664,2.914,1665,1.785,1666,2.914,1667,1.785,1668,1.785,1669,1.785,1670,1.785,1671,1.785,1672,1.785,1673,1.785,1674,2.501,1675,2.914,1676,2.914,1677,2.914,1678,5.542,1679,1.785,1680,1.785,1681,1.785,1682,1.785,1683,4.261,1684,4.261,1685,2.914,1686,2.914,1687,2.914,1688,2.914,1689,2.501,1690,2.501,1691,2.501,1692,1.785,1693,2.914,1694,4.695,1695,3.692,1696,3.692,1697,1.785,1698,4.261,1699,2.914,1700,1.785,1701,6.037,1702,6.037,1703,1.785,1704,1.785,1705,1.785,1706,2.914,1707,6.362,1708,1.785,1709,1.785,1710,1.785,1711,4.261,1712,4.261,1713,1.785,1714,1.532,1715,1.785,1716,1.785,1717,5.897,1718,1.785,1719,2.914,1720,2.914,1721,2.914,1722,3.692,1723,1.785,1724,1.785,1725,1.785,1726,2.914,1727,1.785,1728,2.501,1729,1.785,1730,1.785,1731,1.785,1732,1.785,1733,1.785,1734,3.692,1735,2.914,1736,4.03,1737,1.785,1738,1.785,1739,1.785,1740,1.785,1741,1.785,1742,1.785,1743,2.914,1744,1.785,1745,1.785,1746,1.785,1747,1.785,1748,1.785,1749,1.785,1750,1.785,1751,2.914,1752,2.914,1753,2.914,1754,1.785,1755,1.785,1756,1.785,1757,1.785,1758,1.785,1759,1.785,1760,1.785,1761,1.785,1762,1.785,1763,2.914,1764,1.785,1765,2.914,1766,1.785,1767,1.785,1768,2.914,1769,1.785,1770,1.785,1771,1.785,1772,1.785,1773,1.785]],["title/components/VotingCommentComponent.html",[0,0.127,196,0.472]],["body/components/VotingCommentComponent.html",[0,0.206,1,0.508,2,0.859,3,0.16,4,0.137,5,0.678,6,0.678,7,0.678,8,0.678,9,0.137,11,0.957,12,1.262,13,0.607,14,0.875,15,0.931,17,0.766,19,0.766,21,0.206,25,0.766,26,1.28,27,0.765,30,0.629,33,0.019,34,0.585,38,0.573,39,0.716,41,0.309,42,0.281,44,0.16,45,0.137,131,0.573,132,0.907,133,0.812,134,0.508,135,1.033,136,0.678,139,0.678,140,0.508,141,0.678,142,0.508,143,0.573,144,0.678,145,0.508,146,0.678,147,0.678,148,0.508,149,0.642,150,0.907,151,0.508,152,0.907,153,0.508,154,0.678,155,0.678,156,0.508,157,0.678,158,0.678,159,0.508,160,0.678,161,0.508,162,0.678,163,0.508,164,0.642,165,0.678,166,0.508,167,0.678,168,0.678,169,0.508,170,0.678,171,0.508,172,0.678,173,0.508,174,0.678,175,0.678,176,0.508,177,0.907,178,0.508,179,0.678,180,0.508,181,0.678,182,0.508,183,0.638,184,0.678,185,0.508,186,0.678,187,0.508,188,0.678,189,0.446,190,0.678,191,0.508,192,0.678,193,0.477,194,1.195,195,0.678,196,0.817,197,0.678,198,0.508,199,0.678,200,0.508,201,0.678,202,0.508,203,0.508,204,0.678,205,0.573,206,0.508,207,0.678,208,0.477,209,0.642,210,0.678,211,0.01,212,0.013,213,0.01,262,1.129,263,0.754,308,1.845,336,2.557,345,2.557,555,4.387,1415,2.998,1417,2.725,1638,3.492,1774,3.365,1775,6.58,1776,5.912,1777,5.246,1778,5.246,1779,5.246,1780,3.921,1781,5.246,1782,5.246,1783,5.246]],["title/components/VotingComponent.html",[0,0.127,198,0.472]],["body/components/VotingComponent.html",[0,0.197,1,0.464,2,0.808,3,0.146,4,0.125,5,0.62,6,0.62,7,0.62,8,0.62,9,0.125,11,0.901,12,1.205,13,0.555,14,0.87,15,0.926,17,0.721,19,0.721,21,0.189,22,0.68,25,0.721,26,1.233,27,0.731,30,0.601,33,0.019,34,0.559,38,0.524,39,0.655,41,0.211,42,0.257,44,0.146,45,0.125,49,3.154,85,4.238,131,0.524,132,0.854,133,0.764,134,0.464,135,0.996,136,0.62,139,0.62,140,0.464,141,0.62,142,0.464,143,0.524,144,0.62,145,0.464,146,0.62,147,0.62,148,0.464,149,0.587,150,0.854,151,0.464,152,0.62,153,0.464,154,0.62,155,0.62,156,0.464,157,0.62,158,0.62,159,0.464,160,0.62,161,0.464,162,0.62,163,0.464,164,0.587,165,0.62,166,0.464,167,0.62,168,0.62,169,0.464,170,0.62,171,0.464,172,0.62,173,0.464,174,0.62,175,0.62,176,0.464,177,0.854,178,0.464,179,0.62,180,0.464,181,0.62,182,0.464,183,0.6,184,0.62,185,0.464,186,0.62,187,0.464,188,0.62,189,0.408,190,0.62,191,0.464,192,0.62,193,0.436,194,1.106,195,0.62,196,0.464,197,0.62,198,0.788,199,0.62,200,0.464,201,0.62,202,0.464,203,0.464,204,0.62,205,0.524,206,0.464,207,0.62,208,0.436,209,0.587,210,0.62,211,0.009,212,0.013,213,0.009,262,1.033,263,0.69,286,1.14,325,2.56,345,3.447,347,2.031,353,3.157,400,3.157,650,4.653,737,3.157,782,3.432,810,3.366,1055,3.777,1137,4.653,1145,4.238,1157,4.238,1286,4.238,1332,3.432,1784,3.078,1785,5.648,1786,4.938,1787,4.938,1788,4.938,1789,3.587,1790,3.587,1791,4.238,1792,4.938,1793,4.938,1794,4.938,1795,4.938,1796,4.938,1797,4.938,1798,4.938,1799,4.938,1800,4.938,1801,4.938,1802,4.938,1803,4.938,1804,4.938,1805,4.938,1806,4.938,1807,3.587,1808,3.587,1809,3.587,1810,4.938,1811,4.938,1812,4.938,1813,4.938,1814,4.938,1815,3.587,1816,3.587,1817,3.587]],["title/components/VotingGraphComponent.html",[0,0.127,200,0.472]],["body/components/VotingGraphComponent.html",[0,0.2,1,0.48,2,0.827,3,0.151,4,0.129,5,0.641,6,0.641,7,0.641,8,0.641,9,0.129,11,0.922,12,1.226,13,0.573,14,0.872,15,0.928,17,0.737,19,0.737,21,0.195,22,0.695,23,1.456,24,1.282,25,0.737,26,1.382,27,0.48,28,1.015,29,1.09,30,0.725,32,0.641,33,0.019,34,0.611,35,0.488,36,0.573,38,0.901,39,0.922,41,0.338,42,0.265,43,0.751,44,0.151,45,0.129,46,1.015,131,0.541,132,0.873,133,0.781,134,0.48,135,1.01,136,0.641,139,0.641,140,0.48,141,0.641,142,0.48,143,0.541,144,0.641,145,0.898,146,0.873,147,0.641,148,0.48,149,0.606,150,0.873,151,0.48,152,0.641,153,0.48,154,0.641,155,0.641,156,0.48,157,0.641,158,0.641,159,0.48,160,0.641,161,0.48,162,0.641,163,0.48,164,0.606,165,0.641,166,0.48,167,0.641,168,0.641,169,0.48,170,0.641,171,0.48,172,0.641,173,0.48,174,0.641,175,0.641,176,0.48,177,0.873,178,0.48,179,0.641,180,0.48,181,0.641,182,0.48,183,0.614,184,0.641,185,0.48,186,0.641,187,0.48,188,0.641,189,0.422,190,0.641,191,0.48,192,0.641,193,0.45,194,1.185,195,0.641,196,0.48,197,0.641,198,0.48,199,0.641,200,0.799,201,0.641,202,0.48,203,0.48,204,0.641,205,0.541,206,0.48,207,0.641,208,0.45,209,0.606,210,0.641,211,0.009,212,0.013,213,0.009,215,1.969,233,2.126,234,2.126,257,2.405,258,1.445,259,1.192,260,1.445,261,1.445,269,1.445,271,1.303,275,1.445,521,4.287,1332,3.509,1484,3.861,1638,3.412,1818,3.18,1819,5.744,1820,5.049,1821,3.705,1822,3.705,1823,3.705]],["title/components/VotingNavigationComponent.html",[0,0.127,202,0.472]],["body/components/VotingNavigationComponent.html",[0,0.208,1,0.518,2,0.87,3,0.163,4,0.14,5,0.691,6,0.691,7,0.691,8,0.691,9,0.14,13,0.619,14,0.876,15,0.933,17,0.776,19,0.776,21,0.21,22,0.732,23,1.255,24,1.224,27,0.518,28,1.095,29,1.084,30,0.565,32,0.691,33,0.019,34,0.63,35,0.452,36,0.619,41,0.313,42,0.286,43,0.811,44,0.163,45,0.14,46,1.095,131,0.584,132,0.919,133,0.822,134,0.518,135,1.041,136,0.691,139,0.691,140,0.518,141,0.691,142,0.518,143,0.584,144,0.691,145,0.518,146,0.691,147,0.691,148,0.518,149,0.654,150,0.919,151,0.518,152,0.691,153,0.518,154,0.691,155,0.691,156,0.518,157,0.691,158,0.691,159,0.518,160,0.691,161,0.518,162,0.691,163,0.518,164,0.654,165,0.691,166,0.518,167,0.691,168,0.691,169,0.518,170,0.691,171,0.518,172,0.691,173,0.518,174,0.691,175,0.691,176,0.518,177,0.919,178,0.518,179,0.691,180,0.518,181,0.691,182,0.518,183,0.646,184,0.691,185,0.518,186,0.691,187,0.518,188,0.691,189,0.455,190,0.691,191,0.518,192,0.691,193,0.486,194,1.199,195,0.691,196,0.518,197,0.691,198,0.518,199,0.691,200,0.518,201,0.691,202,0.824,203,0.518,204,0.691,205,0.584,206,0.518,207,0.691,208,0.486,209,0.654,210,0.691,211,0.01,212,0.013,213,0.01,579,4.149,1314,4.561,1315,5.123,1316,4.561,1332,3.694,1638,3.302,1641,3.694,1791,4.561,1824,3.431,1825,3.998,1826,3.998,1827,4.561,1828,4.561,1829,5.315]],["title/components/VotingSummaryComponent.html",[0,0.127,203,0.472]],["body/components/VotingSummaryComponent.html",[0,0.175,1,0.375,2,0.694,3,0.118,4,0.101,5,0.5,6,0.5,7,0.5,8,0.5,9,0.101,11,0.774,12,1.07,13,0.448,14,0.857,15,0.91,17,0.619,19,0.619,21,0.152,22,0.583,23,1,24,1.063,25,0.619,26,1.12,27,0.375,28,0.792,29,0.962,30,0.692,32,0.733,33,0.02,34,0.582,35,0.469,36,0.656,38,0.733,39,0.774,41,0.325,42,0.207,43,0.586,44,0.118,45,0.101,46,0.792,118,3.398,119,3.838,126,1.849,131,0.422,132,0.733,133,0.656,134,0.375,135,0.904,136,0.5,139,0.5,140,0.375,141,0.5,142,0.375,143,0.422,144,0.5,145,0.375,146,0.5,147,0.5,148,0.375,149,0.473,150,0.733,151,0.375,152,0.5,153,0.375,154,0.5,155,0.5,156,0.375,157,0.5,158,0.5,159,0.375,160,0.5,161,0.375,162,0.5,163,0.375,164,0.473,165,0.5,166,0.375,167,0.5,168,0.5,169,0.375,170,0.5,171,0.375,172,0.5,173,0.375,174,0.5,175,0.5,176,0.375,177,0.733,178,0.375,179,0.5,180,0.375,181,0.5,182,0.375,183,0.515,184,0.5,185,0.375,186,0.5,187,0.375,188,0.5,189,0.329,190,0.5,191,0.375,192,0.5,193,0.352,194,1.133,195,0.5,196,0.375,197,0.5,198,0.375,199,0.5,200,0.375,201,0.5,202,0.375,203,0.715,204,0.867,205,0.422,206,0.375,207,0.5,208,0.352,209,0.473,210,0.5,211,0.011,212,0.011,213,0.007,259,1,262,1.444,263,0.965,264,2.063,286,0.92,289,1.017,293,1.569,296,1.41,308,1.49,325,2.197,336,2.066,343,2.197,345,3.173,346,4.223,347,1.743,392,1.105,519,4.615,629,2.709,648,1.715,705,2.709,711,2.01,713,2.212,765,2.974,778,2.945,811,2.344,1141,3.241,1283,1.849,1327,3.637,1417,2.01,1418,3.486,1419,2.212,1448,2.212,1460,5.272,1479,3.637,1638,3.673,1641,2.945,1674,3.637,1689,3.637,1690,3.637,1691,3.637,1714,4.304,1827,3.637,1828,3.637,1830,2.482,1831,5.016,1832,4.238,1833,5.016,1834,5.522,1835,4.238,1836,4.238,1837,2.892,1838,5.016,1839,4.238,1840,2.892,1841,2.892,1842,2.892,1843,2.892,1844,2.892,1845,2.892,1846,2.892,1847,4.238,1848,4.238,1849,2.892,1850,2.892,1851,2.892,1852,2.892,1853,2.892,1854,2.892,1855,2.892,1856,2.892,1857,2.892,1858,2.892,1859,2.892,1860,5.016,1861,4.238,1862,4.238,1863,2.892,1864,2.892,1865,2.892,1866,2.892,1867,2.892,1868,2.892,1869,4.238,1870,4.238,1871,4.238,1872,4.238,1873,4.238,1874,4.238,1875,2.892,1876,4.238,1877,4.238,1878,4.238,1879,5.522,1880,4.238,1881,4.238,1882,4.238,1883,4.238,1884,4.238,1885,2.892,1886,2.892,1887,2.892,1888,2.892,1889,2.892,1890,2.892,1891,2.892,1892,2.892,1893,2.892]],["title/coverage.html",[1894,3.817]],["body/coverage.html",[0,0.261,1,0.376,9,0.101,10,2.492,29,0.475,33,0.02,35,0.247,45,0.176,134,0.55,140,0.376,142,0.376,145,0.376,148,0.376,151,0.376,153,0.376,156,0.376,159,0.376,161,0.376,163,0.376,166,0.376,169,0.376,171,0.376,173,0.376,176,0.376,178,0.376,180,0.376,182,0.376,185,0.376,187,0.376,189,0.331,191,0.376,193,0.353,196,0.376,198,0.376,200,0.376,202,0.376,203,0.376,206,0.376,208,0.353,211,0.007,212,0.011,213,0.007,214,2.492,255,1.606,263,1.065,296,1.416,307,1.021,321,2.861,357,2.492,403,2.492,479,1.721,483,2.953,498,1.721,509,2.018,512,2.018,519,2.018,521,2.018,523,2.717,538,2.018,552,2.018,555,2.018,562,2.018,569,2.717,572,2.018,575,2.018,578,2.018,579,2.018,581,2.018,585,1.856,594,2.018,598,2.22,600,2.492,614,2.492,615,2.492,633,2.492,634,3.25,649,2.492,654,2.492,655,2.492,667,1.856,673,2.492,674,2.492,717,1.922,718,1.606,720,4.861,721,1.856,722,1.606,723,2.018,725,2.018,727,2.018,730,2.018,734,2.018,743,2.018,744,2.018,745,2.018,746,1.606,747,1.606,749,1.721,751,2.018,752,3.844,753,2.52,756,2.22,765,1.721,865,3.06,866,2.018,868,2.492,903,3.25,904,3.647,905,3.647,911,2.018,968,2.492,1020,2.22,1090,2.492,1119,2.492,1120,2.492,1178,2.492,1179,2.492,1193,2.492,1199,2.492,1214,3.493,1215,1.856,1220,2.492,1313,2.492,1345,2.492,1356,2.492,1404,2.492,1405,2.492,1415,2.22,1418,2.018,1449,2.492,1450,2.492,1472,2.492,1485,2.492,1487,2.492,1522,2.492,1526,2.018,1527,2.492,1576,2.492,1577,2.492,1580,2.492,1604,2.492,1607,2.492,1637,2.018,1638,3.403,1639,3.25,1728,2.492,1736,3.647,1774,2.492,1784,2.492,1818,2.492,1824,2.492,1830,2.492,1894,2.22,1895,2.903,1896,2.903,1897,2.903,1898,6.354,1899,2.903,1900,2.903,1901,4.25,1902,7.541,1903,2.903,1904,2.903,1905,6.151,1906,7.541,1907,2.903,1908,2.903,1909,2.903,1910,2.903,1911,5.888,1912,2.903,1913,2.903,1914,2.903,1915,2.903,1916,5.532,1917,2.903,1918,2.903,1919,2.903,1920,2.903,1921,2.903,1922,2.903,1923,2.903,1924,2.903,1925,5.027,1926,2.903,1927,5.027,1928,5.027,1929,2.903,1930,2.903,1931,2.903,1932,2.903,1933,2.903,1934,2.903,1935,2.903,1936,2.903,1937,2.903,1938,2.903,1939,2.903,1940,2.903,1941,2.903,1942,2.903,1943,2.903,1944,6.151,1945,2.903,1946,2.903,1947,2.903,1948,2.903,1949,2.903,1950,2.903,1951,2.903,1952,5.532,1953,5.532,1954,2.903,1955,2.903,1956,2.903,1957,4.25,1958,2.903,1959,2.903,1960,2.903,1961,2.903]],["title/dependencies.html",[467,2.804,1962,3.032]],["body/dependencies.html",[33,0.02,42,0.353,118,2.73,211,0.013,212,0.015,213,0.013,263,0.95,272,2.73,332,3.43,411,4.912,412,3.43,414,2.558,448,1.65,467,3.155,486,4.651,487,3.888,495,3.43,536,3.774,537,3.774,550,3.774,560,3.774,570,3.155,1483,4.235,1894,3.774,1963,4.935,1964,7.511,1965,4.935,1966,4.935,1967,4.935,1968,4.935,1969,4.935,1970,4.935,1971,4.935,1972,4.935,1973,4.235,1974,4.935,1975,4.935,1976,4.935,1977,4.935,1978,4.935,1979,4.935,1980,5.658,1981,4.935,1982,4.935,1983,6.082,1984,4.935,1985,4.935,1986,4.935,1987,4.935,1988,4.935,1989,4.935,1990,4.935,1991,4.935,1992,4.935,1993,4.935,1994,4.935,1995,4.935,1996,6.082,1997,4.935,1998,4.935,1999,4.935,2000,4.935,2001,4.935,2002,4.935,2003,4.935]],["title/miscellaneous/functions.html",[1548,3.354,2004,2.602]],["body/miscellaneous/functions.html",[21,0.309,32,1.015,33,0.018,34,0.581,36,0.909,211,0.015,212,0.017,213,0.015,483,4.08,586,4.49,594,4.688,1124,5.039,1548,4.49,2004,5.039,2005,5.871]],["title/index.html",[21,0.16,2006,3.032,2007,3.032]],["body/index.html",[0,0.231,4,0.174,15,0.607,33,0.016,34,0.494,143,0.729,164,1.131,211,0.013,212,0.016,213,0.013,305,2.96,307,1.755,385,4.284,466,2.761,482,3.469,605,4.284,799,5.284,843,3.469,857,3.191,950,4.284,953,4.284,1024,6.335,1545,5.687,1973,5.687,1980,4.284,2008,6.627,2009,4.992,2010,6.627,2011,4.992,2012,4.992,2013,6.125,2014,7.091,2015,4.992,2016,4.992,2017,4.992,2018,4.992,2019,4.992,2020,4.992,2021,4.992,2022,4.992,2023,4.992,2024,7.091,2025,4.992,2026,4.992,2027,4.992,2028,4.992,2029,4.992,2030,4.992,2031,4.992,2032,6.125,2033,6.125,2034,6.909,2035,4.992,2036,6.125,2037,6.125,2038,4.992,2039,4.992,2040,6.627,2041,4.992,2042,6.125,2043,4.992,2044,4.992,2045,4.992,2046,4.992,2047,4.992,2048,4.992]],["title/modules.html",[466,2.761]],["body/modules.html",[33,0.017,211,0.015,212,0.017,213,0.015,388,4.473,465,3.739,466,3.235,477,3.468,478,3.468,487,4.302,1484,4.473,2049,6.73,2050,6.73,2051,7.086]],["title/overview.html",[2052,4.283]],["body/overview.html",[1,0.768,2,0.647,29,0.972,33,0.02,131,0.577,140,0.768,142,0.897,145,0.768,148,0.768,151,0.768,153,0.768,156,0.768,159,0.768,161,0.768,163,0.768,166,0.768,169,0.768,171,0.768,173,0.768,176,0.768,178,0.768,180,0.768,182,0.768,185,0.768,187,0.768,189,0.676,191,0.768,193,0.721,196,0.768,198,0.768,200,0.768,202,0.768,203,0.768,205,0.577,206,0.923,208,0.721,211,0.01,212,0.013,213,0.01,321,1.462,464,2.343,465,4.995,466,2.186,467,2.526,468,2.746,469,2.746,470,2.526,471,2.746,472,3.391,473,3.391,474,3.391,475,3.391,476,3.391,477,3.519,478,4.024,479,3.519,480,4.033,481,2.526,482,2.746,599,2.526,719,2.048,746,2.186,773,3.665,867,2.746,911,4.125,963,3.391,964,3.391,965,3.391,966,3.391,1005,3.391,1330,3.022,2052,3.391,2053,3.951]],["title/routes.html",[498,2.959]],["body/routes.html",[33,0.017,211,0.015,212,0.017,213,0.015,498,3.564]]],"invertedIndex":[["",{"_index":33,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"modules/AppRoutingModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"modules/DateValueAccessorModule.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{},"directives/ResettableInputDirective.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"interfaces/TimeSlices.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"modules.html":{},"overview.html":{},"routes.html":{}}}],["0",{"_index":321,"title":{},"body":{"components/AnswersComponent.html":{},"components/AppComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"components/KindComponent.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"components/PollGraphicComponent.html":{},"injectables/PollUtilities.html":{},"components/ResumeComponent.html":{},"interfaces/TimeSlices.html":{},"components/VotingChoiceComponent.html":{},"coverage.html":{},"overview.html":{}}}],["0.0.2",{"_index":1974,"title":{},"body":{"dependencies.html":{}}}],["0.10.2",{"_index":2003,"title":{},"body":{"dependencies.html":{}}}],["0.5em",{"_index":1597,"title":{},"body":{"components/ResumeComponent.html":{}}}],["0.8.0",{"_index":1976,"title":{},"body":{"dependencies.html":{}}}],["0/1",{"_index":1902,"title":{},"body":{"coverage.html":{}}}],["0/11",{"_index":1928,"title":{},"body":{"coverage.html":{}}}],["0/12",{"_index":1931,"title":{},"body":{"coverage.html":{}}}],["0/13",{"_index":1933,"title":{},"body":{"coverage.html":{}}}],["0/15",{"_index":1937,"title":{},"body":{"coverage.html":{}}}],["0/2",{"_index":1901,"title":{},"body":{"coverage.html":{}}}],["0/20",{"_index":1926,"title":{},"body":{"coverage.html":{}}}],["0/3",{"_index":1898,"title":{},"body":{"coverage.html":{}}}],["0/4",{"_index":1905,"title":{},"body":{"coverage.html":{}}}],["0/5",{"_index":1941,"title":{},"body":{"coverage.html":{}}}],["0/6",{"_index":1927,"title":{},"body":{"coverage.html":{}}}],["0/7",{"_index":1925,"title":{},"body":{"coverage.html":{}}}],["0/8",{"_index":1911,"title":{},"body":{"coverage.html":{}}}],["0/9",{"_index":1932,"title":{},"body":{"coverage.html":{}}}],["000",{"_index":1298,"title":{},"body":{"components/KindComponent.html":{}}}],["0px",{"_index":1596,"title":{},"body":{"components/ResumeComponent.html":{}}}],["0x3",{"_index":1559,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["0x8",{"_index":1560,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["1",{"_index":295,"title":{},"body":{"components/AnswersComponent.html":{},"components/AppComponent.html":{},"interfaces/DateChoice.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/KindComponent.html":{},"interfaces/PollAnswer.html":{},"components/PollGraphicComponent.html":{},"injectables/PollUtilities.html":{},"components/ResumeComponent.html":{},"interfaces/TimeSlices.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["1.0.1",{"_index":1990,"title":{},"body":{"dependencies.html":{}}}],["1.0.4",{"_index":1986,"title":{},"body":{"dependencies.html":{}}}],["1.10.0",{"_index":2001,"title":{},"body":{"dependencies.html":{}}}],["1.25em",{"_index":1888,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["1.3.0",{"_index":1984,"title":{},"body":{"dependencies.html":{}}}],["1.3.7",{"_index":1995,"title":{},"body":{"dependencies.html":{}}}],["1.5em",{"_index":1886,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["1.5rem",{"_index":1086,"title":{},"body":{"components/DatesComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["1.6rem",{"_index":1338,"title":{},"body":{"components/NavigationComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["1.8rem",{"_index":1719,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["1/1",{"_index":1910,"title":{},"body":{"coverage.html":{}}}],["1/10",{"_index":1934,"title":{},"body":{"coverage.html":{}}}],["1/15",{"_index":1900,"title":{},"body":{"coverage.html":{}}}],["1/2",{"_index":1942,"title":{},"body":{"coverage.html":{}}}],["1/40",{"_index":1904,"title":{},"body":{"coverage.html":{}}}],["1/8",{"_index":1924,"title":{},"body":{"coverage.html":{}}}],["1/9",{"_index":1936,"title":{},"body":{"coverage.html":{}}}],["10",{"_index":1020,"title":{},"body":{"components/DatesComponent.html":{},"components/VisibilityComponent.html":{},"coverage.html":{}}}],["100",{"_index":1728,"title":{},"body":{"components/VotingChoiceComponent.html":{},"coverage.html":{}}}],["10em",{"_index":1731,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["10px",{"_index":110,"title":{},"body":{"components/AdminComponent.html":{}}}],["11",{"_index":1935,"title":{},"body":{"coverage.html":{}}}],["11rem",{"_index":1766,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["12",{"_index":403,"title":{},"body":{"components/AppComponent.html":{},"coverage.html":{}}}],["12.0.0",{"_index":1971,"title":{},"body":{"dependencies.html":{}}}],["12.3.0",{"_index":1987,"title":{},"body":{"dependencies.html":{}}}],["12rem",{"_index":1700,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["130px",{"_index":128,"title":{},"body":{"components/AdminComponent.html":{}}}],["16",{"_index":1557,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["16rem",{"_index":1709,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["18/72",{"_index":1940,"title":{},"body":{"coverage.html":{}}}],["180",{"_index":769,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["18px",{"_index":1354,"title":{},"body":{"components/PasswordComponent.html":{}}}],["18rem",{"_index":1758,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["1em",{"_index":1085,"title":{},"body":{"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{}}}],["1rem",{"_index":1695,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["2",{"_index":746,"title":{},"body":{"interfaces/DateChoice.html":{},"components/KindComponent.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{},"components/VotingChoiceComponent.html":{},"coverage.html":{},"overview.html":{}}}],["2.0.0",{"_index":1992,"title":{},"body":{"dependencies.html":{}}}],["2.0.1",{"_index":1981,"title":{},"body":{"dependencies.html":{}}}],["2.4rem",{"_index":1725,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["2.6rem",{"_index":706,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["2.8.0",{"_index":1977,"title":{},"body":{"dependencies.html":{}}}],["2019",{"_index":1795,"title":{},"body":{"components/VotingComponent.html":{}}}],["23",{"_index":1929,"title":{},"body":{"coverage.html":{}}}],["25",{"_index":1939,"title":{},"body":{"coverage.html":{}}}],["26",{"_index":1793,"title":{},"body":{"components/VotingComponent.html":{}}}],["27.4",{"_index":708,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["28px",{"_index":123,"title":{},"body":{"components/AdminComponent.html":{}}}],["29",{"_index":2053,"title":{},"body":{"overview.html":{}}}],["2em",{"_index":1599,"title":{},"body":{"components/ResumeComponent.html":{}}}],["2px",{"_index":710,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{},"components/NavigationComponent.html":{}}}],["2rem",{"_index":1301,"title":{},"body":{"components/KindComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["3",{"_index":773,"title":{},"body":{"interfaces/DateOption.html":{},"components/KindComponent.html":{},"classes/PollConfig.html":{},"overview.html":{}}}],["3.2rem",{"_index":1337,"title":{},"body":{"components/NavigationComponent.html":{}}}],["3/4",{"_index":1908,"title":{},"body":{"coverage.html":{}}}],["3/6",{"_index":1903,"title":{},"body":{"coverage.html":{}}}],["32rem",{"_index":1708,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["3em",{"_index":1600,"title":{},"body":{"components/ResumeComponent.html":{}}}],["3px",{"_index":1302,"title":{},"body":{"components/KindComponent.html":{}}}],["3rem",{"_index":704,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["4",{"_index":1330,"title":{},"body":{"components/NavigationComponent.html":{},"components/VotingChoiceComponent.html":{},"overview.html":{}}}],["4.0.0",{"_index":1972,"title":{},"body":{"dependencies.html":{}}}],["4.3.1",{"_index":1970,"title":{},"body":{"dependencies.html":{}}}],["4.7.0",{"_index":1979,"title":{},"body":{"dependencies.html":{}}}],["40px",{"_index":112,"title":{},"body":{"components/AdminComponent.html":{}}}],["42",{"_index":409,"title":{},"body":{"components/AppComponent.html":{}}}],["429a00",{"_index":1498,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["4xxx",{"_index":1551,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["5",{"_index":1331,"title":{},"body":{"components/NavigationComponent.html":{}}}],["5/21",{"_index":1930,"title":{},"body":{"coverage.html":{}}}],["50",{"_index":1736,"title":{},"body":{"components/VotingChoiceComponent.html":{},"coverage.html":{}}}],["50px",{"_index":108,"title":{},"body":{"components/AdminComponent.html":{}}}],["5px",{"_index":647,"title":{},"body":{"components/ChoicesListComponent.html":{},"components/CreateOrRetrieveComponent.html":{}}}],["5rem",{"_index":1694,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["6",{"_index":1899,"title":{},"body":{"coverage.html":{}}}],["6.5.3",{"_index":1999,"title":{},"body":{"dependencies.html":{}}}],["6.5.4",{"_index":1997,"title":{},"body":{"dependencies.html":{}}}],["60",{"_index":767,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["600",{"_index":120,"title":{},"body":{"components/AdminComponent.html":{},"components/PasswordComponent.html":{}}}],["640px",{"_index":1703,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["65px",{"_index":104,"title":{},"body":{"components/AdminComponent.html":{}}}],["6px",{"_index":1296,"title":{},"body":{"components/KindComponent.html":{}}}],["6rem",{"_index":1693,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["7",{"_index":1005,"title":{},"body":{"components/DatesComponent.html":{},"overview.html":{}}}],["700",{"_index":1714,"title":{},"body":{"components/VotingChoiceComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["70px",{"_index":130,"title":{},"body":{"components/AdminComponent.html":{}}}],["75",{"_index":1907,"title":{},"body":{"coverage.html":{}}}],["8",{"_index":458,"title":{},"body":{"components/AppComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{}}}],["8.2.1",{"_index":2011,"title":{},"body":{"index.html":{}}}],["8.2.2",{"_index":1988,"title":{},"body":{"dependencies.html":{}}}],["800",{"_index":1892,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["9.0.0",{"_index":1964,"title":{},"body":{"dependencies.html":{}}}],["_",{"_index":930,"title":{},"body":{"directives/DateValueAccessor.html":{},"injectables/PollUtilities.html":{}}}],["_choices_",{"_index":1035,"title":{},"body":{"components/DatesComponent.html":{}}}],["_elementref",{"_index":921,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["_renderer",{"_index":924,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["aaaaeeeeiiiioooouuuunc",{"_index":1573,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["absolute",{"_index":1734,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["accents",{"_index":1569,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["access",{"_index":802,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["accessor",{"_index":570,"title":{},"body":{"modules/AppModule.html":{},"directives/DateValueAccessor.html":{},"modules/DateValueAccessorModule.html":{},"classes/MyMissingTranslationHandler.html":{},"dependencies.html":{}}}],["accessor.ts",{"_index":905,"title":{},"body":{"directives/DateValueAccessor.html":{},"coverage.html":{}}}],["accessor.ts:26",{"_index":928,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["accessor.ts:28",{"_index":925,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["accessor.ts:29",{"_index":923,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["accessor.ts:34",{"_index":939,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["accessor.ts:42",{"_index":931,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["accessor.ts:46",{"_index":934,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["accessor.ts:50",{"_index":936,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["accessor/date",{"_index":904,"title":{},"body":{"directives/DateValueAccessor.html":{},"coverage.html":{}}}],["accessor/module.ts",{"_index":967,"title":{},"body":{"modules/DateValueAccessorModule.html":{}}}],["accueil",{"_index":1334,"title":{},"body":{"components/NavigationComponent.html":{}}}],["accéder",{"_index":1152,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["activatedroute",{"_index":1410,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["active",{"_index":1342,"title":{},"body":{"components/NavigationComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["activeroute",{"_index":1408,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["actual_component",{"_index":210,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["actuelle",{"_index":1110,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["add",{"_index":763,"title":{},"body":{"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"components/DatesComponent.html":{},"classes/PollConfig.html":{},"directives/ResettableInputDirective.html":{}}}],["addanswer",{"_index":225,"title":{},"body":{"components/AnswersComponent.html":{}}}],["adddate",{"_index":976,"title":{},"body":{"components/DatesComponent.html":{}}}],["adddaystodate",{"_index":869,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["adddaystodate(days",{"_index":874,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["addintervalofdates",{"_index":977,"title":{},"body":{"components/DatesComponent.html":{}}}],["addtime",{"_index":978,"title":{},"body":{"components/DatesComponent.html":{}}}],["addtimetodate",{"_index":979,"title":{},"body":{"components/DatesComponent.html":{}}}],["addtimetodate(config",{"_index":991,"title":{},"body":{"components/DatesComponent.html":{}}}],["adipisicing",{"_index":1253,"title":{},"body":{"components/KindComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["admin",{"_index":16,"title":{},"body":{"components/AdminComponent.html":{},"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["admin'},{'name",{"_index":139,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["admin.archiving_desc\"|translate",{"_index":74,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.archiving_title\"|translate",{"_index":73,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.choose_title\"|translate",{"_index":51,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.comments_deletion_btn'|translate",{"_index":72,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.comments_deletion_btn\\'|translate",{"_index":138,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.comments_deletion_desc\"|translate",{"_index":71,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.comments_deletion_title\"|translate",{"_index":70,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.component.html",{"_index":20,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.component.scss",{"_index":18,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.copy_link",{"_index":672,"title":{},"body":{"components/CopyTextComponent.html":{}}}],["admin.deletion\"|translate",{"_index":80,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.deletion_desc\"|translate",{"_index":81,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.description\"|translate",{"_index":52,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.email_links\"|translate",{"_index":91,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.email_links_desc\"|translate",{"_index":92,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.info_section_title\"|translate",{"_index":50,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.link\"|translate",{"_index":82,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.link_admin\"|translate",{"_index":83,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.link_admin_btn\"|translate",{"_index":86,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.link_admin_desc\"|translate",{"_index":84,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.polled_people\"|translate",{"_index":87,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.polled_people_btn\"|translate",{"_index":90,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.polled_people_desc\"|translate",{"_index":88,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.settings_section_title\"|translate",{"_index":54,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.votes_deletion_btn'|translate",{"_index":69,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.votes_deletion_btn\\'|translate",{"_index":137,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.votes_deletion_desc\"|translate",{"_index":68,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin/d65es45fd45sdf45sd345f312sdf31sgfd345",{"_index":840,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["admincomponent",{"_index":1,"title":{"components/AdminComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["administrateur·ice",{"_index":1159,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["administration",{"_index":1333,"title":{},"body":{"components/NavigationComponent.html":{}}}],["administrer",{"_index":1212,"title":{},"body":{"components/HomeComponent.html":{}}}],["adminkey",{"_index":841,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["afterviewinit",{"_index":216,"title":{},"body":{"components/AnswersComponent.html":{}}}],["age",{"_index":408,"title":{},"body":{"components/AppComponent.html":{}}}],["ajouter",{"_index":350,"title":{},"body":{"components/AnswersComponent.html":{}}}],["ajoutées",{"_index":1053,"title":{},"body":{"components/DatesComponent.html":{}}}],["alert",{"_index":117,"title":{},"body":{"components/AdminComponent.html":{},"components/KindComponent.html":{}}}],["align",{"_index":1283,"title":{},"body":{"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["allanswersarevalid",{"_index":221,"title":{},"body":{"components/AnswersComponent.html":{}}}],["allowseveralhours",{"_index":801,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["already",{"_index":1049,"title":{},"body":{"components/DatesComponent.html":{}}}],["amet",{"_index":1251,"title":{},"body":{"components/KindComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["anchorscrolling",{"_index":612,"title":{},"body":{"modules/AppRoutingModule.html":{}}}],["angular",{"_index":1973,"title":{},"body":{"dependencies.html":{},"index.html":{}}}],["angular/animations",{"_index":1963,"title":{},"body":{"dependencies.html":{}}}],["angular/cdk",{"_index":1965,"title":{},"body":{"dependencies.html":{}}}],["angular/common",{"_index":272,"title":{},"body":{"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/DatesComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/PollGraphicComponent.html":{},"dependencies.html":{}}}],["angular/common/http",{"_index":529,"title":{},"body":{"modules/AppModule.html":{},"components/EndConfirmationComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"injectables/PollUtilities.html":{}}}],["angular/common/locales/en",{"_index":517,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["angular/common/locales/fr",{"_index":515,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["angular/compiler",{"_index":1966,"title":{},"body":{"dependencies.html":{}}}],["angular/core",{"_index":42,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"modules/DateValueAccessorModule.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{},"directives/ResettableInputDirective.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"dependencies.html":{}}}],["angular/forms",{"_index":495,"title":{},"body":{"modules/AppModule.html":{},"directives/DateValueAccessor.html":{},"classes/MyMissingTranslationHandler.html":{},"dependencies.html":{}}}],["angular/localize",{"_index":1967,"title":{},"body":{"dependencies.html":{}}}],["angular/platform",{"_index":486,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"dependencies.html":{}}}],["angular/router",{"_index":414,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PollDisplayComponent.html":{},"components/ResumeComponent.html":{},"dependencies.html":{}}}],["animi",{"_index":1273,"title":{},"body":{"components/KindComponent.html":{}}}],["animés",{"_index":1329,"title":{},"body":{"components/NavigationComponent.html":{}}}],["answer",{"_index":252,"title":{},"body":{"components/AnswersComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["answer.text",{"_index":340,"title":{},"body":{"components/AnswersComponent.html":{}}}],["answer.text.length",{"_index":288,"title":{},"body":{"components/AnswersComponent.html":{}}}],["answerlist",{"_index":222,"title":{},"body":{"components/AnswersComponent.html":{}}}],["answers",{"_index":218,"title":{},"body":{"components/AnswersComponent.html":{},"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["answers'},{'name",{"_index":141,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["answers.component.html",{"_index":220,"title":{},"body":{"components/AnswersComponent.html":{}}}],["answers.component.scss",{"_index":219,"title":{},"body":{"components/AnswersComponent.html":{}}}],["answerscomponent",{"_index":140,"title":{"components/AnswersComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["answersdomtofocus",{"_index":311,"title":{},"body":{"components/AnswersComponent.html":{}}}],["answersdomtofocus[i",{"_index":313,"title":{},"body":{"components/AnswersComponent.html":{}}}],["anyone",{"_index":806,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["api",{"_index":791,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["apiversion",{"_index":1945,"title":{},"body":{"coverage.html":{}}}],["app",{"_index":143,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"index.html":{}}}],["app.component",{"_index":490,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["app.component.html",{"_index":360,"title":{},"body":{"components/AppComponent.html":{}}}],["app.component.scss",{"_index":359,"title":{},"body":{"components/AppComponent.html":{}}}],["appcomponent",{"_index":142,"title":{"components/AppComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["appmodule",{"_index":465,"title":{"modules/AppModule.html":{}},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"modules.html":{},"overview.html":{}}}],["apppage",{"_index":598,"title":{"classes/AppPage.html":{}},"body":{"classes/AppPage.html":{},"coverage.html":{}}}],["approutingmodule",{"_index":477,"title":{"modules/AppRoutingModule.html":{}},"body":{"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"classes/MyMissingTranslationHandler.html":{},"modules.html":{},"overview.html":{}}}],["après",{"_index":1165,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["arguments",{"_index":926,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["arrowdown",{"_index":323,"title":{},"body":{"components/AnswersComponent.html":{}}}],["arrowup",{"_index":320,"title":{},"body":{"components/AnswersComponent.html":{}}}],["arthur",{"_index":407,"title":{},"body":{"components/AppComponent.html":{}}}],["article",{"_index":1300,"title":{},"body":{"components/KindComponent.html":{}}}],["artifacts",{"_index":2025,"title":{},"body":{"index.html":{}}}],["assets/scss/variables",{"_index":1448,"title":{},"body":{"components/PollDisplayComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["assumenda",{"_index":1266,"title":{},"body":{"components/KindComponent.html":{}}}],["atoms",{"_index":1233,"title":{},"body":{"components/KindComponent.html":{}}}],["attention",{"_index":1806,"title":{},"body":{"components/VotingComponent.html":{}}}],["au",{"_index":737,"title":{},"body":{"interfaces/DateChoice.html":{},"components/EndConfirmationComponent.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{},"components/VotingComponent.html":{}}}],["aucun",{"_index":701,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["aucune",{"_index":1073,"title":{},"body":{"components/DatesComponent.html":{}}}],["aurores",{"_index":736,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{}}}],["auto",{"_index":463,"title":{},"body":{"components/AppComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/NavigationComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["automatically",{"_index":2019,"title":{},"body":{"index.html":{}}}],["aux",{"_index":735,"title":{},"body":{"interfaces/DateChoice.html":{},"components/DatesComponent.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{}}}],["available",{"_index":388,"title":{},"body":{"components/AppComponent.html":{},"components/PollDisplayComponent.html":{},"modules.html":{}}}],["avec",{"_index":337,"title":{},"body":{"components/AnswersComponent.html":{}}}],["aware",{"_index":623,"title":{},"body":{"components/BaseComponent.html":{}}}],["awesome",{"_index":1978,"title":{},"body":{"dependencies.html":{}}}],["ayant",{"_index":1689,"title":{},"body":{"components/VotingChoiceComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["backend",{"_index":790,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"injectables/PollUtilities.html":{}}}],["background",{"_index":711,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{},"components/NavigationComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["backgroundcolor",{"_index":1497,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["badge",{"_index":1800,"title":{},"body":{"components/VotingComponent.html":{}}}],["base",{"_index":146,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["base.component.html",{"_index":617,"title":{},"body":{"components/BaseComponent.html":{}}}],["base.component.scss",{"_index":616,"title":{},"body":{"components/BaseComponent.html":{}}}],["basecomponent",{"_index":145,"title":{"components/BaseComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["basecomponent:14",{"_index":269,"title":{},"body":{"components/AnswersComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingGraphComponent.html":{}}}],["basecomponent:17",{"_index":261,"title":{},"body":{"components/AnswersComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingGraphComponent.html":{}}}],["basecomponent:21",{"_index":258,"title":{},"body":{"components/AnswersComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingGraphComponent.html":{}}}],["basecomponent:27",{"_index":260,"title":{},"body":{"components/AnswersComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingGraphComponent.html":{}}}],["baseconfigvalues",{"_index":756,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"coverage.html":{}}}],["baseconfigvalues[key",{"_index":864,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["basehref",{"_index":1523,"title":{},"body":{"injectables/PollService.html":{}}}],["baseurl",{"_index":1607,"title":{},"body":{"components/VisibilityComponent.html":{},"coverage.html":{}}}],["baseurldemo",{"_index":1946,"title":{},"body":{"coverage.html":{}}}],["baseurlprod",{"_index":1947,"title":{},"body":{"coverage.html":{}}}],["basicslicesofday",{"_index":730,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{},"coverage.html":{}}}],["beatae",{"_index":1275,"title":{},"body":{"components/KindComponent.html":{}}}],["before",{"_index":305,"title":{},"body":{"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/NavigationComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"index.html":{}}}],["behavior",{"_index":946,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["between",{"_index":881,"title":{},"body":{"injectables/DateUtilities.html":{},"components/DatesComponent.html":{}}}],["bf83c2",{"_index":1746,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["bien",{"_index":782,"title":{},"body":{"interfaces/DateOption.html":{},"components/EndConfirmationComponent.html":{},"classes/PollConfig.html":{},"components/VotingComponent.html":{}}}],["black",{"_index":1344,"title":{},"body":{"components/NavigationComponent.html":{}}}],["block",{"_index":462,"title":{},"body":{"components/AppComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/NavigationComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["blur",{"_index":918,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["body",{"_index":1538,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["bodycontent",{"_index":1537,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["bold",{"_index":1726,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["bool",{"_index":846,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["boolean",{"_index":259,"title":{},"body":{"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateOption.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["bootstrap",{"_index":469,"title":{},"body":{"modules/AppModule.html":{},"modules/DateValueAccessorModule.html":{},"classes/MyMissingTranslationHandler.html":{},"overview.html":{}}}],["border",{"_index":1295,"title":{},"body":{"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["bottom",{"_index":103,"title":{},"body":{"components/AdminComponent.html":{},"components/ChoicesListComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["bottom:15px",{"_index":124,"title":{},"body":{"components/AdminComponent.html":{}}}],["box",{"_index":1594,"title":{},"body":{"components/ResumeComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["break",{"_index":948,"title":{},"body":{"directives/DateValueAccessor.html":{},"components/PollGraphicComponent.html":{}}}],["breakpoint",{"_index":1701,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["browse",{"_index":2051,"title":{},"body":{"modules.html":{}}}],["browser",{"_index":487,"title":{},"body":{"modules/AppModule.html":{},"classes/AppPage.html":{},"classes/MyMissingTranslationHandler.html":{},"dependencies.html":{},"modules.html":{}}}],["browser.get(browser.baseurl",{"_index":606,"title":{},"body":{"classes/AppPage.html":{}}}],["browser/animations",{"_index":543,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["browseranimationsmodule",{"_index":542,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["browsermodule",{"_index":485,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["btn",{"_index":116,"title":{},"body":{"components/AdminComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["btns",{"_index":1732,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["build",{"_index":2024,"title":{},"body":{"index.html":{}}}],["bulma",{"_index":1975,"title":{},"body":{"dependencies.html":{}}}],["button",{"_index":1088,"title":{},"body":{"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{},"directives/ResettableInputDirective.html":{}}}],["button.stories.ts",{"_index":1953,"title":{},"body":{"coverage.html":{}}}],["buttons",{"_index":1238,"title":{},"body":{"components/KindComponent.html":{}}}],["buttonwithlinktoanotherstory",{"_index":1954,"title":{},"body":{"coverage.html":{}}}],["c",{"_index":1554,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["c'est",{"_index":1082,"title":{},"body":{"components/DatesComponent.html":{},"components/KindComponent.html":{},"components/ResumeComponent.html":{}}}],["c\\'est",{"_index":1089,"title":{},"body":{"components/DatesComponent.html":{},"components/KindComponent.html":{},"components/ResumeComponent.html":{}}}],["calc(#{$box",{"_index":1710,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["calc((#{$btn",{"_index":1745,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["calc(2",{"_index":1697,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["calendar",{"_index":1290,"title":{},"body":{"components/KindComponent.html":{}}}],["call",{"_index":1536,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["canevas",{"_index":1487,"title":{},"body":{"components/PollGraphicComponent.html":{},"coverage.html":{}}}],["canmodifyanswers",{"_index":845,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["capitalize",{"_index":1723,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["card",{"_index":1593,"title":{},"body":{"components/ResumeComponent.html":{}}}],["case",{"_index":1509,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["ccc",{"_index":1598,"title":{},"body":{"components/ResumeComponent.html":{}}}],["ccc9c9",{"_index":1740,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["cd",{"_index":236,"title":{},"body":{"components/AnswersComponent.html":{},"components/DatesComponent.html":{}}}],["cd0000",{"_index":1502,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["ce",{"_index":353,"title":{},"body":{"components/AnswersComponent.html":{},"components/BaseComponent.html":{},"components/PasswordComponent.html":{},"components/PollDisplayComponent.html":{},"components/VotingComponent.html":{}}}],["ceci",{"_index":1235,"title":{},"body":{"components/KindComponent.html":{}}}],["celui",{"_index":630,"title":{},"body":{"components/BaseComponent.html":{}}}],["center",{"_index":1336,"title":{},"body":{"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["ces",{"_index":1174,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["cette",{"_index":1227,"title":{},"body":{"components/KindComponent.html":{}}}],["change",{"_index":843,"title":{},"body":{"interfaces/DateOption.html":{},"components/DatesComponent.html":{},"classes/PollConfig.html":{},"index.html":{}}}],["changedetectorref",{"_index":237,"title":{},"body":{"components/AnswersComponent.html":{},"components/DatesComponent.html":{}}}],["changelanguage",{"_index":368,"title":{},"body":{"components/AppComponent.html":{}}}],["changes",{"_index":908,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["chaque",{"_index":1071,"title":{},"body":{"components/DatesComponent.html":{}}}],["charset",{"_index":456,"title":{},"body":{"components/AppComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"injectables/PollUtilities.html":{}}}],["chart",{"_index":1482,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["chart(this.document.getelementbyid(\"graph",{"_index":1492,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["chart.js",{"_index":1483,"title":{},"body":{"components/PollGraphicComponent.html":{},"dependencies.html":{}}}],["check",{"_index":2047,"title":{},"body":{"index.html":{}}}],["checkvalidanswers",{"_index":226,"title":{},"body":{"components/AnswersComponent.html":{}}}],["checkvalidity",{"_index":233,"title":{},"body":{"components/AnswersComponent.html":{},"components/BaseComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingGraphComponent.html":{}}}],["choice",{"_index":793,"title":{},"body":{"interfaces/DateOption.html":{},"components/DatesComponent.html":{},"classes/PollConfig.html":{},"components/ResumeComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["choice'},{'name",{"_index":195,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["choice.component",{"_index":524,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["choice.component.html",{"_index":1646,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["choice.component.scss",{"_index":1647,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["choice.component.ts",{"_index":1639,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"coverage.html":{}}}],["choice.component.ts:29",{"_index":1673,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choice.component.ts:30",{"_index":1667,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choice.component.ts:31",{"_index":1669,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choice.component.ts:32",{"_index":1668,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choice.component.ts:33",{"_index":1670,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choice.component.ts:34",{"_index":1671,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choice.component.ts:35",{"_index":1666,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choice.component.ts:45",{"_index":1672,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choice.date.date",{"_index":1678,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choice.id",{"_index":1883,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["choice.literal",{"_index":1590,"title":{},"body":{"components/ResumeComponent.html":{}}}],["choice.name",{"_index":1495,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["choice.text",{"_index":1674,"title":{},"body":{"components/VotingChoiceComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["choice.timelist",{"_index":1079,"title":{},"body":{"components/DatesComponent.html":{}}}],["choice.timelist|json",{"_index":1080,"title":{},"body":{"components/DatesComponent.html":{}}}],["choice/voting",{"_index":523,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"coverage.html":{}}}],["choice_id",{"_index":1650,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["choicebox",{"_index":1706,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choicebox__actions",{"_index":1733,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choicebox__btn",{"_index":1738,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choicebox__count",{"_index":1748,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choicebox__countxt",{"_index":1755,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choicebox__date",{"_index":1718,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choicebox__day",{"_index":1724,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choicebox__img",{"_index":1727,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choicebox__subject",{"_index":1716,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choicebox__tooltip",{"_index":1757,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choicebox__tooltiplist",{"_index":1765,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choicebox__tooltipttl",{"_index":1768,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choicebox__txt",{"_index":1730,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choicebox__vote",{"_index":1752,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choicebox__votes",{"_index":1749,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choices",{"_index":149,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["choices_count",{"_index":1649,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["choiceslistcomponent",{"_index":148,"title":{"components/ChoicesListComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["choisir",{"_index":324,"title":{},"body":{"components/AnswersComponent.html":{}}}],["choisissez",{"_index":341,"title":{},"body":{"components/AnswersComponent.html":{}}}],["choix",{"_index":346,"title":{},"body":{"components/AnswersComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["class",{"_index":45,"title":{"classes/AppPage.html":{},"classes/MyMissingTranslationHandler.html":{},"classes/PollConfig.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"modules/AppRoutingModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"modules/DateValueAccessorModule.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{},"directives/ResettableInputDirective.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{}}}],["classes",{"_index":599,"title":{},"body":{"classes/AppPage.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"classes/PollConfig.html":{},"overview.html":{}}}],["classic",{"_index":758,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["clavier",{"_index":339,"title":{},"body":{"components/AnswersComponent.html":{}}}],["cli",{"_index":2010,"title":{},"body":{"index.html":{}}}],["clipboard",{"_index":560,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"dependencies.html":{}}}],["clipboardmodule",{"_index":559,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["cluster_appmodule",{"_index":472,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appmodule_bootstrap",{"_index":475,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appmodule_declarations",{"_index":473,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appmodule_imports",{"_index":474,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appmodule_providers",{"_index":476,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_datevalueaccessormodule",{"_index":963,"title":{},"body":{"modules/DateValueAccessorModule.html":{},"overview.html":{}}}],["cluster_datevalueaccessormodule_datevalueaccessor_providers",{"_index":965,"title":{},"body":{"modules/DateValueAccessorModule.html":{},"overview.html":{}}}],["cluster_datevalueaccessormodule_declarations",{"_index":964,"title":{},"body":{"modules/DateValueAccessorModule.html":{},"overview.html":{}}}],["cluster_datevalueaccessormodule_exports",{"_index":966,"title":{},"body":{"modules/DateValueAccessorModule.html":{},"overview.html":{}}}],["code",{"_index":950,"title":{},"body":{"directives/DateValueAccessor.html":{},"index.html":{}}}],["color",{"_index":712,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{},"components/NavigationComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["column",{"_index":97,"title":{},"body":{"components/AdminComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/PasswordComponent.html":{}}}],["comment",{"_index":1775,"title":{},"body":{"components/VotingCommentComponent.html":{}}}],["comment'},{'name",{"_index":197,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["comment.component",{"_index":556,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["comment.component.html",{"_index":1777,"title":{},"body":{"components/VotingCommentComponent.html":{}}}],["comment.component.scss",{"_index":1776,"title":{},"body":{"components/VotingCommentComponent.html":{}}}],["comment.component.ts",{"_index":1774,"title":{},"body":{"components/VotingCommentComponent.html":{},"coverage.html":{}}}],["comment.component.ts:11",{"_index":1778,"title":{},"body":{"components/VotingCommentComponent.html":{}}}],["comment.component.ts:16",{"_index":1780,"title":{},"body":{"components/VotingCommentComponent.html":{}}}],["comment.date.date",{"_index":1782,"title":{},"body":{"components/VotingCommentComponent.html":{}}}],["comment.pseudo",{"_index":1781,"title":{},"body":{"components/VotingCommentComponent.html":{}}}],["comment.text",{"_index":1783,"title":{},"body":{"components/VotingCommentComponent.html":{}}}],["comment/voting",{"_index":555,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"components/VotingCommentComponent.html":{},"coverage.html":{}}}],["commentaire",{"_index":653,"title":{},"body":{"components/CommentsListComponent.html":{}}}],["commentaires",{"_index":1791,"title":{},"body":{"components/VotingComponent.html":{},"components/VotingNavigationComponent.html":{}}}],["commentaries",{"_index":1289,"title":{},"body":{"components/KindComponent.html":{}}}],["comments",{"_index":152,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["comments.ts",{"_index":1917,"title":{},"body":{"coverage.html":{}}}],["commentslistcomponent",{"_index":151,"title":{"components/CommentsListComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["common",{"_index":282,"title":{},"body":{"components/AnswersComponent.html":{}}}],["commonmodule",{"_index":500,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["compat",{"_index":1998,"title":{},"body":{"dependencies.html":{}}}],["component",{"_index":0,"title":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"index.html":{}}}],["component_template",{"_index":136,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["components",{"_index":2,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"overview.html":{}}}],["composant",{"_index":628,"title":{},"body":{"components/BaseComponent.html":{}}}],["compte",{"_index":1804,"title":{},"body":{"components/VotingComponent.html":{}}}],["compute",{"_index":876,"title":{},"body":{"injectables/DateUtilities.html":{},"components/DatesComponent.html":{}}}],["computepreferred",{"_index":1834,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["config",{"_index":24,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateOption.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollUtilities.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["config.creationdate.getdate",{"_index":1564,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["config.creationdate.getfullyear",{"_index":1562,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["config.creationdate.getmonth",{"_index":1563,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["config.currentpoll.choices.length",{"_index":1874,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["config.currentpoll.choices_count.maxscore",{"_index":1878,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["config.currentpoll.comments.length",{"_index":1829,"title":{},"body":{"components/VotingNavigationComponent.html":{}}}],["config.currentpoll.poll.creationdate.date",{"_index":1870,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["config.currentpoll.poll.description",{"_index":1869,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["config.currentpoll.poll.expiracydate.date",{"_index":1872,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["config.currentpoll.poll.title",{"_index":1827,"title":{},"body":{"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["config.currentpoll.stacks.length",{"_index":1828,"title":{},"body":{"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["config.currentpoll.urlpublic",{"_index":1446,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["config.customurl",{"_index":1633,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["config.datelist.length",{"_index":1077,"title":{},"body":{"components/DatesComponent.html":{}}}],["config.deletiondateafterlastmodification",{"_index":1163,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["config.demo\"|translate",{"_index":1108,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["config.description",{"_index":1587,"title":{},"body":{"components/ResumeComponent.html":{}}}],["config.description\"|translate",{"_index":692,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["config.find_helper\"|translate",{"_index":695,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["config.find_my_polls\"|translate",{"_index":694,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["config.letsgo\"|translate",{"_index":693,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["config.myname",{"_index":1565,"title":{},"body":{"injectables/PollUtilities.html":{},"components/ResumeComponent.html":{}}}],["config.perfect\"|translate",{"_index":632,"title":{},"body":{"components/BaseComponent.html":{}}}],["config.polltype",{"_index":1115,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["config.step",{"_index":1111,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["config.stepmax",{"_index":1112,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["config.timelist.length",{"_index":1036,"title":{},"body":{"components/DatesComponent.html":{}}}],["config.timelist.push({literal",{"_index":1033,"title":{},"body":{"components/DatesComponent.html":{}}}],["config.title",{"_index":1140,"title":{},"body":{"components/EndConfirmationComponent.html":{},"injectables/PollUtilities.html":{},"components/ResumeComponent.html":{}}}],["config.urladmin",{"_index":1156,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["config.urlpublic",{"_index":89,"title":{},"body":{"components/AdminComponent.html":{},"components/EndConfirmationComponent.html":{}}}],["config/dateutilities",{"_index":1010,"title":{},"body":{"components/DatesComponent.html":{}}}],["config/defaultconfigs",{"_index":1009,"title":{},"body":{"components/DatesComponent.html":{}}}],["config/graph",{"_index":1486,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["config/mocks/mock",{"_index":1417,"title":{},"body":{"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["config/pollutilities",{"_index":1617,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["config/routes",{"_index":499,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["configservice",{"_index":29,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateOption.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["configuration",{"_index":762,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["confirmation",{"_index":1121,"title":{},"body":{"components/EndConfirmationComponent.html":{},"components/NavigationComponent.html":{}}}],["confirmation'},{'name",{"_index":165,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["confirmation.component",{"_index":510,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["confirmation.component.html",{"_index":1123,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["confirmation.component.scss",{"_index":1122,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["confirmation.component.ts",{"_index":1120,"title":{},"body":{"components/EndConfirmationComponent.html":{},"coverage.html":{}}}],["confirmation.component.ts:13",{"_index":1128,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["confirmation.component.ts:15",{"_index":1133,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["confirmation.component.ts:16",{"_index":1134,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["confirmation.component.ts:23",{"_index":1131,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["confirmation.component.ts:26",{"_index":1130,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["confirmation.component.ts:34",{"_index":1132,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["confirmation/end",{"_index":509,"title":{},"body":{"modules/AppModule.html":{},"components/EndConfirmationComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"coverage.html":{}}}],["confirmationservice",{"_index":547,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["confirmdialogmodule",{"_index":564,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["consectetur",{"_index":1252,"title":{},"body":{"components/KindComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["conservez",{"_index":1145,"title":{},"body":{"components/EndConfirmationComponent.html":{},"components/VotingComponent.html":{}}}],["console.info('same",{"_index":1662,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["console.log",{"_index":1847,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["console.log('e",{"_index":1441,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["console.log('mockpoll3",{"_index":1431,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["console.log('params",{"_index":1421,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["console.log('res",{"_index":1437,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["console.log('this.pollconfig.choices[2].id",{"_index":1853,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["console.log('this.pollconfig.choices_count.counts",{"_index":1855,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["console.log('this.pollconfig.choices_count.counts[10",{"_index":1851,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["const",{"_index":310,"title":{},"body":{"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppRoutingModule.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"interfaces/TimeSlices.html":{}}}],["constructor",{"_index":27,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollService.html":{},"directives/ResettableInputDirective.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["constructor(@inject(document",{"_index":1488,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["constructor(_renderer",{"_index":919,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["constructor(config",{"_index":28,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["constructor(document",{"_index":1465,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["constructor(el",{"_index":1665,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["constructor(messageservice",{"_index":660,"title":{},"body":{"components/CopyTextComponent.html":{}}}],["constructor(private",{"_index":419,"title":{},"body":{"components/AppComponent.html":{},"components/CopyTextComponent.html":{},"directives/DateValueAccessor.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["constructor(public",{"_index":46,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["constructor(translate",{"_index":374,"title":{},"body":{"components/AppComponent.html":{}}}],["container",{"_index":702,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["content",{"_index":707,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{},"components/NavigationComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["contents",{"_index":998,"title":{},"body":{"components/DatesComponent.html":{}}}],["context",{"_index":1958,"title":{},"body":{"coverage.html":{}}}],["continuer",{"_index":1213,"title":{},"body":{"components/HomeComponent.html":{}}}],["controls",{"_index":626,"title":{},"body":{"components/BaseComponent.html":{}}}],["controlvalueaccessor",{"_index":910,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["converted",{"_index":1044,"title":{},"body":{"components/DatesComponent.html":{}}}],["converted.push",{"_index":1046,"title":{},"body":{"components/DatesComponent.html":{}}}],["copi",{"_index":669,"title":{},"body":{"components/CopyTextComponent.html":{},"components/EndConfirmationComponent.html":{}}}],["copier",{"_index":1812,"title":{},"body":{"components/VotingComponent.html":{}}}],["copy",{"_index":154,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["copylink",{"_index":1126,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["copylink(str",{"_index":1129,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["copytextcomponent",{"_index":153,"title":{"components/CopyTextComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["corrupti",{"_index":1261,"title":{},"body":{"components/KindComponent.html":{}}}],["cot",{"_index":1158,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["count",{"_index":1747,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["countdays",{"_index":980,"title":{},"body":{"components/DatesComponent.html":{}}}],["cours",{"_index":1228,"title":{},"body":{"components/KindComponent.html":{}}}],["coverage",{"_index":1894,"title":{"coverage.html":{}},"body":{"coverage.html":{},"dependencies.html":{}}}],["cr",{"_index":1141,"title":{},"body":{"components/EndConfirmationComponent.html":{},"components/ResumeComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["create",{"_index":157,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["created",{"_index":821,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["createorretrievecomponent",{"_index":156,"title":{"components/CreateOrRetrieveComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["createpoll",{"_index":827,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["creating",{"_index":771,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["creation",{"_index":1543,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["creation.choose_title\"|translate",{"_index":1210,"title":{},"body":{"components/HomeComponent.html":{}}}],["creation.description\"|translate",{"_index":1211,"title":{},"body":{"components/HomeComponent.html":{}}}],["creation.kind.classic\"|translate",{"_index":1209,"title":{},"body":{"components/HomeComponent.html":{}}}],["creation.kind.date\"|translate",{"_index":1208,"title":{},"body":{"components/HomeComponent.html":{}}}],["creation.name\"|translate",{"_index":53,"title":{},"body":{"components/AdminComponent.html":{},"components/HomeComponent.html":{}}}],["creation.title\"|translate",{"_index":691,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{},"components/HomeComponent.html":{}}}],["creation.want\"|translate",{"_index":1207,"title":{},"body":{"components/HomeComponent.html":{}}}],["creationdate",{"_index":813,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["création",{"_index":1325,"title":{},"body":{"components/NavigationComponent.html":{}}}],["culpa",{"_index":1677,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["current",{"_index":820,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"injectables/PollUtilities.html":{}}}],["currentday",{"_index":727,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{},"coverage.html":{}}}],["currentheader",{"_index":223,"title":{},"body":{"components/AnswersComponent.html":{}}}],["currentlang",{"_index":361,"title":{},"body":{"components/AppComponent.html":{}}}],["currentmonth",{"_index":725,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{},"coverage.html":{}}}],["currentpoll",{"_index":825,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["currentyear",{"_index":723,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{},"coverage.html":{}}}],["cursor",{"_index":1742,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["custom",{"_index":568,"title":{},"body":{"modules/AppModule.html":{},"interfaces/DateOption.html":{},"classes/MyMissingTranslationHandler.html":{},"classes/PollConfig.html":{}}}],["customurl",{"_index":831,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["customurlisunique",{"_index":834,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["d",{"_index":318,"title":{},"body":{"components/AnswersComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{}}}],["d'autres",{"_index":1232,"title":{},"body":{"components/KindComponent.html":{}}}],["d1",{"_index":883,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["d2",{"_index":879,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["d\\'autres",{"_index":1307,"title":{},"body":{"components/KindComponent.html":{}}}],["data",{"_index":822,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"components/PollGraphicComponent.html":{}}}],["datasets",{"_index":1496,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["date",{"_index":448,"title":{},"body":{"components/AppComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"modules/DateValueAccessorModule.html":{},"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{},"components/KindComponent.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"components/PollGraphicComponent.html":{},"interfaces/TimeSlices.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"dependencies.html":{}}}],["date())).toisostring().substring(0",{"_index":1622,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["date().getdate",{"_index":728,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{}}}],["date().getfullyear",{"_index":724,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{}}}],["date().getmonth",{"_index":726,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{}}}],["date(currentyear",{"_index":748,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{}}}],["date(d1",{"_index":901,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["date(d2",{"_index":902,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["date(date.valueof",{"_index":899,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["date.setdate(date.getdate",{"_index":900,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["date:'dd",{"_index":1680,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["date:'eee",{"_index":1679,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["date:'h:m",{"_index":1682,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["date:'lll",{"_index":1681,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["date:\\'dd",{"_index":1771,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["date:\\'eee",{"_index":1770,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["date:\\'h:m",{"_index":1773,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["date:\\'lll",{"_index":1772,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["date_object",{"_index":299,"title":{},"body":{"components/AnswersComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"components/DatesComponent.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"interfaces/TimeSlices.html":{}}}],["date_value_accessor",{"_index":911,"title":{},"body":{"directives/DateValueAccessor.html":{},"modules/DateValueAccessorModule.html":{},"coverage.html":{},"overview.html":{}}}],["datechoice",{"_index":718,"title":{"interfaces/DateChoice.html":{}},"body":{"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"interfaces/TimeSlices.html":{},"coverage.html":{}}}],["datecurrent",{"_index":1016,"title":{},"body":{"components/DatesComponent.html":{}}}],["datecurrent).toisostring().substring(0",{"_index":1022,"title":{},"body":{"components/DatesComponent.html":{}}}],["datecurrent.toisostring",{"_index":1018,"title":{},"body":{"components/DatesComponent.html":{}}}],["datejson",{"_index":1017,"title":{},"body":{"components/DatesComponent.html":{}}}],["datejson.substring(0",{"_index":1019,"title":{},"body":{"components/DatesComponent.html":{}}}],["datelist",{"_index":798,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"components/PollGraphicComponent.html":{}}}],["dateoption",{"_index":751,"title":{"interfaces/DateOption.html":{}},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"coverage.html":{}}}],["dates",{"_index":774,"title":{},"body":{"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"components/DatesComponent.html":{},"components/NavigationComponent.html":{},"classes/PollConfig.html":{}}}],["dates'},{'name",{"_index":160,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["dates.add\"|translate",{"_index":1063,"title":{},"body":{"components/DatesComponent.html":{}}}],["dates.add_interval\"|translate",{"_index":1064,"title":{},"body":{"components/DatesComponent.html":{}}}],["dates.add_time\"|translate",{"_index":1072,"title":{},"body":{"components/DatesComponent.html":{}}}],["dates.component.html",{"_index":970,"title":{},"body":{"components/DatesComponent.html":{}}}],["dates.component.scss",{"_index":969,"title":{},"body":{"components/DatesComponent.html":{}}}],["dates.count_dates\"|translate",{"_index":1078,"title":{},"body":{"components/DatesComponent.html":{}}}],["dates.count_time\"|translate",{"_index":1070,"title":{},"body":{"components/DatesComponent.html":{}}}],["dates.empty\"|translate",{"_index":1065,"title":{},"body":{"components/DatesComponent.html":{}}}],["dates.hours_different\"|translate",{"_index":1059,"title":{},"body":{"components/DatesComponent.html":{}}}],["dates.hours_each_day\"|translate",{"_index":1062,"title":{},"body":{"components/DatesComponent.html":{}}}],["dates.interval_button\"|translate",{"_index":1068,"title":{},"body":{"components/DatesComponent.html":{}}}],["dates.interval_button_dates\"|translate",{"_index":1069,"title":{},"body":{"components/DatesComponent.html":{}}}],["dates.interval_propose\"|translate",{"_index":1066,"title":{},"body":{"components/DatesComponent.html":{}}}],["dates.interval_span\"|translate",{"_index":1067,"title":{},"body":{"components/DatesComponent.html":{}}}],["dates.multiple.different\"|translate",{"_index":1060,"title":{},"body":{"components/DatesComponent.html":{},"components/ResumeComponent.html":{}}}],["dates.multiple.identical\"|translate",{"_index":1061,"title":{},"body":{"components/DatesComponent.html":{},"components/ResumeComponent.html":{}}}],["dates.title\"|translate",{"_index":1058,"title":{},"body":{"components/DatesComponent.html":{}}}],["datescomponent",{"_index":159,"title":{"components/DatesComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["dateutilities",{"_index":866,"title":{"injectables/DateUtilities.html":{}},"body":{"injectables/DateUtilities.html":{},"components/DatesComponent.html":{},"coverage.html":{}}}],["datevalueaccessor",{"_index":206,"title":{"directives/DateValueAccessor.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"directives/DateValueAccessor.html":{},"modules/DateValueAccessorModule.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["datevalueaccessormodule",{"_index":478,"title":{"modules/DateValueAccessorModule.html":{}},"body":{"modules/AppModule.html":{},"modules/DateValueAccessorModule.html":{},"classes/MyMissingTranslationHandler.html":{},"modules.html":{},"overview.html":{}}}],["daydiff",{"_index":870,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["daydiff(d1",{"_index":878,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["days",{"_index":854,"title":{},"body":{"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"components/DatesComponent.html":{},"classes/PollConfig.html":{}}}],["dd",{"_index":890,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["de",{"_index":347,"title":{},"body":{"components/AnswersComponent.html":{},"components/BaseComponent.html":{},"interfaces/DateChoice.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/KindComponent.html":{},"components/PasswordComponent.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{},"components/VotingChoiceComponent.html":{},"components/VotingComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["debug",{"_index":1107,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["debugger",{"_index":729,"title":{},"body":{"interfaces/DateChoice.html":{},"components/DebuggerComponent.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{}}}],["debugger'},{'name",{"_index":162,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["debugger.component.html",{"_index":1092,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["debugger.component.scss",{"_index":1091,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["debugger/debugger.component",{"_index":503,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["debuggercomponent",{"_index":161,"title":{"components/DebuggerComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["declarations",{"_index":468,"title":{},"body":{"modules/AppModule.html":{},"modules/DateValueAccessorModule.html":{},"classes/MyMissingTranslationHandler.html":{},"overview.html":{}}}],["default",{"_index":262,"title":{},"body":{"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["defaultanswers",{"_index":749,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"interfaces/TimeSlices.html":{},"coverage.html":{}}}],["defaultconfigs",{"_index":755,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["defaultdates",{"_index":745,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{},"coverage.html":{}}}],["defaulttimeofday",{"_index":743,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{},"coverage.html":{}}}],["defined",{"_index":30,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"classes/AppPage.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{},"directives/ResettableInputDirective.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["dej",{"_index":739,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{}}}],["delectus",{"_index":1274,"title":{},"body":{"components/KindComponent.html":{}}}],["deletes",{"_index":1578,"title":{},"body":{"directives/ResettableInputDirective.html":{}}}],["deletiondateafterlastmodification",{"_index":768,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["demo",{"_index":418,"title":{},"body":{"components/AppComponent.html":{}}}],["dependencies",{"_index":467,"title":{"dependencies.html":{}},"body":{"modules/AppModule.html":{},"modules/DateValueAccessorModule.html":{},"dependencies.html":{},"overview.html":{}}}],["deps",{"_index":595,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["dernière",{"_index":1167,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["des",{"_index":741,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{}}}],["description",{"_index":759,"title":{},"body":{"interfaces/DateOption.html":{},"directives/DateValueAccessor.html":{},"classes/PollConfig.html":{},"directives/ResettableInputDirective.html":{},"components/VotingChoiceComponent.html":{}}}],["dessins",{"_index":1328,"title":{},"body":{"components/NavigationComponent.html":{}}}],["detail",{"_index":670,"title":{},"body":{"components/CopyTextComponent.html":{},"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{}}}],["detectcurrenttabonroutechange",{"_index":369,"title":{},"body":{"components/AppComponent.html":{}}}],["deuxième",{"_index":740,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{}}}],["dev",{"_index":2016,"title":{},"body":{"index.html":{}}}],["development",{"_index":2012,"title":{},"body":{"index.html":{}}}],["dialogmodule",{"_index":566,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["different",{"_index":795,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["diffuser",{"_index":1445,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["direction",{"_index":96,"title":{},"body":{"components/AdminComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/PasswordComponent.html":{},"components/PollGraphicComponent.html":{}}}],["directive",{"_index":134,"title":{"directives/DateValueAccessor.html":{},"directives/ResettableInputDirective.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"directives/ResettableInputDirective.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{}}}],["directives",{"_index":205,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"directives/ResettableInputDirective.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"overview.html":{}}}],["directive|pipe|service|class|guard|interface|enum|module",{"_index":2023,"title":{},"body":{"index.html":{}}}],["directory",{"_index":2028,"title":{},"body":{"index.html":{}}}],["disabled",{"_index":962,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["display",{"_index":224,"title":{},"body":{"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/NavigationComponent.html":{},"components/PollDisplayComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["display'},{'name",{"_index":184,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["display.component",{"_index":553,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["display.component.html",{"_index":1407,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["display.component.scss",{"_index":1406,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["display.component.ts",{"_index":1405,"title":{},"body":{"components/PollDisplayComponent.html":{},"coverage.html":{}}}],["display.component.ts:16",{"_index":1411,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["display.component.ts:18",{"_index":1416,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["display.component.ts:20",{"_index":1414,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["display.component.ts:32",{"_index":1413,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["display.component.ts:38",{"_index":1412,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["display/poll",{"_index":552,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"components/PollDisplayComponent.html":{},"coverage.html":{}}}],["display:block",{"_index":716,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["display:flex",{"_index":94,"title":{},"body":{"components/AdminComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/PasswordComponent.html":{}}}],["displayerrormessage",{"_index":234,"title":{},"body":{"components/AnswersComponent.html":{},"components/BaseComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingGraphComponent.html":{}}}],["dist",{"_index":2027,"title":{},"body":{"index.html":{}}}],["document",{"_index":235,"title":{},"body":{"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/DatesComponent.html":{},"components/PollGraphicComponent.html":{}}}],["documentation",{"_index":1895,"title":{},"body":{"coverage.html":{}}}],["dolor",{"_index":1249,"title":{},"body":{"components/KindComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["dolores",{"_index":1260,"title":{},"body":{"components/KindComponent.html":{}}}],["dom",{"_index":7,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["dom.focus",{"_index":314,"title":{},"body":{"components/AnswersComponent.html":{}}}],["dom.select",{"_index":315,"title":{},"body":{"components/AnswersComponent.html":{}}}],["donne",{"_index":355,"title":{},"body":{"components/AnswersComponent.html":{}}}],["du",{"_index":48,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/EndConfirmationComponent.html":{},"components/PasswordComponent.html":{}}}],["dynamic",{"_index":1968,"title":{},"body":{"dependencies.html":{}}}],["définir",{"_index":1704,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["démo",{"_index":449,"title":{},"body":{"components/AppComponent.html":{},"interfaces/DateChoice.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{}}}],["démocette",{"_index":1305,"title":{},"body":{"components/KindComponent.html":{}}}],["développement",{"_index":1229,"title":{},"body":{"components/KindComponent.html":{}}}],["d’accès",{"_index":1144,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["e",{"_index":1439,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["e2e",{"_index":2038,"title":{},"body":{"index.html":{}}}],["e2e/src/app.po.ts",{"_index":600,"title":{},"body":{"classes/AppPage.html":{},"coverage.html":{}}}],["e2e/src/app.po.ts:4",{"_index":604,"title":{},"body":{"classes/AppPage.html":{}}}],["e2e/src/app.po.ts:8",{"_index":603,"title":{},"body":{"classes/AppPage.html":{}}}],["e9bdeb",{"_index":1715,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["each",{"_index":281,"title":{},"body":{"components/AnswersComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["el",{"_index":1652,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["elem",{"_index":1028,"title":{},"body":{"components/DatesComponent.html":{}}}],["elem.focus",{"_index":1030,"title":{},"body":{"components/DatesComponent.html":{}}}],["element",{"_index":133,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"classes/AppPage.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["element(by.css('app",{"_index":608,"title":{},"body":{"classes/AppPage.html":{}}}],["element.date_object",{"_index":1039,"title":{},"body":{"components/DatesComponent.html":{}}}],["element.literal",{"_index":1038,"title":{},"body":{"components/DatesComponent.html":{}}}],["element.timelist",{"_index":1040,"title":{},"body":{"components/DatesComponent.html":{}}}],["elementref",{"_index":922,"title":{},"body":{"directives/DateValueAccessor.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["elit",{"_index":1254,"title":{},"body":{"components/KindComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["email",{"_index":683,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{}}}],["emoji",{"_index":1955,"title":{},"body":{"coverage.html":{}}}],["emptyall",{"_index":981,"title":{},"body":{"components/DatesComponent.html":{}}}],["en",{"_index":400,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/VotingComponent.html":{}}}],["enable",{"_index":1643,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["enabled",{"_index":613,"title":{},"body":{"modules/AppRoutingModule.html":{}}}],["end",{"_index":164,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"index.html":{}}}],["endconfirmationcomponent",{"_index":163,"title":{"components/EndConfirmationComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["enddateinterval",{"_index":971,"title":{},"body":{"components/DatesComponent.html":{}}}],["english",{"_index":453,"title":{},"body":{"components/AppComponent.html":{}}}],["entre",{"_index":335,"title":{},"body":{"components/AnswersComponent.html":{}}}],["environment",{"_index":753,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"injectables/PollService.html":{},"components/VisibilityComponent.html":{},"coverage.html":{}}}],["environment.baseapihref",{"_index":1525,"title":{},"body":{"injectables/PollService.html":{},"components/VisibilityComponent.html":{}}}],["environment.basehref",{"_index":837,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"components/VisibilityComponent.html":{}}}],["environment.production",{"_index":687,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{},"components/PollDisplayComponent.html":{}}}],["environments/environment",{"_index":754,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"injectables/PollService.html":{},"components/VisibilityComponent.html":{}}}],["envoyer",{"_index":640,"title":{},"body":{"components/ChoicesListComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{}}}],["erasable",{"_index":167,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["erasableinputcomponent",{"_index":166,"title":{"components/ErasableInputComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["eraseinput",{"_index":1182,"title":{},"body":{"components/ErasableInputComponent.html":{}}}],["error",{"_index":1259,"title":{},"body":{"components/KindComponent.html":{}}}],["est",{"_index":629,"title":{},"body":{"components/BaseComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/PasswordComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["et",{"_index":333,"title":{},"body":{"components/AnswersComponent.html":{},"components/EndConfirmationComponent.html":{}}}],["etc",{"_index":1572,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["event",{"_index":246,"title":{},"body":{"components/AnswersComponent.html":{},"components/AppComponent.html":{}}}],["event.ctrlkey",{"_index":316,"title":{},"body":{"components/AnswersComponent.html":{}}}],["event.key",{"_index":317,"title":{},"body":{"components/AnswersComponent.html":{}}}],["event.target.valueasdate",{"_index":927,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["event.url",{"_index":441,"title":{},"body":{"components/AppComponent.html":{}}}],["event.url.split",{"_index":443,"title":{},"body":{"components/AppComponent.html":{}}}],["eventemitter",{"_index":1187,"title":{},"body":{"components/ErasableInputComponent.html":{}}}],["events",{"_index":1760,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["everybody",{"_index":849,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["example",{"_index":909,"title":{},"body":{"directives/DateValueAccessor.html":{},"components/DebuggerComponent.html":{}}}],["execute",{"_index":2036,"title":{},"body":{"index.html":{}}}],["existing",{"_index":949,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["expiracy",{"_index":815,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["expiracydatedefaultindays",{"_index":766,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["expirationdate",{"_index":814,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["expire",{"_index":1871,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["export",{"_index":44,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"modules/AppRoutingModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"modules/DateValueAccessorModule.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{},"directives/ResettableInputDirective.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"interfaces/TimeSlices.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["exporter/imprimer",{"_index":1447,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["exports",{"_index":471,"title":{},"body":{"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"modules/DateValueAccessorModule.html":{},"overview.html":{}}}],["expressed",{"_index":860,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["extends",{"_index":215,"title":{},"body":{"components/AnswersComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingGraphComponent.html":{}}}],["f5a623",{"_index":1500,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["faites",{"_index":1805,"title":{},"body":{"components/VotingComponent.html":{}}}],["false",{"_index":264,"title":{},"body":{"components/AnswersComponent.html":{},"modules/AppModule.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["favourite",{"_index":1867,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["fetch",{"_index":1428,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["fetchpoll",{"_index":1409,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["ffb92c",{"_index":1303,"title":{},"body":{"components/KindComponent.html":{}}}],["ffd52c",{"_index":1339,"title":{},"body":{"components/NavigationComponent.html":{}}}],["fff",{"_index":1762,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["fields",{"_index":764,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["file",{"_index":9,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"modules/AppRoutingModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"modules/DateValueAccessorModule.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{},"directives/ResettableInputDirective.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"interfaces/TimeSlices.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{}}}],["files",{"_index":2021,"title":{},"body":{"index.html":{}}}],["filling",{"_index":625,"title":{},"body":{"components/BaseComponent.html":{}}}],["filter",{"_index":415,"title":{},"body":{"components/AppComponent.html":{}}}],["find",{"_index":1838,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["findmypollsbyemail",{"_index":679,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["findmypollsbyemail(email",{"_index":681,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["firefox",{"_index":1982,"title":{},"body":{"dependencies.html":{}}}],["first",{"_index":385,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["fixed",{"_index":646,"title":{},"body":{"components/ChoicesListComponent.html":{}}}],["flag",{"_index":2030,"title":{},"body":{"index.html":{}}}],["flex",{"_index":95,"title":{},"body":{"components/AdminComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/PasswordComponent.html":{}}}],["float",{"_index":1744,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["float:left",{"_index":714,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["flèches",{"_index":338,"title":{},"body":{"components/AnswersComponent.html":{}}}],["fn",{"_index":932,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["focus",{"_index":994,"title":{},"body":{"components/DatesComponent.html":{},"components/ErasableInputComponent.html":{}}}],["focusing",{"_index":306,"title":{},"body":{"components/AnswersComponent.html":{}}}],["focusonanswer",{"_index":227,"title":{},"body":{"components/AnswersComponent.html":{}}}],["focusonanswer(i",{"_index":241,"title":{},"body":{"components/AnswersComponent.html":{}}}],["font",{"_index":118,"title":{},"body":{"components/AdminComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/PasswordComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingSummaryComponent.html":{},"dependencies.html":{}}}],["form",{"_index":93,"title":{},"body":{"components/AdminComponent.html":{},"components/BaseComponent.html":{},"components/PasswordComponent.html":{}}}],["format",{"_index":886,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["formatdataanswers",{"_index":1462,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["formatdataanswers(poll",{"_index":1467,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["formatedate",{"_index":871,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["formatedate(date",{"_index":884,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["formisvalid",{"_index":1093,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["forms",{"_index":1242,"title":{},"body":{"components/KindComponent.html":{}}}],["formsmodule",{"_index":494,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["formulaire",{"_index":1113,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["forwardref",{"_index":940,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["fr",{"_index":398,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["frama",{"_index":447,"title":{},"body":{"components/AppComponent.html":{}}}],["framadate",{"_index":15,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateOption.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"index.html":{}}}],["framadateresettableinput",{"_index":209,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"directives/ResettableInputDirective.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["français",{"_index":454,"title":{},"body":{"components/AppComponent.html":{}}}],["from.length",{"_index":1575,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["frontend",{"_index":847,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["full",{"_index":1241,"title":{},"body":{"components/KindComponent.html":{}}}],["fullcalendar/core",{"_index":1969,"title":{},"body":{"dependencies.html":{}}}],["function",{"_index":585,"title":{},"body":{"modules/AppModule.html":{},"directives/DateValueAccessor.html":{},"classes/MyMissingTranslationHandler.html":{},"injectables/PollUtilities.html":{},"coverage.html":{}}}],["functions",{"_index":1548,"title":{"miscellaneous/functions.html":{}},"body":{"injectables/PollUtilities.html":{},"miscellaneous/functions.html":{}}}],["further",{"_index":2039,"title":{},"body":{"index.html":{}}}],["future",{"_index":386,"title":{},"body":{"components/AppComponent.html":{},"injectables/PollUtilities.html":{}}}],["galit",{"_index":1881,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["generate",{"_index":1545,"title":{},"body":{"injectables/PollUtilities.html":{},"index.html":{}}}],["generated",{"_index":2009,"title":{},"body":{"index.html":{}}}],["getdatesinrange",{"_index":872,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["getdatesinrange(d1",{"_index":891,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["getdoubledigits",{"_index":873,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["getdoubledigits(str",{"_index":894,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["getkeys",{"_index":1835,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["getkeys(obj",{"_index":1839,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["getpoll",{"_index":828,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["getting",{"_index":2006,"title":{"index.html":{}},"body":{}}],["gettitletext",{"_index":601,"title":{},"body":{"classes/AppPage.html":{}}}],["given",{"_index":823,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["glacier",{"_index":1799,"title":{},"body":{"components/VotingComponent.html":{}}}],["global",{"_index":1705,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["go",{"_index":2046,"title":{},"body":{"index.html":{}}}],["grand",{"_index":1876,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["graph",{"_index":1484,"title":{},"body":{"components/PollGraphicComponent.html":{},"components/VotingGraphComponent.html":{},"modules.html":{}}}],["graph'},{'name",{"_index":201,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["graph.component",{"_index":522,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["graph.component.html",{"_index":1820,"title":{},"body":{"components/VotingGraphComponent.html":{}}}],["graph.component.scss",{"_index":1819,"title":{},"body":{"components/VotingGraphComponent.html":{}}}],["graph.component.ts",{"_index":1818,"title":{},"body":{"components/VotingGraphComponent.html":{},"coverage.html":{}}}],["graph.component.ts:10",{"_index":1821,"title":{},"body":{"components/VotingGraphComponent.html":{}}}],["graph.component.ts:12",{"_index":1823,"title":{},"body":{"components/VotingGraphComponent.html":{}}}],["graph.component.ts:16",{"_index":1822,"title":{},"body":{"components/VotingGraphComponent.html":{}}}],["graph.ts",{"_index":1918,"title":{},"body":{"coverage.html":{}}}],["graph/voting",{"_index":521,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"components/VotingGraphComponent.html":{},"coverage.html":{}}}],["graphic",{"_index":1451,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["graphic'},{'name",{"_index":186,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["graphic.component",{"_index":539,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["graphic.component.html",{"_index":1453,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["graphic.component.scss",{"_index":1452,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["graphic.component.ts",{"_index":1450,"title":{},"body":{"components/PollGraphicComponent.html":{},"coverage.html":{}}}],["graphic.component.ts:15",{"_index":1474,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["graphic.component.ts:16",{"_index":1478,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["graphic.component.ts:17",{"_index":1473,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["graphic.component.ts:18",{"_index":1480,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["graphic.component.ts:19",{"_index":1481,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["graphic.component.ts:20",{"_index":1475,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["graphic.component.ts:21",{"_index":1477,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["graphic.component.ts:22",{"_index":1476,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["graphic.component.ts:23",{"_index":1466,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["graphic.component.ts:29",{"_index":1470,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["graphic.component.ts:61",{"_index":1471,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["graphic.component.ts:65",{"_index":1468,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["graphic.component.ts:84",{"_index":1469,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["graphic/poll",{"_index":538,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"components/PollGraphicComponent.html":{},"coverage.html":{}}}],["graphicconfig",{"_index":1454,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["graphics",{"_index":1293,"title":{},"body":{"components/KindComponent.html":{}}}],["graphique",{"_index":1332,"title":{},"body":{"components/NavigationComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{}}}],["graphoptions",{"_index":1485,"title":{},"body":{"components/PollGraphicComponent.html":{},"coverage.html":{}}}],["h1",{"_index":460,"title":{},"body":{"components/AppComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/KindComponent.html":{},"components/PasswordComponent.html":{}}}],["h1')).gettext",{"_index":609,"title":{},"body":{"classes/AppPage.html":{}}}],["h2",{"_index":113,"title":{},"body":{"components/AdminComponent.html":{},"components/KindComponent.html":{},"components/VisibilityComponent.html":{}}}],["h2,h1",{"_index":111,"title":{},"body":{"components/AdminComponent.html":{}}}],["h3",{"_index":121,"title":{},"body":{"components/AdminComponent.html":{},"components/KindComponent.html":{}}}],["handle",{"_index":1310,"title":{},"body":{"classes/MyMissingTranslationHandler.html":{},"components/PollDisplayComponent.html":{}}}],["handle(params",{"_index":582,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["handleclick",{"_index":658,"title":{},"body":{"components/CopyTextComponent.html":{}}}],["header",{"_index":459,"title":{},"body":{"components/AppComponent.html":{},"components/HeaderComponent.html":{}}}],["header'},{'name",{"_index":170,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["header.component.html",{"_index":1195,"title":{},"body":{"components/HeaderComponent.html":{}}}],["header.component.scss",{"_index":1194,"title":{},"body":{"components/HeaderComponent.html":{}}}],["header/header.component",{"_index":493,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["headercomponent",{"_index":169,"title":{"components/HeaderComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["headers",{"_index":1534,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["headings",{"_index":1234,"title":{},"body":{"components/KindComponent.html":{}}}],["height",{"_index":709,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["height:115px",{"_index":106,"title":{},"body":{"components/AdminComponent.html":{}}}],["help",{"_index":2040,"title":{},"body":{"index.html":{}}}],["here",{"_index":1288,"title":{},"body":{"components/KindComponent.html":{},"components/PollDisplayComponent.html":{}}}],["hobbits",{"_index":742,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{}}}],["home",{"_index":446,"title":{},"body":{"components/AppComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{}}}],["home'},{'name",{"_index":172,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["home.component.html",{"_index":1201,"title":{},"body":{"components/HomeComponent.html":{}}}],["home.component.scss",{"_index":1200,"title":{},"body":{"components/HomeComponent.html":{}}}],["homecomponent",{"_index":171,"title":{"components/HomeComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["hop",{"_index":1105,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["horaire",{"_index":1075,"title":{},"body":{"components/DatesComponent.html":{}}}],["horizontalbar",{"_index":1493,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["host",{"_index":1087,"title":{},"body":{"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{},"components/VisibilityComponent.html":{}}}],["hostlistener",{"_index":941,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["hostlistener('blur",{"_index":956,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["hostlistener('input",{"_index":954,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["hostlisteners",{"_index":917,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["hours",{"_index":796,"title":{},"body":{"interfaces/DateOption.html":{},"components/DatesComponent.html":{},"classes/PollConfig.html":{}}}],["html",{"_index":132,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["http",{"_index":1124,"title":{},"body":{"components/EndConfirmationComponent.html":{},"miscellaneous/functions.html":{}}}],["http://localhost:4200",{"_index":2018,"title":{},"body":{"index.html":{}}}],["httpclient",{"_index":527,"title":{},"body":{"modules/AppModule.html":{},"components/EndConfirmationComponent.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["httpclientmodule",{"_index":528,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["httpheaders",{"_index":1546,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["httploaderfactory",{"_index":594,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["httploaderfactory(http",{"_index":586,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"miscellaneous/functions.html":{}}}],["https://framadate.org/urladmindusondage",{"_index":85,"title":{},"body":{"components/AdminComponent.html":{},"components/VotingComponent.html":{}}}],["https://mastodon.cipherbliss.com/system/media_attachments/files/001/439/118/original/6fcf149bd902841b.png?1579471574",{"_index":750,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{}}}],["id",{"_index":293,"title":{},"body":{"components/AnswersComponent.html":{},"components/AppComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"components/DatesComponent.html":{},"interfaces/Item.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"injectables/PollUtilities.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"interfaces/TimeSlices.html":{},"components/VotingSummaryComponent.html":{}}}],["identical",{"_index":856,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["identifier",{"_index":1896,"title":{},"body":{"coverage.html":{}}}],["idtime",{"_index":1591,"title":{},"body":{"components/ResumeComponent.html":{}}}],["illustrer",{"_index":344,"title":{},"body":{"components/AnswersComponent.html":{}}}],["images",{"_index":1280,"title":{},"body":{"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PicturesComponent.html":{}}}],["imagesok",{"_index":1364,"title":{},"body":{"components/PicturesComponent.html":{}}}],["img",{"_index":1698,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["implements",{"_index":11,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"components/VisibilityComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["import",{"_index":41,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"modules/AppRoutingModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"modules/DateValueAccessorModule.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{},"directives/ResettableInputDirective.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["important",{"_index":1299,"title":{},"body":{"components/KindComponent.html":{}}}],["imports",{"_index":484,"title":{},"body":{"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"classes/MyMissingTranslationHandler.html":{},"components/VotingChoiceComponent.html":{}}}],["index",{"_index":21,"title":{"index.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"classes/AppPage.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"interfaces/TimeSlices.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"miscellaneous/functions.html":{}}}],["indexofcurrent",{"_index":433,"title":{},"body":{"components/AppComponent.html":{}}}],["info",{"_index":3,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"modules/AppRoutingModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"modules/DateValueAccessorModule.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{},"directives/ResettableInputDirective.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"interfaces/TimeSlices.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["infos",{"_index":1106,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["inherited",{"_index":257,"title":{},"body":{"components/AnswersComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingGraphComponent.html":{}}}],["initpollcounter",{"_index":1463,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["inject",{"_index":270,"title":{},"body":{"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/DatesComponent.html":{},"components/PollGraphicComponent.html":{}}}],["inject(document",{"_index":273,"title":{},"body":{"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/DatesComponent.html":{}}}],["injectable",{"_index":865,"title":{"injectables/DateUtilities.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{}},"body":{"injectables/DateUtilities.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{},"coverage.html":{}}}],["injectables",{"_index":867,"title":{},"body":{"injectables/DateUtilities.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{},"overview.html":{}}}],["inline",{"_index":703,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{},"components/NavigationComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["input",{"_index":308,"title":{},"body":{"components/AnswersComponent.html":{},"components/CopyTextComponent.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"components/ErasableInputComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"directives/ResettableInputDirective.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["input'},{'name",{"_index":168,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["input.component",{"_index":563,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["input.component.html",{"_index":1181,"title":{},"body":{"components/ErasableInputComponent.html":{}}}],["input.component.scss",{"_index":1180,"title":{},"body":{"components/ErasableInputComponent.html":{}}}],["input.component.ts",{"_index":1179,"title":{},"body":{"components/ErasableInputComponent.html":{},"coverage.html":{}}}],["input.component.ts:11",{"_index":1186,"title":{},"body":{"components/ErasableInputComponent.html":{}}}],["input.component.ts:16",{"_index":1190,"title":{},"body":{"components/ErasableInputComponent.html":{}}}],["input.component.ts:19",{"_index":1189,"title":{},"body":{"components/ErasableInputComponent.html":{}}}],["input.component.ts:9",{"_index":1188,"title":{},"body":{"components/ErasableInputComponent.html":{}}}],["input.directive",{"_index":558,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["input.directive.ts",{"_index":1577,"title":{},"body":{"directives/ResettableInputDirective.html":{},"coverage.html":{}}}],["input.directive.ts:9",{"_index":1579,"title":{},"body":{"directives/ResettableInputDirective.html":{}}}],["input/erasable",{"_index":562,"title":{},"body":{"modules/AppModule.html":{},"components/ErasableInputComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"coverage.html":{}}}],["input[type=date][formcontrolname],input[type=date][formcontrol],input[type=date][ngmodel",{"_index":951,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["input[type=email",{"_index":715,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["inputmodel",{"_index":1183,"title":{},"body":{"components/ErasableInputComponent.html":{}}}],["inputmodelchange",{"_index":1185,"title":{},"body":{"components/ErasableInputComponent.html":{}}}],["inputs",{"_index":336,"title":{},"body":{"components/AnswersComponent.html":{},"components/CopyTextComponent.html":{},"injectables/DateUtilities.html":{},"components/ErasableInputComponent.html":{},"components/NavigationComponent.html":{},"components/SelectorComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["install",{"_index":2043,"title":{},"body":{"index.html":{}}}],["instanceof",{"_index":424,"title":{},"body":{"components/AppComponent.html":{}}}],["interface",{"_index":717,"title":{"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"interfaces/Item.html":{},"interfaces/PollAnswer.html":{},"interfaces/SelectorConfig.html":{},"interfaces/TimeSlices.html":{},"interfaces/VoteChoice.html":{}},"body":{"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"interfaces/Item.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"interfaces/TimeSlices.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"coverage.html":{}}}],["interfaces",{"_index":719,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"interfaces/Item.html":{},"interfaces/PollAnswer.html":{},"interfaces/SelectorConfig.html":{},"interfaces/TimeSlices.html":{},"interfaces/VoteChoice.html":{},"overview.html":{}}}],["interval",{"_index":892,"title":{},"body":{"injectables/DateUtilities.html":{},"components/DatesComponent.html":{}}}],["intervaldays",{"_index":972,"title":{},"body":{"components/DatesComponent.html":{}}}],["intervaldaysdefault",{"_index":973,"title":{},"body":{"components/DatesComponent.html":{}}}],["intervals",{"_index":877,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["ipsum",{"_index":1248,"title":{},"body":{"components/KindComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["isadmin",{"_index":783,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["iscolorblind",{"_index":1455,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["isdisabled",{"_index":937,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["item",{"_index":255,"title":{"interfaces/Item.html":{}},"body":{"components/AnswersComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/Item.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"coverage.html":{}}}],["item.id",{"_index":291,"title":{},"body":{"components/AnswersComponent.html":{},"components/CreateOrRetrieveComponent.html":{}}}],["item.label",{"_index":1603,"title":{},"body":{"components/SelectorComponent.html":{}}}],["items",{"_index":1051,"title":{},"body":{"components/DatesComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["je",{"_index":76,"title":{},"body":{"components/AdminComponent.html":{}}}],["jeudi",{"_index":1515,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["jour",{"_index":642,"title":{},"body":{"components/ChoicesListComponent.html":{},"components/DatesComponent.html":{}}}],["jours",{"_index":1164,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["json",{"_index":1535,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["justify",{"_index":1739,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["karma",{"_index":1980,"title":{},"body":{"dependencies.html":{},"index.html":{}}}],["key",{"_index":842,"title":{},"body":{"interfaces/DateOption.html":{},"components/DebuggerComponent.html":{},"classes/PollConfig.html":{}}}],["keyboardevent",{"_index":244,"title":{},"body":{"components/AnswersComponent.html":{}}}],["keys",{"_index":1858,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["keys.foreach(item",{"_index":1864,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["kind",{"_index":1221,"title":{},"body":{"components/KindComponent.html":{}}}],["kind'},{'name",{"_index":175,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["kind.component.html",{"_index":1223,"title":{},"body":{"components/KindComponent.html":{}}}],["kind.component.scss",{"_index":1222,"title":{},"body":{"components/KindComponent.html":{}}}],["kindcomponent",{"_index":173,"title":{"components/KindComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["l",{"_index":1574,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["l'instant",{"_index":1875,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["l'édition",{"_index":1808,"title":{},"body":{"components/VotingComponent.html":{}}}],["l\\'instant",{"_index":1893,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["l\\'édition",{"_index":1816,"title":{},"body":{"components/VotingComponent.html":{}}}],["la",{"_index":330,"title":{},"body":{"components/AnswersComponent.html":{},"interfaces/DateChoice.html":{},"components/EndConfirmationComponent.html":{},"components/KindComponent.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{}}}],["label",{"_index":109,"title":{},"body":{"components/AdminComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"components/PasswordComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{}}}],["labelliser",{"_index":1244,"title":{},"body":{"components/KindComponent.html":{}}}],["labels",{"_index":1243,"title":{},"body":{"components/KindComponent.html":{},"components/PollGraphicComponent.html":{}}}],["laisser",{"_index":651,"title":{},"body":{"components/CommentsListComponent.html":{}}}],["lang",{"_index":383,"title":{},"body":{"components/AppComponent.html":{}}}],["langs",{"_index":431,"title":{},"body":{"components/AppComponent.html":{}}}],["langs.indexof(this.currentlang",{"_index":434,"title":{},"body":{"components/AppComponent.html":{}}}],["langs.length",{"_index":436,"title":{},"body":{"components/AppComponent.html":{}}}],["langsavailable",{"_index":362,"title":{},"body":{"components/AppComponent.html":{}}}],["language",{"_index":394,"title":{},"body":{"components/AppComponent.html":{}}}],["languages",{"_index":387,"title":{},"body":{"components/AppComponent.html":{}}}],["launch",{"_index":1116,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["launcher",{"_index":1983,"title":{},"body":{"dependencies.html":{}}}],["launchtoast",{"_index":1094,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["le",{"_index":345,"title":{},"body":{"components/AnswersComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/PollDisplayComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["left",{"_index":122,"title":{},"body":{"components/AdminComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/ResumeComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["left:16px",{"_index":115,"title":{},"body":{"components/AdminComponent.html":{}}}],["legend",{"_index":131,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"modules/DateValueAccessorModule.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"overview.html":{}}}],["les",{"_index":325,"title":{},"body":{"components/AnswersComponent.html":{},"components/BaseComponent.html":{},"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/VotingComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["lib/date",{"_index":569,"title":{},"body":{"modules/AppModule.html":{},"directives/DateValueAccessor.html":{},"modules/DateValueAccessorModule.html":{},"classes/MyMissingTranslationHandler.html":{},"coverage.html":{}}}],["libero",{"_index":1258,"title":{},"body":{"components/KindComponent.html":{}}}],["lien",{"_index":1137,"title":{},"body":{"components/EndConfirmationComponent.html":{},"components/PollDisplayComponent.html":{},"components/VotingComponent.html":{}}}],["liens",{"_index":1143,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["line",{"_index":1750,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["link",{"_index":807,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"components/PollGraphicComponent.html":{}}}],["link_only",{"_index":804,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["links",{"_index":1236,"title":{},"body":{"components/KindComponent.html":{}}}],["list",{"_index":635,"title":{},"body":{"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"interfaces/DateOption.html":{},"components/KindComponent.html":{},"classes/PollConfig.html":{},"components/VotingChoiceComponent.html":{}}}],["list'},{'name",{"_index":150,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["list.component",{"_index":576,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["list.component.html",{"_index":637,"title":{},"body":{"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{}}}],["list.component.scss",{"_index":636,"title":{},"body":{"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{}}}],["list.component.ts",{"_index":634,"title":{},"body":{"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"coverage.html":{}}}],["list.component.ts:11",{"_index":639,"title":{},"body":{"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{}}}],["list.component.ts:9",{"_index":638,"title":{},"body":{"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{}}}],["list/choices",{"_index":578,"title":{},"body":{"modules/AppModule.html":{},"components/ChoicesListComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"coverage.html":{}}}],["list/comments",{"_index":575,"title":{},"body":{"modules/AppModule.html":{},"components/CommentsListComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"coverage.html":{}}}],["listening",{"_index":907,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["listitems",{"_index":1217,"title":{},"body":{"interfaces/Item.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{}}}],["lists",{"_index":1276,"title":{},"body":{"components/KindComponent.html":{}}}],["literal",{"_index":298,"title":{},"body":{"components/AnswersComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"components/DatesComponent.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"interfaces/TimeSlices.html":{},"interfaces/VoteChoice.html":{}}}],["loadedmypolls",{"_index":678,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["loader",{"_index":537,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"dependencies.html":{}}}],["localeen",{"_index":516,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["localefr",{"_index":514,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["long",{"_index":1285,"title":{},"body":{"components/KindComponent.html":{}}}],["loop",{"_index":384,"title":{},"body":{"components/AppComponent.html":{}}}],["lorem",{"_index":1247,"title":{},"body":{"components/KindComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["luxio",{"_index":1797,"title":{},"body":{"components/VotingComponent.html":{}}}],["ma",{"_index":776,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["magnam",{"_index":1255,"title":{},"body":{"components/KindComponent.html":{}}}],["mail",{"_index":1177,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["mailtorecieve",{"_index":1125,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["mais",{"_index":1286,"title":{},"body":{"components/KindComponent.html":{},"components/VotingComponent.html":{}}}],["make",{"_index":1541,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["makeheaders",{"_index":1528,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["makeheaders(bodycontent",{"_index":1531,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["makeslug",{"_index":1529,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["makeslug(config",{"_index":1539,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["makeuuid",{"_index":1530,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["manage",{"_index":279,"title":{},"body":{"components/AnswersComponent.html":{},"components/AppComponent.html":{}}}],["margin",{"_index":107,"title":{},"body":{"components/AdminComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["margin:auto",{"_index":99,"title":{},"body":{"components/AdminComponent.html":{},"components/CreateOrRetrieveComponent.html":{}}}],["markdown",{"_index":332,"title":{},"body":{"components/AnswersComponent.html":{},"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"dependencies.html":{}}}],["markdownmodule",{"_index":530,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["markdownmodule.forroot",{"_index":588,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["matching",{"_index":212,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"modules/AppRoutingModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"modules/DateValueAccessorModule.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{},"directives/ResettableInputDirective.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"interfaces/TimeSlices.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"modules.html":{},"overview.html":{},"routes.html":{}}}],["math.random",{"_index":1556,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["matin",{"_index":731,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{}}}],["max",{"_index":126,"title":{},"body":{"components/AdminComponent.html":{},"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"components/VotingChoiceComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["maxheight",{"_index":1699,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["maxscore",{"_index":1862,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["maybe",{"_index":812,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"components/PollGraphicComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["maybelist",{"_index":1456,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["media",{"_index":1717,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["menu",{"_index":455,"title":{},"body":{"components/AppComponent.html":{}}}],["menuvisible",{"_index":363,"title":{},"body":{"components/AppComponent.html":{}}}],["mes",{"_index":696,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["messagemodule",{"_index":548,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["messageservice",{"_index":549,"title":{},"body":{"modules/AppModule.html":{},"components/CopyTextComponent.html":{},"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["metadata",{"_index":13,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"directives/ResettableInputDirective.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["methods",{"_index":25,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"classes/AppPage.html":{},"components/BaseComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollUtilities.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["mettre",{"_index":641,"title":{},"body":{"components/ChoicesListComponent.html":{}}}],["middle",{"_index":1754,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["midi",{"_index":732,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{}}}],["min",{"_index":1707,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["minima",{"_index":1271,"title":{},"body":{"components/KindComponent.html":{}}}],["minus",{"_index":1257,"title":{},"body":{"components/KindComponent.html":{}}}],["minutes",{"_index":364,"title":{},"body":{"components/AppComponent.html":{}}}],["miscellaneous",{"_index":2004,"title":{"miscellaneous/functions.html":{}},"body":{"miscellaneous/functions.html":{}}}],["missingtranslationhandler",{"_index":531,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["missingtranslationhandlerparams",{"_index":532,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["mm",{"_index":889,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["mockchoice",{"_index":1915,"title":{},"body":{"coverage.html":{}}}],["mockcomments",{"_index":1415,"title":{},"body":{"components/PollDisplayComponent.html":{},"components/VotingCommentComponent.html":{},"coverage.html":{}}}],["mockcomments[0",{"_index":1779,"title":{},"body":{"components/VotingCommentComponent.html":{}}}],["mockgraphconfig",{"_index":1472,"title":{},"body":{"components/PollGraphicComponent.html":{},"coverage.html":{}}}],["mockmypolls",{"_index":1923,"title":{},"body":{"coverage.html":{}}}],["mockpoll3",{"_index":1418,"title":{},"body":{"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{}}}],["mocksuccessvote",{"_index":1921,"title":{},"body":{"coverage.html":{}}}],["modale",{"_index":1291,"title":{},"body":{"components/KindComponent.html":{}}}],["modification",{"_index":1168,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["module",{"_index":464,"title":{"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"modules/DateValueAccessorModule.html":{}},"body":{"modules/AppModule.html":{},"modules/DateValueAccessorModule.html":{},"overview.html":{}}}],["modules",{"_index":466,"title":{"modules.html":{}},"body":{"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"modules/DateValueAccessorModule.html":{},"index.html":{},"modules.html":{},"overview.html":{}}}],["molecules",{"_index":1281,"title":{},"body":{"components/KindComponent.html":{}}}],["mon",{"_index":777,"title":{},"body":{"interfaces/DateOption.html":{},"components/HomeComponent.html":{},"classes/PollConfig.html":{}}}],["more",{"_index":2045,"title":{},"body":{"index.html":{}}}],["mot",{"_index":1352,"title":{},"body":{"components/PasswordComponent.html":{}}}],["multi",{"_index":944,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["mycomment",{"_index":779,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["myemail",{"_index":761,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["mymissingtranslationhandler",{"_index":581,"title":{"classes/MyMissingTranslationHandler.html":{}},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"coverage.html":{}}}],["myname",{"_index":760,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["mypolls",{"_index":787,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["mytempvotestack",{"_index":785,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["myvotestack",{"_index":784,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["n",{"_index":1571,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["n'autorise",{"_index":1807,"title":{},"body":{"components/VotingComponent.html":{}}}],["n\\'autorise",{"_index":1815,"title":{},"body":{"components/VotingComponent.html":{}}}],["nam",{"_index":1676,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["name",{"_index":34,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollUtilities.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"miscellaneous/functions.html":{},"index.html":{}}}],["name=\"datechoices_",{"_index":1026,"title":{},"body":{"components/DatesComponent.html":{}}}],["name=\"datetime_",{"_index":1034,"title":{},"body":{"components/DatesComponent.html":{}}}],["nav",{"_index":1335,"title":{},"body":{"components/NavigationComponent.html":{}}}],["navigate",{"_index":2017,"title":{},"body":{"index.html":{}}}],["navigateordelete",{"_index":228,"title":{},"body":{"components/AnswersComponent.html":{}}}],["navigateordelete(event",{"_index":243,"title":{},"body":{"components/AnswersComponent.html":{}}}],["navigateto",{"_index":602,"title":{},"body":{"classes/AppPage.html":{}}}],["navigation",{"_index":1314,"title":{},"body":{"components/NavigationComponent.html":{},"components/VotingNavigationComponent.html":{}}}],["navigation'},{'name",{"_index":177,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["navigation.component",{"_index":580,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["navigation.component.html",{"_index":1316,"title":{},"body":{"components/NavigationComponent.html":{},"components/VotingNavigationComponent.html":{}}}],["navigation.component.scss",{"_index":1315,"title":{},"body":{"components/NavigationComponent.html":{},"components/VotingNavigationComponent.html":{}}}],["navigation.component.ts",{"_index":1824,"title":{},"body":{"components/VotingNavigationComponent.html":{},"coverage.html":{}}}],["navigation.component.ts:11",{"_index":1826,"title":{},"body":{"components/VotingNavigationComponent.html":{}}}],["navigation.component.ts:9",{"_index":1825,"title":{},"body":{"components/VotingNavigationComponent.html":{}}}],["navigation/voting",{"_index":579,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"components/VotingNavigationComponent.html":{},"coverage.html":{}}}],["navigationcomponent",{"_index":176,"title":{"components/NavigationComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["navigationstart",{"_index":413,"title":{},"body":{"components/AppComponent.html":{}}}],["navigationstart)).subscribe((event:navigationstart",{"_index":425,"title":{},"body":{"components/AppComponent.html":{}}}],["naviguer",{"_index":334,"title":{},"body":{"components/AnswersComponent.html":{}}}],["nbpoll",{"_index":1457,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["need",{"_index":1440,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["needed",{"_index":2044,"title":{},"body":{"index.html":{}}}],["new",{"_index":307,"title":{},"body":{"components/AnswersComponent.html":{},"modules/AppModule.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"components/DatesComponent.html":{},"components/ErasableInputComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"components/PollGraphicComponent.html":{},"interfaces/TimeSlices.html":{},"components/VisibilityComponent.html":{},"coverage.html":{},"index.html":{}}}],["newanswer",{"_index":1661,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["newindex",{"_index":435,"title":{},"body":{"components/AppComponent.html":{}}}],["newintervalarray",{"_index":1042,"title":{},"body":{"components/DatesComponent.html":{}}}],["newintervalarray.foreach(element",{"_index":1045,"title":{},"body":{"components/DatesComponent.html":{}}}],["next",{"_index":382,"title":{},"body":{"components/AppComponent.html":{}}}],["nextpage",{"_index":1317,"title":{},"body":{"components/NavigationComponent.html":{}}}],["nextstep",{"_index":1202,"title":{},"body":{"components/HomeComponent.html":{}}}],["ng",{"_index":1024,"title":{},"body":{"components/DatesComponent.html":{},"index.html":{}}}],["ng_value_accessor",{"_index":942,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["ngafterviewinit",{"_index":229,"title":{},"body":{"components/AnswersComponent.html":{}}}],["ngmodule",{"_index":488,"title":{},"body":{"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"modules/DateValueAccessorModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["ngonchanges",{"_index":230,"title":{},"body":{"components/AnswersComponent.html":{}}}],["ngoninit",{"_index":26,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/BaseComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"components/VisibilityComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["ngx",{"_index":411,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"dependencies.html":{}}}],["nihil",{"_index":1270,"title":{},"body":{"components/KindComponent.html":{}}}],["nobis",{"_index":1267,"title":{},"body":{"components/KindComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["nobody",{"_index":851,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["nolist",{"_index":1458,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["nom",{"_index":47,"title":{},"body":{"components/AdminComponent.html":{},"components/CommentsListComponent.html":{},"components/PasswordComponent.html":{}}}],["nombre",{"_index":1877,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["non",{"_index":1688,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["none",{"_index":461,"title":{},"body":{"components/AppComponent.html":{},"components/NavigationComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["normal",{"_index":1751,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["not(:first",{"_index":1304,"title":{},"body":{"components/KindComponent.html":{},"components/NavigationComponent.html":{}}}],["not(:last",{"_index":1294,"title":{},"body":{"components/KindComponent.html":{}}}],["notanswered",{"_index":1642,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["note",{"_index":1160,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["nous",{"_index":1175,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["novembre",{"_index":1794,"title":{},"body":{"components/VotingComponent.html":{}}}],["nowrap",{"_index":1721,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["npm",{"_index":2042,"title":{},"body":{"index.html":{}}}],["null",{"_index":300,"title":{},"body":{"components/AnswersComponent.html":{},"interfaces/DateOption.html":{},"directives/DateValueAccessor.html":{},"classes/PollConfig.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["nulla",{"_index":1675,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["number",{"_index":254,"title":{},"body":{"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"components/DatesComponent.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"components/PollGraphicComponent.html":{},"interfaces/TimeSlices.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["obj",{"_index":1841,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["object",{"_index":406,"title":{},"body":{"components/AppComponent.html":{},"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"classes/PollConfig.html":{}}}],["object.keys(baseconfigvalues).foreach((key",{"_index":862,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["object.keys(obj",{"_index":1857,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["object.keys(this.pollconfig.choices_count.counts",{"_index":1859,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["ok",{"_index":1363,"title":{},"body":{"components/PicturesComponent.html":{}}}],["onchange",{"_index":955,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["onchanges",{"_index":217,"title":{},"body":{"components/AnswersComponent.html":{}}}],["oninit",{"_index":12,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/BaseComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"components/VisibilityComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["only_yes",{"_index":809,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["ont",{"_index":1054,"title":{},"body":{"components/DatesComponent.html":{}}}],["ontouched",{"_index":957,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["opt",{"_index":952,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["optional",{"_index":36,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollUtilities.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"miscellaneous/functions.html":{}}}],["options",{"_index":1000,"title":{},"body":{"components/DatesComponent.html":{},"components/PollGraphicComponent.html":{}}}],["options.ts",{"_index":1913,"title":{},"body":{"coverage.html":{}}}],["ordered",{"_index":1279,"title":{},"body":{"components/KindComponent.html":{}}}],["otherdefaultdates",{"_index":747,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"components/DatesComponent.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"interfaces/TimeSlices.html":{},"coverage.html":{}}}],["otherslicesofday",{"_index":734,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{},"coverage.html":{}}}],["othertimeofday",{"_index":744,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{},"coverage.html":{}}}],["oui",{"_index":1685,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["out",{"_index":482,"title":{},"body":{"modules/AppModule.html":{},"modules/DateValueAccessorModule.html":{},"index.html":{},"overview.html":{}}}],["outline",{"_index":129,"title":{},"body":{"components/AdminComponent.html":{},"components/KindComponent.html":{}}}],["output",{"_index":1191,"title":{},"body":{"components/ErasableInputComponent.html":{}}}],["outputs",{"_index":1184,"title":{},"body":{"components/ErasableInputComponent.html":{}}}],["overflow",{"_index":1767,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["overview",{"_index":2052,"title":{"overview.html":{}},"body":{"overview.html":{}}}],["owner_modifier_token",{"_index":844,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["package",{"_index":1962,"title":{"dependencies.html":{}},"body":{}}],["padding",{"_index":102,"title":{},"body":{"components/AdminComponent.html":{},"components/DatesComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/ResumeComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["page",{"_index":174,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["page'},{'name",{"_index":147,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["page/base.component",{"_index":271,"title":{},"body":{"components/AnswersComponent.html":{},"modules/AppModule.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingGraphComponent.html":{}}}],["page/base.component.ts",{"_index":615,"title":{},"body":{"components/BaseComponent.html":{},"coverage.html":{}}}],["page/base.component.ts:12",{"_index":618,"title":{},"body":{"components/BaseComponent.html":{}}}],["page/base.component.ts:14",{"_index":622,"title":{},"body":{"components/BaseComponent.html":{}}}],["page/base.component.ts:17",{"_index":621,"title":{},"body":{"components/BaseComponent.html":{}}}],["page/base.component.ts:21",{"_index":619,"title":{},"body":{"components/BaseComponent.html":{}}}],["page/base.component.ts:27",{"_index":620,"title":{},"body":{"components/BaseComponent.html":{}}}],["pages",{"_index":631,"title":{},"body":{"components/BaseComponent.html":{},"components/KindComponent.html":{}}}],["pages/admin/admin.component",{"_index":540,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["pages/answers/answers.component",{"_index":507,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["pages/base",{"_index":491,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{}}}],["pages/create",{"_index":511,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["pages/dates/dates.component",{"_index":502,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["pages/end",{"_index":508,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["pages/home/home.component",{"_index":526,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["pages/kind/kind.component",{"_index":492,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["pages/password/password.component",{"_index":525,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["pages/pictures/pictures.component",{"_index":506,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["pages/poll",{"_index":551,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["pages/resume/resume.component",{"_index":505,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["pages/visibility/visibility.component",{"_index":504,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["pages/voting/choices",{"_index":577,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["pages/voting/comments",{"_index":574,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["pages/voting/voting",{"_index":518,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["pages/voting/voting.component",{"_index":554,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["pagesc\\'est",{"_index":1308,"title":{},"body":{"components/KindComponent.html":{}}}],["par",{"_index":451,"title":{},"body":{"components/AppComponent.html":{},"components/EndConfirmationComponent.html":{},"components/PasswordComponent.html":{},"components/ResumeComponent.html":{}}}],["paragraphs",{"_index":1246,"title":{},"body":{"components/KindComponent.html":{}}}],["param",{"_index":898,"title":{},"body":{"injectables/DateUtilities.html":{},"components/DatesComponent.html":{},"injectables/PollUtilities.html":{}}}],["parameters",{"_index":32,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollUtilities.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"miscellaneous/functions.html":{}}}],["params",{"_index":1312,"title":{},"body":{"classes/MyMissingTranslationHandler.html":{},"components/PollDisplayComponent.html":{}}}],["params.get('poll",{"_index":1423,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["params.get('pollslug",{"_index":1425,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["paramètres",{"_index":1155,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["parfait",{"_index":1083,"title":{},"body":{"components/DatesComponent.html":{},"components/KindComponent.html":{},"components/ResumeComponent.html":{}}}],["parfait!atoms",{"_index":1309,"title":{},"body":{"components/KindComponent.html":{}}}],["partager",{"_index":1444,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["parti",{"_index":1237,"title":{},"body":{"components/KindComponent.html":{}}}],["participation",{"_index":1801,"title":{},"body":{"components/VotingComponent.html":{}}}],["pas",{"_index":1287,"title":{},"body":{"components/KindComponent.html":{}}}],["passe",{"_index":1353,"title":{},"body":{"components/PasswordComponent.html":{}}}],["password",{"_index":830,"title":{},"body":{"interfaces/DateOption.html":{},"components/KindComponent.html":{},"components/PasswordComponent.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{}}}],["password'},{'name",{"_index":179,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["password.component.html",{"_index":1347,"title":{},"body":{"components/PasswordComponent.html":{}}}],["password.component.scss",{"_index":1346,"title":{},"body":{"components/PasswordComponent.html":{}}}],["passwordaccess",{"_index":829,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["passwordcomponent",{"_index":178,"title":{"components/PasswordComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["perdez",{"_index":1148,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["period",{"_index":993,"title":{},"body":{"components/DatesComponent.html":{}}}],["person",{"_index":1885,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["personnalis",{"_index":1810,"title":{},"body":{"components/VotingComponent.html":{}}}],["perspiciatis",{"_index":1256,"title":{},"body":{"components/KindComponent.html":{}}}],["petit",{"_index":738,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{}}}],["peu",{"_index":1284,"title":{},"body":{"components/KindComponent.html":{}}}],["peut",{"_index":1686,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["phantomjs",{"_index":1985,"title":{},"body":{"dependencies.html":{}}}],["pictures",{"_index":1357,"title":{},"body":{"components/PicturesComponent.html":{}}}],["pictures'},{'name",{"_index":181,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["pictures.component.html",{"_index":1359,"title":{},"body":{"components/PicturesComponent.html":{}}}],["pictures.component.scss",{"_index":1358,"title":{},"body":{"components/PicturesComponent.html":{}}}],["picturescomponent",{"_index":180,"title":{"components/PicturesComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["pikachu",{"_index":1792,"title":{},"body":{"components/VotingComponent.html":{}}}],["plage",{"_index":1074,"title":{},"body":{"components/DatesComponent.html":{}}}],["plop",{"_index":1278,"title":{},"body":{"components/KindComponent.html":{}}}],["plus",{"_index":1691,"title":{},"body":{"components/VotingChoiceComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["pointer",{"_index":1743,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["points",{"_index":1879,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["poll",{"_index":183,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateOption.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollUtilities.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["poll.answers.foreach(response",{"_index":1506,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["poll.choices_count.counts[choice.id].maybe.count",{"_index":1684,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["poll.choices_count.counts[choice.id].no.count",{"_index":1687,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["poll.choices_count.counts[choice.id].yes.count",{"_index":1683,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["poll.description",{"_index":700,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["poll.polltype",{"_index":1504,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["poll.title",{"_index":699,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["poll/id/4",{"_index":838,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["poll3",{"_index":1419,"title":{},"body":{"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["poll3.ts",{"_index":1919,"title":{},"body":{"coverage.html":{}}}],["pollanswer",{"_index":722,"title":{"interfaces/PollAnswer.html":{}},"body":{"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"interfaces/TimeSlices.html":{},"coverage.html":{}}}],["pollconfig",{"_index":765,"title":{"classes/PollConfig.html":{}},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"injectables/PollUtilities.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{}}}],["pollconfig.choices_count.counts[this.pollconfig.choices[2].id].score",{"_index":1882,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["pollconfigretrieved",{"_index":1459,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["polldisplaycomponent",{"_index":182,"title":{"components/PollDisplayComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["pollgraphic.choicecolorblind",{"_index":1516,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["pollgraphic.choicenotcolorblind",{"_index":1517,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["pollgraphic.colorblindtext",{"_index":1518,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["pollgraphiccomponent",{"_index":185,"title":{"components/PollGraphicComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["pollid",{"_index":819,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["pollisspecialdate",{"_index":1651,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["polls",{"_index":789,"title":{},"body":{"interfaces/DateOption.html":{},"components/DebuggerComponent.html":{},"classes/PollConfig.html":{}}}],["pollservice",{"_index":479,"title":{"injectables/PollService.html":{}},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"injectables/PollService.html":{},"coverage.html":{},"overview.html":{}}}],["pollslug",{"_index":824,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{}}}],["polltype",{"_index":757,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["pollutilities",{"_index":1526,"title":{"injectables/PollUtilities.html":{}},"body":{"injectables/PollUtilities.html":{},"components/VisibilityComponent.html":{},"coverage.html":{}}}],["position",{"_index":645,"title":{},"body":{"components/ChoicesListComponent.html":{},"components/NavigationComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["possible",{"_index":797,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["possibles",{"_index":1057,"title":{},"body":{"components/DatesComponent.html":{}}}],["pour",{"_index":343,"title":{},"body":{"components/AnswersComponent.html":{},"components/BaseComponent.html":{},"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/PollDisplayComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["pourrez",{"_index":1149,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["pouvez",{"_index":328,"title":{},"body":{"components/AnswersComponent.html":{},"components/PollDisplayComponent.html":{}}}],["pouvons",{"_index":1176,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["preferred",{"_index":1460,"title":{},"body":{"components/PollGraphicComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["prepare",{"_index":1533,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["present",{"_index":1050,"title":{},"body":{"components/DatesComponent.html":{}}}],["previous",{"_index":945,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["primary",{"_index":1239,"title":{},"body":{"components/KindComponent.html":{}}}],["primary_color",{"_index":713,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["primeicons",{"_index":1991,"title":{},"body":{"dependencies.html":{}}}],["primeng",{"_index":550,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"dependencies.html":{}}}],["primeng/api",{"_index":664,"title":{},"body":{"components/CopyTextComponent.html":{},"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{}}}],["primeng/confirmdialog",{"_index":565,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["primeng/dialog",{"_index":567,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["primeng/toast",{"_index":546,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["pris",{"_index":1803,"title":{},"body":{"components/VotingComponent.html":{}}}],["private",{"_index":274,"title":{},"body":{"components/AnswersComponent.html":{},"components/AppComponent.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollService.html":{},"components/ResumeComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["prod",{"_index":2029,"title":{},"body":{"index.html":{}}}],["production",{"_index":2031,"title":{},"body":{"index.html":{}}}],["progress",{"_index":770,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"components/PollGraphicComponent.html":{}}}],["progression",{"_index":1198,"title":{},"body":{"components/HeaderComponent.html":{}}}],["project",{"_index":2008,"title":{},"body":{"index.html":{}}}],["promise",{"_index":607,"title":{},"body":{"classes/AppPage.html":{}}}],["properties",{"_index":22,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollService.html":{},"components/ResumeComponent.html":{},"interfaces/SelectorConfig.html":{},"interfaces/TimeSlices.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["property",{"_index":1434,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["propos",{"_index":450,"title":{},"body":{"components/AppComponent.html":{}}}],["proposition",{"_index":351,"title":{},"body":{"components/AnswersComponent.html":{}}}],["propositions",{"_index":326,"title":{},"body":{"components/AnswersComponent.html":{}}}],["protractor",{"_index":605,"title":{},"body":{"classes/AppPage.html":{},"index.html":{}}}],["protég",{"_index":1351,"title":{},"body":{"components/PasswordComponent.html":{}}}],["provide",{"_index":590,"title":{},"body":{"modules/AppModule.html":{},"directives/DateValueAccessor.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["providedin",{"_index":897,"title":{},"body":{"injectables/DateUtilities.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{}}}],["providers",{"_index":470,"title":{},"body":{"modules/AppModule.html":{},"directives/DateValueAccessor.html":{},"modules/DateValueAccessorModule.html":{},"classes/MyMissingTranslationHandler.html":{},"overview.html":{}}}],["précieusement",{"_index":1813,"title":{},"body":{"components/VotingComponent.html":{}}}],["pseudo",{"_index":778,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"components/VotingChoiceComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["public",{"_index":23,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["qu'avec",{"_index":1809,"title":{},"body":{"components/VotingComponent.html":{}}}],["qu\\'avec",{"_index":1817,"title":{},"body":{"components/VotingComponent.html":{}}}],["quaerat",{"_index":1268,"title":{},"body":{"components/KindComponent.html":{}}}],["que",{"_index":354,"title":{},"body":{"components/AnswersComponent.html":{}}}],["questions.id",{"_index":1588,"title":{},"body":{"components/ResumeComponent.html":{}}}],["questions.text",{"_index":1589,"title":{},"body":{"components/ResumeComponent.html":{}}}],["quill",{"_index":1994,"title":{},"body":{"dependencies.html":{}}}],["r",{"_index":1555,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["radius",{"_index":1741,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["ranges",{"_index":859,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["rc.2",{"_index":1993,"title":{},"body":{"dependencies.html":{}}}],["readme",{"_index":2048,"title":{},"body":{"index.html":{}}}],["recevoir",{"_index":1151,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["reflect",{"_index":1025,"title":{},"body":{"components/DatesComponent.html":{}}}],["refresh",{"_index":303,"title":{},"body":{"components/AnswersComponent.html":{}}}],["registerlocaledata",{"_index":501,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["registerlocaledata(localeen",{"_index":584,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["registerlocaledata(localefr",{"_index":583,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["registeronchange",{"_index":913,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["registeronchange(fn",{"_index":929,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["registerontouched",{"_index":914,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["registerontouched(fn",{"_index":933,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["reiciendis",{"_index":1265,"title":{},"body":{"components/KindComponent.html":{}}}],["relative",{"_index":1340,"title":{},"body":{"components/NavigationComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["reload",{"_index":2020,"title":{},"body":{"index.html":{}}}],["remove",{"_index":997,"title":{},"body":{"components/DatesComponent.html":{},"injectables/PollUtilities.html":{}}}],["removealltimes",{"_index":982,"title":{},"body":{"components/DatesComponent.html":{}}}],["renderer2",{"_index":920,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["repellat",{"_index":1262,"title":{},"body":{"components/KindComponent.html":{}}}],["repellendus",{"_index":1264,"title":{},"body":{"components/KindComponent.html":{}}}],["require",{"_index":1959,"title":{},"body":{"coverage.html":{}}}],["res",{"_index":1436,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["reset",{"_index":481,"title":{},"body":{"modules/AppModule.html":{},"modules/DateValueAccessorModule.html":{},"components/DatesComponent.html":{},"components/HomeComponent.html":{},"overview.html":{}}}],["resetconfig",{"_index":861,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["resettableinputdirective",{"_index":208,"title":{"directives/ResettableInputDirective.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"directives/ResettableInputDirective.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["resettimes",{"_index":983,"title":{},"body":{"components/DatesComponent.html":{}}}],["response.text",{"_index":1508,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["responsive",{"_index":1702,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["result",{"_index":211,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"modules/AppRoutingModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"modules/DateValueAccessorModule.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{},"directives/ResettableInputDirective.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"interfaces/TimeSlices.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"modules.html":{},"overview.html":{},"routes.html":{}}}],["results",{"_index":213,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"modules/AppRoutingModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"modules/DateValueAccessorModule.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{},"directives/ResettableInputDirective.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"interfaces/TimeSlices.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"modules.html":{},"overview.html":{},"routes.html":{}}}],["resume",{"_index":1581,"title":{},"body":{"components/ResumeComponent.html":{}}}],["resume'},{'name",{"_index":188,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["resume.admins\"|translate",{"_index":1139,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["resume.component.html",{"_index":1583,"title":{},"body":{"components/ResumeComponent.html":{}}}],["resume.component.scss",{"_index":1582,"title":{},"body":{"components/ResumeComponent.html":{}}}],["resume.links_mail\"|translate",{"_index":1170,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["resume.title\"|translate",{"_index":1138,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["resume.users\"|translate",{"_index":1169,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["resumecomponent",{"_index":187,"title":{"components/ResumeComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["retour",{"_index":356,"title":{},"body":{"components/AnswersComponent.html":{},"components/DatesComponent.html":{},"components/HomeComponent.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{}}}],["retrieve",{"_index":675,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["retrieve'},{'name",{"_index":158,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["retrieve.component",{"_index":513,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["retrieve.component.html",{"_index":677,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["retrieve.component.scss",{"_index":676,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["retrieve.component.ts",{"_index":674,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{},"coverage.html":{}}}],["retrieve.component.ts:12",{"_index":680,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["retrieve.component.ts:15",{"_index":686,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["retrieve.component.ts:19",{"_index":684,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["retrieve.component.ts:26",{"_index":682,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["retrieve.component.ts:34",{"_index":685,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["retrieve/create",{"_index":512,"title":{},"body":{"modules/AppModule.html":{},"components/CreateOrRetrieveComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"coverage.html":{}}}],["retrieved",{"_index":788,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["retrouver",{"_index":1173,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["return",{"_index":289,"title":{},"body":{"components/AnswersComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"components/BaseComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateChoice.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"components/DebuggerComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"interfaces/PollAnswer.html":{},"components/PollDisplayComponent.html":{},"injectables/PollUtilities.html":{},"interfaces/TimeSlices.html":{},"components/VotingSummaryComponent.html":{}}}],["returns",{"_index":38,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"classes/AppPage.html":{},"components/BaseComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollUtilities.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["revenir",{"_index":1814,"title":{},"body":{"components/VotingComponent.html":{}}}],["reçu",{"_index":1690,"title":{},"body":{"components/VotingChoiceComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["rgba($black",{"_index":1712,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["rgba($white",{"_index":1761,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["rien",{"_index":1479,"title":{},"body":{"components/PollGraphicComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["right",{"_index":648,"title":{},"body":{"components/ChoicesListComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/EndConfirmationComponent.html":{},"components/KindComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["rock",{"_index":1796,"title":{},"body":{"components/VotingComponent.html":{}}}],["root",{"_index":358,"title":{},"body":{"components/AppComponent.html":{},"classes/AppPage.html":{},"injectables/DateUtilities.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{}}}],["root'},{'name",{"_index":144,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["route",{"_index":376,"title":{},"body":{"components/AppComponent.html":{},"components/NavigationComponent.html":{}}}],["router",{"_index":377,"title":{},"body":{"components/AppComponent.html":{},"components/NavigationComponent.html":{},"components/PollDisplayComponent.html":{},"components/ResumeComponent.html":{}}}],["routermodule",{"_index":497,"title":{},"body":{"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["routermodule.forroot(routes",{"_index":596,"title":{},"body":{"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["routes",{"_index":498,"title":{"routes.html":{}},"body":{"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"classes/MyMissingTranslationHandler.html":{},"coverage.html":{},"routes.html":{}}}],["routing.module",{"_index":489,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["routing.module.ts",{"_index":611,"title":{},"body":{"modules/AppRoutingModule.html":{}}}],["row",{"_index":100,"title":{},"body":{"components/AdminComponent.html":{}}}],["rtl",{"_index":1521,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["run",{"_index":2014,"title":{},"body":{"index.html":{}}}],["running",{"_index":2032,"title":{},"body":{"index.html":{}}}],["rxjs",{"_index":1996,"title":{},"body":{"dependencies.html":{}}}],["rxjs/operators",{"_index":416,"title":{},"body":{"components/AppComponent.html":{}}}],["réaliser",{"_index":1231,"title":{},"body":{"components/KindComponent.html":{}}}],["récapitulatif",{"_index":1586,"title":{},"body":{"components/ResumeComponent.html":{}}}],["réinitialiser",{"_index":1076,"title":{},"body":{"components/DatesComponent.html":{}}}],["réponse",{"_index":348,"title":{},"body":{"components/AnswersComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{}}}],["réponses",{"_index":1056,"title":{},"body":{"components/DatesComponent.html":{},"components/NavigationComponent.html":{}}}],["résum",{"_index":1327,"title":{},"body":{"components/NavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["s'inspirer",{"_index":1230,"title":{},"body":{"components/KindComponent.html":{}}}],["s\\'inspirer",{"_index":1306,"title":{},"body":{"components/KindComponent.html":{}}}],["sa",{"_index":1166,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["same",{"_index":800,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["scaffolding",{"_index":2022,"title":{},"body":{"index.html":{}}}],["score",{"_index":1891,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["scrollgototop",{"_index":370,"title":{},"body":{"components/AppComponent.html":{}}}],["section",{"_index":988,"title":{},"body":{"components/DatesComponent.html":{},"components/KindComponent.html":{}}}],["sed",{"_index":1272,"title":{},"body":{"components/KindComponent.html":{}}}],["see",{"_index":1118,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["select",{"_index":1245,"title":{},"body":{"components/KindComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["select,input[type=date",{"_index":125,"title":{},"body":{"components/AdminComponent.html":{}}}],["selectcolorblind",{"_index":1520,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["selected",{"_index":826,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["selection",{"_index":1713,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["selectoption",{"_index":1095,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["selectoption(key",{"_index":1099,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["selector",{"_index":14,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateOption.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"directives/ResettableInputDirective.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["selector'},{'name",{"_index":190,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["selector.component.html",{"_index":1218,"title":{},"body":{"interfaces/Item.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{}}}],["selector.component.scss",{"_index":1219,"title":{},"body":{"interfaces/Item.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{}}}],["selectorcomponent",{"_index":189,"title":{"components/SelectorComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["selectorconfig",{"_index":1215,"title":{"interfaces/SelectorConfig.html":{}},"body":{"interfaces/Item.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"coverage.html":{}}}],["selectorngmodel",{"_index":1216,"title":{},"body":{"interfaces/Item.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{}}}],["self",{"_index":850,"title":{},"body":{"interfaces/DateOption.html":{},"components/PasswordComponent.html":{},"classes/PollConfig.html":{}}}],["self[key",{"_index":863,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["sendtoemail",{"_index":1127,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["sera",{"_index":1161,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["serve",{"_index":2015,"title":{},"body":{"index.html":{}}}],["server",{"_index":2013,"title":{},"body":{"index.html":{}}}],["services/config.service",{"_index":43,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["services/poll.service",{"_index":544,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["ses",{"_index":1154,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["set",{"_index":381,"title":{},"body":{"components/AppComponent.html":{},"interfaces/DateOption.html":{},"components/DatesComponent.html":{},"classes/PollConfig.html":{}}}],["set(converted",{"_index":1048,"title":{},"body":{"components/DatesComponent.html":{}}}],["setanswserto",{"_index":1664,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["setanswserto(newanswer",{"_index":1657,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["setdisabledstate",{"_index":915,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["setdisabledstate(isdisabled",{"_index":935,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["sets",{"_index":853,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["setup",{"_index":794,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["several",{"_index":1081,"title":{},"body":{"components/DatesComponent.html":{}}}],["severalpreferred",{"_index":1833,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["severity",{"_index":666,"title":{},"body":{"components/CopyTextComponent.html":{},"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{}}}],["shadow",{"_index":1595,"title":{},"body":{"components/ResumeComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["show_mask",{"_index":1787,"title":{},"body":{"components/VotingComponent.html":{}}}],["show_mask=true",{"_index":1790,"title":{},"body":{"components/VotingComponent.html":{}}}],["showchangechoicebutton",{"_index":1648,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["showcustompassword",{"_index":1608,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["showdateinterval",{"_index":974,"title":{},"body":{"components/DatesComponent.html":{}}}],["showmodalforpictureofanswer",{"_index":231,"title":{},"body":{"components/AnswersComponent.html":{}}}],["showmodalforpictureofanswer(answer",{"_index":250,"title":{},"body":{"components/AnswersComponent.html":{}}}],["si",{"_index":1147,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["silently",{"_index":947,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["simpleanswer",{"_index":1640,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["sit",{"_index":1250,"title":{},"body":{"components/KindComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["size",{"_index":705,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/PasswordComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["slug",{"_index":832,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"injectables/PollUtilities.html":{}}}],["small",{"_index":1240,"title":{},"body":{"components/KindComponent.html":{}}}],["soft",{"_index":452,"title":{},"body":{"components/AppComponent.html":{}}}],["soigneusement",{"_index":1146,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["soir",{"_index":733,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{}}}],["solid",{"_index":1297,"title":{},"body":{"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["sondage",{"_index":49,"title":{},"body":{"components/AdminComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PollDisplayComponent.html":{},"components/VotingComponent.html":{}}}],["sondagece",{"_index":1355,"title":{},"body":{"components/PasswordComponent.html":{}}}],["sondages",{"_index":697,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["sont",{"_index":1880,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["source",{"_index":4,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"modules/AppRoutingModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"modules/DateValueAccessorModule.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{},"directives/ResettableInputDirective.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"interfaces/TimeSlices.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"index.html":{}}}],["space",{"_index":1720,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["spans",{"_index":990,"title":{},"body":{"components/DatesComponent.html":{}}}],["special",{"_index":858,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["specific",{"_index":792,"title":{},"body":{"interfaces/DateOption.html":{},"components/DatesComponent.html":{},"classes/PollConfig.html":{}}}],["src/.../app.module.ts",{"_index":2005,"title":{},"body":{"miscellaneous/functions.html":{}}}],["src/app/app",{"_index":610,"title":{},"body":{"modules/AppRoutingModule.html":{}}}],["src/app/app.component.ts",{"_index":357,"title":{},"body":{"components/AppComponent.html":{},"coverage.html":{}}}],["src/app/app.component.ts:14",{"_index":399,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:15",{"_index":401,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:16",{"_index":405,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:18",{"_index":404,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:19",{"_index":410,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:23",{"_index":402,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:24",{"_index":378,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:35",{"_index":389,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:49",{"_index":393,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:58",{"_index":380,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:71",{"_index":395,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:75",{"_index":390,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:79",{"_index":397,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.module.ts",{"_index":483,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["src/app/app.module.ts:62",{"_index":1311,"title":{},"body":{"classes/MyMissingTranslationHandler.html":{}}}],["src/app/config/dateutilities.ts",{"_index":868,"title":{},"body":{"injectables/DateUtilities.html":{},"coverage.html":{}}}],["src/app/config/dateutilities.ts:13",{"_index":875,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["src/app/config/dateutilities.ts:25",{"_index":893,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["src/app/config/dateutilities.ts:44",{"_index":880,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["src/app/config/dateutilities.ts:53",{"_index":885,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["src/app/config/dateutilities.ts:61",{"_index":895,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["src/app/config/defaultconfigs.ts",{"_index":720,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{},"coverage.html":{}}}],["src/app/config/graph",{"_index":1912,"title":{},"body":{"coverage.html":{}}}],["src/app/config/mocks/choice.ts",{"_index":1914,"title":{},"body":{"coverage.html":{}}}],["src/app/config/mocks/mock",{"_index":1916,"title":{},"body":{"coverage.html":{}}}],["src/app/config/mocks/mockmypolls.ts",{"_index":1922,"title":{},"body":{"coverage.html":{}}}],["src/app/config/pollconfig.ts",{"_index":752,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"coverage.html":{}}}],["src/app/config/pollconfig.ts:26",{"_index":1376,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:27",{"_index":1374,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:28",{"_index":1391,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:29",{"_index":1392,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:30",{"_index":1390,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:31",{"_index":1394,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:32",{"_index":1375,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:33",{"_index":1381,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:34",{"_index":1379,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:35",{"_index":1378,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:36",{"_index":1384,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:37",{"_index":1383,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:38",{"_index":1380,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:39",{"_index":1382,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:41",{"_index":1366,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:43",{"_index":1398,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:44",{"_index":1399,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:45",{"_index":1369,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:46",{"_index":1377,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:47",{"_index":1400,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:48",{"_index":1388,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:49",{"_index":1389,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:50",{"_index":1370,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:51",{"_index":1387,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:52",{"_index":1386,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:53",{"_index":1371,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:54",{"_index":1372,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:55",{"_index":1397,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:56",{"_index":1396,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:57",{"_index":1395,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:58",{"_index":1365,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:59",{"_index":1385,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:60",{"_index":1368,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:61",{"_index":1402,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:62",{"_index":1401,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:63",{"_index":1373,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:64",{"_index":1393,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:66",{"_index":1367,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:68",{"_index":1403,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollutilities.ts",{"_index":1527,"title":{},"body":{"injectables/PollUtilities.html":{},"coverage.html":{}}}],["src/app/config/pollutilities.ts:13",{"_index":1544,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["src/app/config/pollutilities.ts:24",{"_index":1540,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["src/app/config/pollutilities.ts:48",{"_index":1532,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["src/app/config/routes.ts",{"_index":1909,"title":{},"body":{"coverage.html":{}}}],["src/app/custom",{"_index":903,"title":{},"body":{"directives/DateValueAccessor.html":{},"modules/DateValueAccessorModule.html":{},"coverage.html":{}}}],["src/app/debugger/debugger.component.ts",{"_index":1090,"title":{},"body":{"components/DebuggerComponent.html":{},"coverage.html":{}}}],["src/app/debugger/debugger.component.ts:10",{"_index":1096,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["src/app/debugger/debugger.component.ts:12",{"_index":1102,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["src/app/debugger/debugger.component.ts:15",{"_index":1098,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["src/app/debugger/debugger.component.ts:18",{"_index":1101,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["src/app/debugger/debugger.component.ts:27",{"_index":1097,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["src/app/header/header.component.ts",{"_index":1193,"title":{},"body":{"components/HeaderComponent.html":{},"coverage.html":{}}}],["src/app/header/header.component.ts:12",{"_index":1197,"title":{},"body":{"components/HeaderComponent.html":{}}}],["src/app/header/header.component.ts:8",{"_index":1196,"title":{},"body":{"components/HeaderComponent.html":{}}}],["src/app/pages/admin/admin.component.ts",{"_index":10,"title":{},"body":{"components/AdminComponent.html":{},"coverage.html":{}}}],["src/app/pages/admin/admin.component.ts:11",{"_index":40,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.component.ts:14",{"_index":37,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.component.ts:9",{"_index":31,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/answers/answers.component.ts",{"_index":214,"title":{},"body":{"components/AnswersComponent.html":{},"coverage.html":{}}}],["src/app/pages/answers/answers.component.ts:14",{"_index":265,"title":{},"body":{"components/AnswersComponent.html":{}}}],["src/app/pages/answers/answers.component.ts:16",{"_index":266,"title":{},"body":{"components/AnswersComponent.html":{}}}],["src/app/pages/answers/answers.component.ts:17",{"_index":268,"title":{},"body":{"components/AnswersComponent.html":{}}}],["src/app/pages/answers/answers.component.ts:18",{"_index":238,"title":{},"body":{"components/AnswersComponent.html":{}}}],["src/app/pages/answers/answers.component.ts:20",{"_index":267,"title":{},"body":{"components/AnswersComponent.html":{}}}],["src/app/pages/answers/answers.component.ts:28",{"_index":249,"title":{},"body":{"components/AnswersComponent.html":{}}}],["src/app/pages/answers/answers.component.ts:31",{"_index":248,"title":{},"body":{"components/AnswersComponent.html":{}}}],["src/app/pages/answers/answers.component.ts:36",{"_index":240,"title":{},"body":{"components/AnswersComponent.html":{}}}],["src/app/pages/answers/answers.component.ts:46",{"_index":247,"title":{},"body":{"components/AnswersComponent.html":{}}}],["src/app/pages/answers/answers.component.ts:51",{"_index":256,"title":{},"body":{"components/AnswersComponent.html":{}}}],["src/app/pages/answers/answers.component.ts:55",{"_index":239,"title":{},"body":{"components/AnswersComponent.html":{}}}],["src/app/pages/answers/answers.component.ts:70",{"_index":242,"title":{},"body":{"components/AnswersComponent.html":{}}}],["src/app/pages/answers/answers.component.ts:81",{"_index":245,"title":{},"body":{"components/AnswersComponent.html":{}}}],["src/app/pages/answers/answers.component.ts:93",{"_index":251,"title":{},"body":{"components/AnswersComponent.html":{}}}],["src/app/pages/base",{"_index":614,"title":{},"body":{"components/BaseComponent.html":{},"coverage.html":{}}}],["src/app/pages/create",{"_index":673,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{},"coverage.html":{}}}],["src/app/pages/dates/dates.component.ts",{"_index":968,"title":{},"body":{"components/DatesComponent.html":{},"coverage.html":{}}}],["src/app/pages/dates/dates.component.ts:102",{"_index":996,"title":{},"body":{"components/DatesComponent.html":{}}}],["src/app/pages/dates/dates.component.ts:117",{"_index":986,"title":{},"body":{"components/DatesComponent.html":{}}}],["src/app/pages/dates/dates.component.ts:15",{"_index":1007,"title":{},"body":{"components/DatesComponent.html":{}}}],["src/app/pages/dates/dates.component.ts:16",{"_index":1008,"title":{},"body":{"components/DatesComponent.html":{}}}],["src/app/pages/dates/dates.component.ts:17",{"_index":1004,"title":{},"body":{"components/DatesComponent.html":{}}}],["src/app/pages/dates/dates.component.ts:18",{"_index":1006,"title":{},"body":{"components/DatesComponent.html":{}}}],["src/app/pages/dates/dates.component.ts:19",{"_index":984,"title":{},"body":{"components/DatesComponent.html":{}}}],["src/app/pages/dates/dates.component.ts:21",{"_index":1003,"title":{},"body":{"components/DatesComponent.html":{}}}],["src/app/pages/dates/dates.component.ts:30",{"_index":995,"title":{},"body":{"components/DatesComponent.html":{}}}],["src/app/pages/dates/dates.component.ts:40",{"_index":999,"title":{},"body":{"components/DatesComponent.html":{}}}],["src/app/pages/dates/dates.component.ts:47",{"_index":985,"title":{},"body":{"components/DatesComponent.html":{}}}],["src/app/pages/dates/dates.component.ts:64",{"_index":989,"title":{},"body":{"components/DatesComponent.html":{}}}],["src/app/pages/dates/dates.component.ts:74",{"_index":1001,"title":{},"body":{"components/DatesComponent.html":{}}}],["src/app/pages/dates/dates.component.ts:78",{"_index":1002,"title":{},"body":{"components/DatesComponent.html":{}}}],["src/app/pages/dates/dates.component.ts:89",{"_index":992,"title":{},"body":{"components/DatesComponent.html":{}}}],["src/app/pages/end",{"_index":1119,"title":{},"body":{"components/EndConfirmationComponent.html":{},"coverage.html":{}}}],["src/app/pages/home/home.component.ts",{"_index":1199,"title":{},"body":{"components/HomeComponent.html":{},"coverage.html":{}}}],["src/app/pages/home/home.component.ts:12",{"_index":1203,"title":{},"body":{"components/HomeComponent.html":{}}}],["src/app/pages/home/home.component.ts:13",{"_index":1205,"title":{},"body":{"components/HomeComponent.html":{}}}],["src/app/pages/home/home.component.ts:17",{"_index":1204,"title":{},"body":{"components/HomeComponent.html":{}}}],["src/app/pages/kind/kind.component.ts",{"_index":1220,"title":{},"body":{"components/KindComponent.html":{},"coverage.html":{}}}],["src/app/pages/kind/kind.component.ts:10",{"_index":1224,"title":{},"body":{"components/KindComponent.html":{}}}],["src/app/pages/kind/kind.component.ts:12",{"_index":1226,"title":{},"body":{"components/KindComponent.html":{}}}],["src/app/pages/kind/kind.component.ts:16",{"_index":1225,"title":{},"body":{"components/KindComponent.html":{}}}],["src/app/pages/password/password.component.ts",{"_index":1345,"title":{},"body":{"components/PasswordComponent.html":{},"coverage.html":{}}}],["src/app/pages/password/password.component.ts:10",{"_index":1348,"title":{},"body":{"components/PasswordComponent.html":{}}}],["src/app/pages/password/password.component.ts:12",{"_index":1350,"title":{},"body":{"components/PasswordComponent.html":{}}}],["src/app/pages/password/password.component.ts:16",{"_index":1349,"title":{},"body":{"components/PasswordComponent.html":{}}}],["src/app/pages/pictures/pictures.component.ts",{"_index":1356,"title":{},"body":{"components/PicturesComponent.html":{},"coverage.html":{}}}],["src/app/pages/pictures/pictures.component.ts:10",{"_index":1360,"title":{},"body":{"components/PicturesComponent.html":{}}}],["src/app/pages/pictures/pictures.component.ts:12",{"_index":1362,"title":{},"body":{"components/PicturesComponent.html":{}}}],["src/app/pages/pictures/pictures.component.ts:16",{"_index":1361,"title":{},"body":{"components/PicturesComponent.html":{}}}],["src/app/pages/poll",{"_index":1404,"title":{},"body":{"components/PollDisplayComponent.html":{},"coverage.html":{}}}],["src/app/pages/resume/resume.component.ts",{"_index":1580,"title":{},"body":{"components/ResumeComponent.html":{},"coverage.html":{}}}],["src/app/pages/resume/resume.component.ts:11",{"_index":1584,"title":{},"body":{"components/ResumeComponent.html":{}}}],["src/app/pages/resume/resume.component.ts:13",{"_index":1585,"title":{},"body":{"components/ResumeComponent.html":{}}}],["src/app/pages/visibility/visibility.component.ts",{"_index":1604,"title":{},"body":{"components/VisibilityComponent.html":{},"coverage.html":{}}}],["src/app/pages/visibility/visibility.component.ts:13",{"_index":1615,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["src/app/pages/visibility/visibility.component.ts:14",{"_index":1613,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["src/app/pages/visibility/visibility.component.ts:15",{"_index":1610,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["src/app/pages/visibility/visibility.component.ts:17",{"_index":1614,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["src/app/pages/visibility/visibility.component.ts:18",{"_index":1616,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["src/app/pages/visibility/visibility.component.ts:22",{"_index":1611,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["src/app/pages/visibility/visibility.component.ts:27",{"_index":1612,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["src/app/pages/voting/choices",{"_index":633,"title":{},"body":{"components/ChoicesListComponent.html":{},"coverage.html":{}}}],["src/app/pages/voting/comments",{"_index":649,"title":{},"body":{"components/CommentsListComponent.html":{},"coverage.html":{}}}],["src/app/pages/voting/voting",{"_index":1638,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{}}}],["src/app/pages/voting/voting.component.ts",{"_index":1784,"title":{},"body":{"components/VotingComponent.html":{},"coverage.html":{}}}],["src/app/pages/voting/voting.component.ts:13",{"_index":1789,"title":{},"body":{"components/VotingComponent.html":{}}}],["src/app/pages/voting/voting.component.ts:9",{"_index":1788,"title":{},"body":{"components/VotingComponent.html":{}}}],["src/app/poll",{"_index":1449,"title":{},"body":{"components/PollGraphicComponent.html":{},"coverage.html":{}}}],["src/app/services/config.service.ts",{"_index":1938,"title":{},"body":{"coverage.html":{}}}],["src/app/services/poll.service.ts",{"_index":1522,"title":{},"body":{"injectables/PollService.html":{},"coverage.html":{}}}],["src/app/services/poll.service.ts:9",{"_index":1524,"title":{},"body":{"injectables/PollService.html":{}}}],["src/app/ui/copy",{"_index":654,"title":{},"body":{"components/CopyTextComponent.html":{},"coverage.html":{}}}],["src/app/ui/directives/resettable",{"_index":1576,"title":{},"body":{"directives/ResettableInputDirective.html":{},"coverage.html":{}}}],["src/app/ui/erasable",{"_index":1178,"title":{},"body":{"components/ErasableInputComponent.html":{},"coverage.html":{}}}],["src/app/ui/navigation/navigation.component.ts",{"_index":1313,"title":{},"body":{"components/NavigationComponent.html":{},"coverage.html":{}}}],["src/app/ui/navigation/navigation.component.ts:14",{"_index":1318,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/app/ui/navigation/navigation.component.ts:16",{"_index":1321,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/app/ui/navigation/navigation.component.ts:17",{"_index":1322,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/app/ui/navigation/navigation.component.ts:22",{"_index":1320,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/app/ui/navigation/navigation.component.ts:26",{"_index":1319,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/app/ui/selector/selector.component.ts",{"_index":1214,"title":{},"body":{"interfaces/Item.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"coverage.html":{}}}],["src/app/ui/selector/selector.component.ts:22",{"_index":1601,"title":{},"body":{"components/SelectorComponent.html":{}}}],["src/app/ui/selector/selector.component.ts:27",{"_index":1602,"title":{},"body":{"components/SelectorComponent.html":{}}}],["src/environments/environment.prod.ts",{"_index":1943,"title":{},"body":{"coverage.html":{}}}],["src/environments/environment.ts",{"_index":1944,"title":{},"body":{"coverage.html":{}}}],["src/stories/0",{"_index":1949,"title":{},"body":{"coverage.html":{}}}],["src/stories/1",{"_index":1952,"title":{},"body":{"coverage.html":{}}}],["src/test.ts",{"_index":1957,"title":{},"body":{"coverage.html":{}}}],["stack",{"_index":817,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"components/PollGraphicComponent.html":{}}}],["start",{"_index":987,"title":{},"body":{"components/DatesComponent.html":{}}}],["startdateinterval",{"_index":975,"title":{},"body":{"components/DatesComponent.html":{}}}],["started",{"_index":2007,"title":{"index.html":{}},"body":{}}],["state",{"_index":624,"title":{},"body":{"components/BaseComponent.html":{}}}],["statements",{"_index":1897,"title":{},"body":{"coverage.html":{}}}],["static",{"_index":1737,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["step",{"_index":365,"title":{},"body":{"components/AppComponent.html":{},"interfaces/DateOption.html":{},"components/NavigationComponent.html":{},"classes/PollConfig.html":{}}}],["step/answers",{"_index":1206,"title":{},"body":{"components/HomeComponent.html":{}}}],["stepmax",{"_index":772,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["store",{"_index":1433,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["stored",{"_index":2026,"title":{},"body":{"index.html":{}}}],["str",{"_index":896,"title":{},"body":{"injectables/DateUtilities.html":{},"components/EndConfirmationComponent.html":{},"injectables/PollUtilities.html":{}}}],["str.replace(/^\\s+|\\s+$/g",{"_index":1566,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["str.tolowercase",{"_index":1568,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["string",{"_index":392,"title":{},"body":{"components/AppComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"components/PollGraphicComponent.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"interfaces/TimeSlices.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["strings",{"_index":855,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["style",{"_index":1764,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["styles",{"_index":6,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["styleurls",{"_index":17,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["sub",{"_index":1769,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["submit",{"_index":643,"title":{},"body":{"components/ChoicesListComponent.html":{}}}],["submitcreationandgotoend",{"_index":1609,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["success",{"_index":667,"title":{},"body":{"components/CopyTextComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"coverage.html":{}}}],["suivant",{"_index":1811,"title":{},"body":{"components/VotingComponent.html":{}}}],["summary",{"_index":204,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["summary.component",{"_index":520,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["summary.component.html",{"_index":1832,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["summary.component.scss",{"_index":1831,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["summary.component.ts",{"_index":1830,"title":{},"body":{"components/VotingSummaryComponent.html":{},"coverage.html":{}}}],["summary.component.ts:12",{"_index":1844,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["summary.component.ts:13",{"_index":1845,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["summary.component.ts:15",{"_index":1836,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["summary.component.ts:17",{"_index":1843,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["summary.component.ts:21",{"_index":1842,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["summary.component.ts:30",{"_index":1840,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["summary.component.ts:37",{"_index":1837,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["summary/voting",{"_index":519,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{}}}],["super(config",{"_index":275,"title":{},"body":{"components/AnswersComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingGraphComponent.html":{}}}],["support",{"_index":2049,"title":{},"body":{"modules.html":{}}}],["supprim",{"_index":1162,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["sur",{"_index":1172,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["surskit",{"_index":1798,"title":{},"body":{"components/VotingComponent.html":{}}}],["svg",{"_index":2050,"title":{},"body":{"modules.html":{}}}],["swap",{"_index":1570,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["switch",{"_index":1507,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["switchlanguage",{"_index":371,"title":{},"body":{"components/AppComponent.html":{}}}],["switchlanguage(language",{"_index":391,"title":{},"body":{"components/AppComponent.html":{}}}],["syntaxe",{"_index":331,"title":{},"body":{"components/AnswersComponent.html":{}}}],["t",{"_index":1055,"title":{},"body":{"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{},"components/VotingComponent.html":{}}}],["tab",{"_index":442,"title":{},"body":{"components/AppComponent.html":{}}}],["tab[2",{"_index":444,"title":{},"body":{"components/AppComponent.html":{}}}],["table",{"_index":1961,"title":{},"body":{"coverage.html":{}}}],["tablesort(document.getelementbyid('coverage",{"_index":1960,"title":{},"body":{"coverage.html":{}}}],["takes",{"_index":1645,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["tape",{"_index":1109,"title":{},"body":{"components/DebuggerComponent.html":{},"components/KindComponent.html":{}}}],["tbody",{"_index":1889,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["td",{"_index":1890,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["template",{"_index":5,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["templateurl",{"_index":19,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["test",{"_index":2035,"title":{},"body":{"index.html":{}}}],["testondemo",{"_index":1948,"title":{},"body":{"coverage.html":{}}}],["tests",{"_index":2034,"title":{},"body":{"index.html":{}}}],["text",{"_index":296,"title":{},"body":{"components/AnswersComponent.html":{},"components/CopyTextComponent.html":{},"interfaces/DateChoice.html":{},"components/NavigationComponent.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{},"components/VotingChoiceComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{}}}],["text'},{'name",{"_index":155,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["text.component",{"_index":573,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["text.component.html",{"_index":657,"title":{},"body":{"components/CopyTextComponent.html":{}}}],["text.component.scss",{"_index":656,"title":{},"body":{"components/CopyTextComponent.html":{}}}],["text.component.ts",{"_index":655,"title":{},"body":{"components/CopyTextComponent.html":{},"coverage.html":{}}}],["text.component.ts:10",{"_index":661,"title":{},"body":{"components/CopyTextComponent.html":{}}}],["text.component.ts:15",{"_index":663,"title":{},"body":{"components/CopyTextComponent.html":{}}}],["text.component.ts:18",{"_index":662,"title":{},"body":{"components/CopyTextComponent.html":{}}}],["text/copy",{"_index":572,"title":{},"body":{"modules/AppModule.html":{},"components/CopyTextComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"coverage.html":{}}}],["textarea",{"_index":105,"title":{},"body":{"components/AdminComponent.html":{},"components/KindComponent.html":{}}}],["texte",{"_index":668,"title":{},"body":{"components/CopyTextComponent.html":{}}}],["texttocopy",{"_index":659,"title":{},"body":{"components/CopyTextComponent.html":{}}}],["thead",{"_index":1887,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["this._renderer.setproperty(this._elementref.nativeelement",{"_index":958,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["this.activeroute.parammap.subscribe(params",{"_index":1420,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["this.activeroute.snapshot.params.poll",{"_index":1429,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["this.activeroute.snapshot.params.pollslug",{"_index":1430,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["this.allanswersarevalid",{"_index":285,"title":{},"body":{"components/AnswersComponent.html":{}}}],["this.answerlist",{"_index":276,"title":{},"body":{"components/AnswersComponent.html":{}}}],["this.cd.detectchanges",{"_index":302,"title":{},"body":{"components/AnswersComponent.html":{},"components/DatesComponent.html":{}}}],["this.checkvalidanswers",{"_index":284,"title":{},"body":{"components/AnswersComponent.html":{}}}],["this.checkvalidity",{"_index":1323,"title":{},"body":{"components/NavigationComponent.html":{}}}],["this.choice.answer",{"_index":1659,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["this.computepreferred",{"_index":1846,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["this.config.adddaystodate(this.config.expiracydatedefaultindays",{"_index":1621,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["this.config.answers",{"_index":277,"title":{},"body":{"components/AnswersComponent.html":{}}}],["this.config.answers.foreach(answer",{"_index":287,"title":{},"body":{"components/AnswersComponent.html":{}}}],["this.config.answers.length",{"_index":294,"title":{},"body":{"components/AnswersComponent.html":{}}}],["this.config.answers.push",{"_index":292,"title":{},"body":{"components/AnswersComponent.html":{}}}],["this.config.answers.splice(i",{"_index":319,"title":{},"body":{"components/AnswersComponent.html":{}}}],["this.config.createpoll",{"_index":1623,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["this.config.currentpoll",{"_index":1432,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["this.config.customurl",{"_index":1618,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["this.config.datelist",{"_index":1047,"title":{},"body":{"components/DatesComponent.html":{}}}],["this.config.datelist.foreach(element",{"_index":1037,"title":{},"body":{"components/DatesComponent.html":{}}}],["this.config.datelist.length",{"_index":1027,"title":{},"body":{"components/DatesComponent.html":{}}}],["this.config.datelist.push",{"_index":1023,"title":{},"body":{"components/DatesComponent.html":{}}}],["this.config.expirationdate",{"_index":1620,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["this.config.fetchpollfromroute(event",{"_index":428,"title":{},"body":{"components/AppComponent.html":{}}}],["this.config.findpollsbyemail(email",{"_index":689,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["this.config.getpollbyid(id).subscribe",{"_index":1435,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["this.config.getpollbyurl(pollslug).subscribe",{"_index":1443,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["this.config.handleerror(e",{"_index":1442,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["this.config.handleerror({message",{"_index":1104,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["this.config.loading",{"_index":1426,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["this.config.myemail",{"_index":1136,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["this.config.mytempvotestack",{"_index":1660,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["this.config.pollid",{"_index":1422,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["this.config.pollslug",{"_index":1424,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["this.config.step",{"_index":1324,"title":{},"body":{"components/NavigationComponent.html":{}}}],["this.config.timelist",{"_index":1032,"title":{},"body":{"components/DatesComponent.html":{}}}],["this.config.timelist.foreach(element",{"_index":1041,"title":{},"body":{"components/DatesComponent.html":{}}}],["this.config.timelist.push",{"_index":1031,"title":{},"body":{"components/DatesComponent.html":{}}}],["this.config.todo",{"_index":627,"title":{},"body":{"components/BaseComponent.html":{}}}],["this.config.updatecurrentpollfromresponse(res",{"_index":1438,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["this.config[key",{"_index":1103,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["this.currentlang",{"_index":430,"title":{},"body":{"components/AppComponent.html":{}}}],["this.datelist[this.nbpoll",{"_index":1514,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["this.dateutilities.adddaystodate(this.intervaldaysdefault",{"_index":1021,"title":{},"body":{"components/DatesComponent.html":{}}}],["this.dateutilities.daydiff(this.enddateinterval",{"_index":1014,"title":{},"body":{"components/DatesComponent.html":{}}}],["this.dateutilities.getdatesinrange(this.startdateinterval",{"_index":1043,"title":{},"body":{"components/DatesComponent.html":{}}}],["this.detectcurrenttabonroutechange",{"_index":421,"title":{},"body":{"components/AppComponent.html":{}}}],["this.document.documentelement.scrolltop",{"_index":440,"title":{},"body":{"components/AppComponent.html":{}}}],["this.document.queryselector(selector",{"_index":1029,"title":{},"body":{"components/DatesComponent.html":{}}}],["this.document.queryselectorall('.answers",{"_index":312,"title":{},"body":{"components/AnswersComponent.html":{}}}],["this.el.nativeelement.blur",{"_index":1663,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["this.enddateinterval",{"_index":1011,"title":{},"body":{"components/DatesComponent.html":{}}}],["this.fetchpoll",{"_index":1427,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["this.findmypollsbyemail('tktest@tktest.com",{"_index":688,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["this.focusonanswer(0",{"_index":290,"title":{},"body":{"components/AnswersComponent.html":{}}}],["this.focusonanswer(i",{"_index":322,"title":{},"body":{"components/AnswersComponent.html":{}}}],["this.focusonanswer(this.config.answers.length",{"_index":309,"title":{},"body":{"components/AnswersComponent.html":{}}}],["this.formatdataanswers(this.graphicconfig",{"_index":1489,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["this.initpollcounter",{"_index":1505,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["this.inputmodelchange.emit",{"_index":1192,"title":{},"body":{"components/ErasableInputComponent.html":{}}}],["this.intervaldays",{"_index":1013,"title":{},"body":{"components/DatesComponent.html":{}}}],["this.iscolorblind",{"_index":1490,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["this.langsavailable",{"_index":432,"title":{},"body":{"components/AppComponent.html":{}}}],["this.langsavailable[newindex",{"_index":437,"title":{},"body":{"components/AppComponent.html":{}}}],["this.loadedmypolls",{"_index":690,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["this.mailtorecieve",{"_index":1135,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["this.maybelist",{"_index":1501,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["this.maybelist[this.nbpoll",{"_index":1511,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["this.menuvisible",{"_index":439,"title":{},"body":{"components/AppComponent.html":{}}}],["this.messageservice.add",{"_index":665,"title":{},"body":{"components/CopyTextComponent.html":{},"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{}}}],["this.nbpoll",{"_index":1513,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["this.nolist",{"_index":1503,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["this.nolist[this.nbpoll",{"_index":1512,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["this.onchange",{"_index":960,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["this.ontouched",{"_index":961,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["this.poll",{"_index":1653,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["this.poll.allowedanswers",{"_index":1654,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["this.poll.allowedanswers.length",{"_index":1656,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["this.pollconfig.choices",{"_index":1848,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["this.pollconfig.choices[2].id",{"_index":1854,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["this.pollconfig.choices_count",{"_index":1849,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["this.pollconfig.choices_count.counts",{"_index":1850,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["this.pollconfig.choices_count.counts[10",{"_index":1852,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["this.pollconfig.choices_count.counts[item].choice_text",{"_index":1868,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["this.pollconfig.choices_count.counts[item].score",{"_index":1865,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["this.pollconfig.choices_count.counts[this.pollconfig.choices[2].id].score",{"_index":1856,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["this.pollconfig.choices_count.maxscore",{"_index":1863,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["this.pollconfigretrieved",{"_index":1491,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["this.pollconfigretrieved.choices.map(choice",{"_index":1494,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["this.preferred",{"_index":1860,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["this.preferred.length",{"_index":1866,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["this.route.events.pipe(filter(event",{"_index":423,"title":{},"body":{"components/AppComponent.html":{}}}],["this.route.events.subscribe((event",{"_index":422,"title":{},"body":{"components/AppComponent.html":{}}}],["this.scrollgototop",{"_index":426,"title":{},"body":{"components/AppComponent.html":{}}}],["this.severalpreferred",{"_index":1861,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["this.showdateinterval",{"_index":1052,"title":{},"body":{"components/DatesComponent.html":{}}}],["this.simpleanswer",{"_index":1655,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["this.startdateinterval",{"_index":1012,"title":{},"body":{"components/DatesComponent.html":{}}}],["this.startdateinterval)).tofixed(0",{"_index":1015,"title":{},"body":{"components/DatesComponent.html":{}}}],["this.step",{"_index":445,"title":{},"body":{"components/AppComponent.html":{}}}],["this.texttocopy",{"_index":671,"title":{},"body":{"components/CopyTextComponent.html":{}}}],["this.translate.setdefaultlang(this.currentlang",{"_index":420,"title":{},"body":{"components/AppComponent.html":{}}}],["this.translate.use(language",{"_index":429,"title":{},"body":{"components/AppComponent.html":{}}}],["this.translate.use(this.currentlang",{"_index":438,"title":{},"body":{"components/AppComponent.html":{}}}],["this.updatecurrenttab(event",{"_index":427,"title":{},"body":{"components/AppComponent.html":{}}}],["this.utils.makeslug(this.config",{"_index":1619,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["this.yeslist",{"_index":1499,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["this.yeslist[this.nbpoll",{"_index":1510,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["time",{"_index":857,"title":{},"body":{"interfaces/DateOption.html":{},"components/DatesComponent.html":{},"classes/PollConfig.html":{},"components/ResumeComponent.html":{},"index.html":{}}}],["time.literal",{"_index":1592,"title":{},"body":{"components/ResumeComponent.html":{}}}],["timelist",{"_index":301,"title":{},"body":{"components/AnswersComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"components/DatesComponent.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"interfaces/TimeSlices.html":{}}}],["times",{"_index":1084,"title":{},"body":{"components/DatesComponent.html":{}}}],["timeslices",{"_index":721,"title":{"interfaces/TimeSlices.html":{}},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{},"coverage.html":{}}}],["title",{"_index":366,"title":{},"body":{"components/AppComponent.html":{},"interfaces/DateOption.html":{},"components/DatesComponent.html":{},"classes/PollConfig.html":{}}}],["titre",{"_index":775,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["tktest@tktest.com",{"_index":786,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["toast",{"_index":1117,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["toaster",{"_index":1989,"title":{},"body":{"dependencies.html":{}}}],["toastmodule",{"_index":545,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["todo",{"_index":278,"title":{},"body":{"components/AnswersComponent.html":{},"components/BaseComponent.html":{},"components/ErasableInputComponent.html":{}}}],["togglable",{"_index":1644,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["toggle",{"_index":1658,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["togglecolorblind",{"_index":1464,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["togglemenu",{"_index":372,"title":{},"body":{"components/AppComponent.html":{}}}],["tooltip",{"_index":1756,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["top",{"_index":114,"title":{},"body":{"components/AdminComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["tostorybook",{"_index":1951,"title":{},"body":{"coverage.html":{}}}],["toujours",{"_index":1150,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["tous",{"_index":1153,"title":{},"body":{"components/EndConfirmationComponent.html":{},"components/KindComponent.html":{}}}],["trackfunction",{"_index":232,"title":{},"body":{"components/AnswersComponent.html":{},"components/CreateOrRetrieveComponent.html":{}}}],["trackfunction(index",{"_index":253,"title":{},"body":{"components/AnswersComponent.html":{},"components/CreateOrRetrieveComponent.html":{}}}],["transform",{"_index":1722,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["translate",{"_index":379,"title":{},"body":{"components/AppComponent.html":{},"components/CopyTextComponent.html":{},"components/PollGraphicComponent.html":{}}}],["translate/core",{"_index":412,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"dependencies.html":{}}}],["translate/http",{"_index":536,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"dependencies.html":{}}}],["translatehttploader",{"_index":535,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["translatehttploader(http",{"_index":587,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["translateloader",{"_index":533,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["translatemodule",{"_index":534,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["translatemodule.forroot",{"_index":589,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["translateservice",{"_index":375,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["translatex",{"_index":1759,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["translation",{"_index":417,"title":{},"body":{"components/AppComponent.html":{}}}],["transparent",{"_index":1711,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["tre",{"_index":1171,"title":{},"body":{"components/EndConfirmationComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["tree",{"_index":8,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["trim",{"_index":1567,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["trop",{"_index":781,"title":{},"body":{"interfaces/DateOption.html":{},"components/KindComponent.html":{},"classes/PollConfig.html":{}}}],["trouvés",{"_index":698,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["true",{"_index":286,"title":{},"body":{"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"components/BaseComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateOption.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["tslib",{"_index":2000,"title":{},"body":{"dependencies.html":{}}}],["two",{"_index":882,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["txt",{"_index":1729,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["type",{"_index":35,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"interfaces/TimeSlices.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{}}}],["type)::before",{"_index":1341,"title":{},"body":{"components/NavigationComponent.html":{}}}],["ui/copy",{"_index":571,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["ui/directives/resettable",{"_index":557,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["ui/erasable",{"_index":561,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["ui/navigation/navigation.component",{"_index":496,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["ui/selector/selector.component",{"_index":541,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["ul",{"_index":1763,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["un",{"_index":652,"title":{},"body":{"components/CommentsListComponent.html":{},"components/KindComponent.html":{},"components/PasswordComponent.html":{}}}],["une",{"_index":342,"title":{},"body":{"components/AnswersComponent.html":{}}}],["uniq",{"_index":1542,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["unique",{"_index":833,"title":{},"body":{"interfaces/DateOption.html":{},"components/DatesComponent.html":{},"classes/PollConfig.html":{},"injectables/PollUtilities.html":{}}}],["unit",{"_index":2033,"title":{},"body":{"index.html":{}}}],["unordered",{"_index":1277,"title":{},"body":{"components/KindComponent.html":{}}}],["update",{"_index":818,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["updatecurrenttab",{"_index":373,"title":{},"body":{"components/AppComponent.html":{}}}],["updatecurrenttab(event",{"_index":396,"title":{},"body":{"components/AppComponent.html":{}}}],["url",{"_index":297,"title":{},"body":{"components/AnswersComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"injectables/PollUtilities.html":{},"interfaces/TimeSlices.html":{}}}],["urladmin",{"_index":839,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["urlpublic",{"_index":836,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["urlslugpublic",{"_index":835,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["use",{"_index":799,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"index.html":{}}}],["useclass",{"_index":591,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["used",{"_index":887,"title":{},"body":{"injectables/DateUtilities.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["usedefaultlang",{"_index":592,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["useexisting",{"_index":943,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["usefactory",{"_index":593,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["useful",{"_index":1282,"title":{},"body":{"components/KindComponent.html":{}}}],["usehash",{"_index":597,"title":{},"body":{"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["user",{"_index":367,"title":{},"body":{"components/AppComponent.html":{}}}],["usevalueasdate",{"_index":912,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["usevalueasdate]'},{'name",{"_index":207,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["using",{"_index":2041,"title":{},"body":{"index.html":{}}}],["ut",{"_index":1269,"title":{},"body":{"components/KindComponent.html":{}}}],["utf",{"_index":457,"title":{},"body":{"components/AppComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{}}}],["utiliser",{"_index":329,"title":{},"body":{"components/AnswersComponent.html":{}}}],["utils",{"_index":1547,"title":{},"body":{"injectables/PollUtilities.html":{},"components/VisibilityComponent.html":{}}}],["v",{"_index":1558,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["v.tostring(16",{"_index":1561,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["val",{"_index":1100,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["validation",{"_index":280,"title":{},"body":{"components/AnswersComponent.html":{}}}],["valide",{"_index":1114,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["validée",{"_index":1802,"title":{},"body":{"components/VotingComponent.html":{}}}],["value",{"_index":263,"title":{},"body":{"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/CreateOrRetrieveComponent.html":{},"directives/DateValueAccessor.html":{},"modules/DateValueAccessorModule.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollService.html":{},"directives/ResettableInputDirective.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"dependencies.html":{}}}],["valueasdate",{"_index":959,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["var",{"_index":135,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollUtilities.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["variable",{"_index":1906,"title":{},"body":{"coverage.html":{}}}],["variables",{"_index":1692,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["vero",{"_index":1263,"title":{},"body":{"components/KindComponent.html":{}}}],["version",{"_index":953,"title":{},"body":{"directives/DateValueAccessor.html":{},"index.html":{}}}],["vertical",{"_index":1753,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["via",{"_index":2037,"title":{},"body":{"index.html":{}}}],["view",{"_index":304,"title":{},"body":{"components/AnswersComponent.html":{}}}],["visibilit",{"_index":1326,"title":{},"body":{"components/NavigationComponent.html":{}}}],["visibility",{"_index":803,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"components/VisibilityComponent.html":{}}}],["visibility'},{'name",{"_index":192,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["visibility.access\"|translate",{"_index":75,"title":{},"body":{"components/AdminComponent.html":{},"components/VisibilityComponent.html":{}}}],["visibility.access_instructions\"|translate",{"_index":1631,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["visibility.access_protect\"|translate",{"_index":79,"title":{},"body":{"components/AdminComponent.html":{},"components/VisibilityComponent.html":{}}}],["visibility.access_url\"|translate",{"_index":1629,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["visibility.access_url_key\"|translate",{"_index":1630,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["visibility.access_want\"|translate",{"_index":1634,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["visibility.access_want_no\"|translate",{"_index":78,"title":{},"body":{"components/AdminComponent.html":{},"components/VisibilityComponent.html":{}}}],["visibility.access_want_yes\"|translate",{"_index":77,"title":{},"body":{"components/AdminComponent.html":{},"components/VisibilityComponent.html":{}}}],["visibility.archiving\"|translate",{"_index":61,"title":{},"body":{"components/AdminComponent.html":{},"components/VisibilityComponent.html":{}}}],["visibility.archiving_can\"|translate",{"_index":63,"title":{},"body":{"components/AdminComponent.html":{},"components/VisibilityComponent.html":{}}}],["visibility.archiving_can_not\"|translate",{"_index":64,"title":{},"body":{"components/AdminComponent.html":{},"components/VisibilityComponent.html":{}}}],["visibility.archiving_end\"|translate",{"_index":65,"title":{},"body":{"components/AdminComponent.html":{},"components/VisibilityComponent.html":{}}}],["visibility.archiving_start\"|translate",{"_index":62,"title":{},"body":{"components/AdminComponent.html":{},"components/VisibilityComponent.html":{}}}],["visibility.component.html",{"_index":1606,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["visibility.component.scss",{"_index":1605,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["visibility.modfiy_everyone\"|translate",{"_index":67,"title":{},"body":{"components/AdminComponent.html":{},"components/VisibilityComponent.html":{}}}],["visibility.modfiy_their\"|translate",{"_index":66,"title":{},"body":{"components/AdminComponent.html":{},"components/VisibilityComponent.html":{}}}],["visibility.see_pass\"|translate",{"_index":1635,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["visibility.title\"|translate",{"_index":55,"title":{},"body":{"components/AdminComponent.html":{},"components/VisibilityComponent.html":{}}}],["visibility.top_txt\"|translate",{"_index":1624,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["visibility.validate_btn\"|translate",{"_index":1636,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["visibility.visibility_link\"|translate",{"_index":57,"title":{},"body":{"components/AdminComponent.html":{},"components/VisibilityComponent.html":{}}}],["visibility.visibility_nobody\"|translate",{"_index":58,"title":{},"body":{"components/AdminComponent.html":{},"components/VisibilityComponent.html":{}}}],["visibility.visibility_see\"|translate",{"_index":59,"title":{},"body":{"components/AdminComponent.html":{},"components/VisibilityComponent.html":{}}}],["visibility.visibility_want\"|translate",{"_index":56,"title":{},"body":{"components/AdminComponent.html":{},"components/VisibilityComponent.html":{}}}],["visibility.votes\"|translate",{"_index":60,"title":{},"body":{"components/AdminComponent.html":{},"components/VisibilityComponent.html":{}}}],["visibility.votes_possible\"|translate",{"_index":1625,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["visibility.votes_possible_full\"|translate",{"_index":1628,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["visibility.votes_possible_normal\"|translate",{"_index":1627,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["visibility.votes_possible_single\"|translate",{"_index":1626,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["visibilitycomponent",{"_index":191,"title":{"components/VisibilityComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["visible",{"_index":805,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["voici",{"_index":1142,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["void",{"_index":39,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["voir",{"_index":1157,"title":{},"body":{"components/EndConfirmationComponent.html":{},"components/VotingComponent.html":{}}}],["votants",{"_index":1873,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["vote",{"_index":810,"title":{},"body":{"interfaces/DateOption.html":{},"components/DebuggerComponent.html":{},"components/KindComponent.html":{},"classes/PollConfig.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingComponent.html":{}}}],["vote.ts",{"_index":1920,"title":{},"body":{"coverage.html":{}}}],["vote/poll/slug",{"_index":1632,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["votechoice",{"_index":1637,"title":{"interfaces/VoteChoice.html":{}},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"coverage.html":{}}}],["votechoices",{"_index":808,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["voted",{"_index":1292,"title":{},"body":{"components/KindComponent.html":{}}}],["votes",{"_index":1641,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["votestack",{"_index":644,"title":{},"body":{"components/ChoicesListComponent.html":{}}}],["votestack.pseudo",{"_index":1884,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["votestackid",{"_index":816,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["voting",{"_index":194,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["voting'},{'name",{"_index":199,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["voting.component.html",{"_index":1786,"title":{},"body":{"components/VotingComponent.html":{}}}],["voting.component.scss",{"_index":1785,"title":{},"body":{"components/VotingComponent.html":{}}}],["votingchoicecomponent",{"_index":193,"title":{"components/VotingChoiceComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["votingcommentcomponent",{"_index":196,"title":{"components/VotingCommentComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["votingcomponent",{"_index":198,"title":{"components/VotingComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["votinggraphcomponent",{"_index":200,"title":{"components/VotingGraphComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["votingnavigationcomponent",{"_index":202,"title":{"components/VotingNavigationComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["votingsummarycomponent",{"_index":203,"title":{"components/VotingSummaryComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["votre",{"_index":650,"title":{},"body":{"components/CommentsListComponent.html":{},"components/EndConfirmationComponent.html":{},"components/VotingComponent.html":{}}}],["vous",{"_index":327,"title":{},"body":{"components/AnswersComponent.html":{},"components/EndConfirmationComponent.html":{},"components/PollDisplayComponent.html":{}}}],["voyons",{"_index":352,"title":{},"body":{"components/AnswersComponent.html":{}}}],["way",{"_index":283,"title":{},"body":{"components/AnswersComponent.html":{},"components/KindComponent.html":{}}}],["weight",{"_index":119,"title":{},"body":{"components/AdminComponent.html":{},"components/PasswordComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["welcome.stories.ts",{"_index":1950,"title":{},"body":{"coverage.html":{}}}],["white",{"_index":1343,"title":{},"body":{"components/NavigationComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["whocanchangeanswers",{"_index":852,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["whomodifiesanswers",{"_index":848,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["width",{"_index":127,"title":{},"body":{"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/NavigationComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["width:340px",{"_index":98,"title":{},"body":{"components/AdminComponent.html":{}}}],["withsomeemojiandaction",{"_index":1956,"title":{},"body":{"coverage.html":{}}}],["work",{"_index":1519,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["wouah",{"_index":780,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["wrap",{"_index":101,"title":{},"body":{"components/AdminComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["writevalue",{"_index":916,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["writevalue(value",{"_index":938,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["writing",{"_index":906,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["x",{"_index":349,"title":{},"body":{"components/AnswersComponent.html":{},"injectables/PollUtilities.html":{},"components/VotingChoiceComponent.html":{}}}],["xxxx",{"_index":1550,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["xxxxxxxx",{"_index":1549,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["xxxxxxxxxxxx'.replace(/[xy]/g",{"_index":1553,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["y",{"_index":1696,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["yes",{"_index":811,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"components/PollGraphicComponent.html":{},"injectables/PollUtilities.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["yeslist",{"_index":1461,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["yxxx",{"_index":1552,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["yyyy",{"_index":888,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["z",{"_index":1735,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["zone.js",{"_index":2002,"title":{},"body":{"dependencies.html":{}}}],["zoom",{"_index":480,"title":{},"body":{"modules/AppModule.html":{},"modules/DateValueAccessorModule.html":{},"overview.html":{}}}]],"pipeline":["stemmer"]}, + "index": {"version":"2.3.7","fields":["title","body"],"fieldVectors":[["title/components/AdminComponent.html",[0,0.127,1,0.472]],["body/components/AdminComponent.html",[0,0.189,1,0.762,2,0.767,3,0.135,4,0.116,5,0.575,6,0.575,7,0.575,8,0.575,9,0.116,10,2.852,11,0.855,12,1.157,13,0.514,14,0.866,15,0.921,16,3.581,17,0.684,18,5.422,19,0.684,20,4.683,21,0.175,22,0.645,23,1.106,24,1.133,25,0.684,26,1.193,27,0.43,28,0.911,29,1.016,30,0.577,31,3.323,32,0.575,33,0.019,34,0.583,35,0.398,36,0.514,37,3.323,38,0.485,39,0.607,40,3.323,41,0.275,42,0.238,43,0.674,44,0.135,45,0.116,46,0.911,47,3.581,48,3.254,49,2.428,50,4.683,51,4.683,52,4.683,53,4.019,54,4.683,55,4.019,56,4.019,57,4.019,58,4.019,59,4.019,60,4.019,61,4.019,62,4.019,63,4.019,64,4.019,65,4.019,66,4.019,67,4.019,68,4.683,69,3.323,70,4.683,71,4.683,72,3.323,73,4.683,74,4.683,75,4.019,76,4.683,77,4.019,78,4.019,79,4.019,80,4.683,81,4.683,82,4.683,83,4.683,84,4.683,85,4.019,86,4.683,87,4.683,88,4.683,89,4.019,90,4.683,91,4.683,92,4.683,93,2.542,94,2.542,95,4.502,96,3.254,97,2.542,98,3.323,99,2.852,100,4.683,101,5.052,102,3.679,103,3.433,104,3.323,105,2.852,106,3.323,107,2.87,108,3.323,109,1.838,110,3.323,111,3.323,112,4.683,113,2.542,114,1.97,115,3.323,116,4.019,117,2.852,118,1.838,119,2.31,120,2.852,121,2.852,122,2.125,123,3.323,124,3.323,125,3.323,126,2.125,127,2.125,128,3.323,129,2.852,130,3.323,131,0.485,132,0.81,133,0.725,134,0.43,135,0.964,136,0.575,137,3.323,138,3.323,139,0.575,140,0.43,141,0.575,142,0.43,143,0.485,144,0.575,145,0.43,146,0.575,147,0.575,148,0.43,149,0.544,150,0.81,151,0.43,152,0.575,153,0.43,154,0.575,155,0.575,156,0.43,157,0.575,158,0.575,159,0.43,160,0.575,161,0.43,162,0.575,163,0.43,164,0.544,165,0.575,166,0.43,167,0.575,168,0.575,169,0.43,170,0.575,171,0.43,172,0.575,173,0.43,174,0.575,175,0.575,176,0.43,177,0.81,178,0.43,179,0.575,180,0.43,181,0.575,182,0.43,183,0.569,184,0.575,185,0.43,186,0.575,187,0.43,188,0.575,189,0.378,190,0.575,191,0.43,192,0.575,193,0.404,194,1.016,195,0.575,196,0.43,197,0.575,198,0.43,199,0.575,200,0.43,201,0.575,202,0.43,203,0.43,204,0.575,205,0.485,206,0.43,207,0.575,208,0.404,209,0.544,210,0.575,211,0.008,212,0.012,213,0.008]],["title/components/AnswersComponent.html",[0,0.127,140,0.472]],["body/components/AnswersComponent.html",[0,0.165,1,0.338,2,0.643,3,0.106,4,0.091,5,0.452,6,0.452,7,0.68,8,0.452,9,0.137,11,0.717,12,1.008,13,0.404,14,0.85,15,0.902,17,0.574,19,0.574,21,0.207,22,0.541,23,1.24,24,1.139,25,0.574,26,1.245,27,0.338,28,0.716,29,0.969,30,0.761,32,0.974,33,0.02,34,0.626,35,0.537,36,0.872,38,0.99,39,1.18,41,0.309,42,0.187,43,0.53,44,0.106,45,0.091,46,0.716,48,2.731,131,0.382,132,0.68,133,0.608,134,0.338,135,0.86,136,0.452,139,0.452,140,0.68,141,0.452,142,0.338,143,0.382,144,0.452,145,0.818,146,0.68,147,0.452,148,0.338,149,0.428,150,0.68,151,0.338,152,0.452,153,0.338,154,0.452,155,0.452,156,0.338,157,0.452,158,0.452,159,0.338,160,0.452,161,0.338,162,0.452,163,0.338,164,0.428,165,0.452,166,0.338,167,0.452,168,0.452,169,0.338,170,0.452,171,0.338,172,0.452,173,0.338,174,0.68,175,0.452,176,0.338,177,0.68,178,0.338,179,0.452,180,0.338,181,0.452,182,0.338,183,0.478,184,0.452,185,0.338,186,0.452,187,0.338,188,0.452,189,0.297,190,0.452,191,0.338,192,0.452,193,0.318,194,0.922,195,0.452,196,0.338,197,0.452,198,0.338,199,0.452,200,0.338,201,0.452,202,0.338,203,0.338,204,0.452,205,0.382,206,0.338,207,0.452,208,0.318,209,0.428,210,0.452,211,0.007,212,0.01,213,0.007,214,2.243,215,1.533,216,4.724,217,4.724,218,3.006,219,4.724,220,3.93,221,4.724,222,4.724,223,4.724,224,2.613,225,5.254,226,5.254,227,3.93,228,3.93,229,5.254,230,5.254,231,3.93,232,3.373,233,1.748,234,1.748,235,3.652,236,4.054,237,4.509,238,3.93,239,2.613,240,2.613,241,3.93,242,2.613,243,3.93,244,4.724,245,2.613,246,2.243,247,2.613,248,2.613,249,2.613,250,2.613,251,2.613,252,3.006,253,3.373,254,2.197,255,2.613,256,2.613,257,2.049,258,1.019,259,1.24,260,1.019,261,1.019,262,1.36,263,0.909,264,1.943,265,2.613,266,2.613,267,2.613,268,2.613,269,1.019,270,1.816,271,0.919,272,1.446,273,1.998,274,1.708,275,1.019,276,2.613,277,2.613,278,1.998,279,2.243,280,2.613,281,1.998,282,2.613,283,2.243,284,3.93,285,3.93,286,0.831,287,2.613,288,2.613,289,1.382,290,2.613,291,2.243,292,2.613,293,0.967,294,2.613,295,2.049,296,1.274,297,2.613,298,1.355,299,1.446,300,1.549,301,1.446,302,2.243,303,2.613,304,2.613,305,1.549,306,2.613,307,0.919,308,0.919,309,2.613,310,1.617,311,2.613,312,2.613,313,2.613,314,3.93,315,3.93,316,2.613,317,4.724,318,1.816,319,2.613,320,2.613,321,0.967,322,2.613,323,2.613,324,3.93,325,3.069,326,3.93,327,3.006,328,3.373,329,3.93,330,2.33,331,3.93,332,2.731,333,3.373,334,3.93,335,3.93,336,1.916,337,3.93,338,3.93,339,3.93,340,3.93,341,3.93,342,5.254,343,2.038,344,3.93,345,1.916,346,3.006,347,1.617,348,2.731,349,3.006,350,3.93,351,3.93,352,3.93,353,2.513,354,3.93,355,3.93,356,2.513]],["title/components/AppComponent.html",[0,0.127,142,0.472]],["body/components/AppComponent.html",[0,0.17,1,0.357,2,0.67,3,0.112,4,0.096,5,0.477,6,0.477,7,0.477,8,0.477,9,0.096,13,0.427,14,0.855,15,0.907,17,0.598,19,0.598,21,0.145,22,0.563,24,0.939,25,0.598,27,0.357,29,0.883,30,0.743,32,0.844,33,0.02,34,0.636,35,0.557,36,0.755,38,0.882,39,1.102,41,0.355,42,0.197,43,0.559,44,0.112,45,0.096,127,1.763,131,0.403,132,0.708,133,0.633,134,0.357,135,0.883,136,0.477,139,0.477,140,0.357,141,0.477,142,0.699,143,0.713,144,0.477,145,0.357,146,0.477,147,0.477,148,0.357,149,0.451,150,0.708,151,0.357,152,0.477,153,0.357,154,0.477,155,0.477,156,0.357,157,0.477,158,0.477,159,0.357,160,0.477,161,0.357,162,0.477,163,0.357,164,0.451,165,0.477,166,0.357,167,0.477,168,0.477,169,0.357,170,0.477,171,0.357,172,0.477,173,0.357,174,0.477,175,0.477,176,0.357,177,0.708,178,0.357,179,0.477,180,0.357,181,0.477,182,0.357,183,0.593,184,0.477,185,0.357,186,0.477,187,0.357,188,0.477,189,0.314,190,0.477,191,0.357,192,0.477,193,0.335,194,0.944,195,0.477,196,0.357,197,0.477,198,0.357,199,0.477,200,0.357,201,0.477,202,0.357,203,0.357,204,0.477,205,0.403,206,0.357,207,0.477,208,0.335,209,0.451,210,0.477,211,0.007,212,0.01,213,0.007,224,2.264,235,3.751,246,3.512,254,1.076,259,0.966,262,1.739,263,1.162,270,1.917,272,1.526,273,2.109,274,2.12,279,3.512,286,1.301,293,1.021,295,1.902,305,1.635,310,1.135,321,1.515,357,2.367,358,2.616,359,4.878,360,4.092,361,4.878,362,4.878,363,4.878,364,4.878,365,3.39,366,3.39,367,4.878,368,5.397,369,5.397,370,5.397,371,4.092,372,5.397,373,4.092,374,2.758,375,4.127,376,4.187,377,3.751,378,4.092,379,4.127,380,2.758,381,2.844,382,4.092,383,4.092,384,4.092,385,3.512,386,3.512,387,4.092,388,3.129,389,2.758,390,2.758,391,4.092,392,1.63,393,2.758,394,5.765,395,2.758,396,4.092,397,2.758,398,4.127,399,2.758,400,2.616,401,2.758,402,2.758,403,3.512,404,2.758,405,2.758,406,1.917,407,4.092,408,4.092,409,4.092,410,2.758,411,1.917,412,1.917,413,2.758,414,1.43,415,2.758,416,2.758,417,2.758,418,2.758,419,1.763,420,2.758,421,2.758,422,2.758,423,2.758,424,2.758,425,2.758,426,2.758,427,2.758,428,2.758,429,2.758,430,4.092,431,2.758,432,2.758,433,4.878,434,2.758,435,4.878,436,2.758,437,2.758,438,2.758,439,4.092,440,2.758,441,2.758,442,4.092,443,2.758,444,4.092,445,4.092,446,1.917,447,5.397,448,1.368,449,2.426,450,4.092,451,2.844,452,4.092,453,4.092,454,4.092,455,4.092,456,1.917,457,2.109,458,2.109,459,2.367,460,1.917,461,2.109,462,1.917,463,1.917]],["title/modules/AppModule.html",[464,2.159,465,2.328]],["body/modules/AppModule.html",[1,0.783,3,0.113,4,0.097,9,0.097,11,0.505,29,0.99,33,0.019,41,0.45,42,0.198,43,0.561,44,0.199,45,0.143,131,0.404,140,0.783,142,0.888,143,0.404,145,0.783,148,0.783,151,0.783,153,0.783,156,0.783,159,0.783,161,0.783,163,0.783,166,0.783,169,0.783,171,0.783,173,0.783,176,0.783,178,0.783,180,0.783,182,0.783,183,0.336,185,0.783,187,0.783,189,0.688,191,0.783,193,0.735,196,0.783,198,0.783,200,0.783,202,0.783,203,0.783,208,0.735,211,0.007,212,0.01,213,0.007,263,0.79,264,1.139,271,0.973,272,1.531,286,0.88,289,1.443,307,0.973,332,1.924,375,3.138,398,2.117,400,1.77,411,3.758,412,1.924,414,1.435,464,1.641,465,4.94,466,1.531,467,1.77,468,3.398,469,3.398,470,3.125,471,1.924,472,2.376,473,2.376,474,2.376,475,2.376,476,2.376,477,3.585,478,3.585,479,3.585,480,3.138,481,1.77,482,1.924,483,1.924,484,2.852,485,3.521,486,3.138,487,1.77,488,2.852,489,2.376,490,2.376,491,2.117,492,2.376,493,2.376,494,3.521,495,1.924,496,2.376,497,2.117,498,1.641,499,2.376,500,3.521,501,2.376,502,2.376,503,2.376,504,2.376,505,2.376,506,2.376,507,2.376,508,2.376,509,1.924,510,2.376,511,2.376,512,1.924,513,2.376,514,2.376,515,2.376,516,2.376,517,2.376,518,4.955,519,1.924,520,2.376,521,1.924,522,2.376,523,1.77,524,2.376,525,2.376,526,2.376,527,3.739,528,3.521,529,1.924,530,2.376,531,4.64,532,3.521,533,3.521,534,2.376,535,2.376,536,2.117,537,3.138,538,1.924,539,2.376,540,2.376,541,2.376,542,3.521,543,2.376,544,2.376,545,3.521,546,2.376,547,3.521,548,3.521,549,2.623,550,2.117,551,2.376,552,1.924,553,2.376,554,2.376,555,1.924,556,2.376,557,2.376,558,2.376,559,3.521,560,2.117,561,2.376,562,1.924,563,2.376,564,3.521,565,2.376,566,3.521,567,2.376,568,1.924,569,1.77,570,1.77,571,2.376,572,1.924,573,2.376,574,2.376,575,1.924,576,3.521,577,2.376,578,1.924,579,1.924,580,2.376,581,2.852,582,2.376,583,2.376,584,2.376,585,1.77,586,2.117,587,2.376,588,2.376,589,2.376,590,3.138,591,2.376,592,2.376,593,2.376,594,1.924,595,2.376,596,2.117,597,2.117]],["title/classes/AppPage.html",[45,0.127,598,2.785]],["body/classes/AppPage.html",[3,0.224,4,0.192,9,0.192,21,0.289,25,0.948,30,0.69,33,0.019,38,0.948,41,0.323,44,0.224,45,0.192,133,0.851,211,0.014,212,0.016,213,0.014,289,2.283,358,3.515,487,3.515,598,4.965,599,3.515,600,4.719,601,7.137,602,7.137,603,5.499,604,5.499,605,4.719,606,5.499,607,6.492,608,5.499,609,5.499]],["title/modules/AppRoutingModule.html",[464,2.159,477,2.159]],["body/modules/AppRoutingModule.html",[3,0.23,4,0.197,9,0.197,33,0.019,41,0.388,42,0.404,44,0.23,45,0.197,211,0.014,212,0.017,213,0.014,286,1.794,310,2.321,414,2.925,466,3.121,471,3.921,477,3.908,484,3.921,488,4.581,497,5.041,498,4.14,596,4.315,597,4.315,610,5.642,611,5.642,612,5.642,613,5.642]],["title/components/BaseComponent.html",[0,0.127,145,0.472]],["body/components/BaseComponent.html",[0,0.2,1,0.479,2,0.826,3,0.151,4,0.129,5,0.64,6,0.64,7,0.64,8,0.64,9,0.129,11,0.921,12,1.225,13,0.573,14,0.872,15,0.928,17,0.737,19,0.737,21,0.195,22,0.694,23,1.191,24,1.186,25,0.737,26,1.25,27,0.479,28,1.014,29,1.056,30,0.686,32,0.64,33,0.019,34,0.61,35,0.429,36,0.573,38,0.838,39,0.675,41,0.297,42,0.265,43,0.75,44,0.151,45,0.129,46,1.014,93,2.83,131,0.541,132,0.873,133,0.781,134,0.479,135,1.009,136,0.64,139,0.64,140,0.479,141,0.64,142,0.479,143,0.541,144,0.64,145,0.798,146,1.151,147,0.64,148,0.479,149,0.606,150,0.873,151,0.479,152,0.64,153,0.479,154,0.64,155,0.64,156,0.479,157,0.64,158,0.64,159,0.479,160,0.64,161,0.479,162,0.64,163,0.479,164,0.606,165,0.64,166,0.479,167,0.64,168,0.64,169,0.479,170,0.64,171,0.479,172,0.64,173,0.479,174,1.066,175,0.64,176,0.479,177,0.873,178,0.479,179,0.64,180,0.479,181,0.64,182,0.479,183,0.613,184,0.64,185,0.479,186,0.64,187,0.479,188,0.64,189,0.421,190,0.64,191,0.479,192,0.64,193,0.45,194,1.056,195,0.64,196,0.479,197,0.64,198,0.479,199,0.64,200,0.479,201,0.64,202,0.479,203,0.479,204,0.64,205,0.541,206,0.479,207,0.64,208,0.45,209,0.606,210,0.64,211,0.009,212,0.013,213,0.009,233,2.282,234,2.282,259,1.191,278,3.858,286,1.604,289,1.774,325,2.615,343,2.615,347,2.075,353,3.225,614,5.713,615,3.176,616,5.74,617,5.045,618,3.701,619,3.701,620,3.701,621,3.701,622,3.701,623,3.701,624,3.701,625,3.701,626,3.701,627,5.045,628,5.045,629,3.225,630,5.045,631,4.33,632,5.045]],["title/components/ChoicesListComponent.html",[0,0.127,148,0.472]],["body/components/ChoicesListComponent.html",[0,0.208,1,0.514,2,0.866,3,0.162,4,0.139,5,0.687,6,0.687,7,0.687,8,0.687,9,0.139,13,0.615,14,0.876,15,0.932,17,0.773,19,0.773,21,0.209,22,0.728,23,1.249,24,1.221,27,0.514,28,1.088,29,1.082,30,0.563,32,0.687,33,0.019,34,0.628,35,0.45,36,0.615,41,0.311,42,0.284,43,0.805,44,0.162,45,0.139,46,1.088,103,2.197,131,0.58,132,0.915,133,0.819,134,0.514,135,1.039,136,0.687,139,0.687,140,0.514,141,0.687,142,0.514,143,0.58,144,0.687,145,0.514,146,0.687,147,0.687,148,0.822,149,1.154,150,0.915,151,0.514,152,0.687,153,0.514,154,0.687,155,0.687,156,0.514,157,0.687,158,0.687,159,0.514,160,0.687,161,0.514,162,0.687,163,0.514,164,0.65,165,0.687,166,0.514,167,0.687,168,0.687,169,0.514,170,0.687,171,0.514,172,0.687,173,0.514,174,0.687,175,0.687,176,0.514,177,0.915,178,0.514,179,0.687,180,0.514,181,0.687,182,0.514,183,0.643,184,0.687,185,0.514,186,0.687,187,0.514,188,0.687,189,0.452,190,0.687,191,0.514,192,0.687,193,0.483,194,1.082,195,0.687,196,0.514,197,0.687,198,0.514,199,0.687,200,0.514,201,0.687,202,0.514,203,0.514,204,0.687,205,0.58,206,0.514,207,0.687,208,0.483,209,0.65,210,0.687,211,0.01,212,0.013,213,0.01,578,4.136,633,5.107,634,3.038,635,3.137,636,5.107,637,4.541,638,3.409,639,3.409,640,4.047,641,5.292,642,4.541,643,3.972,644,3.972,645,3.038,646,3.972,647,4.541,648,2.355]],["title/components/CommentsListComponent.html",[0,0.127,151,0.472]],["body/components/CommentsListComponent.html",[0,0.207,1,0.51,2,0.861,3,0.16,4,0.137,5,0.681,6,0.681,7,0.681,8,0.681,9,0.137,13,0.609,14,0.875,15,0.932,17,0.768,19,0.768,21,0.207,22,0.724,23,1.242,24,1.217,27,0.51,28,1.078,29,1.079,30,0.559,32,0.681,33,0.019,34,0.626,35,0.447,36,0.609,41,0.309,42,0.282,43,0.798,44,0.16,45,0.137,46,1.078,47,4.835,131,0.575,132,0.91,133,0.814,134,0.51,135,1.035,136,0.681,139,0.681,140,0.51,141,0.681,142,0.51,143,0.575,144,0.681,145,0.51,146,0.681,147,0.681,148,0.51,149,0.644,150,0.91,151,0.819,152,1.216,153,0.51,154,0.681,155,0.681,156,0.51,157,0.681,158,0.681,159,0.51,160,0.681,161,0.51,162,0.681,163,0.51,164,0.644,165,0.681,166,0.51,167,0.681,168,0.681,169,0.51,170,0.681,171,0.51,172,0.681,173,0.51,174,0.681,175,0.681,176,0.51,177,0.91,178,0.51,179,0.681,180,0.51,181,0.681,182,0.51,183,0.639,184,0.681,185,0.51,186,0.681,187,0.51,188,0.681,189,0.448,190,0.681,191,0.51,192,0.681,193,0.478,194,1.079,195,0.681,196,0.51,197,0.681,198,0.51,199,0.681,200,0.51,201,0.681,202,0.51,203,0.51,204,0.681,205,0.575,206,0.51,207,0.681,208,0.478,209,0.644,210,0.681,211,0.01,212,0.013,213,0.01,575,4.117,634,3.01,635,3.118,636,5.083,637,4.513,638,3.378,639,3.378,649,5.083,650,5.184,651,5.259,652,4.022,653,6.322]],["title/components/CopyTextComponent.html",[0,0.127,153,0.472]],["body/components/CopyTextComponent.html",[0,0.203,1,0.492,2,0.841,3,0.155,4,0.133,5,0.657,6,0.657,7,0.657,8,0.657,9,0.133,11,0.937,12,1.241,13,0.588,14,0.873,15,0.929,17,0.75,19,0.75,21,0.2,23,0.897,25,0.75,26,1.263,27,0.492,30,0.663,32,0.657,33,0.019,34,0.617,35,0.436,36,0.588,38,0.75,39,0.937,41,0.302,42,0.272,44,0.155,45,0.133,131,0.555,132,0.888,133,0.795,134,0.492,135,1.02,136,0.657,139,0.657,140,0.492,141,0.657,142,0.492,143,0.555,144,0.657,145,0.492,146,0.657,147,0.657,148,0.492,149,0.622,150,0.888,151,0.492,152,0.657,153,0.807,154,1.207,155,0.657,156,0.492,157,0.657,158,0.657,159,0.492,160,0.657,161,0.492,162,0.657,163,0.492,164,0.622,165,0.657,166,0.492,167,0.657,168,0.657,169,0.492,170,0.657,171,0.492,172,0.657,173,0.492,174,0.657,175,0.657,176,0.492,177,0.888,178,0.492,179,0.657,180,0.492,181,0.657,182,0.492,183,0.624,184,0.657,185,0.492,186,0.657,187,0.492,188,0.657,189,0.432,190,0.657,191,0.492,192,0.657,193,0.462,194,1.066,195,0.657,196,0.492,197,0.657,198,0.492,199,0.657,200,0.492,201,0.657,202,0.492,203,0.492,204,0.888,205,0.555,206,0.492,207,0.657,208,0.462,209,0.622,210,0.657,211,0.01,212,0.013,213,0.01,296,2.503,308,1.805,336,2.503,379,3.927,419,2.428,549,4.289,572,4.524,654,5.586,655,3.259,656,5.817,657,5.135,658,6.232,659,6.51,660,3.798,661,5.135,662,3.798,663,3.798,664,2.904,665,2.904,666,2.904,667,2.428,668,3.798,669,3.259,670,2.904,671,3.798,672,5.135]],["title/components/CreateOrRetrieveComponent.html",[0,0.127,156,0.472]],["body/components/CreateOrRetrieveComponent.html",[0,0.183,1,0.404,2,0.733,3,0.127,4,0.109,5,0.539,6,0.539,7,0.539,8,0.539,9,0.109,11,0.817,12,1.117,13,0.483,14,0.862,15,0.916,17,0.654,19,0.654,21,0.236,22,0.616,23,1.35,24,1.213,25,0.654,26,1.317,27,0.404,28,0.854,29,1.032,30,0.73,32,0.905,33,0.02,34,0.624,35,0.536,36,0.81,38,0.921,39,0.955,41,0.308,42,0.223,43,0.632,44,0.127,45,0.109,46,0.854,49,2.32,94,2.385,95,2.385,96,2.167,97,2.385,99,2.676,103,1.725,107,2.789,109,1.725,114,1.849,118,1.725,122,1.993,127,1.993,131,0.455,132,0.774,133,0.693,134,0.404,135,0.936,136,0.539,139,0.539,140,0.404,141,0.539,142,0.404,143,0.455,144,0.539,145,0.86,146,0.774,147,0.539,148,0.404,149,0.51,150,0.774,151,0.404,152,0.539,153,0.404,154,0.539,155,0.539,156,0.741,157,1.149,158,0.539,159,0.404,160,0.539,161,0.404,162,0.539,163,0.404,164,0.51,165,0.539,166,0.404,167,0.539,168,0.539,169,0.404,170,0.539,171,0.404,172,0.539,173,0.404,174,0.539,175,0.539,176,0.404,177,0.774,178,0.404,179,0.539,180,0.404,181,0.539,182,0.404,183,0.544,184,0.539,185,0.404,186,0.539,187,0.404,188,0.539,189,0.355,190,0.539,191,0.404,192,0.539,193,0.379,194,0.992,195,0.539,196,0.404,197,0.539,198,0.404,199,0.539,200,0.404,201,0.539,202,0.404,203,0.404,204,0.539,205,0.455,206,0.404,207,0.539,208,0.379,209,0.51,210,0.539,211,0.008,212,0.011,213,0.008,215,1.745,224,2.476,232,3.841,233,1.938,234,1.938,253,3.841,254,2.362,255,2.896,257,2.231,258,1.216,259,1.35,260,1.216,261,1.216,262,0.898,263,0.6,264,1.841,269,1.216,271,1.096,275,1.216,286,0.991,289,1.574,291,2.676,392,1.365,460,2.167,462,3.11,463,3.11,512,4.513,647,2.676,648,1.849,673,5.573,674,2.676,675,4.475,676,5.235,677,4.475,678,5.235,679,4.475,680,4.475,681,4.475,682,3.118,683,3.11,684,3.118,685,3.118,686,3.118,687,2.676,688,3.118,689,3.118,690,3.118,691,3.841,692,4.475,693,4.475,694,4.475,695,4.475,696,4.475,697,4.475,698,4.475,699,4.475,700,4.475,701,3.841,702,2.385,703,2.385,704,2.676,705,1.993,706,3.118,707,2.385,708,3.118,709,2.676,710,2.676,711,2.167,712,2.385,713,2.385,714,3.118,715,3.118,716,3.118]],["title/interfaces/DateChoice.html",[717,1.102,718,2.015]],["body/interfaces/DateChoice.html",[3,0.153,4,0.131,9,0.227,21,0.198,22,0.702,33,0.02,35,0.492,44,0.29,211,0.01,212,0.013,213,0.01,254,1.466,289,1.793,293,2.297,295,2.609,296,3.026,297,3.433,298,3.902,299,4.062,301,4.062,307,2.551,310,2.935,318,2.613,321,1.392,330,2.229,347,1.547,348,4.022,392,1.815,448,2.425,449,2.229,717,1.751,718,3.433,719,1.949,720,2.613,721,4.511,722,2.821,723,4.958,724,2.876,725,5.003,726,2.876,727,5.003,728,2.876,729,2.613,730,4.022,731,2.876,732,2.876,733,2.876,734,4.313,735,2.613,736,2.876,737,3.26,738,3.9,739,3.9,740,2.876,741,2.876,742,2.876,743,4.509,744,4.022,745,2.613,746,3.589,747,2.08,748,2.876,749,2.229,750,4.426]],["title/interfaces/DateOption.html",[717,1.102,751,2.531]],["body/interfaces/DateOption.html",[3,0.144,4,0.124,9,0.124,14,0.404,15,0.431,16,3.749,21,0.187,22,0.675,24,0.943,29,0.581,33,0.02,35,0.477,36,0.759,41,0.288,44,0.2,45,0.124,126,2.269,183,0.847,211,0.009,212,0.012,213,0.009,218,3.749,254,1.912,259,1.157,286,1.786,293,2.079,297,1.963,298,3.14,299,3.351,300,3.769,301,3.636,307,1.724,310,2.017,321,2.079,365,3.903,366,3.407,381,2.466,392,1.817,406,3.903,448,1.877,568,2.466,635,2.104,717,1.074,718,2.712,719,1.84,722,2.712,747,3.107,749,2.907,751,3.407,752,2.714,753,2.104,754,2.269,755,3.046,756,2.714,757,4.207,758,4.207,759,3.59,760,4.207,761,4.207,762,2.466,763,2.269,764,3.046,765,2.104,766,3.046,767,3.046,768,3.046,769,3.046,770,3.749,771,4.207,772,3.046,773,2.466,774,3.872,775,3.046,776,3.046,777,2.714,778,2.466,779,3.046,780,3.046,781,2.714,782,2.466,783,3.046,784,3.046,785,3.046,786,3.046,787,3.046,788,3.046,789,2.714,790,4.632,791,4.82,792,2.714,793,2.907,794,3.046,795,3.046,796,3.749,797,4.207,798,3.749,799,2.714,800,3.046,801,3.046,802,3.046,803,2.714,804,3.046,805,3.046,806,3.046,807,2.714,808,3.046,809,3.046,810,3.107,811,2.712,812,2.269,813,3.046,814,3.046,815,3.046,816,3.046,817,3.749,818,3.046,819,3.046,820,3.903,821,4.207,822,3.749,823,4.82,824,2.714,825,3.046,826,3.046,827,3.046,828,3.046,829,3.046,830,2.269,831,3.046,832,2.466,833,2.466,834,3.046,835,3.046,836,3.046,837,3.749,838,3.046,839,3.046,840,3.046,841,3.046,842,3.749,843,3.407,844,3.046,845,3.046,846,3.046,847,3.046,848,3.046,849,5.198,850,4.295,851,4.207,852,3.046,853,3.046,854,3.903,855,4.207,856,3.046,857,3.134,858,3.046,859,3.046,860,3.046,861,3.046,862,3.046,863,3.046,864,3.046]],["title/injectables/DateUtilities.html",[865,2.015,866,2.531]],["body/injectables/DateUtilities.html",[3,0.178,4,0.153,9,0.153,21,0.231,25,0.824,30,0.725,32,1.18,33,0.02,34,0.675,35,0.56,36,1.055,38,0.996,41,0.258,42,0.313,44,0.178,45,0.153,211,0.011,212,0.014,213,0.011,254,2.806,289,1.54,307,2.194,310,1.801,336,2.135,358,2.799,406,3.043,448,2.566,763,3.606,774,3.606,854,4.852,865,3.12,866,3.92,867,3.043,868,3.758,869,5.641,870,5.641,871,5.641,872,5.641,873,5.641,874,5.641,875,4.379,876,4.841,877,5.641,878,4.379,879,7.103,880,4.379,881,3.758,882,4.379,883,6.82,884,4.379,885,4.379,886,5.641,887,3.349,888,4.379,889,4.379,890,4.379,891,5.641,892,5.656,893,4.379,894,4.379,895,4.379,896,3.349,897,3.349,898,5.216,899,4.379,900,4.379,901,4.379,902,4.379]],["title/directives/DateValueAccessor.html",[134,0.472,206,0.472]],["body/directives/DateValueAccessor.html",[3,0.153,4,0.131,9,0.131,11,0.931,13,0.582,14,0.738,21,0.198,25,0.745,27,0.487,30,0.727,32,1.122,33,0.02,34,0.642,35,0.551,36,1.004,38,0.906,39,1.324,41,0.3,42,0.269,44,0.208,45,0.131,133,0.789,134,0.66,205,0.549,206,0.749,211,0.01,212,0.013,213,0.01,259,1.366,263,1.452,274,1.634,286,1.195,289,1.322,300,2.229,308,2.281,310,1.547,419,2.404,448,2.168,470,3.26,495,2.613,569,4.45,570,3.26,585,3.26,590,2.876,759,2.404,903,5.323,904,5.973,905,3.227,906,5.1,907,5.1,908,5.788,909,4.377,910,5.788,911,4.022,912,5.1,913,5.1,914,5.1,915,5.1,916,5.1,917,5.1,918,5.788,919,3.76,920,6.206,921,5.788,922,4.746,923,3.76,924,5.1,925,3.76,926,3.76,927,5.1,928,3.76,929,5.1,930,4.967,931,3.76,932,6.206,933,5.1,934,3.76,935,5.1,936,3.76,937,5.1,938,5.1,939,3.76,940,5.1,941,3.76,942,5.1,943,3.76,944,3.76,945,3.76,946,3.76,947,3.76,948,3.227,949,3.76,950,3.227,951,3.76,952,3.76,953,3.227,954,3.76,955,3.76,956,3.76,957,3.76,958,5.788,959,3.76,960,3.76,961,3.76,962,3.76]],["title/modules/DateValueAccessorModule.html",[464,2.159,478,2.159]],["body/modules/DateValueAccessorModule.html",[3,0.215,4,0.184,9,0.184,33,0.019,41,0.373,42,0.378,44,0.215,45,0.184,131,0.771,206,0.991,211,0.013,212,0.016,213,0.013,263,1.219,448,1.764,464,3.13,466,2.92,467,3.374,468,4.719,469,3.669,470,3.374,471,4.719,478,4.384,480,4.846,481,3.374,482,3.669,488,4.404,569,3.374,570,3.374,903,4.037,911,4.719,963,4.53,964,4.53,965,4.53,966,4.53,967,5.279]],["title/components/DatesComponent.html",[0,0.127,159,0.472]],["body/components/DatesComponent.html",[0,0.149,1,0.289,2,0.571,3,0.091,4,0.078,5,0.386,6,0.386,7,0.386,8,0.386,9,0.078,11,0.636,12,0.915,13,0.346,14,0.841,15,0.888,17,0.509,19,0.509,21,0.118,22,0.48,23,1.143,24,1.157,25,0.509,26,1.178,27,0.289,28,0.612,29,0.911,30,0.747,32,0.603,33,0.02,34,0.52,35,0.525,36,0.539,38,0.955,39,1.153,41,0.342,42,0.16,43,0.453,44,0.091,45,0.078,46,0.612,102,2.066,103,1.236,107,1.699,118,1.236,122,2.228,131,0.326,132,0.603,133,0.539,134,0.289,135,0.792,136,0.386,139,0.386,140,0.289,141,0.386,142,0.289,143,0.326,144,0.386,145,0.778,146,0.603,147,0.386,148,0.289,149,0.366,150,0.603,151,0.289,152,0.386,153,0.289,154,0.386,155,0.386,156,0.289,157,0.386,158,0.386,159,0.627,160,0.386,161,0.289,162,0.386,163,0.289,164,0.702,165,0.386,166,0.289,167,0.386,168,0.386,169,0.289,170,0.386,171,0.289,172,0.386,173,0.289,174,0.386,175,0.386,176,0.289,177,0.603,178,0.289,179,0.386,180,0.289,181,0.386,182,0.289,183,0.424,184,0.386,185,0.289,186,0.386,187,0.289,188,0.386,189,0.254,190,0.386,191,0.289,192,0.386,193,0.272,194,0.859,195,0.386,196,0.289,197,0.386,198,0.289,199,0.386,200,0.289,201,0.386,202,0.289,203,0.289,204,0.603,205,0.326,206,0.289,207,0.386,208,0.272,209,0.366,210,0.386,211,0.006,212,0.009,213,0.006,215,1.359,233,1.586,234,1.586,235,3.365,236,3.678,237,4.155,254,2.169,257,1.888,258,0.871,259,1.143,260,0.871,261,0.871,262,1.394,263,0.671,264,0.919,269,0.871,270,1.553,271,0.786,272,1.236,273,1.708,274,2.104,275,0.871,286,1.108,293,2.151,295,1.671,298,2.222,299,2.371,301,2.371,302,2.991,307,2.043,308,1.846,310,1.991,325,1.158,343,1.807,356,2.228,366,1.553,381,2.978,448,2.009,481,2.228,549,3.714,642,2.991,664,1.708,665,1.708,666,1.708,667,1.428,670,1.708,705,1.428,735,1.553,747,1.928,763,3.356,774,3.948,792,2.665,793,2.066,796,2.665,833,1.553,843,2.422,854,1.553,857,3.095,866,4.038,876,1.917,881,2.991,892,4.774,898,2.665,968,1.917,969,4.286,970,3.485,971,4.286,972,5.25,973,4.286,974,4.286,975,4.286,976,4.841,977,4.841,978,4.841,979,3.485,980,4.841,981,4.841,982,4.841,983,4.841,984,3.485,985,2.234,986,2.234,987,3.485,988,2.991,989,2.234,990,3.485,991,3.485,992,2.234,993,3.485,994,2.991,995,2.234,996,2.234,997,2.991,998,3.485,999,2.234,1000,2.991,1001,2.234,1002,2.234,1003,2.234,1004,2.234,1005,2.991,1006,2.234,1007,2.234,1008,2.234,1009,2.234,1010,2.234,1011,4.286,1012,3.485,1013,2.234,1014,2.234,1015,2.234,1016,2.234,1017,2.234,1018,2.234,1019,2.234,1020,2.665,1021,2.234,1022,2.234,1023,2.234,1024,2.991,1025,3.485,1026,2.234,1027,2.234,1028,4.841,1029,3.485,1030,3.485,1031,2.234,1032,3.485,1033,2.234,1034,2.234,1035,2.234,1036,4.286,1037,2.234,1038,4.286,1039,3.485,1040,2.234,1041,2.234,1042,2.234,1043,2.234,1044,2.234,1045,2.234,1046,2.234,1047,2.234,1048,2.234,1049,2.234,1050,2.234,1051,1.917,1052,2.234,1053,3.485,1054,2.234,1055,1.708,1056,1.917,1057,2.234,1058,3.485,1059,3.485,1060,2.991,1061,2.991,1062,3.485,1063,4.841,1064,4.841,1065,3.485,1066,3.485,1067,3.485,1068,3.485,1069,3.485,1070,3.485,1071,3.485,1072,4.841,1073,3.485,1074,3.485,1075,3.485,1076,3.485,1077,3.485,1078,3.485,1079,3.485,1080,3.485,1081,4.286,1082,1.708,1083,2.665,1084,2.234,1085,3.365,1086,1.917,1087,1.708,1088,2.665,1089,1.708]],["title/components/DebuggerComponent.html",[0,0.127,161,0.472]],["body/components/DebuggerComponent.html",[0,0.194,1,0.452,2,0.794,3,0.142,4,0.122,5,0.604,6,0.604,7,0.604,8,0.604,9,0.122,11,0.885,12,1.188,13,0.54,14,0.869,15,0.924,17,0.708,19,0.708,21,0.184,22,0.667,23,1.144,24,1.158,25,0.708,26,1.219,27,0.452,28,0.957,29,1.034,30,0.695,32,0.838,33,0.019,34,0.626,35,0.537,36,0.75,38,0.813,39,0.885,41,0.285,42,0.25,43,0.708,44,0.142,45,0.122,46,0.957,131,0.51,132,0.838,133,0.75,134,0.452,135,0.985,136,0.604,139,0.604,140,0.452,141,0.604,142,0.452,143,0.51,144,0.604,145,0.452,146,0.604,147,0.604,148,0.452,149,0.572,150,0.838,151,0.452,152,0.604,153,0.452,154,0.604,155,0.604,156,0.452,157,0.604,158,0.604,159,0.452,160,0.604,161,0.779,162,0.604,163,0.452,164,0.572,165,0.604,166,0.452,167,0.604,168,0.604,169,0.452,170,0.604,171,0.452,172,0.604,173,0.452,174,0.963,175,0.604,176,0.452,177,0.838,178,0.452,179,0.604,180,0.452,181,0.604,182,0.452,183,0.731,184,0.604,185,0.452,186,0.604,187,0.452,188,0.604,189,0.397,190,0.604,191,0.452,192,0.604,193,0.424,194,1.034,195,0.604,196,0.452,197,0.604,198,0.452,199,0.604,200,0.452,201,0.604,202,0.452,203,0.452,204,0.604,205,0.51,206,0.452,207,0.604,208,0.424,209,0.572,210,0.604,211,0.009,212,0.012,213,0.009,259,0.824,262,1.005,263,0.672,264,1.436,286,1.77,289,1.704,295,1.89,345,2.363,347,2.474,392,1.452,640,3.707,667,3.099,729,3.369,789,3.707,810,2.681,842,2.67,909,4.16,1090,2.997,1091,5.568,1092,4.847,1093,6.32,1094,6.015,1095,4.847,1096,4.847,1097,3.492,1098,3.492,1099,4.847,1100,6.015,1101,3.492,1102,3.492,1103,4.847,1104,3.492,1105,3.492,1106,4.847,1107,4.847,1108,4.847,1109,4.16,1110,4.847,1111,4.847,1112,4.847,1113,6.54,1114,4.847,1115,4.847,1116,4.847,1117,4.847,1118,4.847]],["title/components/EndConfirmationComponent.html",[0,0.127,163,0.472]],["body/components/EndConfirmationComponent.html",[0,0.169,1,0.352,2,0.663,3,0.111,4,0.095,5,0.47,6,0.47,7,0.47,8,0.47,9,0.095,11,0.739,12,1.032,13,0.421,14,0.853,15,0.905,17,0.591,19,0.591,21,0.143,22,0.557,23,1.469,24,1.156,25,0.591,26,1.261,27,0.352,28,0.745,29,0.983,30,0.718,32,0.7,33,0.019,34,0.567,35,0.51,36,0.626,38,0.877,39,0.978,41,0.337,42,0.195,43,0.551,44,0.111,45,0.095,46,0.745,48,2.814,49,3.713,89,3.474,107,1.325,131,0.397,132,0.7,133,0.626,134,0.352,135,0.877,136,0.47,139,0.47,140,0.352,141,0.47,142,0.352,143,0.397,144,0.47,145,0.828,146,0.7,147,0.47,148,0.352,149,0.445,150,0.7,151,0.352,152,0.47,153,0.352,154,0.47,155,0.47,156,0.352,157,0.47,158,0.47,159,0.352,160,0.47,161,0.352,162,0.47,163,0.694,164,1.047,165,0.47,166,0.352,167,0.47,168,0.47,169,0.352,170,0.47,171,0.352,172,0.47,173,0.352,174,0.47,175,0.47,176,0.352,177,0.7,178,0.352,179,0.47,180,0.352,181,0.47,182,0.352,183,0.492,184,0.47,185,0.352,186,0.47,187,0.352,188,0.47,189,0.309,190,0.47,191,0.352,192,0.47,193,0.33,194,0.938,195,0.47,196,0.352,197,0.47,198,0.352,199,0.47,200,0.352,201,0.47,202,0.352,203,0.352,204,0.7,205,0.397,206,0.352,207,0.47,208,0.33,209,0.445,210,0.47,211,0.007,212,0.01,213,0.007,215,1.579,233,1.79,234,1.79,257,2.09,258,1.06,259,0.956,260,1.06,261,1.06,262,0.783,263,0.523,269,1.06,271,0.956,274,1.181,275,1.06,325,3.543,327,4.594,330,2.4,333,3.474,343,3.114,345,3.117,347,2.204,392,0.709,448,1.353,451,2.814,509,4.444,527,4.382,529,1.889,549,3.978,640,4.098,648,1.612,650,4.098,664,2.079,665,2.079,666,2.079,667,1.738,669,2.333,670,2.079,683,2.814,737,3.84,782,2.814,896,3.096,1055,3.096,1085,1.889,1087,2.079,1088,2.079,1119,5.487,1120,2.333,1121,3.474,1122,4.837,1123,4.048,1124,4.917,1125,4.837,1126,4.048,1127,5.359,1128,4.048,1129,4.048,1130,2.719,1131,2.719,1132,2.719,1133,2.719,1134,2.719,1135,2.719,1136,2.719,1137,2.079,1138,4.048,1139,4.048,1140,3.096,1141,3.096,1142,4.048,1143,6.007,1144,4.048,1145,3.474,1146,4.048,1147,4.048,1148,4.048,1149,4.048,1150,4.048,1151,4.048,1152,5.359,1153,3.474,1154,4.048,1155,4.048,1156,4.048,1157,5.155,1158,4.048,1159,4.048,1160,4.048,1161,4.048,1162,4.048,1163,4.048,1164,4.048,1165,4.048,1166,4.048,1167,4.048,1168,4.048,1169,4.048,1170,4.048,1171,3.474,1172,5.359,1173,4.048,1174,4.048,1175,4.048,1176,4.048,1177,5.359]],["title/components/ErasableInputComponent.html",[0,0.127,166,0.472]],["body/components/ErasableInputComponent.html",[0,0.204,1,0.498,2,0.848,3,0.157,4,0.134,5,0.665,6,0.665,7,0.665,8,0.665,9,0.134,11,0.945,12,1.249,13,0.595,14,0.874,15,0.93,17,0.756,19,0.756,21,0.202,25,0.756,26,1.27,27,0.758,30,0.695,33,0.019,34,0.58,35,0.327,38,0.756,39,0.945,41,0.226,42,0.275,44,0.157,45,0.134,131,0.562,132,0.896,133,0.906,134,0.498,135,1.025,136,0.665,139,0.665,140,0.498,141,0.665,142,0.498,143,0.562,144,0.665,145,0.498,146,0.665,147,0.665,148,0.498,149,0.63,150,0.896,151,0.498,152,0.665,153,0.498,154,0.665,155,0.665,156,0.498,157,0.665,158,0.665,159,0.498,160,0.665,161,0.498,162,0.665,163,0.498,164,0.63,165,0.665,166,0.811,167,1.21,168,0.665,169,0.498,170,0.665,171,0.498,172,0.665,173,0.498,174,0.665,175,0.665,176,0.498,177,0.896,178,0.498,179,0.665,180,0.498,181,0.665,182,0.498,183,0.629,184,0.665,185,0.498,186,0.665,187,0.498,188,0.665,189,0.438,190,0.665,191,0.498,192,0.665,193,0.467,194,1.07,195,0.665,196,0.498,197,0.665,198,0.498,199,0.665,200,0.498,201,0.665,202,0.498,203,0.498,204,0.665,205,0.562,206,0.498,207,0.665,208,0.467,209,0.63,210,0.665,211,0.01,212,0.013,213,0.01,278,2.941,307,1.352,308,2.202,336,2.525,562,4.68,994,3.301,1178,5.779,1179,3.301,1180,5.855,1181,5.179,1182,6.264,1183,5.855,1184,5.179,1185,5.855,1186,5.179,1187,5.855,1188,3.846,1189,3.846,1190,3.846,1191,5.179,1192,3.846]],["title/components/HeaderComponent.html",[0,0.127,169,0.472]],["body/components/HeaderComponent.html",[0,0.212,1,0.538,2,0.893,3,0.169,4,0.145,5,0.719,6,0.719,7,0.719,8,0.719,9,0.145,11,0.995,12,1.299,13,0.643,14,0.878,15,0.935,17,0.797,19,0.797,21,0.219,25,0.797,26,1.31,27,0.788,30,0.58,33,0.019,34,0.603,38,0.607,39,0.759,41,0.244,42,0.298,44,0.169,45,0.145,131,0.607,132,0.943,133,0.844,134,0.538,135,1.058,136,0.719,139,0.719,140,0.538,141,0.719,142,0.538,143,0.607,144,0.719,145,0.538,146,0.719,147,0.719,148,0.538,149,0.68,150,0.943,151,0.538,152,0.719,153,0.538,154,0.719,155,0.719,156,0.538,157,0.719,158,0.719,159,0.538,160,0.719,161,0.538,162,0.719,163,0.538,164,0.68,165,0.719,166,0.538,167,0.719,168,0.719,169,0.837,170,0.719,171,0.538,172,0.719,173,0.538,174,0.719,175,0.719,176,0.538,177,0.943,178,0.538,179,0.719,180,0.538,181,0.719,182,0.538,183,0.663,184,0.719,185,0.538,186,0.719,187,0.538,188,0.719,189,0.473,190,0.719,191,0.538,192,0.719,193,0.505,194,1.098,195,0.719,196,0.538,197,0.719,198,0.538,199,0.719,200,0.538,201,0.719,202,0.538,203,0.538,204,0.719,205,0.607,206,0.538,207,0.719,208,0.505,209,0.68,210,0.719,211,0.011,212,0.014,213,0.011,459,4.68,1193,3.567,1194,6.086,1195,5.453,1196,4.157,1197,4.157,1198,5.453]],["title/components/HomeComponent.html",[0,0.127,171,0.472]],["body/components/HomeComponent.html",[0,0.196,1,0.46,2,0.803,3,0.145,4,0.124,5,0.615,6,0.615,7,0.615,8,0.615,9,0.124,11,0.896,12,1.199,13,0.55,14,0.87,15,0.925,17,0.717,19,0.717,21,0.187,22,0.675,23,1.431,24,1.265,25,0.717,26,1.366,27,0.46,28,0.974,29,1.076,30,0.73,32,0.615,33,0.019,34,0.6,35,0.515,36,0.55,38,0.885,39,0.896,41,0.331,42,0.254,43,0.72,44,0.145,45,0.124,46,0.974,49,2.543,53,4.21,131,0.519,132,0.849,133,0.759,134,0.46,135,0.992,136,0.615,139,0.615,140,0.46,141,0.615,142,0.46,143,0.519,144,0.615,145,0.889,146,0.849,147,0.615,148,0.46,149,0.582,150,0.849,151,0.46,152,0.615,153,0.46,154,0.615,155,0.615,156,0.46,157,0.615,158,0.615,159,0.46,160,0.615,161,0.46,162,0.615,163,0.46,164,0.582,165,0.615,166,0.46,167,0.615,168,0.615,169,0.46,170,0.615,171,0.785,172,0.615,173,0.46,174,0.615,175,0.615,176,0.46,177,0.849,178,0.46,179,0.615,180,0.46,181,0.615,182,0.46,183,0.596,184,0.615,185,0.46,186,0.615,187,0.46,188,0.615,189,0.404,190,0.615,191,0.46,192,0.615,193,0.432,194,1.041,195,0.615,196,0.46,197,0.615,198,0.46,199,0.615,200,0.46,201,0.615,202,0.46,203,0.46,204,0.615,205,0.519,206,0.46,207,0.615,208,0.432,209,0.582,210,0.615,211,0.009,212,0.012,213,0.009,215,1.913,233,2.08,234,2.08,257,2.363,258,1.386,259,1.158,260,1.386,261,1.386,262,1.023,263,0.684,269,1.386,271,1.249,275,1.386,343,2.543,345,2.392,356,3.136,392,0.927,446,3.41,481,3.136,629,3.136,683,3.41,691,4.21,777,3.752,1199,3.049,1200,5.62,1201,4.906,1202,5.62,1203,4.906,1204,3.553,1205,3.553,1206,4.906,1207,4.906,1208,4.906,1209,4.906,1210,4.906,1211,4.906,1212,4.906,1213,6.06]],["title/interfaces/Item.html",[255,2.015,717,1.102]],["body/interfaces/Item.html",[0,0.22,3,0.214,4,0.183,9,0.183,11,0.958,12,1.348,14,0.719,15,0.638,17,0.767,19,0.767,21,0.276,22,0.869,26,1.065,27,0.68,33,0.019,34,0.52,35,0.537,41,0.309,42,0.376,44,0.214,45,0.183,109,3.978,189,0.598,211,0.013,212,0.016,213,0.013,255,3.747,263,1.353,293,1.944,308,2.221,392,1.956,717,1.911,719,2.722,1214,3.649,1215,4.331,1216,4.016,1217,4.016,1218,4.016,1219,4.016]],["title/components/KindComponent.html",[0,0.127,173,0.472]],["body/components/KindComponent.html",[0,0.16,1,0.322,2,0.838,3,0.186,4,0.087,5,0.43,6,0.43,7,0.43,8,0.43,9,0.087,11,0.691,12,0.978,13,0.384,14,0.846,15,0.898,17,0.553,19,0.553,21,0.131,22,0.521,23,1.209,24,1.117,25,0.553,26,1.224,27,0.322,28,0.681,29,0.95,30,0.642,32,0.43,33,0.019,34,0.644,35,0.468,36,0.384,38,0.748,39,0.691,41,0.269,42,0.178,43,0.504,44,0.101,45,0.087,46,0.681,102,1.473,103,1.374,105,3.247,107,1.844,109,3.596,113,2.893,114,2.243,117,5.579,121,3.931,129,5.751,131,0.363,132,0.654,133,0.792,134,0.322,135,0.838,136,0.43,139,0.43,140,0.322,141,0.43,142,0.322,143,0.363,144,0.43,145,0.806,146,0.654,147,0.43,148,0.322,149,0.407,150,0.654,151,0.322,152,0.43,153,0.322,154,0.43,155,0.43,156,0.322,157,0.43,158,0.43,159,0.322,160,0.43,161,0.322,162,0.43,163,0.322,164,0.407,165,0.43,166,0.322,167,0.43,168,0.43,169,0.322,170,0.43,171,0.322,172,0.43,173,0.663,174,1.044,175,0.43,176,0.322,177,0.654,178,0.322,179,0.43,180,0.322,181,0.43,182,0.322,183,0.46,184,0.43,185,0.322,186,0.43,187,0.322,188,0.43,189,0.283,190,0.43,191,0.322,192,0.43,193,0.302,194,0.902,195,0.43,196,0.322,197,0.43,198,0.322,199,0.43,200,0.322,201,0.43,202,0.322,203,0.322,204,0.43,205,0.363,206,0.322,207,0.43,208,0.302,209,0.407,210,0.43,211,0.006,212,0.01,213,0.006,215,1.475,233,1.696,234,1.696,257,1.997,258,0.969,259,0.893,260,0.969,261,0.969,262,1.671,269,0.969,271,0.874,275,0.969,283,3.247,295,1.997,308,2.356,321,1.4,325,1.961,330,2.243,343,2.655,347,2.559,400,2.418,446,2.629,448,1.265,449,1.473,456,1.727,457,1.9,458,1.9,460,2.629,599,2.418,629,4.284,631,2.132,635,3.442,648,2.243,652,5.331,683,2.629,746,2.833,773,3.559,781,3.917,810,2.093,830,2.418,988,3.247,1082,3.917,1083,1.9,1089,3.504,1109,3.247,1153,3.247,1220,2.132,1221,3.783,1222,4.581,1223,3.783,1224,2.485,1225,2.485,1226,2.485,1227,2.485,1228,3.783,1229,3.783,1230,2.485,1231,3.783,1232,2.485,1233,2.485,1234,3.783,1235,6.501,1236,3.783,1237,5.806,1238,3.783,1239,6.702,1240,6.222,1241,6.222,1242,3.783,1243,3.247,1244,3.783,1245,3.917,1246,3.783,1247,3.247,1248,3.247,1249,3.247,1250,3.247,1251,3.247,1252,3.247,1253,3.247,1254,3.247,1255,3.783,1256,3.783,1257,5.121,1258,3.783,1259,3.783,1260,3.783,1261,3.783,1262,3.783,1263,3.783,1264,3.783,1265,3.783,1266,3.783,1267,3.247,1268,3.783,1269,3.783,1270,3.783,1271,3.783,1272,3.783,1273,3.783,1274,3.783,1275,3.783,1276,3.783,1277,3.783,1278,6.702,1279,3.783,1280,3.917,1281,3.783,1282,3.783,1283,2.418,1284,5.121,1285,5.121,1286,4.395,1287,5.121,1288,3.247,1289,3.783,1290,3.783,1291,3.783,1292,3.783,1293,3.783,1294,2.485,1295,2.893,1296,2.485,1297,2.893,1298,2.485,1299,2.485,1300,2.485,1301,3.247,1302,2.485,1303,2.485,1304,2.132,1305,2.485,1306,2.485,1307,2.485,1308,2.485,1309,2.485]],["title/classes/MyMissingTranslationHandler.html",[45,0.127,581,2.531]],["body/classes/MyMissingTranslationHandler.html",[1,0.637,3,0.145,4,0.125,9,0.125,11,0.898,21,0.188,25,0.719,29,0.806,30,0.38,32,0.617,33,0.019,34,0.354,35,0.303,36,0.552,38,0.521,41,0.455,42,0.256,43,0.724,44,0.229,45,0.172,140,0.637,142,0.729,143,0.521,145,0.637,148,0.637,151,0.637,153,0.637,156,0.637,159,0.637,161,0.637,163,0.637,166,0.637,169,0.637,171,0.637,173,0.637,176,0.637,178,0.637,180,0.637,182,0.637,183,0.434,185,0.637,187,0.637,189,0.56,191,0.637,193,0.598,196,0.637,198,0.637,200,0.637,202,0.637,203,0.637,208,0.598,211,0.009,212,0.012,213,0.009,263,0.947,264,1.468,271,1.255,272,1.975,286,1.135,289,1.731,307,1.255,332,2.481,375,3.764,392,0.931,398,2.73,400,2.282,411,4.22,412,2.481,414,1.851,465,2.282,468,2.481,469,2.481,470,2.282,477,2.918,478,2.918,479,2.918,483,2.481,484,2.481,485,4.224,486,3.764,487,2.282,488,3.421,489,3.064,490,3.064,491,2.73,492,3.064,493,3.064,494,4.224,495,2.481,496,3.064,497,2.73,498,2.117,499,3.064,500,4.224,501,3.064,502,3.064,503,3.064,504,3.064,505,3.064,506,3.064,507,3.064,508,3.064,509,2.481,510,3.064,511,3.064,512,2.481,513,3.064,514,3.064,515,3.064,516,3.064,517,3.064,518,5.467,519,2.481,520,3.064,521,2.481,522,3.064,523,2.282,524,3.064,525,3.064,526,3.064,527,4.308,528,4.224,529,2.481,530,3.064,531,5.467,532,5.211,533,4.224,534,3.064,535,3.064,536,2.73,537,3.764,538,2.481,539,3.064,540,3.064,541,3.064,542,4.224,543,3.064,544,3.064,545,4.224,546,3.064,547,4.224,548,4.224,549,3.147,550,2.73,551,3.064,552,2.481,553,3.064,554,3.064,555,2.481,556,3.064,557,3.064,558,3.064,559,4.224,560,2.73,561,3.064,562,2.481,563,3.064,564,4.224,565,3.064,566,4.224,567,3.064,568,2.481,569,2.282,570,2.282,571,3.064,572,2.481,573,3.064,574,3.064,575,2.481,576,4.224,577,3.064,578,2.481,579,2.481,580,3.064,581,3.915,582,4.224,583,3.064,584,3.064,585,2.282,586,2.73,587,3.064,588,3.064,589,3.064,590,3.764,591,3.064,592,3.064,593,3.064,594,2.481,595,3.064,596,2.73,597,2.73,599,2.282,1310,4.224,1311,3.57,1312,3.064]],["title/components/NavigationComponent.html",[0,0.127,176,0.472]],["body/components/NavigationComponent.html",[0,0.184,1,0.411,2,0.742,3,0.129,4,0.111,5,0.549,6,0.549,7,0.549,8,0.549,9,0.111,11,0.827,12,1.128,13,0.491,14,0.863,15,0.917,17,0.662,19,0.662,21,0.167,22,0.624,23,1.576,24,1.22,25,0.662,26,1.323,27,0.411,28,0.87,29,1.038,30,0.733,32,0.549,33,0.019,34,0.571,35,0.518,36,0.491,38,0.891,39,0.965,41,0.339,42,0.227,43,0.643,44,0.129,45,0.111,46,0.87,49,3.288,102,2.687,103,2.924,107,1.547,114,2.687,127,2.029,131,0.464,132,0.784,133,0.701,134,0.411,135,0.944,136,0.549,139,0.549,140,0.411,141,0.549,142,0.411,143,0.464,144,0.549,145,0.864,146,0.914,147,0.549,148,0.411,149,0.52,150,0.784,151,0.411,152,0.549,153,0.411,154,0.549,155,0.549,156,0.411,157,0.549,158,0.549,159,0.411,160,0.549,161,0.411,162,0.549,163,0.411,164,0.52,165,0.549,166,0.411,167,0.549,168,0.549,169,0.411,170,0.549,171,0.411,172,0.549,173,0.411,174,0.914,175,0.549,176,0.747,177,0.784,178,0.411,179,0.549,180,0.411,181,0.549,182,0.411,183,0.551,184,0.549,185,0.411,186,0.549,187,0.411,188,0.549,189,0.361,190,0.549,191,0.411,192,0.549,193,0.386,194,0.998,195,0.549,196,0.411,197,0.549,198,0.411,199,0.549,200,0.411,201,0.549,202,0.411,203,0.411,204,0.549,205,0.464,206,0.411,207,0.549,208,0.386,209,0.52,210,0.549,211,0.008,212,0.011,213,0.008,215,1.767,224,2.507,233,1.957,234,1.957,257,2.249,258,1.238,259,1.07,260,1.238,261,1.238,262,0.914,263,0.611,269,1.238,271,1.116,275,1.238,296,1.547,305,1.882,308,1.594,325,2.35,336,2.21,365,3.674,376,5.234,377,4.238,392,1.182,414,1.645,446,3.15,449,2.687,456,2.206,457,2.427,458,2.427,461,3.466,462,2.206,463,2.206,491,2.427,645,2.427,703,2.427,707,2.427,710,3.89,711,3.15,712,2.427,774,2.897,1056,3.89,1121,3.89,1280,3.466,1283,2.029,1295,3.466,1297,3.466,1304,2.724,1313,2.724,1314,3.89,1315,4.537,1316,3.89,1317,5.766,1318,4.532,1319,3.174,1320,3.174,1321,3.174,1322,3.174,1323,3.174,1324,3.174,1325,4.532,1326,4.532,1327,3.89,1328,4.532,1329,4.532,1330,3.466,1331,4.532,1332,3.15,1333,4.532,1334,4.532,1335,3.174,1336,2.427,1337,3.174,1338,3.89,1339,4.532,1340,2.724,1341,3.174,1342,2.724,1343,2.724,1344,3.174]],["title/components/PasswordComponent.html",[0,0.127,178,0.472]],["body/components/PasswordComponent.html",[0,0.196,1,0.46,2,0.803,3,0.145,4,0.124,5,0.615,6,0.615,7,0.615,8,0.615,9,0.124,11,0.896,12,1.199,13,0.55,14,0.87,15,0.925,17,0.717,19,0.717,21,0.187,22,0.675,23,1.431,24,1.265,25,0.717,26,1.366,27,0.46,28,0.974,29,1.076,30,0.717,32,0.615,33,0.019,34,0.6,35,0.477,36,0.55,38,0.885,39,0.896,41,0.331,42,0.254,43,0.72,44,0.145,45,0.124,46,0.974,47,3.752,48,3.41,49,2.913,93,2.717,94,3.752,95,2.717,96,2.469,97,2.717,109,1.965,118,2.714,119,2.469,120,3.049,131,0.519,132,0.849,133,0.759,134,0.46,135,0.992,136,0.615,139,0.615,140,0.46,141,0.615,142,0.46,143,0.519,144,0.615,145,0.889,146,0.849,147,0.615,148,0.46,149,0.582,150,0.849,151,0.46,152,0.615,153,0.46,154,0.615,155,0.615,156,0.46,157,0.615,158,0.615,159,0.46,160,0.615,161,0.46,162,0.615,163,0.46,164,0.582,165,0.615,166,0.46,167,0.615,168,0.615,169,0.46,170,0.615,171,0.46,172,0.615,173,0.46,174,0.615,175,0.615,176,0.46,177,0.849,178,0.785,179,0.615,180,0.46,181,0.615,182,0.46,183,0.596,184,0.615,185,0.46,186,0.615,187,0.46,188,0.615,189,0.404,190,0.615,191,0.46,192,0.615,193,0.432,194,1.041,195,0.615,196,0.46,197,0.615,198,0.46,199,0.615,200,0.46,201,0.615,202,0.46,203,0.46,204,0.615,205,0.519,206,0.46,207,0.615,208,0.432,209,0.582,210,0.615,211,0.009,212,0.012,213,0.009,215,1.913,233,2.08,234,2.08,257,2.363,258,1.386,259,1.158,260,1.386,261,1.386,269,1.386,271,1.249,275,1.386,347,2.493,353,2.271,451,3.41,460,2.469,629,3.136,652,3.752,705,2.271,830,3.136,850,2.717,1283,2.271,1336,2.717,1345,3.049,1346,5.62,1347,4.906,1348,3.553,1349,3.553,1350,3.553,1351,4.906,1352,6.06,1353,6.06,1354,3.553,1355,3.553]],["title/components/PicturesComponent.html",[0,0.127,180,0.472]],["body/components/PicturesComponent.html",[0,0.202,1,0.489,2,0.837,3,0.154,4,0.132,5,0.653,6,0.653,7,0.653,8,0.653,9,0.132,11,0.933,12,1.237,13,0.584,14,0.873,15,0.929,17,0.747,19,0.747,21,0.199,22,0.704,23,1.467,24,1.289,25,0.747,26,1.388,27,0.489,28,1.034,29,1.096,30,0.728,32,0.653,33,0.019,34,0.615,35,0.493,36,0.584,38,0.908,39,0.933,41,0.341,42,0.27,43,0.765,44,0.154,45,0.132,46,1.034,131,0.551,132,0.884,133,0.791,134,0.489,135,1.017,136,0.653,139,0.653,140,0.489,141,0.653,142,0.489,143,0.551,144,0.653,145,0.902,146,0.884,147,0.653,148,0.489,149,0.618,150,0.884,151,0.489,152,0.653,153,0.489,154,0.653,155,0.653,156,0.489,157,0.653,158,0.653,159,0.489,160,0.653,161,0.489,162,0.653,163,0.489,164,0.618,165,0.653,166,0.489,167,0.653,168,0.653,169,0.489,170,0.653,171,0.489,172,0.653,173,0.489,174,0.653,175,0.653,176,0.489,177,0.884,178,0.489,179,0.653,180,0.805,181,0.653,182,0.489,183,0.621,184,0.653,185,0.489,186,0.653,187,0.489,188,0.653,189,0.43,190,0.653,191,0.489,192,0.653,193,0.459,194,1.063,195,0.653,196,0.489,197,0.653,198,0.489,199,0.653,200,0.489,201,0.653,202,0.489,203,0.489,204,0.653,205,0.551,206,0.489,207,0.653,208,0.459,209,0.618,210,0.653,211,0.01,212,0.013,213,0.01,215,1.994,233,2.146,234,2.146,257,2.424,258,1.472,259,1.207,260,1.472,261,1.472,269,1.472,271,1.327,275,1.472,1280,2.886,1356,3.239,1357,5.113,1358,5.799,1359,5.113,1360,3.774,1361,3.774,1362,3.774,1363,3.774,1364,3.774]],["title/interfaces/PollAnswer.html",[717,1.102,722,2.015]],["body/interfaces/PollAnswer.html",[3,0.148,4,0.127,9,0.241,21,0.191,22,0.686,33,0.02,35,0.576,44,0.288,211,0.009,212,0.013,213,0.009,254,2.218,289,1.752,293,2.51,295,2.582,296,3.306,297,3.751,298,3.889,299,4.042,301,4.042,307,2.537,310,2.915,318,2.526,321,1.345,330,2.155,347,1.495,348,3.952,392,1.906,448,2.411,449,2.155,717,1.72,718,3.146,719,1.884,720,2.526,721,4.478,722,3.146,723,4.926,724,2.779,725,4.973,726,2.779,727,4.973,728,2.779,729,2.526,730,3.952,731,2.779,732,2.779,733,2.779,734,4.252,735,2.526,736,2.779,737,3.185,738,3.811,739,3.811,740,2.779,741,2.779,742,2.779,743,4.455,744,3.952,745,2.526,746,3.546,747,2.01,748,2.779,749,2.155,750,4.349]],["title/classes/PollConfig.html",[45,0.127,765,2.159]],["body/classes/PollConfig.html",[3,0.098,4,0.084,9,0.084,14,0.275,15,0.45,16,2.833,21,0.127,22,0.51,24,0.713,25,0.541,29,0.396,30,0.796,33,0.02,35,0.631,38,0.353,39,0.441,41,0.218,44,0.151,45,0.084,126,1.545,183,0.784,211,0.006,212,0.009,213,0.006,218,3.861,254,2.405,259,1.192,262,2.145,263,1.434,286,1.826,293,1.667,297,1.337,298,1.253,299,1.337,300,4.079,301,3.011,307,1.775,310,1.524,321,2.126,365,3.783,366,3.509,381,1.68,392,1.88,406,1.68,448,1.688,568,1.68,599,1.545,635,1.433,717,0.731,718,2.491,722,2.491,747,3.011,749,2.67,751,1.68,752,1.849,753,1.433,754,1.545,755,2.075,756,1.849,757,4.333,758,3.179,759,3.822,760,4.333,761,4.333,762,2.575,763,2.368,764,3.179,765,2.196,766,3.865,767,3.179,768,3.865,769,3.179,770,2.833,771,3.179,772,3.865,773,2.575,774,3.48,775,3.179,776,3.179,777,2.833,778,2.575,779,3.865,780,3.179,781,2.833,782,2.575,783,3.865,784,3.865,785,3.865,786,3.179,787,3.865,788,2.075,789,1.849,790,3.861,791,3.865,792,1.849,793,2.196,794,2.075,795,2.075,796,2.833,797,3.179,798,3.861,799,1.849,800,2.075,801,3.865,802,2.075,803,3.445,804,3.179,805,2.075,806,2.075,807,1.849,808,3.865,809,3.179,810,2.491,811,2.049,812,1.545,813,3.865,814,3.865,815,2.075,816,3.865,817,2.833,818,2.075,819,3.865,820,3.13,821,3.179,822,2.833,823,3.865,824,3.445,825,3.865,826,2.075,827,2.075,828,2.075,829,3.865,830,2.879,831,3.865,832,1.68,833,1.68,834,3.865,835,3.865,836,3.865,837,3.861,838,3.179,839,3.865,840,3.179,841,3.865,842,2.833,843,2.575,844,3.865,845,3.865,846,2.075,847,2.075,848,3.865,849,4.929,850,3.445,851,3.179,852,3.865,853,2.075,854,3.13,855,3.179,856,2.075,857,2.368,858,2.075,859,2.075,860,2.075,861,4.333,862,2.075,863,2.075,864,2.075,1365,2.417,1366,2.417,1367,2.417,1368,2.417,1369,2.417,1370,2.417,1371,2.417,1372,2.417,1373,2.417,1374,2.417,1375,2.417,1376,2.417,1377,2.417,1378,2.417,1379,2.417,1380,2.417,1381,2.417,1382,2.417,1383,2.417,1384,2.417,1385,2.417,1386,2.417,1387,2.417,1388,2.417,1389,2.417,1390,2.417,1391,2.417,1392,2.417,1393,2.417,1394,2.417,1395,2.417,1396,2.417,1397,2.417,1398,2.417,1399,2.417,1400,2.417,1401,2.417,1402,2.417,1403,2.417]],["title/components/PollDisplayComponent.html",[0,0.127,182,0.472]],["body/components/PollDisplayComponent.html",[0,0.178,1,0.384,2,0.707,3,0.121,4,0.104,5,0.513,6,0.513,7,0.513,8,0.513,9,0.104,11,0.788,12,1.087,13,0.459,14,0.859,15,0.912,17,0.631,19,0.631,21,0.156,22,0.595,23,1.511,24,1.193,25,0.631,26,1.297,27,0.384,28,0.813,29,1.015,30,0.722,32,0.513,33,0.02,34,0.554,35,0.475,36,0.459,38,0.868,39,0.929,41,0.386,42,0.213,43,0.602,44,0.121,45,0.104,46,0.813,49,2.898,131,0.434,132,0.747,133,0.668,134,0.384,135,0.915,136,0.513,139,0.513,140,0.384,141,0.513,142,0.384,143,0.434,144,0.513,145,0.849,146,0.747,147,0.513,148,0.384,149,0.486,150,0.747,151,0.384,152,1.027,153,0.384,154,0.513,155,0.513,156,0.384,157,0.513,158,0.513,159,0.384,160,0.513,161,0.384,162,0.513,163,0.384,164,0.486,165,0.513,166,0.384,167,0.513,168,0.513,169,0.384,170,0.513,171,0.384,172,0.513,173,0.384,174,0.513,175,0.513,176,0.384,177,0.747,178,0.384,179,0.513,180,0.384,181,0.513,182,0.724,183,0.854,184,0.513,185,0.384,186,0.513,187,0.384,188,0.513,189,0.338,190,0.513,191,0.384,192,0.513,193,0.361,194,0.972,195,0.513,196,0.384,197,0.513,198,0.384,199,0.513,200,0.384,201,0.513,202,0.384,203,0.384,204,0.513,205,0.434,206,0.384,207,0.513,208,0.361,209,0.486,210,0.513,211,0.008,212,0.011,213,0.008,215,1.684,224,2.389,233,1.884,234,1.884,257,2.18,258,1.158,259,1.02,260,1.158,261,1.158,262,0.855,263,0.571,264,1.777,269,1.158,271,1.044,274,1.29,275,1.158,286,1.373,289,1.044,293,1.884,310,1.777,327,3.303,328,3.707,343,2.239,345,2.726,353,2.761,377,4.447,388,3.303,414,1.539,552,4.447,687,2.548,753,1.76,754,1.898,820,3.002,824,3.303,830,2.761,832,2.063,1137,3.303,1288,2.548,1310,3.707,1312,2.548,1404,5.491,1405,2.548,1406,5.091,1407,4.319,1408,5.941,1409,5.591,1410,5.941,1411,4.319,1412,2.969,1413,2.969,1414,2.969,1415,3.894,1416,2.969,1417,3.002,1418,3.538,1419,2.27,1420,2.969,1421,2.969,1422,2.969,1423,2.969,1424,2.969,1425,2.969,1426,5.941,1427,2.969,1428,2.969,1429,2.969,1430,2.969,1431,2.969,1432,2.969,1433,2.969,1434,2.969,1435,2.969,1436,5.091,1437,2.969,1438,4.319,1439,5.091,1440,4.319,1441,2.969,1442,4.319,1443,2.969,1444,5.591,1445,4.319,1446,4.319,1447,4.319,1448,2.27]],["title/components/PollGraphicComponent.html",[0,0.127,185,0.472]],["body/components/PollGraphicComponent.html",[0,0.168,1,0.35,2,0.659,3,0.11,4,0.094,5,0.467,6,0.467,7,0.467,8,0.467,9,0.094,11,0.735,12,1.028,13,0.418,14,0.852,15,0.905,17,0.588,19,0.588,21,0.142,22,0.554,24,1.099,25,0.588,26,1.083,27,0.35,29,0.874,30,0.74,32,0.696,33,0.02,34,0.566,35,0.591,36,0.623,38,0.78,39,0.975,41,0.365,42,0.193,43,0.547,44,0.11,45,0.094,96,1.876,131,0.394,132,0.696,133,0.623,134,0.35,135,0.874,136,0.467,139,0.467,140,0.35,141,0.467,142,0.35,143,0.394,144,0.467,145,0.35,146,0.467,147,0.467,148,0.35,149,0.442,150,0.696,151,0.35,152,0.467,153,0.35,154,0.467,155,0.467,156,0.35,157,0.467,158,0.467,159,0.35,160,0.467,161,0.35,162,0.467,163,0.35,164,0.442,165,0.467,166,0.35,167,0.467,168,0.467,169,0.35,170,0.467,171,0.35,172,0.467,173,0.35,174,0.467,175,0.467,176,0.35,177,0.696,178,0.35,179,0.467,180,0.35,181,0.467,182,0.35,183,0.838,184,0.467,185,0.691,186,0.467,187,0.35,188,0.467,189,0.307,190,0.467,191,0.35,192,0.467,193,0.328,194,0.935,195,0.467,196,0.35,197,0.467,198,0.35,199,0.467,200,0.35,201,0.467,202,0.35,203,0.35,204,0.467,205,0.394,206,0.35,207,0.467,208,0.328,209,0.442,210,0.467,211,0.007,212,0.01,213,0.007,235,3.347,254,2.488,259,0.951,262,1.877,263,1.255,264,1.981,270,1.876,272,1.493,274,1.75,295,2.421,307,0.949,321,2.114,379,4.582,392,1.05,448,0.902,538,4.878,770,3.08,798,3.683,807,3.08,811,2.664,812,1.726,817,3.683,822,4.582,948,4.133,1000,3.456,1243,2.316,1417,2.799,1418,3.347,1419,2.064,1449,6.023,1450,2.316,1451,4.027,1452,4.816,1453,4.027,1454,4.816,1455,4.816,1456,4.816,1457,4.816,1458,4.816,1459,4.816,1460,4.133,1461,4.816,1462,4.027,1463,5.34,1464,5.34,1465,2.699,1466,4.027,1467,4.027,1468,2.699,1469,2.699,1470,2.699,1471,2.699,1472,4.133,1473,2.699,1474,2.699,1475,2.699,1476,2.699,1477,2.699,1478,2.699,1479,3.456,1480,2.699,1481,2.699,1482,2.699,1483,2.316,1484,2.064,1485,3.456,1486,2.699,1487,2.316,1488,2.699,1489,2.699,1490,4.816,1491,2.699,1492,2.699,1493,5.34,1494,2.699,1495,2.699,1496,2.699,1497,4.816,1498,2.699,1499,2.699,1500,2.699,1501,2.699,1502,2.699,1503,2.699,1504,2.699,1505,2.699,1506,2.699,1507,2.699,1508,2.699,1509,4.816,1510,4.027,1511,4.027,1512,4.027,1513,2.699,1514,2.699,1515,2.699,1516,4.027,1517,4.027,1518,4.027,1519,4.027,1520,2.699,1521,2.699]],["title/injectables/PollService.html",[479,2.159,865,2.015]],["body/injectables/PollService.html",[3,0.223,4,0.192,9,0.192,21,0.289,22,0.893,27,0.894,30,0.69,33,0.019,35,0.466,41,0.381,42,0.393,44,0.223,45,0.192,211,0.014,212,0.016,213,0.014,262,1.58,263,1.056,274,2.999,358,3.509,392,1.691,479,3.845,753,3.254,754,3.509,865,3.587,867,3.815,897,4.198,1522,4.71,1523,6.903,1524,6.485,1525,5.566]],["title/injectables/PollUtilities.html",[865,2.015,1526,2.531]],["body/injectables/PollUtilities.html",[3,0.174,4,0.15,9,0.15,21,0.226,24,0.825,25,0.813,30,0.657,32,0.962,33,0.02,34,0.551,35,0.525,36,0.861,38,0.902,41,0.363,42,0.307,44,0.174,45,0.15,135,1.07,183,0.795,211,0.011,212,0.014,213,0.011,262,1.602,289,1.956,293,2.059,295,1.672,297,3.077,321,2.059,349,3.278,358,2.74,386,4.774,392,1.118,456,2.979,529,2.979,585,2.74,765,4.016,790,3.278,811,2.371,820,3.866,832,3.866,833,3.866,865,3.077,867,2.979,896,5.181,897,3.278,898,3.278,930,5.813,997,3.678,1140,3.278,1526,3.866,1527,3.678,1528,5.563,1529,5.563,1530,6.537,1531,4.286,1532,4.286,1533,4.286,1534,5.563,1535,4.286,1536,4.286,1537,4.286,1538,4.286,1539,5.563,1540,4.286,1541,5.563,1542,5.563,1543,5.563,1544,4.286,1545,4.774,1546,4.286,1547,3.678,1548,3.278,1549,4.286,1550,4.286,1551,4.286,1552,4.286,1553,4.286,1554,5.563,1555,6.177,1556,4.286,1557,4.286,1558,4.286,1559,4.286,1560,4.286,1561,4.286,1562,4.286,1563,4.286,1564,4.286,1565,3.678,1566,4.286,1567,4.286,1568,4.286,1569,4.286,1570,4.286,1571,4.286,1572,4.286,1573,4.286,1574,4.286,1575,4.286]],["title/directives/ResettableInputDirective.html",[134,0.472,208,0.443]],["body/directives/ResettableInputDirective.html",[3,0.225,4,0.193,9,0.193,13,0.857,14,0.742,27,0.897,30,0.589,33,0.019,41,0.326,42,0.396,44,0.225,45,0.193,134,0.844,205,0.809,208,0.793,209,1.067,211,0.014,212,0.017,213,0.014,263,1.255,308,2.293,759,3.541,763,4.168,1088,4.986,1576,5.595,1577,4.753,1578,6.52,1579,5.539]],["title/components/ResumeComponent.html",[0,0.127,187,0.472]],["body/components/ResumeComponent.html",[0,0.196,1,0.458,2,0.801,3,0.144,4,0.124,5,0.612,6,0.612,7,0.612,8,0.612,9,0.124,13,0.548,14,0.869,15,0.925,17,0.715,19,0.715,21,0.186,22,0.674,23,1.429,24,1.264,25,0.715,26,1.137,27,0.458,28,0.97,29,1.075,30,0.698,32,0.612,33,0.019,34,0.599,35,0.477,36,0.548,38,0.819,39,0.646,41,0.356,42,0.253,43,0.718,44,0.144,45,0.124,46,0.97,102,2.099,107,2.386,122,2.263,131,0.517,132,0.846,133,0.757,134,0.458,135,0.991,136,0.612,139,0.612,140,0.458,141,0.612,142,0.458,143,0.517,144,0.612,145,0.889,146,0.846,147,0.612,148,0.458,149,0.58,150,0.846,151,0.458,152,0.612,153,0.458,154,0.612,155,0.612,156,0.458,157,0.612,158,0.612,159,0.458,160,0.612,161,0.458,162,0.612,163,0.458,164,0.58,165,0.612,166,0.458,167,0.612,168,0.612,169,0.458,170,0.612,171,0.458,172,0.612,173,0.458,174,0.612,175,0.612,176,0.458,177,0.846,178,0.458,179,0.612,180,0.458,181,0.612,182,0.458,183,0.595,184,0.612,185,0.458,186,0.612,187,0.784,188,0.612,189,0.403,190,0.612,191,0.458,192,0.612,193,0.43,194,1.04,195,0.612,196,0.458,197,0.612,198,0.458,199,0.612,200,0.458,201,0.612,202,0.458,203,0.458,204,0.612,205,0.517,206,0.458,207,0.612,208,0.43,209,0.58,210,0.612,211,0.009,212,0.012,213,0.009,215,1.909,233,2.076,234,2.076,257,2.36,258,1.381,259,1.155,260,1.381,261,1.381,269,1.381,271,1.245,274,1.538,275,1.381,295,1.909,321,1.311,356,3.868,377,4.68,414,1.836,451,3.402,793,2.099,857,2.263,1060,4.2,1061,4.2,1082,2.708,1083,3.743,1085,2.461,1089,2.708,1140,3.743,1141,3.743,1565,4.2,1580,3.039,1581,4.894,1582,5.609,1583,4.894,1584,3.541,1585,3.541,1586,4.894,1587,4.894,1588,4.894,1589,4.894,1590,4.894,1591,4.894,1592,6.051,1593,3.541,1594,3.039,1595,3.039,1596,4.894,1597,3.541,1598,3.541,1599,3.541,1600,3.541]],["title/components/SelectorComponent.html",[0,0.127,189,0.415]],["body/components/SelectorComponent.html",[0,0.208,1,0.514,2,0.866,3,0.162,4,0.139,5,0.687,6,0.687,7,0.687,8,0.687,9,0.139,11,0.966,12,1.27,13,0.615,14,0.877,15,0.932,17,0.773,19,0.773,21,0.209,25,0.773,26,1.286,27,0.77,30,0.633,33,0.019,34,0.628,35,0.337,38,0.58,39,0.725,41,0.234,42,0.284,44,0.162,45,0.139,109,2.927,131,0.58,132,0.915,133,0.819,134,0.514,135,1.039,136,0.687,139,0.687,140,0.514,141,0.687,142,0.514,143,0.58,144,0.687,145,0.514,146,0.687,147,0.687,148,0.514,149,0.65,150,0.915,151,0.514,152,0.687,153,0.514,154,0.687,155,0.687,156,0.514,157,0.687,158,0.687,159,0.514,160,0.687,161,0.514,162,0.687,163,0.514,164,0.65,165,0.687,166,0.514,167,0.687,168,0.687,169,0.514,170,0.687,171,0.514,172,0.687,173,0.514,174,0.687,175,0.687,176,0.514,177,0.915,178,0.514,179,0.687,180,0.514,181,0.687,182,0.514,183,0.643,184,0.687,185,0.514,186,0.687,187,0.514,188,0.687,189,0.722,190,0.687,191,0.514,192,0.687,193,0.483,194,1.082,195,0.687,196,0.514,197,0.687,198,0.514,199,0.687,200,0.514,201,0.687,202,0.514,203,0.514,204,0.687,205,0.58,206,0.514,207,0.687,208,0.483,209,0.65,210,0.687,211,0.01,212,0.013,213,0.01,255,2.927,263,0.764,293,1.47,308,1.861,336,2.58,392,1.723,717,1.601,1214,2.76,1215,4.345,1216,3.038,1217,3.038,1218,4.047,1219,4.551,1601,5.292,1602,3.972,1603,5.292]],["title/interfaces/SelectorConfig.html",[717,1.102,1215,2.328]],["body/interfaces/SelectorConfig.html",[0,0.216,3,0.207,4,0.178,9,0.178,11,0.928,12,1.322,14,0.705,15,0.618,17,0.743,19,0.743,21,0.268,22,0.853,26,1.031,27,0.658,33,0.019,34,0.689,35,0.606,41,0.299,42,0.364,44,0.207,45,0.178,109,3.943,189,0.579,211,0.013,212,0.016,213,0.013,255,3.846,263,0.978,293,2.574,308,2.178,392,1.967,717,1.874,719,2.636,1214,3.533,1215,4.445,1216,5.317,1217,5.317,1218,3.888,1219,3.888]],["title/interfaces/TimeSlices.html",[717,1.102,721,2.328]],["body/interfaces/TimeSlices.html",[3,0.156,4,0.134,9,0.228,21,0.201,22,0.71,33,0.02,35,0.325,44,0.291,211,0.01,212,0.013,213,0.01,254,1.492,289,1.815,293,2.314,295,2.622,296,3.047,297,3.458,298,3.909,299,3.994,301,3.994,307,2.558,310,2.944,318,2.659,321,1.416,330,2.269,347,1.574,348,4.059,392,1.822,448,2.393,449,2.269,717,1.767,718,3.23,719,1.984,720,2.659,721,4.468,722,2.855,723,4.974,724,2.926,725,5.019,726,2.926,727,5.019,728,2.926,729,2.659,730,4.059,731,2.926,732,2.926,733,2.926,734,4.344,735,2.659,736,2.926,737,3.299,738,3.947,739,3.947,740,2.926,741,2.926,742,2.926,743,4.536,744,4.059,745,2.659,746,3.61,747,2.117,748,2.926,749,2.269,750,4.466]],["title/components/VisibilityComponent.html",[0,0.127,191,0.472]],["body/components/VisibilityComponent.html",[0,0.184,1,0.411,2,0.741,3,0.129,4,0.111,5,0.548,6,0.548,7,0.548,8,0.548,9,0.111,11,0.827,12,1.128,13,0.491,14,0.863,15,0.917,17,0.662,19,0.662,21,0.167,22,0.623,23,1.541,24,1.22,25,0.662,26,1.323,27,0.411,28,0.869,29,1.038,30,0.749,32,0.548,33,0.019,34,0.571,35,0.49,36,0.491,38,0.89,39,0.964,41,0.359,42,0.227,43,0.643,44,0.129,45,0.111,46,0.869,55,3.887,56,3.887,57,3.887,58,3.887,59,3.887,60,3.887,61,3.887,62,3.887,63,3.887,64,3.887,65,3.887,66,4.946,67,3.887,75,3.887,77,3.887,78,3.887,79,3.887,107,1.546,113,2.425,114,1.88,131,0.463,132,0.783,133,0.701,134,0.411,135,0.943,136,0.548,139,0.548,140,0.411,141,0.548,142,0.411,143,0.463,144,0.548,145,0.864,146,0.783,147,0.548,148,0.411,149,0.519,150,0.783,151,0.411,152,0.548,153,0.411,154,0.548,155,0.548,156,0.411,157,0.548,158,0.548,159,0.411,160,0.548,161,0.411,162,0.548,163,0.411,164,0.519,165,0.548,166,0.411,167,0.548,168,0.548,169,0.411,170,0.548,171,0.411,172,0.548,173,0.411,174,0.548,175,0.548,176,0.411,177,0.783,178,0.411,179,0.548,180,0.411,181,0.548,182,0.411,183,0.55,184,0.548,185,0.411,186,0.548,187,0.411,188,0.548,189,0.361,190,0.548,191,0.746,192,0.548,193,0.385,194,0.998,195,0.548,196,0.411,197,0.548,198,0.411,199,0.548,200,0.411,201,0.548,202,0.411,203,0.411,204,0.548,205,0.463,206,0.411,207,0.548,208,0.385,209,0.519,210,0.548,211,0.008,212,0.011,213,0.008,215,1.766,233,1.956,234,1.956,257,2.248,258,1.236,259,1.069,260,1.236,261,1.236,262,1.521,263,1.017,264,1.863,269,1.236,271,1.115,275,1.236,307,1.115,356,2.895,753,3.759,754,2.027,803,3.464,837,3.464,1020,2.425,1085,2.203,1087,2.425,1525,3.887,1526,4.237,1547,5.232,1604,2.721,1605,5.284,1606,4.529,1607,4.534,1608,5.284,1609,5.764,1610,4.529,1611,3.171,1612,3.171,1613,3.171,1614,3.171,1615,3.171,1616,3.171,1617,3.171,1618,3.171,1619,3.171,1620,3.171,1621,3.171,1622,3.171,1623,3.171,1624,4.529,1625,4.529,1626,4.529,1627,4.529,1628,4.529,1629,4.529,1630,4.529,1631,4.529,1632,4.529,1633,4.529,1634,4.529,1635,4.529,1636,4.529]],["title/interfaces/VoteChoice.html",[717,1.102,1637,2.531]],["body/interfaces/VoteChoice.html",[0,0.209,3,0.164,4,0.141,9,0.141,14,0.459,15,0.49,17,0.589,19,0.589,21,0.212,22,0.735,23,1.644,24,0.776,29,0.875,33,0.02,34,0.658,35,0.592,36,1.094,41,0.314,42,0.288,43,0.817,44,0.164,45,0.141,149,0.66,183,0.49,193,0.49,194,0.981,211,0.01,212,0.014,213,0.01,224,2.229,252,5.219,254,2.489,259,1.568,264,2.807,274,1.751,281,3.082,286,1.281,295,1.572,298,2.77,300,3.784,305,2.389,308,2.448,392,1.563,419,2.576,448,2.363,523,2.576,702,3.082,717,1.219,719,2.089,762,2.801,793,3.784,810,2.229,811,3.958,812,4.363,887,3.082,922,4.086,1245,3.082,1637,3.713,1638,2.229,1639,3.082,1640,5.699,1641,4.436,1642,3.458,1643,3.458,1644,3.458,1645,3.458,1646,3.458,1647,3.458,1648,3.458,1649,3.458,1650,3.458,1651,3.458,1652,3.458,1653,3.458,1654,3.458,1655,4.585,1656,3.458,1657,3.458,1658,3.458,1659,5.857,1660,5.144,1661,5.699,1662,3.458,1663,3.458]],["title/components/VotingChoiceComponent.html",[0,0.127,193,0.443]],["body/components/VotingChoiceComponent.html",[0,0.176,1,0.231,2,0.477,3,0.073,4,0.062,5,0.309,6,0.309,7,0.309,8,0.309,9,0.062,13,0.276,14,0.817,15,0.864,17,0.426,19,0.426,21,0.194,22,0.401,23,1.354,24,0.711,25,0.426,27,0.231,29,0.698,30,0.61,32,0.504,33,0.02,34,0.549,35,0.471,36,0.451,38,0.261,39,0.326,41,0.217,42,0.128,43,0.362,44,0.073,45,0.062,101,3.657,102,3.945,103,3.172,107,3.361,114,3.151,116,5.46,118,3.066,119,2.962,122,3.938,126,3.002,127,4.407,131,0.261,132,0.504,133,0.451,134,0.231,135,0.698,136,0.309,139,0.309,140,0.231,141,0.309,142,0.231,143,0.261,144,0.309,145,0.231,146,0.309,147,0.309,148,0.231,149,0.604,150,0.504,151,0.231,152,0.309,153,0.231,154,0.309,155,0.309,156,0.231,157,0.309,158,0.309,159,0.231,160,0.309,161,0.231,162,0.309,163,0.231,164,0.292,165,0.309,166,0.231,167,0.309,168,0.309,169,0.231,170,0.309,171,0.231,172,0.309,173,0.231,174,0.309,175,0.309,176,0.231,177,0.504,178,0.231,179,0.309,180,0.231,181,0.309,182,0.231,183,0.571,184,0.309,185,0.231,186,0.309,187,0.231,188,0.309,189,0.203,190,0.309,191,0.231,192,0.309,193,0.518,194,1.008,195,0.309,196,0.231,197,0.309,198,0.231,199,0.309,200,0.231,201,0.309,202,0.231,203,0.231,204,0.309,205,0.261,206,0.231,207,0.309,208,0.217,209,0.292,210,0.309,211,0.005,212,0.007,213,0.005,224,2.94,252,3.259,254,1.662,259,1.109,262,1.063,263,0.711,264,1.931,274,0.776,281,2.229,286,0.927,295,1.831,296,1.8,300,2.527,305,2.189,308,1.869,321,2.484,336,1.421,345,1.421,346,2.229,347,1.199,349,2.824,392,0.466,419,1.141,448,1.57,461,4.064,462,2.566,463,2.566,484,1.241,523,3.77,635,1.059,645,4.064,648,3.151,701,2.501,702,2.229,703,1.365,704,3.657,705,4.006,707,2.229,709,4.323,711,3.263,712,4.51,713,1.365,717,0.54,746,2.043,759,1.141,762,2.025,778,3.501,793,3.496,810,2.94,811,3.262,812,3.397,887,2.229,922,3.259,1051,1.532,1086,4.323,1171,2.501,1245,2.229,1247,2.501,1248,2.501,1249,2.501,1250,2.501,1251,2.501,1252,2.501,1253,2.501,1254,2.501,1267,2.501,1283,3.002,1295,5.041,1297,3.259,1301,2.501,1330,1.365,1336,2.229,1338,3.169,1340,3.169,1342,3.169,1343,3.657,1448,1.365,1594,5.06,1595,1.532,1637,1.241,1638,3.262,1639,1.365,1640,3.657,1641,2.566,1642,1.532,1643,1.532,1644,1.532,1645,2.501,1646,2.501,1647,3.169,1648,3.169,1649,3.169,1650,3.169,1651,3.169,1652,2.501,1653,1.532,1654,1.532,1655,2.501,1656,1.532,1657,2.501,1658,1.532,1659,4.323,1660,3.169,1661,4.323,1662,1.532,1663,1.532,1664,2.914,1665,1.785,1666,2.914,1667,1.785,1668,1.785,1669,1.785,1670,1.785,1671,1.785,1672,1.785,1673,1.785,1674,2.501,1675,2.914,1676,2.914,1677,2.914,1678,5.542,1679,1.785,1680,1.785,1681,1.785,1682,1.785,1683,4.261,1684,4.261,1685,2.914,1686,2.914,1687,2.914,1688,2.914,1689,2.501,1690,2.501,1691,2.501,1692,1.785,1693,2.914,1694,4.695,1695,3.692,1696,3.692,1697,1.785,1698,4.261,1699,2.914,1700,1.785,1701,6.037,1702,6.037,1703,1.785,1704,1.785,1705,1.785,1706,2.914,1707,6.362,1708,1.785,1709,1.785,1710,1.785,1711,4.261,1712,4.261,1713,1.785,1714,1.532,1715,1.785,1716,1.785,1717,5.897,1718,1.785,1719,2.914,1720,2.914,1721,2.914,1722,3.692,1723,1.785,1724,1.785,1725,1.785,1726,2.914,1727,1.785,1728,2.501,1729,1.785,1730,1.785,1731,1.785,1732,1.785,1733,1.785,1734,3.692,1735,2.914,1736,4.03,1737,1.785,1738,1.785,1739,1.785,1740,1.785,1741,1.785,1742,1.785,1743,2.914,1744,1.785,1745,1.785,1746,1.785,1747,1.785,1748,1.785,1749,1.785,1750,1.785,1751,2.914,1752,2.914,1753,2.914,1754,1.785,1755,1.785,1756,1.785,1757,1.785,1758,1.785,1759,1.785,1760,1.785,1761,1.785,1762,1.785,1763,2.914,1764,1.785,1765,2.914,1766,1.785,1767,1.785,1768,2.914,1769,1.785,1770,1.785,1771,1.785,1772,1.785,1773,1.785]],["title/components/VotingCommentComponent.html",[0,0.127,196,0.472]],["body/components/VotingCommentComponent.html",[0,0.206,1,0.508,2,0.859,3,0.16,4,0.137,5,0.678,6,0.678,7,0.678,8,0.678,9,0.137,11,0.957,12,1.262,13,0.607,14,0.875,15,0.931,17,0.766,19,0.766,21,0.206,25,0.766,26,1.28,27,0.765,30,0.629,33,0.019,34,0.585,38,0.573,39,0.716,41,0.309,42,0.281,44,0.16,45,0.137,131,0.573,132,0.907,133,0.812,134,0.508,135,1.033,136,0.678,139,0.678,140,0.508,141,0.678,142,0.508,143,0.573,144,0.678,145,0.508,146,0.678,147,0.678,148,0.508,149,0.642,150,0.907,151,0.508,152,0.907,153,0.508,154,0.678,155,0.678,156,0.508,157,0.678,158,0.678,159,0.508,160,0.678,161,0.508,162,0.678,163,0.508,164,0.642,165,0.678,166,0.508,167,0.678,168,0.678,169,0.508,170,0.678,171,0.508,172,0.678,173,0.508,174,0.678,175,0.678,176,0.508,177,0.907,178,0.508,179,0.678,180,0.508,181,0.678,182,0.508,183,0.638,184,0.678,185,0.508,186,0.678,187,0.508,188,0.678,189,0.446,190,0.678,191,0.508,192,0.678,193,0.477,194,1.195,195,0.678,196,0.817,197,0.678,198,0.508,199,0.678,200,0.508,201,0.678,202,0.508,203,0.508,204,0.678,205,0.573,206,0.508,207,0.678,208,0.477,209,0.642,210,0.678,211,0.01,212,0.013,213,0.01,262,1.129,263,0.754,308,1.845,336,2.557,345,2.557,555,4.387,1415,2.998,1417,2.725,1638,3.492,1774,3.365,1775,6.58,1776,5.912,1777,5.246,1778,5.246,1779,5.246,1780,3.921,1781,5.246,1782,5.246,1783,5.246]],["title/components/VotingComponent.html",[0,0.127,198,0.472]],["body/components/VotingComponent.html",[0,0.197,1,0.464,2,0.808,3,0.146,4,0.125,5,0.62,6,0.62,7,0.62,8,0.62,9,0.125,11,0.901,12,1.205,13,0.555,14,0.87,15,0.926,17,0.721,19,0.721,21,0.189,22,0.68,25,0.721,26,1.233,27,0.731,30,0.601,33,0.019,34,0.559,38,0.524,39,0.655,41,0.211,42,0.257,44,0.146,45,0.125,49,3.154,85,4.238,131,0.524,132,0.854,133,0.764,134,0.464,135,0.996,136,0.62,139,0.62,140,0.464,141,0.62,142,0.464,143,0.524,144,0.62,145,0.464,146,0.62,147,0.62,148,0.464,149,0.587,150,0.854,151,0.464,152,0.62,153,0.464,154,0.62,155,0.62,156,0.464,157,0.62,158,0.62,159,0.464,160,0.62,161,0.464,162,0.62,163,0.464,164,0.587,165,0.62,166,0.464,167,0.62,168,0.62,169,0.464,170,0.62,171,0.464,172,0.62,173,0.464,174,0.62,175,0.62,176,0.464,177,0.854,178,0.464,179,0.62,180,0.464,181,0.62,182,0.464,183,0.6,184,0.62,185,0.464,186,0.62,187,0.464,188,0.62,189,0.408,190,0.62,191,0.464,192,0.62,193,0.436,194,1.106,195,0.62,196,0.464,197,0.62,198,0.788,199,0.62,200,0.464,201,0.62,202,0.464,203,0.464,204,0.62,205,0.524,206,0.464,207,0.62,208,0.436,209,0.587,210,0.62,211,0.009,212,0.013,213,0.009,262,1.033,263,0.69,286,1.14,325,2.56,345,3.447,347,2.031,353,3.157,400,3.157,650,4.653,737,3.157,782,3.432,810,3.366,1055,3.777,1137,4.653,1145,4.238,1157,4.238,1286,4.238,1332,3.432,1784,3.078,1785,5.648,1786,4.938,1787,4.938,1788,4.938,1789,3.587,1790,3.587,1791,4.238,1792,4.938,1793,4.938,1794,4.938,1795,4.938,1796,4.938,1797,4.938,1798,4.938,1799,4.938,1800,4.938,1801,4.938,1802,4.938,1803,4.938,1804,4.938,1805,4.938,1806,4.938,1807,3.587,1808,3.587,1809,3.587,1810,4.938,1811,4.938,1812,4.938,1813,4.938,1814,4.938,1815,3.587,1816,3.587,1817,3.587]],["title/components/VotingGraphComponent.html",[0,0.127,200,0.472]],["body/components/VotingGraphComponent.html",[0,0.2,1,0.48,2,0.827,3,0.151,4,0.129,5,0.641,6,0.641,7,0.641,8,0.641,9,0.129,11,0.922,12,1.226,13,0.573,14,0.872,15,0.928,17,0.737,19,0.737,21,0.195,22,0.695,23,1.456,24,1.282,25,0.737,26,1.382,27,0.48,28,1.015,29,1.09,30,0.725,32,0.641,33,0.019,34,0.611,35,0.488,36,0.573,38,0.901,39,0.922,41,0.338,42,0.265,43,0.751,44,0.151,45,0.129,46,1.015,131,0.541,132,0.873,133,0.781,134,0.48,135,1.01,136,0.641,139,0.641,140,0.48,141,0.641,142,0.48,143,0.541,144,0.641,145,0.898,146,0.873,147,0.641,148,0.48,149,0.606,150,0.873,151,0.48,152,0.641,153,0.48,154,0.641,155,0.641,156,0.48,157,0.641,158,0.641,159,0.48,160,0.641,161,0.48,162,0.641,163,0.48,164,0.606,165,0.641,166,0.48,167,0.641,168,0.641,169,0.48,170,0.641,171,0.48,172,0.641,173,0.48,174,0.641,175,0.641,176,0.48,177,0.873,178,0.48,179,0.641,180,0.48,181,0.641,182,0.48,183,0.614,184,0.641,185,0.48,186,0.641,187,0.48,188,0.641,189,0.422,190,0.641,191,0.48,192,0.641,193,0.45,194,1.185,195,0.641,196,0.48,197,0.641,198,0.48,199,0.641,200,0.799,201,0.641,202,0.48,203,0.48,204,0.641,205,0.541,206,0.48,207,0.641,208,0.45,209,0.606,210,0.641,211,0.009,212,0.013,213,0.009,215,1.969,233,2.126,234,2.126,257,2.405,258,1.445,259,1.192,260,1.445,261,1.445,269,1.445,271,1.303,275,1.445,521,4.287,1332,3.509,1484,3.861,1638,3.412,1818,3.18,1819,5.744,1820,5.049,1821,3.705,1822,3.705,1823,3.705]],["title/components/VotingNavigationComponent.html",[0,0.127,202,0.472]],["body/components/VotingNavigationComponent.html",[0,0.208,1,0.518,2,0.87,3,0.163,4,0.14,5,0.691,6,0.691,7,0.691,8,0.691,9,0.14,13,0.619,14,0.876,15,0.933,17,0.776,19,0.776,21,0.21,22,0.732,23,1.255,24,1.224,27,0.518,28,1.095,29,1.084,30,0.565,32,0.691,33,0.019,34,0.63,35,0.452,36,0.619,41,0.313,42,0.286,43,0.811,44,0.163,45,0.14,46,1.095,131,0.584,132,0.919,133,0.822,134,0.518,135,1.041,136,0.691,139,0.691,140,0.518,141,0.691,142,0.518,143,0.584,144,0.691,145,0.518,146,0.691,147,0.691,148,0.518,149,0.654,150,0.919,151,0.518,152,0.691,153,0.518,154,0.691,155,0.691,156,0.518,157,0.691,158,0.691,159,0.518,160,0.691,161,0.518,162,0.691,163,0.518,164,0.654,165,0.691,166,0.518,167,0.691,168,0.691,169,0.518,170,0.691,171,0.518,172,0.691,173,0.518,174,0.691,175,0.691,176,0.518,177,0.919,178,0.518,179,0.691,180,0.518,181,0.691,182,0.518,183,0.646,184,0.691,185,0.518,186,0.691,187,0.518,188,0.691,189,0.455,190,0.691,191,0.518,192,0.691,193,0.486,194,1.199,195,0.691,196,0.518,197,0.691,198,0.518,199,0.691,200,0.518,201,0.691,202,0.824,203,0.518,204,0.691,205,0.584,206,0.518,207,0.691,208,0.486,209,0.654,210,0.691,211,0.01,212,0.013,213,0.01,579,4.149,1314,4.561,1315,5.123,1316,4.561,1332,3.694,1638,3.302,1641,3.694,1791,4.561,1824,3.431,1825,3.998,1826,3.998,1827,4.561,1828,4.561,1829,5.315]],["title/components/VotingSummaryComponent.html",[0,0.127,203,0.472]],["body/components/VotingSummaryComponent.html",[0,0.175,1,0.375,2,0.694,3,0.118,4,0.101,5,0.5,6,0.5,7,0.5,8,0.5,9,0.101,11,0.774,12,1.07,13,0.448,14,0.857,15,0.91,17,0.619,19,0.619,21,0.152,22,0.583,23,1,24,1.063,25,0.619,26,1.12,27,0.375,28,0.792,29,0.962,30,0.692,32,0.733,33,0.02,34,0.582,35,0.469,36,0.656,38,0.733,39,0.774,41,0.325,42,0.207,43,0.586,44,0.118,45,0.101,46,0.792,118,3.398,119,3.838,126,1.849,131,0.422,132,0.733,133,0.656,134,0.375,135,0.904,136,0.5,139,0.5,140,0.375,141,0.5,142,0.375,143,0.422,144,0.5,145,0.375,146,0.5,147,0.5,148,0.375,149,0.473,150,0.733,151,0.375,152,0.5,153,0.375,154,0.5,155,0.5,156,0.375,157,0.5,158,0.5,159,0.375,160,0.5,161,0.375,162,0.5,163,0.375,164,0.473,165,0.5,166,0.375,167,0.5,168,0.5,169,0.375,170,0.5,171,0.375,172,0.5,173,0.375,174,0.5,175,0.5,176,0.375,177,0.733,178,0.375,179,0.5,180,0.375,181,0.5,182,0.375,183,0.515,184,0.5,185,0.375,186,0.5,187,0.375,188,0.5,189,0.329,190,0.5,191,0.375,192,0.5,193,0.352,194,1.133,195,0.5,196,0.375,197,0.5,198,0.375,199,0.5,200,0.375,201,0.5,202,0.375,203,0.715,204,0.867,205,0.422,206,0.375,207,0.5,208,0.352,209,0.473,210,0.5,211,0.011,212,0.011,213,0.007,259,1,262,1.444,263,0.965,264,2.063,286,0.92,289,1.017,293,1.569,296,1.41,308,1.49,325,2.197,336,2.066,343,2.197,345,3.173,346,4.223,347,1.743,392,1.105,519,4.615,629,2.709,648,1.715,705,2.709,711,2.01,713,2.212,765,2.974,778,2.945,811,2.344,1141,3.241,1283,1.849,1327,3.637,1417,2.01,1418,3.486,1419,2.212,1448,2.212,1460,5.272,1479,3.637,1638,3.673,1641,2.945,1674,3.637,1689,3.637,1690,3.637,1691,3.637,1714,4.304,1827,3.637,1828,3.637,1830,2.482,1831,5.016,1832,4.238,1833,5.016,1834,5.522,1835,4.238,1836,4.238,1837,2.892,1838,5.016,1839,4.238,1840,2.892,1841,2.892,1842,2.892,1843,2.892,1844,2.892,1845,2.892,1846,2.892,1847,4.238,1848,4.238,1849,2.892,1850,2.892,1851,2.892,1852,2.892,1853,2.892,1854,2.892,1855,2.892,1856,2.892,1857,2.892,1858,2.892,1859,2.892,1860,5.016,1861,4.238,1862,4.238,1863,2.892,1864,2.892,1865,2.892,1866,2.892,1867,2.892,1868,2.892,1869,4.238,1870,4.238,1871,4.238,1872,4.238,1873,4.238,1874,4.238,1875,2.892,1876,4.238,1877,4.238,1878,4.238,1879,5.522,1880,4.238,1881,4.238,1882,4.238,1883,4.238,1884,4.238,1885,2.892,1886,2.892,1887,2.892,1888,2.892,1889,2.892,1890,2.892,1891,2.892,1892,2.892,1893,2.892]],["title/coverage.html",[1894,3.817]],["body/coverage.html",[0,0.261,1,0.376,9,0.101,10,2.492,29,0.475,33,0.02,35,0.247,45,0.176,134,0.55,140,0.376,142,0.376,145,0.376,148,0.376,151,0.376,153,0.376,156,0.376,159,0.376,161,0.376,163,0.376,166,0.376,169,0.376,171,0.376,173,0.376,176,0.376,178,0.376,180,0.376,182,0.376,185,0.376,187,0.376,189,0.331,191,0.376,193,0.353,196,0.376,198,0.376,200,0.376,202,0.376,203,0.376,206,0.376,208,0.353,211,0.007,212,0.011,213,0.007,214,2.492,255,1.606,263,1.065,296,1.416,307,1.021,321,2.861,357,2.492,403,2.492,479,1.721,483,2.953,498,1.721,509,2.018,512,2.018,519,2.018,521,2.018,523,2.717,538,2.018,552,2.018,555,2.018,562,2.018,569,2.717,572,2.018,575,2.018,578,2.018,579,2.018,581,2.018,585,1.856,594,2.018,598,2.22,600,2.492,614,2.492,615,2.492,633,2.492,634,3.25,649,2.492,654,2.492,655,2.492,667,1.856,673,2.492,674,2.492,717,1.922,718,1.606,720,4.861,721,1.856,722,1.606,723,2.018,725,2.018,727,2.018,730,2.018,734,2.018,743,2.018,744,2.018,745,2.018,746,1.606,747,1.606,749,1.721,751,2.018,752,3.844,753,2.52,756,2.22,765,1.721,865,3.06,866,2.018,868,2.492,903,3.25,904,3.647,905,3.647,911,2.018,968,2.492,1020,2.22,1090,2.492,1119,2.492,1120,2.492,1178,2.492,1179,2.492,1193,2.492,1199,2.492,1214,3.493,1215,1.856,1220,2.492,1313,2.492,1345,2.492,1356,2.492,1404,2.492,1405,2.492,1415,2.22,1418,2.018,1449,2.492,1450,2.492,1472,2.492,1485,2.492,1487,2.492,1522,2.492,1526,2.018,1527,2.492,1576,2.492,1577,2.492,1580,2.492,1604,2.492,1607,2.492,1637,2.018,1638,3.403,1639,3.25,1728,2.492,1736,3.647,1774,2.492,1784,2.492,1818,2.492,1824,2.492,1830,2.492,1894,2.22,1895,2.903,1896,2.903,1897,2.903,1898,6.354,1899,2.903,1900,2.903,1901,4.25,1902,7.541,1903,2.903,1904,2.903,1905,6.151,1906,7.541,1907,2.903,1908,2.903,1909,2.903,1910,2.903,1911,5.888,1912,2.903,1913,2.903,1914,2.903,1915,2.903,1916,5.532,1917,2.903,1918,2.903,1919,2.903,1920,2.903,1921,2.903,1922,2.903,1923,2.903,1924,2.903,1925,5.027,1926,2.903,1927,5.027,1928,5.027,1929,2.903,1930,2.903,1931,2.903,1932,2.903,1933,2.903,1934,2.903,1935,2.903,1936,2.903,1937,2.903,1938,2.903,1939,2.903,1940,2.903,1941,2.903,1942,2.903,1943,2.903,1944,6.151,1945,2.903,1946,2.903,1947,2.903,1948,2.903,1949,2.903,1950,2.903,1951,2.903,1952,5.532,1953,5.532,1954,2.903,1955,2.903,1956,2.903,1957,4.25,1958,2.903,1959,2.903,1960,2.903,1961,2.903]],["title/dependencies.html",[467,2.804,1962,3.032]],["body/dependencies.html",[33,0.02,42,0.353,118,2.73,211,0.013,212,0.015,213,0.013,263,0.95,272,2.73,332,3.43,411,4.912,412,3.43,414,2.558,448,1.65,467,3.155,486,4.651,487,3.888,495,3.43,536,3.774,537,3.774,550,3.774,560,3.774,570,3.155,1483,4.235,1894,3.774,1963,4.935,1964,7.511,1965,4.935,1966,4.935,1967,4.935,1968,4.935,1969,4.935,1970,4.935,1971,4.935,1972,4.935,1973,4.235,1974,4.935,1975,4.935,1976,4.935,1977,4.935,1978,4.935,1979,4.935,1980,5.658,1981,4.935,1982,4.935,1983,6.082,1984,4.935,1985,4.935,1986,4.935,1987,4.935,1988,4.935,1989,4.935,1990,4.935,1991,4.935,1992,4.935,1993,4.935,1994,4.935,1995,4.935,1996,6.082,1997,4.935,1998,4.935,1999,4.935,2000,4.935,2001,4.935,2002,4.935,2003,4.935]],["title/miscellaneous/functions.html",[1548,3.354,2004,2.602]],["body/miscellaneous/functions.html",[21,0.309,32,1.015,33,0.018,34,0.581,36,0.909,211,0.015,212,0.017,213,0.015,483,4.08,586,4.49,594,4.688,1124,5.039,1548,4.49,2004,5.039,2005,5.871]],["title/index.html",[21,0.16,2006,3.032,2007,3.032]],["body/index.html",[0,0.231,4,0.174,15,0.607,33,0.016,34,0.494,143,0.729,164,1.131,211,0.013,212,0.016,213,0.013,305,2.96,307,1.755,385,4.284,466,2.761,482,3.469,605,4.284,799,5.284,843,3.469,857,3.191,950,4.284,953,4.284,1024,6.335,1545,5.687,1973,5.687,1980,4.284,2008,6.627,2009,4.992,2010,6.627,2011,4.992,2012,4.992,2013,6.125,2014,7.091,2015,4.992,2016,4.992,2017,4.992,2018,4.992,2019,4.992,2020,4.992,2021,4.992,2022,4.992,2023,4.992,2024,7.091,2025,4.992,2026,4.992,2027,4.992,2028,4.992,2029,4.992,2030,4.992,2031,4.992,2032,6.125,2033,6.125,2034,6.909,2035,4.992,2036,6.125,2037,6.125,2038,4.992,2039,4.992,2040,6.627,2041,4.992,2042,6.125,2043,4.992,2044,4.992,2045,4.992,2046,4.992,2047,4.992,2048,4.992]],["title/modules.html",[466,2.761]],["body/modules.html",[33,0.017,211,0.015,212,0.017,213,0.015,388,4.473,465,3.739,466,3.235,477,3.468,478,3.468,487,4.302,1484,4.473,2049,6.73,2050,6.73,2051,7.086]],["title/overview.html",[2052,4.283]],["body/overview.html",[1,0.768,2,0.647,29,0.972,33,0.02,131,0.577,140,0.768,142,0.897,145,0.768,148,0.768,151,0.768,153,0.768,156,0.768,159,0.768,161,0.768,163,0.768,166,0.768,169,0.768,171,0.768,173,0.768,176,0.768,178,0.768,180,0.768,182,0.768,185,0.768,187,0.768,189,0.676,191,0.768,193,0.721,196,0.768,198,0.768,200,0.768,202,0.768,203,0.768,205,0.577,206,0.923,208,0.721,211,0.01,212,0.013,213,0.01,321,1.462,464,2.343,465,4.995,466,2.186,467,2.526,468,2.746,469,2.746,470,2.526,471,2.746,472,3.391,473,3.391,474,3.391,475,3.391,476,3.391,477,3.519,478,4.024,479,3.519,480,4.033,481,2.526,482,2.746,599,2.526,719,2.048,746,2.186,773,3.665,867,2.746,911,4.125,963,3.391,964,3.391,965,3.391,966,3.391,1005,3.391,1330,3.022,2052,3.391,2053,3.951]],["title/routes.html",[498,2.959]],["body/routes.html",[33,0.017,211,0.015,212,0.017,213,0.015,498,3.564]]],"invertedIndex":[["",{"_index":33,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"modules/AppRoutingModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"modules/DateValueAccessorModule.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{},"directives/ResettableInputDirective.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"interfaces/TimeSlices.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"modules.html":{},"overview.html":{},"routes.html":{}}}],["0",{"_index":321,"title":{},"body":{"components/AnswersComponent.html":{},"components/AppComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"components/KindComponent.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"components/PollGraphicComponent.html":{},"injectables/PollUtilities.html":{},"components/ResumeComponent.html":{},"interfaces/TimeSlices.html":{},"components/VotingChoiceComponent.html":{},"coverage.html":{},"overview.html":{}}}],["0.0.2",{"_index":1974,"title":{},"body":{"dependencies.html":{}}}],["0.10.2",{"_index":2003,"title":{},"body":{"dependencies.html":{}}}],["0.5em",{"_index":1597,"title":{},"body":{"components/ResumeComponent.html":{}}}],["0.8.0",{"_index":1976,"title":{},"body":{"dependencies.html":{}}}],["0/1",{"_index":1902,"title":{},"body":{"coverage.html":{}}}],["0/11",{"_index":1928,"title":{},"body":{"coverage.html":{}}}],["0/12",{"_index":1931,"title":{},"body":{"coverage.html":{}}}],["0/13",{"_index":1933,"title":{},"body":{"coverage.html":{}}}],["0/15",{"_index":1937,"title":{},"body":{"coverage.html":{}}}],["0/2",{"_index":1901,"title":{},"body":{"coverage.html":{}}}],["0/20",{"_index":1926,"title":{},"body":{"coverage.html":{}}}],["0/3",{"_index":1898,"title":{},"body":{"coverage.html":{}}}],["0/4",{"_index":1905,"title":{},"body":{"coverage.html":{}}}],["0/5",{"_index":1941,"title":{},"body":{"coverage.html":{}}}],["0/6",{"_index":1927,"title":{},"body":{"coverage.html":{}}}],["0/7",{"_index":1925,"title":{},"body":{"coverage.html":{}}}],["0/8",{"_index":1911,"title":{},"body":{"coverage.html":{}}}],["0/9",{"_index":1932,"title":{},"body":{"coverage.html":{}}}],["000",{"_index":1298,"title":{},"body":{"components/KindComponent.html":{}}}],["0px",{"_index":1596,"title":{},"body":{"components/ResumeComponent.html":{}}}],["0x3",{"_index":1559,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["0x8",{"_index":1560,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["1",{"_index":295,"title":{},"body":{"components/AnswersComponent.html":{},"components/AppComponent.html":{},"interfaces/DateChoice.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/KindComponent.html":{},"interfaces/PollAnswer.html":{},"components/PollGraphicComponent.html":{},"injectables/PollUtilities.html":{},"components/ResumeComponent.html":{},"interfaces/TimeSlices.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["1.0.1",{"_index":1990,"title":{},"body":{"dependencies.html":{}}}],["1.0.4",{"_index":1986,"title":{},"body":{"dependencies.html":{}}}],["1.10.0",{"_index":2001,"title":{},"body":{"dependencies.html":{}}}],["1.25em",{"_index":1888,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["1.3.0",{"_index":1984,"title":{},"body":{"dependencies.html":{}}}],["1.3.7",{"_index":1995,"title":{},"body":{"dependencies.html":{}}}],["1.5em",{"_index":1886,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["1.5rem",{"_index":1086,"title":{},"body":{"components/DatesComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["1.6rem",{"_index":1338,"title":{},"body":{"components/NavigationComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["1.8rem",{"_index":1719,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["1/1",{"_index":1910,"title":{},"body":{"coverage.html":{}}}],["1/10",{"_index":1934,"title":{},"body":{"coverage.html":{}}}],["1/15",{"_index":1900,"title":{},"body":{"coverage.html":{}}}],["1/2",{"_index":1942,"title":{},"body":{"coverage.html":{}}}],["1/40",{"_index":1904,"title":{},"body":{"coverage.html":{}}}],["1/8",{"_index":1924,"title":{},"body":{"coverage.html":{}}}],["1/9",{"_index":1936,"title":{},"body":{"coverage.html":{}}}],["10",{"_index":1020,"title":{},"body":{"components/DatesComponent.html":{},"components/VisibilityComponent.html":{},"coverage.html":{}}}],["100",{"_index":1728,"title":{},"body":{"components/VotingChoiceComponent.html":{},"coverage.html":{}}}],["10em",{"_index":1731,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["10px",{"_index":110,"title":{},"body":{"components/AdminComponent.html":{}}}],["11",{"_index":1935,"title":{},"body":{"coverage.html":{}}}],["11rem",{"_index":1766,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["12",{"_index":403,"title":{},"body":{"components/AppComponent.html":{},"coverage.html":{}}}],["12.0.0",{"_index":1971,"title":{},"body":{"dependencies.html":{}}}],["12.3.0",{"_index":1987,"title":{},"body":{"dependencies.html":{}}}],["12rem",{"_index":1700,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["130px",{"_index":128,"title":{},"body":{"components/AdminComponent.html":{}}}],["16",{"_index":1557,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["16rem",{"_index":1709,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["18/72",{"_index":1940,"title":{},"body":{"coverage.html":{}}}],["180",{"_index":769,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["18px",{"_index":1354,"title":{},"body":{"components/PasswordComponent.html":{}}}],["18rem",{"_index":1758,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["1em",{"_index":1085,"title":{},"body":{"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{}}}],["1rem",{"_index":1695,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["2",{"_index":746,"title":{},"body":{"interfaces/DateChoice.html":{},"components/KindComponent.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{},"components/VotingChoiceComponent.html":{},"coverage.html":{},"overview.html":{}}}],["2.0.0",{"_index":1992,"title":{},"body":{"dependencies.html":{}}}],["2.0.1",{"_index":1981,"title":{},"body":{"dependencies.html":{}}}],["2.4rem",{"_index":1725,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["2.6rem",{"_index":706,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["2.8.0",{"_index":1977,"title":{},"body":{"dependencies.html":{}}}],["2019",{"_index":1795,"title":{},"body":{"components/VotingComponent.html":{}}}],["23",{"_index":1929,"title":{},"body":{"coverage.html":{}}}],["25",{"_index":1939,"title":{},"body":{"coverage.html":{}}}],["26",{"_index":1793,"title":{},"body":{"components/VotingComponent.html":{}}}],["27.4",{"_index":708,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["28px",{"_index":123,"title":{},"body":{"components/AdminComponent.html":{}}}],["29",{"_index":2053,"title":{},"body":{"overview.html":{}}}],["2em",{"_index":1599,"title":{},"body":{"components/ResumeComponent.html":{}}}],["2px",{"_index":710,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{},"components/NavigationComponent.html":{}}}],["2rem",{"_index":1301,"title":{},"body":{"components/KindComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["3",{"_index":773,"title":{},"body":{"interfaces/DateOption.html":{},"components/KindComponent.html":{},"classes/PollConfig.html":{},"overview.html":{}}}],["3.2rem",{"_index":1337,"title":{},"body":{"components/NavigationComponent.html":{}}}],["3/4",{"_index":1908,"title":{},"body":{"coverage.html":{}}}],["3/6",{"_index":1903,"title":{},"body":{"coverage.html":{}}}],["32rem",{"_index":1708,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["3em",{"_index":1600,"title":{},"body":{"components/ResumeComponent.html":{}}}],["3px",{"_index":1302,"title":{},"body":{"components/KindComponent.html":{}}}],["3rem",{"_index":704,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["4",{"_index":1330,"title":{},"body":{"components/NavigationComponent.html":{},"components/VotingChoiceComponent.html":{},"overview.html":{}}}],["4.0.0",{"_index":1972,"title":{},"body":{"dependencies.html":{}}}],["4.3.1",{"_index":1970,"title":{},"body":{"dependencies.html":{}}}],["4.7.0",{"_index":1979,"title":{},"body":{"dependencies.html":{}}}],["40px",{"_index":112,"title":{},"body":{"components/AdminComponent.html":{}}}],["42",{"_index":409,"title":{},"body":{"components/AppComponent.html":{}}}],["429a00",{"_index":1498,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["4xxx",{"_index":1551,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["5",{"_index":1331,"title":{},"body":{"components/NavigationComponent.html":{}}}],["5/21",{"_index":1930,"title":{},"body":{"coverage.html":{}}}],["50",{"_index":1736,"title":{},"body":{"components/VotingChoiceComponent.html":{},"coverage.html":{}}}],["50px",{"_index":108,"title":{},"body":{"components/AdminComponent.html":{}}}],["5px",{"_index":647,"title":{},"body":{"components/ChoicesListComponent.html":{},"components/CreateOrRetrieveComponent.html":{}}}],["5rem",{"_index":1694,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["6",{"_index":1899,"title":{},"body":{"coverage.html":{}}}],["6.5.3",{"_index":1999,"title":{},"body":{"dependencies.html":{}}}],["6.5.4",{"_index":1997,"title":{},"body":{"dependencies.html":{}}}],["60",{"_index":767,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["600",{"_index":120,"title":{},"body":{"components/AdminComponent.html":{},"components/PasswordComponent.html":{}}}],["640px",{"_index":1703,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["65px",{"_index":104,"title":{},"body":{"components/AdminComponent.html":{}}}],["6px",{"_index":1296,"title":{},"body":{"components/KindComponent.html":{}}}],["6rem",{"_index":1693,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["7",{"_index":1005,"title":{},"body":{"components/DatesComponent.html":{},"overview.html":{}}}],["700",{"_index":1714,"title":{},"body":{"components/VotingChoiceComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["70px",{"_index":130,"title":{},"body":{"components/AdminComponent.html":{}}}],["75",{"_index":1907,"title":{},"body":{"coverage.html":{}}}],["8",{"_index":458,"title":{},"body":{"components/AppComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{}}}],["8.2.1",{"_index":2011,"title":{},"body":{"index.html":{}}}],["8.2.2",{"_index":1988,"title":{},"body":{"dependencies.html":{}}}],["800",{"_index":1892,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["9.0.0",{"_index":1964,"title":{},"body":{"dependencies.html":{}}}],["_",{"_index":930,"title":{},"body":{"directives/DateValueAccessor.html":{},"injectables/PollUtilities.html":{}}}],["_choices_",{"_index":1035,"title":{},"body":{"components/DatesComponent.html":{}}}],["_elementref",{"_index":921,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["_renderer",{"_index":924,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["aaaaeeeeiiiioooouuuunc",{"_index":1573,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["absolute",{"_index":1734,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["accents",{"_index":1569,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["access",{"_index":802,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["accessor",{"_index":570,"title":{},"body":{"modules/AppModule.html":{},"directives/DateValueAccessor.html":{},"modules/DateValueAccessorModule.html":{},"classes/MyMissingTranslationHandler.html":{},"dependencies.html":{}}}],["accessor.ts",{"_index":905,"title":{},"body":{"directives/DateValueAccessor.html":{},"coverage.html":{}}}],["accessor.ts:26",{"_index":928,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["accessor.ts:28",{"_index":925,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["accessor.ts:29",{"_index":923,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["accessor.ts:34",{"_index":939,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["accessor.ts:42",{"_index":931,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["accessor.ts:46",{"_index":934,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["accessor.ts:50",{"_index":936,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["accessor/date",{"_index":904,"title":{},"body":{"directives/DateValueAccessor.html":{},"coverage.html":{}}}],["accessor/module.ts",{"_index":967,"title":{},"body":{"modules/DateValueAccessorModule.html":{}}}],["accueil",{"_index":1334,"title":{},"body":{"components/NavigationComponent.html":{}}}],["accéder",{"_index":1152,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["activatedroute",{"_index":1410,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["active",{"_index":1342,"title":{},"body":{"components/NavigationComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["activeroute",{"_index":1408,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["actual_component",{"_index":210,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["actuelle",{"_index":1110,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["add",{"_index":763,"title":{},"body":{"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"components/DatesComponent.html":{},"classes/PollConfig.html":{},"directives/ResettableInputDirective.html":{}}}],["addanswer",{"_index":225,"title":{},"body":{"components/AnswersComponent.html":{}}}],["adddate",{"_index":976,"title":{},"body":{"components/DatesComponent.html":{}}}],["adddaystodate",{"_index":869,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["adddaystodate(days",{"_index":874,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["addintervalofdates",{"_index":977,"title":{},"body":{"components/DatesComponent.html":{}}}],["addtime",{"_index":978,"title":{},"body":{"components/DatesComponent.html":{}}}],["addtimetodate",{"_index":979,"title":{},"body":{"components/DatesComponent.html":{}}}],["addtimetodate(config",{"_index":991,"title":{},"body":{"components/DatesComponent.html":{}}}],["adipisicing",{"_index":1253,"title":{},"body":{"components/KindComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["admin",{"_index":16,"title":{},"body":{"components/AdminComponent.html":{},"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["admin'},{'name",{"_index":139,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["admin.archiving_desc\"|translate",{"_index":74,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.archiving_title\"|translate",{"_index":73,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.choose_title\"|translate",{"_index":51,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.comments_deletion_btn'|translate",{"_index":72,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.comments_deletion_btn\\'|translate",{"_index":138,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.comments_deletion_desc\"|translate",{"_index":71,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.comments_deletion_title\"|translate",{"_index":70,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.component.html",{"_index":20,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.component.scss",{"_index":18,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.copy_link",{"_index":672,"title":{},"body":{"components/CopyTextComponent.html":{}}}],["admin.deletion\"|translate",{"_index":80,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.deletion_desc\"|translate",{"_index":81,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.description\"|translate",{"_index":52,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.email_links\"|translate",{"_index":91,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.email_links_desc\"|translate",{"_index":92,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.info_section_title\"|translate",{"_index":50,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.link\"|translate",{"_index":82,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.link_admin\"|translate",{"_index":83,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.link_admin_btn\"|translate",{"_index":86,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.link_admin_desc\"|translate",{"_index":84,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.polled_people\"|translate",{"_index":87,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.polled_people_btn\"|translate",{"_index":90,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.polled_people_desc\"|translate",{"_index":88,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.settings_section_title\"|translate",{"_index":54,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.votes_deletion_btn'|translate",{"_index":69,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.votes_deletion_btn\\'|translate",{"_index":137,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin.votes_deletion_desc\"|translate",{"_index":68,"title":{},"body":{"components/AdminComponent.html":{}}}],["admin/d65es45fd45sdf45sd345f312sdf31sgfd345",{"_index":840,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["admincomponent",{"_index":1,"title":{"components/AdminComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["administrateur·ice",{"_index":1159,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["administration",{"_index":1333,"title":{},"body":{"components/NavigationComponent.html":{}}}],["administrer",{"_index":1212,"title":{},"body":{"components/HomeComponent.html":{}}}],["adminkey",{"_index":841,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["afterviewinit",{"_index":216,"title":{},"body":{"components/AnswersComponent.html":{}}}],["age",{"_index":408,"title":{},"body":{"components/AppComponent.html":{}}}],["ajouter",{"_index":350,"title":{},"body":{"components/AnswersComponent.html":{}}}],["ajoutées",{"_index":1053,"title":{},"body":{"components/DatesComponent.html":{}}}],["alert",{"_index":117,"title":{},"body":{"components/AdminComponent.html":{},"components/KindComponent.html":{}}}],["align",{"_index":1283,"title":{},"body":{"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["allanswersarevalid",{"_index":221,"title":{},"body":{"components/AnswersComponent.html":{}}}],["allowseveralhours",{"_index":801,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["already",{"_index":1049,"title":{},"body":{"components/DatesComponent.html":{}}}],["amet",{"_index":1251,"title":{},"body":{"components/KindComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["anchorscrolling",{"_index":612,"title":{},"body":{"modules/AppRoutingModule.html":{}}}],["angular",{"_index":1973,"title":{},"body":{"dependencies.html":{},"index.html":{}}}],["angular/animations",{"_index":1963,"title":{},"body":{"dependencies.html":{}}}],["angular/cdk",{"_index":1965,"title":{},"body":{"dependencies.html":{}}}],["angular/common",{"_index":272,"title":{},"body":{"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/DatesComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/PollGraphicComponent.html":{},"dependencies.html":{}}}],["angular/common/http",{"_index":529,"title":{},"body":{"modules/AppModule.html":{},"components/EndConfirmationComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"injectables/PollUtilities.html":{}}}],["angular/common/locales/en",{"_index":517,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["angular/common/locales/fr",{"_index":515,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["angular/compiler",{"_index":1966,"title":{},"body":{"dependencies.html":{}}}],["angular/core",{"_index":42,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"modules/DateValueAccessorModule.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{},"directives/ResettableInputDirective.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"dependencies.html":{}}}],["angular/forms",{"_index":495,"title":{},"body":{"modules/AppModule.html":{},"directives/DateValueAccessor.html":{},"classes/MyMissingTranslationHandler.html":{},"dependencies.html":{}}}],["angular/localize",{"_index":1967,"title":{},"body":{"dependencies.html":{}}}],["angular/platform",{"_index":486,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"dependencies.html":{}}}],["angular/router",{"_index":414,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PollDisplayComponent.html":{},"components/ResumeComponent.html":{},"dependencies.html":{}}}],["animi",{"_index":1273,"title":{},"body":{"components/KindComponent.html":{}}}],["animés",{"_index":1329,"title":{},"body":{"components/NavigationComponent.html":{}}}],["answer",{"_index":252,"title":{},"body":{"components/AnswersComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["answer.text",{"_index":340,"title":{},"body":{"components/AnswersComponent.html":{}}}],["answer.text.length",{"_index":288,"title":{},"body":{"components/AnswersComponent.html":{}}}],["answerlist",{"_index":222,"title":{},"body":{"components/AnswersComponent.html":{}}}],["answers",{"_index":218,"title":{},"body":{"components/AnswersComponent.html":{},"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["answers'},{'name",{"_index":141,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["answers.component.html",{"_index":220,"title":{},"body":{"components/AnswersComponent.html":{}}}],["answers.component.scss",{"_index":219,"title":{},"body":{"components/AnswersComponent.html":{}}}],["answerscomponent",{"_index":140,"title":{"components/AnswersComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["answersdomtofocus",{"_index":311,"title":{},"body":{"components/AnswersComponent.html":{}}}],["answersdomtofocus[i",{"_index":313,"title":{},"body":{"components/AnswersComponent.html":{}}}],["anyone",{"_index":806,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["api",{"_index":791,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["apiversion",{"_index":1945,"title":{},"body":{"coverage.html":{}}}],["app",{"_index":143,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"index.html":{}}}],["app.component",{"_index":490,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["app.component.html",{"_index":360,"title":{},"body":{"components/AppComponent.html":{}}}],["app.component.scss",{"_index":359,"title":{},"body":{"components/AppComponent.html":{}}}],["appcomponent",{"_index":142,"title":{"components/AppComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["appmodule",{"_index":465,"title":{"modules/AppModule.html":{}},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"modules.html":{},"overview.html":{}}}],["apppage",{"_index":598,"title":{"classes/AppPage.html":{}},"body":{"classes/AppPage.html":{},"coverage.html":{}}}],["approutingmodule",{"_index":477,"title":{"modules/AppRoutingModule.html":{}},"body":{"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"classes/MyMissingTranslationHandler.html":{},"modules.html":{},"overview.html":{}}}],["après",{"_index":1165,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["arguments",{"_index":926,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["arrowdown",{"_index":323,"title":{},"body":{"components/AnswersComponent.html":{}}}],["arrowup",{"_index":320,"title":{},"body":{"components/AnswersComponent.html":{}}}],["arthur",{"_index":407,"title":{},"body":{"components/AppComponent.html":{}}}],["article",{"_index":1300,"title":{},"body":{"components/KindComponent.html":{}}}],["artifacts",{"_index":2025,"title":{},"body":{"index.html":{}}}],["assets/scss/variables",{"_index":1448,"title":{},"body":{"components/PollDisplayComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["assumenda",{"_index":1266,"title":{},"body":{"components/KindComponent.html":{}}}],["partials",{"_index":1233,"title":{},"body":{"components/KindComponent.html":{}}}],["attention",{"_index":1806,"title":{},"body":{"components/VotingComponent.html":{}}}],["au",{"_index":737,"title":{},"body":{"interfaces/DateChoice.html":{},"components/EndConfirmationComponent.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{},"components/VotingComponent.html":{}}}],["aucun",{"_index":701,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["aucune",{"_index":1073,"title":{},"body":{"components/DatesComponent.html":{}}}],["aurores",{"_index":736,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{}}}],["auto",{"_index":463,"title":{},"body":{"components/AppComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/NavigationComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["automatically",{"_index":2019,"title":{},"body":{"index.html":{}}}],["aux",{"_index":735,"title":{},"body":{"interfaces/DateChoice.html":{},"components/DatesComponent.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{}}}],["available",{"_index":388,"title":{},"body":{"components/AppComponent.html":{},"components/PollDisplayComponent.html":{},"modules.html":{}}}],["avec",{"_index":337,"title":{},"body":{"components/AnswersComponent.html":{}}}],["aware",{"_index":623,"title":{},"body":{"components/BaseComponent.html":{}}}],["awesome",{"_index":1978,"title":{},"body":{"dependencies.html":{}}}],["ayant",{"_index":1689,"title":{},"body":{"components/VotingChoiceComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["backend",{"_index":790,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"injectables/PollUtilities.html":{}}}],["background",{"_index":711,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{},"components/NavigationComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["backgroundcolor",{"_index":1497,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["badge",{"_index":1800,"title":{},"body":{"components/VotingComponent.html":{}}}],["base",{"_index":146,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["base.component.html",{"_index":617,"title":{},"body":{"components/BaseComponent.html":{}}}],["base.component.scss",{"_index":616,"title":{},"body":{"components/BaseComponent.html":{}}}],["basecomponent",{"_index":145,"title":{"components/BaseComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["basecomponent:14",{"_index":269,"title":{},"body":{"components/AnswersComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingGraphComponent.html":{}}}],["basecomponent:17",{"_index":261,"title":{},"body":{"components/AnswersComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingGraphComponent.html":{}}}],["basecomponent:21",{"_index":258,"title":{},"body":{"components/AnswersComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingGraphComponent.html":{}}}],["basecomponent:27",{"_index":260,"title":{},"body":{"components/AnswersComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingGraphComponent.html":{}}}],["baseconfigvalues",{"_index":756,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"coverage.html":{}}}],["baseconfigvalues[key",{"_index":864,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["basehref",{"_index":1523,"title":{},"body":{"injectables/PollService.html":{}}}],["baseurl",{"_index":1607,"title":{},"body":{"components/VisibilityComponent.html":{},"coverage.html":{}}}],["baseurldemo",{"_index":1946,"title":{},"body":{"coverage.html":{}}}],["baseurlprod",{"_index":1947,"title":{},"body":{"coverage.html":{}}}],["basicslicesofday",{"_index":730,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{},"coverage.html":{}}}],["beatae",{"_index":1275,"title":{},"body":{"components/KindComponent.html":{}}}],["before",{"_index":305,"title":{},"body":{"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/NavigationComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"index.html":{}}}],["behavior",{"_index":946,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["between",{"_index":881,"title":{},"body":{"injectables/DateUtilities.html":{},"components/DatesComponent.html":{}}}],["bf83c2",{"_index":1746,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["bien",{"_index":782,"title":{},"body":{"interfaces/DateOption.html":{},"components/EndConfirmationComponent.html":{},"classes/PollConfig.html":{},"components/VotingComponent.html":{}}}],["black",{"_index":1344,"title":{},"body":{"components/NavigationComponent.html":{}}}],["block",{"_index":462,"title":{},"body":{"components/AppComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/NavigationComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["blur",{"_index":918,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["body",{"_index":1538,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["bodycontent",{"_index":1537,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["bold",{"_index":1726,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["bool",{"_index":846,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["boolean",{"_index":259,"title":{},"body":{"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateOption.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["bootstrap",{"_index":469,"title":{},"body":{"modules/AppModule.html":{},"modules/DateValueAccessorModule.html":{},"classes/MyMissingTranslationHandler.html":{},"overview.html":{}}}],["border",{"_index":1295,"title":{},"body":{"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["bottom",{"_index":103,"title":{},"body":{"components/AdminComponent.html":{},"components/ChoicesListComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["bottom:15px",{"_index":124,"title":{},"body":{"components/AdminComponent.html":{}}}],["box",{"_index":1594,"title":{},"body":{"components/ResumeComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["break",{"_index":948,"title":{},"body":{"directives/DateValueAccessor.html":{},"components/PollGraphicComponent.html":{}}}],["breakpoint",{"_index":1701,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["browse",{"_index":2051,"title":{},"body":{"modules.html":{}}}],["browser",{"_index":487,"title":{},"body":{"modules/AppModule.html":{},"classes/AppPage.html":{},"classes/MyMissingTranslationHandler.html":{},"dependencies.html":{},"modules.html":{}}}],["browser.get(browser.baseurl",{"_index":606,"title":{},"body":{"classes/AppPage.html":{}}}],["browser/animations",{"_index":543,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["browseranimationsmodule",{"_index":542,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["browsermodule",{"_index":485,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["btn",{"_index":116,"title":{},"body":{"components/AdminComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["btns",{"_index":1732,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["build",{"_index":2024,"title":{},"body":{"index.html":{}}}],["bulma",{"_index":1975,"title":{},"body":{"dependencies.html":{}}}],["button",{"_index":1088,"title":{},"body":{"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{},"directives/ResettableInputDirective.html":{}}}],["button.stories.ts",{"_index":1953,"title":{},"body":{"coverage.html":{}}}],["buttons",{"_index":1238,"title":{},"body":{"components/KindComponent.html":{}}}],["buttonwithlinktoanotherstory",{"_index":1954,"title":{},"body":{"coverage.html":{}}}],["c",{"_index":1554,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["c'est",{"_index":1082,"title":{},"body":{"components/DatesComponent.html":{},"components/KindComponent.html":{},"components/ResumeComponent.html":{}}}],["c\\'est",{"_index":1089,"title":{},"body":{"components/DatesComponent.html":{},"components/KindComponent.html":{},"components/ResumeComponent.html":{}}}],["calc(#{$box",{"_index":1710,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["calc((#{$btn",{"_index":1745,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["calc(2",{"_index":1697,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["calendar",{"_index":1290,"title":{},"body":{"components/KindComponent.html":{}}}],["call",{"_index":1536,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["canevas",{"_index":1487,"title":{},"body":{"components/PollGraphicComponent.html":{},"coverage.html":{}}}],["canmodifyanswers",{"_index":845,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["capitalize",{"_index":1723,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["card",{"_index":1593,"title":{},"body":{"components/ResumeComponent.html":{}}}],["case",{"_index":1509,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["ccc",{"_index":1598,"title":{},"body":{"components/ResumeComponent.html":{}}}],["ccc9c9",{"_index":1740,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["cd",{"_index":236,"title":{},"body":{"components/AnswersComponent.html":{},"components/DatesComponent.html":{}}}],["cd0000",{"_index":1502,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["ce",{"_index":353,"title":{},"body":{"components/AnswersComponent.html":{},"components/BaseComponent.html":{},"components/PasswordComponent.html":{},"components/PollDisplayComponent.html":{},"components/VotingComponent.html":{}}}],["ceci",{"_index":1235,"title":{},"body":{"components/KindComponent.html":{}}}],["celui",{"_index":630,"title":{},"body":{"components/BaseComponent.html":{}}}],["center",{"_index":1336,"title":{},"body":{"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["ces",{"_index":1174,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["cette",{"_index":1227,"title":{},"body":{"components/KindComponent.html":{}}}],["change",{"_index":843,"title":{},"body":{"interfaces/DateOption.html":{},"components/DatesComponent.html":{},"classes/PollConfig.html":{},"index.html":{}}}],["changedetectorref",{"_index":237,"title":{},"body":{"components/AnswersComponent.html":{},"components/DatesComponent.html":{}}}],["changelanguage",{"_index":368,"title":{},"body":{"components/AppComponent.html":{}}}],["changes",{"_index":908,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["chaque",{"_index":1071,"title":{},"body":{"components/DatesComponent.html":{}}}],["charset",{"_index":456,"title":{},"body":{"components/AppComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"injectables/PollUtilities.html":{}}}],["chart",{"_index":1482,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["chart(this.document.getelementbyid(\"graph",{"_index":1492,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["chart.js",{"_index":1483,"title":{},"body":{"components/PollGraphicComponent.html":{},"dependencies.html":{}}}],["check",{"_index":2047,"title":{},"body":{"index.html":{}}}],["checkvalidanswers",{"_index":226,"title":{},"body":{"components/AnswersComponent.html":{}}}],["checkvalidity",{"_index":233,"title":{},"body":{"components/AnswersComponent.html":{},"components/BaseComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingGraphComponent.html":{}}}],["choice",{"_index":793,"title":{},"body":{"interfaces/DateOption.html":{},"components/DatesComponent.html":{},"classes/PollConfig.html":{},"components/ResumeComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["choice'},{'name",{"_index":195,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["choice.component",{"_index":524,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["choice.component.html",{"_index":1646,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["choice.component.scss",{"_index":1647,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["choice.component.ts",{"_index":1639,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"coverage.html":{}}}],["choice.component.ts:29",{"_index":1673,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choice.component.ts:30",{"_index":1667,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choice.component.ts:31",{"_index":1669,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choice.component.ts:32",{"_index":1668,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choice.component.ts:33",{"_index":1670,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choice.component.ts:34",{"_index":1671,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choice.component.ts:35",{"_index":1666,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choice.component.ts:45",{"_index":1672,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choice.date.date",{"_index":1678,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choice.id",{"_index":1883,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["choice.literal",{"_index":1590,"title":{},"body":{"components/ResumeComponent.html":{}}}],["choice.name",{"_index":1495,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["choice.text",{"_index":1674,"title":{},"body":{"components/VotingChoiceComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["choice.timelist",{"_index":1079,"title":{},"body":{"components/DatesComponent.html":{}}}],["choice.timelist|json",{"_index":1080,"title":{},"body":{"components/DatesComponent.html":{}}}],["choice/voting",{"_index":523,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"coverage.html":{}}}],["choice_id",{"_index":1650,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["choicebox",{"_index":1706,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choicebox__actions",{"_index":1733,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choicebox__btn",{"_index":1738,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choicebox__count",{"_index":1748,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choicebox__countxt",{"_index":1755,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choicebox__date",{"_index":1718,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choicebox__day",{"_index":1724,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choicebox__img",{"_index":1727,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choicebox__subject",{"_index":1716,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choicebox__tooltip",{"_index":1757,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choicebox__tooltiplist",{"_index":1765,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choicebox__tooltipttl",{"_index":1768,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choicebox__txt",{"_index":1730,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choicebox__vote",{"_index":1752,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choicebox__votes",{"_index":1749,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["choices",{"_index":149,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["choices_count",{"_index":1649,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["choiceslistcomponent",{"_index":148,"title":{"components/ChoicesListComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["choisir",{"_index":324,"title":{},"body":{"components/AnswersComponent.html":{}}}],["choisissez",{"_index":341,"title":{},"body":{"components/AnswersComponent.html":{}}}],["choix",{"_index":346,"title":{},"body":{"components/AnswersComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["class",{"_index":45,"title":{"classes/AppPage.html":{},"classes/MyMissingTranslationHandler.html":{},"classes/PollConfig.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"modules/AppRoutingModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"modules/DateValueAccessorModule.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{},"directives/ResettableInputDirective.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{}}}],["classes",{"_index":599,"title":{},"body":{"classes/AppPage.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"classes/PollConfig.html":{},"overview.html":{}}}],["classic",{"_index":758,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["clavier",{"_index":339,"title":{},"body":{"components/AnswersComponent.html":{}}}],["cli",{"_index":2010,"title":{},"body":{"index.html":{}}}],["clipboard",{"_index":560,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"dependencies.html":{}}}],["clipboardmodule",{"_index":559,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["cluster_appmodule",{"_index":472,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appmodule_bootstrap",{"_index":475,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appmodule_declarations",{"_index":473,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appmodule_imports",{"_index":474,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_appmodule_providers",{"_index":476,"title":{},"body":{"modules/AppModule.html":{},"overview.html":{}}}],["cluster_datevalueaccessormodule",{"_index":963,"title":{},"body":{"modules/DateValueAccessorModule.html":{},"overview.html":{}}}],["cluster_datevalueaccessormodule_datevalueaccessor_providers",{"_index":965,"title":{},"body":{"modules/DateValueAccessorModule.html":{},"overview.html":{}}}],["cluster_datevalueaccessormodule_declarations",{"_index":964,"title":{},"body":{"modules/DateValueAccessorModule.html":{},"overview.html":{}}}],["cluster_datevalueaccessormodule_exports",{"_index":966,"title":{},"body":{"modules/DateValueAccessorModule.html":{},"overview.html":{}}}],["code",{"_index":950,"title":{},"body":{"directives/DateValueAccessor.html":{},"index.html":{}}}],["color",{"_index":712,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{},"components/NavigationComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["column",{"_index":97,"title":{},"body":{"components/AdminComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/PasswordComponent.html":{}}}],["comment",{"_index":1775,"title":{},"body":{"components/VotingCommentComponent.html":{}}}],["comment'},{'name",{"_index":197,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["comment.component",{"_index":556,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["comment.component.html",{"_index":1777,"title":{},"body":{"components/VotingCommentComponent.html":{}}}],["comment.component.scss",{"_index":1776,"title":{},"body":{"components/VotingCommentComponent.html":{}}}],["comment.component.ts",{"_index":1774,"title":{},"body":{"components/VotingCommentComponent.html":{},"coverage.html":{}}}],["comment.component.ts:11",{"_index":1778,"title":{},"body":{"components/VotingCommentComponent.html":{}}}],["comment.component.ts:16",{"_index":1780,"title":{},"body":{"components/VotingCommentComponent.html":{}}}],["comment.date.date",{"_index":1782,"title":{},"body":{"components/VotingCommentComponent.html":{}}}],["comment.pseudo",{"_index":1781,"title":{},"body":{"components/VotingCommentComponent.html":{}}}],["comment.text",{"_index":1783,"title":{},"body":{"components/VotingCommentComponent.html":{}}}],["comment/voting",{"_index":555,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"components/VotingCommentComponent.html":{},"coverage.html":{}}}],["commentaire",{"_index":653,"title":{},"body":{"components/CommentsListComponent.html":{}}}],["commentaires",{"_index":1791,"title":{},"body":{"components/VotingComponent.html":{},"components/VotingNavigationComponent.html":{}}}],["commentaries",{"_index":1289,"title":{},"body":{"components/KindComponent.html":{}}}],["comments",{"_index":152,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["comments.ts",{"_index":1917,"title":{},"body":{"coverage.html":{}}}],["commentslistcomponent",{"_index":151,"title":{"components/CommentsListComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["common",{"_index":282,"title":{},"body":{"components/AnswersComponent.html":{}}}],["commonmodule",{"_index":500,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["compat",{"_index":1998,"title":{},"body":{"dependencies.html":{}}}],["component",{"_index":0,"title":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"index.html":{}}}],["component_template",{"_index":136,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["components",{"_index":2,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"overview.html":{}}}],["composant",{"_index":628,"title":{},"body":{"components/BaseComponent.html":{}}}],["compte",{"_index":1804,"title":{},"body":{"components/VotingComponent.html":{}}}],["compute",{"_index":876,"title":{},"body":{"injectables/DateUtilities.html":{},"components/DatesComponent.html":{}}}],["computepreferred",{"_index":1834,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["config",{"_index":24,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateOption.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollUtilities.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["config.creationdate.getdate",{"_index":1564,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["config.creationdate.getfullyear",{"_index":1562,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["config.creationdate.getmonth",{"_index":1563,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["config.currentpoll.choices.length",{"_index":1874,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["config.currentpoll.choices_count.maxscore",{"_index":1878,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["config.currentpoll.comments.length",{"_index":1829,"title":{},"body":{"components/VotingNavigationComponent.html":{}}}],["config.currentpoll.poll.creationdate.date",{"_index":1870,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["config.currentpoll.poll.description",{"_index":1869,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["config.currentpoll.poll.expiracydate.date",{"_index":1872,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["config.currentpoll.poll.title",{"_index":1827,"title":{},"body":{"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["config.currentpoll.stacks.length",{"_index":1828,"title":{},"body":{"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["config.currentpoll.urlpublic",{"_index":1446,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["config.customurl",{"_index":1633,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["config.datelist.length",{"_index":1077,"title":{},"body":{"components/DatesComponent.html":{}}}],["config.deletiondateafterlastmodification",{"_index":1163,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["config.demo\"|translate",{"_index":1108,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["config.description",{"_index":1587,"title":{},"body":{"components/ResumeComponent.html":{}}}],["config.description\"|translate",{"_index":692,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["config.find_helper\"|translate",{"_index":695,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["config.find_my_polls\"|translate",{"_index":694,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["config.letsgo\"|translate",{"_index":693,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["config.myname",{"_index":1565,"title":{},"body":{"injectables/PollUtilities.html":{},"components/ResumeComponent.html":{}}}],["config.perfect\"|translate",{"_index":632,"title":{},"body":{"components/BaseComponent.html":{}}}],["config.polltype",{"_index":1115,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["config.step",{"_index":1111,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["config.stepmax",{"_index":1112,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["config.timelist.length",{"_index":1036,"title":{},"body":{"components/DatesComponent.html":{}}}],["config.timelist.push({literal",{"_index":1033,"title":{},"body":{"components/DatesComponent.html":{}}}],["config.title",{"_index":1140,"title":{},"body":{"components/EndConfirmationComponent.html":{},"injectables/PollUtilities.html":{},"components/ResumeComponent.html":{}}}],["config.urladmin",{"_index":1156,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["config.urlpublic",{"_index":89,"title":{},"body":{"components/AdminComponent.html":{},"components/EndConfirmationComponent.html":{}}}],["config/dateutilities",{"_index":1010,"title":{},"body":{"components/DatesComponent.html":{}}}],["config/defaultconfigs",{"_index":1009,"title":{},"body":{"components/DatesComponent.html":{}}}],["config/graph",{"_index":1486,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["config/mocks/mock",{"_index":1417,"title":{},"body":{"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["config/pollutilities",{"_index":1617,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["config/routes",{"_index":499,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["configservice",{"_index":29,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateOption.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["configuration",{"_index":762,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["confirmation",{"_index":1121,"title":{},"body":{"components/EndConfirmationComponent.html":{},"components/NavigationComponent.html":{}}}],["confirmation'},{'name",{"_index":165,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["confirmation.component",{"_index":510,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["confirmation.component.html",{"_index":1123,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["confirmation.component.scss",{"_index":1122,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["confirmation.component.ts",{"_index":1120,"title":{},"body":{"components/EndConfirmationComponent.html":{},"coverage.html":{}}}],["confirmation.component.ts:13",{"_index":1128,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["confirmation.component.ts:15",{"_index":1133,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["confirmation.component.ts:16",{"_index":1134,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["confirmation.component.ts:23",{"_index":1131,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["confirmation.component.ts:26",{"_index":1130,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["confirmation.component.ts:34",{"_index":1132,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["confirmation/end",{"_index":509,"title":{},"body":{"modules/AppModule.html":{},"components/EndConfirmationComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"coverage.html":{}}}],["confirmationservice",{"_index":547,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["confirmdialogmodule",{"_index":564,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["consectetur",{"_index":1252,"title":{},"body":{"components/KindComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["conservez",{"_index":1145,"title":{},"body":{"components/EndConfirmationComponent.html":{},"components/VotingComponent.html":{}}}],["console.info('same",{"_index":1662,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["console.log",{"_index":1847,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["console.log('e",{"_index":1441,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["console.log('mockpoll3",{"_index":1431,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["console.log('params",{"_index":1421,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["console.log('res",{"_index":1437,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["console.log('this.pollconfig.choices[2].id",{"_index":1853,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["console.log('this.pollconfig.choices_count.counts",{"_index":1855,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["console.log('this.pollconfig.choices_count.counts[10",{"_index":1851,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["const",{"_index":310,"title":{},"body":{"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppRoutingModule.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"interfaces/TimeSlices.html":{}}}],["constructor",{"_index":27,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollService.html":{},"directives/ResettableInputDirective.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["constructor(@inject(document",{"_index":1488,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["constructor(_renderer",{"_index":919,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["constructor(config",{"_index":28,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["constructor(document",{"_index":1465,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["constructor(el",{"_index":1665,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["constructor(messageservice",{"_index":660,"title":{},"body":{"components/CopyTextComponent.html":{}}}],["constructor(private",{"_index":419,"title":{},"body":{"components/AppComponent.html":{},"components/CopyTextComponent.html":{},"directives/DateValueAccessor.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["constructor(public",{"_index":46,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["constructor(translate",{"_index":374,"title":{},"body":{"components/AppComponent.html":{}}}],["container",{"_index":702,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["content",{"_index":707,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{},"components/NavigationComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["contents",{"_index":998,"title":{},"body":{"components/DatesComponent.html":{}}}],["context",{"_index":1958,"title":{},"body":{"coverage.html":{}}}],["continuer",{"_index":1213,"title":{},"body":{"components/HomeComponent.html":{}}}],["controls",{"_index":626,"title":{},"body":{"components/BaseComponent.html":{}}}],["controlvalueaccessor",{"_index":910,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["converted",{"_index":1044,"title":{},"body":{"components/DatesComponent.html":{}}}],["converted.push",{"_index":1046,"title":{},"body":{"components/DatesComponent.html":{}}}],["copi",{"_index":669,"title":{},"body":{"components/CopyTextComponent.html":{},"components/EndConfirmationComponent.html":{}}}],["copier",{"_index":1812,"title":{},"body":{"components/VotingComponent.html":{}}}],["copy",{"_index":154,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["copylink",{"_index":1126,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["copylink(str",{"_index":1129,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["copytextcomponent",{"_index":153,"title":{"components/CopyTextComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["corrupti",{"_index":1261,"title":{},"body":{"components/KindComponent.html":{}}}],["cot",{"_index":1158,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["count",{"_index":1747,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["countdays",{"_index":980,"title":{},"body":{"components/DatesComponent.html":{}}}],["cours",{"_index":1228,"title":{},"body":{"components/KindComponent.html":{}}}],["coverage",{"_index":1894,"title":{"coverage.html":{}},"body":{"coverage.html":{},"dependencies.html":{}}}],["cr",{"_index":1141,"title":{},"body":{"components/EndConfirmationComponent.html":{},"components/ResumeComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["create",{"_index":157,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["created",{"_index":821,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["createorretrievecomponent",{"_index":156,"title":{"components/CreateOrRetrieveComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["createpoll",{"_index":827,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["creating",{"_index":771,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["creation",{"_index":1543,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["creation.choose_title\"|translate",{"_index":1210,"title":{},"body":{"components/HomeComponent.html":{}}}],["creation.description\"|translate",{"_index":1211,"title":{},"body":{"components/HomeComponent.html":{}}}],["creation.kind.classic\"|translate",{"_index":1209,"title":{},"body":{"components/HomeComponent.html":{}}}],["creation.kind.date\"|translate",{"_index":1208,"title":{},"body":{"components/HomeComponent.html":{}}}],["creation.name\"|translate",{"_index":53,"title":{},"body":{"components/AdminComponent.html":{},"components/HomeComponent.html":{}}}],["creation.title\"|translate",{"_index":691,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{},"components/HomeComponent.html":{}}}],["creation.want\"|translate",{"_index":1207,"title":{},"body":{"components/HomeComponent.html":{}}}],["creationdate",{"_index":813,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["création",{"_index":1325,"title":{},"body":{"components/NavigationComponent.html":{}}}],["culpa",{"_index":1677,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["current",{"_index":820,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"injectables/PollUtilities.html":{}}}],["currentday",{"_index":727,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{},"coverage.html":{}}}],["currentheader",{"_index":223,"title":{},"body":{"components/AnswersComponent.html":{}}}],["currentlang",{"_index":361,"title":{},"body":{"components/AppComponent.html":{}}}],["currentmonth",{"_index":725,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{},"coverage.html":{}}}],["currentpoll",{"_index":825,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["currentyear",{"_index":723,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{},"coverage.html":{}}}],["cursor",{"_index":1742,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["custom",{"_index":568,"title":{},"body":{"modules/AppModule.html":{},"interfaces/DateOption.html":{},"classes/MyMissingTranslationHandler.html":{},"classes/PollConfig.html":{}}}],["customurl",{"_index":831,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["customurlisunique",{"_index":834,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["d",{"_index":318,"title":{},"body":{"components/AnswersComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{}}}],["d'autres",{"_index":1232,"title":{},"body":{"components/KindComponent.html":{}}}],["d1",{"_index":883,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["d2",{"_index":879,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["d\\'autres",{"_index":1307,"title":{},"body":{"components/KindComponent.html":{}}}],["data",{"_index":822,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"components/PollGraphicComponent.html":{}}}],["datasets",{"_index":1496,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["date",{"_index":448,"title":{},"body":{"components/AppComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"modules/DateValueAccessorModule.html":{},"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{},"components/KindComponent.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"components/PollGraphicComponent.html":{},"interfaces/TimeSlices.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"dependencies.html":{}}}],["date())).toisostring().substring(0",{"_index":1622,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["date().getdate",{"_index":728,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{}}}],["date().getfullyear",{"_index":724,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{}}}],["date().getmonth",{"_index":726,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{}}}],["date(currentyear",{"_index":748,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{}}}],["date(d1",{"_index":901,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["date(d2",{"_index":902,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["date(date.valueof",{"_index":899,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["date.setdate(date.getdate",{"_index":900,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["date:'dd",{"_index":1680,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["date:'eee",{"_index":1679,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["date:'h:m",{"_index":1682,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["date:'lll",{"_index":1681,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["date:\\'dd",{"_index":1771,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["date:\\'eee",{"_index":1770,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["date:\\'h:m",{"_index":1773,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["date:\\'lll",{"_index":1772,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["date_object",{"_index":299,"title":{},"body":{"components/AnswersComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"components/DatesComponent.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"interfaces/TimeSlices.html":{}}}],["date_value_accessor",{"_index":911,"title":{},"body":{"directives/DateValueAccessor.html":{},"modules/DateValueAccessorModule.html":{},"coverage.html":{},"overview.html":{}}}],["datechoice",{"_index":718,"title":{"interfaces/DateChoice.html":{}},"body":{"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"interfaces/TimeSlices.html":{},"coverage.html":{}}}],["datecurrent",{"_index":1016,"title":{},"body":{"components/DatesComponent.html":{}}}],["datecurrent).toisostring().substring(0",{"_index":1022,"title":{},"body":{"components/DatesComponent.html":{}}}],["datecurrent.toisostring",{"_index":1018,"title":{},"body":{"components/DatesComponent.html":{}}}],["datejson",{"_index":1017,"title":{},"body":{"components/DatesComponent.html":{}}}],["datejson.substring(0",{"_index":1019,"title":{},"body":{"components/DatesComponent.html":{}}}],["datelist",{"_index":798,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"components/PollGraphicComponent.html":{}}}],["dateoption",{"_index":751,"title":{"interfaces/DateOption.html":{}},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"coverage.html":{}}}],["dates",{"_index":774,"title":{},"body":{"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"components/DatesComponent.html":{},"components/NavigationComponent.html":{},"classes/PollConfig.html":{}}}],["dates'},{'name",{"_index":160,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["dates.add\"|translate",{"_index":1063,"title":{},"body":{"components/DatesComponent.html":{}}}],["dates.add_interval\"|translate",{"_index":1064,"title":{},"body":{"components/DatesComponent.html":{}}}],["dates.add_time\"|translate",{"_index":1072,"title":{},"body":{"components/DatesComponent.html":{}}}],["dates.component.html",{"_index":970,"title":{},"body":{"components/DatesComponent.html":{}}}],["dates.component.scss",{"_index":969,"title":{},"body":{"components/DatesComponent.html":{}}}],["dates.count_dates\"|translate",{"_index":1078,"title":{},"body":{"components/DatesComponent.html":{}}}],["dates.count_time\"|translate",{"_index":1070,"title":{},"body":{"components/DatesComponent.html":{}}}],["dates.empty\"|translate",{"_index":1065,"title":{},"body":{"components/DatesComponent.html":{}}}],["dates.hours_different\"|translate",{"_index":1059,"title":{},"body":{"components/DatesComponent.html":{}}}],["dates.hours_each_day\"|translate",{"_index":1062,"title":{},"body":{"components/DatesComponent.html":{}}}],["dates.interval_button\"|translate",{"_index":1068,"title":{},"body":{"components/DatesComponent.html":{}}}],["dates.interval_button_dates\"|translate",{"_index":1069,"title":{},"body":{"components/DatesComponent.html":{}}}],["dates.interval_propose\"|translate",{"_index":1066,"title":{},"body":{"components/DatesComponent.html":{}}}],["dates.interval_span\"|translate",{"_index":1067,"title":{},"body":{"components/DatesComponent.html":{}}}],["dates.multiple.different\"|translate",{"_index":1060,"title":{},"body":{"components/DatesComponent.html":{},"components/ResumeComponent.html":{}}}],["dates.multiple.identical\"|translate",{"_index":1061,"title":{},"body":{"components/DatesComponent.html":{},"components/ResumeComponent.html":{}}}],["dates.title\"|translate",{"_index":1058,"title":{},"body":{"components/DatesComponent.html":{}}}],["datescomponent",{"_index":159,"title":{"components/DatesComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["dateutilities",{"_index":866,"title":{"injectables/DateUtilities.html":{}},"body":{"injectables/DateUtilities.html":{},"components/DatesComponent.html":{},"coverage.html":{}}}],["datevalueaccessor",{"_index":206,"title":{"directives/DateValueAccessor.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"directives/DateValueAccessor.html":{},"modules/DateValueAccessorModule.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["datevalueaccessormodule",{"_index":478,"title":{"modules/DateValueAccessorModule.html":{}},"body":{"modules/AppModule.html":{},"modules/DateValueAccessorModule.html":{},"classes/MyMissingTranslationHandler.html":{},"modules.html":{},"overview.html":{}}}],["daydiff",{"_index":870,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["daydiff(d1",{"_index":878,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["days",{"_index":854,"title":{},"body":{"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"components/DatesComponent.html":{},"classes/PollConfig.html":{}}}],["dd",{"_index":890,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["de",{"_index":347,"title":{},"body":{"components/AnswersComponent.html":{},"components/BaseComponent.html":{},"interfaces/DateChoice.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/KindComponent.html":{},"components/PasswordComponent.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{},"components/VotingChoiceComponent.html":{},"components/VotingComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["debug",{"_index":1107,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["debugger",{"_index":729,"title":{},"body":{"interfaces/DateChoice.html":{},"components/DebuggerComponent.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{}}}],["debugger'},{'name",{"_index":162,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["debugger.component.html",{"_index":1092,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["debugger.component.scss",{"_index":1091,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["debugger/debugger.component",{"_index":503,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["debuggercomponent",{"_index":161,"title":{"components/DebuggerComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["declarations",{"_index":468,"title":{},"body":{"modules/AppModule.html":{},"modules/DateValueAccessorModule.html":{},"classes/MyMissingTranslationHandler.html":{},"overview.html":{}}}],["default",{"_index":262,"title":{},"body":{"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["defaultanswers",{"_index":749,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"interfaces/TimeSlices.html":{},"coverage.html":{}}}],["defaultconfigs",{"_index":755,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["defaultdates",{"_index":745,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{},"coverage.html":{}}}],["defaulttimeofday",{"_index":743,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{},"coverage.html":{}}}],["defined",{"_index":30,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"classes/AppPage.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{},"directives/ResettableInputDirective.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["dej",{"_index":739,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{}}}],["delectus",{"_index":1274,"title":{},"body":{"components/KindComponent.html":{}}}],["deletes",{"_index":1578,"title":{},"body":{"directives/ResettableInputDirective.html":{}}}],["deletiondateafterlastmodification",{"_index":768,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["demo",{"_index":418,"title":{},"body":{"components/AppComponent.html":{}}}],["dependencies",{"_index":467,"title":{"dependencies.html":{}},"body":{"modules/AppModule.html":{},"modules/DateValueAccessorModule.html":{},"dependencies.html":{},"overview.html":{}}}],["deps",{"_index":595,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["dernière",{"_index":1167,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["des",{"_index":741,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{}}}],["description",{"_index":759,"title":{},"body":{"interfaces/DateOption.html":{},"directives/DateValueAccessor.html":{},"classes/PollConfig.html":{},"directives/ResettableInputDirective.html":{},"components/VotingChoiceComponent.html":{}}}],["dessins",{"_index":1328,"title":{},"body":{"components/NavigationComponent.html":{}}}],["detail",{"_index":670,"title":{},"body":{"components/CopyTextComponent.html":{},"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{}}}],["detectcurrenttabonroutechange",{"_index":369,"title":{},"body":{"components/AppComponent.html":{}}}],["deuxième",{"_index":740,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{}}}],["dev",{"_index":2016,"title":{},"body":{"index.html":{}}}],["development",{"_index":2012,"title":{},"body":{"index.html":{}}}],["dialogmodule",{"_index":566,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["different",{"_index":795,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["diffuser",{"_index":1445,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["direction",{"_index":96,"title":{},"body":{"components/AdminComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/PasswordComponent.html":{},"components/PollGraphicComponent.html":{}}}],["directive",{"_index":134,"title":{"directives/DateValueAccessor.html":{},"directives/ResettableInputDirective.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"directives/ResettableInputDirective.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{}}}],["directives",{"_index":205,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"directives/ResettableInputDirective.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"overview.html":{}}}],["directive|pipe|service|class|guard|interface|enum|module",{"_index":2023,"title":{},"body":{"index.html":{}}}],["directory",{"_index":2028,"title":{},"body":{"index.html":{}}}],["disabled",{"_index":962,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["display",{"_index":224,"title":{},"body":{"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/NavigationComponent.html":{},"components/PollDisplayComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["display'},{'name",{"_index":184,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["display.component",{"_index":553,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["display.component.html",{"_index":1407,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["display.component.scss",{"_index":1406,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["display.component.ts",{"_index":1405,"title":{},"body":{"components/PollDisplayComponent.html":{},"coverage.html":{}}}],["display.component.ts:16",{"_index":1411,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["display.component.ts:18",{"_index":1416,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["display.component.ts:20",{"_index":1414,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["display.component.ts:32",{"_index":1413,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["display.component.ts:38",{"_index":1412,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["display/poll",{"_index":552,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"components/PollDisplayComponent.html":{},"coverage.html":{}}}],["display:block",{"_index":716,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["display:flex",{"_index":94,"title":{},"body":{"components/AdminComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/PasswordComponent.html":{}}}],["displayerrormessage",{"_index":234,"title":{},"body":{"components/AnswersComponent.html":{},"components/BaseComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingGraphComponent.html":{}}}],["dist",{"_index":2027,"title":{},"body":{"index.html":{}}}],["document",{"_index":235,"title":{},"body":{"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/DatesComponent.html":{},"components/PollGraphicComponent.html":{}}}],["documentation",{"_index":1895,"title":{},"body":{"coverage.html":{}}}],["dolor",{"_index":1249,"title":{},"body":{"components/KindComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["dolores",{"_index":1260,"title":{},"body":{"components/KindComponent.html":{}}}],["dom",{"_index":7,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["dom.focus",{"_index":314,"title":{},"body":{"components/AnswersComponent.html":{}}}],["dom.select",{"_index":315,"title":{},"body":{"components/AnswersComponent.html":{}}}],["donne",{"_index":355,"title":{},"body":{"components/AnswersComponent.html":{}}}],["du",{"_index":48,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/EndConfirmationComponent.html":{},"components/PasswordComponent.html":{}}}],["dynamic",{"_index":1968,"title":{},"body":{"dependencies.html":{}}}],["définir",{"_index":1704,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["démo",{"_index":449,"title":{},"body":{"components/AppComponent.html":{},"interfaces/DateChoice.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{}}}],["démocette",{"_index":1305,"title":{},"body":{"components/KindComponent.html":{}}}],["développement",{"_index":1229,"title":{},"body":{"components/KindComponent.html":{}}}],["d’accès",{"_index":1144,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["e",{"_index":1439,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["e2e",{"_index":2038,"title":{},"body":{"index.html":{}}}],["e2e/src/app.po.ts",{"_index":600,"title":{},"body":{"classes/AppPage.html":{},"coverage.html":{}}}],["e2e/src/app.po.ts:4",{"_index":604,"title":{},"body":{"classes/AppPage.html":{}}}],["e2e/src/app.po.ts:8",{"_index":603,"title":{},"body":{"classes/AppPage.html":{}}}],["e9bdeb",{"_index":1715,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["each",{"_index":281,"title":{},"body":{"components/AnswersComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["el",{"_index":1652,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["elem",{"_index":1028,"title":{},"body":{"components/DatesComponent.html":{}}}],["elem.focus",{"_index":1030,"title":{},"body":{"components/DatesComponent.html":{}}}],["element",{"_index":133,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"classes/AppPage.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["element(by.css('app",{"_index":608,"title":{},"body":{"classes/AppPage.html":{}}}],["element.date_object",{"_index":1039,"title":{},"body":{"components/DatesComponent.html":{}}}],["element.literal",{"_index":1038,"title":{},"body":{"components/DatesComponent.html":{}}}],["element.timelist",{"_index":1040,"title":{},"body":{"components/DatesComponent.html":{}}}],["elementref",{"_index":922,"title":{},"body":{"directives/DateValueAccessor.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["elit",{"_index":1254,"title":{},"body":{"components/KindComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["email",{"_index":683,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{}}}],["emoji",{"_index":1955,"title":{},"body":{"coverage.html":{}}}],["emptyall",{"_index":981,"title":{},"body":{"components/DatesComponent.html":{}}}],["en",{"_index":400,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/VotingComponent.html":{}}}],["enable",{"_index":1643,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["enabled",{"_index":613,"title":{},"body":{"modules/AppRoutingModule.html":{}}}],["end",{"_index":164,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"index.html":{}}}],["endconfirmationcomponent",{"_index":163,"title":{"components/EndConfirmationComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["enddateinterval",{"_index":971,"title":{},"body":{"components/DatesComponent.html":{}}}],["english",{"_index":453,"title":{},"body":{"components/AppComponent.html":{}}}],["entre",{"_index":335,"title":{},"body":{"components/AnswersComponent.html":{}}}],["environment",{"_index":753,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"injectables/PollService.html":{},"components/VisibilityComponent.html":{},"coverage.html":{}}}],["environment.baseapihref",{"_index":1525,"title":{},"body":{"injectables/PollService.html":{},"components/VisibilityComponent.html":{}}}],["environment.basehref",{"_index":837,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"components/VisibilityComponent.html":{}}}],["environment.production",{"_index":687,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{},"components/PollDisplayComponent.html":{}}}],["environments/environment",{"_index":754,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"injectables/PollService.html":{},"components/VisibilityComponent.html":{}}}],["envoyer",{"_index":640,"title":{},"body":{"components/ChoicesListComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{}}}],["erasable",{"_index":167,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["erasableinputcomponent",{"_index":166,"title":{"components/ErasableInputComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["eraseinput",{"_index":1182,"title":{},"body":{"components/ErasableInputComponent.html":{}}}],["error",{"_index":1259,"title":{},"body":{"components/KindComponent.html":{}}}],["est",{"_index":629,"title":{},"body":{"components/BaseComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/PasswordComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["et",{"_index":333,"title":{},"body":{"components/AnswersComponent.html":{},"components/EndConfirmationComponent.html":{}}}],["etc",{"_index":1572,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["event",{"_index":246,"title":{},"body":{"components/AnswersComponent.html":{},"components/AppComponent.html":{}}}],["event.ctrlkey",{"_index":316,"title":{},"body":{"components/AnswersComponent.html":{}}}],["event.key",{"_index":317,"title":{},"body":{"components/AnswersComponent.html":{}}}],["event.target.valueasdate",{"_index":927,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["event.url",{"_index":441,"title":{},"body":{"components/AppComponent.html":{}}}],["event.url.split",{"_index":443,"title":{},"body":{"components/AppComponent.html":{}}}],["eventemitter",{"_index":1187,"title":{},"body":{"components/ErasableInputComponent.html":{}}}],["events",{"_index":1760,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["everybody",{"_index":849,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["example",{"_index":909,"title":{},"body":{"directives/DateValueAccessor.html":{},"components/DebuggerComponent.html":{}}}],["execute",{"_index":2036,"title":{},"body":{"index.html":{}}}],["existing",{"_index":949,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["expiracy",{"_index":815,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["expiracydatedefaultindays",{"_index":766,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["expirationdate",{"_index":814,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["expire",{"_index":1871,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["export",{"_index":44,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"modules/AppRoutingModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"modules/DateValueAccessorModule.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{},"directives/ResettableInputDirective.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"interfaces/TimeSlices.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["exporter/imprimer",{"_index":1447,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["exports",{"_index":471,"title":{},"body":{"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"modules/DateValueAccessorModule.html":{},"overview.html":{}}}],["expressed",{"_index":860,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["extends",{"_index":215,"title":{},"body":{"components/AnswersComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingGraphComponent.html":{}}}],["f5a623",{"_index":1500,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["faites",{"_index":1805,"title":{},"body":{"components/VotingComponent.html":{}}}],["false",{"_index":264,"title":{},"body":{"components/AnswersComponent.html":{},"modules/AppModule.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["favourite",{"_index":1867,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["fetch",{"_index":1428,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["fetchpoll",{"_index":1409,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["ffb92c",{"_index":1303,"title":{},"body":{"components/KindComponent.html":{}}}],["ffd52c",{"_index":1339,"title":{},"body":{"components/NavigationComponent.html":{}}}],["fff",{"_index":1762,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["fields",{"_index":764,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["file",{"_index":9,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"modules/AppRoutingModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"modules/DateValueAccessorModule.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{},"directives/ResettableInputDirective.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"interfaces/TimeSlices.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{}}}],["files",{"_index":2021,"title":{},"body":{"index.html":{}}}],["filling",{"_index":625,"title":{},"body":{"components/BaseComponent.html":{}}}],["filter",{"_index":415,"title":{},"body":{"components/AppComponent.html":{}}}],["find",{"_index":1838,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["findmypollsbyemail",{"_index":679,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["findmypollsbyemail(email",{"_index":681,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["firefox",{"_index":1982,"title":{},"body":{"dependencies.html":{}}}],["first",{"_index":385,"title":{},"body":{"components/AppComponent.html":{},"index.html":{}}}],["fixed",{"_index":646,"title":{},"body":{"components/ChoicesListComponent.html":{}}}],["flag",{"_index":2030,"title":{},"body":{"index.html":{}}}],["flex",{"_index":95,"title":{},"body":{"components/AdminComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/PasswordComponent.html":{}}}],["float",{"_index":1744,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["float:left",{"_index":714,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["flèches",{"_index":338,"title":{},"body":{"components/AnswersComponent.html":{}}}],["fn",{"_index":932,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["focus",{"_index":994,"title":{},"body":{"components/DatesComponent.html":{},"components/ErasableInputComponent.html":{}}}],["focusing",{"_index":306,"title":{},"body":{"components/AnswersComponent.html":{}}}],["focusonanswer",{"_index":227,"title":{},"body":{"components/AnswersComponent.html":{}}}],["focusonanswer(i",{"_index":241,"title":{},"body":{"components/AnswersComponent.html":{}}}],["font",{"_index":118,"title":{},"body":{"components/AdminComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/PasswordComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingSummaryComponent.html":{},"dependencies.html":{}}}],["form",{"_index":93,"title":{},"body":{"components/AdminComponent.html":{},"components/BaseComponent.html":{},"components/PasswordComponent.html":{}}}],["format",{"_index":886,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["formatdataanswers",{"_index":1462,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["formatdataanswers(poll",{"_index":1467,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["formatedate",{"_index":871,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["formatedate(date",{"_index":884,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["formisvalid",{"_index":1093,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["forms",{"_index":1242,"title":{},"body":{"components/KindComponent.html":{}}}],["formsmodule",{"_index":494,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["formulaire",{"_index":1113,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["forwardref",{"_index":940,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["fr",{"_index":398,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["frama",{"_index":447,"title":{},"body":{"components/AppComponent.html":{}}}],["framadate",{"_index":15,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateOption.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"index.html":{}}}],["framadateresettableinput",{"_index":209,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"directives/ResettableInputDirective.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["français",{"_index":454,"title":{},"body":{"components/AppComponent.html":{}}}],["from.length",{"_index":1575,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["frontend",{"_index":847,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["full",{"_index":1241,"title":{},"body":{"components/KindComponent.html":{}}}],["fullcalendar/core",{"_index":1969,"title":{},"body":{"dependencies.html":{}}}],["function",{"_index":585,"title":{},"body":{"modules/AppModule.html":{},"directives/DateValueAccessor.html":{},"classes/MyMissingTranslationHandler.html":{},"injectables/PollUtilities.html":{},"coverage.html":{}}}],["functions",{"_index":1548,"title":{"miscellaneous/functions.html":{}},"body":{"injectables/PollUtilities.html":{},"miscellaneous/functions.html":{}}}],["further",{"_index":2039,"title":{},"body":{"index.html":{}}}],["future",{"_index":386,"title":{},"body":{"components/AppComponent.html":{},"injectables/PollUtilities.html":{}}}],["galit",{"_index":1881,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["generate",{"_index":1545,"title":{},"body":{"injectables/PollUtilities.html":{},"index.html":{}}}],["generated",{"_index":2009,"title":{},"body":{"index.html":{}}}],["getdatesinrange",{"_index":872,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["getdatesinrange(d1",{"_index":891,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["getdoubledigits",{"_index":873,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["getdoubledigits(str",{"_index":894,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["getkeys",{"_index":1835,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["getkeys(obj",{"_index":1839,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["getpoll",{"_index":828,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["getting",{"_index":2006,"title":{"index.html":{}},"body":{}}],["gettitletext",{"_index":601,"title":{},"body":{"classes/AppPage.html":{}}}],["given",{"_index":823,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["glacier",{"_index":1799,"title":{},"body":{"components/VotingComponent.html":{}}}],["global",{"_index":1705,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["go",{"_index":2046,"title":{},"body":{"index.html":{}}}],["grand",{"_index":1876,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["graph",{"_index":1484,"title":{},"body":{"components/PollGraphicComponent.html":{},"components/VotingGraphComponent.html":{},"modules.html":{}}}],["graph'},{'name",{"_index":201,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["graph.component",{"_index":522,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["graph.component.html",{"_index":1820,"title":{},"body":{"components/VotingGraphComponent.html":{}}}],["graph.component.scss",{"_index":1819,"title":{},"body":{"components/VotingGraphComponent.html":{}}}],["graph.component.ts",{"_index":1818,"title":{},"body":{"components/VotingGraphComponent.html":{},"coverage.html":{}}}],["graph.component.ts:10",{"_index":1821,"title":{},"body":{"components/VotingGraphComponent.html":{}}}],["graph.component.ts:12",{"_index":1823,"title":{},"body":{"components/VotingGraphComponent.html":{}}}],["graph.component.ts:16",{"_index":1822,"title":{},"body":{"components/VotingGraphComponent.html":{}}}],["graph.ts",{"_index":1918,"title":{},"body":{"coverage.html":{}}}],["graph/voting",{"_index":521,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"components/VotingGraphComponent.html":{},"coverage.html":{}}}],["graphic",{"_index":1451,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["graphic'},{'name",{"_index":186,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["graphic.component",{"_index":539,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["graphic.component.html",{"_index":1453,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["graphic.component.scss",{"_index":1452,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["graphic.component.ts",{"_index":1450,"title":{},"body":{"components/PollGraphicComponent.html":{},"coverage.html":{}}}],["graphic.component.ts:15",{"_index":1474,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["graphic.component.ts:16",{"_index":1478,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["graphic.component.ts:17",{"_index":1473,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["graphic.component.ts:18",{"_index":1480,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["graphic.component.ts:19",{"_index":1481,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["graphic.component.ts:20",{"_index":1475,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["graphic.component.ts:21",{"_index":1477,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["graphic.component.ts:22",{"_index":1476,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["graphic.component.ts:23",{"_index":1466,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["graphic.component.ts:29",{"_index":1470,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["graphic.component.ts:61",{"_index":1471,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["graphic.component.ts:65",{"_index":1468,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["graphic.component.ts:84",{"_index":1469,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["graphic/poll",{"_index":538,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"components/PollGraphicComponent.html":{},"coverage.html":{}}}],["graphicconfig",{"_index":1454,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["graphics",{"_index":1293,"title":{},"body":{"components/KindComponent.html":{}}}],["graphique",{"_index":1332,"title":{},"body":{"components/NavigationComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{}}}],["graphoptions",{"_index":1485,"title":{},"body":{"components/PollGraphicComponent.html":{},"coverage.html":{}}}],["h1",{"_index":460,"title":{},"body":{"components/AppComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/KindComponent.html":{},"components/PasswordComponent.html":{}}}],["h1')).gettext",{"_index":609,"title":{},"body":{"classes/AppPage.html":{}}}],["h2",{"_index":113,"title":{},"body":{"components/AdminComponent.html":{},"components/KindComponent.html":{},"components/VisibilityComponent.html":{}}}],["h2,h1",{"_index":111,"title":{},"body":{"components/AdminComponent.html":{}}}],["h3",{"_index":121,"title":{},"body":{"components/AdminComponent.html":{},"components/KindComponent.html":{}}}],["handle",{"_index":1310,"title":{},"body":{"classes/MyMissingTranslationHandler.html":{},"components/PollDisplayComponent.html":{}}}],["handle(params",{"_index":582,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["handleclick",{"_index":658,"title":{},"body":{"components/CopyTextComponent.html":{}}}],["header",{"_index":459,"title":{},"body":{"components/AppComponent.html":{},"components/HeaderComponent.html":{}}}],["header'},{'name",{"_index":170,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["header.component.html",{"_index":1195,"title":{},"body":{"components/HeaderComponent.html":{}}}],["header.component.scss",{"_index":1194,"title":{},"body":{"components/HeaderComponent.html":{}}}],["header/header.component",{"_index":493,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["headercomponent",{"_index":169,"title":{"components/HeaderComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["headers",{"_index":1534,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["headings",{"_index":1234,"title":{},"body":{"components/KindComponent.html":{}}}],["height",{"_index":709,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["height:115px",{"_index":106,"title":{},"body":{"components/AdminComponent.html":{}}}],["help",{"_index":2040,"title":{},"body":{"index.html":{}}}],["here",{"_index":1288,"title":{},"body":{"components/KindComponent.html":{},"components/PollDisplayComponent.html":{}}}],["hobbits",{"_index":742,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{}}}],["home",{"_index":446,"title":{},"body":{"components/AppComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{}}}],["home'},{'name",{"_index":172,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["home.component.html",{"_index":1201,"title":{},"body":{"components/HomeComponent.html":{}}}],["home.component.scss",{"_index":1200,"title":{},"body":{"components/HomeComponent.html":{}}}],["homecomponent",{"_index":171,"title":{"components/HomeComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["hop",{"_index":1105,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["horaire",{"_index":1075,"title":{},"body":{"components/DatesComponent.html":{}}}],["horizontalbar",{"_index":1493,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["host",{"_index":1087,"title":{},"body":{"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{},"components/VisibilityComponent.html":{}}}],["hostlistener",{"_index":941,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["hostlistener('blur",{"_index":956,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["hostlistener('input",{"_index":954,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["hostlisteners",{"_index":917,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["hours",{"_index":796,"title":{},"body":{"interfaces/DateOption.html":{},"components/DatesComponent.html":{},"classes/PollConfig.html":{}}}],["html",{"_index":132,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["http",{"_index":1124,"title":{},"body":{"components/EndConfirmationComponent.html":{},"miscellaneous/functions.html":{}}}],["http://localhost:4200",{"_index":2018,"title":{},"body":{"index.html":{}}}],["httpclient",{"_index":527,"title":{},"body":{"modules/AppModule.html":{},"components/EndConfirmationComponent.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["httpclientmodule",{"_index":528,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["httpheaders",{"_index":1546,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["httploaderfactory",{"_index":594,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["httploaderfactory(http",{"_index":586,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"miscellaneous/functions.html":{}}}],["https://framadate.org/urladmindusondage",{"_index":85,"title":{},"body":{"components/AdminComponent.html":{},"components/VotingComponent.html":{}}}],["https://mastodon.cipherbliss.com/system/media_attachments/files/001/439/118/original/6fcf149bd902841b.png?1579471574",{"_index":750,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{}}}],["id",{"_index":293,"title":{},"body":{"components/AnswersComponent.html":{},"components/AppComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"components/DatesComponent.html":{},"interfaces/Item.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"injectables/PollUtilities.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"interfaces/TimeSlices.html":{},"components/VotingSummaryComponent.html":{}}}],["identical",{"_index":856,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["identifier",{"_index":1896,"title":{},"body":{"coverage.html":{}}}],["idtime",{"_index":1591,"title":{},"body":{"components/ResumeComponent.html":{}}}],["illustrer",{"_index":344,"title":{},"body":{"components/AnswersComponent.html":{}}}],["images",{"_index":1280,"title":{},"body":{"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PicturesComponent.html":{}}}],["imagesok",{"_index":1364,"title":{},"body":{"components/PicturesComponent.html":{}}}],["img",{"_index":1698,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["implements",{"_index":11,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"components/VisibilityComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["import",{"_index":41,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"modules/AppRoutingModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"modules/DateValueAccessorModule.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{},"directives/ResettableInputDirective.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["important",{"_index":1299,"title":{},"body":{"components/KindComponent.html":{}}}],["imports",{"_index":484,"title":{},"body":{"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"classes/MyMissingTranslationHandler.html":{},"components/VotingChoiceComponent.html":{}}}],["index",{"_index":21,"title":{"index.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"classes/AppPage.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"interfaces/TimeSlices.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"miscellaneous/functions.html":{}}}],["indexofcurrent",{"_index":433,"title":{},"body":{"components/AppComponent.html":{}}}],["info",{"_index":3,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"modules/AppRoutingModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"modules/DateValueAccessorModule.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{},"directives/ResettableInputDirective.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"interfaces/TimeSlices.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["infos",{"_index":1106,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["inherited",{"_index":257,"title":{},"body":{"components/AnswersComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingGraphComponent.html":{}}}],["initpollcounter",{"_index":1463,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["inject",{"_index":270,"title":{},"body":{"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/DatesComponent.html":{},"components/PollGraphicComponent.html":{}}}],["inject(document",{"_index":273,"title":{},"body":{"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/DatesComponent.html":{}}}],["injectable",{"_index":865,"title":{"injectables/DateUtilities.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{}},"body":{"injectables/DateUtilities.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{},"coverage.html":{}}}],["injectables",{"_index":867,"title":{},"body":{"injectables/DateUtilities.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{},"overview.html":{}}}],["inline",{"_index":703,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{},"components/NavigationComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["input",{"_index":308,"title":{},"body":{"components/AnswersComponent.html":{},"components/CopyTextComponent.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"components/ErasableInputComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"directives/ResettableInputDirective.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["input'},{'name",{"_index":168,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["input.component",{"_index":563,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["input.component.html",{"_index":1181,"title":{},"body":{"components/ErasableInputComponent.html":{}}}],["input.component.scss",{"_index":1180,"title":{},"body":{"components/ErasableInputComponent.html":{}}}],["input.component.ts",{"_index":1179,"title":{},"body":{"components/ErasableInputComponent.html":{},"coverage.html":{}}}],["input.component.ts:11",{"_index":1186,"title":{},"body":{"components/ErasableInputComponent.html":{}}}],["input.component.ts:16",{"_index":1190,"title":{},"body":{"components/ErasableInputComponent.html":{}}}],["input.component.ts:19",{"_index":1189,"title":{},"body":{"components/ErasableInputComponent.html":{}}}],["input.component.ts:9",{"_index":1188,"title":{},"body":{"components/ErasableInputComponent.html":{}}}],["input.directive",{"_index":558,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["input.directive.ts",{"_index":1577,"title":{},"body":{"directives/ResettableInputDirective.html":{},"coverage.html":{}}}],["input.directive.ts:9",{"_index":1579,"title":{},"body":{"directives/ResettableInputDirective.html":{}}}],["input/erasable",{"_index":562,"title":{},"body":{"modules/AppModule.html":{},"components/ErasableInputComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"coverage.html":{}}}],["input[type=date][formcontrolname],input[type=date][formcontrol],input[type=date][ngmodel",{"_index":951,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["input[type=email",{"_index":715,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["inputmodel",{"_index":1183,"title":{},"body":{"components/ErasableInputComponent.html":{}}}],["inputmodelchange",{"_index":1185,"title":{},"body":{"components/ErasableInputComponent.html":{}}}],["inputs",{"_index":336,"title":{},"body":{"components/AnswersComponent.html":{},"components/CopyTextComponent.html":{},"injectables/DateUtilities.html":{},"components/ErasableInputComponent.html":{},"components/NavigationComponent.html":{},"components/SelectorComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["install",{"_index":2043,"title":{},"body":{"index.html":{}}}],["instanceof",{"_index":424,"title":{},"body":{"components/AppComponent.html":{}}}],["interface",{"_index":717,"title":{"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"interfaces/Item.html":{},"interfaces/PollAnswer.html":{},"interfaces/SelectorConfig.html":{},"interfaces/TimeSlices.html":{},"interfaces/VoteChoice.html":{}},"body":{"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"interfaces/Item.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"interfaces/TimeSlices.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"coverage.html":{}}}],["interfaces",{"_index":719,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"interfaces/Item.html":{},"interfaces/PollAnswer.html":{},"interfaces/SelectorConfig.html":{},"interfaces/TimeSlices.html":{},"interfaces/VoteChoice.html":{},"overview.html":{}}}],["interval",{"_index":892,"title":{},"body":{"injectables/DateUtilities.html":{},"components/DatesComponent.html":{}}}],["intervaldays",{"_index":972,"title":{},"body":{"components/DatesComponent.html":{}}}],["intervaldaysdefault",{"_index":973,"title":{},"body":{"components/DatesComponent.html":{}}}],["intervals",{"_index":877,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["ipsum",{"_index":1248,"title":{},"body":{"components/KindComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["isadmin",{"_index":783,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["iscolorblind",{"_index":1455,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["isdisabled",{"_index":937,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["item",{"_index":255,"title":{"interfaces/Item.html":{}},"body":{"components/AnswersComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/Item.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"coverage.html":{}}}],["item.id",{"_index":291,"title":{},"body":{"components/AnswersComponent.html":{},"components/CreateOrRetrieveComponent.html":{}}}],["item.label",{"_index":1603,"title":{},"body":{"components/SelectorComponent.html":{}}}],["items",{"_index":1051,"title":{},"body":{"components/DatesComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["je",{"_index":76,"title":{},"body":{"components/AdminComponent.html":{}}}],["jeudi",{"_index":1515,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["jour",{"_index":642,"title":{},"body":{"components/ChoicesListComponent.html":{},"components/DatesComponent.html":{}}}],["jours",{"_index":1164,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["json",{"_index":1535,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["justify",{"_index":1739,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["karma",{"_index":1980,"title":{},"body":{"dependencies.html":{},"index.html":{}}}],["key",{"_index":842,"title":{},"body":{"interfaces/DateOption.html":{},"components/DebuggerComponent.html":{},"classes/PollConfig.html":{}}}],["keyboardevent",{"_index":244,"title":{},"body":{"components/AnswersComponent.html":{}}}],["keys",{"_index":1858,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["keys.foreach(item",{"_index":1864,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["kind",{"_index":1221,"title":{},"body":{"components/KindComponent.html":{}}}],["kind'},{'name",{"_index":175,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["kind.component.html",{"_index":1223,"title":{},"body":{"components/KindComponent.html":{}}}],["kind.component.scss",{"_index":1222,"title":{},"body":{"components/KindComponent.html":{}}}],["kindcomponent",{"_index":173,"title":{"components/KindComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["l",{"_index":1574,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["l'instant",{"_index":1875,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["l'édition",{"_index":1808,"title":{},"body":{"components/VotingComponent.html":{}}}],["l\\'instant",{"_index":1893,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["l\\'édition",{"_index":1816,"title":{},"body":{"components/VotingComponent.html":{}}}],["la",{"_index":330,"title":{},"body":{"components/AnswersComponent.html":{},"interfaces/DateChoice.html":{},"components/EndConfirmationComponent.html":{},"components/KindComponent.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{}}}],["label",{"_index":109,"title":{},"body":{"components/AdminComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"components/PasswordComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{}}}],["labelliser",{"_index":1244,"title":{},"body":{"components/KindComponent.html":{}}}],["labels",{"_index":1243,"title":{},"body":{"components/KindComponent.html":{},"components/PollGraphicComponent.html":{}}}],["laisser",{"_index":651,"title":{},"body":{"components/CommentsListComponent.html":{}}}],["lang",{"_index":383,"title":{},"body":{"components/AppComponent.html":{}}}],["langs",{"_index":431,"title":{},"body":{"components/AppComponent.html":{}}}],["langs.indexof(this.currentlang",{"_index":434,"title":{},"body":{"components/AppComponent.html":{}}}],["langs.length",{"_index":436,"title":{},"body":{"components/AppComponent.html":{}}}],["langsavailable",{"_index":362,"title":{},"body":{"components/AppComponent.html":{}}}],["language",{"_index":394,"title":{},"body":{"components/AppComponent.html":{}}}],["languages",{"_index":387,"title":{},"body":{"components/AppComponent.html":{}}}],["launch",{"_index":1116,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["launcher",{"_index":1983,"title":{},"body":{"dependencies.html":{}}}],["launchtoast",{"_index":1094,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["le",{"_index":345,"title":{},"body":{"components/AnswersComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/PollDisplayComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["left",{"_index":122,"title":{},"body":{"components/AdminComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/ResumeComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["left:16px",{"_index":115,"title":{},"body":{"components/AdminComponent.html":{}}}],["legend",{"_index":131,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"modules/DateValueAccessorModule.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"overview.html":{}}}],["les",{"_index":325,"title":{},"body":{"components/AnswersComponent.html":{},"components/BaseComponent.html":{},"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/VotingComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["lib/date",{"_index":569,"title":{},"body":{"modules/AppModule.html":{},"directives/DateValueAccessor.html":{},"modules/DateValueAccessorModule.html":{},"classes/MyMissingTranslationHandler.html":{},"coverage.html":{}}}],["libero",{"_index":1258,"title":{},"body":{"components/KindComponent.html":{}}}],["lien",{"_index":1137,"title":{},"body":{"components/EndConfirmationComponent.html":{},"components/PollDisplayComponent.html":{},"components/VotingComponent.html":{}}}],["liens",{"_index":1143,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["line",{"_index":1750,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["link",{"_index":807,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"components/PollGraphicComponent.html":{}}}],["link_only",{"_index":804,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["links",{"_index":1236,"title":{},"body":{"components/KindComponent.html":{}}}],["list",{"_index":635,"title":{},"body":{"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"interfaces/DateOption.html":{},"components/KindComponent.html":{},"classes/PollConfig.html":{},"components/VotingChoiceComponent.html":{}}}],["list'},{'name",{"_index":150,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["list.component",{"_index":576,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["list.component.html",{"_index":637,"title":{},"body":{"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{}}}],["list.component.scss",{"_index":636,"title":{},"body":{"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{}}}],["list.component.ts",{"_index":634,"title":{},"body":{"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"coverage.html":{}}}],["list.component.ts:11",{"_index":639,"title":{},"body":{"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{}}}],["list.component.ts:9",{"_index":638,"title":{},"body":{"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{}}}],["list/choices",{"_index":578,"title":{},"body":{"modules/AppModule.html":{},"components/ChoicesListComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"coverage.html":{}}}],["list/comments",{"_index":575,"title":{},"body":{"modules/AppModule.html":{},"components/CommentsListComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"coverage.html":{}}}],["listening",{"_index":907,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["listitems",{"_index":1217,"title":{},"body":{"interfaces/Item.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{}}}],["lists",{"_index":1276,"title":{},"body":{"components/KindComponent.html":{}}}],["literal",{"_index":298,"title":{},"body":{"components/AnswersComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"components/DatesComponent.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"interfaces/TimeSlices.html":{},"interfaces/VoteChoice.html":{}}}],["loadedmypolls",{"_index":678,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["loader",{"_index":537,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"dependencies.html":{}}}],["localeen",{"_index":516,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["localefr",{"_index":514,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["long",{"_index":1285,"title":{},"body":{"components/KindComponent.html":{}}}],["loop",{"_index":384,"title":{},"body":{"components/AppComponent.html":{}}}],["lorem",{"_index":1247,"title":{},"body":{"components/KindComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["luxio",{"_index":1797,"title":{},"body":{"components/VotingComponent.html":{}}}],["ma",{"_index":776,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["magnam",{"_index":1255,"title":{},"body":{"components/KindComponent.html":{}}}],["mail",{"_index":1177,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["mailtorecieve",{"_index":1125,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["mais",{"_index":1286,"title":{},"body":{"components/KindComponent.html":{},"components/VotingComponent.html":{}}}],["make",{"_index":1541,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["makeheaders",{"_index":1528,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["makeheaders(bodycontent",{"_index":1531,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["makeslug",{"_index":1529,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["makeslug(config",{"_index":1539,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["makeuuid",{"_index":1530,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["manage",{"_index":279,"title":{},"body":{"components/AnswersComponent.html":{},"components/AppComponent.html":{}}}],["margin",{"_index":107,"title":{},"body":{"components/AdminComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["margin:auto",{"_index":99,"title":{},"body":{"components/AdminComponent.html":{},"components/CreateOrRetrieveComponent.html":{}}}],["markdown",{"_index":332,"title":{},"body":{"components/AnswersComponent.html":{},"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"dependencies.html":{}}}],["markdownmodule",{"_index":530,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["markdownmodule.forroot",{"_index":588,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["matching",{"_index":212,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"modules/AppRoutingModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"modules/DateValueAccessorModule.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{},"directives/ResettableInputDirective.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"interfaces/TimeSlices.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"modules.html":{},"overview.html":{},"routes.html":{}}}],["math.random",{"_index":1556,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["matin",{"_index":731,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{}}}],["max",{"_index":126,"title":{},"body":{"components/AdminComponent.html":{},"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"components/VotingChoiceComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["maxheight",{"_index":1699,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["maxscore",{"_index":1862,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["maybe",{"_index":812,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"components/PollGraphicComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["maybelist",{"_index":1456,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["media",{"_index":1717,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["menu",{"_index":455,"title":{},"body":{"components/AppComponent.html":{}}}],["menuvisible",{"_index":363,"title":{},"body":{"components/AppComponent.html":{}}}],["mes",{"_index":696,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["messagemodule",{"_index":548,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["messageservice",{"_index":549,"title":{},"body":{"modules/AppModule.html":{},"components/CopyTextComponent.html":{},"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["metadata",{"_index":13,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"directives/ResettableInputDirective.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["methods",{"_index":25,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"classes/AppPage.html":{},"components/BaseComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollUtilities.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["mettre",{"_index":641,"title":{},"body":{"components/ChoicesListComponent.html":{}}}],["middle",{"_index":1754,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["midi",{"_index":732,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{}}}],["min",{"_index":1707,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["minima",{"_index":1271,"title":{},"body":{"components/KindComponent.html":{}}}],["minus",{"_index":1257,"title":{},"body":{"components/KindComponent.html":{}}}],["minutes",{"_index":364,"title":{},"body":{"components/AppComponent.html":{}}}],["miscellaneous",{"_index":2004,"title":{"miscellaneous/functions.html":{}},"body":{"miscellaneous/functions.html":{}}}],["missingtranslationhandler",{"_index":531,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["missingtranslationhandlerparams",{"_index":532,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["mm",{"_index":889,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["mockchoice",{"_index":1915,"title":{},"body":{"coverage.html":{}}}],["mockcomments",{"_index":1415,"title":{},"body":{"components/PollDisplayComponent.html":{},"components/VotingCommentComponent.html":{},"coverage.html":{}}}],["mockcomments[0",{"_index":1779,"title":{},"body":{"components/VotingCommentComponent.html":{}}}],["mockgraphconfig",{"_index":1472,"title":{},"body":{"components/PollGraphicComponent.html":{},"coverage.html":{}}}],["mockmypolls",{"_index":1923,"title":{},"body":{"coverage.html":{}}}],["mockpoll3",{"_index":1418,"title":{},"body":{"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{}}}],["mocksuccessvote",{"_index":1921,"title":{},"body":{"coverage.html":{}}}],["modale",{"_index":1291,"title":{},"body":{"components/KindComponent.html":{}}}],["modification",{"_index":1168,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["module",{"_index":464,"title":{"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"modules/DateValueAccessorModule.html":{}},"body":{"modules/AppModule.html":{},"modules/DateValueAccessorModule.html":{},"overview.html":{}}}],["modules",{"_index":466,"title":{"modules.html":{}},"body":{"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"modules/DateValueAccessorModule.html":{},"index.html":{},"modules.html":{},"overview.html":{}}}],["molecules",{"_index":1281,"title":{},"body":{"components/KindComponent.html":{}}}],["mon",{"_index":777,"title":{},"body":{"interfaces/DateOption.html":{},"components/HomeComponent.html":{},"classes/PollConfig.html":{}}}],["more",{"_index":2045,"title":{},"body":{"index.html":{}}}],["mot",{"_index":1352,"title":{},"body":{"components/PasswordComponent.html":{}}}],["multi",{"_index":944,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["mycomment",{"_index":779,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["myemail",{"_index":761,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["mymissingtranslationhandler",{"_index":581,"title":{"classes/MyMissingTranslationHandler.html":{}},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"coverage.html":{}}}],["myname",{"_index":760,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["mypolls",{"_index":787,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["mytempvotestack",{"_index":785,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["myvotestack",{"_index":784,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["n",{"_index":1571,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["n'autorise",{"_index":1807,"title":{},"body":{"components/VotingComponent.html":{}}}],["n\\'autorise",{"_index":1815,"title":{},"body":{"components/VotingComponent.html":{}}}],["nam",{"_index":1676,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["name",{"_index":34,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollUtilities.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"miscellaneous/functions.html":{},"index.html":{}}}],["name=\"datechoices_",{"_index":1026,"title":{},"body":{"components/DatesComponent.html":{}}}],["name=\"datetime_",{"_index":1034,"title":{},"body":{"components/DatesComponent.html":{}}}],["nav",{"_index":1335,"title":{},"body":{"components/NavigationComponent.html":{}}}],["navigate",{"_index":2017,"title":{},"body":{"index.html":{}}}],["navigateordelete",{"_index":228,"title":{},"body":{"components/AnswersComponent.html":{}}}],["navigateordelete(event",{"_index":243,"title":{},"body":{"components/AnswersComponent.html":{}}}],["navigateto",{"_index":602,"title":{},"body":{"classes/AppPage.html":{}}}],["navigation",{"_index":1314,"title":{},"body":{"components/NavigationComponent.html":{},"components/VotingNavigationComponent.html":{}}}],["navigation'},{'name",{"_index":177,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["navigation.component",{"_index":580,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["navigation.component.html",{"_index":1316,"title":{},"body":{"components/NavigationComponent.html":{},"components/VotingNavigationComponent.html":{}}}],["navigation.component.scss",{"_index":1315,"title":{},"body":{"components/NavigationComponent.html":{},"components/VotingNavigationComponent.html":{}}}],["navigation.component.ts",{"_index":1824,"title":{},"body":{"components/VotingNavigationComponent.html":{},"coverage.html":{}}}],["navigation.component.ts:11",{"_index":1826,"title":{},"body":{"components/VotingNavigationComponent.html":{}}}],["navigation.component.ts:9",{"_index":1825,"title":{},"body":{"components/VotingNavigationComponent.html":{}}}],["navigation/voting",{"_index":579,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"components/VotingNavigationComponent.html":{},"coverage.html":{}}}],["navigationcomponent",{"_index":176,"title":{"components/NavigationComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["navigationstart",{"_index":413,"title":{},"body":{"components/AppComponent.html":{}}}],["navigationstart)).subscribe((event:navigationstart",{"_index":425,"title":{},"body":{"components/AppComponent.html":{}}}],["naviguer",{"_index":334,"title":{},"body":{"components/AnswersComponent.html":{}}}],["nbpoll",{"_index":1457,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["need",{"_index":1440,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["needed",{"_index":2044,"title":{},"body":{"index.html":{}}}],["new",{"_index":307,"title":{},"body":{"components/AnswersComponent.html":{},"modules/AppModule.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"components/DatesComponent.html":{},"components/ErasableInputComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"components/PollGraphicComponent.html":{},"interfaces/TimeSlices.html":{},"components/VisibilityComponent.html":{},"coverage.html":{},"index.html":{}}}],["newanswer",{"_index":1661,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["newindex",{"_index":435,"title":{},"body":{"components/AppComponent.html":{}}}],["newintervalarray",{"_index":1042,"title":{},"body":{"components/DatesComponent.html":{}}}],["newintervalarray.foreach(element",{"_index":1045,"title":{},"body":{"components/DatesComponent.html":{}}}],["next",{"_index":382,"title":{},"body":{"components/AppComponent.html":{}}}],["nextpage",{"_index":1317,"title":{},"body":{"components/NavigationComponent.html":{}}}],["nextstep",{"_index":1202,"title":{},"body":{"components/HomeComponent.html":{}}}],["ng",{"_index":1024,"title":{},"body":{"components/DatesComponent.html":{},"index.html":{}}}],["ng_value_accessor",{"_index":942,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["ngafterviewinit",{"_index":229,"title":{},"body":{"components/AnswersComponent.html":{}}}],["ngmodule",{"_index":488,"title":{},"body":{"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"modules/DateValueAccessorModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["ngonchanges",{"_index":230,"title":{},"body":{"components/AnswersComponent.html":{}}}],["ngoninit",{"_index":26,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/BaseComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"components/VisibilityComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["ngx",{"_index":411,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"dependencies.html":{}}}],["nihil",{"_index":1270,"title":{},"body":{"components/KindComponent.html":{}}}],["nobis",{"_index":1267,"title":{},"body":{"components/KindComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["nobody",{"_index":851,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["nolist",{"_index":1458,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["nom",{"_index":47,"title":{},"body":{"components/AdminComponent.html":{},"components/CommentsListComponent.html":{},"components/PasswordComponent.html":{}}}],["nombre",{"_index":1877,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["non",{"_index":1688,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["none",{"_index":461,"title":{},"body":{"components/AppComponent.html":{},"components/NavigationComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["normal",{"_index":1751,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["not(:first",{"_index":1304,"title":{},"body":{"components/KindComponent.html":{},"components/NavigationComponent.html":{}}}],["not(:last",{"_index":1294,"title":{},"body":{"components/KindComponent.html":{}}}],["notanswered",{"_index":1642,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["note",{"_index":1160,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["nous",{"_index":1175,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["novembre",{"_index":1794,"title":{},"body":{"components/VotingComponent.html":{}}}],["nowrap",{"_index":1721,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["npm",{"_index":2042,"title":{},"body":{"index.html":{}}}],["null",{"_index":300,"title":{},"body":{"components/AnswersComponent.html":{},"interfaces/DateOption.html":{},"directives/DateValueAccessor.html":{},"classes/PollConfig.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["nulla",{"_index":1675,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["number",{"_index":254,"title":{},"body":{"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"components/DatesComponent.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"components/PollGraphicComponent.html":{},"interfaces/TimeSlices.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["obj",{"_index":1841,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["object",{"_index":406,"title":{},"body":{"components/AppComponent.html":{},"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"classes/PollConfig.html":{}}}],["object.keys(baseconfigvalues).foreach((key",{"_index":862,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["object.keys(obj",{"_index":1857,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["object.keys(this.pollconfig.choices_count.counts",{"_index":1859,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["ok",{"_index":1363,"title":{},"body":{"components/PicturesComponent.html":{}}}],["onchange",{"_index":955,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["onchanges",{"_index":217,"title":{},"body":{"components/AnswersComponent.html":{}}}],["oninit",{"_index":12,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/BaseComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"components/VisibilityComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["only_yes",{"_index":809,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["ont",{"_index":1054,"title":{},"body":{"components/DatesComponent.html":{}}}],["ontouched",{"_index":957,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["opt",{"_index":952,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["optional",{"_index":36,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollUtilities.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"miscellaneous/functions.html":{}}}],["options",{"_index":1000,"title":{},"body":{"components/DatesComponent.html":{},"components/PollGraphicComponent.html":{}}}],["options.ts",{"_index":1913,"title":{},"body":{"coverage.html":{}}}],["ordered",{"_index":1279,"title":{},"body":{"components/KindComponent.html":{}}}],["otherdefaultdates",{"_index":747,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"components/DatesComponent.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"interfaces/TimeSlices.html":{},"coverage.html":{}}}],["otherslicesofday",{"_index":734,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{},"coverage.html":{}}}],["othertimeofday",{"_index":744,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{},"coverage.html":{}}}],["oui",{"_index":1685,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["out",{"_index":482,"title":{},"body":{"modules/AppModule.html":{},"modules/DateValueAccessorModule.html":{},"index.html":{},"overview.html":{}}}],["outline",{"_index":129,"title":{},"body":{"components/AdminComponent.html":{},"components/KindComponent.html":{}}}],["output",{"_index":1191,"title":{},"body":{"components/ErasableInputComponent.html":{}}}],["outputs",{"_index":1184,"title":{},"body":{"components/ErasableInputComponent.html":{}}}],["overflow",{"_index":1767,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["overview",{"_index":2052,"title":{"overview.html":{}},"body":{"overview.html":{}}}],["owner_modifier_token",{"_index":844,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["package",{"_index":1962,"title":{"dependencies.html":{}},"body":{}}],["padding",{"_index":102,"title":{},"body":{"components/AdminComponent.html":{},"components/DatesComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/ResumeComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["page",{"_index":174,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["page'},{'name",{"_index":147,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["page/base.component",{"_index":271,"title":{},"body":{"components/AnswersComponent.html":{},"modules/AppModule.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingGraphComponent.html":{}}}],["page/base.component.ts",{"_index":615,"title":{},"body":{"components/BaseComponent.html":{},"coverage.html":{}}}],["page/base.component.ts:12",{"_index":618,"title":{},"body":{"components/BaseComponent.html":{}}}],["page/base.component.ts:14",{"_index":622,"title":{},"body":{"components/BaseComponent.html":{}}}],["page/base.component.ts:17",{"_index":621,"title":{},"body":{"components/BaseComponent.html":{}}}],["page/base.component.ts:21",{"_index":619,"title":{},"body":{"components/BaseComponent.html":{}}}],["page/base.component.ts:27",{"_index":620,"title":{},"body":{"components/BaseComponent.html":{}}}],["pages",{"_index":631,"title":{},"body":{"components/BaseComponent.html":{},"components/KindComponent.html":{}}}],["pages/admin/admin.component",{"_index":540,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["pages/answers/answers.component",{"_index":507,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["pages/base",{"_index":491,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{}}}],["pages/create",{"_index":511,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["pages/dates/dates.component",{"_index":502,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["pages/end",{"_index":508,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["pages/home/home.component",{"_index":526,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["pages/kind/kind.component",{"_index":492,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["pages/password/password.component",{"_index":525,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["pages/pictures/pictures.component",{"_index":506,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["pages/poll",{"_index":551,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["pages/resume/resume.component",{"_index":505,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["pages/visibility/visibility.component",{"_index":504,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["pages/voting/choices",{"_index":577,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["pages/voting/comments",{"_index":574,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["pages/voting/voting",{"_index":518,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["pages/voting/voting.component",{"_index":554,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["pagesc\\'est",{"_index":1308,"title":{},"body":{"components/KindComponent.html":{}}}],["par",{"_index":451,"title":{},"body":{"components/AppComponent.html":{},"components/EndConfirmationComponent.html":{},"components/PasswordComponent.html":{},"components/ResumeComponent.html":{}}}],["paragraphs",{"_index":1246,"title":{},"body":{"components/KindComponent.html":{}}}],["param",{"_index":898,"title":{},"body":{"injectables/DateUtilities.html":{},"components/DatesComponent.html":{},"injectables/PollUtilities.html":{}}}],["parameters",{"_index":32,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollUtilities.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"miscellaneous/functions.html":{}}}],["params",{"_index":1312,"title":{},"body":{"classes/MyMissingTranslationHandler.html":{},"components/PollDisplayComponent.html":{}}}],["params.get('poll",{"_index":1423,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["params.get('pollslug",{"_index":1425,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["paramètres",{"_index":1155,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["parfait",{"_index":1083,"title":{},"body":{"components/DatesComponent.html":{},"components/KindComponent.html":{},"components/ResumeComponent.html":{}}}],["parfait!partials",{"_index":1309,"title":{},"body":{"components/KindComponent.html":{}}}],["partager",{"_index":1444,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["parti",{"_index":1237,"title":{},"body":{"components/KindComponent.html":{}}}],["participation",{"_index":1801,"title":{},"body":{"components/VotingComponent.html":{}}}],["pas",{"_index":1287,"title":{},"body":{"components/KindComponent.html":{}}}],["passe",{"_index":1353,"title":{},"body":{"components/PasswordComponent.html":{}}}],["password",{"_index":830,"title":{},"body":{"interfaces/DateOption.html":{},"components/KindComponent.html":{},"components/PasswordComponent.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{}}}],["password'},{'name",{"_index":179,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["password.component.html",{"_index":1347,"title":{},"body":{"components/PasswordComponent.html":{}}}],["password.component.scss",{"_index":1346,"title":{},"body":{"components/PasswordComponent.html":{}}}],["passwordaccess",{"_index":829,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["passwordcomponent",{"_index":178,"title":{"components/PasswordComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["perdez",{"_index":1148,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["period",{"_index":993,"title":{},"body":{"components/DatesComponent.html":{}}}],["person",{"_index":1885,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["personnalis",{"_index":1810,"title":{},"body":{"components/VotingComponent.html":{}}}],["perspiciatis",{"_index":1256,"title":{},"body":{"components/KindComponent.html":{}}}],["petit",{"_index":738,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{}}}],["peu",{"_index":1284,"title":{},"body":{"components/KindComponent.html":{}}}],["peut",{"_index":1686,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["phantomjs",{"_index":1985,"title":{},"body":{"dependencies.html":{}}}],["pictures",{"_index":1357,"title":{},"body":{"components/PicturesComponent.html":{}}}],["pictures'},{'name",{"_index":181,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["pictures.component.html",{"_index":1359,"title":{},"body":{"components/PicturesComponent.html":{}}}],["pictures.component.scss",{"_index":1358,"title":{},"body":{"components/PicturesComponent.html":{}}}],["picturescomponent",{"_index":180,"title":{"components/PicturesComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["pikachu",{"_index":1792,"title":{},"body":{"components/VotingComponent.html":{}}}],["plage",{"_index":1074,"title":{},"body":{"components/DatesComponent.html":{}}}],["plop",{"_index":1278,"title":{},"body":{"components/KindComponent.html":{}}}],["plus",{"_index":1691,"title":{},"body":{"components/VotingChoiceComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["pointer",{"_index":1743,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["points",{"_index":1879,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["poll",{"_index":183,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateOption.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollUtilities.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["poll.answers.foreach(response",{"_index":1506,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["poll.choices_count.counts[choice.id].maybe.count",{"_index":1684,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["poll.choices_count.counts[choice.id].no.count",{"_index":1687,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["poll.choices_count.counts[choice.id].yes.count",{"_index":1683,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["poll.description",{"_index":700,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["poll.polltype",{"_index":1504,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["poll.title",{"_index":699,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["poll/id/4",{"_index":838,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["poll3",{"_index":1419,"title":{},"body":{"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["poll3.ts",{"_index":1919,"title":{},"body":{"coverage.html":{}}}],["pollanswer",{"_index":722,"title":{"interfaces/PollAnswer.html":{}},"body":{"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"interfaces/TimeSlices.html":{},"coverage.html":{}}}],["pollconfig",{"_index":765,"title":{"classes/PollConfig.html":{}},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"injectables/PollUtilities.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{}}}],["pollconfig.choices_count.counts[this.pollconfig.choices[2].id].score",{"_index":1882,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["pollconfigretrieved",{"_index":1459,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["polldisplaycomponent",{"_index":182,"title":{"components/PollDisplayComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["pollgraphic.choicecolorblind",{"_index":1516,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["pollgraphic.choicenotcolorblind",{"_index":1517,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["pollgraphic.colorblindtext",{"_index":1518,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["pollgraphiccomponent",{"_index":185,"title":{"components/PollGraphicComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["pollid",{"_index":819,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["pollisspecialdate",{"_index":1651,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["polls",{"_index":789,"title":{},"body":{"interfaces/DateOption.html":{},"components/DebuggerComponent.html":{},"classes/PollConfig.html":{}}}],["pollservice",{"_index":479,"title":{"injectables/PollService.html":{}},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"injectables/PollService.html":{},"coverage.html":{},"overview.html":{}}}],["pollslug",{"_index":824,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{}}}],["polltype",{"_index":757,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["pollutilities",{"_index":1526,"title":{"injectables/PollUtilities.html":{}},"body":{"injectables/PollUtilities.html":{},"components/VisibilityComponent.html":{},"coverage.html":{}}}],["position",{"_index":645,"title":{},"body":{"components/ChoicesListComponent.html":{},"components/NavigationComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["possible",{"_index":797,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["possibles",{"_index":1057,"title":{},"body":{"components/DatesComponent.html":{}}}],["pour",{"_index":343,"title":{},"body":{"components/AnswersComponent.html":{},"components/BaseComponent.html":{},"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/PollDisplayComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["pourrez",{"_index":1149,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["pouvez",{"_index":328,"title":{},"body":{"components/AnswersComponent.html":{},"components/PollDisplayComponent.html":{}}}],["pouvons",{"_index":1176,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["preferred",{"_index":1460,"title":{},"body":{"components/PollGraphicComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["prepare",{"_index":1533,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["present",{"_index":1050,"title":{},"body":{"components/DatesComponent.html":{}}}],["previous",{"_index":945,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["primary",{"_index":1239,"title":{},"body":{"components/KindComponent.html":{}}}],["primary_color",{"_index":713,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["primeicons",{"_index":1991,"title":{},"body":{"dependencies.html":{}}}],["primeng",{"_index":550,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"dependencies.html":{}}}],["primeng/api",{"_index":664,"title":{},"body":{"components/CopyTextComponent.html":{},"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{}}}],["primeng/confirmdialog",{"_index":565,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["primeng/dialog",{"_index":567,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["primeng/toast",{"_index":546,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["pris",{"_index":1803,"title":{},"body":{"components/VotingComponent.html":{}}}],["private",{"_index":274,"title":{},"body":{"components/AnswersComponent.html":{},"components/AppComponent.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollService.html":{},"components/ResumeComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["prod",{"_index":2029,"title":{},"body":{"index.html":{}}}],["production",{"_index":2031,"title":{},"body":{"index.html":{}}}],["progress",{"_index":770,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"components/PollGraphicComponent.html":{}}}],["progression",{"_index":1198,"title":{},"body":{"components/HeaderComponent.html":{}}}],["project",{"_index":2008,"title":{},"body":{"index.html":{}}}],["promise",{"_index":607,"title":{},"body":{"classes/AppPage.html":{}}}],["properties",{"_index":22,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollService.html":{},"components/ResumeComponent.html":{},"interfaces/SelectorConfig.html":{},"interfaces/TimeSlices.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["property",{"_index":1434,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["propos",{"_index":450,"title":{},"body":{"components/AppComponent.html":{}}}],["proposition",{"_index":351,"title":{},"body":{"components/AnswersComponent.html":{}}}],["propositions",{"_index":326,"title":{},"body":{"components/AnswersComponent.html":{}}}],["protractor",{"_index":605,"title":{},"body":{"classes/AppPage.html":{},"index.html":{}}}],["protég",{"_index":1351,"title":{},"body":{"components/PasswordComponent.html":{}}}],["provide",{"_index":590,"title":{},"body":{"modules/AppModule.html":{},"directives/DateValueAccessor.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["providedin",{"_index":897,"title":{},"body":{"injectables/DateUtilities.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{}}}],["providers",{"_index":470,"title":{},"body":{"modules/AppModule.html":{},"directives/DateValueAccessor.html":{},"modules/DateValueAccessorModule.html":{},"classes/MyMissingTranslationHandler.html":{},"overview.html":{}}}],["précieusement",{"_index":1813,"title":{},"body":{"components/VotingComponent.html":{}}}],["pseudo",{"_index":778,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"components/VotingChoiceComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["public",{"_index":23,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["qu'avec",{"_index":1809,"title":{},"body":{"components/VotingComponent.html":{}}}],["qu\\'avec",{"_index":1817,"title":{},"body":{"components/VotingComponent.html":{}}}],["quaerat",{"_index":1268,"title":{},"body":{"components/KindComponent.html":{}}}],["que",{"_index":354,"title":{},"body":{"components/AnswersComponent.html":{}}}],["questions.id",{"_index":1588,"title":{},"body":{"components/ResumeComponent.html":{}}}],["questions.text",{"_index":1589,"title":{},"body":{"components/ResumeComponent.html":{}}}],["quill",{"_index":1994,"title":{},"body":{"dependencies.html":{}}}],["r",{"_index":1555,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["radius",{"_index":1741,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["ranges",{"_index":859,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["rc.2",{"_index":1993,"title":{},"body":{"dependencies.html":{}}}],["readme",{"_index":2048,"title":{},"body":{"index.html":{}}}],["recevoir",{"_index":1151,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["reflect",{"_index":1025,"title":{},"body":{"components/DatesComponent.html":{}}}],["refresh",{"_index":303,"title":{},"body":{"components/AnswersComponent.html":{}}}],["registerlocaledata",{"_index":501,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["registerlocaledata(localeen",{"_index":584,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["registerlocaledata(localefr",{"_index":583,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["registeronchange",{"_index":913,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["registeronchange(fn",{"_index":929,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["registerontouched",{"_index":914,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["registerontouched(fn",{"_index":933,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["reiciendis",{"_index":1265,"title":{},"body":{"components/KindComponent.html":{}}}],["relative",{"_index":1340,"title":{},"body":{"components/NavigationComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["reload",{"_index":2020,"title":{},"body":{"index.html":{}}}],["remove",{"_index":997,"title":{},"body":{"components/DatesComponent.html":{},"injectables/PollUtilities.html":{}}}],["removealltimes",{"_index":982,"title":{},"body":{"components/DatesComponent.html":{}}}],["renderer2",{"_index":920,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["repellat",{"_index":1262,"title":{},"body":{"components/KindComponent.html":{}}}],["repellendus",{"_index":1264,"title":{},"body":{"components/KindComponent.html":{}}}],["require",{"_index":1959,"title":{},"body":{"coverage.html":{}}}],["res",{"_index":1436,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["reset",{"_index":481,"title":{},"body":{"modules/AppModule.html":{},"modules/DateValueAccessorModule.html":{},"components/DatesComponent.html":{},"components/HomeComponent.html":{},"overview.html":{}}}],["resetconfig",{"_index":861,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["resettableinputdirective",{"_index":208,"title":{"directives/ResettableInputDirective.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"directives/ResettableInputDirective.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["resettimes",{"_index":983,"title":{},"body":{"components/DatesComponent.html":{}}}],["response.text",{"_index":1508,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["responsive",{"_index":1702,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["result",{"_index":211,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"modules/AppRoutingModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"modules/DateValueAccessorModule.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{},"directives/ResettableInputDirective.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"interfaces/TimeSlices.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"modules.html":{},"overview.html":{},"routes.html":{}}}],["results",{"_index":213,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"modules/AppRoutingModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"modules/DateValueAccessorModule.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{},"directives/ResettableInputDirective.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"interfaces/TimeSlices.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"modules.html":{},"overview.html":{},"routes.html":{}}}],["resume",{"_index":1581,"title":{},"body":{"components/ResumeComponent.html":{}}}],["resume'},{'name",{"_index":188,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["resume.admins\"|translate",{"_index":1139,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["resume.component.html",{"_index":1583,"title":{},"body":{"components/ResumeComponent.html":{}}}],["resume.component.scss",{"_index":1582,"title":{},"body":{"components/ResumeComponent.html":{}}}],["resume.links_mail\"|translate",{"_index":1170,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["resume.title\"|translate",{"_index":1138,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["resume.users\"|translate",{"_index":1169,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["resumecomponent",{"_index":187,"title":{"components/ResumeComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["retour",{"_index":356,"title":{},"body":{"components/AnswersComponent.html":{},"components/DatesComponent.html":{},"components/HomeComponent.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{}}}],["retrieve",{"_index":675,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["retrieve'},{'name",{"_index":158,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["retrieve.component",{"_index":513,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["retrieve.component.html",{"_index":677,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["retrieve.component.scss",{"_index":676,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["retrieve.component.ts",{"_index":674,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{},"coverage.html":{}}}],["retrieve.component.ts:12",{"_index":680,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["retrieve.component.ts:15",{"_index":686,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["retrieve.component.ts:19",{"_index":684,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["retrieve.component.ts:26",{"_index":682,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["retrieve.component.ts:34",{"_index":685,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["retrieve/create",{"_index":512,"title":{},"body":{"modules/AppModule.html":{},"components/CreateOrRetrieveComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"coverage.html":{}}}],["retrieved",{"_index":788,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["retrouver",{"_index":1173,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["return",{"_index":289,"title":{},"body":{"components/AnswersComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"components/BaseComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateChoice.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"components/DebuggerComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"interfaces/PollAnswer.html":{},"components/PollDisplayComponent.html":{},"injectables/PollUtilities.html":{},"interfaces/TimeSlices.html":{},"components/VotingSummaryComponent.html":{}}}],["returns",{"_index":38,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"classes/AppPage.html":{},"components/BaseComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollUtilities.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["revenir",{"_index":1814,"title":{},"body":{"components/VotingComponent.html":{}}}],["reçu",{"_index":1690,"title":{},"body":{"components/VotingChoiceComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["rgba($black",{"_index":1712,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["rgba($white",{"_index":1761,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["rien",{"_index":1479,"title":{},"body":{"components/PollGraphicComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["right",{"_index":648,"title":{},"body":{"components/ChoicesListComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/EndConfirmationComponent.html":{},"components/KindComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["rock",{"_index":1796,"title":{},"body":{"components/VotingComponent.html":{}}}],["root",{"_index":358,"title":{},"body":{"components/AppComponent.html":{},"classes/AppPage.html":{},"injectables/DateUtilities.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{}}}],["root'},{'name",{"_index":144,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["route",{"_index":376,"title":{},"body":{"components/AppComponent.html":{},"components/NavigationComponent.html":{}}}],["router",{"_index":377,"title":{},"body":{"components/AppComponent.html":{},"components/NavigationComponent.html":{},"components/PollDisplayComponent.html":{},"components/ResumeComponent.html":{}}}],["routermodule",{"_index":497,"title":{},"body":{"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["routermodule.forroot(routes",{"_index":596,"title":{},"body":{"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["routes",{"_index":498,"title":{"routes.html":{}},"body":{"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"classes/MyMissingTranslationHandler.html":{},"coverage.html":{},"routes.html":{}}}],["routing.module",{"_index":489,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["routing.module.ts",{"_index":611,"title":{},"body":{"modules/AppRoutingModule.html":{}}}],["row",{"_index":100,"title":{},"body":{"components/AdminComponent.html":{}}}],["rtl",{"_index":1521,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["run",{"_index":2014,"title":{},"body":{"index.html":{}}}],["running",{"_index":2032,"title":{},"body":{"index.html":{}}}],["rxjs",{"_index":1996,"title":{},"body":{"dependencies.html":{}}}],["rxjs/operators",{"_index":416,"title":{},"body":{"components/AppComponent.html":{}}}],["réaliser",{"_index":1231,"title":{},"body":{"components/KindComponent.html":{}}}],["récapitulatif",{"_index":1586,"title":{},"body":{"components/ResumeComponent.html":{}}}],["réinitialiser",{"_index":1076,"title":{},"body":{"components/DatesComponent.html":{}}}],["réponse",{"_index":348,"title":{},"body":{"components/AnswersComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{}}}],["réponses",{"_index":1056,"title":{},"body":{"components/DatesComponent.html":{},"components/NavigationComponent.html":{}}}],["résum",{"_index":1327,"title":{},"body":{"components/NavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["s'inspirer",{"_index":1230,"title":{},"body":{"components/KindComponent.html":{}}}],["s\\'inspirer",{"_index":1306,"title":{},"body":{"components/KindComponent.html":{}}}],["sa",{"_index":1166,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["same",{"_index":800,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["scaffolding",{"_index":2022,"title":{},"body":{"index.html":{}}}],["score",{"_index":1891,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["scrollgototop",{"_index":370,"title":{},"body":{"components/AppComponent.html":{}}}],["section",{"_index":988,"title":{},"body":{"components/DatesComponent.html":{},"components/KindComponent.html":{}}}],["sed",{"_index":1272,"title":{},"body":{"components/KindComponent.html":{}}}],["see",{"_index":1118,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["select",{"_index":1245,"title":{},"body":{"components/KindComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["select,input[type=date",{"_index":125,"title":{},"body":{"components/AdminComponent.html":{}}}],["selectcolorblind",{"_index":1520,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["selected",{"_index":826,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["selection",{"_index":1713,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["selectoption",{"_index":1095,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["selectoption(key",{"_index":1099,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["selector",{"_index":14,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateOption.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"directives/ResettableInputDirective.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["selector'},{'name",{"_index":190,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["selector.component.html",{"_index":1218,"title":{},"body":{"interfaces/Item.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{}}}],["selector.component.scss",{"_index":1219,"title":{},"body":{"interfaces/Item.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{}}}],["selectorcomponent",{"_index":189,"title":{"components/SelectorComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["selectorconfig",{"_index":1215,"title":{"interfaces/SelectorConfig.html":{}},"body":{"interfaces/Item.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"coverage.html":{}}}],["selectorngmodel",{"_index":1216,"title":{},"body":{"interfaces/Item.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{}}}],["self",{"_index":850,"title":{},"body":{"interfaces/DateOption.html":{},"components/PasswordComponent.html":{},"classes/PollConfig.html":{}}}],["self[key",{"_index":863,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["sendtoemail",{"_index":1127,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["sera",{"_index":1161,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["serve",{"_index":2015,"title":{},"body":{"index.html":{}}}],["server",{"_index":2013,"title":{},"body":{"index.html":{}}}],["services/config.service",{"_index":43,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["services/poll.service",{"_index":544,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["ses",{"_index":1154,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["set",{"_index":381,"title":{},"body":{"components/AppComponent.html":{},"interfaces/DateOption.html":{},"components/DatesComponent.html":{},"classes/PollConfig.html":{}}}],["set(converted",{"_index":1048,"title":{},"body":{"components/DatesComponent.html":{}}}],["setanswserto",{"_index":1664,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["setanswserto(newanswer",{"_index":1657,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["setdisabledstate",{"_index":915,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["setdisabledstate(isdisabled",{"_index":935,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["sets",{"_index":853,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["setup",{"_index":794,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["several",{"_index":1081,"title":{},"body":{"components/DatesComponent.html":{}}}],["severalpreferred",{"_index":1833,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["severity",{"_index":666,"title":{},"body":{"components/CopyTextComponent.html":{},"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{}}}],["shadow",{"_index":1595,"title":{},"body":{"components/ResumeComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["show_mask",{"_index":1787,"title":{},"body":{"components/VotingComponent.html":{}}}],["show_mask=true",{"_index":1790,"title":{},"body":{"components/VotingComponent.html":{}}}],["showchangechoicebutton",{"_index":1648,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["showcustompassword",{"_index":1608,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["showdateinterval",{"_index":974,"title":{},"body":{"components/DatesComponent.html":{}}}],["showmodalforpictureofanswer",{"_index":231,"title":{},"body":{"components/AnswersComponent.html":{}}}],["showmodalforpictureofanswer(answer",{"_index":250,"title":{},"body":{"components/AnswersComponent.html":{}}}],["si",{"_index":1147,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["silently",{"_index":947,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["simpleanswer",{"_index":1640,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["sit",{"_index":1250,"title":{},"body":{"components/KindComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["size",{"_index":705,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/PasswordComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["slug",{"_index":832,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"injectables/PollUtilities.html":{}}}],["small",{"_index":1240,"title":{},"body":{"components/KindComponent.html":{}}}],["soft",{"_index":452,"title":{},"body":{"components/AppComponent.html":{}}}],["soigneusement",{"_index":1146,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["soir",{"_index":733,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{}}}],["solid",{"_index":1297,"title":{},"body":{"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["sondage",{"_index":49,"title":{},"body":{"components/AdminComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PollDisplayComponent.html":{},"components/VotingComponent.html":{}}}],["sondagece",{"_index":1355,"title":{},"body":{"components/PasswordComponent.html":{}}}],["sondages",{"_index":697,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["sont",{"_index":1880,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["source",{"_index":4,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/AppPage.html":{},"modules/AppRoutingModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"modules/DateValueAccessorModule.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{},"directives/ResettableInputDirective.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"interfaces/TimeSlices.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"index.html":{}}}],["space",{"_index":1720,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["spans",{"_index":990,"title":{},"body":{"components/DatesComponent.html":{}}}],["special",{"_index":858,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["specific",{"_index":792,"title":{},"body":{"interfaces/DateOption.html":{},"components/DatesComponent.html":{},"classes/PollConfig.html":{}}}],["src/.../app.module.ts",{"_index":2005,"title":{},"body":{"miscellaneous/functions.html":{}}}],["src/app/app",{"_index":610,"title":{},"body":{"modules/AppRoutingModule.html":{}}}],["src/app/app.component.ts",{"_index":357,"title":{},"body":{"components/AppComponent.html":{},"coverage.html":{}}}],["src/app/app.component.ts:14",{"_index":399,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:15",{"_index":401,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:16",{"_index":405,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:18",{"_index":404,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:19",{"_index":410,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:23",{"_index":402,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:24",{"_index":378,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:35",{"_index":389,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:49",{"_index":393,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:58",{"_index":380,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:71",{"_index":395,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:75",{"_index":390,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.component.ts:79",{"_index":397,"title":{},"body":{"components/AppComponent.html":{}}}],["src/app/app.module.ts",{"_index":483,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"coverage.html":{},"miscellaneous/functions.html":{}}}],["src/app/app.module.ts:62",{"_index":1311,"title":{},"body":{"classes/MyMissingTranslationHandler.html":{}}}],["src/app/config/dateutilities.ts",{"_index":868,"title":{},"body":{"injectables/DateUtilities.html":{},"coverage.html":{}}}],["src/app/config/dateutilities.ts:13",{"_index":875,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["src/app/config/dateutilities.ts:25",{"_index":893,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["src/app/config/dateutilities.ts:44",{"_index":880,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["src/app/config/dateutilities.ts:53",{"_index":885,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["src/app/config/dateutilities.ts:61",{"_index":895,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["src/app/config/defaultconfigs.ts",{"_index":720,"title":{},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{},"coverage.html":{}}}],["src/app/config/graph",{"_index":1912,"title":{},"body":{"coverage.html":{}}}],["src/app/config/mocks/choice.ts",{"_index":1914,"title":{},"body":{"coverage.html":{}}}],["src/app/config/mocks/mock",{"_index":1916,"title":{},"body":{"coverage.html":{}}}],["src/app/config/mocks/mockmypolls.ts",{"_index":1922,"title":{},"body":{"coverage.html":{}}}],["src/app/config/pollconfig.ts",{"_index":752,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"coverage.html":{}}}],["src/app/config/pollconfig.ts:26",{"_index":1376,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:27",{"_index":1374,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:28",{"_index":1391,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:29",{"_index":1392,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:30",{"_index":1390,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:31",{"_index":1394,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:32",{"_index":1375,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:33",{"_index":1381,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:34",{"_index":1379,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:35",{"_index":1378,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:36",{"_index":1384,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:37",{"_index":1383,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:38",{"_index":1380,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:39",{"_index":1382,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:41",{"_index":1366,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:43",{"_index":1398,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:44",{"_index":1399,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:45",{"_index":1369,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:46",{"_index":1377,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:47",{"_index":1400,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:48",{"_index":1388,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:49",{"_index":1389,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:50",{"_index":1370,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:51",{"_index":1387,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:52",{"_index":1386,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:53",{"_index":1371,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:54",{"_index":1372,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:55",{"_index":1397,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:56",{"_index":1396,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:57",{"_index":1395,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:58",{"_index":1365,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:59",{"_index":1385,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:60",{"_index":1368,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:61",{"_index":1402,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:62",{"_index":1401,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:63",{"_index":1373,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:64",{"_index":1393,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:66",{"_index":1367,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollconfig.ts:68",{"_index":1403,"title":{},"body":{"classes/PollConfig.html":{}}}],["src/app/config/pollutilities.ts",{"_index":1527,"title":{},"body":{"injectables/PollUtilities.html":{},"coverage.html":{}}}],["src/app/config/pollutilities.ts:13",{"_index":1544,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["src/app/config/pollutilities.ts:24",{"_index":1540,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["src/app/config/pollutilities.ts:48",{"_index":1532,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["src/app/config/routes.ts",{"_index":1909,"title":{},"body":{"coverage.html":{}}}],["src/app/custom",{"_index":903,"title":{},"body":{"directives/DateValueAccessor.html":{},"modules/DateValueAccessorModule.html":{},"coverage.html":{}}}],["src/app/debugger/debugger.component.ts",{"_index":1090,"title":{},"body":{"components/DebuggerComponent.html":{},"coverage.html":{}}}],["src/app/debugger/debugger.component.ts:10",{"_index":1096,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["src/app/debugger/debugger.component.ts:12",{"_index":1102,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["src/app/debugger/debugger.component.ts:15",{"_index":1098,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["src/app/debugger/debugger.component.ts:18",{"_index":1101,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["src/app/debugger/debugger.component.ts:27",{"_index":1097,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["src/app/header/header.component.ts",{"_index":1193,"title":{},"body":{"components/HeaderComponent.html":{},"coverage.html":{}}}],["src/app/header/header.component.ts:12",{"_index":1197,"title":{},"body":{"components/HeaderComponent.html":{}}}],["src/app/header/header.component.ts:8",{"_index":1196,"title":{},"body":{"components/HeaderComponent.html":{}}}],["src/app/pages/admin/admin.component.ts",{"_index":10,"title":{},"body":{"components/AdminComponent.html":{},"coverage.html":{}}}],["src/app/pages/admin/admin.component.ts:11",{"_index":40,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.component.ts:14",{"_index":37,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/admin/admin.component.ts:9",{"_index":31,"title":{},"body":{"components/AdminComponent.html":{}}}],["src/app/pages/answers/answers.component.ts",{"_index":214,"title":{},"body":{"components/AnswersComponent.html":{},"coverage.html":{}}}],["src/app/pages/answers/answers.component.ts:14",{"_index":265,"title":{},"body":{"components/AnswersComponent.html":{}}}],["src/app/pages/answers/answers.component.ts:16",{"_index":266,"title":{},"body":{"components/AnswersComponent.html":{}}}],["src/app/pages/answers/answers.component.ts:17",{"_index":268,"title":{},"body":{"components/AnswersComponent.html":{}}}],["src/app/pages/answers/answers.component.ts:18",{"_index":238,"title":{},"body":{"components/AnswersComponent.html":{}}}],["src/app/pages/answers/answers.component.ts:20",{"_index":267,"title":{},"body":{"components/AnswersComponent.html":{}}}],["src/app/pages/answers/answers.component.ts:28",{"_index":249,"title":{},"body":{"components/AnswersComponent.html":{}}}],["src/app/pages/answers/answers.component.ts:31",{"_index":248,"title":{},"body":{"components/AnswersComponent.html":{}}}],["src/app/pages/answers/answers.component.ts:36",{"_index":240,"title":{},"body":{"components/AnswersComponent.html":{}}}],["src/app/pages/answers/answers.component.ts:46",{"_index":247,"title":{},"body":{"components/AnswersComponent.html":{}}}],["src/app/pages/answers/answers.component.ts:51",{"_index":256,"title":{},"body":{"components/AnswersComponent.html":{}}}],["src/app/pages/answers/answers.component.ts:55",{"_index":239,"title":{},"body":{"components/AnswersComponent.html":{}}}],["src/app/pages/answers/answers.component.ts:70",{"_index":242,"title":{},"body":{"components/AnswersComponent.html":{}}}],["src/app/pages/answers/answers.component.ts:81",{"_index":245,"title":{},"body":{"components/AnswersComponent.html":{}}}],["src/app/pages/answers/answers.component.ts:93",{"_index":251,"title":{},"body":{"components/AnswersComponent.html":{}}}],["src/app/pages/base",{"_index":614,"title":{},"body":{"components/BaseComponent.html":{},"coverage.html":{}}}],["src/app/pages/create",{"_index":673,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{},"coverage.html":{}}}],["src/app/pages/dates/dates.component.ts",{"_index":968,"title":{},"body":{"components/DatesComponent.html":{},"coverage.html":{}}}],["src/app/pages/dates/dates.component.ts:102",{"_index":996,"title":{},"body":{"components/DatesComponent.html":{}}}],["src/app/pages/dates/dates.component.ts:117",{"_index":986,"title":{},"body":{"components/DatesComponent.html":{}}}],["src/app/pages/dates/dates.component.ts:15",{"_index":1007,"title":{},"body":{"components/DatesComponent.html":{}}}],["src/app/pages/dates/dates.component.ts:16",{"_index":1008,"title":{},"body":{"components/DatesComponent.html":{}}}],["src/app/pages/dates/dates.component.ts:17",{"_index":1004,"title":{},"body":{"components/DatesComponent.html":{}}}],["src/app/pages/dates/dates.component.ts:18",{"_index":1006,"title":{},"body":{"components/DatesComponent.html":{}}}],["src/app/pages/dates/dates.component.ts:19",{"_index":984,"title":{},"body":{"components/DatesComponent.html":{}}}],["src/app/pages/dates/dates.component.ts:21",{"_index":1003,"title":{},"body":{"components/DatesComponent.html":{}}}],["src/app/pages/dates/dates.component.ts:30",{"_index":995,"title":{},"body":{"components/DatesComponent.html":{}}}],["src/app/pages/dates/dates.component.ts:40",{"_index":999,"title":{},"body":{"components/DatesComponent.html":{}}}],["src/app/pages/dates/dates.component.ts:47",{"_index":985,"title":{},"body":{"components/DatesComponent.html":{}}}],["src/app/pages/dates/dates.component.ts:64",{"_index":989,"title":{},"body":{"components/DatesComponent.html":{}}}],["src/app/pages/dates/dates.component.ts:74",{"_index":1001,"title":{},"body":{"components/DatesComponent.html":{}}}],["src/app/pages/dates/dates.component.ts:78",{"_index":1002,"title":{},"body":{"components/DatesComponent.html":{}}}],["src/app/pages/dates/dates.component.ts:89",{"_index":992,"title":{},"body":{"components/DatesComponent.html":{}}}],["src/app/pages/end",{"_index":1119,"title":{},"body":{"components/EndConfirmationComponent.html":{},"coverage.html":{}}}],["src/app/pages/home/home.component.ts",{"_index":1199,"title":{},"body":{"components/HomeComponent.html":{},"coverage.html":{}}}],["src/app/pages/home/home.component.ts:12",{"_index":1203,"title":{},"body":{"components/HomeComponent.html":{}}}],["src/app/pages/home/home.component.ts:13",{"_index":1205,"title":{},"body":{"components/HomeComponent.html":{}}}],["src/app/pages/home/home.component.ts:17",{"_index":1204,"title":{},"body":{"components/HomeComponent.html":{}}}],["src/app/pages/kind/kind.component.ts",{"_index":1220,"title":{},"body":{"components/KindComponent.html":{},"coverage.html":{}}}],["src/app/pages/kind/kind.component.ts:10",{"_index":1224,"title":{},"body":{"components/KindComponent.html":{}}}],["src/app/pages/kind/kind.component.ts:12",{"_index":1226,"title":{},"body":{"components/KindComponent.html":{}}}],["src/app/pages/kind/kind.component.ts:16",{"_index":1225,"title":{},"body":{"components/KindComponent.html":{}}}],["src/app/pages/password/password.component.ts",{"_index":1345,"title":{},"body":{"components/PasswordComponent.html":{},"coverage.html":{}}}],["src/app/pages/password/password.component.ts:10",{"_index":1348,"title":{},"body":{"components/PasswordComponent.html":{}}}],["src/app/pages/password/password.component.ts:12",{"_index":1350,"title":{},"body":{"components/PasswordComponent.html":{}}}],["src/app/pages/password/password.component.ts:16",{"_index":1349,"title":{},"body":{"components/PasswordComponent.html":{}}}],["src/app/pages/pictures/pictures.component.ts",{"_index":1356,"title":{},"body":{"components/PicturesComponent.html":{},"coverage.html":{}}}],["src/app/pages/pictures/pictures.component.ts:10",{"_index":1360,"title":{},"body":{"components/PicturesComponent.html":{}}}],["src/app/pages/pictures/pictures.component.ts:12",{"_index":1362,"title":{},"body":{"components/PicturesComponent.html":{}}}],["src/app/pages/pictures/pictures.component.ts:16",{"_index":1361,"title":{},"body":{"components/PicturesComponent.html":{}}}],["src/app/pages/poll",{"_index":1404,"title":{},"body":{"components/PollDisplayComponent.html":{},"coverage.html":{}}}],["src/app/pages/resume/resume.component.ts",{"_index":1580,"title":{},"body":{"components/ResumeComponent.html":{},"coverage.html":{}}}],["src/app/pages/resume/resume.component.ts:11",{"_index":1584,"title":{},"body":{"components/ResumeComponent.html":{}}}],["src/app/pages/resume/resume.component.ts:13",{"_index":1585,"title":{},"body":{"components/ResumeComponent.html":{}}}],["src/app/pages/visibility/visibility.component.ts",{"_index":1604,"title":{},"body":{"components/VisibilityComponent.html":{},"coverage.html":{}}}],["src/app/pages/visibility/visibility.component.ts:13",{"_index":1615,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["src/app/pages/visibility/visibility.component.ts:14",{"_index":1613,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["src/app/pages/visibility/visibility.component.ts:15",{"_index":1610,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["src/app/pages/visibility/visibility.component.ts:17",{"_index":1614,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["src/app/pages/visibility/visibility.component.ts:18",{"_index":1616,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["src/app/pages/visibility/visibility.component.ts:22",{"_index":1611,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["src/app/pages/visibility/visibility.component.ts:27",{"_index":1612,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["src/app/pages/voting/choices",{"_index":633,"title":{},"body":{"components/ChoicesListComponent.html":{},"coverage.html":{}}}],["src/app/pages/voting/comments",{"_index":649,"title":{},"body":{"components/CommentsListComponent.html":{},"coverage.html":{}}}],["src/app/pages/voting/voting",{"_index":1638,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{}}}],["src/app/pages/voting/voting.component.ts",{"_index":1784,"title":{},"body":{"components/VotingComponent.html":{},"coverage.html":{}}}],["src/app/pages/voting/voting.component.ts:13",{"_index":1789,"title":{},"body":{"components/VotingComponent.html":{}}}],["src/app/pages/voting/voting.component.ts:9",{"_index":1788,"title":{},"body":{"components/VotingComponent.html":{}}}],["src/app/poll",{"_index":1449,"title":{},"body":{"components/PollGraphicComponent.html":{},"coverage.html":{}}}],["src/app/services/config.service.ts",{"_index":1938,"title":{},"body":{"coverage.html":{}}}],["src/app/services/poll.service.ts",{"_index":1522,"title":{},"body":{"injectables/PollService.html":{},"coverage.html":{}}}],["src/app/services/poll.service.ts:9",{"_index":1524,"title":{},"body":{"injectables/PollService.html":{}}}],["src/app/ui/copy",{"_index":654,"title":{},"body":{"components/CopyTextComponent.html":{},"coverage.html":{}}}],["src/app/ui/directives/resettable",{"_index":1576,"title":{},"body":{"directives/ResettableInputDirective.html":{},"coverage.html":{}}}],["src/app/ui/erasable",{"_index":1178,"title":{},"body":{"components/ErasableInputComponent.html":{},"coverage.html":{}}}],["src/app/ui/navigation/navigation.component.ts",{"_index":1313,"title":{},"body":{"components/NavigationComponent.html":{},"coverage.html":{}}}],["src/app/ui/navigation/navigation.component.ts:14",{"_index":1318,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/app/ui/navigation/navigation.component.ts:16",{"_index":1321,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/app/ui/navigation/navigation.component.ts:17",{"_index":1322,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/app/ui/navigation/navigation.component.ts:22",{"_index":1320,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/app/ui/navigation/navigation.component.ts:26",{"_index":1319,"title":{},"body":{"components/NavigationComponent.html":{}}}],["src/app/ui/selector/selector.component.ts",{"_index":1214,"title":{},"body":{"interfaces/Item.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"coverage.html":{}}}],["src/app/ui/selector/selector.component.ts:22",{"_index":1601,"title":{},"body":{"components/SelectorComponent.html":{}}}],["src/app/ui/selector/selector.component.ts:27",{"_index":1602,"title":{},"body":{"components/SelectorComponent.html":{}}}],["src/environments/environment.prod.ts",{"_index":1943,"title":{},"body":{"coverage.html":{}}}],["src/environments/environment.ts",{"_index":1944,"title":{},"body":{"coverage.html":{}}}],["src/stories/0",{"_index":1949,"title":{},"body":{"coverage.html":{}}}],["src/stories/1",{"_index":1952,"title":{},"body":{"coverage.html":{}}}],["src/test.ts",{"_index":1957,"title":{},"body":{"coverage.html":{}}}],["stack",{"_index":817,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"components/PollGraphicComponent.html":{}}}],["start",{"_index":987,"title":{},"body":{"components/DatesComponent.html":{}}}],["startdateinterval",{"_index":975,"title":{},"body":{"components/DatesComponent.html":{}}}],["started",{"_index":2007,"title":{"index.html":{}},"body":{}}],["state",{"_index":624,"title":{},"body":{"components/BaseComponent.html":{}}}],["statements",{"_index":1897,"title":{},"body":{"coverage.html":{}}}],["static",{"_index":1737,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["step",{"_index":365,"title":{},"body":{"components/AppComponent.html":{},"interfaces/DateOption.html":{},"components/NavigationComponent.html":{},"classes/PollConfig.html":{}}}],["step/answers",{"_index":1206,"title":{},"body":{"components/HomeComponent.html":{}}}],["stepmax",{"_index":772,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["store",{"_index":1433,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["stored",{"_index":2026,"title":{},"body":{"index.html":{}}}],["str",{"_index":896,"title":{},"body":{"injectables/DateUtilities.html":{},"components/EndConfirmationComponent.html":{},"injectables/PollUtilities.html":{}}}],["str.replace(/^\\s+|\\s+$/g",{"_index":1566,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["str.tolowercase",{"_index":1568,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["string",{"_index":392,"title":{},"body":{"components/AppComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"components/PollGraphicComponent.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"interfaces/TimeSlices.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["strings",{"_index":855,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["style",{"_index":1764,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["styles",{"_index":6,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["styleurls",{"_index":17,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["sub",{"_index":1769,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["submit",{"_index":643,"title":{},"body":{"components/ChoicesListComponent.html":{}}}],["submitcreationandgotoend",{"_index":1609,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["success",{"_index":667,"title":{},"body":{"components/CopyTextComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"coverage.html":{}}}],["suivant",{"_index":1811,"title":{},"body":{"components/VotingComponent.html":{}}}],["summary",{"_index":204,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["summary.component",{"_index":520,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["summary.component.html",{"_index":1832,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["summary.component.scss",{"_index":1831,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["summary.component.ts",{"_index":1830,"title":{},"body":{"components/VotingSummaryComponent.html":{},"coverage.html":{}}}],["summary.component.ts:12",{"_index":1844,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["summary.component.ts:13",{"_index":1845,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["summary.component.ts:15",{"_index":1836,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["summary.component.ts:17",{"_index":1843,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["summary.component.ts:21",{"_index":1842,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["summary.component.ts:30",{"_index":1840,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["summary.component.ts:37",{"_index":1837,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["summary/voting",{"_index":519,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{}}}],["super(config",{"_index":275,"title":{},"body":{"components/AnswersComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/ResumeComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingGraphComponent.html":{}}}],["support",{"_index":2049,"title":{},"body":{"modules.html":{}}}],["supprim",{"_index":1162,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["sur",{"_index":1172,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["surskit",{"_index":1798,"title":{},"body":{"components/VotingComponent.html":{}}}],["svg",{"_index":2050,"title":{},"body":{"modules.html":{}}}],["swap",{"_index":1570,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["switch",{"_index":1507,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["switchlanguage",{"_index":371,"title":{},"body":{"components/AppComponent.html":{}}}],["switchlanguage(language",{"_index":391,"title":{},"body":{"components/AppComponent.html":{}}}],["syntaxe",{"_index":331,"title":{},"body":{"components/AnswersComponent.html":{}}}],["t",{"_index":1055,"title":{},"body":{"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{},"components/VotingComponent.html":{}}}],["tab",{"_index":442,"title":{},"body":{"components/AppComponent.html":{}}}],["tab[2",{"_index":444,"title":{},"body":{"components/AppComponent.html":{}}}],["table",{"_index":1961,"title":{},"body":{"coverage.html":{}}}],["tablesort(document.getelementbyid('coverage",{"_index":1960,"title":{},"body":{"coverage.html":{}}}],["takes",{"_index":1645,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["tape",{"_index":1109,"title":{},"body":{"components/DebuggerComponent.html":{},"components/KindComponent.html":{}}}],["tbody",{"_index":1889,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["td",{"_index":1890,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["template",{"_index":5,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["templateurl",{"_index":19,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["test",{"_index":2035,"title":{},"body":{"index.html":{}}}],["testondemo",{"_index":1948,"title":{},"body":{"coverage.html":{}}}],["tests",{"_index":2034,"title":{},"body":{"index.html":{}}}],["text",{"_index":296,"title":{},"body":{"components/AnswersComponent.html":{},"components/CopyTextComponent.html":{},"interfaces/DateChoice.html":{},"components/NavigationComponent.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{},"components/VotingChoiceComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{}}}],["text'},{'name",{"_index":155,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["text.component",{"_index":573,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["text.component.html",{"_index":657,"title":{},"body":{"components/CopyTextComponent.html":{}}}],["text.component.scss",{"_index":656,"title":{},"body":{"components/CopyTextComponent.html":{}}}],["text.component.ts",{"_index":655,"title":{},"body":{"components/CopyTextComponent.html":{},"coverage.html":{}}}],["text.component.ts:10",{"_index":661,"title":{},"body":{"components/CopyTextComponent.html":{}}}],["text.component.ts:15",{"_index":663,"title":{},"body":{"components/CopyTextComponent.html":{}}}],["text.component.ts:18",{"_index":662,"title":{},"body":{"components/CopyTextComponent.html":{}}}],["text/copy",{"_index":572,"title":{},"body":{"modules/AppModule.html":{},"components/CopyTextComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"coverage.html":{}}}],["textarea",{"_index":105,"title":{},"body":{"components/AdminComponent.html":{},"components/KindComponent.html":{}}}],["texte",{"_index":668,"title":{},"body":{"components/CopyTextComponent.html":{}}}],["texttocopy",{"_index":659,"title":{},"body":{"components/CopyTextComponent.html":{}}}],["thead",{"_index":1887,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["this._renderer.setproperty(this._elementref.nativeelement",{"_index":958,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["this.activeroute.parammap.subscribe(params",{"_index":1420,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["this.activeroute.snapshot.params.poll",{"_index":1429,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["this.activeroute.snapshot.params.pollslug",{"_index":1430,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["this.allanswersarevalid",{"_index":285,"title":{},"body":{"components/AnswersComponent.html":{}}}],["this.answerlist",{"_index":276,"title":{},"body":{"components/AnswersComponent.html":{}}}],["this.cd.detectchanges",{"_index":302,"title":{},"body":{"components/AnswersComponent.html":{},"components/DatesComponent.html":{}}}],["this.checkvalidanswers",{"_index":284,"title":{},"body":{"components/AnswersComponent.html":{}}}],["this.checkvalidity",{"_index":1323,"title":{},"body":{"components/NavigationComponent.html":{}}}],["this.choice.answer",{"_index":1659,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["this.computepreferred",{"_index":1846,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["this.config.adddaystodate(this.config.expiracydatedefaultindays",{"_index":1621,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["this.config.answers",{"_index":277,"title":{},"body":{"components/AnswersComponent.html":{}}}],["this.config.answers.foreach(answer",{"_index":287,"title":{},"body":{"components/AnswersComponent.html":{}}}],["this.config.answers.length",{"_index":294,"title":{},"body":{"components/AnswersComponent.html":{}}}],["this.config.answers.push",{"_index":292,"title":{},"body":{"components/AnswersComponent.html":{}}}],["this.config.answers.splice(i",{"_index":319,"title":{},"body":{"components/AnswersComponent.html":{}}}],["this.config.createpoll",{"_index":1623,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["this.config.currentpoll",{"_index":1432,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["this.config.customurl",{"_index":1618,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["this.config.datelist",{"_index":1047,"title":{},"body":{"components/DatesComponent.html":{}}}],["this.config.datelist.foreach(element",{"_index":1037,"title":{},"body":{"components/DatesComponent.html":{}}}],["this.config.datelist.length",{"_index":1027,"title":{},"body":{"components/DatesComponent.html":{}}}],["this.config.datelist.push",{"_index":1023,"title":{},"body":{"components/DatesComponent.html":{}}}],["this.config.expirationdate",{"_index":1620,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["this.config.fetchpollfromroute(event",{"_index":428,"title":{},"body":{"components/AppComponent.html":{}}}],["this.config.findpollsbyemail(email",{"_index":689,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["this.config.getpollbyid(id).subscribe",{"_index":1435,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["this.config.getpollbyurl(pollslug).subscribe",{"_index":1443,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["this.config.handleerror(e",{"_index":1442,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["this.config.handleerror({message",{"_index":1104,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["this.config.loading",{"_index":1426,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["this.config.myemail",{"_index":1136,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["this.config.mytempvotestack",{"_index":1660,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["this.config.pollid",{"_index":1422,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["this.config.pollslug",{"_index":1424,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["this.config.step",{"_index":1324,"title":{},"body":{"components/NavigationComponent.html":{}}}],["this.config.timelist",{"_index":1032,"title":{},"body":{"components/DatesComponent.html":{}}}],["this.config.timelist.foreach(element",{"_index":1041,"title":{},"body":{"components/DatesComponent.html":{}}}],["this.config.timelist.push",{"_index":1031,"title":{},"body":{"components/DatesComponent.html":{}}}],["this.config.todo",{"_index":627,"title":{},"body":{"components/BaseComponent.html":{}}}],["this.config.updatecurrentpollfromresponse(res",{"_index":1438,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["this.config[key",{"_index":1103,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["this.currentlang",{"_index":430,"title":{},"body":{"components/AppComponent.html":{}}}],["this.datelist[this.nbpoll",{"_index":1514,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["this.dateutilities.adddaystodate(this.intervaldaysdefault",{"_index":1021,"title":{},"body":{"components/DatesComponent.html":{}}}],["this.dateutilities.daydiff(this.enddateinterval",{"_index":1014,"title":{},"body":{"components/DatesComponent.html":{}}}],["this.dateutilities.getdatesinrange(this.startdateinterval",{"_index":1043,"title":{},"body":{"components/DatesComponent.html":{}}}],["this.detectcurrenttabonroutechange",{"_index":421,"title":{},"body":{"components/AppComponent.html":{}}}],["this.document.documentelement.scrolltop",{"_index":440,"title":{},"body":{"components/AppComponent.html":{}}}],["this.document.queryselector(selector",{"_index":1029,"title":{},"body":{"components/DatesComponent.html":{}}}],["this.document.queryselectorall('.answers",{"_index":312,"title":{},"body":{"components/AnswersComponent.html":{}}}],["this.el.nativeelement.blur",{"_index":1663,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["this.enddateinterval",{"_index":1011,"title":{},"body":{"components/DatesComponent.html":{}}}],["this.fetchpoll",{"_index":1427,"title":{},"body":{"components/PollDisplayComponent.html":{}}}],["this.findmypollsbyemail('tktest@tktest.com",{"_index":688,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["this.focusonanswer(0",{"_index":290,"title":{},"body":{"components/AnswersComponent.html":{}}}],["this.focusonanswer(i",{"_index":322,"title":{},"body":{"components/AnswersComponent.html":{}}}],["this.focusonanswer(this.config.answers.length",{"_index":309,"title":{},"body":{"components/AnswersComponent.html":{}}}],["this.formatdataanswers(this.graphicconfig",{"_index":1489,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["this.initpollcounter",{"_index":1505,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["this.inputmodelchange.emit",{"_index":1192,"title":{},"body":{"components/ErasableInputComponent.html":{}}}],["this.intervaldays",{"_index":1013,"title":{},"body":{"components/DatesComponent.html":{}}}],["this.iscolorblind",{"_index":1490,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["this.langsavailable",{"_index":432,"title":{},"body":{"components/AppComponent.html":{}}}],["this.langsavailable[newindex",{"_index":437,"title":{},"body":{"components/AppComponent.html":{}}}],["this.loadedmypolls",{"_index":690,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["this.mailtorecieve",{"_index":1135,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["this.maybelist",{"_index":1501,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["this.maybelist[this.nbpoll",{"_index":1511,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["this.menuvisible",{"_index":439,"title":{},"body":{"components/AppComponent.html":{}}}],["this.messageservice.add",{"_index":665,"title":{},"body":{"components/CopyTextComponent.html":{},"components/DatesComponent.html":{},"components/EndConfirmationComponent.html":{}}}],["this.nbpoll",{"_index":1513,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["this.nolist",{"_index":1503,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["this.nolist[this.nbpoll",{"_index":1512,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["this.onchange",{"_index":960,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["this.ontouched",{"_index":961,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["this.poll",{"_index":1653,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["this.poll.allowedanswers",{"_index":1654,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["this.poll.allowedanswers.length",{"_index":1656,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["this.pollconfig.choices",{"_index":1848,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["this.pollconfig.choices[2].id",{"_index":1854,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["this.pollconfig.choices_count",{"_index":1849,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["this.pollconfig.choices_count.counts",{"_index":1850,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["this.pollconfig.choices_count.counts[10",{"_index":1852,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["this.pollconfig.choices_count.counts[item].choice_text",{"_index":1868,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["this.pollconfig.choices_count.counts[item].score",{"_index":1865,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["this.pollconfig.choices_count.counts[this.pollconfig.choices[2].id].score",{"_index":1856,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["this.pollconfig.choices_count.maxscore",{"_index":1863,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["this.pollconfigretrieved",{"_index":1491,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["this.pollconfigretrieved.choices.map(choice",{"_index":1494,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["this.preferred",{"_index":1860,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["this.preferred.length",{"_index":1866,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["this.route.events.pipe(filter(event",{"_index":423,"title":{},"body":{"components/AppComponent.html":{}}}],["this.route.events.subscribe((event",{"_index":422,"title":{},"body":{"components/AppComponent.html":{}}}],["this.scrollgototop",{"_index":426,"title":{},"body":{"components/AppComponent.html":{}}}],["this.severalpreferred",{"_index":1861,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["this.showdateinterval",{"_index":1052,"title":{},"body":{"components/DatesComponent.html":{}}}],["this.simpleanswer",{"_index":1655,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["this.startdateinterval",{"_index":1012,"title":{},"body":{"components/DatesComponent.html":{}}}],["this.startdateinterval)).tofixed(0",{"_index":1015,"title":{},"body":{"components/DatesComponent.html":{}}}],["this.step",{"_index":445,"title":{},"body":{"components/AppComponent.html":{}}}],["this.texttocopy",{"_index":671,"title":{},"body":{"components/CopyTextComponent.html":{}}}],["this.translate.setdefaultlang(this.currentlang",{"_index":420,"title":{},"body":{"components/AppComponent.html":{}}}],["this.translate.use(language",{"_index":429,"title":{},"body":{"components/AppComponent.html":{}}}],["this.translate.use(this.currentlang",{"_index":438,"title":{},"body":{"components/AppComponent.html":{}}}],["this.updatecurrenttab(event",{"_index":427,"title":{},"body":{"components/AppComponent.html":{}}}],["this.utils.makeslug(this.config",{"_index":1619,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["this.yeslist",{"_index":1499,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["this.yeslist[this.nbpoll",{"_index":1510,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["time",{"_index":857,"title":{},"body":{"interfaces/DateOption.html":{},"components/DatesComponent.html":{},"classes/PollConfig.html":{},"components/ResumeComponent.html":{},"index.html":{}}}],["time.literal",{"_index":1592,"title":{},"body":{"components/ResumeComponent.html":{}}}],["timelist",{"_index":301,"title":{},"body":{"components/AnswersComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"components/DatesComponent.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"interfaces/TimeSlices.html":{}}}],["times",{"_index":1084,"title":{},"body":{"components/DatesComponent.html":{}}}],["timeslices",{"_index":721,"title":{"interfaces/TimeSlices.html":{}},"body":{"interfaces/DateChoice.html":{},"interfaces/PollAnswer.html":{},"interfaces/TimeSlices.html":{},"coverage.html":{}}}],["title",{"_index":366,"title":{},"body":{"components/AppComponent.html":{},"interfaces/DateOption.html":{},"components/DatesComponent.html":{},"classes/PollConfig.html":{}}}],["titre",{"_index":775,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["tktest@tktest.com",{"_index":786,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["toast",{"_index":1117,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["toaster",{"_index":1989,"title":{},"body":{"dependencies.html":{}}}],["toastmodule",{"_index":545,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["todo",{"_index":278,"title":{},"body":{"components/AnswersComponent.html":{},"components/BaseComponent.html":{},"components/ErasableInputComponent.html":{}}}],["togglable",{"_index":1644,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["toggle",{"_index":1658,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["togglecolorblind",{"_index":1464,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["togglemenu",{"_index":372,"title":{},"body":{"components/AppComponent.html":{}}}],["tooltip",{"_index":1756,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["top",{"_index":114,"title":{},"body":{"components/AdminComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["tostorybook",{"_index":1951,"title":{},"body":{"coverage.html":{}}}],["toujours",{"_index":1150,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["tous",{"_index":1153,"title":{},"body":{"components/EndConfirmationComponent.html":{},"components/KindComponent.html":{}}}],["trackfunction",{"_index":232,"title":{},"body":{"components/AnswersComponent.html":{},"components/CreateOrRetrieveComponent.html":{}}}],["trackfunction(index",{"_index":253,"title":{},"body":{"components/AnswersComponent.html":{},"components/CreateOrRetrieveComponent.html":{}}}],["transform",{"_index":1722,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["translate",{"_index":379,"title":{},"body":{"components/AppComponent.html":{},"components/CopyTextComponent.html":{},"components/PollGraphicComponent.html":{}}}],["translate/core",{"_index":412,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"dependencies.html":{}}}],["translate/http",{"_index":536,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{},"dependencies.html":{}}}],["translatehttploader",{"_index":535,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["translatehttploader(http",{"_index":587,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["translateloader",{"_index":533,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["translatemodule",{"_index":534,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["translatemodule.forroot",{"_index":589,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["translateservice",{"_index":375,"title":{},"body":{"components/AppComponent.html":{},"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["translatex",{"_index":1759,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["translation",{"_index":417,"title":{},"body":{"components/AppComponent.html":{}}}],["transparent",{"_index":1711,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["tre",{"_index":1171,"title":{},"body":{"components/EndConfirmationComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["tree",{"_index":8,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["trim",{"_index":1567,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["trop",{"_index":781,"title":{},"body":{"interfaces/DateOption.html":{},"components/KindComponent.html":{},"classes/PollConfig.html":{}}}],["trouvés",{"_index":698,"title":{},"body":{"components/CreateOrRetrieveComponent.html":{}}}],["true",{"_index":286,"title":{},"body":{"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"components/BaseComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateOption.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["tslib",{"_index":2000,"title":{},"body":{"dependencies.html":{}}}],["two",{"_index":882,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["txt",{"_index":1729,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["type",{"_index":35,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"injectables/DateUtilities.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollService.html":{},"injectables/PollUtilities.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"interfaces/TimeSlices.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{}}}],["type)::before",{"_index":1341,"title":{},"body":{"components/NavigationComponent.html":{}}}],["ui/copy",{"_index":571,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["ui/directives/resettable",{"_index":557,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["ui/erasable",{"_index":561,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["ui/navigation/navigation.component",{"_index":496,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["ui/selector/selector.component",{"_index":541,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["ul",{"_index":1763,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["un",{"_index":652,"title":{},"body":{"components/CommentsListComponent.html":{},"components/KindComponent.html":{},"components/PasswordComponent.html":{}}}],["une",{"_index":342,"title":{},"body":{"components/AnswersComponent.html":{}}}],["uniq",{"_index":1542,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["unique",{"_index":833,"title":{},"body":{"interfaces/DateOption.html":{},"components/DatesComponent.html":{},"classes/PollConfig.html":{},"injectables/PollUtilities.html":{}}}],["unit",{"_index":2033,"title":{},"body":{"index.html":{}}}],["unordered",{"_index":1277,"title":{},"body":{"components/KindComponent.html":{}}}],["update",{"_index":818,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["updatecurrenttab",{"_index":373,"title":{},"body":{"components/AppComponent.html":{}}}],["updatecurrenttab(event",{"_index":396,"title":{},"body":{"components/AppComponent.html":{}}}],["url",{"_index":297,"title":{},"body":{"components/AnswersComponent.html":{},"interfaces/DateChoice.html":{},"interfaces/DateOption.html":{},"interfaces/PollAnswer.html":{},"classes/PollConfig.html":{},"injectables/PollUtilities.html":{},"interfaces/TimeSlices.html":{}}}],["urladmin",{"_index":839,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["urlpublic",{"_index":836,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["urlslugpublic",{"_index":835,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["use",{"_index":799,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"index.html":{}}}],["useclass",{"_index":591,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["used",{"_index":887,"title":{},"body":{"injectables/DateUtilities.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{}}}],["usedefaultlang",{"_index":592,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["useexisting",{"_index":943,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["usefactory",{"_index":593,"title":{},"body":{"modules/AppModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["useful",{"_index":1282,"title":{},"body":{"components/KindComponent.html":{}}}],["usehash",{"_index":597,"title":{},"body":{"modules/AppModule.html":{},"modules/AppRoutingModule.html":{},"classes/MyMissingTranslationHandler.html":{}}}],["user",{"_index":367,"title":{},"body":{"components/AppComponent.html":{}}}],["usevalueasdate",{"_index":912,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["usevalueasdate]'},{'name",{"_index":207,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["using",{"_index":2041,"title":{},"body":{"index.html":{}}}],["ut",{"_index":1269,"title":{},"body":{"components/KindComponent.html":{}}}],["utf",{"_index":457,"title":{},"body":{"components/AppComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{}}}],["utiliser",{"_index":329,"title":{},"body":{"components/AnswersComponent.html":{}}}],["utils",{"_index":1547,"title":{},"body":{"injectables/PollUtilities.html":{},"components/VisibilityComponent.html":{}}}],["v",{"_index":1558,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["v.tostring(16",{"_index":1561,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["val",{"_index":1100,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["validation",{"_index":280,"title":{},"body":{"components/AnswersComponent.html":{}}}],["valide",{"_index":1114,"title":{},"body":{"components/DebuggerComponent.html":{}}}],["validée",{"_index":1802,"title":{},"body":{"components/VotingComponent.html":{}}}],["value",{"_index":263,"title":{},"body":{"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/CreateOrRetrieveComponent.html":{},"directives/DateValueAccessor.html":{},"modules/DateValueAccessorModule.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/HomeComponent.html":{},"interfaces/Item.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollService.html":{},"directives/ResettableInputDirective.html":{},"components/SelectorComponent.html":{},"interfaces/SelectorConfig.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"dependencies.html":{}}}],["valueasdate",{"_index":959,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["var",{"_index":135,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"injectables/PollUtilities.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["variable",{"_index":1906,"title":{},"body":{"coverage.html":{}}}],["variables",{"_index":1692,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["vero",{"_index":1263,"title":{},"body":{"components/KindComponent.html":{}}}],["version",{"_index":953,"title":{},"body":{"directives/DateValueAccessor.html":{},"index.html":{}}}],["vertical",{"_index":1753,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["via",{"_index":2037,"title":{},"body":{"index.html":{}}}],["view",{"_index":304,"title":{},"body":{"components/AnswersComponent.html":{}}}],["visibilit",{"_index":1326,"title":{},"body":{"components/NavigationComponent.html":{}}}],["visibility",{"_index":803,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"components/VisibilityComponent.html":{}}}],["visibility'},{'name",{"_index":192,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["visibility.access\"|translate",{"_index":75,"title":{},"body":{"components/AdminComponent.html":{},"components/VisibilityComponent.html":{}}}],["visibility.access_instructions\"|translate",{"_index":1631,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["visibility.access_protect\"|translate",{"_index":79,"title":{},"body":{"components/AdminComponent.html":{},"components/VisibilityComponent.html":{}}}],["visibility.access_url\"|translate",{"_index":1629,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["visibility.access_url_key\"|translate",{"_index":1630,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["visibility.access_want\"|translate",{"_index":1634,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["visibility.access_want_no\"|translate",{"_index":78,"title":{},"body":{"components/AdminComponent.html":{},"components/VisibilityComponent.html":{}}}],["visibility.access_want_yes\"|translate",{"_index":77,"title":{},"body":{"components/AdminComponent.html":{},"components/VisibilityComponent.html":{}}}],["visibility.archiving\"|translate",{"_index":61,"title":{},"body":{"components/AdminComponent.html":{},"components/VisibilityComponent.html":{}}}],["visibility.archiving_can\"|translate",{"_index":63,"title":{},"body":{"components/AdminComponent.html":{},"components/VisibilityComponent.html":{}}}],["visibility.archiving_can_not\"|translate",{"_index":64,"title":{},"body":{"components/AdminComponent.html":{},"components/VisibilityComponent.html":{}}}],["visibility.archiving_end\"|translate",{"_index":65,"title":{},"body":{"components/AdminComponent.html":{},"components/VisibilityComponent.html":{}}}],["visibility.archiving_start\"|translate",{"_index":62,"title":{},"body":{"components/AdminComponent.html":{},"components/VisibilityComponent.html":{}}}],["visibility.component.html",{"_index":1606,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["visibility.component.scss",{"_index":1605,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["visibility.modfiy_everyone\"|translate",{"_index":67,"title":{},"body":{"components/AdminComponent.html":{},"components/VisibilityComponent.html":{}}}],["visibility.modfiy_their\"|translate",{"_index":66,"title":{},"body":{"components/AdminComponent.html":{},"components/VisibilityComponent.html":{}}}],["visibility.see_pass\"|translate",{"_index":1635,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["visibility.title\"|translate",{"_index":55,"title":{},"body":{"components/AdminComponent.html":{},"components/VisibilityComponent.html":{}}}],["visibility.top_txt\"|translate",{"_index":1624,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["visibility.validate_btn\"|translate",{"_index":1636,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["visibility.visibility_link\"|translate",{"_index":57,"title":{},"body":{"components/AdminComponent.html":{},"components/VisibilityComponent.html":{}}}],["visibility.visibility_nobody\"|translate",{"_index":58,"title":{},"body":{"components/AdminComponent.html":{},"components/VisibilityComponent.html":{}}}],["visibility.visibility_see\"|translate",{"_index":59,"title":{},"body":{"components/AdminComponent.html":{},"components/VisibilityComponent.html":{}}}],["visibility.visibility_want\"|translate",{"_index":56,"title":{},"body":{"components/AdminComponent.html":{},"components/VisibilityComponent.html":{}}}],["visibility.votes\"|translate",{"_index":60,"title":{},"body":{"components/AdminComponent.html":{},"components/VisibilityComponent.html":{}}}],["visibility.votes_possible\"|translate",{"_index":1625,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["visibility.votes_possible_full\"|translate",{"_index":1628,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["visibility.votes_possible_normal\"|translate",{"_index":1627,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["visibility.votes_possible_single\"|translate",{"_index":1626,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["visibilitycomponent",{"_index":191,"title":{"components/VisibilityComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["visible",{"_index":805,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["voici",{"_index":1142,"title":{},"body":{"components/EndConfirmationComponent.html":{}}}],["void",{"_index":39,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"directives/DateValueAccessor.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"classes/PollConfig.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["voir",{"_index":1157,"title":{},"body":{"components/EndConfirmationComponent.html":{},"components/VotingComponent.html":{}}}],["votants",{"_index":1873,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["vote",{"_index":810,"title":{},"body":{"interfaces/DateOption.html":{},"components/DebuggerComponent.html":{},"components/KindComponent.html":{},"classes/PollConfig.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingComponent.html":{}}}],["vote.ts",{"_index":1920,"title":{},"body":{"coverage.html":{}}}],["vote/poll/slug",{"_index":1632,"title":{},"body":{"components/VisibilityComponent.html":{}}}],["votechoice",{"_index":1637,"title":{"interfaces/VoteChoice.html":{}},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"coverage.html":{}}}],["votechoices",{"_index":808,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["voted",{"_index":1292,"title":{},"body":{"components/KindComponent.html":{}}}],["votes",{"_index":1641,"title":{},"body":{"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["votestack",{"_index":644,"title":{},"body":{"components/ChoicesListComponent.html":{}}}],["votestack.pseudo",{"_index":1884,"title":{},"body":{"components/VotingSummaryComponent.html":{}}}],["votestackid",{"_index":816,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["voting",{"_index":194,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["voting'},{'name",{"_index":199,"title":{},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["voting.component.html",{"_index":1786,"title":{},"body":{"components/VotingComponent.html":{}}}],["voting.component.scss",{"_index":1785,"title":{},"body":{"components/VotingComponent.html":{}}}],["votingchoicecomponent",{"_index":193,"title":{"components/VotingChoiceComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["votingcommentcomponent",{"_index":196,"title":{"components/VotingCommentComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["votingcomponent",{"_index":198,"title":{"components/VotingComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["votinggraphcomponent",{"_index":200,"title":{"components/VotingGraphComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["votingnavigationcomponent",{"_index":202,"title":{"components/VotingNavigationComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["votingsummarycomponent",{"_index":203,"title":{"components/VotingSummaryComponent.html":{}},"body":{"components/AdminComponent.html":{},"components/AnswersComponent.html":{},"components/AppComponent.html":{},"modules/AppModule.html":{},"components/BaseComponent.html":{},"components/ChoicesListComponent.html":{},"components/CommentsListComponent.html":{},"components/CopyTextComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/DatesComponent.html":{},"components/DebuggerComponent.html":{},"components/EndConfirmationComponent.html":{},"components/ErasableInputComponent.html":{},"components/HeaderComponent.html":{},"components/HomeComponent.html":{},"components/KindComponent.html":{},"classes/MyMissingTranslationHandler.html":{},"components/NavigationComponent.html":{},"components/PasswordComponent.html":{},"components/PicturesComponent.html":{},"components/PollDisplayComponent.html":{},"components/PollGraphicComponent.html":{},"components/ResumeComponent.html":{},"components/SelectorComponent.html":{},"components/VisibilityComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingCommentComponent.html":{},"components/VotingComponent.html":{},"components/VotingGraphComponent.html":{},"components/VotingNavigationComponent.html":{},"components/VotingSummaryComponent.html":{},"coverage.html":{},"overview.html":{}}}],["votre",{"_index":650,"title":{},"body":{"components/CommentsListComponent.html":{},"components/EndConfirmationComponent.html":{},"components/VotingComponent.html":{}}}],["vous",{"_index":327,"title":{},"body":{"components/AnswersComponent.html":{},"components/EndConfirmationComponent.html":{},"components/PollDisplayComponent.html":{}}}],["voyons",{"_index":352,"title":{},"body":{"components/AnswersComponent.html":{}}}],["way",{"_index":283,"title":{},"body":{"components/AnswersComponent.html":{},"components/KindComponent.html":{}}}],["weight",{"_index":119,"title":{},"body":{"components/AdminComponent.html":{},"components/PasswordComponent.html":{},"components/VotingChoiceComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["welcome.stories.ts",{"_index":1950,"title":{},"body":{"coverage.html":{}}}],["white",{"_index":1343,"title":{},"body":{"components/NavigationComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["whocanchangeanswers",{"_index":852,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["whomodifiesanswers",{"_index":848,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["width",{"_index":127,"title":{},"body":{"components/AdminComponent.html":{},"components/AppComponent.html":{},"components/CreateOrRetrieveComponent.html":{},"components/NavigationComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["width:340px",{"_index":98,"title":{},"body":{"components/AdminComponent.html":{}}}],["withsomeemojiandaction",{"_index":1956,"title":{},"body":{"coverage.html":{}}}],["work",{"_index":1519,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["wouah",{"_index":780,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{}}}],["wrap",{"_index":101,"title":{},"body":{"components/AdminComponent.html":{},"components/VotingChoiceComponent.html":{}}}],["writevalue",{"_index":916,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["writevalue(value",{"_index":938,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["writing",{"_index":906,"title":{},"body":{"directives/DateValueAccessor.html":{}}}],["x",{"_index":349,"title":{},"body":{"components/AnswersComponent.html":{},"injectables/PollUtilities.html":{},"components/VotingChoiceComponent.html":{}}}],["xxxx",{"_index":1550,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["xxxxxxxx",{"_index":1549,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["xxxxxxxxxxxx'.replace(/[xy]/g",{"_index":1553,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["y",{"_index":1696,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["yes",{"_index":811,"title":{},"body":{"interfaces/DateOption.html":{},"classes/PollConfig.html":{},"components/PollGraphicComponent.html":{},"injectables/PollUtilities.html":{},"interfaces/VoteChoice.html":{},"components/VotingChoiceComponent.html":{},"components/VotingSummaryComponent.html":{}}}],["yeslist",{"_index":1461,"title":{},"body":{"components/PollGraphicComponent.html":{}}}],["yxxx",{"_index":1552,"title":{},"body":{"injectables/PollUtilities.html":{}}}],["yyyy",{"_index":888,"title":{},"body":{"injectables/DateUtilities.html":{}}}],["z",{"_index":1735,"title":{},"body":{"components/VotingChoiceComponent.html":{}}}],["zone.js",{"_index":2002,"title":{},"body":{"dependencies.html":{}}}],["zoom",{"_index":480,"title":{},"body":{"modules/AppModule.html":{},"modules/DateValueAccessorModule.html":{},"overview.html":{}}}]],"pipeline":["stemmer"]}, "store": {"components/AdminComponent.html":{"url":"components/AdminComponent.html","title":"component - AdminComponent","body":"\n \n\n\n\n\n\n Components\n AdminComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/admin/admin.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n framadate-admin\n \n\n \n styleUrls\n ./admin.component.scss\n \n\n\n\n \n templateUrl\n ./admin.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n config\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n ngOnInit\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(config: ConfigService)\n \n \n \n \n Defined in src/app/pages/admin/admin.component.ts:9\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n \n ConfigService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in src/app/pages/admin/admin.component.ts:14\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Public\n config\n \n \n \n \n \n \n Type : ConfigService\n\n \n \n \n \n Defined in src/app/pages/admin/admin.component.ts:11\n \n \n\n\n \n \n\n\n\n\n\n \n import {Component, OnInit} from '@angular/core';\nimport {ConfigService} from '../../services/config.service';\n\n@Component({\n selector: 'framadate-admin',\n templateUrl: './admin.component.html',\n styleUrls: ['./admin.component.scss']\n})\nexport class AdminComponent implements OnInit {\n\n constructor(public config: ConfigService) {\n }\n\n ngOnInit() {\n }\n\n}\n\n \n\n \n \n Nom du sondage\n\n \n {{\"admin.info_section_title\"|translate}}\n\n \n {{\"admin.choose_title\"|translate}}\n \n \n\n \n {{\"admin.description\"|translate}}\n \n \n\n \n {{\"creation.name\"|translate}}\n \n \n\n \n {{\"admin.settings_section_title\"|translate}}\n {{\"visibility.title\"|translate}}\n\n \n \n {{\"visibility.visibility_want\"|translate}}\n \n \n \n {{\"visibility.visibility_link\"|translate}}\n \n \n {{\"visibility.visibility_nobody\"|translate}}\n \n \n \n {{\"visibility.visibility_see\"|translate}}\n \n \n\n {{\"visibility.votes\"|translate}}\n \n \n {{\"visibility.archiving\"|translate}}\n \n \n \n \n \n {{\"visibility.archiving_start\"|translate}}\n \n \n \n {{\"visibility.archiving_can\"|translate}}\n \n \n {{\"visibility.archiving_can_not\"|translate}}\n \n \n \n {{\"visibility.archiving_end\"|translate}}\n \n \n \n {{\"visibility.modfiy_their\"|translate}}\n \n \n {{\"visibility.modfiy_everyone\"|translate}}\n \n \n \n\n \n {{\"admin.votes_deletion_desc\"|translate}}\n \n \n \n {{'admin.votes_deletion_btn'|translate}}\n \n\n {{\"admin.comments_deletion_title\"|translate}}\n \n {{\"admin.comments_deletion_desc\"|translate}}\n \n\n \n \n\n {{'admin.comments_deletion_btn'|translate}}\n \n\n {{\"admin.archiving_title\"|translate}}\n \n \n {{\"admin.archiving_desc\"|translate}}\n \n \n \n\n {{\"visibility.access\"|translate}}\n \n Je\n \n \n {{\"visibility.access_want_yes\"|translate}}\n \n \n {{\"visibility.access_want_no\"|translate}}\n \n \n \n {{\"visibility.access_protect\"|translate}}\n \n \n\n {{\"admin.deletion\"|translate}}\n {{\"admin.deletion_desc\"|translate}} \n \n\n \n {{\"admin.link\"|translate}}\n {{\"admin.link_admin\"|translate}}\n\n \n {{\"admin.link_admin_desc\"|translate}}\n https://framadate.org/urladmindusondage\n \n \n {{\"admin.link_admin_btn\"|translate}}\n\n {{\"admin.polled_people\"|translate}}\n \n {{\"admin.polled_people_desc\"|translate}}\n {{config.urlPublic}}\n \n {{\"admin.polled_people_btn\"|translate}}\n\n {{\"admin.email_links\"|translate}}\n {{\"admin.email_links_desc\"|translate}}\n \n \n\n\n\n\n \n\n \n \n ./admin.component.scss\n \n form{\n display:flex;\n flex-direction: column;\n width:340px;\nmargin:auto;\n}\n.row{\n flex-direction: row;\n flex-wrap: wrap;\n padding-bottom: 65px;\n}\ntextarea{\n height:115px;\n margin-bottom: 50px;\n}\nlabel{\n padding-bottom: 10px;\n flex-wrap: wrap;\n}\nh2,h1{\n margin-bottom: 40px;\n}\nh2{\n margin-top: 40px;\n padding-left:16px;\n}\n.btn--alert{\n font-weight: 600;\n}\nh3{\n padding-left: 28px;\n padding-bottom:15px;\n}\nselect,input[type=date]{\n max-width: 130px;\n}\n.btn--outline{\n margin-bottom: 70px;\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Nom du sondage {{\"admin.info_section_title\"|translate}} {{\"admin.choose_title\"|translate}} {{\"admin.description\"|translate}} {{\"creation.name\"|translate}} {{\"admin.settings_section_title\"|translate}} {{\"visibility.title\"|translate}} {{\"visibility.visibility_want\"|translate}} {{\"visibility.visibility_link\"|translate}} {{\"visibility.visibility_nobody\"|translate}} {{\"visibility.visibility_see\"|translate}} {{\"visibility.votes\"|translate}} {{\"visibility.archiving\"|translate}} {{\"visibility.archiving_start\"|translate}} {{\"visibility.archiving_can\"|translate}} {{\"visibility.archiving_can_not\"|translate}} {{\"visibility.archiving_end\"|translate}} {{\"visibility.modfiy_their\"|translate}} {{\"visibility.modfiy_everyone\"|translate}} {{\"admin.votes_deletion_desc\"|translate}} {{\\'admin.votes_deletion_btn\\'|translate}} {{\"admin.comments_deletion_title\"|translate}} {{\"admin.comments_deletion_desc\"|translate}} {{\\'admin.comments_deletion_btn\\'|translate}} {{\"admin.archiving_title\"|translate}} {{\"admin.archiving_desc\"|translate}} {{\"visibility.access\"|translate}} Je {{\"visibility.access_want_yes\"|translate}} {{\"visibility.access_want_no\"|translate}} {{\"visibility.access_protect\"|translate}} {{\"admin.deletion\"|translate}} {{\"admin.deletion_desc\"|translate}} {{\"admin.link\"|translate}} {{\"admin.link_admin\"|translate}} {{\"admin.link_admin_desc\"|translate}} https://framadate.org/urladmindusondage {{\"admin.link_admin_btn\"|translate}} {{\"admin.polled_people\"|translate}} {{\"admin.polled_people_desc\"|translate}} {{config.urlPublic}} {{\"admin.polled_people_btn\"|translate}} {{\"admin.email_links\"|translate}} {{\"admin.email_links_desc\"|translate}} '\n 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'}];\n var DIRECTIVES = [{'name': 'DateValueAccessor', 'selector': '[useValueAsDate]'},{'name': 'ResettableInputDirective', 'selector': '[framadateResettableInput]'}];\n var ACTUAL_COMPONENT = {'name': 'AdminComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/AnswersComponent.html":{"url":"components/AnswersComponent.html","title":"component - AnswersComponent","body":"\n \n\n\n\n\n\n Components\n AnswersComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/answers/answers.component.ts\n\n\n\n \n Extends\n \n \n BaseComponent\n \n\n \n Implements\n \n \n OnInit\n AfterViewInit\n OnChanges\n \n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n framadate-answers\n \n\n \n styleUrls\n ./answers.component.scss\n \n\n\n\n \n templateUrl\n ./answers.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n allAnswersAreValid\n \n \n answerList\n \n \n Public\n config\n \n \n currentHeader\n \n \n display\n \n \n Public\n config\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n addAnswer\n \n \n checkValidAnswers\n \n \n focusOnAnswer\n \n \n navigateOrDelete\n \n \n ngAfterViewInit\n \n \n ngOnChanges\n \n \n ngOnInit\n \n \n showModalForPictureOfAnswer\n \n \n trackFunction\n \n \n checkValidity\n \n \n displayErrorMessage\n \n \n ngOnInit\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(config: ConfigService, document: any, cd: ChangeDetectorRef)\n \n \n \n \n Defined in src/app/pages/answers/answers.component.ts:18\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n \n ConfigService\n \n \n \n No\n \n \n \n \n document\n \n \n any\n \n \n \n No\n \n \n \n \n cd\n \n \n ChangeDetectorRef\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n addAnswer\n \n \n \n \n \n \n \naddAnswer()\n \n \n\n\n \n \n Defined in src/app/pages/answers/answers.component.ts:55\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n checkValidAnswers\n \n \n \n \n \n \n \ncheckValidAnswers()\n \n \n\n\n \n \n Defined in src/app/pages/answers/answers.component.ts:36\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n focusOnAnswer\n \n \n \n \n \n \n \nfocusOnAnswer(i)\n \n \n\n\n \n \n Defined in src/app/pages/answers/answers.component.ts:70\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n i\n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n navigateOrDelete\n \n \n \n \n \n \n \nnavigateOrDelete(event: KeyboardEvent, i)\n \n \n\n\n \n \n Defined in src/app/pages/answers/answers.component.ts:81\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n event\n \n KeyboardEvent\n \n\n \n No\n \n\n\n \n \n i\n \n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ngAfterViewInit\n \n \n \n \n \n \n \nngAfterViewInit()\n \n \n\n\n \n \n Defined in src/app/pages/answers/answers.component.ts:46\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n ngOnChanges\n \n \n \n \n \n \n \nngOnChanges()\n \n \n\n\n \n \n Defined in src/app/pages/answers/answers.component.ts:31\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in src/app/pages/answers/answers.component.ts:28\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n showModalForPictureOfAnswer\n \n \n \n \n \n \n \nshowModalForPictureOfAnswer(answer)\n \n \n\n\n \n \n Defined in src/app/pages/answers/answers.component.ts:93\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n answer\n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n trackFunction\n \n \n \n \n \n \n \ntrackFunction(index: number, item: any)\n \n \n\n\n \n \n Defined in src/app/pages/answers/answers.component.ts:51\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n index\n \n number\n \n\n \n No\n \n\n\n \n \n item\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : number\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n checkValidity\n \n \n \n \n \n \n \ncheckValidity()\n \n \n\n\n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:21\n\n \n \n\n\n \n \n\n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n displayErrorMessage\n \n \n \n \n \n \n \ndisplayErrorMessage()\n \n \n\n\n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:27\n\n \n \n\n\n \n \n\n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:17\n\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n allAnswersAreValid\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in src/app/pages/answers/answers.component.ts:14\n \n \n\n\n \n \n \n \n \n \n \n \n \n answerList\n \n \n \n \n \n \n Type : []\n\n \n \n \n \n Default value : []\n \n \n \n \n Defined in src/app/pages/answers/answers.component.ts:16\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n config\n \n \n \n \n \n \n Type : ConfigService\n\n \n \n \n \n Defined in src/app/pages/answers/answers.component.ts:20\n \n \n\n\n \n \n \n \n \n \n \n \n \n currentHeader\n \n \n \n \n \n \n Type : any\n\n \n \n \n \n Default value : \"\"\n \n \n \n \n Defined in src/app/pages/answers/answers.component.ts:17\n \n \n\n\n \n \n \n \n \n \n \n \n \n display\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Defined in src/app/pages/answers/answers.component.ts:18\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n config\n \n \n \n \n \n \n Type : ConfigService\n\n \n \n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:14\n\n \n \n\n\n \n \n\n\n\n\n\n \n import {AfterViewInit, ChangeDetectorRef, Component, Inject, OnChanges, OnInit} from '@angular/core';\nimport {BaseComponent} from '../base-page/base.component';\nimport {ConfigService} from '../../services/config.service';\n\nimport {DOCUMENT} from '@angular/common';\n\n@Component({\n selector: 'framadate-answers',\n templateUrl: './answers.component.html',\n styleUrls: ['./answers.component.scss']\n})\nexport class AnswersComponent extends BaseComponent implements OnInit, AfterViewInit, OnChanges {\n\n allAnswersAreValid = false;\n\n answerList = [];\n currentHeader: any = \"\";\n display: boolean;\n\n constructor(public config: ConfigService,\n @Inject(DOCUMENT) private document: any,\n private cd: ChangeDetectorRef) {\n super(config);\n this.answerList = this.config.answers;\n }\n\n // todo, manage validation of each page in a common way\n ngOnInit() {\n }\n\n ngOnChanges() {\n\n this.checkValidAnswers();\n }\n\n checkValidAnswers() {\n this.allAnswersAreValid = true;\n this.config.answers.forEach(answer => {\n if (!answer.text.length) {\n this.allAnswersAreValid = false;\n return;\n }\n });\n }\n\n ngAfterViewInit() {\n this.focusOnAnswer(0);\n this.checkValidAnswers();\n }\n\n trackFunction(index: number, item: any): number {\n return item.id;\n }\n\n addAnswer() {\n this.config.answers.push(\n {\n id: this.config.answers.length + 1,\n text: '',\n url: '',\n file: '',\n literal: '',\n date_object: null,\n timeList: []\n });\n this.cd.detectChanges(); // to refresh the view before focusing on the new input\n this.focusOnAnswer(this.config.answers.length - 1)\n }\n\n focusOnAnswer(i) {\n const AnswersDomToFocus = this.document.querySelectorAll('.answers .answer');\n const dom = AnswersDomToFocus[i];\n if (dom.focus) {\n dom.focus();\n }\n if (dom.select) {\n dom.select();\n }\n }\n\n navigateOrDelete(event: KeyboardEvent, i) {\n if (event.ctrlKey && event.key == \"d\") {\n this.config.answers.splice(i, 1)\n }\n if (event.key == \"ArrowUp\" && i > 0) {\n this.focusOnAnswer(i - 1);\n }\n if (event.key == \"ArrowDown\" && i \n \n\n \n \n \n Choisir les propositions\n \n\n \n Vous pouvez utiliser la syntaxe markdown, et naviguer entre les inputs avec les flèches du clavier.\n \n\n \n \n \n \n \n \n\n \n \n \n \n {{answer.text}}\n \n\n \n \n Choisissez une URL pour illustrer le choix de réponse\n \n \n \n \n\n \n\n \n \n X\n \n \n \n\n \n \n Ajouter une proposition\n \n \n \n Voyons ce que ça donne\n \n \n \n Retour\n \n\n\n \n\n \n \n ./answers.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Choisir les propositions Vous pouvez utiliser la syntaxe markdown, et naviguer entre les inputs avec les flèches du clavier. {{answer.text}} Choisissez une URL pour illustrer le choix de réponse X Ajouter une proposition Voyons ce que ça donne Retour '\n 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'}];\n var DIRECTIVES = [{'name': 'DateValueAccessor', 'selector': '[useValueAsDate]'},{'name': 'ResettableInputDirective', 'selector': '[framadateResettableInput]'}];\n var ACTUAL_COMPONENT = {'name': 'AnswersComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/AppComponent.html":{"url":"components/AppComponent.html","title":"component - AppComponent","body":"\n \n\n\n\n\n\n Components\n AppComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/app.component.ts\n\n\n\n\n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n app-root\n \n\n \n styleUrls\n ./app.component.scss\n \n\n\n\n \n templateUrl\n ./app.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n currentLang\n \n \n langsAvailable\n \n \n menuVisible\n \n \n minutes\n \n \n step\n \n \n title\n \n \n user\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n changeLanguage\n \n \n detectCurrentTabOnRouteChange\n \n \n scrollGoToTop\n \n \n switchLanguage\n \n \n toggleMenu\n \n \n updateCurrentTab\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(translate: TranslateService, config: ConfigService, document, route: Router)\n \n \n \n \n Defined in src/app/app.component.ts:24\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n translate\n \n \n TranslateService\n \n \n \n No\n \n \n \n \n config\n \n \n ConfigService\n \n \n \n No\n \n \n \n \n document\n \n \n \n \n \n No\n \n \n \n \n route\n \n \n Router\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n changeLanguage\n \n \n \n \n \n \n \nchangeLanguage()\n \n \n\n\n \n \n Defined in src/app/app.component.ts:58\n \n \n\n\n \n \n set the next lang or loop to the first\nthis is to manage future languages available\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n detectCurrentTabOnRouteChange\n \n \n \n \n \n \n \ndetectCurrentTabOnRouteChange()\n \n \n\n\n \n \n Defined in src/app/app.component.ts:35\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n scrollGoToTop\n \n \n \n \n \n \n \nscrollGoToTop()\n \n \n\n\n \n \n Defined in src/app/app.component.ts:75\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n switchLanguage\n \n \n \n \n \n \n \nswitchLanguage(language: string)\n \n \n\n\n \n \n Defined in src/app/app.component.ts:49\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n language\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n toggleMenu\n \n \n \n \n \n \n \ntoggleMenu()\n \n \n\n\n \n \n Defined in src/app/app.component.ts:71\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n updateCurrentTab\n \n \n \n \n \n \n \nupdateCurrentTab(event)\n \n \n\n\n \n \n Defined in src/app/app.component.ts:79\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n event\n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n currentLang\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'fr'\n \n \n \n \n Defined in src/app/app.component.ts:14\n \n \n\n\n \n \n \n \n \n \n \n \n \n langsAvailable\n \n \n \n \n \n \n Type : []\n\n \n \n \n \n Default value : ['fr', 'en']\n \n \n \n \n Defined in src/app/app.component.ts:15\n \n \n\n\n \n \n \n \n \n \n \n \n \n menuVisible\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : true\n \n \n \n \n Defined in src/app/app.component.ts:23\n \n \n\n\n \n \n \n \n \n \n \n \n \n minutes\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 12\n \n \n \n \n Defined in src/app/app.component.ts:18\n \n \n\n\n \n \n \n \n \n \n \n \n \n step\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Defined in src/app/app.component.ts:24\n \n \n\n\n \n \n \n \n \n \n \n \n \n title\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'framadate'\n \n \n \n \n Defined in src/app/app.component.ts:16\n \n \n\n\n \n \n \n \n \n \n \n \n \n user\n \n \n \n \n \n \n Type : object\n\n \n \n \n \n Default value : {\n name: 'Arthur',\n age: 42\n }\n \n \n \n \n Defined in src/app/app.component.ts:19\n \n \n\n\n \n \n\n\n\n\n\n \n import {Component, Inject} from '@angular/core';\nimport {TranslateService} from '@ngx-translate/core';\nimport {NavigationStart, Router} from '@angular/router';\nimport {DOCUMENT} from \"@angular/common\";\nimport {filter} from \"rxjs/operators\";\nimport {ConfigService} from \"./services/config.service\";\n\n@Component({\n selector: 'app-root',\n templateUrl: './app.component.html',\n styleUrls: ['./app.component.scss']\n})\nexport class AppComponent {\n currentLang = 'fr';\n langsAvailable = ['fr', 'en'];\n title = 'framadate';\n //translation demo:\n minutes = 12;\n user = {\n name: 'Arthur',\n age: 42\n };\n menuVisible: boolean = true;\n step: string;\n\n constructor(private translate: TranslateService,\n private config : ConfigService,\n @Inject(DOCUMENT) private document,\n private route: Router) {\n this.translate.setDefaultLang(this.currentLang);\n this.detectCurrentTabOnRouteChange();\n\n }\n\n detectCurrentTabOnRouteChange() {\n this.route.events.subscribe((event: any) => {\n\n\n });\n this.route.events.pipe(filter(event => event instanceof NavigationStart)).subscribe((event:NavigationStart) => {\n this.scrollGoToTop();\n this.updateCurrentTab(event);\n // only if there is a poll ID\n this.config.fetchPollFromRoute(event);\n })\n\n }\n\n switchLanguage(language: string) {\n this.translate.use(language);\n this.currentLang = language;\n }\n\n /**\n * set the next lang or loop to the first\n * this is to manage future languages available\n */\n changeLanguage() {\n let langs = this.langsAvailable;\n let indexofCurrent = langs.indexOf(this.currentLang);\n if (indexofCurrent > -1) {\n let newIndex = indexofCurrent + 1;\n if (newIndex > (langs.length - 1)) {\n newIndex = 0;\n }\n this.currentLang = this.langsAvailable[newIndex];\n }\n this.translate.use(this.currentLang);\n }\n\n toggleMenu() {\n this.menuVisible = !this.menuVisible;\n }\n\n scrollGoToTop() {\n this.document.documentElement.scrollTop = 0;\n }\n\n updateCurrentTab(event){\n if (event.url) {\n const tab = event.url.split('/');\n if (tab && tab[2]) {\n this.step = tab[2];\n } else {\n this.step = 'home';\n }\n }\n }\n}\n\n \n\n \n \n \n \n Frama\n date (démo)\n \n proposé par\n Frama\n soft\n \n \n \n \n \n \n \n {{\"Language\" | translate}}\n English\n Français\n \n Menu\n \n\n \n\n\n\n\n \n\n\n\n\n\n\n \n\n \n \n ./app.component.scss\n \n @charset \"UTF-8\";\n\nheader {\n h1,\n a {\n &::before,\n &::after {\n display: none;\n }\n }\n}\n\ni {\n display: block;\n}\n\n.language-selector {\n width: auto;\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Frama date (démo) proposé par Frama soft {{\"Language\" | translate}} English Français Menu '\n 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'}];\n var DIRECTIVES = [{'name': 'DateValueAccessor', 'selector': '[useValueAsDate]'},{'name': 'ResettableInputDirective', 'selector': '[framadateResettableInput]'}];\n var ACTUAL_COMPONENT = {'name': 'AppComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/AppModule.html":{"url":"modules/AppModule.html","title":"module - AppModule","body":"\n \n\n\n\n\n Modules\n AppModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_AppModule\n\n\n\ncluster_AppModule_declarations\n\n\n\ncluster_AppModule_imports\n\n\n\ncluster_AppModule_bootstrap\n\n\n\ncluster_AppModule_providers\n\n\n\n\nAdminComponent\n\nAdminComponent\n\n\n\nAppModule\n\nAppModule\n\nAppModule -->\n\nAdminComponent->AppModule\n\n\n\n\n\nAnswersComponent\n\nAnswersComponent\n\nAppModule -->\n\nAnswersComponent->AppModule\n\n\n\n\n\nAppComponent\n\nAppComponent\n\nAppModule -->\n\nAppComponent->AppModule\n\n\n\n\n\nBaseComponent\n\nBaseComponent\n\nAppModule -->\n\nBaseComponent->AppModule\n\n\n\n\n\nChoicesListComponent\n\nChoicesListComponent\n\nAppModule -->\n\nChoicesListComponent->AppModule\n\n\n\n\n\nCommentsListComponent\n\nCommentsListComponent\n\nAppModule -->\n\nCommentsListComponent->AppModule\n\n\n\n\n\nCopyTextComponent\n\nCopyTextComponent\n\nAppModule -->\n\nCopyTextComponent->AppModule\n\n\n\n\n\nCreateOrRetrieveComponent\n\nCreateOrRetrieveComponent\n\nAppModule -->\n\nCreateOrRetrieveComponent->AppModule\n\n\n\n\n\nDatesComponent\n\nDatesComponent\n\nAppModule -->\n\nDatesComponent->AppModule\n\n\n\n\n\nDebuggerComponent\n\nDebuggerComponent\n\nAppModule -->\n\nDebuggerComponent->AppModule\n\n\n\n\n\nEndConfirmationComponent\n\nEndConfirmationComponent\n\nAppModule -->\n\nEndConfirmationComponent->AppModule\n\n\n\n\n\nErasableInputComponent\n\nErasableInputComponent\n\nAppModule -->\n\nErasableInputComponent->AppModule\n\n\n\n\n\nHeaderComponent\n\nHeaderComponent\n\nAppModule -->\n\nHeaderComponent->AppModule\n\n\n\n\n\nHomeComponent\n\nHomeComponent\n\nAppModule -->\n\nHomeComponent->AppModule\n\n\n\n\n\nKindComponent\n\nKindComponent\n\nAppModule -->\n\nKindComponent->AppModule\n\n\n\n\n\nNavigationComponent\n\nNavigationComponent\n\nAppModule -->\n\nNavigationComponent->AppModule\n\n\n\n\n\nPasswordComponent\n\nPasswordComponent\n\nAppModule -->\n\nPasswordComponent->AppModule\n\n\n\n\n\nPicturesComponent\n\nPicturesComponent\n\nAppModule -->\n\nPicturesComponent->AppModule\n\n\n\n\n\nPollDisplayComponent\n\nPollDisplayComponent\n\nAppModule -->\n\nPollDisplayComponent->AppModule\n\n\n\n\n\nPollGraphicComponent\n\nPollGraphicComponent\n\nAppModule -->\n\nPollGraphicComponent->AppModule\n\n\n\n\n\nResettableInputDirective\n\nResettableInputDirective\n\nAppModule -->\n\nResettableInputDirective->AppModule\n\n\n\n\n\nResumeComponent\n\nResumeComponent\n\nAppModule -->\n\nResumeComponent->AppModule\n\n\n\n\n\nSelectorComponent\n\nSelectorComponent\n\nAppModule -->\n\nSelectorComponent->AppModule\n\n\n\n\n\nVisibilityComponent\n\nVisibilityComponent\n\nAppModule -->\n\nVisibilityComponent->AppModule\n\n\n\n\n\nVotingChoiceComponent\n\nVotingChoiceComponent\n\nAppModule -->\n\nVotingChoiceComponent->AppModule\n\n\n\n\n\nVotingCommentComponent\n\nVotingCommentComponent\n\nAppModule -->\n\nVotingCommentComponent->AppModule\n\n\n\n\n\nVotingComponent\n\nVotingComponent\n\nAppModule -->\n\nVotingComponent->AppModule\n\n\n\n\n\nVotingGraphComponent\n\nVotingGraphComponent\n\nAppModule -->\n\nVotingGraphComponent->AppModule\n\n\n\n\n\nVotingNavigationComponent\n\nVotingNavigationComponent\n\nAppModule -->\n\nVotingNavigationComponent->AppModule\n\n\n\n\n\nVotingSummaryComponent\n\nVotingSummaryComponent\n\nAppModule -->\n\nVotingSummaryComponent->AppModule\n\n\n\n\n\nAppComponent \n\nAppComponent \n\nAppComponent -->\n\nAppModule->AppComponent \n\n\n\n\n\nAppRoutingModule\n\nAppRoutingModule\n\nAppModule -->\n\nAppRoutingModule->AppModule\n\n\n\n\n\nDateValueAccessorModule\n\nDateValueAccessorModule\n\nAppModule -->\n\nDateValueAccessorModule->AppModule\n\n\n\n\n\nConfigService\n\nConfigService\n\nAppModule -->\n\nConfigService->AppModule\n\n\n\n\n\nPollService\n\nPollService\n\nAppModule -->\n\nPollService->AppModule\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/app.module.ts\n \n\n\n\n\n \n \n \n Declarations\n \n \n AdminComponent\n \n \n AnswersComponent\n \n \n AppComponent\n \n \n BaseComponent\n \n \n ChoicesListComponent\n \n \n CommentsListComponent\n \n \n CopyTextComponent\n \n \n CreateOrRetrieveComponent\n \n \n DatesComponent\n \n \n DebuggerComponent\n \n \n EndConfirmationComponent\n \n \n ErasableInputComponent\n \n \n HeaderComponent\n \n \n HomeComponent\n \n \n KindComponent\n \n \n NavigationComponent\n \n \n PasswordComponent\n \n \n PicturesComponent\n \n \n PollDisplayComponent\n \n \n PollGraphicComponent\n \n \n ResettableInputDirective\n \n \n ResumeComponent\n \n \n SelectorComponent\n \n \n VisibilityComponent\n \n \n VotingChoiceComponent\n \n \n VotingCommentComponent\n \n \n VotingComponent\n \n \n VotingGraphComponent\n \n \n VotingNavigationComponent\n \n \n VotingSummaryComponent\n \n \n \n \n Providers\n \n \n ConfigService\n \n \n PollService\n \n \n \n \n Imports\n \n \n AppRoutingModule\n \n \n DateValueAccessorModule\n \n \n \n \n Bootstrap\n \n \n AppComponent\n \n \n \n \n \n\n\n \n\n\n \n import {BrowserModule} from '@angular/platform-browser';\nimport {NgModule} from '@angular/core';\nimport {AppRoutingModule} from './app-routing.module';\nimport {AppComponent} from './app.component';\nimport {BaseComponent} from './pages/base-page/base.component';\nimport {KindComponent} from './pages/kind/kind.component';\nimport {HeaderComponent} from './header/header.component';\nimport {FormsModule} from '@angular/forms';\nimport {NavigationComponent} from './ui/navigation/navigation.component';\nimport {RouterModule} from '@angular/router';\nimport {Routes} from './config/Routes';\nimport {CommonModule, registerLocaleData} from '@angular/common';\nimport {DatesComponent} from './pages/dates/dates.component';\nimport {DebuggerComponent} from './debugger/debugger.component';\nimport {VisibilityComponent} from './pages/visibility/visibility.component';\nimport {ResumeComponent} from './pages/resume/resume.component';\nimport {PicturesComponent} from './pages/pictures/pictures.component';\nimport {AnswersComponent} from './pages/answers/answers.component';\nimport {EndConfirmationComponent} from './pages/end-confirmation/end-confirmation.component';\nimport {CreateOrRetrieveComponent} from './pages/create-or-retrieve/create-or-retrieve.component';\nimport localeFr from '@angular/common/locales/fr';\nimport localeEn from '@angular/common/locales/en';\nimport {VotingSummaryComponent} from './pages/voting/voting-summary/voting-summary.component';\nimport {VotingGraphComponent} from './pages/voting/voting-graph/voting-graph.component';\nimport {VotingChoiceComponent} from './pages/voting/voting-choice/voting-choice.component';\nimport {PasswordComponent} from './pages/password/password.component';\nimport {HomeComponent} from './pages/home/home.component';\nimport {HttpClient, HttpClientModule} from '@angular/common/http';\nimport {MarkdownModule} from 'ngx-markdown';\nimport {\n MissingTranslationHandler,\n MissingTranslationHandlerParams,\n TranslateLoader,\n TranslateModule,\n TranslateService\n} from '@ngx-translate/core';\nimport {TranslateHttpLoader} from '@ngx-translate/http-loader';\nimport {PollGraphicComponent} from './poll-graphic/poll-graphic.component';\n\nimport {AdminComponent} from './pages/admin/admin.component';\nimport {SelectorComponent} from './ui/selector/selector.component';\nimport {BrowserAnimationsModule} from \"@angular/platform-browser/animations\";\nimport {ConfigService} from \"./services/config.service\";\nimport {PollService} from \"./services/poll.service\";\nimport {ToastModule} from 'primeng/toast';\nimport {ConfirmationService, MessageModule, MessageService} from \"primeng\";\nimport {PollDisplayComponent} from './pages/poll-display/poll-display.component';\nimport {VotingComponent} from './pages/voting/voting.component';\nimport {VotingCommentComponent} from './pages/voting/voting-comment/voting-comment.component';\nimport {ResettableInputDirective} from './ui/directives/resettable-input.directive';\nimport {ClipboardModule} from \"ngx-clipboard\";\nimport {ErasableInputComponent} from './ui/erasable-input/erasable-input.component';\nimport {ConfirmDialogModule} from 'primeng/confirmdialog';\nimport {DialogModule} from 'primeng/dialog';\nimport {DateValueAccessorModule} from \"./custom-lib/date-value-accessor\";\nimport {CopyTextComponent} from './ui/copy-text/copy-text.component';\nimport {CommentsListComponent} from './pages/voting/comments-list/comments-list.component';\nimport {ChoicesListComponent} from './pages/voting/choices-list/choices-list.component';\nimport {VotingNavigationComponent} from './pages/voting/voting-navigation/voting-navigation.component';\n\nexport class MyMissingTranslationHandler implements MissingTranslationHandler {\n handle(params: MissingTranslationHandlerParams) {\n return 'some value';\n }\n}\n\nregisterLocaleData(localeFr, 'fr');\nregisterLocaleData(localeEn, 'en');\n\nexport function HttpLoaderFactory(http: HttpClient) {\n return new TranslateHttpLoader(http);\n}\n\n@NgModule({\n declarations: [\n AppComponent,\n BaseComponent,\n KindComponent,\n HeaderComponent,\n NavigationComponent,\n DatesComponent,\n DebuggerComponent,\n VisibilityComponent,\n ResumeComponent,\n PicturesComponent,\n AnswersComponent,\n EndConfirmationComponent,\n CreateOrRetrieveComponent,\n VotingSummaryComponent,\n VotingGraphComponent,\n VotingChoiceComponent,\n PasswordComponent,\n HomeComponent,\n PollGraphicComponent,\n AdminComponent,\n SelectorComponent,\n PollDisplayComponent,\n VotingComponent,\n VotingCommentComponent,\n ResettableInputDirective,\n ErasableInputComponent,\n CopyTextComponent,\n CommentsListComponent,\n ChoicesListComponent,\n VotingNavigationComponent,\n\n ],\n imports: [\n ConfirmDialogModule,\n ClipboardModule,\n CommonModule,\n BrowserModule,\n DialogModule,\n DateValueAccessorModule,\n BrowserAnimationsModule,\n AppRoutingModule,\n ToastModule,\n MessageModule,\n MarkdownModule.forRoot(),\n TranslateModule.forRoot({\n missingTranslationHandler: {\n provide: MissingTranslationHandler,\n useClass: MyMissingTranslationHandler,\n },\n // useDefaultLang: false,\n loader: {\n provide: TranslateLoader,\n useFactory: HttpLoaderFactory,\n deps: [HttpClient]\n }\n }),\n HttpClientModule,\n FormsModule,\n RouterModule.forRoot(Routes, {useHash: true})\n ],\n providers: [TranslateService, ConfigService, PollService, MessageService, ConfirmationService],\n bootstrap: [AppComponent]\n})\nexport class AppModule {\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/AppPage.html":{"url":"classes/AppPage.html","title":"class - AppPage","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n AppPage\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n e2e/src/app.po.ts\n \n\n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n getTitleText\n \n \n navigateTo\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n getTitleText\n \n \n \n \n \n \n \ngetTitleText()\n \n \n\n\n \n \n Defined in e2e/src/app.po.ts:8\n \n \n\n\n \n \n\n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n \n navigateTo\n \n \n \n \n \n \n \nnavigateTo()\n \n \n\n\n \n \n Defined in e2e/src/app.po.ts:4\n \n \n\n\n \n \n\n \n Returns : any\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n \n import { browser, by, element } from 'protractor';\n\nexport class AppPage {\n navigateTo() {\n return browser.get(browser.baseUrl) as Promise;\n }\n\n getTitleText() {\n return element(by.css('app-root h1')).getText() as Promise;\n }\n}\n\n \n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/AppRoutingModule.html":{"url":"modules/AppRoutingModule.html","title":"module - AppRoutingModule","body":"\n \n\n\n\n\n Modules\n AppRoutingModule\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/app-routing.module.ts\n \n\n\n\n\n \n \n \n \n\n\n \n\n\n \n import {NgModule} from '@angular/core';\nimport {RouterModule, Routes} from '@angular/router';\n\n\nconst routes: Routes = [];\n\n@NgModule({\n imports: [RouterModule.forRoot(routes, {useHash: true, anchorScrolling: 'enabled',})],\n exports: [RouterModule]\n})\nexport class AppRoutingModule {\n}\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/BaseComponent.html":{"url":"components/BaseComponent.html","title":"component - BaseComponent","body":"\n \n\n\n\n\n\n Components\n BaseComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/base-page/base.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n framadate-base-page\n \n\n \n styleUrls\n ./base.component.scss\n \n\n\n\n \n templateUrl\n ./base.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n config\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n checkValidity\n \n \n displayErrorMessage\n \n \n ngOnInit\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(config: ConfigService)\n \n \n \n \n Defined in src/app/pages/base-page/base.component.ts:12\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n \n ConfigService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n checkValidity\n \n \n \n \n \n \n \ncheckValidity()\n \n \n\n\n \n \n Defined in src/app/pages/base-page/base.component.ts:21\n \n \n\n\n \n \n\n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n displayErrorMessage\n \n \n \n \n \n \n \ndisplayErrorMessage()\n \n \n\n\n \n \n Defined in src/app/pages/base-page/base.component.ts:27\n \n \n\n\n \n \n\n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in src/app/pages/base-page/base.component.ts:17\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Public\n config\n \n \n \n \n \n \n Type : ConfigService\n\n \n \n \n \n Defined in src/app/pages/base-page/base.component.ts:14\n \n \n\n\n \n \n\n\n\n\n\n \n import {Component, OnInit} from '@angular/core';\nimport {ConfigService} from '../../services/config.service';\n\n@Component({\n selector: 'framadate-base-page',\n templateUrl: './base.component.html',\n styleUrls: ['./base.component.scss']\n})\n/**\n * base page is aware of the state of the filling\n */\nexport class BaseComponent implements OnInit {\n\n constructor(public config: ConfigService) {\n }\n\n ngOnInit() {\n }\n\n\n checkValidity() {\n // TODO with form controls\n this.config.todo();\n return true;\n }\n\n displayErrorMessage() {\n // TODO\n this.config.todo();\n return true;\n }\n}\n\n \n\n \n Ce composant est celui de base pour les pages\n\n\t{{\"config.perfect\"|translate}}\n\n\n \n\n \n \n ./base.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = 'Ce composant est celui de base pour les pages\t{{\"config.perfect\"|translate}}'\n 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'}];\n var DIRECTIVES = [{'name': 'DateValueAccessor', 'selector': '[useValueAsDate]'},{'name': 'ResettableInputDirective', 'selector': '[framadateResettableInput]'}];\n var ACTUAL_COMPONENT = {'name': 'BaseComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/ChoicesListComponent.html":{"url":"components/ChoicesListComponent.html","title":"component - ChoicesListComponent","body":"\n \n\n\n\n\n\n Components\n ChoicesListComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/voting/choices-list/choices-list.component.ts\n\n\n\n\n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n framadate-choices-list\n \n\n \n styleUrls\n ./choices-list.component.scss\n \n\n\n\n \n templateUrl\n ./choices-list.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n config\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(config: ConfigService)\n \n \n \n \n Defined in src/app/pages/voting/choices-list/choices-list.component.ts:9\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n \n ConfigService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Public\n config\n \n \n \n \n \n \n Type : ConfigService\n\n \n \n \n \n Defined in src/app/pages/voting/choices-list/choices-list.component.ts:11\n \n \n\n\n \n \n\n\n\n\n\n \n import {Component} from '@angular/core';\nimport {ConfigService} from \"../../../services/config.service\";\n\n@Component({\n selector: 'framadate-choices-list',\n templateUrl: './choices-list.component.html',\n styleUrls: ['./choices-list.component.scss']\n})\nexport class ChoicesListComponent {\n\n constructor(public config: ConfigService) {\n\n }\n\n}\n\n \n\n \n \n\n \n\n \n \n\n\n Envoyer\n\n\n\n Mettre à jour\n\n\n \n\n \n \n ./choices-list.component.scss\n \n .submit-votestack {\n position: fixed;\n bottom: 5px;\n right: 5px;\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Envoyer Mettre à jour'\n 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'}];\n var DIRECTIVES = [{'name': 'DateValueAccessor', 'selector': '[useValueAsDate]'},{'name': 'ResettableInputDirective', 'selector': '[framadateResettableInput]'}];\n var ACTUAL_COMPONENT = {'name': 'ChoicesListComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/CommentsListComponent.html":{"url":"components/CommentsListComponent.html","title":"component - CommentsListComponent","body":"\n \n\n\n\n\n\n Components\n CommentsListComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/voting/comments-list/comments-list.component.ts\n\n\n\n\n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n framadate-comments-list\n \n\n \n styleUrls\n ./comments-list.component.scss\n \n\n\n\n \n templateUrl\n ./comments-list.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n config\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(config: ConfigService)\n \n \n \n \n Defined in src/app/pages/voting/comments-list/comments-list.component.ts:9\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n \n ConfigService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Public\n config\n \n \n \n \n \n \n Type : ConfigService\n\n \n \n \n \n Defined in src/app/pages/voting/comments-list/comments-list.component.ts:11\n \n \n\n\n \n \n\n\n\n\n\n \n import {Component} from '@angular/core';\nimport {ConfigService} from \"../../../services/config.service\";\n\n@Component({\n selector: 'framadate-comments-list',\n templateUrl: './comments-list.component.html',\n styleUrls: ['./comments-list.component.scss']\n})\nexport class CommentsListComponent {\n\n constructor(public config: ConfigService) {\n\n }\n\n}\n\n \n\n \n \n \n \n Votre nom :\n \n \n \n\n\n Laisser un commentaire\n Votre nom :\n \n \n \n \n \n \n Votre commentaire :\n \n \n \n \n \n \n\n \n \n \n\n\n \n\n \n \n ./comments-list.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Votre nom : Laisser un commentaire Votre nom : Votre commentaire : '\n 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'}];\n var DIRECTIVES = [{'name': 'DateValueAccessor', 'selector': '[useValueAsDate]'},{'name': 'ResettableInputDirective', 'selector': '[framadateResettableInput]'}];\n var ACTUAL_COMPONENT = {'name': 'CommentsListComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/CopyTextComponent.html":{"url":"components/CopyTextComponent.html","title":"component - CopyTextComponent","body":"\n \n\n\n\n\n\n Components\n CopyTextComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/ui/copy-text/copy-text.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n framadate-copy-text\n \n\n \n styleUrls\n ./copy-text.component.scss\n \n\n\n\n \n templateUrl\n ./copy-text.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n handleClick\n \n \n ngOnInit\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n textToCopy\n \n \n \n \n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(messageService: MessageService)\n \n \n \n \n Defined in src/app/ui/copy-text/copy-text.component.ts:10\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n messageService\n \n \n MessageService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n textToCopy\n \n \n \n \n Type : any\n\n \n \n \n \n Defined in src/app/ui/copy-text/copy-text.component.ts:10\n \n \n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n handleClick\n \n \n \n \n \n \n \nhandleClick()\n \n \n\n\n \n \n Defined in src/app/ui/copy-text/copy-text.component.ts:18\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in src/app/ui/copy-text/copy-text.component.ts:15\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n\n\n\n\n \n import {Component, Input, OnInit} from '@angular/core';\nimport {MessageService} from \"primeng/api\";\n\n@Component({\n selector: 'framadate-copy-text',\n templateUrl: './copy-text.component.html',\n styleUrls: ['./copy-text.component.scss']\n})\nexport class CopyTextComponent implements OnInit {\n @Input() public textToCopy: any;\n\n constructor(private messageService: MessageService,) {\n }\n\n ngOnInit() {\n }\n\n handleClick() {\n this.messageService.add({\n severity: 'success',\n summary: 'Texte copié',\n detail: this.textToCopy\n })\n }\n\n}\n\n \n\n \n \n \n {{\"admin.copy_link\" |translate}} \" {{ textToCopy}}\"\n\n\n \n\n \n \n ./copy-text.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{\"admin.copy_link\" |translate}} \" {{ textToCopy}}\"'\n 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'}];\n var DIRECTIVES = [{'name': 'DateValueAccessor', 'selector': '[useValueAsDate]'},{'name': 'ResettableInputDirective', 'selector': '[framadateResettableInput]'}];\n var ACTUAL_COMPONENT = {'name': 'CopyTextComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/CreateOrRetrieveComponent.html":{"url":"components/CreateOrRetrieveComponent.html","title":"component - CreateOrRetrieveComponent","body":"\n \n\n\n\n\n\n Components\n CreateOrRetrieveComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/create-or-retrieve/create-or-retrieve.component.ts\n\n\n\n \n Extends\n \n \n BaseComponent\n \n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n framadate-create-or-retrieve\n \n\n \n styleUrls\n ./create-or-retrieve.component.scss\n \n\n\n\n \n templateUrl\n ./create-or-retrieve.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n config\n \n \n loadedMyPolls\n \n \n Public\n config\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n findMyPollsByEmail\n \n \n ngOnInit\n \n \n trackFunction\n \n \n checkValidity\n \n \n displayErrorMessage\n \n \n ngOnInit\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(config: ConfigService)\n \n \n \n \n Defined in src/app/pages/create-or-retrieve/create-or-retrieve.component.ts:12\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n \n ConfigService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n findMyPollsByEmail\n \n \n \n \n \n \n \nfindMyPollsByEmail(email: string)\n \n \n\n\n \n \n Defined in src/app/pages/create-or-retrieve/create-or-retrieve.component.ts:26\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n email\n \n string\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in src/app/pages/create-or-retrieve/create-or-retrieve.component.ts:19\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n trackFunction\n \n \n \n \n \n \n \ntrackFunction(index: number, item: any)\n \n \n\n\n \n \n Defined in src/app/pages/create-or-retrieve/create-or-retrieve.component.ts:34\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n index\n \n number\n \n\n \n No\n \n\n\n \n \n item\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : number\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n checkValidity\n \n \n \n \n \n \n \ncheckValidity()\n \n \n\n\n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:21\n\n \n \n\n\n \n \n\n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n displayErrorMessage\n \n \n \n \n \n \n \ndisplayErrorMessage()\n \n \n\n\n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:27\n\n \n \n\n\n \n \n\n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:17\n\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Public\n config\n \n \n \n \n \n \n Type : ConfigService\n\n \n \n \n \n Defined in src/app/pages/create-or-retrieve/create-or-retrieve.component.ts:15\n \n \n\n\n \n \n \n \n \n \n \n \n \n loadedMyPolls\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in src/app/pages/create-or-retrieve/create-or-retrieve.component.ts:12\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n config\n \n \n \n \n \n \n Type : ConfigService\n\n \n \n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:14\n\n \n \n\n\n \n \n\n\n\n\n\n \n import {Component, OnInit} from '@angular/core';\nimport {BaseComponent} from \"../base-page/base.component\";\nimport {ConfigService} from \"../../services/config.service\";\n\n@Component({\n selector: 'framadate-create-or-retrieve',\n templateUrl: './create-or-retrieve.component.html',\n styleUrls: ['./create-or-retrieve.component.scss']\n})\nexport class CreateOrRetrieveComponent extends BaseComponent implements OnInit {\n\n loadedMyPolls: boolean = false;\n\n\n constructor(public config: ConfigService) {\n super(config);\n }\n\n ngOnInit() {\n // if (!environment.production) {\n // this.findMyPollsByEmail('tktest@tktest.com')\n // }\n\n }\n\n findMyPollsByEmail(email: string) {\n if (!email) {\n return\n }\n this.config.findPollsByEmail(email);\n this.loadedMyPolls = true;\n }\n\n trackFunction(index: number, item: any): number {\n return item.id;\n };\n}\n\n \n\n \n \n \n \n {{\"creation.title\"|translate}}\n \n \n {{\"config.description\"|translate}}\n \n \n\n \n {{\"config.letsgo\"|translate}}\n \n\n \n \n\n \n \n {{\"config.find_my_polls\"|translate}}\n \n \n \n \n {{\"config.find_helper\"|translate}} :\n \n \n \n \n \n \n \n Mes Sondages trouvés:\n \n \n \n \n {{poll.title}}\n \n {{poll.description}}\n \n \n \n \n\n \n Aucun sondage.\n \n \n \n \n \n\n\n\n \n\n \n \n ./create-or-retrieve.component.scss\n \n .container{\n display:flex;\n flex-direction: column;\n margin:auto;\n}\nh1 {\n display: inline-block;\n margin-bottom: 3rem;\n font-size: 2.6rem;\n\n &::after {\n content: \"\";\n display: block;\n width: 27.4%;\n height: 2px;\n margin-top: 5px;\n margin-right: auto;\n margin-left: auto;\n // background-color: $primary_color;\n }\n }\nlabel{\n float:left;\n}\ninput[type=email]{\n display:block;\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{\"creation.title\"|translate}} {{\"config.description\"|translate}} {{\"config.letsgo\"|translate}} {{\"config.find_my_polls\"|translate}} {{\"config.find_helper\"|translate}} : Mes Sondages trouvés: {{poll.title}} {{poll.description}} Aucun sondage. '\n 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'}];\n var DIRECTIVES = [{'name': 'DateValueAccessor', 'selector': '[useValueAsDate]'},{'name': 'ResettableInputDirective', 'selector': '[framadateResettableInput]'}];\n var ACTUAL_COMPONENT = {'name': 'CreateOrRetrieveComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/DateChoice.html":{"url":"interfaces/DateChoice.html","title":"interface - DateChoice","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n DateChoice\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/config/defaultConfigs.ts\n \n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n date_object\n \n \n literal\n \n \n timeList\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n date_object\n \n \n \n \n date_object: Date\n\n \n \n\n\n \n \n Type : Date\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n literal\n \n \n \n \n literal: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n timeList\n \n \n \n \n timeList: TimeSlices[]\n\n \n \n\n\n \n \n Type : TimeSlices[]\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n export interface DateChoice {\n literal: string,\n timeList: TimeSlices[],\n date_object: Date\n}\n\nexport interface TimeSlices {\n literal: string\n}\n\nexport interface PollAnswer {\n id: number,\n text: string,\n url: string,\n file: string,\n literal: string,\n date_object: Date,\n timeList: TimeSlices[]\n}\n\nconst currentYear = new Date().getFullYear();\nconst currentMonth = new Date().getMonth();\nconst currentDay = new Date().getDate();\ndebugger;\n\nexport const basicSlicesOfDay: TimeSlices[] = [\n {literal: 'matin'},\n {literal: 'midi'},\n {literal: 'soir'}\n];\nexport const otherSlicesOfDay: TimeSlices[] = [\n {literal: 'aux aurores'},\n {literal: 'au petit dej'},\n {literal: 'au deuxième petit dej des hobbits'}\n];\nexport const defaultTimeOfDay: TimeSlices[] = (() => {\n return [...basicSlicesOfDay]\n})();\n\nexport const otherTimeOfDay: TimeSlices[] = (() => {\n return [...otherSlicesOfDay]\n})();\nexport const defaultDates: DateChoice[] = [\n {\n literal: `${currentYear}-${currentMonth}-${currentDay}`,\n date_object: new Date(),\n timeList: defaultTimeOfDay\n },\n {\n literal: `${currentYear}-${currentMonth}-${currentDay + 1}`,\n date_object: new Date(),\n timeList: defaultTimeOfDay\n },\n {\n literal: `${currentYear}-${currentMonth}-${currentDay + 2}`,\n date_object: new Date(),\n timeList: defaultTimeOfDay\n }\n];\n\nexport const otherDefaultDates: DateChoice[] = [\n {\n literal: `${currentYear}-${currentMonth}-${currentDay}`,\n date_object: new Date(),\n timeList: otherTimeOfDay\n },\n {\n literal: `${currentYear}-${currentMonth}-${currentDay + 1}`,\n date_object: new Date(currentYear, currentMonth, currentDay + 1),\n timeList: defaultTimeOfDay\n },\n {\n literal: `${currentYear}-${currentMonth}-${currentDay + 2}`,\n date_object: new Date(),\n timeList: otherTimeOfDay\n }\n];\nexport const defaultAnswers: PollAnswer[] = [{\n id: 0,\n text: 'réponse de démo 1',\n file: '',\n url: 'https://mastodon.cipherbliss.com/system/media_attachments/files/001/439/118/original/6fcf149bd902841b.png?1579471574',\n literal: `${currentYear}-${currentMonth}-${currentDay}`,\n date_object: new Date(),\n timeList: otherSlicesOfDay\n},\n {\n id: 1,\n text: 'réponse 2',\n file: '',\n url: 'https://mastodon.cipherbliss.com/system/media_attachments/files/001/439/118/original/6fcf149bd902841b.png?1579471574',\n literal: `${currentYear}-${currentMonth}-${currentDay + 1}`,\n date_object: new Date(),\n timeList: basicSlicesOfDay\n },\n {\n id: 2,\n text: 'la réponse D',\n file: '',\n url: 'https://mastodon.cipherbliss.com/system/media_attachments/files/001/439/118/original/6fcf149bd902841b.png?1579471574',\n literal: `${currentYear}-${currentMonth}-${currentDay + 2}`,\n date_object: new Date(),\n timeList: otherSlicesOfDay\n }];\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/DateOption.html":{"url":"interfaces/DateOption.html","title":"interface - DateOption","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n DateOption\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/config/PollConfig.ts\n \n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n date_object\n \n \n literal\n \n \n timeList\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n date_object\n \n \n \n \n date_object: object\n\n \n \n\n\n \n \n Type : object\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n literal\n \n \n \n \n literal: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n timeList\n \n \n \n \n timeList: any\n\n \n \n\n\n \n \n Type : any\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import {environment} from \"../../environments/environment\";\nimport {DateChoice, defaultAnswers, otherDefaultDates, PollAnswer} from \"./defaultConfigs\";\n\nexport interface DateOption {\n timeList: any;\n literal: string;\n date_object?: object;\n}\n\nconst baseConfigValues = {\n pollType: \"classic\",\n title: \"\",\n description: \"\",\n myName: \"\",\n myEmail: \"\",\n};\n\n\n/**\n * configuration of the poll, add new fields at will\n */\nexport class PollConfig {\n expiracyDateDefaultInDays = 60;\n deletionDateAfterLastModification = 180;\n step: number = 0; // step in the progress of creating a poll\n stepMax: number = 3; // step max in the progress of creating a poll\n pollType: string = 'dates';// classic or dates\n title: string = 'titre';\n description: string = 'ma description';\n myName: string = 'mon pseudo';\n myComment: string = 'wouah trop bien framadate!';\n isAdmin: boolean = true;\n myVoteStack: any;\n myTempVoteStack = 0;\n myEmail: string = \"tktest@tktest.com\";\n myPolls: any = [];// list of retrieved polls from the backend api\n // date specific poll, we have the choice to setup different hours (timeList) for all possible dates (dateList), or use the same hours for all dates\n allowSeveralHours = 'true';\n // access\n visibility = 'link_only'; // visible to anyone with the link:\n voteChoices = 'only_yes'; // possible answers to a vote choice: only \"yes\", \"yes, maybe, no\"\n creationDate = new Date();\n expirationDate = ''; // expiracy date\n voteStackId = null; // id of the vote stack to update\n pollId = null; // id of the current poll when created. data given by the backend api\n pollSlug = null; // id of the current poll when created. data given by the backend api\n currentPoll; // current poll selected with createPoll or getPoll of ConfigService\n passwordAccess = 0;\n password = '';\n customUrl = ''; // custom slug in the url, must be unique\n customUrlIsUnique = null; // given by the backend\n urlSlugPublic = null;\n urlPublic = environment.baseHref + '/#/poll/id/4';\n urlAdmin = environment.baseHref + '/#/admin/d65es45fd45sdf45sd345f312sdf31sgfd345';\n adminKey = ''; // key to change config of the poll\n owner_modifier_token = ''; // key to change a vote stack\n canModifyAnswers: boolean = true;// bool for the frontend selector\n whoModifiesAnswers = \"everybody\";// everybody, self, nobody (= just admin)\n whoCanChangeAnswers = 'everybody';// everybody, self, nobody (= just admin)\n dateList: any = otherDefaultDates; // sets of days as strings, config to set identical time for days in a special days poll\n timeList: DateChoice[] = otherDefaultDates; // ranges of time expressed as strings\n\n answers: PollAnswer[] = defaultAnswers;\n\n resetConfig() {\n const self = this;\n Object.keys(baseConfigValues).forEach((key) => {\n self[key] = baseConfigValues[key];\n })\n }\n}\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/DateUtilities.html":{"url":"injectables/DateUtilities.html","title":"injectable - DateUtilities","body":"\n \n\n\n\n\n\n\n\n\n Injectables\n DateUtilities\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/config/DateUtilities.ts\n \n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n addDaysToDate\n \n \n dayDiff\n \n \n formateDate\n \n \n getDatesInRange\n \n \n getDoubleDigits\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n addDaysToDate\n \n \n \n \n \n \n \naddDaysToDate(days: number, date: Date)\n \n \n\n\n \n \n Defined in src/app/config/DateUtilities.ts:13\n \n \n\n\n \n \n add some days to a date, to compute intervals\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n days\n \n number\n \n\n \n No\n \n\n\n \n \n date\n \n Date\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n dayDiff\n \n \n \n \n \n \n \ndayDiff(d1: Date, d2: Date)\n \n \n\n\n \n \n Defined in src/app/config/DateUtilities.ts:44\n \n \n\n\n \n \n get the number of days between two dates\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n d1\n \n Date\n \n\n \n No\n \n\n\n \n \n d2\n \n Date\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : Number\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n formateDate\n \n \n \n \n \n \n \nformateDate(date)\n \n \n\n\n \n \n Defined in src/app/config/DateUtilities.ts:53\n \n \n\n\n \n \n format a date object to the date format used by the inputs of type date\nYYYY-MM-DD\n\n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n date\n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getDatesInRange\n \n \n \n \n \n \n \ngetDatesInRange(d1: Date, d2: Date, interval: number)\n \n \n\n\n \n \n Defined in src/app/config/DateUtilities.ts:25\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n d1\n \n Date\n \n\n \n No\n \n\n\n \n \n d2\n \n Date\n \n\n \n No\n \n\n\n \n \n interval\n \n number\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n getDoubleDigits\n \n \n \n \n \n \n \ngetDoubleDigits(str)\n \n \n\n\n \n \n Defined in src/app/config/DateUtilities.ts:61\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n str\n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n\n\n \n\n\n \n import {Injectable} from \"@angular/core\";\n\n@Injectable({\n providedIn: 'root'\n})\nexport class DateUtilities {\n\n /**\n * add some days to a date, to compute intervals\n * @param days\n * @param date\n */\n addDaysToDate(days: number, date: Date) {\n date = new Date(date.valueOf());\n date.setDate(date.getDate() + days);\n return date;\n };\n\n /**\n *\n * @param d1\n * @param d2\n * @param interval\n */\n getDatesInRange(d1: Date, d2: Date, interval: number) {\n d1 = new Date(d1);\n d2 = new Date(d2);\n const dates = [];\n while (+d1 \n \n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"directives/DateValueAccessor.html":{"url":"directives/DateValueAccessor.html","title":"directive - DateValueAccessor","body":"\n \n\n\n\n\n\n\n\n Directives\n DateValueAccessor\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/custom-lib/date-value-accessor/date-value-accessor.ts\n \n\n \n Description\n \n \n The accessor for writing a value and listening to changes on a date input element\nExample\n \n\n \n\n \n Implements\n \n \n ControlValueAccessor\n \n\n\n \n Metadata\n \n \n \n Providers\n \n \n DATE_VALUE_ACCESSOR\n \n \n \n\n \n Selector\n [useValueAsDate]\n \n\n \n \n \n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n registerOnChange\n \n \n registerOnTouched\n \n \n setDisabledState\n \n \n writeValue\n \n \n \n \n\n\n\n\n \n \n HostListeners\n \n \n \n \n \n \n blur\n \n \n input\n \n \n \n \n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(_renderer: Renderer2, _elementRef: ElementRef)\n \n \n \n \n Defined in src/app/custom-lib/date-value-accessor/date-value-accessor.ts:29\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n _renderer\n \n \n Renderer2\n \n \n \n No\n \n \n \n \n _elementRef\n \n \n ElementRef\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n \n HostListeners \n \n \n \n \n \n \n blur\n \n \n \n \n \n \n \nblur()\n \n \n\n\n \n \n Defined in src/app/custom-lib/date-value-accessor/date-value-accessor.ts:28\n \n \n\n\n \n \n \n \n \n \n \n \n \n input\n \n \n \n \n \n \n \n Arguments : '$event.target.valueAsDate' \n \n \n \n \ninput()\n \n \n\n\n \n \n Defined in src/app/custom-lib/date-value-accessor/date-value-accessor.ts:26\n \n \n\n\n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n registerOnChange\n \n \n \n \n \n \n \nregisterOnChange(fn: (_: any) => void)\n \n \n\n\n \n \n Defined in src/app/custom-lib/date-value-accessor/date-value-accessor.ts:42\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n fn\n \n function\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n registerOnTouched\n \n \n \n \n \n \n \nregisterOnTouched(fn: () => void)\n \n \n\n\n \n \n Defined in src/app/custom-lib/date-value-accessor/date-value-accessor.ts:46\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n fn\n \n function\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n setDisabledState\n \n \n \n \n \n \n \nsetDisabledState(isDisabled: boolean)\n \n \n\n\n \n \n Defined in src/app/custom-lib/date-value-accessor/date-value-accessor.ts:50\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n isDisabled\n \n boolean\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n writeValue\n \n \n \n \n \n \n \nwriteValue(value: Date)\n \n \n\n\n \n \n Defined in src/app/custom-lib/date-value-accessor/date-value-accessor.ts:34\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n value\n \n Date\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n\n\n \n\n\n \n import {Directive, ElementRef, forwardRef, HostListener, Renderer2} from '@angular/core';\nimport {ControlValueAccessor, NG_VALUE_ACCESSOR} from '@angular/forms';\n\nexport const DATE_VALUE_ACCESSOR: any = {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => DateValueAccessor),\n multi: true\n};\n\n/**\n * The accessor for writing a value and listening to changes on a date input element\n *\n * ### Example\n * ``\n */\n@Directive({\n // this selector changes the previous behavior silently and might break existing code\n // selector: 'input[type=date][formControlName],input[type=date][formControl],input[type=date][ngModel]',\n\n // this selector is an opt-in version\n selector: '[useValueAsDate]',\n providers: [DATE_VALUE_ACCESSOR]\n})\nexport class DateValueAccessor implements ControlValueAccessor {\n\n @HostListener('input', ['$event.target.valueAsDate']) onChange = (_: any) => {\n };\n @HostListener('blur', []) onTouched = () => {\n };\n\n constructor(private _renderer: Renderer2, private _elementRef: ElementRef) {\n }\n\n writeValue(value: Date): void {\n if (!value) {\n this._renderer.setProperty(this._elementRef.nativeElement, 'value', null);\n return;\n }\n this._renderer.setProperty(this._elementRef.nativeElement, 'valueAsDate', value);\n }\n\n registerOnChange(fn: (_: any) => void): void {\n this.onChange = fn;\n }\n\n registerOnTouched(fn: () => void): void {\n this.onTouched = fn;\n }\n\n setDisabledState(isDisabled: boolean): void {\n this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);\n }\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/DateValueAccessorModule.html":{"url":"modules/DateValueAccessorModule.html","title":"module - DateValueAccessorModule","body":"\n \n\n\n\n\n Modules\n DateValueAccessorModule\n\n\n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_DateValueAccessorModule\n\n\n\ncluster_DateValueAccessorModule_declarations\n\n\n\ncluster_DateValueAccessorModule_DateValueAccessor_providers\n\n\n\ncluster_DateValueAccessorModule_exports\n\n\n\n\nDateValueAccessor\n\nDateValueAccessor\n\n\n\nDateValueAccessorModule\n\nDateValueAccessorModule\n\nDateValueAccessorModule -->\n\nDateValueAccessor->DateValueAccessorModule\n\n\n\n\n\nDateValueAccessor \n\nDateValueAccessor \n\nDateValueAccessor -->\n\nDateValueAccessorModule->DateValueAccessor \n\n\n\n\n\nDATE_VALUE_ACCESSOR\n\nDATE_VALUE_ACCESSOR\n\nDateValueAccessor -->\n\nDATE_VALUE_ACCESSOR->DateValueAccessor\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n\n \n File\n \n \n src/app/custom-lib/date-value-accessor/module.ts\n \n\n\n\n\n \n \n \n Declarations\n \n \n DateValueAccessor\n \n \n \n \n Exports\n \n \n DateValueAccessor\n \n \n \n \n \n\n\n \n\n\n \n import { NgModule } from '@angular/core';\nimport { DateValueAccessor } from './date-value-accessor';\n\n@NgModule({\n declarations: [DateValueAccessor],\n exports: [DateValueAccessor]\n})\nexport class DateValueAccessorModule { }\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/DatesComponent.html":{"url":"components/DatesComponent.html","title":"component - DatesComponent","body":"\n \n\n\n\n\n\n Components\n DatesComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/dates/dates.component.ts\n\n\n\n \n Extends\n \n \n BaseComponent\n \n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n framadate-dates\n \n\n \n styleUrls\n ./dates.component.scss\n \n\n\n\n \n templateUrl\n ./dates.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n config\n \n \n endDateInterval\n \n \n intervalDays\n \n \n intervalDaysDefault\n \n \n showDateInterval\n \n \n startDateInterval\n \n \n Public\n config\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n addDate\n \n \n addIntervalOfDates\n \n \n addTime\n \n \n addTimeToDate\n \n \n countDays\n \n \n emptyAll\n \n \n ngOnInit\n \n \n removeAllTimes\n \n \n resetTimes\n \n \n checkValidity\n \n \n displayErrorMessage\n \n \n ngOnInit\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(config: ConfigService, cd: ChangeDetectorRef, messageService: MessageService, dateUtilities: DateUtilities, document: any)\n \n \n \n \n Defined in src/app/pages/dates/dates.component.ts:19\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n \n ConfigService\n \n \n \n No\n \n \n \n \n cd\n \n \n ChangeDetectorRef\n \n \n \n No\n \n \n \n \n messageService\n \n \n MessageService\n \n \n \n No\n \n \n \n \n dateUtilities\n \n \n DateUtilities\n \n \n \n No\n \n \n \n \n document\n \n \n any\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n addDate\n \n \n \n \n \n \n \naddDate()\n \n \n\n\n \n \n Defined in src/app/pages/dates/dates.component.ts:47\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n addIntervalOfDates\n \n \n \n \n \n \n \naddIntervalOfDates()\n \n \n\n\n \n \n Defined in src/app/pages/dates/dates.component.ts:117\n \n \n\n\n \n \n add all the dates between the start and end dates in the interval section\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n addTime\n \n \n \n \n \n \n \naddTime()\n \n \n\n\n \n \n Defined in src/app/pages/dates/dates.component.ts:64\n \n \n\n\n \n \n change time spans\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n addTimeToDate\n \n \n \n \n \n \n \naddTimeToDate(config: any, id: number)\n \n \n\n\n \n \n Defined in src/app/pages/dates/dates.component.ts:89\n \n \n\n\n \n \n add a time period to a specific date choice,\nfocus on the new input\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n any\n \n\n \n No\n \n\n\n \n \n id\n \n number\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n countDays\n \n \n \n \n \n \n \ncountDays()\n \n \n\n\n \n \n Defined in src/app/pages/dates/dates.component.ts:30\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n emptyAll\n \n \n \n \n \n \n \nemptyAll()\n \n \n\n\n \n \n Defined in src/app/pages/dates/dates.component.ts:102\n \n \n\n\n \n \n remove all input contents, does not reset to default\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in src/app/pages/dates/dates.component.ts:40\n \n \n\n\n \n \n set the interval options\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n removeAllTimes\n \n \n \n \n \n \n \nremoveAllTimes()\n \n \n\n\n \n \n Defined in src/app/pages/dates/dates.component.ts:74\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n resetTimes\n \n \n \n \n \n \n \nresetTimes()\n \n \n\n\n \n \n Defined in src/app/pages/dates/dates.component.ts:78\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n checkValidity\n \n \n \n \n \n \n \ncheckValidity()\n \n \n\n\n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:21\n\n \n \n\n\n \n \n\n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n displayErrorMessage\n \n \n \n \n \n \n \ndisplayErrorMessage()\n \n \n\n\n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:27\n\n \n \n\n\n \n \n\n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:17\n\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Public\n config\n \n \n \n \n \n \n Type : ConfigService\n\n \n \n \n \n Defined in src/app/pages/dates/dates.component.ts:21\n \n \n\n\n \n \n \n \n \n \n \n \n \n endDateInterval\n \n \n \n \n \n \n Type : any\n\n \n \n \n \n Defined in src/app/pages/dates/dates.component.ts:19\n \n \n\n\n \n \n \n \n \n \n \n \n \n intervalDays\n \n \n \n \n \n \n Type : any\n\n \n \n \n \n Defined in src/app/pages/dates/dates.component.ts:17\n \n \n\n\n \n \n \n \n \n \n \n \n \n intervalDaysDefault\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 7\n \n \n \n \n Defined in src/app/pages/dates/dates.component.ts:18\n \n \n\n\n \n \n \n \n \n \n \n \n \n showDateInterval\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : true\n \n \n \n \n Defined in src/app/pages/dates/dates.component.ts:15\n \n \n\n\n \n \n \n \n \n \n \n \n \n startDateInterval\n \n \n \n \n \n \n Type : any\n\n \n \n \n \n Defined in src/app/pages/dates/dates.component.ts:16\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n config\n \n \n \n \n \n \n Type : ConfigService\n\n \n \n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:14\n\n \n \n\n\n \n \n\n\n\n\n\n \n import {ChangeDetectorRef, Component, Inject, OnInit} from '@angular/core';\nimport {ConfigService} from '../../services/config.service';\nimport {BaseComponent} from '../base-page/base.component';\nimport {DOCUMENT} from '@angular/common';\nimport {MessageService} from \"primeng/api\";\nimport {otherDefaultDates} from \"../../config/defaultConfigs\";\nimport {DateUtilities} from \"../../config/DateUtilities\";\n\n@Component({\n selector: 'framadate-dates',\n templateUrl: './dates.component.html',\n styleUrls: ['./dates.component.scss']\n})\nexport class DatesComponent extends BaseComponent implements OnInit {\n showDateInterval: boolean = true;\n startDateInterval: any;\n intervalDays: any;\n intervalDaysDefault: number = 7;\n endDateInterval: any;\n\n constructor(public config: ConfigService,\n private cd: ChangeDetectorRef,\n private messageService: MessageService,\n private dateUtilities: DateUtilities,\n @Inject(DOCUMENT) private document: any\n ) {\n super(config);\n }\n\n countDays() {\n // compute the number of days in the date interval\n if (this.endDateInterval && this.startDateInterval) {\n this.intervalDays = (this.dateUtilities.dayDiff(this.endDateInterval, this.startDateInterval)).toFixed(0)\n }\n }\n\n /**\n * set the interval options\n */\n ngOnInit() {\n let dateCurrent = new Date();\n const dateJson = dateCurrent.toISOString();\n this.startDateInterval = dateJson.substring(0, 10);\n this.endDateInterval = this.dateUtilities.addDaysToDate(this.intervalDaysDefault, dateCurrent).toISOString().substring(0, 10);\n }\n\n addDate() {\n this.config.dateList.push({\n literal: '',\n date_object: new Date(),\n timeList: []\n });\n let selector = '[ng-reflect-name=\"dateChoices_' + (this.config.dateList.length - 1) + '\"]';\n this.cd.detectChanges();\n const elem = this.document.querySelector(selector);\n if (elem) {\n elem.focus();\n }\n }\n\n /**\n * change time spans\n */\n addTime() {\n this.config.timeList.push(\n {\n literal: '',\n timeList: [],\n date_object: new Date()\n }\n );\n }\n\n removeAllTimes() {\n this.config.timeList = [];\n }\n\n resetTimes() {\n this.config.timeList = otherDefaultDates;\n }\n\n\n /**\n * add a time period to a specific date choice,\n * focus on the new input\n * @param config\n * @param id\n */\n addTimeToDate(config: any, id: number) {\n config.timeList.push({literal: ''});\n let selector = '[ng-reflect-name=\"dateTime_' + id + '_Choices_' + (config.timeList.length - 1) + '\"]';\n this.cd.detectChanges();\n const elem = this.document.querySelector(selector);\n if (elem) {\n elem.focus();\n }\n }\n\n /**\n * remove all input contents, does not reset to default\n */\n emptyAll() {\n this.config.dateList.forEach(element => {\n element.literal = '';\n element.date_object = new Date();\n element.timeList = ['', '', ''];\n });\n this.config.timeList.forEach(element => {\n element.literal = '';\n });\n }\n\n\n /**\n * add all the dates between the start and end dates in the interval section\n */\n addIntervalOfDates() {\n let newIntervalArray = this.dateUtilities.getDatesInRange(this.startDateInterval, this.endDateInterval, 1);\n\n const converted = [];\n newIntervalArray.forEach(element => {\n converted.push({\n literal: element.literal,\n date_object: element.date_object,\n timeList: []\n });\n });\n this.config.dateList = [...new Set(converted)]; // add only dates that are not already present with a Set of unique items\n this.showDateInterval = false;\n\n this.messageService.add({\n severity: 'success',\n summary: 'Dates ajoutées',\n detail: `les dates ont été ajoutées aux réponses possibles`\n });\n\n }\n\n\n}\n\n \n\n \n \n {{\"dates.title\"|translate}}\n\n\n\n \n\t\t\n {{\"dates.hours_different\"|translate}}\n\t\t\n \n {{\"dates.multiple.different\"|translate}}\n {{\"dates.multiple.identical\"|translate}}\n \n \n {{\"dates.hours_each_day\"|translate}}\n\t\t\n \n\n\n\n \n {{\"dates.add\"|translate}}\n\n\n \n {{\"dates.add_interval\"|translate}}\n\n\n\n \n {{\"dates.empty\"|translate}}\n\n\n \n \n {{\"dates.add_interval\"|translate}}\n \n {{\"dates.interval_propose\"|translate}}\n \n {{\"dates.interval_span\"|translate}}\n \n \n\n \n \n \n {{\"dates.interval_button\"|translate}}\n {{intervalDays}}\n {{\"dates.interval_button_dates\"|translate}}\n \n \n\n\n \n \n \n \n {{config.timeList.length}}\n \n \n\t\t{{\"dates.count_time\"|translate}}\n (pour chaque jour)\n\t\n\n \n \n \n \n {{\"dates.add_time\"|translate}}\n \n \n \n Aucune plage horaire\n \n \n \n réinitialiser\n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n {{config.dateList.length}}\n \n \n\t\t{{\"dates.count_dates\"|translate}}\n\t\n \n {{\"dates.add\"|translate}}\n \n \n {{id}})\n \n \n \n \n {{\"dates.add_time\"|translate}}\n \n \n \n choice.timeList :\n {{choice.timeList|json}}\n \n Several hours\n \n \n \n \n \n \n \n \n \n \n \n \n\n\n\n C'est parfait!\n\n\n Retour\n\n\n \n\n \n \n ./dates.component.scss\n \n .several-times {\n padding-left: 1em;\n}\n\n.date-interval {\n padding: 1em;\n margin-bottom: 1em;\n}\n\n.title {\n font-size: 1.5rem;\n}\n\n:host {\n input, button {\n + button {\n margin-left: 1em;\n }\n }\n\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{\"dates.title\"|translate}} \t\t {{\"dates.hours_different\"|translate}}\t\t {{\"dates.multiple.different\"|translate}} {{\"dates.multiple.identical\"|translate}} {{\"dates.hours_each_day\"|translate}}\t\t {{\"dates.add\"|translate}} {{\"dates.add_interval\"|translate}} {{\"dates.empty\"|translate}} {{\"dates.add_interval\"|translate}} {{\"dates.interval_propose\"|translate}} {{\"dates.interval_span\"|translate}} {{\"dates.interval_button\"|translate}} {{intervalDays}} {{\"dates.interval_button_dates\"|translate}} {{config.timeList.length}} \t\t{{\"dates.count_time\"|translate}} (pour chaque jour)\t {{\"dates.add_time\"|translate}} Aucune plage horaire réinitialiser {{config.dateList.length}} \t\t{{\"dates.count_dates\"|translate}}\t {{\"dates.add\"|translate}} {{id}}) {{\"dates.add_time\"|translate}} choice.timeList : {{choice.timeList|json}} Several hours C\\'est parfait! Retour'\n 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'}];\n var DIRECTIVES = [{'name': 'DateValueAccessor', 'selector': '[useValueAsDate]'},{'name': 'ResettableInputDirective', 'selector': '[framadateResettableInput]'}];\n var ACTUAL_COMPONENT = {'name': 'DatesComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/DebuggerComponent.html":{"url":"components/DebuggerComponent.html","title":"component - DebuggerComponent","body":"\n \n\n\n\n\n\n Components\n DebuggerComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/debugger/debugger.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n framadate-debugger\n \n\n \n styleUrls\n ./debugger.component.scss\n \n\n\n\n \n templateUrl\n ./debugger.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n config\n \n \n formIsValid\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n launchToast\n \n \n ngOnInit\n \n \n selectOption\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(config: ConfigService)\n \n \n \n \n Defined in src/app/debugger/debugger.component.ts:10\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n \n ConfigService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n launchToast\n \n \n \n \n \n \n \nlaunchToast()\n \n \n\n\n \n \n Defined in src/app/debugger/debugger.component.ts:27\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in src/app/debugger/debugger.component.ts:15\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n selectOption\n \n \n \n \n \n \n \nselectOption(key: string, val: any)\n \n \n\n\n \n \n Defined in src/app/debugger/debugger.component.ts:18\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n key\n \n string\n \n\n \n No\n \n\n\n \n \n val\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Public\n config\n \n \n \n \n \n \n Type : ConfigService\n\n \n \n \n \n Defined in src/app/debugger/debugger.component.ts:12\n \n \n\n\n \n \n \n \n \n \n \n \n \n formIsValid\n \n \n \n \n \n \n Default value : true\n \n \n \n \n Defined in src/app/debugger/debugger.component.ts:10\n \n \n\n\n \n \n\n\n\n\n\n \n import {Component, OnInit} from '@angular/core';\nimport {ConfigService} from '../services/config.service';\n\n@Component({\n selector: 'framadate-debugger',\n templateUrl: './debugger.component.html',\n styleUrls: ['./debugger.component.scss']\n})\nexport class DebuggerComponent implements OnInit {\n formIsValid = true;\n\n constructor(public config: ConfigService) {\n }\n\n ngOnInit() {\n }\n\n selectOption(key: string, val: any) {\n if (!this.config[key]) {\n return false;\n }\n this.config[key] = val;\n\n return true;\n }\n\n launchToast() {\n this.config.handleError({message: \"hop\"})\n }\n}\n\n \n\n \n \n \n \n infos de debug\n \n \n\t\t{{\"config.demo\"|translate}}\n\t\t\n \n \n \n étape actuelle {{config.step}} / {{config.stepMax}}\n \n \n formulaire valide : {{formIsValid}}\n \n \n type de formulaire: {{config.pollType}}\n \n \n \n Envoyer le formulaire\n \n \n get poll 1\n \n \n get my polls\n \n \n launch success toast\n \n \n See example of vote page\n \n\n\n \n\n \n \n ./debugger.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' infos de debug \t\t{{\"config.demo\"|translate}}\t\t étape actuelle {{config.step}} / {{config.stepMax}} formulaire valide : {{formIsValid}} type de formulaire: {{config.pollType}} Envoyer le formulaire get poll 1 get my polls launch success toast See example of vote page '\n 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'}];\n var DIRECTIVES = [{'name': 'DateValueAccessor', 'selector': '[useValueAsDate]'},{'name': 'ResettableInputDirective', 'selector': '[framadateResettableInput]'}];\n var ACTUAL_COMPONENT = {'name': 'DebuggerComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/EndConfirmationComponent.html":{"url":"components/EndConfirmationComponent.html","title":"component - EndConfirmationComponent","body":"\n \n\n\n\n\n\n Components\n EndConfirmationComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/end-confirmation/end-confirmation.component.ts\n\n\n\n \n Extends\n \n \n BaseComponent\n \n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n framadate-end-confirmation\n \n\n \n styleUrls\n ./end-confirmation.component.scss\n \n\n\n\n \n templateUrl\n ./end-confirmation.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n config\n \n \n Public\n http\n \n \n mailToRecieve\n \n \n Public\n config\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n copyLink\n \n \n ngOnInit\n \n \n sendToEmail\n \n \n checkValidity\n \n \n displayErrorMessage\n \n \n ngOnInit\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(config: ConfigService, http: HttpClient, messageService: MessageService)\n \n \n \n \n Defined in src/app/pages/end-confirmation/end-confirmation.component.ts:13\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n \n ConfigService\n \n \n \n No\n \n \n \n \n http\n \n \n HttpClient\n \n \n \n No\n \n \n \n \n messageService\n \n \n MessageService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n copyLink\n \n \n \n \n \n \n \ncopyLink(str: any)\n \n \n\n\n \n \n Defined in src/app/pages/end-confirmation/end-confirmation.component.ts:26\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n str\n \n any\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in src/app/pages/end-confirmation/end-confirmation.component.ts:23\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n sendToEmail\n \n \n \n \n \n \n \nsendToEmail()\n \n \n\n\n \n \n Defined in src/app/pages/end-confirmation/end-confirmation.component.ts:34\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n checkValidity\n \n \n \n \n \n \n \ncheckValidity()\n \n \n\n\n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:21\n\n \n \n\n\n \n \n\n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n displayErrorMessage\n \n \n \n \n \n \n \ndisplayErrorMessage()\n \n \n\n\n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:27\n\n \n \n\n\n \n \n\n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:17\n\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Public\n config\n \n \n \n \n \n \n Type : ConfigService\n\n \n \n \n \n Defined in src/app/pages/end-confirmation/end-confirmation.component.ts:15\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n http\n \n \n \n \n \n \n Type : HttpClient\n\n \n \n \n \n Defined in src/app/pages/end-confirmation/end-confirmation.component.ts:16\n \n \n\n\n \n \n \n \n \n \n \n \n \n mailToRecieve\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : ''\n \n \n \n \n Defined in src/app/pages/end-confirmation/end-confirmation.component.ts:13\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n config\n \n \n \n \n \n \n Type : ConfigService\n\n \n \n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:14\n\n \n \n\n\n \n \n\n\n\n\n\n \n import {Component, OnInit} from '@angular/core';\nimport {BaseComponent} from '../base-page/base.component';\nimport {HttpClient} from '@angular/common/http';\nimport {ConfigService} from \"../../services/config.service\";\nimport {MessageService} from 'primeng/api';\n\n@Component({\n selector: 'framadate-end-confirmation',\n templateUrl: './end-confirmation.component.html',\n styleUrls: ['./end-confirmation.component.scss']\n})\nexport class EndConfirmationComponent extends BaseComponent implements OnInit {\n mailToRecieve = '';\n\n constructor(public config: ConfigService,\n public http: HttpClient,\n private messageService: MessageService\n ) {\n super(config);\n this.mailToRecieve = this.config.myEmail;\n }\n\n ngOnInit() {\n }\n\n copyLink(str: any) {\n this.messageService.add({\n severity: 'success',\n summary: 'Lien copié',\n detail: str\n });\n }\n\n sendToEmail() {\n\n }\n}\n\n \n\n \n \n {{\"resume.title\"|translate}}\n\n\n {{\"resume.admins\"|translate}}\n \n\n Votre sondage « \n \n {{config.title}}\n \n  » a bien été créé !\n \n \n Voici les liens d’accès au sondage, conservez-les soigneusement !\n (Si vous les perdez vous pourrez toujours les recevoir par email)\n \n\n \n Pour accéder au sondage et à tous ses paramètres :\n {{config.urlAdmin}}\n \n \n \n \n Voir le sondage coté administrateur·ice\n \n \n Note : Le sondage sera supprimé {{config.deletionDateAfterLastModification}} jours après la date de sa dernière\n modification.\n \n\n\n\n\n {{\"resume.users\"|translate}}\n \n Pour accéder au sondage :\n {{config.urlPublic}}\n \n\n \n \n \n Voir le sondage\n \n\n\n\n {{\"resume.links_mail\"|translate}}\n \n Pour être sur de retrouver ces liens, nous pouvons vous les envoyer sur votre mail\n\n mail :\n \n\n \n\n \n Envoyer les liens du sondage\n \n \n Voir le sondage\n \n\n\n\n\n \n\n \n \n ./end-confirmation.component.scss\n \n :host {\n button {\n margin-right: 1em;\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{\"resume.title\"|translate}} {{\"resume.admins\"|translate}} Votre sondage «  {{config.title}}  » a bien été créé ! Voici les liens d’accès au sondage, conservez-les soigneusement ! (Si vous les perdez vous pourrez toujours les recevoir par email) Pour accéder au sondage et à tous ses paramètres : {{config.urlAdmin}} Voir le sondage coté administrateur·ice Note : Le sondage sera supprimé {{config.deletionDateAfterLastModification}} jours après la date de sa dernière modification. {{\"resume.users\"|translate}} Pour accéder au sondage : {{config.urlPublic}} Voir le sondage {{\"resume.links_mail\"|translate}} Pour être sur de retrouver ces liens, nous pouvons vous les envoyer sur votre mail mail : Envoyer les liens du sondage Voir le sondage '\n 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'}];\n var DIRECTIVES = [{'name': 'DateValueAccessor', 'selector': '[useValueAsDate]'},{'name': 'ResettableInputDirective', 'selector': '[framadateResettableInput]'}];\n var ACTUAL_COMPONENT = {'name': 'EndConfirmationComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/ErasableInputComponent.html":{"url":"components/ErasableInputComponent.html","title":"component - ErasableInputComponent","body":"\n \n\n\n\n\n\n Components\n ErasableInputComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/ui/erasable-input/erasable-input.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n framadate-erasable-input\n \n\n \n styleUrls\n ./erasable-input.component.scss\n \n\n\n\n \n templateUrl\n ./erasable-input.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n eraseInput\n \n \n ngOnInit\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n inputModel\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n inputModelChange\n \n \n \n \n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n \n \n Defined in src/app/ui/erasable-input/erasable-input.component.ts:11\n \n \n\n \n \n\n\n \n Inputs\n \n \n \n \n \n inputModel\n \n \n \n \n Defined in src/app/ui/erasable-input/erasable-input.component.ts:11\n \n \n \n \n\n \n Outputs\n \n \n \n \n \n inputModelChange\n \n \n \n \n Type : EventEmitter\n\n \n \n \n \n Defined in src/app/ui/erasable-input/erasable-input.component.ts:9\n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n eraseInput\n \n \n \n \n \n \n \neraseInput()\n \n \n\n\n \n \n Defined in src/app/ui/erasable-input/erasable-input.component.ts:19\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in src/app/ui/erasable-input/erasable-input.component.ts:16\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n\n\n\n\n \n import {Component, EventEmitter, Input, OnInit, Output} from '@angular/core';\n\n@Component({\n selector: 'framadate-erasable-input',\n templateUrl: './erasable-input.component.html',\n styleUrls: ['./erasable-input.component.scss']\n})\nexport class ErasableInputComponent implements OnInit {\n @Output() inputModelChange = new EventEmitter();\n\n @Input() inputModel;\n\n constructor() {\n }\n\n ngOnInit() {\n }\n\n eraseInput() {\n //\n this.inputModelChange.emit('');\n // TODO focus on other element\n }\n\n}\n\n \n\n \n \n \n\n\n \n\n \n \n ./erasable-input.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' '\n 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'}];\n var DIRECTIVES = [{'name': 'DateValueAccessor', 'selector': '[useValueAsDate]'},{'name': 'ResettableInputDirective', 'selector': '[framadateResettableInput]'}];\n var ACTUAL_COMPONENT = {'name': 'ErasableInputComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/HeaderComponent.html":{"url":"components/HeaderComponent.html","title":"component - HeaderComponent","body":"\n \n\n\n\n\n\n Components\n HeaderComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/header/header.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n framadate-header\n \n\n \n styleUrls\n ./header.component.scss\n \n\n\n\n \n templateUrl\n ./header.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n ngOnInit\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n \n \n Defined in src/app/header/header.component.ts:8\n \n \n\n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in src/app/header/header.component.ts:12\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n\n\n\n\n \n import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'framadate-header',\n templateUrl: './header.component.html',\n styleUrls: ['./header.component.scss']\n})\nexport class HeaderComponent implements OnInit {\n\n constructor() { }\n\n ngOnInit() {\n }\n\n}\n\n \n\n \n (progression)\n\n\n \n\n \n \n ./header.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = '(progression)'\n 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'}];\n var DIRECTIVES = [{'name': 'DateValueAccessor', 'selector': '[useValueAsDate]'},{'name': 'ResettableInputDirective', 'selector': '[framadateResettableInput]'}];\n var ACTUAL_COMPONENT = {'name': 'HeaderComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/HomeComponent.html":{"url":"components/HomeComponent.html","title":"component - HomeComponent","body":"\n \n\n\n\n\n\n Components\n HomeComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/home/home.component.ts\n\n\n\n \n Extends\n \n \n BaseComponent\n \n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n framadate-home\n \n\n \n styleUrls\n ./home.component.scss\n \n\n\n\n \n templateUrl\n ./home.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n config\n \n \n nextStep\n \n \n Public\n config\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n ngOnInit\n \n \n checkValidity\n \n \n displayErrorMessage\n \n \n ngOnInit\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(config: ConfigService)\n \n \n \n \n Defined in src/app/pages/home/home.component.ts:12\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n \n ConfigService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in src/app/pages/home/home.component.ts:17\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n checkValidity\n \n \n \n \n \n \n \ncheckValidity()\n \n \n\n\n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:21\n\n \n \n\n\n \n \n\n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n displayErrorMessage\n \n \n \n \n \n \n \ndisplayErrorMessage()\n \n \n\n\n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:27\n\n \n \n\n\n \n \n\n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:17\n\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Public\n config\n \n \n \n \n \n \n Type : ConfigService\n\n \n \n \n \n Defined in src/app/pages/home/home.component.ts:13\n \n \n\n\n \n \n \n \n \n \n \n \n \n nextStep\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : '/step/answers'\n \n \n \n \n Defined in src/app/pages/home/home.component.ts:12\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n config\n \n \n \n \n \n \n Type : ConfigService\n\n \n \n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:14\n\n \n \n\n\n \n \n\n\n\n\n\n \n import {Component, OnInit} from '@angular/core';\nimport {ConfigService} from \"../../services/config.service\";\nimport {BaseComponent} from \"../base-page/base.component\";\n\n@Component({\n selector: 'framadate-home',\n templateUrl: './home.component.html',\n styleUrls: ['./home.component.scss']\n})\nexport class HomeComponent extends BaseComponent implements OnInit {\n\n nextStep = '/step/answers';\n constructor(public config: ConfigService) {\n super(config);\n }\n\n ngOnInit() {\n }\n\n}\n\n \n\n \n \n \n \n {{\"creation.title\"|translate}}\n \n \n\t\t{{\"creation.want\"|translate}}\n\t\n \n Reset all\n \n \n \n {{\"creation.kind.date\"|translate}}\n \n \n {{\"creation.kind.classic\"|translate}}\n \n \n\n \n\t\n\n \n\n \n {{\"creation.choose_title\"|translate}}\n \n \n \n \n\n \n \n {{\"creation.name\"|translate}} :\n \n \n \n \n\n \n \n {{\"creation.description\"|translate}}:\n \n \n \n \n \n \n \n Mon email pour administrer le sondage est\n \n \n \n \n\n \n Continuer\n \n \n \n Continuer\n \n \n \n Retour\n \n \n\n\n \n\n \n \n ./home.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{\"creation.title\"|translate}} \t\t{{\"creation.want\"|translate}}\t Reset all {{\"creation.kind.date\"|translate}} {{\"creation.kind.classic\"|translate}} \t {{\"creation.choose_title\"|translate}} {{\"creation.name\"|translate}} : {{\"creation.description\"|translate}}: Mon email pour administrer le sondage est Continuer Continuer Retour '\n 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'}];\n var DIRECTIVES = [{'name': 'DateValueAccessor', 'selector': '[useValueAsDate]'},{'name': 'ResettableInputDirective', 'selector': '[framadateResettableInput]'}];\n var ACTUAL_COMPONENT = {'name': 'HomeComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/Item.html":{"url":"interfaces/Item.html","title":"interface - Item","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n Item\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/ui/selector/selector.component.ts\n \n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n label\n \n \n value\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n label\n \n \n \n \n label: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n value\n \n \n \n \n value: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import {Component, Input, OnInit} from '@angular/core';\n\ninterface Item {\n label: string,\n value: string\n}\n\ninterface SelectorConfig {\n label: string,\n name: string,\n id: string,\n selectorNgModel: any,\n listItems: Item[]\n}\n\n@Component({\n selector: 'framadate-selector',\n templateUrl: './selector.component.html',\n styleUrls: ['./selector.component.scss']\n})\nexport class SelectorComponent implements OnInit {\n @Input() selectorConfig: SelectorConfig;\n\n constructor() {\n }\n\n ngOnInit() {\n }\n\n}\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/KindComponent.html":{"url":"components/KindComponent.html","title":"component - KindComponent","body":"\n \n\n\n\n\n\n Components\n KindComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/kind/kind.component.ts\n\n\n\n \n Extends\n \n \n BaseComponent\n \n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n framadate-page-kind\n \n\n \n styleUrls\n ./kind.component.scss\n \n\n\n\n \n templateUrl\n ./kind.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n config\n \n \n Public\n config\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n ngOnInit\n \n \n checkValidity\n \n \n displayErrorMessage\n \n \n ngOnInit\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(config: ConfigService)\n \n \n \n \n Defined in src/app/pages/kind/kind.component.ts:10\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n \n ConfigService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in src/app/pages/kind/kind.component.ts:16\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n checkValidity\n \n \n \n \n \n \n \ncheckValidity()\n \n \n\n\n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:21\n\n \n \n\n\n \n \n\n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n displayErrorMessage\n \n \n \n \n \n \n \ndisplayErrorMessage()\n \n \n\n\n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:27\n\n \n \n\n\n \n \n\n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:17\n\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Public\n config\n \n \n \n \n \n \n Type : ConfigService\n\n \n \n \n \n Defined in src/app/pages/kind/kind.component.ts:12\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n config\n \n \n \n \n \n \n Type : ConfigService\n\n \n \n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:14\n\n \n \n\n\n \n \n\n\n\n\n\n \n import {Component, OnInit} from '@angular/core';\nimport {BaseComponent} from '../base-page/base.component';\nimport {ConfigService} from '../../services/config.service';\n\n@Component({\n selector: 'framadate-page-kind',\n templateUrl: './kind.component.html',\n styleUrls: ['./kind.component.scss']\n})\nexport class KindComponent extends BaseComponent implements OnInit {\n\n constructor(public config: ConfigService) {\n super(config);\n }\n\n ngOnInit() {\n }\n\n}\n\n \n\n \n page de démo\ncette étape est en cours de développement. S'inspirer de la page de Home pour réaliser d'autres pages\n\nC'est parfait!\nAtoms\n\n \n Headings\n\n Ceci est un h1\n Ceci est un h2\n Ceci est un h3\n \n\n \n Links\n \n \n \n C'est parti !\n \n \n \n \n \n \n C'est parti !\n \n \n \n \n\n \n Buttons\n\n \n primary - default\n \n\n \n\n \n primary - small\n \n\n \n\n \n primary - outline - default\n \n\n \n\n \n primary - outline - small\n \n\n \n\n \n\n \n\n \n alert - small\n \n\n \n\n \n alert - outline - default\n \n\n \n\n \n alert - outline - small\n \n\n \n\n \n primary - full\n \n\n \n primary - outline - full\n \n\n \n alert - full\n \n\n \n alert - outline - full\n \n\n \n\n \n Forms element\n\n Labels\n\n Un label pour les labelliser tous\n\n Input name\n \n \n\n Input email\n \n \n\n Input password\n \n \n\n Input date\n \n \n\n Select\n \n \n 1\n \n \n 2\n \n \n 3\n \n \n\n Textarea\n \n \n\n \n Paragraphs\n\n Lorem, ipsum dolor sit amet consectetur adipisicing elit. Magnam perspiciatis minus libero error dolores.\n Corrupti repellat vero repellendus reiciendis assumenda minus. Nobis, quaerat ut nihil minima sed animi\n delectus beatae!\n \n\n \n Lists\n\n Unordered list\n \n \n plop\n \n \n plop\n \n \n plop\n \n \n\n Ordered list\n \n \n plop\n \n \n plop\n \n \n plop\n \n \n \n\n \n Images\n \n \n\n\n\n Molecules\n \n \n Useful classes\n\n Align right\n \n \n \n C'est parti !\n \n \n \n \n\n \n Label + input name\n Ceci est un label un peu long mais pas trop\n \n \n\n \n Label + select\n Ceci est un label un peu long mais pas trop\n \n \n 1\n \n \n 2\n \n \n 3\n \n \n \n\n \n Input name with info\n like here\n \n\n \n Commentaries\n \n\n\n\n Components\n\n \n Images list\n that\n \n\n \n Calendar\n \n\n \n Modale\n \n\n \n Way to vote\n that\n \n\n \n Voted\n that\n \n\n \n Graphics\n that\n \n\n\n \n\n \n \n ./kind.component.scss\n \n @charset \"UTF-8\";\n\nsection {\n &:not(:last-of-type) {\n border-bottom: 6px solid #000;\n }\n\n + section {\n margin: 0 !important;\n }\n\n}\n\narticle {\n padding: 2rem 0;\n border-top: 3px solid #ffb92c;\n\n h3 {\n &:not(:first-of-type) {\n margin-top: 2rem;\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = 'page de démocette étape est en cours de développement. S\\'inspirer de la page de Home pour réaliser d\\'autres pagesC\\'est parfait!Atoms Headings Ceci est un h1 Ceci est un h2 Ceci est un h3 Links C\\'est parti ! C\\'est parti ! Buttons primary - default primary - small primary - outline - default primary - outline - small alert - small alert - outline - default alert - outline - small primary - full primary - outline - full alert - full alert - outline - full Forms element Labels Un label pour les labelliser tous Input name Input email Input password Input date Select 1 2 3 Textarea Paragraphs Lorem, ipsum dolor sit amet consectetur adipisicing elit. Magnam perspiciatis minus libero error dolores. Corrupti repellat vero repellendus reiciendis assumenda minus. Nobis, quaerat ut nihil minima sed animi delectus beatae! Lists Unordered list plop plop plop Ordered list plop plop plop Images Molecules Useful classes Align right C\\'est parti ! Label + input name Ceci est un label un peu long mais pas trop Label + select Ceci est un label un peu long mais pas trop 1 2 3 Input name with info like here Commentaries Components Images list that Calendar Modale Way to vote that Voted that Graphics that '\n 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'}];\n var DIRECTIVES = [{'name': 'DateValueAccessor', 'selector': '[useValueAsDate]'},{'name': 'ResettableInputDirective', 'selector': '[framadateResettableInput]'}];\n var ACTUAL_COMPONENT = {'name': 'KindComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/MyMissingTranslationHandler.html":{"url":"classes/MyMissingTranslationHandler.html","title":"class - MyMissingTranslationHandler","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n MyMissingTranslationHandler\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/app.module.ts\n \n\n\n\n \n Implements\n \n \n MissingTranslationHandler\n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n handle\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n handle\n \n \n \n \n \n \n \nhandle(params: MissingTranslationHandlerParams)\n \n \n\n\n \n \n Defined in src/app/app.module.ts:62\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n params\n \n MissingTranslationHandlerParams\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : string\n\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n\n\n \n import {BrowserModule} from '@angular/platform-browser';\nimport {NgModule} from '@angular/core';\nimport {AppRoutingModule} from './app-routing.module';\nimport {AppComponent} from './app.component';\nimport {BaseComponent} from './pages/base-page/base.component';\nimport {KindComponent} from './pages/kind/kind.component';\nimport {HeaderComponent} from './header/header.component';\nimport {FormsModule} from '@angular/forms';\nimport {NavigationComponent} from './ui/navigation/navigation.component';\nimport {RouterModule} from '@angular/router';\nimport {Routes} from './config/Routes';\nimport {CommonModule, registerLocaleData} from '@angular/common';\nimport {DatesComponent} from './pages/dates/dates.component';\nimport {DebuggerComponent} from './debugger/debugger.component';\nimport {VisibilityComponent} from './pages/visibility/visibility.component';\nimport {ResumeComponent} from './pages/resume/resume.component';\nimport {PicturesComponent} from './pages/pictures/pictures.component';\nimport {AnswersComponent} from './pages/answers/answers.component';\nimport {EndConfirmationComponent} from './pages/end-confirmation/end-confirmation.component';\nimport {CreateOrRetrieveComponent} from './pages/create-or-retrieve/create-or-retrieve.component';\nimport localeFr from '@angular/common/locales/fr';\nimport localeEn from '@angular/common/locales/en';\nimport {VotingSummaryComponent} from './pages/voting/voting-summary/voting-summary.component';\nimport {VotingGraphComponent} from './pages/voting/voting-graph/voting-graph.component';\nimport {VotingChoiceComponent} from './pages/voting/voting-choice/voting-choice.component';\nimport {PasswordComponent} from './pages/password/password.component';\nimport {HomeComponent} from './pages/home/home.component';\nimport {HttpClient, HttpClientModule} from '@angular/common/http';\nimport {MarkdownModule} from 'ngx-markdown';\nimport {\n MissingTranslationHandler,\n MissingTranslationHandlerParams,\n TranslateLoader,\n TranslateModule,\n TranslateService\n} from '@ngx-translate/core';\nimport {TranslateHttpLoader} from '@ngx-translate/http-loader';\nimport {PollGraphicComponent} from './poll-graphic/poll-graphic.component';\n\nimport {AdminComponent} from './pages/admin/admin.component';\nimport {SelectorComponent} from './ui/selector/selector.component';\nimport {BrowserAnimationsModule} from \"@angular/platform-browser/animations\";\nimport {ConfigService} from \"./services/config.service\";\nimport {PollService} from \"./services/poll.service\";\nimport {ToastModule} from 'primeng/toast';\nimport {ConfirmationService, MessageModule, MessageService} from \"primeng\";\nimport {PollDisplayComponent} from './pages/poll-display/poll-display.component';\nimport {VotingComponent} from './pages/voting/voting.component';\nimport {VotingCommentComponent} from './pages/voting/voting-comment/voting-comment.component';\nimport {ResettableInputDirective} from './ui/directives/resettable-input.directive';\nimport {ClipboardModule} from \"ngx-clipboard\";\nimport {ErasableInputComponent} from './ui/erasable-input/erasable-input.component';\nimport {ConfirmDialogModule} from 'primeng/confirmdialog';\nimport {DialogModule} from 'primeng/dialog';\nimport {DateValueAccessorModule} from \"./custom-lib/date-value-accessor\";\nimport {CopyTextComponent} from './ui/copy-text/copy-text.component';\nimport {CommentsListComponent} from './pages/voting/comments-list/comments-list.component';\nimport {ChoicesListComponent} from './pages/voting/choices-list/choices-list.component';\nimport {VotingNavigationComponent} from './pages/voting/voting-navigation/voting-navigation.component';\n\nexport class MyMissingTranslationHandler implements MissingTranslationHandler {\n handle(params: MissingTranslationHandlerParams) {\n return 'some value';\n }\n}\n\nregisterLocaleData(localeFr, 'fr');\nregisterLocaleData(localeEn, 'en');\n\nexport function HttpLoaderFactory(http: HttpClient) {\n return new TranslateHttpLoader(http);\n}\n\n@NgModule({\n declarations: [\n AppComponent,\n BaseComponent,\n KindComponent,\n HeaderComponent,\n NavigationComponent,\n DatesComponent,\n DebuggerComponent,\n VisibilityComponent,\n ResumeComponent,\n PicturesComponent,\n AnswersComponent,\n EndConfirmationComponent,\n CreateOrRetrieveComponent,\n VotingSummaryComponent,\n VotingGraphComponent,\n VotingChoiceComponent,\n PasswordComponent,\n HomeComponent,\n PollGraphicComponent,\n AdminComponent,\n SelectorComponent,\n PollDisplayComponent,\n VotingComponent,\n VotingCommentComponent,\n ResettableInputDirective,\n ErasableInputComponent,\n CopyTextComponent,\n CommentsListComponent,\n ChoicesListComponent,\n VotingNavigationComponent,\n\n ],\n imports: [\n ConfirmDialogModule,\n ClipboardModule,\n CommonModule,\n BrowserModule,\n DialogModule,\n DateValueAccessorModule,\n BrowserAnimationsModule,\n AppRoutingModule,\n ToastModule,\n MessageModule,\n MarkdownModule.forRoot(),\n TranslateModule.forRoot({\n missingTranslationHandler: {\n provide: MissingTranslationHandler,\n useClass: MyMissingTranslationHandler,\n },\n // useDefaultLang: false,\n loader: {\n provide: TranslateLoader,\n useFactory: HttpLoaderFactory,\n deps: [HttpClient]\n }\n }),\n HttpClientModule,\n FormsModule,\n RouterModule.forRoot(Routes, {useHash: true})\n ],\n providers: [TranslateService, ConfigService, PollService, MessageService, ConfirmationService],\n bootstrap: [AppComponent]\n})\nexport class AppModule {\n}\n\n \n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/NavigationComponent.html":{"url":"components/NavigationComponent.html","title":"component - NavigationComponent","body":"\n \n\n\n\n\n\n Components\n NavigationComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/ui/navigation/navigation.component.ts\n\n\n\n \n Extends\n \n \n BaseComponent\n \n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n framadate-navigation\n \n\n \n styleUrls\n ./navigation.component.scss\n \n\n\n\n \n templateUrl\n ./navigation.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n config\n \n \n Public\n route\n \n \n Public\n config\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n nextPage\n \n \n ngOnInit\n \n \n checkValidity\n \n \n displayErrorMessage\n \n \n ngOnInit\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n step\n \n \n \n \n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(config: ConfigService, route: Router)\n \n \n \n \n Defined in src/app/ui/navigation/navigation.component.ts:14\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n \n ConfigService\n \n \n \n No\n \n \n \n \n route\n \n \n Router\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n step\n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'home'\n \n \n \n \n Defined in src/app/ui/navigation/navigation.component.ts:14\n \n \n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n nextPage\n \n \n \n \n \n \n \nnextPage()\n \n \n\n\n \n \n Defined in src/app/ui/navigation/navigation.component.ts:26\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in src/app/ui/navigation/navigation.component.ts:22\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n checkValidity\n \n \n \n \n \n \n \ncheckValidity()\n \n \n\n\n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:21\n\n \n \n\n\n \n \n\n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n displayErrorMessage\n \n \n \n \n \n \n \ndisplayErrorMessage()\n \n \n\n\n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:27\n\n \n \n\n\n \n \n\n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:17\n\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Public\n config\n \n \n \n \n \n \n Type : ConfigService\n\n \n \n \n \n Defined in src/app/ui/navigation/navigation.component.ts:16\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n route\n \n \n \n \n \n \n Type : Router\n\n \n \n \n \n Defined in src/app/ui/navigation/navigation.component.ts:17\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n config\n \n \n \n \n \n \n Type : ConfigService\n\n \n \n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:14\n\n \n \n\n\n \n \n\n\n\n\n\n \n import {Component, Input, OnInit} from '@angular/core';\nimport {BaseComponent} from '../../pages/base-page/base.component';\n\nimport {Router} from '@angular/router';\nimport {ConfigService} from '../../services/config.service';\n\n@Component({\n selector: 'framadate-navigation',\n templateUrl: './navigation.component.html',\n styleUrls: ['./navigation.component.scss']\n})\nexport class NavigationComponent extends BaseComponent implements OnInit {\n\n @Input() public step: string = 'home';\n\n constructor(public config: ConfigService,\n public route: Router) {\n super(config);\n\n }\n\n ngOnInit() {\n\n }\n\n nextPage() {\n if (this.checkValidity()) {\n if (this.config.step \n \n\n \n \n \n \n \n \n Création\n \n \n Les Dates\n \n \n Réponses\n \n \n Visibilité\n \n \n Base\n \n \n Images\n \n \n Résumé\n \n \n Confirmation\n \n \n Page démo\n \n \n Sondage dessins animés\n \n \n Sondage 4\n \n \n Sondage 5\n \n \n Graphique\n \n \n Administration\n \n \n Accueil\n \n\n\n \n\n \n \n ./navigation.component.scss\n \n @charset \"UTF-8\";\n\nnav {\n text-align: center;\n margin-bottom: 3.2rem;\n padding-top: 1.6rem;\n padding-bottom: 1.6rem;\n border-top: 2px solid #ffd52c;\n border-bottom: 2px solid #ffd52c;\n\n a {\n &::before {\n display: inline-block;\n position: relative;\n width: auto;\n background: none;\n }\n\n &::after {\n display: none;\n }\n\n &:not(:first-of-type)::before {\n content: ' | ';\n\n }\n\n &.active {\n color: white;\n background: black;\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Création Les Dates Réponses Visibilité Base Images Résumé Confirmation Page démo Sondage dessins animés Sondage 4 Sondage 5 Graphique Administration Accueil '\n 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'}];\n var DIRECTIVES = [{'name': 'DateValueAccessor', 'selector': '[useValueAsDate]'},{'name': 'ResettableInputDirective', 'selector': '[framadateResettableInput]'}];\n var ACTUAL_COMPONENT = {'name': 'NavigationComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/PasswordComponent.html":{"url":"components/PasswordComponent.html","title":"component - PasswordComponent","body":"\n \n\n\n\n\n\n Components\n PasswordComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/password/password.component.ts\n\n\n\n \n Extends\n \n \n BaseComponent\n \n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n framadate-password\n \n\n \n styleUrls\n ./password.component.scss\n \n\n\n\n \n templateUrl\n ./password.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n config\n \n \n Public\n config\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n ngOnInit\n \n \n checkValidity\n \n \n displayErrorMessage\n \n \n ngOnInit\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(config: ConfigService)\n \n \n \n \n Defined in src/app/pages/password/password.component.ts:10\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n \n ConfigService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in src/app/pages/password/password.component.ts:16\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n checkValidity\n \n \n \n \n \n \n \ncheckValidity()\n \n \n\n\n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:21\n\n \n \n\n\n \n \n\n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n displayErrorMessage\n \n \n \n \n \n \n \ndisplayErrorMessage()\n \n \n\n\n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:27\n\n \n \n\n\n \n \n\n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:17\n\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Public\n config\n \n \n \n \n \n \n Type : ConfigService\n\n \n \n \n \n Defined in src/app/pages/password/password.component.ts:12\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n config\n \n \n \n \n \n \n Type : ConfigService\n\n \n \n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:14\n\n \n \n\n\n \n \n\n\n\n\n\n \n import { Component, OnInit } from '@angular/core';\nimport {BaseComponent} from \"../base-page/base.component\";\nimport {ConfigService} from \"../../services/config.service\";\n\n@Component({\n selector: 'framadate-password',\n templateUrl: './password.component.html',\n styleUrls: ['./password.component.scss']\n})\nexport class PasswordComponent extends BaseComponent implements OnInit {\n\n constructor(public config: ConfigService) {\n super(config);\n }\n\n ngOnInit() {\n }\n\n}\n\n \n\n \n Nom du sondage\nCe sondage est protégé par un mot de passe\n\n\n Mot de passe :\n \n \n \n \n\n\n\n\n \n\n \n \n ./password.component.scss\n \n form{\n display:flex;\n flex-direction: column;\n}\nlabel{\n font-weight: 600;\n font-size: 18px;\n}\nh1{\n display:flex;\n align-self: center;\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = 'Nom du sondageCe sondage est protégé par un mot de passe Mot de passe : '\n 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'}];\n var DIRECTIVES = [{'name': 'DateValueAccessor', 'selector': '[useValueAsDate]'},{'name': 'ResettableInputDirective', 'selector': '[framadateResettableInput]'}];\n var ACTUAL_COMPONENT = {'name': 'PasswordComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/PicturesComponent.html":{"url":"components/PicturesComponent.html","title":"component - PicturesComponent","body":"\n \n\n\n\n\n\n Components\n PicturesComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/pictures/pictures.component.ts\n\n\n\n \n Extends\n \n \n BaseComponent\n \n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n framadate-pictures\n \n\n \n styleUrls\n ./pictures.component.scss\n \n\n\n\n \n templateUrl\n ./pictures.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n config\n \n \n Public\n config\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n ngOnInit\n \n \n checkValidity\n \n \n displayErrorMessage\n \n \n ngOnInit\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(config: ConfigService)\n \n \n \n \n Defined in src/app/pages/pictures/pictures.component.ts:10\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n \n ConfigService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in src/app/pages/pictures/pictures.component.ts:16\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n checkValidity\n \n \n \n \n \n \n \ncheckValidity()\n \n \n\n\n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:21\n\n \n \n\n\n \n \n\n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n displayErrorMessage\n \n \n \n \n \n \n \ndisplayErrorMessage()\n \n \n\n\n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:27\n\n \n \n\n\n \n \n\n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:17\n\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Public\n config\n \n \n \n \n \n \n Type : ConfigService\n\n \n \n \n \n Defined in src/app/pages/pictures/pictures.component.ts:12\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n config\n \n \n \n \n \n \n Type : ConfigService\n\n \n \n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:14\n\n \n \n\n\n \n \n\n\n\n\n\n \n import {Component, OnInit} from '@angular/core';\nimport {ConfigService} from '../../services/config.service';\nimport {BaseComponent} from '../base-page/base.component';\n\n@Component({\n selector: 'framadate-pictures',\n templateUrl: './pictures.component.html',\n styleUrls: ['./pictures.component.scss']\n})\nexport class PicturesComponent extends BaseComponent implements OnInit {\n\n constructor(public config: ConfigService) {\n super(config);\n }\n\n ngOnInit() {\n }\n\n}\n\n \n\n \n \n\n\tImages\n\nok\n\n\n \n\n \n \n ./pictures.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = '\tImagesok'\n 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'}];\n var DIRECTIVES = [{'name': 'DateValueAccessor', 'selector': '[useValueAsDate]'},{'name': 'ResettableInputDirective', 'selector': '[framadateResettableInput]'}];\n var ACTUAL_COMPONENT = {'name': 'PicturesComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/PollAnswer.html":{"url":"interfaces/PollAnswer.html","title":"interface - PollAnswer","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n PollAnswer\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/config/defaultConfigs.ts\n \n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n date_object\n \n \n file\n \n \n id\n \n \n literal\n \n \n text\n \n \n timeList\n \n \n url\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n date_object\n \n \n \n \n date_object: Date\n\n \n \n\n\n \n \n Type : Date\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n file\n \n \n \n \n file: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n id\n \n \n \n \n id: number\n\n \n \n\n\n \n \n Type : number\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n literal\n \n \n \n \n literal: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n text\n \n \n \n \n text: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n timeList\n \n \n \n \n timeList: TimeSlices[]\n\n \n \n\n\n \n \n Type : TimeSlices[]\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n url\n \n \n \n \n url: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n export interface DateChoice {\n literal: string,\n timeList: TimeSlices[],\n date_object: Date\n}\n\nexport interface TimeSlices {\n literal: string\n}\n\nexport interface PollAnswer {\n id: number,\n text: string,\n url: string,\n file: string,\n literal: string,\n date_object: Date,\n timeList: TimeSlices[]\n}\n\nconst currentYear = new Date().getFullYear();\nconst currentMonth = new Date().getMonth();\nconst currentDay = new Date().getDate();\ndebugger;\n\nexport const basicSlicesOfDay: TimeSlices[] = [\n {literal: 'matin'},\n {literal: 'midi'},\n {literal: 'soir'}\n];\nexport const otherSlicesOfDay: TimeSlices[] = [\n {literal: 'aux aurores'},\n {literal: 'au petit dej'},\n {literal: 'au deuxième petit dej des hobbits'}\n];\nexport const defaultTimeOfDay: TimeSlices[] = (() => {\n return [...basicSlicesOfDay]\n})();\n\nexport const otherTimeOfDay: TimeSlices[] = (() => {\n return [...otherSlicesOfDay]\n})();\nexport const defaultDates: DateChoice[] = [\n {\n literal: `${currentYear}-${currentMonth}-${currentDay}`,\n date_object: new Date(),\n timeList: defaultTimeOfDay\n },\n {\n literal: `${currentYear}-${currentMonth}-${currentDay + 1}`,\n date_object: new Date(),\n timeList: defaultTimeOfDay\n },\n {\n literal: `${currentYear}-${currentMonth}-${currentDay + 2}`,\n date_object: new Date(),\n timeList: defaultTimeOfDay\n }\n];\n\nexport const otherDefaultDates: DateChoice[] = [\n {\n literal: `${currentYear}-${currentMonth}-${currentDay}`,\n date_object: new Date(),\n timeList: otherTimeOfDay\n },\n {\n literal: `${currentYear}-${currentMonth}-${currentDay + 1}`,\n date_object: new Date(currentYear, currentMonth, currentDay + 1),\n timeList: defaultTimeOfDay\n },\n {\n literal: `${currentYear}-${currentMonth}-${currentDay + 2}`,\n date_object: new Date(),\n timeList: otherTimeOfDay\n }\n];\nexport const defaultAnswers: PollAnswer[] = [{\n id: 0,\n text: 'réponse de démo 1',\n file: '',\n url: 'https://mastodon.cipherbliss.com/system/media_attachments/files/001/439/118/original/6fcf149bd902841b.png?1579471574',\n literal: `${currentYear}-${currentMonth}-${currentDay}`,\n date_object: new Date(),\n timeList: otherSlicesOfDay\n},\n {\n id: 1,\n text: 'réponse 2',\n file: '',\n url: 'https://mastodon.cipherbliss.com/system/media_attachments/files/001/439/118/original/6fcf149bd902841b.png?1579471574',\n literal: `${currentYear}-${currentMonth}-${currentDay + 1}`,\n date_object: new Date(),\n timeList: basicSlicesOfDay\n },\n {\n id: 2,\n text: 'la réponse D',\n file: '',\n url: 'https://mastodon.cipherbliss.com/system/media_attachments/files/001/439/118/original/6fcf149bd902841b.png?1579471574',\n literal: `${currentYear}-${currentMonth}-${currentDay + 2}`,\n date_object: new Date(),\n timeList: otherSlicesOfDay\n }];\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/PollConfig.html":{"url":"classes/PollConfig.html","title":"class - PollConfig","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n PollConfig\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/config/PollConfig.ts\n \n\n \n Description\n \n \n configuration of the poll, add new fields at will\n\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n adminKey\n \n \n allowSeveralHours\n \n \n answers\n \n \n canModifyAnswers\n \n \n creationDate\n \n \n currentPoll\n \n \n customUrl\n \n \n customUrlIsUnique\n \n \n dateList\n \n \n deletionDateAfterLastModification\n \n \n description\n \n \n expiracyDateDefaultInDays\n \n \n expirationDate\n \n \n isAdmin\n \n \n myComment\n \n \n myEmail\n \n \n myName\n \n \n myPolls\n \n \n myTempVoteStack\n \n \n myVoteStack\n \n \n owner_modifier_token\n \n \n password\n \n \n passwordAccess\n \n \n pollId\n \n \n pollSlug\n \n \n pollType\n \n \n step\n \n \n stepMax\n \n \n timeList\n \n \n title\n \n \n urlAdmin\n \n \n urlPublic\n \n \n urlSlugPublic\n \n \n visibility\n \n \n voteChoices\n \n \n voteStackId\n \n \n whoCanChangeAnswers\n \n \n whoModifiesAnswers\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n resetConfig\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n adminKey\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : ''\n \n \n \n \n Defined in src/app/config/PollConfig.ts:58\n \n \n\n\n \n \n \n \n \n \n \n \n \n allowSeveralHours\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'true'\n \n \n \n \n Defined in src/app/config/PollConfig.ts:41\n \n \n\n\n \n \n \n \n \n \n \n \n \n answers\n \n \n \n \n \n \n Type : PollAnswer[]\n\n \n \n \n \n Default value : defaultAnswers\n \n \n \n \n Defined in src/app/config/PollConfig.ts:66\n \n \n\n\n \n \n \n \n \n \n \n \n \n canModifyAnswers\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : true\n \n \n \n \n Defined in src/app/config/PollConfig.ts:60\n \n \n\n\n \n \n \n \n \n \n \n \n \n creationDate\n \n \n \n \n \n \n Default value : new Date()\n \n \n \n \n Defined in src/app/config/PollConfig.ts:45\n \n \n\n\n \n \n \n \n \n \n \n \n \n currentPoll\n \n \n \n \n \n \n Defined in src/app/config/PollConfig.ts:50\n \n \n\n\n \n \n \n \n \n \n \n \n \n customUrl\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : ''\n \n \n \n \n Defined in src/app/config/PollConfig.ts:53\n \n \n\n\n \n \n \n \n \n \n \n \n \n customUrlIsUnique\n \n \n \n \n \n \n Type : null\n\n \n \n \n \n Default value : null\n \n \n \n \n Defined in src/app/config/PollConfig.ts:54\n \n \n\n\n \n \n \n \n \n \n \n \n \n dateList\n \n \n \n \n \n \n Type : any\n\n \n \n \n \n Default value : otherDefaultDates\n \n \n \n \n Defined in src/app/config/PollConfig.ts:63\n \n \n\n\n \n \n \n \n \n \n \n \n \n deletionDateAfterLastModification\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 180\n \n \n \n \n Defined in src/app/config/PollConfig.ts:27\n \n \n\n\n \n \n \n \n \n \n \n \n \n description\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'ma description'\n \n \n \n \n Defined in src/app/config/PollConfig.ts:32\n \n \n\n\n \n \n \n \n \n \n \n \n \n expiracyDateDefaultInDays\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 60\n \n \n \n \n Defined in src/app/config/PollConfig.ts:26\n \n \n\n\n \n \n \n \n \n \n \n \n \n expirationDate\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : ''\n \n \n \n \n Defined in src/app/config/PollConfig.ts:46\n \n \n\n\n \n \n \n \n \n \n \n \n \n isAdmin\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : true\n \n \n \n \n Defined in src/app/config/PollConfig.ts:35\n \n \n\n\n \n \n \n \n \n \n \n \n \n myComment\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'wouah trop bien framadate!'\n \n \n \n \n Defined in src/app/config/PollConfig.ts:34\n \n \n\n\n \n \n \n \n \n \n \n \n \n myEmail\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : \"tktest@tktest.com\"\n \n \n \n \n Defined in src/app/config/PollConfig.ts:38\n \n \n\n\n \n \n \n \n \n \n \n \n \n myName\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'mon pseudo'\n \n \n \n \n Defined in src/app/config/PollConfig.ts:33\n \n \n\n\n \n \n \n \n \n \n \n \n \n myPolls\n \n \n \n \n \n \n Type : any\n\n \n \n \n \n Default value : []\n \n \n \n \n Defined in src/app/config/PollConfig.ts:39\n \n \n\n\n \n \n \n \n \n \n \n \n \n myTempVoteStack\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 0\n \n \n \n \n Defined in src/app/config/PollConfig.ts:37\n \n \n\n\n \n \n \n \n \n \n \n \n \n myVoteStack\n \n \n \n \n \n \n Type : any\n\n \n \n \n \n Defined in src/app/config/PollConfig.ts:36\n \n \n\n\n \n \n \n \n \n \n \n \n \n owner_modifier_token\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : ''\n \n \n \n \n Defined in src/app/config/PollConfig.ts:59\n \n \n\n\n \n \n \n \n \n \n \n \n \n password\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : ''\n \n \n \n \n Defined in src/app/config/PollConfig.ts:52\n \n \n\n\n \n \n \n \n \n \n \n \n \n passwordAccess\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 0\n \n \n \n \n Defined in src/app/config/PollConfig.ts:51\n \n \n\n\n \n \n \n \n \n \n \n \n \n pollId\n \n \n \n \n \n \n Type : null\n\n \n \n \n \n Default value : null\n \n \n \n \n Defined in src/app/config/PollConfig.ts:48\n \n \n\n\n \n \n \n \n \n \n \n \n \n pollSlug\n \n \n \n \n \n \n Type : null\n\n \n \n \n \n Default value : null\n \n \n \n \n Defined in src/app/config/PollConfig.ts:49\n \n \n\n\n \n \n \n \n \n \n \n \n \n pollType\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'dates'\n \n \n \n \n Defined in src/app/config/PollConfig.ts:30\n \n \n\n\n \n \n \n \n \n \n \n \n \n step\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 0\n \n \n \n \n Defined in src/app/config/PollConfig.ts:28\n \n \n\n\n \n \n \n \n \n \n \n \n \n stepMax\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 3\n \n \n \n \n Defined in src/app/config/PollConfig.ts:29\n \n \n\n\n \n \n \n \n \n \n \n \n \n timeList\n \n \n \n \n \n \n Type : DateChoice[]\n\n \n \n \n \n Default value : otherDefaultDates\n \n \n \n \n Defined in src/app/config/PollConfig.ts:64\n \n \n\n\n \n \n \n \n \n \n \n \n \n title\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'titre'\n \n \n \n \n Defined in src/app/config/PollConfig.ts:31\n \n \n\n\n \n \n \n \n \n \n \n \n \n urlAdmin\n \n \n \n \n \n \n Default value : environment.baseHref + '/#/admin/d65es45fd45sdf45sd345f312sdf31sgfd345'\n \n \n \n \n Defined in src/app/config/PollConfig.ts:57\n \n \n\n\n \n \n \n \n \n \n \n \n \n urlPublic\n \n \n \n \n \n \n Default value : environment.baseHref + '/#/poll/id/4'\n \n \n \n \n Defined in src/app/config/PollConfig.ts:56\n \n \n\n\n \n \n \n \n \n \n \n \n \n urlSlugPublic\n \n \n \n \n \n \n Type : null\n\n \n \n \n \n Default value : null\n \n \n \n \n Defined in src/app/config/PollConfig.ts:55\n \n \n\n\n \n \n \n \n \n \n \n \n \n visibility\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'link_only'\n \n \n \n \n Defined in src/app/config/PollConfig.ts:43\n \n \n\n\n \n \n \n \n \n \n \n \n \n voteChoices\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'only_yes'\n \n \n \n \n Defined in src/app/config/PollConfig.ts:44\n \n \n\n\n \n \n \n \n \n \n \n \n \n voteStackId\n \n \n \n \n \n \n Type : null\n\n \n \n \n \n Default value : null\n \n \n \n \n Defined in src/app/config/PollConfig.ts:47\n \n \n\n\n \n \n \n \n \n \n \n \n \n whoCanChangeAnswers\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'everybody'\n \n \n \n \n Defined in src/app/config/PollConfig.ts:62\n \n \n\n\n \n \n \n \n \n \n \n \n \n whoModifiesAnswers\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : \"everybody\"\n \n \n \n \n Defined in src/app/config/PollConfig.ts:61\n \n \n\n\n \n \n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n resetConfig\n \n \n \n \n \n \n \nresetConfig()\n \n \n\n\n \n \n Defined in src/app/config/PollConfig.ts:68\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n\n\n\n\n\n \n\n\n \n import {environment} from \"../../environments/environment\";\nimport {DateChoice, defaultAnswers, otherDefaultDates, PollAnswer} from \"./defaultConfigs\";\n\nexport interface DateOption {\n timeList: any;\n literal: string;\n date_object?: object;\n}\n\nconst baseConfigValues = {\n pollType: \"classic\",\n title: \"\",\n description: \"\",\n myName: \"\",\n myEmail: \"\",\n};\n\n\n/**\n * configuration of the poll, add new fields at will\n */\nexport class PollConfig {\n expiracyDateDefaultInDays = 60;\n deletionDateAfterLastModification = 180;\n step: number = 0; // step in the progress of creating a poll\n stepMax: number = 3; // step max in the progress of creating a poll\n pollType: string = 'dates';// classic or dates\n title: string = 'titre';\n description: string = 'ma description';\n myName: string = 'mon pseudo';\n myComment: string = 'wouah trop bien framadate!';\n isAdmin: boolean = true;\n myVoteStack: any;\n myTempVoteStack = 0;\n myEmail: string = \"tktest@tktest.com\";\n myPolls: any = [];// list of retrieved polls from the backend api\n // date specific poll, we have the choice to setup different hours (timeList) for all possible dates (dateList), or use the same hours for all dates\n allowSeveralHours = 'true';\n // access\n visibility = 'link_only'; // visible to anyone with the link:\n voteChoices = 'only_yes'; // possible answers to a vote choice: only \"yes\", \"yes, maybe, no\"\n creationDate = new Date();\n expirationDate = ''; // expiracy date\n voteStackId = null; // id of the vote stack to update\n pollId = null; // id of the current poll when created. data given by the backend api\n pollSlug = null; // id of the current poll when created. data given by the backend api\n currentPoll; // current poll selected with createPoll or getPoll of ConfigService\n passwordAccess = 0;\n password = '';\n customUrl = ''; // custom slug in the url, must be unique\n customUrlIsUnique = null; // given by the backend\n urlSlugPublic = null;\n urlPublic = environment.baseHref + '/#/poll/id/4';\n urlAdmin = environment.baseHref + '/#/admin/d65es45fd45sdf45sd345f312sdf31sgfd345';\n adminKey = ''; // key to change config of the poll\n owner_modifier_token = ''; // key to change a vote stack\n canModifyAnswers: boolean = true;// bool for the frontend selector\n whoModifiesAnswers = \"everybody\";// everybody, self, nobody (= just admin)\n whoCanChangeAnswers = 'everybody';// everybody, self, nobody (= just admin)\n dateList: any = otherDefaultDates; // sets of days as strings, config to set identical time for days in a special days poll\n timeList: DateChoice[] = otherDefaultDates; // ranges of time expressed as strings\n\n answers: PollAnswer[] = defaultAnswers;\n\n resetConfig() {\n const self = this;\n Object.keys(baseConfigValues).forEach((key) => {\n self[key] = baseConfigValues[key];\n })\n }\n}\n\n \n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/PollDisplayComponent.html":{"url":"components/PollDisplayComponent.html","title":"component - PollDisplayComponent","body":"\n \n\n\n\n\n\n Components\n PollDisplayComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/poll-display/poll-display.component.ts\n\n\n\n \n Extends\n \n \n BaseComponent\n \n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n framadate-poll-display\n \n\n \n styleUrls\n ./poll-display.component.scss\n \n\n\n\n \n templateUrl\n ./poll-display.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n activeRoute\n \n \n comments\n \n \n Public\n config\n \n \n Public\n config\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n fetchPoll\n \n \n ngOnInit\n \n \n checkValidity\n \n \n displayErrorMessage\n \n \n ngOnInit\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(config: ConfigService, router: Router, activeRoute: ActivatedRoute)\n \n \n \n \n Defined in src/app/pages/poll-display/poll-display.component.ts:16\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n \n ConfigService\n \n \n \n No\n \n \n \n \n router\n \n \n Router\n \n \n \n No\n \n \n \n \n activeRoute\n \n \n ActivatedRoute\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n fetchPoll\n \n \n \n \n \n \n \nfetchPoll()\n \n \n\n\n \n \n Defined in src/app/pages/poll-display/poll-display.component.ts:38\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in src/app/pages/poll-display/poll-display.component.ts:32\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n checkValidity\n \n \n \n \n \n \n \ncheckValidity()\n \n \n\n\n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:21\n\n \n \n\n\n \n \n\n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n displayErrorMessage\n \n \n \n \n \n \n \ndisplayErrorMessage()\n \n \n\n\n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:27\n\n \n \n\n\n \n \n\n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:17\n\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Public\n activeRoute\n \n \n \n \n \n \n Type : ActivatedRoute\n\n \n \n \n \n Defined in src/app/pages/poll-display/poll-display.component.ts:20\n \n \n\n\n \n \n \n \n \n \n \n \n \n comments\n \n \n \n \n \n \n Default value : mockComments\n \n \n \n \n Defined in src/app/pages/poll-display/poll-display.component.ts:16\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n config\n \n \n \n \n \n \n Type : ConfigService\n\n \n \n \n \n Defined in src/app/pages/poll-display/poll-display.component.ts:18\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n config\n \n \n \n \n \n \n Type : ConfigService\n\n \n \n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:14\n\n \n \n\n\n \n \n\n\n\n\n\n \n import {Component, OnInit} from '@angular/core';\nimport {BaseComponent} from \"../base-page/base.component\";\nimport {ConfigService} from \"../../services/config.service\";\nimport {mockComments} from \"../../config/mocks/mock-comments\";\nimport {ActivatedRoute, Router} from \"@angular/router\";\nimport {environment} from \"../../../environments/environment\";\nimport {mockPoll3} from \"../../config/mocks/mock-poll3\";\n\n@Component({\n selector: 'framadate-poll-display',\n templateUrl: './poll-display.component.html',\n styleUrls: ['./poll-display.component.scss']\n})\nexport class PollDisplayComponent extends BaseComponent implements OnInit {\n\n comments = mockComments;\n\n constructor(public config: ConfigService,\n private router: Router,\n public activeRoute: ActivatedRoute) {\n super(config);\n this.activeRoute.paramMap.subscribe(params => {\n console.log('params', params);\n this.config.pollId = params.get('poll');\n this.config.pollSlug = params.get('pollSlug');\n if (!this.config.loading) {\n this.fetchPoll();\n }\n });\n }\n\n ngOnInit() {\n\n }\n\n\n // fetch poll with its ID or slug.\n fetchPoll() {\n const id = this.activeRoute.snapshot.params.poll;\n const pollSlug = this.activeRoute.snapshot.params.pollSlug;\n\n if (!environment.production) {\n console.log('mockPoll3', mockPoll3);\n this.config.currentPoll = mockPoll3;\n return;\n }\n if (id) {\n this.config.loading = true;\n // store it in the poll property here\n this.config.getPollById(id).subscribe(\n (res: any) => {\n console.log('res', res);\n this.config.updateCurrentPollFromResponse(res);\n this.config.loading = false;\n }, (e) => {\n // handle need for a password\n console.log('e', e);\n this.config.handleError(e)\n }\n );\n } else if (pollSlug) {\n this.config.loading = true;\n this.config.getPollByURL(pollSlug).subscribe(\n (res: any) => {\n this.config.loading = false;\n this.config.updateCurrentPollFromResponse(res);\n }, (e) => {\n // handle need for a password\n this.config.handleError(e)\n }\n );\n }\n\n }\n\n}\n\n \n\n \n \n \n \n \n \n\n \n\n \n \n \n -->\n \n \n \n \n \n \n -->\n \n \n\n \n Partager le sondage\n\n \n Pour partager le sondage, vous pouvez diffuser ce lien :\n \n {{config.currentPoll.urlPublic}}\n \n \n\n \n \n Exporter/Imprimer\n \n \n \n \n\n \n \n \n \n\n No current poll available\n \n \n\n\n\n \n\n \n \n ./poll-display.component.scss\n \n @import \"../../../assets/scss/variables\";\n\n\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' --> --> Partager le sondage Pour partager le sondage, vous pouvez diffuser ce lien : {{config.currentPoll.urlPublic}} Exporter/Imprimer No current poll available '\n 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'}];\n var DIRECTIVES = [{'name': 'DateValueAccessor', 'selector': '[useValueAsDate]'},{'name': 'ResettableInputDirective', 'selector': '[framadateResettableInput]'}];\n var ACTUAL_COMPONENT = {'name': 'PollDisplayComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/PollGraphicComponent.html":{"url":"components/PollGraphicComponent.html","title":"component - PollGraphicComponent","body":"\n \n\n\n\n\n\n Components\n PollGraphicComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/poll-graphic/poll-graphic.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n framadate-poll-graphic\n \n\n \n styleUrls\n ./poll-graphic.component.scss\n \n\n\n\n \n templateUrl\n ./poll-graphic.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n dateList\n \n \n graphicConfig\n \n \n isColorblind\n \n \n maybeList\n \n \n nbPoll\n \n \n noList\n \n \n pollConfigRetrieved\n \n \n preferred\n \n \n yesList\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n formatDataAnswers\n \n \n initPollCounter\n \n \n ngOnInit\n \n \n toggleColorblind\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(document: any, config: ConfigService)\n \n \n \n \n Defined in src/app/poll-graphic/poll-graphic.component.ts:23\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n document\n \n \n any\n \n \n \n No\n \n \n \n \n config\n \n \n ConfigService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n formatDataAnswers\n \n \n \n \n \n \n \nformatDataAnswers(poll)\n \n \n\n\n \n \n Defined in src/app/poll-graphic/poll-graphic.component.ts:65\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n poll\n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n initPollCounter\n \n \n \n \n \n \n \ninitPollCounter()\n \n \n\n\n \n \n Defined in src/app/poll-graphic/poll-graphic.component.ts:84\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in src/app/poll-graphic/poll-graphic.component.ts:29\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n toggleColorblind\n \n \n \n \n \n \n \ntoggleColorblind()\n \n \n\n\n \n \n Defined in src/app/poll-graphic/poll-graphic.component.ts:61\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n dateList\n \n \n \n \n \n \n Type : string[]\n\n \n \n \n \n Default value : []\n \n \n \n \n Defined in src/app/poll-graphic/poll-graphic.component.ts:23\n \n \n\n\n \n \n \n \n \n \n \n \n \n graphicConfig\n \n \n \n \n \n \n Type : any\n\n \n \n \n \n Default value : mockGraphConfig\n \n \n \n \n Defined in src/app/poll-graphic/poll-graphic.component.ts:17\n \n \n\n\n \n \n \n \n \n \n \n \n \n isColorblind\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in src/app/poll-graphic/poll-graphic.component.ts:15\n \n \n\n\n \n \n \n \n \n \n \n \n \n maybeList\n \n \n \n \n \n \n Type : number[]\n\n \n \n \n \n Default value : []\n \n \n \n \n Defined in src/app/poll-graphic/poll-graphic.component.ts:20\n \n \n\n\n \n \n \n \n \n \n \n \n \n nbPoll\n \n \n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 0\n \n \n \n \n Defined in src/app/poll-graphic/poll-graphic.component.ts:22\n \n \n\n\n \n \n \n \n \n \n \n \n \n noList\n \n \n \n \n \n \n Type : number[]\n\n \n \n \n \n Default value : []\n \n \n \n \n Defined in src/app/poll-graphic/poll-graphic.component.ts:21\n \n \n\n\n \n \n \n \n \n \n \n \n \n pollConfigRetrieved\n \n \n \n \n \n \n Type : any\n\n \n \n \n \n Default value : mockPoll3\n \n \n \n \n Defined in src/app/poll-graphic/poll-graphic.component.ts:16\n \n \n\n\n \n \n \n \n \n \n \n \n \n preferred\n \n \n \n \n \n \n Type : any\n\n \n \n \n \n Default value : \"rien\"\n \n \n \n \n Defined in src/app/poll-graphic/poll-graphic.component.ts:18\n \n \n\n\n \n \n \n \n \n \n \n \n \n yesList\n \n \n \n \n \n \n Type : number[]\n\n \n \n \n \n Default value : []\n \n \n \n \n Defined in src/app/poll-graphic/poll-graphic.component.ts:19\n \n \n\n\n \n \n\n\n\n\n\n \n import {Component, Inject, OnInit} from \"@angular/core\";\nimport {Chart} from \"chart.js\";\nimport {DOCUMENT} from '@angular/common';\nimport {mockGraphConfig} from \"../config/mocks/mock-graph\";\nimport {graphOptions} from \"../config/graph-canevas-options\";\nimport {ConfigService} from \"../services/config.service\";\nimport {mockPoll3} from \"../config/mocks/mock-poll3\";\n\n@Component({\n selector: \"framadate-poll-graphic\",\n templateUrl: \"./poll-graphic.component.html\",\n styleUrls: [\"./poll-graphic.component.scss\"]\n})\nexport class PollGraphicComponent implements OnInit {\n isColorblind: boolean = false;\n pollConfigRetrieved: any = mockPoll3;\n graphicConfig: any = mockGraphConfig;\n preferred: any = \"rien\";\n yesList: number[] = [];\n maybeList: number[] = [];\n noList: number[] = [];\n nbPoll: number = 0;\n dateList: string[] = [];\n\n constructor(@Inject(DOCUMENT) private document: any,\n private config: ConfigService) {\n }\n\n ngOnInit() {\n this.formatDataAnswers(this.graphicConfig);\n this.isColorblind = false;\n this.pollConfigRetrieved = new Chart(this.document.getElementById(\"graph\"), {\n type: \"horizontalBar\",\n data: {\n labels: this.pollConfigRetrieved.choices.map(choice => choice.name),\n datasets: [\n {\n type: \"horizontalBar\",\n stack: \"Yes\",\n backgroundColor: \"#429a00\",\n data: this.yesList\n },\n {\n type: \"horizontalBar\",\n stack: \"Yes\",\n backgroundColor: \"#f5a623\",\n data: this.maybeList\n },\n {\n type: \"horizontalBar\",\n stack: \"No\",\n backgroundColor: \"#cd0000\",\n data: this.noList\n }\n ]\n },\n options: graphOptions\n });\n }\n\n toggleColorblind() {\n this.isColorblind = !this.isColorblind;\n }\n\n formatDataAnswers(poll) {\n // if (poll && poll.pollType === \"date\") {\n this.initPollCounter();\n poll.answers.forEach(response => {\n switch (response.text) {\n case \"yes\":\n this.yesList[this.nbPoll - 1]++;\n break;\n case \"maybe\":\n this.maybeList[this.nbPoll - 1]++;\n break;\n case \"no\":\n this.noList[this.nbPoll - 1]++;\n break;\n }\n });\n // }\n }\n\n initPollCounter() {\n this.nbPoll++;\n this.dateList[this.nbPoll - 1] = \"jeudi\";\n this.maybeList[this.nbPoll - 1] = 0;\n this.yesList[this.nbPoll - 1] = 0;\n this.noList[this.nbPoll - 1] = 0;\n }\n}\n\n \n\n \n \n \n {{ \"pollGraphic.choiceColorblind\" | translate }}\n \n \n {{ \"pollGraphic.choiceNotColorblind\" | translate }}\n \n\n\n{{ \"pollGraphic.colorblindText\" | translate }}\n\n\n work in progress to link data with poll config\n\n\n \n\n\n\n\n \n\n \n \n ./poll-graphic.component.scss\n \n #selectColorblind {\n direction: rtl;\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{ \"pollGraphic.choiceColorblind\" | translate }} {{ \"pollGraphic.choiceNotColorblind\" | translate }} {{ \"pollGraphic.colorblindText\" | translate }} work in progress to link data with poll config '\n 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'}];\n var DIRECTIVES = [{'name': 'DateValueAccessor', 'selector': '[useValueAsDate]'},{'name': 'ResettableInputDirective', 'selector': '[framadateResettableInput]'}];\n var ACTUAL_COMPONENT = {'name': 'PollGraphicComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/PollService.html":{"url":"injectables/PollService.html","title":"injectable - PollService","body":"\n \n\n\n\n\n\n\n\n\n Injectables\n PollService\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/services/poll.service.ts\n \n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Private\n baseHref\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n \n \n Defined in src/app/services/poll.service.ts:9\n \n \n\n \n \n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Private\n baseHref\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : environment.baseApiHref\n \n \n \n \n Defined in src/app/services/poll.service.ts:9\n \n \n\n\n \n \n\n\n \n\n\n \n import {Injectable} from '@angular/core';\nimport {environment} from \"../../environments/environment\";\n\n@Injectable({\n providedIn: 'root'\n})\nexport class PollService {\n\n private baseHref: string = environment.baseApiHref;\n\n constructor() {\n }\n\n\n}\n\n \n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/PollUtilities.html":{"url":"injectables/PollUtilities.html","title":"injectable - PollUtilities","body":"\n \n\n\n\n\n\n\n\n\n Injectables\n PollUtilities\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/config/PollUtilities.ts\n \n\n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n makeHeaders\n \n \n makeSlug\n \n \n makeUuid\n \n \n \n \n\n\n\n\n\n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n makeHeaders\n \n \n \n \n \n \n \nmakeHeaders(bodyContent?: any)\n \n \n\n\n \n \n Defined in src/app/config/PollUtilities.ts:48\n \n \n\n\n \n \n prepare headers like the charset and json type for any call to the backend\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n bodyContent\n \n any\n \n\n \n Yes\n \n\n\n \n \n \n \n \n \n \n Returns : { headers: any; body: any; }\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n makeSlug\n \n \n \n \n \n \n \nmakeSlug(config: PollConfig)\n \n \n\n\n \n \n Defined in src/app/config/PollUtilities.ts:24\n \n \n\n\n \n \n make a uniq slug for the current poll creation\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n PollConfig\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : string\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n makeUuid\n \n \n \n \n \n \n \nmakeUuid()\n \n \n\n\n \n \n Defined in src/app/config/PollUtilities.ts:13\n \n \n\n\n \n \n generate unique id to have a default url for future poll\n\n\n \n Returns : any\n\n \n \n \n \n \n\n\n \n\n\n \n import {HttpHeaders} from \"@angular/common/http\";\nimport {PollConfig} from \"./PollConfig\";\nimport {Injectable} from \"@angular/core\";\n\n@Injectable({\n providedIn: 'root'\n})\nexport class PollUtilities {\n // utils functions\n /**\n * generate unique id to have a default url for future poll\n */\n makeUuid() {\n return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function (c) {\n var r = Math.random() * 16 | 0, v = c == 'x' ? r : (r & 0x3 | 0x8);\n return v.toString(16);\n });\n }\n\n /**\n * make a uniq slug for the current poll creation\n * @param str\n */\n makeSlug(config: PollConfig) {\n let str = '';\n str = config.creationDate.getFullYear() + '_' + (config.creationDate.getMonth() + 1) + '_' + config.creationDate.getDate() + '_' + config.myName + '_' + config.title;\n str = str.replace(/^\\s+|\\s+$/g, ''); // trim\n str = str.toLowerCase();\n\n // remove accents, swap ñ for n, etc\n var from = \"àáäâèéëêìíïîòóöôùúüûñç·/_,:;\";\n var to = \"aaaaeeeeiiiioooouuuunc------\";\n for (var i = 0, l = from.length; i \n \n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"directives/ResettableInputDirective.html":{"url":"directives/ResettableInputDirective.html","title":"directive - ResettableInputDirective","body":"\n \n\n\n\n\n\n\n\n Directives\n ResettableInputDirective\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/ui/directives/resettable-input.directive.ts\n \n\n \n Description\n \n \n add a button on an input which deletes its value\n\n \n\n\n\n \n Metadata\n \n \n\n \n Selector\n [framadateResettableInput]\n \n\n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n \n \n Defined in src/app/ui/directives/resettable-input.directive.ts:9\n \n \n\n \n \n\n\n\n\n\n\n\n\n\n \n\n\n \n import {Directive} from '@angular/core';\n\n/**\n * add a button on an input which deletes its value\n */\n@Directive({\n selector: '[framadateResettableInput]'\n})\nexport class ResettableInputDirective {\n\n constructor() {\n }\n\n}\n\n \n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/ResumeComponent.html":{"url":"components/ResumeComponent.html","title":"component - ResumeComponent","body":"\n \n\n\n\n\n\n Components\n ResumeComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/resume/resume.component.ts\n\n\n\n \n Extends\n \n \n BaseComponent\n \n\n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n framadate-resume\n \n\n \n styleUrls\n ./resume.component.scss\n \n\n\n\n \n templateUrl\n ./resume.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n config\n \n \n Public\n config\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n checkValidity\n \n \n displayErrorMessage\n \n \n ngOnInit\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(config: ConfigService, router: Router)\n \n \n \n \n Defined in src/app/pages/resume/resume.component.ts:11\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n \n ConfigService\n \n \n \n No\n \n \n \n \n router\n \n \n Router\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n checkValidity\n \n \n \n \n \n \n \ncheckValidity()\n \n \n\n\n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:21\n\n \n \n\n\n \n \n\n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n displayErrorMessage\n \n \n \n \n \n \n \ndisplayErrorMessage()\n \n \n\n\n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:27\n\n \n \n\n\n \n \n\n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:17\n\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Public\n config\n \n \n \n \n \n \n Type : ConfigService\n\n \n \n \n \n Defined in src/app/pages/resume/resume.component.ts:13\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n config\n \n \n \n \n \n \n Type : ConfigService\n\n \n \n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:14\n\n \n \n\n\n \n \n\n\n\n\n\n \n import {Component} from '@angular/core';\nimport {BaseComponent} from '../base-page/base.component';\nimport {ConfigService} from '../../services/config.service';\nimport {Router} from \"@angular/router\";\n\n@Component({\n selector: 'framadate-resume',\n templateUrl: './resume.component.html',\n styleUrls: ['./resume.component.scss']\n})\nexport class ResumeComponent extends BaseComponent {\n\n constructor(public config: ConfigService,\n private router: Router) {\n super(config);\n }\n\n}\n\n \n\n \n \n Récapitulatif\n\n\n\n \n {{config.title}}\n \n \n créé par\n \n {{config.myName}}\n \n \n \n \n {{config.description}}\n \n \n \n \n \n \n {{questions.id + 1}}. {{questions.text}}\n \n \n \n \n \n \n {{\"dates.multiple.different\"|translate}}\n \n \n {{\"dates.multiple.identical\"|translate}}\n \n \n \n \n \n {{choice.literal}}\n\n \n \n\n \n {{idTime}})\n \n {{time.literal}}\n \n\n \n \n \n \n \n {{time.literal}}\n \n \n \n \n\n\n\n\n C'est parfait!\n\n\n\n \n Retour\n \n \n Retour\n \n\n\n \n\n \n \n ./resume.component.scss\n \n .card {\n box-shadow: 0px 0px 0.5em #ccc;\n padding: 2em;\n margin: 1em 0;\n}\n\n.time-choice {\n margin-left: 3em;\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Récapitulatif {{config.title}} créé par {{config.myName}} {{config.description}} {{questions.id + 1}}. {{questions.text}} {{\"dates.multiple.different\"|translate}} {{\"dates.multiple.identical\"|translate}} {{choice.literal}} {{idTime}}) {{time.literal}} {{time.literal}} C\\'est parfait! Retour Retour '\n 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'}];\n var DIRECTIVES = [{'name': 'DateValueAccessor', 'selector': '[useValueAsDate]'},{'name': 'ResettableInputDirective', 'selector': '[framadateResettableInput]'}];\n var ACTUAL_COMPONENT = {'name': 'ResumeComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SelectorComponent.html":{"url":"components/SelectorComponent.html","title":"component - SelectorComponent","body":"\n \n\n\n\n\n\n Components\n SelectorComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/ui/selector/selector.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n framadate-selector\n \n\n \n styleUrls\n ./selector.component.scss\n \n\n\n\n \n templateUrl\n ./selector.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n ngOnInit\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n selectorConfig\n \n \n \n \n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n \n \n Defined in src/app/ui/selector/selector.component.ts:22\n \n \n\n \n \n\n\n \n Inputs\n \n \n \n \n \n selectorConfig\n \n \n \n \n Type : SelectorConfig\n\n \n \n \n \n Defined in src/app/ui/selector/selector.component.ts:22\n \n \n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in src/app/ui/selector/selector.component.ts:27\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n\n\n\n\n \n import {Component, Input, OnInit} from '@angular/core';\n\ninterface Item {\n label: string,\n value: string\n}\n\ninterface SelectorConfig {\n label: string,\n name: string,\n id: string,\n selectorNgModel: any,\n listItems: Item[]\n}\n\n@Component({\n selector: 'framadate-selector',\n templateUrl: './selector.component.html',\n styleUrls: ['./selector.component.scss']\n})\nexport class SelectorComponent implements OnInit {\n @Input() selectorConfig: SelectorConfig;\n\n constructor() {\n }\n\n ngOnInit() {\n }\n\n}\n\n \n\n \n \n \n {{item.label}}\n \n\n\n \n\n \n \n ./selector.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{item.label}} '\n 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'}];\n var DIRECTIVES = [{'name': 'DateValueAccessor', 'selector': '[useValueAsDate]'},{'name': 'ResettableInputDirective', 'selector': '[framadateResettableInput]'}];\n var ACTUAL_COMPONENT = {'name': 'SelectorComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/SelectorConfig.html":{"url":"interfaces/SelectorConfig.html","title":"interface - SelectorConfig","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n SelectorConfig\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/ui/selector/selector.component.ts\n \n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n id\n \n \n label\n \n \n listItems\n \n \n name\n \n \n selectorNgModel\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n id\n \n \n \n \n id: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n label\n \n \n \n \n label: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n listItems\n \n \n \n \n listItems: Item[]\n\n \n \n\n\n \n \n Type : Item[]\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n name\n \n \n \n \n name: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n selectorNgModel\n \n \n \n \n selectorNgModel: any\n\n \n \n\n\n \n \n Type : any\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n import {Component, Input, OnInit} from '@angular/core';\n\ninterface Item {\n label: string,\n value: string\n}\n\ninterface SelectorConfig {\n label: string,\n name: string,\n id: string,\n selectorNgModel: any,\n listItems: Item[]\n}\n\n@Component({\n selector: 'framadate-selector',\n templateUrl: './selector.component.html',\n styleUrls: ['./selector.component.scss']\n})\nexport class SelectorComponent implements OnInit {\n @Input() selectorConfig: SelectorConfig;\n\n constructor() {\n }\n\n ngOnInit() {\n }\n\n}\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/TimeSlices.html":{"url":"interfaces/TimeSlices.html","title":"interface - TimeSlices","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n TimeSlices\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/config/defaultConfigs.ts\n \n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n literal\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n literal\n \n \n \n \n literal: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n \n export interface DateChoice {\n literal: string,\n timeList: TimeSlices[],\n date_object: Date\n}\n\nexport interface TimeSlices {\n literal: string\n}\n\nexport interface PollAnswer {\n id: number,\n text: string,\n url: string,\n file: string,\n literal: string,\n date_object: Date,\n timeList: TimeSlices[]\n}\n\nconst currentYear = new Date().getFullYear();\nconst currentMonth = new Date().getMonth();\nconst currentDay = new Date().getDate();\ndebugger;\n\nexport const basicSlicesOfDay: TimeSlices[] = [\n {literal: 'matin'},\n {literal: 'midi'},\n {literal: 'soir'}\n];\nexport const otherSlicesOfDay: TimeSlices[] = [\n {literal: 'aux aurores'},\n {literal: 'au petit dej'},\n {literal: 'au deuxième petit dej des hobbits'}\n];\nexport const defaultTimeOfDay: TimeSlices[] = (() => {\n return [...basicSlicesOfDay]\n})();\n\nexport const otherTimeOfDay: TimeSlices[] = (() => {\n return [...otherSlicesOfDay]\n})();\nexport const defaultDates: DateChoice[] = [\n {\n literal: `${currentYear}-${currentMonth}-${currentDay}`,\n date_object: new Date(),\n timeList: defaultTimeOfDay\n },\n {\n literal: `${currentYear}-${currentMonth}-${currentDay + 1}`,\n date_object: new Date(),\n timeList: defaultTimeOfDay\n },\n {\n literal: `${currentYear}-${currentMonth}-${currentDay + 2}`,\n date_object: new Date(),\n timeList: defaultTimeOfDay\n }\n];\n\nexport const otherDefaultDates: DateChoice[] = [\n {\n literal: `${currentYear}-${currentMonth}-${currentDay}`,\n date_object: new Date(),\n timeList: otherTimeOfDay\n },\n {\n literal: `${currentYear}-${currentMonth}-${currentDay + 1}`,\n date_object: new Date(currentYear, currentMonth, currentDay + 1),\n timeList: defaultTimeOfDay\n },\n {\n literal: `${currentYear}-${currentMonth}-${currentDay + 2}`,\n date_object: new Date(),\n timeList: otherTimeOfDay\n }\n];\nexport const defaultAnswers: PollAnswer[] = [{\n id: 0,\n text: 'réponse de démo 1',\n file: '',\n url: 'https://mastodon.cipherbliss.com/system/media_attachments/files/001/439/118/original/6fcf149bd902841b.png?1579471574',\n literal: `${currentYear}-${currentMonth}-${currentDay}`,\n date_object: new Date(),\n timeList: otherSlicesOfDay\n},\n {\n id: 1,\n text: 'réponse 2',\n file: '',\n url: 'https://mastodon.cipherbliss.com/system/media_attachments/files/001/439/118/original/6fcf149bd902841b.png?1579471574',\n literal: `${currentYear}-${currentMonth}-${currentDay + 1}`,\n date_object: new Date(),\n timeList: basicSlicesOfDay\n },\n {\n id: 2,\n text: 'la réponse D',\n file: '',\n url: 'https://mastodon.cipherbliss.com/system/media_attachments/files/001/439/118/original/6fcf149bd902841b.png?1579471574',\n literal: `${currentYear}-${currentMonth}-${currentDay + 2}`,\n date_object: new Date(),\n timeList: otherSlicesOfDay\n }];\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/VisibilityComponent.html":{"url":"components/VisibilityComponent.html","title":"component - VisibilityComponent","body":"\n \n\n\n\n\n\n Components\n VisibilityComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/visibility/visibility.component.ts\n\n\n\n \n Extends\n \n \n BaseComponent\n \n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n framadate-visibility\n \n\n \n styleUrls\n ./visibility.component.scss\n \n\n\n\n \n templateUrl\n ./visibility.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n baseUrl\n \n \n Public\n config\n \n \n environment\n \n \n showCustomPassword\n \n \n Public\n utils\n \n \n Public\n config\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n ngOnInit\n \n \n submitCreationAndGoToEnd\n \n \n checkValidity\n \n \n displayErrorMessage\n \n \n ngOnInit\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(config: ConfigService, utils: PollUtilities)\n \n \n \n \n Defined in src/app/pages/visibility/visibility.component.ts:15\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n \n ConfigService\n \n \n \n No\n \n \n \n \n utils\n \n \n PollUtilities\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in src/app/pages/visibility/visibility.component.ts:22\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n submitCreationAndGoToEnd\n \n \n \n \n \n \n \nsubmitCreationAndGoToEnd()\n \n \n\n\n \n \n Defined in src/app/pages/visibility/visibility.component.ts:27\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n checkValidity\n \n \n \n \n \n \n \ncheckValidity()\n \n \n\n\n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:21\n\n \n \n\n\n \n \n\n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n displayErrorMessage\n \n \n \n \n \n \n \ndisplayErrorMessage()\n \n \n\n\n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:27\n\n \n \n\n\n \n \n\n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:17\n\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n baseUrl\n \n \n \n \n \n \n Default value : environment.baseApiHref\n \n \n \n \n Defined in src/app/pages/visibility/visibility.component.ts:14\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n config\n \n \n \n \n \n \n Type : ConfigService\n\n \n \n \n \n Defined in src/app/pages/visibility/visibility.component.ts:17\n \n \n\n\n \n \n \n \n \n \n \n \n \n environment\n \n \n \n \n \n \n Default value : environment\n \n \n \n \n Defined in src/app/pages/visibility/visibility.component.ts:15\n \n \n\n\n \n \n \n \n \n \n \n \n \n showCustomPassword\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in src/app/pages/visibility/visibility.component.ts:13\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n utils\n \n \n \n \n \n \n Type : PollUtilities\n\n \n \n \n \n Defined in src/app/pages/visibility/visibility.component.ts:18\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n config\n \n \n \n \n \n \n Type : ConfigService\n\n \n \n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:14\n\n \n \n\n\n \n \n\n\n\n\n\n \n import {Component, OnInit} from '@angular/core';\nimport {BaseComponent} from '../base-page/base.component';\nimport {ConfigService} from '../../services/config.service';\nimport {environment} from \"../../../environments/environment\";\nimport {PollUtilities} from \"../../config/PollUtilities\";\n\n@Component({\n selector: 'framadate-visibility',\n templateUrl: './visibility.component.html',\n styleUrls: ['./visibility.component.scss']\n})\nexport class VisibilityComponent extends BaseComponent implements OnInit {\n showCustomPassword = false;\n baseUrl = environment.baseApiHref;\n environment = environment;\n\n constructor(public config: ConfigService,\n public utils: PollUtilities) {\n super(config);\n }\n\n ngOnInit() {\n this.config.customUrl = this.utils.makeSlug(this.config);\n this.config.expirationDate = (this.config.addDaysToDate(this.config.expiracyDateDefaultInDays, new Date())).toISOString().substring(0, 10);\n }\n\n submitCreationAndGoToEnd() {\n this.config.createPoll();\n }\n\n}\n\n \n\n \n \n {{\"visibility.top_txt\"|translate}}\n\n\n \n {{\"visibility.title\"|translate}}\n \n \n {{\"visibility.visibility_want\"|translate}}\n \n \n \n {{\"visibility.visibility_link\"|translate}}\n \n \n {{\"visibility.visibility_nobody\"|translate}}\n \n \n \n {{\"visibility.visibility_see\"|translate}}\n \n\n\n\n\n \n {{\"visibility.votes\"|translate}}\n \n \n {{\"visibility.votes_possible\"|translate}}\n \n \n \n {{\"visibility.votes_possible_single\"|translate}}\n \n \n {{\"visibility.votes_possible_normal\"|translate}}\n \n \n {{\"visibility.votes_possible_full\"|translate}}\n \n \n\n\n \n {{\"visibility.archiving\"|translate}}\n \n\n \n \n \n {{\"visibility.archiving_start\"|translate}}\n \n \n \n {{\"visibility.archiving_can\"|translate}}\n \n \n {{\"visibility.archiving_can_not\"|translate}}\n \n \n \n {{\"visibility.archiving_end\"|translate}}\n \n\n \n {{\"visibility.modfiy_their\"|translate}}\n \n \n \n {{\"visibility.modfiy_their\"|translate}}\n \n \n {{\"visibility.modfiy_everyone\"|translate}}\n \n \n\n \n\n\n\n \n {{\"visibility.access\"|translate}}\n \n \n {{\"visibility.access_url\"|translate}}\n \n {{\"visibility.access_url_key\"|translate}}\n \n \n \n\n \n {{\"visibility.access_instructions\"|translate}}\n \n \n \n {{environment.baseHref + '#/vote/poll/slug/' + config.customUrl}}\n \n \n \n \n \n {{\"visibility.access_want\"|translate}}\n \n \n {{\"visibility.access_want_no\"|translate}}\n {{\"visibility.access_want_yes\"|translate}}\n \n\n \n {{\"visibility.access_protect\"|translate}}\n \n\n \n \n \n \n \n {{\"visibility.see_pass\"|translate}}\n \n \n\n\n\n {{\"visibility.validate_btn\"|translate}}\n \n \n \n \n\n\n\n\n \n Retour\n \n\n\n \n\n \n \n ./visibility.component.scss\n \n :host {\n h2 {\n margin-top: 1em;\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{\"visibility.top_txt\"|translate}} {{\"visibility.title\"|translate}} {{\"visibility.visibility_want\"|translate}} {{\"visibility.visibility_link\"|translate}} {{\"visibility.visibility_nobody\"|translate}} {{\"visibility.visibility_see\"|translate}} {{\"visibility.votes\"|translate}} {{\"visibility.votes_possible\"|translate}} {{\"visibility.votes_possible_single\"|translate}} {{\"visibility.votes_possible_normal\"|translate}} {{\"visibility.votes_possible_full\"|translate}} {{\"visibility.archiving\"|translate}} {{\"visibility.archiving_start\"|translate}} {{\"visibility.archiving_can\"|translate}} {{\"visibility.archiving_can_not\"|translate}} {{\"visibility.archiving_end\"|translate}} {{\"visibility.modfiy_their\"|translate}} {{\"visibility.modfiy_their\"|translate}} {{\"visibility.modfiy_everyone\"|translate}} {{\"visibility.access\"|translate}} {{\"visibility.access_url\"|translate}} {{\"visibility.access_url_key\"|translate}} {{\"visibility.access_instructions\"|translate}} {{environment.baseHref + \\'#/vote/poll/slug/\\' + config.customUrl}} {{\"visibility.access_want\"|translate}} {{\"visibility.access_want_no\"|translate}} {{\"visibility.access_want_yes\"|translate}} {{\"visibility.access_protect\"|translate}} {{\"visibility.see_pass\"|translate}} {{\"visibility.validate_btn\"|translate}} Retour '\n 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'}];\n var DIRECTIVES = [{'name': 'DateValueAccessor', 'selector': '[useValueAsDate]'},{'name': 'ResettableInputDirective', 'selector': '[framadateResettableInput]'}];\n var ACTUAL_COMPONENT = {'name': 'VisibilityComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/VoteChoice.html":{"url":"interfaces/VoteChoice.html","title":"interface - VoteChoice","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n VoteChoice\n\n\n\n \n Info\n \n \n Source\n \n\n\n\n \n \n File\n \n \n src/app/pages/voting/voting-choice/voting-choice.component.ts\n \n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n answer\n \n \n Optional\n date\n \n \n false\n \n \n Optional\n name\n \n \n Optional\n simpleAnswer\n \n \n Optional\n votes\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n answer\n \n \n \n \n answer: \"yes\" | \"no\" | \"maybe\" | null\n\n \n \n\n\n \n \n Type : \"yes\" | \"no\" | \"maybe\" | null\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n date\n \n \n \n \n date: Date\n\n \n \n\n\n \n \n Type : Date\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n false\n \n \n \n \n false: \n\n \n \n\n\n\n\n\n\n\n \n \n \n \n \n \n \n name\n \n \n \n \n name: string\n\n \n \n\n\n \n \n Type : string\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n simpleAnswer\n \n \n \n \n simpleAnswer: boolean\n\n \n \n\n\n \n \n Type : boolean\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n votes\n \n \n \n \n votes: literal type\n\n \n \n\n\n \n \n Type : literal type\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n\n\n \n import {Component, ElementRef, Input} from '@angular/core';\nimport {ConfigService} from \"../../../services/config.service\";\n\ninterface VoteChoice {\n votes?: {\n yes: number\n no: number\n maybe: number\n notAnswered: number\n };\n name?: string;\n date?: Date;\n answer: 'yes' | 'no' | 'maybe' | null;\n simpleAnswer?: boolean\n false; // enable if we display only a togglable \"yes\"\n}\n\n/**\n * each vote choice takes a configuration from the container of all choices.\n * this component is used to select a date choice, or a name answer\n */\n@Component({\n selector: 'framadate-voting-choice',\n templateUrl: './voting-choice.component.html',\n styleUrls: ['./voting-choice.component.scss']\n})\nexport class VotingChoiceComponent {\n\n public showChangeChoicebutton = false;\n @Input() public choice: any;\n @Input() public choices_count: any;\n @Input() public choice_id: any;\n @Input() public poll: any;\n @Input() public simpleAnswer: boolean = true;\n @Input() public pollIsSpecialDate: boolean = false;\n\n constructor(private el: ElementRef,\n private config: ConfigService) {\n\n if (this.poll && this.poll.allowedAnswers) {\n this.simpleAnswer = this.poll.allowedAnswers.length == 1\n }\n }\n\n setAnswserTo(newAnswer: 'yes' | 'no' | 'maybe' | null) {\n if (this.simpleAnswer) {\n // only toggle yes to no\n if (this.choice.answer && this.choice.answer === 'yes') {\n this.choice.answer = 'no';\n this.config.myTempVoteStack--;\n } else {\n this.choice.answer = newAnswer;\n this.config.myTempVoteStack++;\n }\n\n } else {\n this.choice.answer = newAnswer;\n if (this.choice.answer !== newAnswer) {\n if (newAnswer == 'maybe' || newAnswer == 'yes') {\n this.config.myTempVoteStack++;\n }\n } else {\n console.info('same answer as before')\n }\n\n }\n this.el.nativeElement.blur();\n }\n\n}\n\n \n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/VotingChoiceComponent.html":{"url":"components/VotingChoiceComponent.html","title":"component - VotingChoiceComponent","body":"\n \n\n\n\n\n\n Components\n VotingChoiceComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/voting/voting-choice/voting-choice.component.ts\n\n\n \n Description\n \n \n each vote choice takes a configuration from the container of all choices.\nthis component is used to select a date choice, or a name answer\n\n \n\n\n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n framadate-voting-choice\n \n\n \n styleUrls\n ./voting-choice.component.scss\n \n\n\n\n \n templateUrl\n ./voting-choice.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n showChangeChoicebutton\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n setAnswserTo\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n choice\n \n \n choice_id\n \n \n choices_count\n \n \n poll\n \n \n pollIsSpecialDate\n \n \n simpleAnswer\n \n \n \n \n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(el: ElementRef, config: ConfigService)\n \n \n \n \n Defined in src/app/pages/voting/voting-choice/voting-choice.component.ts:35\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n el\n \n \n ElementRef\n \n \n \n No\n \n \n \n \n config\n \n \n ConfigService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n choice\n \n \n \n \n Type : any\n\n \n \n \n \n Defined in src/app/pages/voting/voting-choice/voting-choice.component.ts:30\n \n \n \n \n \n \n \n \n \n choice_id\n \n \n \n \n Type : any\n\n \n \n \n \n Defined in src/app/pages/voting/voting-choice/voting-choice.component.ts:32\n \n \n \n \n \n \n \n \n \n choices_count\n \n \n \n \n Type : any\n\n \n \n \n \n Defined in src/app/pages/voting/voting-choice/voting-choice.component.ts:31\n \n \n \n \n \n \n \n \n \n poll\n \n \n \n \n Type : any\n\n \n \n \n \n Defined in src/app/pages/voting/voting-choice/voting-choice.component.ts:33\n \n \n \n \n \n \n \n \n \n pollIsSpecialDate\n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in src/app/pages/voting/voting-choice/voting-choice.component.ts:35\n \n \n \n \n \n \n \n \n \n simpleAnswer\n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : true\n \n \n \n \n Defined in src/app/pages/voting/voting-choice/voting-choice.component.ts:34\n \n \n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n setAnswserTo\n \n \n \n \n \n \n \nsetAnswserTo(newAnswer: \"yes\" | \"no\" | \"maybe\" | null)\n \n \n\n\n \n \n Defined in src/app/pages/voting/voting-choice/voting-choice.component.ts:45\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n newAnswer\n \n \"yes\" | \"no\" | \"maybe\" | null\n \n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : void\n\n \n \n \n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Public\n showChangeChoicebutton\n \n \n \n \n \n \n Default value : false\n \n \n \n \n Defined in src/app/pages/voting/voting-choice/voting-choice.component.ts:29\n \n \n\n\n \n \n\n\n\n\n\n \n import {Component, ElementRef, Input} from '@angular/core';\nimport {ConfigService} from \"../../../services/config.service\";\n\ninterface VoteChoice {\n votes?: {\n yes: number\n no: number\n maybe: number\n notAnswered: number\n };\n name?: string;\n date?: Date;\n answer: 'yes' | 'no' | 'maybe' | null;\n simpleAnswer?: boolean\n false; // enable if we display only a togglable \"yes\"\n}\n\n/**\n * each vote choice takes a configuration from the container of all choices.\n * this component is used to select a date choice, or a name answer\n */\n@Component({\n selector: 'framadate-voting-choice',\n templateUrl: './voting-choice.component.html',\n styleUrls: ['./voting-choice.component.scss']\n})\nexport class VotingChoiceComponent {\n\n public showChangeChoicebutton = false;\n @Input() public choice: any;\n @Input() public choices_count: any;\n @Input() public choice_id: any;\n @Input() public poll: any;\n @Input() public simpleAnswer: boolean = true;\n @Input() public pollIsSpecialDate: boolean = false;\n\n constructor(private el: ElementRef,\n private config: ConfigService) {\n\n if (this.poll && this.poll.allowedAnswers) {\n this.simpleAnswer = this.poll.allowedAnswers.length == 1\n }\n }\n\n setAnswserTo(newAnswer: 'yes' | 'no' | 'maybe' | null) {\n if (this.simpleAnswer) {\n // only toggle yes to no\n if (this.choice.answer && this.choice.answer === 'yes') {\n this.choice.answer = 'no';\n this.config.myTempVoteStack--;\n } else {\n this.choice.answer = newAnswer;\n this.config.myTempVoteStack++;\n }\n\n } else {\n this.choice.answer = newAnswer;\n if (this.choice.answer !== newAnswer) {\n if (newAnswer == 'maybe' || newAnswer == 'yes') {\n this.config.myTempVoteStack++;\n }\n } else {\n console.info('same answer as before')\n }\n\n }\n this.el.nativeElement.blur();\n }\n\n}\n\n \n\n \n \n \n \n \n \n\n \n \n \n \n {{choice.text}}\n \n Lorem ipsum dolor sit amet consectetur, adipisicing elit. Nulla nobis nam culpa !\n \n -->\n\n \n \n \n\n \n \n \n {{choice.date.date | date:'EEE'}} {{choice.date.date | date:'dd'}} {{choice.date.date | date:'LLL'}}\n \n \n {{choice.date.date | date:'H:m'}}\n \n \n \n \n \n \n \n -->\n \n\n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n\n \n aucun vote\n \n \n \n {{poll.choices_count.counts[choice.id].yes.count}}\n \n \n \n {{poll.choices_count.counts[choice.id].maybe.count}}\n \n \n \n \n \n \n {{poll.choices_count.counts[choice.id].yes.count}} \"Oui\"\n \n \n \n {{pseudo}}\n \n \n \n \n \n {{poll.choices_count.counts[choice.id].maybe.count}} \"Peut-être\"\n \n \n {{pseudo}}\n \n \n \n \n \n {{poll.choices_count.counts[choice.id].no.count}} \"Non\"\n \n \n {{pseudo}}\n \n \n \n \n \n Choix ayant reçu le plus de votes\n \n \n \n \n\n \n\n\n\n \n\n \n \n ./voting-choice.component.scss\n \n // ---------------------------------------------------------\n// -- VOTE CHOICE COMPONENT\n// ---------------------------------------------------------\n\n// -- IMPORTS\n// ----------------------------\n\n@import \"../../../../assets/scss/variables\";\n\n\n// -- VARIABLES\n// ----------------------------\n\n$box-padding: 2rem;\n$box-border-width: .6rem;\n$btn-size: 5rem;\n$btn-margin-x: 1rem;\n$btn-margin-y: 1.5rem;\n$btn-wrap-size: calc(2 * #{$btn-size} + 4 * #{$btn-margin-x});\n$img-maxheight: 12rem;\n$breakpoint-responsive: 640px; // à définir\n\n\n// -- GLOBAL\n// ----------------------------\n\n.choicebox {\n position: relative;\n min-width: 32rem;\n min-height: 16rem;\n display: block;\n padding: $box-padding $box-padding $box-padding calc(#{$box-padding} - #{$box-border-width});\n border-left: $box-border-width solid transparent;\n background-color: $white;\n box-shadow: 0 0 .6rem 0 rgba($black, .2);\n\n &--active {\n padding-left: $box-padding;\n border-left-color: $primary_color;\n }\n\n &.selection-yes {\n font-weight: 700;\n background: #e9bdeb;\n }\n}\n\n.choicebox__subject {\n margin-bottom: 3rem;\n padding-right: $btn-wrap-size;\n @media (min-width: $breakpoint-responsive) {\n margin-bottom: 0;\n padding-right: 0;\n }\n}\n\n\n// -- DATE\n// ----------------------------\n\n.choicebox__date {\n font-size: 1.8rem;\n margin-bottom: .5rem;\n white-space: nowrap;\n text-transform: capitalize;\n\n @media (min-width: $breakpoint-responsive) {\n margin-bottom: 0;\n }\n}\n\n.choicebox__day {\n font-size: 2.4rem;\n font-weight: bold;\n}\n\n\n// -- IMG\n// ----------------------------\n\n.choicebox__img {\n max-width: 100%;\n max-height: $img-maxheight;\n}\n\n\n// -- TXT\n// ----------------------------\n\n.choicebox__txt {\n margin: 0;\n font-size: 1.8rem;\n min-width: 10em;\n}\n\n\n// -- VOTE BTNS\n// ----------------------------\n\n.choicebox__actions {\n position: absolute;\n z-index: 1;\n\n max-width: $btn-wrap-size;\n top: 50%;\n right: $box-padding;\n\n @media (min-width: $breakpoint-responsive) {\n position: static;\n max-width: none;\n transform: none;\n margin: 0 1.5rem;\n }\n}\n\n.choicebox__btn {\n width: $btn-size;\n height: $btn-size;\n align-items: center;\n justify-content: center;\n margin: $btn-margin-y $btn-margin-x;\n border: .3rem solid #ccc9c9;\n background-color: transparent;\n border-radius: 50%;\n cursor: pointer;\n float: left;\n\n &--maybe {\n position: relative;\n top: calc((#{$btn-size} + 2 * #{$btn-margin-y}) / 2);\n @media (min-width: $breakpoint-responsive) {\n top: auto;\n left: auto;\n }\n }\n\n &--active {\n border-color: #bf83c2;\n }\n\n @media (min-width: $breakpoint-responsive) {\n margin-top: 0;\n margin-bottom: 0;\n }\n\n}\n\n\n// -- VOTE COUNT\n// ----------------------------\n\n.choicebox__count {\n position: relative;\n padding-right: $btn-wrap-size;\n @media (min-width: $breakpoint-responsive) {\n text-align: right;\n padding-right: 0;\n }\n}\n\n.choicebox__votes {\n border: 0;\n padding: 0;\n line-height: normal;\n background-color: transparent;\n @media (min-width: $breakpoint-responsive) {\n padding: 1.5rem;\n }\n}\n\n.choicebox__vote {\n display: inline-block;\n vertical-align: middle;\n\n & + .choicebox__vote {\n margin-left: 1.5rem;\n }\n}\n\n.choicebox__countxt {\n display: none;\n margin-top: .5rem;\n\n .choicebox--active & {\n display: block;\n @media (min-width: $breakpoint-responsive) {\n display: none;\n }\n }\n}\n\n\n// -- TOOLTIP\n// ----------------------------\n\n.choicebox__tooltip {\n display: none;\n @media (min-width: $breakpoint-responsive) {\n position: absolute;\n min-width: 18rem;\n font-weight: normal;\n top: 5rem;\n left: 50%;\n z-index: 1;\n padding: 2rem;\n border: .1rem solid rgba($black, .1);\n background-color: $white;\n text-align: left;\n transform: translateX(-50%);\n &::after,\n &::before {\n position: absolute;\n width: 0;\n height: 0;\n bottom: 100%;\n left: 50%;\n content: \" \";\n pointer-events: none;\n border: solid transparent;\n }\n &::after {\n margin-left: -1.5rem;\n border-width: 1.5rem;\n border-color: rgba($white, 0);\n border-bottom-color: #fff;\n }\n &::before {\n margin-left: -1.6rem;\n border-width: 1.6rem;\n border-color: rgba($black, 0);\n border-bottom-color: rgba($black, .1);\n }\n ul {\n margin: 0;\n padding: 0;\n list-style: none;\n }\n }\n}\n\n.choicebox__tooltiplist {\n & + .choicebox__tooltiplist {\n padding-left: 3rem;\n }\n\n ul {\n max-height: 11rem;\n overflow: auto;\n }\n}\n\n.choicebox__tooltipttl {\n @media (min-width: $breakpoint-responsive) {\n margin-bottom: 1rem;\n font-size: 1.6rem;\n font-weight: bold;\n white-space: nowrap;\n img {\n margin-right: .5rem;\n vertical-align: sub;\n }\n & ~ .choicebox__tooltipttl {\n margin-top: 3rem;\n }\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{choice.text}} Lorem ipsum dolor sit amet consectetur, adipisicing elit. Nulla nobis nam culpa ! --> {{choice.date.date | date:\\'EEE\\'}} {{choice.date.date | date:\\'dd\\'}} {{choice.date.date | date:\\'LLL\\'}} {{choice.date.date | date:\\'H:m\\'}} --> aucun vote {{poll.choices_count.counts[choice.id].yes.count}} {{poll.choices_count.counts[choice.id].maybe.count}} {{poll.choices_count.counts[choice.id].yes.count}} \"Oui\" {{pseudo}} {{poll.choices_count.counts[choice.id].maybe.count}} \"Peut-être\" {{pseudo}} {{poll.choices_count.counts[choice.id].no.count}} \"Non\" {{pseudo}} Choix ayant reçu le plus de votes '\n 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'}];\n var DIRECTIVES = [{'name': 'DateValueAccessor', 'selector': '[useValueAsDate]'},{'name': 'ResettableInputDirective', 'selector': '[framadateResettableInput]'}];\n var ACTUAL_COMPONENT = {'name': 'VotingChoiceComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/VotingCommentComponent.html":{"url":"components/VotingCommentComponent.html","title":"component - VotingCommentComponent","body":"\n \n\n\n\n\n\n Components\n VotingCommentComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/voting/voting-comment/voting-comment.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n framadate-voting-comment\n \n\n \n styleUrls\n ./voting-comment.component.scss\n \n\n\n\n \n templateUrl\n ./voting-comment.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n ngOnInit\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n comment\n \n \n \n \n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n \n \n Defined in src/app/pages/voting/voting-comment/voting-comment.component.ts:11\n \n \n\n \n \n\n\n \n Inputs\n \n \n \n \n \n comment\n \n \n \n \n Default value : mockComments[0]\n \n \n \n \n Defined in src/app/pages/voting/voting-comment/voting-comment.component.ts:11\n \n \n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in src/app/pages/voting/voting-comment/voting-comment.component.ts:16\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n\n\n\n\n \n import {Component, Input, OnInit} from '@angular/core';\nimport {mockComments} from \"../../../config/mocks/mock-comments\";\n\n@Component({\n selector: 'framadate-voting-comment',\n templateUrl: './voting-comment.component.html',\n styleUrls: ['./voting-comment.component.scss']\n})\nexport class VotingCommentComponent implements OnInit {\n\n @Input() comment = mockComments[0];\n\n constructor() {\n }\n\n ngOnInit() {\n }\n\n}\n\n \n\n \n \n \n {{comment.pseudo}}\n , le\n \n {{comment.date.date }}\n \n \n \n {{comment.text}}\n \n \n\n\n \n\n \n \n ./voting-comment.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{comment.pseudo}} , le {{comment.date.date }} {{comment.text}} '\n 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'}];\n var DIRECTIVES = [{'name': 'DateValueAccessor', 'selector': '[useValueAsDate]'},{'name': 'ResettableInputDirective', 'selector': '[framadateResettableInput]'}];\n var ACTUAL_COMPONENT = {'name': 'VotingCommentComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/VotingComponent.html":{"url":"components/VotingComponent.html","title":"component - VotingComponent","body":"\n \n\n\n\n\n\n Components\n VotingComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/voting/voting.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n framadate-voting\n \n\n \n styleUrls\n ./voting.component.scss\n \n\n\n\n \n templateUrl\n ./voting.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n show_mask\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n ngOnInit\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n \n \n Defined in src/app/pages/voting/voting.component.ts:9\n \n \n\n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in src/app/pages/voting/voting.component.ts:13\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n show_mask\n \n \n \n \n \n \n Default value : true\n \n \n \n \n Defined in src/app/pages/voting/voting.component.ts:9\n \n \n\n\n \n \n\n\n\n\n\n \n import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'framadate-voting',\n templateUrl: './voting.component.html',\n styleUrls: ['./voting.component.scss']\n})\nexport class VotingComponent implements OnInit {\n show_mask=true;\n constructor() {\n }\n\n ngOnInit() {\n }\n\n}\n\n \n\n \n \n\n\n Voir le graphique\n\n Les commentaires\n \n Pikachu \n le 26 novembre 2019\n Rock Luxio Surskit. Glacier Badge\n \n\n\n\n\n\n\n Participation validée !\n Votre vote a bien été pris en compte, mais faites attention : ce sondage n'autorise\n l'édition de votre vote qu'avec le lien personnalisé suivant :\n https://framadate.org/urladmindusondage\n Copier le lien\n Conservez-le précieusement !\n Revenir au sondage\n\n\n\n\n\n\n\n \n\n \n \n ./voting.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Voir le graphique Les commentaires Pikachu le 26 novembre 2019 Rock Luxio Surskit. Glacier Badge Participation validée ! Votre vote a bien été pris en compte, mais faites attention : ce sondage n\\'autorise l\\'édition de votre vote qu\\'avec le lien personnalisé suivant : https://framadate.org/urladmindusondage Copier le lien Conservez-le précieusement ! Revenir au sondage'\n 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'}];\n var DIRECTIVES = [{'name': 'DateValueAccessor', 'selector': '[useValueAsDate]'},{'name': 'ResettableInputDirective', 'selector': '[framadateResettableInput]'}];\n var ACTUAL_COMPONENT = {'name': 'VotingComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/VotingGraphComponent.html":{"url":"components/VotingGraphComponent.html","title":"component - VotingGraphComponent","body":"\n \n\n\n\n\n\n Components\n VotingGraphComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/voting/voting-graph/voting-graph.component.ts\n\n\n\n \n Extends\n \n \n BaseComponent\n \n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n framadate-voting-graph\n \n\n \n styleUrls\n ./voting-graph.component.scss\n \n\n\n\n \n templateUrl\n ./voting-graph.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n config\n \n \n Public\n config\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n ngOnInit\n \n \n checkValidity\n \n \n displayErrorMessage\n \n \n ngOnInit\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(config: ConfigService)\n \n \n \n \n Defined in src/app/pages/voting/voting-graph/voting-graph.component.ts:10\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n \n ConfigService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in src/app/pages/voting/voting-graph/voting-graph.component.ts:16\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n checkValidity\n \n \n \n \n \n \n \ncheckValidity()\n \n \n\n\n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:21\n\n \n \n\n\n \n \n\n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n displayErrorMessage\n \n \n \n \n \n \n \ndisplayErrorMessage()\n \n \n\n\n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:27\n\n \n \n\n\n \n \n\n \n Returns : boolean\n\n \n \n \n \n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:17\n\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Public\n config\n \n \n \n \n \n \n Type : ConfigService\n\n \n \n \n \n Defined in src/app/pages/voting/voting-graph/voting-graph.component.ts:12\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n config\n \n \n \n \n \n \n Type : ConfigService\n\n \n \n \n \n Inherited from BaseComponent\n\n \n \n \n \n Defined in BaseComponent:14\n\n \n \n\n\n \n \n\n\n\n\n\n \n import { Component, OnInit } from '@angular/core';\nimport {BaseComponent} from \"../../base-page/base.component\";\nimport {ConfigService} from \"../../../services/config.service\";\n\n@Component({\n selector: 'framadate-voting-graph',\n templateUrl: './voting-graph.component.html',\n styleUrls: ['./voting-graph.component.scss']\n})\nexport class VotingGraphComponent extends BaseComponent implements OnInit {\n\n constructor(public config: ConfigService) {\n super(config);\n }\n\n ngOnInit() {\n }\n\n}\n\n \n\n \n Graphique\n\n\n \n\n \n \n ./voting-graph.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = 'Graphique'\n 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'}];\n var DIRECTIVES = [{'name': 'DateValueAccessor', 'selector': '[useValueAsDate]'},{'name': 'ResettableInputDirective', 'selector': '[framadateResettableInput]'}];\n var ACTUAL_COMPONENT = {'name': 'VotingGraphComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/VotingNavigationComponent.html":{"url":"components/VotingNavigationComponent.html","title":"component - VotingNavigationComponent","body":"\n \n\n\n\n\n\n Components\n VotingNavigationComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/voting/voting-navigation/voting-navigation.component.ts\n\n\n\n\n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n framadate-voting-navigation\n \n\n \n styleUrls\n ./voting-navigation.component.scss\n \n\n\n\n \n templateUrl\n ./voting-navigation.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n config\n \n \n \n \n\n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(config: ConfigService)\n \n \n \n \n Defined in src/app/pages/voting/voting-navigation/voting-navigation.component.ts:9\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n \n ConfigService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Public\n config\n \n \n \n \n \n \n Type : ConfigService\n\n \n \n \n \n Defined in src/app/pages/voting/voting-navigation/voting-navigation.component.ts:11\n \n \n\n\n \n \n\n\n\n\n\n \n import {Component} from '@angular/core';\nimport {ConfigService} from \"../../../services/config.service\";\n\n@Component({\n selector: 'framadate-voting-navigation',\n templateUrl: './voting-navigation.component.html',\n styleUrls: ['./voting-navigation.component.scss']\n})\nexport class VotingNavigationComponent {\n\n constructor(public config: ConfigService) {\n }\n\n}\n\n \n\n \n \n\n \n \n \n \n {{config.currentPoll.poll.title}}\n \n \n \n \n {{config.currentPoll.stacks.length}}\n votes\n \n \n \n \n Graphique\n \n \n \n \n \n \n {{config.currentPoll.comments.length}}\n \n commentaires\n \n \n \n \n\n\n \n\n \n \n ./voting-navigation.component.scss\n \n \n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{config.currentPoll.poll.title}} {{config.currentPoll.stacks.length}} votes Graphique {{config.currentPoll.comments.length}} commentaires '\n 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'}];\n var DIRECTIVES = [{'name': 'DateValueAccessor', 'selector': '[useValueAsDate]'},{'name': 'ResettableInputDirective', 'selector': '[framadateResettableInput]'}];\n var ACTUAL_COMPONENT = {'name': 'VotingNavigationComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/VotingSummaryComponent.html":{"url":"components/VotingSummaryComponent.html","title":"component - VotingSummaryComponent","body":"\n \n\n\n\n\n\n Components\n VotingSummaryComponent\n\n\n\n \n Info\n \n \n Source\n \n \n Template\n \n \n Styles\n \n \n DOM Tree\n \n\n\n\n \n File\n\n\n src/app/pages/voting/voting-summary/voting-summary.component.ts\n\n\n\n\n \n Implements\n \n \n OnInit\n \n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n framadate-voting-summary\n \n\n \n styleUrls\n ./voting-summary.component.scss\n \n\n\n\n \n templateUrl\n ./voting-summary.component.html\n \n\n\n\n\n\n\n\n\n \n \n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Public\n config\n \n \n preferred\n \n \n severalPreferred\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n computePreferred\n \n \n getKeys\n \n \n ngOnInit\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n pollconfig\n \n \n \n \n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(config: ConfigService)\n \n \n \n \n Defined in src/app/pages/voting/voting-summary/voting-summary.component.ts:15\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n config\n \n \n ConfigService\n \n \n \n No\n \n \n \n \n \n \n \n \n \n \n\n\n \n Inputs\n \n \n \n \n \n pollconfig\n \n \n \n \n Default value : mockPoll3\n \n \n \n \n Defined in src/app/pages/voting/voting-summary/voting-summary.component.ts:15\n \n \n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n computePreferred\n \n \n \n \n \n \n \ncomputePreferred()\n \n \n\n\n \n \n Defined in src/app/pages/voting/voting-summary/voting-summary.component.ts:37\n \n \n\n\n \n \n find the most \"yes\"\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n getKeys\n \n \n \n \n \n \n \ngetKeys(obj)\n \n \n\n\n \n \n Defined in src/app/pages/voting/voting-summary/voting-summary.component.ts:30\n \n \n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n obj\n\n \n No\n \n\n\n \n \n \n \n \n \n \n Returns : any\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n \n \n Defined in src/app/pages/voting/voting-summary/voting-summary.component.ts:21\n \n \n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Public\n config\n \n \n \n \n \n \n Type : ConfigService\n\n \n \n \n \n Defined in src/app/pages/voting/voting-summary/voting-summary.component.ts:17\n \n \n\n\n \n \n \n \n \n \n \n \n \n preferred\n \n \n \n \n \n \n Type : string\n\n \n \n \n \n Default value : 'rien'\n \n \n \n \n Defined in src/app/pages/voting/voting-summary/voting-summary.component.ts:12\n \n \n\n\n \n \n \n \n \n \n \n \n \n severalPreferred\n \n \n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : false\n \n \n \n \n Defined in src/app/pages/voting/voting-summary/voting-summary.component.ts:13\n \n \n\n\n \n \n\n\n\n\n\n \n import {Component, Input, OnInit} from '@angular/core';\nimport {ConfigService} from \"../../../services/config.service\";\nimport {mockPoll3} from \"../../../config/mocks/mock-poll3\";\n\n@Component({\n selector: 'framadate-voting-summary',\n templateUrl: './voting-summary.component.html',\n styleUrls: ['./voting-summary.component.scss']\n})\nexport class VotingSummaryComponent implements OnInit {\n\n preferred: string = 'rien';\n severalPreferred: boolean = false;\n\n @Input() pollconfig = mockPoll3;\n\n constructor(public config: ConfigService) {\n\n }\n\n ngOnInit() {\n this.computePreferred();\n console.log(' this.pollconfig.choices', this.pollconfig.choices)\n console.log(' this.pollconfig.choices_count', this.pollconfig.choices_count.counts)\n console.log('this.pollconfig.choices_count.counts[10]', this.pollconfig.choices_count.counts[10])\n console.log('this.pollconfig.choices[2].id', this.pollconfig.choices[2].id)\n console.log('this.pollconfig.choices_count.counts[]', this.pollconfig.choices_count.counts[this.pollconfig.choices[2].id].score)\n }\n\n getKeys(obj) {\n return Object.keys(obj)\n }\n\n /**\n * find the most \"yes\"\n */\n computePreferred() {\n let keys = Object.keys(this.pollconfig.choices_count.counts);\n this.preferred = '';\n this.severalPreferred = false;\n let maxScore = this.pollconfig.choices_count.maxScore;\n\n keys.forEach(item => {\n if (maxScore === this.pollconfig.choices_count.counts[item].score) {\n if (this.preferred.length) {\n this.preferred += ', '\n this.severalPreferred = true;\n }\n // find the favourite\n this.preferred += this.pollconfig.choices_count.counts[item].choice_text;\n }\n\n });\n\n }\n\n\n}\n\n \n\n \n Résumé\n\n \n {{config.currentPoll.poll.title}}\n {{config.currentPoll.poll.description}}\n \n Créé le {{config.currentPoll.poll.creationDate.date}}\n \n \n Expire le {{config.currentPoll.poll.expiracyDate.date}}\n \n \n \n {{config.currentPoll.stacks.length}} votants,\n {{config.currentPoll.choices.length}} choix,\n \n \n\n\n \n Pour l'instant,\n \n les\n \n le\n \n choix ayant reçu le plus grand nombre de votes ( {{config.currentPoll.choices_count.maxScore}} points )\n \n sont à égalité\n \n est\n \n :\n \n {{preferred}}\n \n\n\n \n \n \n Pseudo\n \n \n {{choice.text}}\n \n \n \n\n \n \n \n \n points\n \n \n \n -->\n \n -->\n \n {{pollconfig.choices_count.counts[this.pollconfig.choices[2].id].score}}\n \n \n \n \n \n \n \n id: {{choice.id}}\n \n \n -->\n \n \n\n -->\n \n \n \n \n\n \n \n \n \n \n\n \n \n \n\n {{voteStack.pseudo}}\n \n \n \n\n \n \n \n \n \n \n\n \n\n\n \n\n \n \n ./voting-summary.component.scss\n \n @import \"../../../../assets/scss/variables\";\n\n.person {\n font-weight: 700;\n}\n\n.preferred-result {\n font-weight: 700;\n font-size: 1.5em;\n}\n\nthead {\n font-size: 1.25em;\n font-weight: 700;\n}\n\ntbody {\n text-align: right;\n}\n\ntd {\n &.has-max-score {\n background: $primary_color;\n font-weight: 800;\n }\n}\n\n \n\n \n \n \n \n Legend\n \n \n Html element\n \n \n Component\n \n \n Html element with directive\n \n \n \n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = 'Résumé {{config.currentPoll.poll.title}} {{config.currentPoll.poll.description}} Créé le {{config.currentPoll.poll.creationDate.date}} Expire le {{config.currentPoll.poll.expiracyDate.date}} {{config.currentPoll.stacks.length}} votants, {{config.currentPoll.choices.length}} choix, Pour l\\'instant, les le choix ayant reçu le plus grand nombre de votes ( {{config.currentPoll.choices_count.maxScore}} points ) sont à égalité est : {{preferred}} Pseudo {{choice.text}} points --> --> {{pollconfig.choices_count.counts[this.pollconfig.choices[2].id].score}} id: {{choice.id}} --> --> {{voteStack.pseudo}} '\n 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'}];\n var DIRECTIVES = [{'name': 'DateValueAccessor', 'selector': '[useValueAsDate]'},{'name': 'ResettableInputDirective', 'selector': '[framadateResettableInput]'}];\n var ACTUAL_COMPONENT = {'name': 'VotingSummaryComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"coverage.html":{"url":"coverage.html","title":"coverage - coverage","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n Documentation coverage\n\n\n\n \n\n\n\n \n \n File\n Type\n Identifier\n Statements\n \n \n \n \n \n \n e2e/src/app.po.ts\n \n class\n AppPage\n \n 0 %\n (0/3)\n \n \n \n \n \n src/app/app.component.ts\n \n component\n AppComponent\n \n 6 %\n (1/15)\n \n \n \n \n \n src/app/app.module.ts\n \n class\n MyMissingTranslationHandler\n \n 0 %\n (0/2)\n \n \n \n \n \n src/app/app.module.ts\n \n function\n HttpLoaderFactory\n \n 0 %\n (0/1)\n \n \n \n \n \n src/app/config/DateUtilities.ts\n \n injectable\n DateUtilities\n \n 50 %\n (3/6)\n \n \n \n \n \n src/app/config/PollConfig.ts\n \n class\n PollConfig\n \n 2 %\n (1/40)\n \n \n \n \n \n src/app/config/PollConfig.ts\n \n interface\n DateOption\n \n 0 %\n (0/4)\n \n \n \n \n \n src/app/config/PollConfig.ts\n \n variable\n baseConfigValues\n \n 0 %\n (0/1)\n \n \n \n \n \n src/app/config/PollUtilities.ts\n \n injectable\n PollUtilities\n \n 75 %\n (3/4)\n \n \n \n \n \n src/app/config/Routes.ts\n \n variable\n Routes\n \n 100 %\n (1/1)\n \n \n \n \n \n src/app/config/defaultConfigs.ts\n \n interface\n DateChoice\n \n 0 %\n (0/4)\n \n \n \n \n \n src/app/config/defaultConfigs.ts\n \n interface\n PollAnswer\n \n 0 %\n (0/8)\n \n \n \n \n \n src/app/config/defaultConfigs.ts\n \n interface\n TimeSlices\n \n 0 %\n (0/2)\n \n \n \n \n \n src/app/config/defaultConfigs.ts\n \n variable\n basicSlicesOfDay\n \n 0 %\n (0/1)\n \n \n \n \n \n src/app/config/defaultConfigs.ts\n \n variable\n currentDay\n \n 0 %\n (0/1)\n \n \n \n \n \n src/app/config/defaultConfigs.ts\n \n variable\n currentMonth\n \n 0 %\n (0/1)\n \n \n \n \n \n src/app/config/defaultConfigs.ts\n \n variable\n currentYear\n \n 0 %\n (0/1)\n \n \n \n \n \n src/app/config/defaultConfigs.ts\n \n variable\n defaultAnswers\n \n 0 %\n (0/1)\n \n \n \n \n \n src/app/config/defaultConfigs.ts\n \n variable\n defaultDates\n \n 0 %\n (0/1)\n \n \n \n \n \n src/app/config/defaultConfigs.ts\n \n variable\n defaultTimeOfDay\n \n 0 %\n (0/1)\n \n \n \n \n \n src/app/config/defaultConfigs.ts\n \n variable\n otherDefaultDates\n \n 0 %\n (0/1)\n \n \n \n \n \n src/app/config/defaultConfigs.ts\n \n variable\n otherSlicesOfDay\n \n 0 %\n (0/1)\n \n \n \n \n \n src/app/config/defaultConfigs.ts\n \n variable\n otherTimeOfDay\n \n 0 %\n (0/1)\n \n \n \n \n \n src/app/config/graph-canevas-options.ts\n \n variable\n graphOptions\n \n 0 %\n (0/1)\n \n \n \n \n \n src/app/config/mocks/choice.ts\n \n variable\n mockChoice\n \n 0 %\n (0/1)\n \n \n \n \n \n src/app/config/mocks/mock-comments.ts\n \n variable\n mockComments\n \n 0 %\n (0/1)\n \n \n \n \n \n src/app/config/mocks/mock-graph.ts\n \n variable\n mockGraphConfig\n \n 0 %\n (0/1)\n \n \n \n \n \n src/app/config/mocks/mock-poll3.ts\n \n variable\n mockPoll3\n \n 0 %\n (0/1)\n \n \n \n \n \n src/app/config/mocks/mock-success-vote.ts\n \n variable\n mockSuccessVote\n \n 0 %\n (0/1)\n \n \n \n \n \n src/app/config/mocks/mockmypolls.ts\n \n variable\n mockMyPolls\n \n 0 %\n (0/1)\n \n \n \n \n \n src/app/custom-lib/date-value-accessor/date-value-accessor.ts\n \n directive\n DateValueAccessor\n \n 12 %\n (1/8)\n \n \n \n \n \n src/app/custom-lib/date-value-accessor/date-value-accessor.ts\n \n variable\n DATE_VALUE_ACCESSOR\n \n 0 %\n (0/1)\n \n \n \n \n \n src/app/debugger/debugger.component.ts\n \n component\n DebuggerComponent\n \n 0 %\n (0/7)\n \n \n \n \n \n src/app/header/header.component.ts\n \n component\n HeaderComponent\n \n 0 %\n (0/3)\n \n \n \n \n \n src/app/pages/admin/admin.component.ts\n \n component\n AdminComponent\n \n 0 %\n (0/4)\n \n \n \n \n \n src/app/pages/answers/answers.component.ts\n \n component\n AnswersComponent\n \n 0 %\n (0/20)\n \n \n \n \n \n src/app/pages/base-page/base.component.ts\n \n component\n BaseComponent\n \n 0 %\n (0/6)\n \n \n \n \n \n src/app/pages/create-or-retrieve/create-or-retrieve.component.ts\n \n component\n CreateOrRetrieveComponent\n \n 0 %\n (0/11)\n \n \n \n \n \n src/app/pages/dates/dates.component.ts\n \n component\n DatesComponent\n \n 23 %\n (5/21)\n \n \n \n \n \n src/app/pages/end-confirmation/end-confirmation.component.ts\n \n component\n EndConfirmationComponent\n \n 0 %\n (0/12)\n \n \n \n \n \n src/app/pages/home/home.component.ts\n \n component\n HomeComponent\n \n 0 %\n (0/9)\n \n \n \n \n \n src/app/pages/kind/kind.component.ts\n \n component\n KindComponent\n \n 0 %\n (0/8)\n \n \n \n \n \n src/app/pages/password/password.component.ts\n \n component\n PasswordComponent\n \n 0 %\n (0/8)\n \n \n \n \n \n src/app/pages/pictures/pictures.component.ts\n \n component\n PicturesComponent\n \n 0 %\n (0/8)\n \n \n \n \n \n src/app/pages/poll-display/poll-display.component.ts\n \n component\n PollDisplayComponent\n \n 0 %\n (0/11)\n \n \n \n \n \n src/app/pages/resume/resume.component.ts\n \n component\n ResumeComponent\n \n 0 %\n (0/7)\n \n \n \n \n \n src/app/pages/visibility/visibility.component.ts\n \n component\n VisibilityComponent\n \n 0 %\n (0/13)\n \n \n \n \n \n src/app/pages/voting/choices-list/choices-list.component.ts\n \n component\n ChoicesListComponent\n \n 0 %\n (0/3)\n \n \n \n \n \n src/app/pages/voting/comments-list/comments-list.component.ts\n \n component\n CommentsListComponent\n \n 0 %\n (0/3)\n \n \n \n \n \n src/app/pages/voting/voting-choice/voting-choice.component.ts\n \n component\n VotingChoiceComponent\n \n 10 %\n (1/10)\n \n \n \n \n \n src/app/pages/voting/voting-choice/voting-choice.component.ts\n \n interface\n VoteChoice\n \n 0 %\n (0/7)\n \n \n \n \n \n src/app/pages/voting/voting-comment/voting-comment.component.ts\n \n component\n VotingCommentComponent\n \n 0 %\n (0/4)\n \n \n \n \n \n src/app/pages/voting/voting-graph/voting-graph.component.ts\n \n component\n VotingGraphComponent\n \n 0 %\n (0/8)\n \n \n \n \n \n src/app/pages/voting/voting-navigation/voting-navigation.component.ts\n \n component\n VotingNavigationComponent\n \n 0 %\n (0/3)\n \n \n \n \n \n src/app/pages/voting/voting-summary/voting-summary.component.ts\n \n component\n VotingSummaryComponent\n \n 11 %\n (1/9)\n \n \n \n \n \n src/app/pages/voting/voting.component.ts\n \n component\n VotingComponent\n \n 0 %\n (0/4)\n \n \n \n \n \n src/app/poll-graphic/poll-graphic.component.ts\n \n component\n PollGraphicComponent\n \n 0 %\n (0/15)\n \n \n \n \n \n src/app/services/config.service.ts\n \n injectable\n ConfigService\n \n 25 %\n (18/72)\n \n \n \n \n \n src/app/services/poll.service.ts\n \n injectable\n PollService\n \n 0 %\n (0/3)\n \n \n \n \n \n src/app/ui/copy-text/copy-text.component.ts\n \n component\n CopyTextComponent\n \n 0 %\n (0/5)\n \n \n \n \n \n src/app/ui/directives/resettable-input.directive.ts\n \n directive\n ResettableInputDirective\n \n 50 %\n (1/2)\n \n \n \n \n \n src/app/ui/erasable-input/erasable-input.component.ts\n \n component\n ErasableInputComponent\n \n 0 %\n (0/6)\n \n \n \n \n \n src/app/ui/navigation/navigation.component.ts\n \n component\n NavigationComponent\n \n 0 %\n (0/11)\n \n \n \n \n \n src/app/ui/selector/selector.component.ts\n \n component\n SelectorComponent\n \n 0 %\n (0/4)\n \n \n \n \n \n src/app/ui/selector/selector.component.ts\n \n interface\n Item\n \n 0 %\n (0/3)\n \n \n \n \n \n src/app/ui/selector/selector.component.ts\n \n interface\n SelectorConfig\n \n 0 %\n (0/6)\n \n \n \n \n \n src/environments/environment.prod.ts\n \n variable\n environment\n \n 0 %\n (0/1)\n \n \n \n \n \n src/environments/environment.ts\n \n variable\n apiVersion\n \n 0 %\n (0/1)\n \n \n \n \n \n src/environments/environment.ts\n \n variable\n baseURL\n \n 0 %\n (0/1)\n \n \n \n \n \n src/environments/environment.ts\n \n variable\n baseURLDemo\n \n 0 %\n (0/1)\n \n \n \n \n \n src/environments/environment.ts\n \n variable\n baseURLProd\n \n 0 %\n (0/1)\n \n \n \n \n \n src/environments/environment.ts\n \n variable\n environment\n \n 0 %\n (0/1)\n \n \n \n \n \n src/environments/environment.ts\n \n variable\n testOnDemo\n \n 0 %\n (0/1)\n \n \n \n \n \n src/stories/0-Welcome.stories.ts\n \n variable\n ToStorybook\n \n 0 %\n (0/1)\n \n \n \n \n \n src/stories/1-Button.stories.ts\n \n variable\n ButtonWithLinkToAnotherStory\n \n 0 %\n (0/1)\n \n \n \n \n \n src/stories/1-Button.stories.ts\n \n variable\n Emoji\n \n 0 %\n (0/1)\n \n \n \n \n \n src/stories/1-Button.stories.ts\n \n variable\n Text\n \n 0 %\n (0/1)\n \n \n \n \n \n src/stories/1-Button.stories.ts\n \n variable\n WithSomeEmojiAndAction\n \n 0 %\n (0/1)\n \n \n \n \n \n src/test.ts\n \n variable\n context\n \n 0 %\n (0/1)\n \n \n \n \n \n src/test.ts\n \n variable\n require\n \n 0 %\n (0/1)\n \n \n \n\n\n\n\n\n new Tablesort(document.getElementById('coverage-table'));\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"dependencies.html":{"url":"dependencies.html","title":"package-dependencies - dependencies","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n Dependencies\n \n \n \n @angular/animations : ^9.0.0\n \n @angular/cdk : ^9.0.0\n \n @angular/common : ~9.0.0\n \n @angular/compiler : ~9.0.0\n \n @angular/core : ~9.0.0\n \n @angular/forms : ~9.0.0\n \n @angular/localize : ^9.0.0\n \n @angular/platform-browser : ~9.0.0\n \n @angular/platform-browser-dynamic : ~9.0.0\n \n @angular/router : ~9.0.0\n \n @fullcalendar/core : ^4.3.1\n \n @ngx-translate/core : ^12.0.0\n \n @ngx-translate/http-loader : ^4.0.0\n \n angular-date-value-accessor : ^0.0.2\n \n bulma : ^0.8.0\n \n chart.js : ^2.8.0\n \n font-awesome : ^4.7.0\n \n karma-coverage : ^2.0.1\n \n karma-firefox-launcher : ^1.3.0\n \n karma-phantomjs-launcher : ^1.0.4\n \n ngx-clipboard : ^12.3.0\n \n ngx-markdown : ^8.2.2\n \n ngx-toaster : ^1.0.1\n \n primeicons : ^2.0.0\n \n primeng : ^9.0.0-rc.2\n \n quill : ^1.3.7\n \n rxjs : ~6.5.4\n \n rxjs-compat : ^6.5.3\n \n tslib : ^1.10.0\n \n zone.js : ~0.10.2\n \n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"miscellaneous/functions.html":{"url":"miscellaneous/functions.html","title":"miscellaneous-functions - functions","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n Miscellaneous\n Functions\n\n\n\n Index\n \n \n \n \n \n \n HttpLoaderFactory   (src/.../app.module.ts)\n \n \n \n \n \n \n\n\n src/app/app.module.ts\n \n \n \n \n \n \n \n \n HttpLoaderFactory\n \n \n \n \n \n \n \nHttpLoaderFactory(http)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n http\n\n \n No\n \n\n\n \n \n \n \n \n \n \n \n \n \n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"index.html":{"url":"index.html","title":"getting-started - index","body":"\n \n\nFramadate\nThis project was generated with Angular CLI version 8.2.1.\nDevelopment server\nRun ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.\nCode scaffolding\nRun ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.\nBuild\nRun ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.\nRunning unit tests\nRun ng test to execute the unit tests via Karma.\nRunning end-to-end tests\nRun ng e2e to execute the end-to-end tests via Protractor.\nFurther help\nBefore using ng for the first time in this project, use npm i to install needed npm modules.\nTo get more help on the Angular CLI use ng help or go check out the Angular CLI README.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules.html":{"url":"modules.html","title":"modules - modules","body":"\n \n\n\n\n\n Modules\n\n\n \n \n \n \n AppModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n \n \n AppRoutingModule\n \n \n \n No graph available.\n \n \n Browse\n \n \n \n \n \n \n \n DateValueAccessorModule\n \n \n \n \n Your browser does not support SVG\n \n \n \n Browse\n \n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"overview.html":{"url":"overview.html","title":"overview - overview","body":"\n \n\n\n\n Overview\n\n \n\n \n \n\n\n\n\n\ndependencies\n\nLegend\n\n  Declarations\n\n  Module\n\n  Bootstrap\n\n  Providers\n\n  Exports\n\ncluster_AppModule\n\n\n\ncluster_AppModule_declarations\n\n\n\ncluster_AppModule_imports\n\n\n\ncluster_AppModule_bootstrap\n\n\n\ncluster_AppModule_providers\n\n\n\ncluster_DateValueAccessorModule\n\n\n\ncluster_DateValueAccessorModule_declarations\n\n\n\ncluster_DateValueAccessorModule_DateValueAccessor_providers\n\n\n\ncluster_DateValueAccessorModule_exports\n\n\n\n\nAdminComponent\n\nAdminComponent\n\n\n\nAppModule\n\nAppModule\n\nAppModule -->\n\nAdminComponent->AppModule\n\n\n\n\n\nAnswersComponent\n\nAnswersComponent\n\nAppModule -->\n\nAnswersComponent->AppModule\n\n\n\n\n\nAppComponent\n\nAppComponent\n\nAppModule -->\n\nAppComponent->AppModule\n\n\n\n\n\nBaseComponent\n\nBaseComponent\n\nAppModule -->\n\nBaseComponent->AppModule\n\n\n\n\n\nChoicesListComponent\n\nChoicesListComponent\n\nAppModule -->\n\nChoicesListComponent->AppModule\n\n\n\n\n\nCommentsListComponent\n\nCommentsListComponent\n\nAppModule -->\n\nCommentsListComponent->AppModule\n\n\n\n\n\nCopyTextComponent\n\nCopyTextComponent\n\nAppModule -->\n\nCopyTextComponent->AppModule\n\n\n\n\n\nCreateOrRetrieveComponent\n\nCreateOrRetrieveComponent\n\nAppModule -->\n\nCreateOrRetrieveComponent->AppModule\n\n\n\n\n\nDatesComponent\n\nDatesComponent\n\nAppModule -->\n\nDatesComponent->AppModule\n\n\n\n\n\nDebuggerComponent\n\nDebuggerComponent\n\nAppModule -->\n\nDebuggerComponent->AppModule\n\n\n\n\n\nEndConfirmationComponent\n\nEndConfirmationComponent\n\nAppModule -->\n\nEndConfirmationComponent->AppModule\n\n\n\n\n\nErasableInputComponent\n\nErasableInputComponent\n\nAppModule -->\n\nErasableInputComponent->AppModule\n\n\n\n\n\nHeaderComponent\n\nHeaderComponent\n\nAppModule -->\n\nHeaderComponent->AppModule\n\n\n\n\n\nHomeComponent\n\nHomeComponent\n\nAppModule -->\n\nHomeComponent->AppModule\n\n\n\n\n\nKindComponent\n\nKindComponent\n\nAppModule -->\n\nKindComponent->AppModule\n\n\n\n\n\nNavigationComponent\n\nNavigationComponent\n\nAppModule -->\n\nNavigationComponent->AppModule\n\n\n\n\n\nPasswordComponent\n\nPasswordComponent\n\nAppModule -->\n\nPasswordComponent->AppModule\n\n\n\n\n\nPicturesComponent\n\nPicturesComponent\n\nAppModule -->\n\nPicturesComponent->AppModule\n\n\n\n\n\nPollDisplayComponent\n\nPollDisplayComponent\n\nAppModule -->\n\nPollDisplayComponent->AppModule\n\n\n\n\n\nPollGraphicComponent\n\nPollGraphicComponent\n\nAppModule -->\n\nPollGraphicComponent->AppModule\n\n\n\n\n\nResettableInputDirective\n\nResettableInputDirective\n\nAppModule -->\n\nResettableInputDirective->AppModule\n\n\n\n\n\nResumeComponent\n\nResumeComponent\n\nAppModule -->\n\nResumeComponent->AppModule\n\n\n\n\n\nSelectorComponent\n\nSelectorComponent\n\nAppModule -->\n\nSelectorComponent->AppModule\n\n\n\n\n\nVisibilityComponent\n\nVisibilityComponent\n\nAppModule -->\n\nVisibilityComponent->AppModule\n\n\n\n\n\nVotingChoiceComponent\n\nVotingChoiceComponent\n\nAppModule -->\n\nVotingChoiceComponent->AppModule\n\n\n\n\n\nVotingCommentComponent\n\nVotingCommentComponent\n\nAppModule -->\n\nVotingCommentComponent->AppModule\n\n\n\n\n\nVotingComponent\n\nVotingComponent\n\nAppModule -->\n\nVotingComponent->AppModule\n\n\n\n\n\nVotingGraphComponent\n\nVotingGraphComponent\n\nAppModule -->\n\nVotingGraphComponent->AppModule\n\n\n\n\n\nVotingNavigationComponent\n\nVotingNavigationComponent\n\nAppModule -->\n\nVotingNavigationComponent->AppModule\n\n\n\n\n\nVotingSummaryComponent\n\nVotingSummaryComponent\n\nAppModule -->\n\nVotingSummaryComponent->AppModule\n\n\n\n\n\nAppComponent \n\nAppComponent \n\nAppComponent -->\n\nAppModule->AppComponent \n\n\n\n\n\nAppRoutingModule\n\nAppRoutingModule\n\nAppModule -->\n\nAppRoutingModule->AppModule\n\n\n\n\n\nDateValueAccessorModule\n\nDateValueAccessorModule\n\nAppModule -->\n\nDateValueAccessorModule->AppModule\n\n\n\n\n\nDateValueAccessor \n\nDateValueAccessor \n\nDateValueAccessor -->\n\nDateValueAccessorModule->DateValueAccessor \n\n\n\n\n\nConfigService\n\nConfigService\n\nAppModule -->\n\nConfigService->AppModule\n\n\n\n\n\nPollService\n\nPollService\n\nAppModule -->\n\nPollService->AppModule\n\n\n\n\n\nDateValueAccessor\n\nDateValueAccessor\n\nDateValueAccessorModule -->\n\nDateValueAccessor->DateValueAccessorModule\n\n\n\n\n\nDATE_VALUE_ACCESSOR\n\nDATE_VALUE_ACCESSOR\n\nDateValueAccessor -->\n\nDATE_VALUE_ACCESSOR->DateValueAccessor\n\n\n\n\n\n\n \n \n \n Zoom in\n Reset\n Zoom out\n \n\n \n\n \n \n \n \n \n \n 3 Modules\n \n \n \n \n \n \n \n \n 29 Components\n \n \n \n \n \n \n \n 2 Directives\n \n \n \n \n \n \n \n 4 Injectables\n \n \n \n \n \n \n \n 3 Classes\n \n \n \n \n \n \n \n 7 Interfaces\n \n \n \n \n \n \n \n \n 0 \n \n \n \n \n \n\n\n \n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"routes.html":{"url":"routes.html","title":"routes - routes","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Routes\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"}} } diff --git a/jest.config.js b/jest.config.js index fcfcf94d..6f6675dd 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,7 +1,11 @@ +import 'jest-preset-angular'; // const { defaults } = require('jest-config'); + // // module.exports = { // verbose: true, // collectCoverage: true, -// collectCoverageFrom: ['src/**/*.ts'], +// // collectCoverageFrom: ['src/**/*.ts'], +// collectCoverageFrom: ['src/app/pages/admin/*.ts'], // }; +Error.stackTraceLimit = 2; diff --git a/package.json b/package.json index 18fa08cd..28748721 100644 --- a/package.json +++ b/package.json @@ -1,102 +1,107 @@ { - "name": "framadate-funky-frontend", - "version": "1.0.0", - "licence": "AGPL-3.0-or-later", - "scripts": { - "ng": "ng", - "start": "ng serve", - "compodoc": "compodoc -p tsconfig.json", - "build": "ng build --crossOrigin=anonymous --prod", - "package": "cat dist/framadate/*.js > dist/framadate/framadate-scripts-bundled.js && ls -l dist/framadate", - "bld:pkg": "npm run build && npm run package", - "build:demo": "ng build --crossOrigin=anonymous --extractCss=true --progress=true --prod && npm run package", - "build:demobliss": "ng build --crossOrigin=anonymous --extractCss=true --baseHref=https://framadate-api.cipherbliss.com --progress=true --prod && npm run package", - "test": "ng test --watch=false", - "lint": "ng lint", - "e2e": "ng e2e", - "format:check": "prettier --list-different \"src/{app,environments,assets}/**/*{.ts,.js,.json,.css,.scss}\"", - "format:all": "prettier --write \"src/**/*.{js,jsx,ts,tsx,md,html,css,scss}\"", - "trans": "ng xi18n --output-path=src/locale --i18n-locale=fr", - "storybook": "start-storybook -p 6006", - "build-storybook": "build-storybook", - "postinstall": "ngcc" - }, - "private": false, - "dependencies": { - "@angular/animations": "^9.1.1", - "@angular/cdk": "^9.2.0", - "@angular/common": "^9.0.7", - "@angular/compiler": "^9.0.7", - "@angular/core": "^9.0.7", - "@angular/forms": "^9.0.7", - "@angular/localize": "^9.1.1", - "@angular/platform-browser": "^9.0.7", - "@angular/platform-browser-dynamic": "^9.0.7", - "@angular/router": "^9.0.7", - "@fullcalendar/core": "^4.4.0", - "@ngx-translate/core": "^12.1.2", - "@ngx-translate/http-loader": "^4.0.0", - "angular-date-value-accessor": "^1.0.2", - "bulma": "^0.8.2", - "chart.js": "^2.8.0", - "font-awesome": "^4.7.0", - "karma-coverage": "^2.0.1", - "karma-firefox-launcher": "^1.3.0", - "karma-phantomjs-launcher": "^1.0.4", - "ngx-clipboard": "^13.0.0", - "ngx-markdown": "^9.0.0", - "ngx-toaster": "^1.0.1", - "primeicons": "^2.0.0", - "primeng": "^9.0.5", - "quill": "^1.3.7", - "rxjs": "^6.5.5", - "rxjs-compat": "^6.5.5", - "tslib": "^1.11.1", - "zone.js": "^0.10.3" - }, - "devDependencies": { - "@angular-builders/jest": "^9.0.1", - "@angular-devkit/build-angular": "^0.901.1", - "@angular/cli": "^9.0.7", - "@angular/compiler-cli": "^9.1.1", - "@angular/language-service": "^9.0.7", - "@babel/core": "^7.9.0", - "@storybook/addon-actions": "^5.3.18", - "@storybook/addon-links": "^5.3.18", - "@storybook/addon-notes": "^5.3.18", - "@storybook/addons": "^5.3.18", - "@storybook/angular": "^5.3.18", - "@types/jasmine": "^3.5.10", - "@types/jasminewd2": "~2.0.8", - "@types/jest": "^25.2.1", - "@types/node": "^13.11.1", - "@typescript-eslint/eslint-plugin": "^2.27.0", - "@typescript-eslint/parser": "^2.27.0", - "babel-loader": "^8.1.0", - "compodoc": "^0.0.41", - "eslint": "^6.8.0", - "eslint-config-prettier": "^6.10.1", - "eslint-plugin-prettier": "^3.1.3", - "husky": "^4.2.5", - "jasmine-core": "~3.5.0", - "jasmine-spec-reporter": "~5.0.1", - "jest": "^25.3.0", - "lint-staged": "^10.1.3", - "prettier": "^2.0.4", - "protractor": "~5.4.3", - "ts-node": "~8.8.2", - "typescript": "~3.8.3" - }, - "husky": { - "hooks": { - "pre-commit": "lint-staged" - } - }, - "lint-staged": { - "src/{app,environments,assets}/**/*.{js,jsx,ts,tsx,md,html,css,scss}": [ - "prettier --write", - "git add" - ], - "*.js": "eslint --cache --fix" - } + "name": "framadate-funky-frontend", + "version": "1.0.0", + "licence": "AGPL-3.0-or-later", + "scripts": { + "ng": "ng", + "start": "ng serve", + "compodoc": "compodoc -p tsconfig.json", + "build": "ng build --crossOrigin=anonymous --prod", + "package": "cat dist/framadate/*.js > dist/framadate/framadate-scripts-bundled.js && ls -l dist/framadate", + "bld:pkg": "npm run build && npm run package", + "build:demo": "ng build --crossOrigin=anonymous --extractCss=true --progress=true --prod && npm run package", + "build:demobliss": "ng build --crossOrigin=anonymous --extractCss=true --baseHref=https://framadate-api.cipherbliss.com --progress=true --prod && npm run package", + "test": "jest", + "test:watch": "jest --watch", + "test:ci": "jest --runInBand", + "lint": "ng lint", + "e2e": "ng e2e", + "format:check": "prettier --list-different \"src/{app,environments,assets}/**/*{.ts,.js,.json,.css,.scss}\"", + "format:all": "prettier --write \"src/**/*.{js,jsx,ts,tsx,md,html,css,scss}\"", + "trans": "ng xi18n --output-path=src/locale --i18n-locale=fr", + "storybook": "start-storybook -p 6006", + "build-storybook": "build-storybook", + "postinstall": "ngcc" + }, + "private": false, + "dependencies": { + "@angular/animations": "^9.1.1", + "@angular/cdk": "^9.2.0", + "@angular/common": "^9.0.7", + "@angular/compiler": "^9.0.7", + "@angular/core": "^9.0.7", + "@angular/forms": "^9.0.7", + "@angular/localize": "^9.1.1", + "@angular/platform-browser": "^9.0.7", + "@angular/platform-browser-dynamic": "^9.0.7", + "@angular/router": "^9.0.7", + "@fullcalendar/core": "^4.4.0", + "@ngx-translate/core": "^12.1.2", + "@ngx-translate/http-loader": "^4.0.0", + "angular-date-value-accessor": "^1.0.2", + "bulma": "^0.8.2", + "chart.js": "^2.8.0", + "font-awesome": "^4.7.0", + "jest-preset-angular": "^8.1.3", + "karma-coverage": "^2.0.1", + "karma-firefox-launcher": "^1.3.0", + "karma-phantomjs-launcher": "^1.0.4", + "ngx-clipboard": "^13.0.0", + "ngx-markdown": "^9.0.0", + "ngx-toaster": "^1.0.1", + "primeicons": "^2.0.0", + "primeng": "^9.0.5", + "quill": "^1.3.7", + "rxjs": "^6.5.5", + "rxjs-compat": "^6.5.5", + "tslib": "^1.11.1", + "zone.js": "^0.10.3" + }, + "devDependencies": { + "@angular-builders/jest": "^9.0.1", + "@angular-devkit/build-angular": "^0.901.1", + "@angular/cli": "^9.0.7", + "@angular/compiler-cli": "^9.1.1", + "@angular/language-service": "^9.0.7", + "@babel/core": "^7.9.0", + "@storybook/addon-actions": "^5.3.18", + "@storybook/addon-links": "^5.3.18", + "@storybook/addon-notes": "^5.3.18", + "@storybook/addons": "^5.3.18", + "@storybook/angular": "^5.3.18", + "@types/jasminewd2": "~2.0.8", + "@types/jest": "^25.2.1", + "@types/node": "^13.11.1", + "@typescript-eslint/eslint-plugin": "^2.27.0", + "@typescript-eslint/parser": "^2.27.0", + "babel-loader": "^8.1.0", + "compodoc": "^0.0.41", + "eslint": "^6.8.0", + "eslint-config-prettier": "^6.10.1", + "eslint-plugin-prettier": "^3.1.3", + "husky": "^4.2.5", + "jasmine-core": "~3.5.0", + "jasmine-spec-reporter": "~5.0.1", + "jest": "^25.3.0", + "lint-staged": "^10.1.3", + "prettier": "^2.0.4", + "protractor": "~5.4.3", + "ts-node": "~8.8.2", + "typescript": "~3.8.3" + }, + "husky": { + "hooks": { + "pre-commit": "lint-staged" + } + }, + "lint-staged": { + "src/{app,environments,assets}/**/*.{js,jsx,ts,tsx,md,html,css,scss}": [ + "prettier --write", + "git add" + ] + }, + "jest": { + "preset": "jest-preset-angular", + "setupFilesAfterEnv": "./jest.config.js" + } } diff --git a/src/app/app.component.html b/src/app/app.component.html index f91c69fe..a1039ab2 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,31 +1,31 @@
-
-
-
-
- -
-
- -
-
-
-
+
+
+
+
+ +
+
+ +
+
+
+
-
-
-
-
- +
+
+
+
+ - - - -
-
- -
-
-
-
+ + +
+
+ +
+
+
+
+
diff --git a/src/app/app.component.scss b/src/app/app.component.scss index 558e632f..603699f0 100644 --- a/src/app/app.component.scss +++ b/src/app/app.component.scss @@ -1,13 +1,13 @@ @charset "UTF-8"; .big-header { - padding: 0.5rem; + padding: 0.5rem; } i { - display: block; + display: block; } .language-selector { - width: auto; + width: auto; } diff --git a/src/app/app.component.spec.ts b/src/app/app.component.spec.ts index 38e853e4..831b5a5c 100644 --- a/src/app/app.component.spec.ts +++ b/src/app/app.component.spec.ts @@ -3,29 +3,29 @@ import { RouterTestingModule } from '@angular/router/testing'; import { AppComponent } from './app.component'; describe('AppComponent', () => { - beforeEach(async(() => { - TestBed.configureTestingModule({ - imports: [RouterTestingModule], - declarations: [AppComponent], - }).compileComponents(); - })); + beforeEach(async(() => { + TestBed.configureTestingModule({ + imports: [RouterTestingModule], + declarations: [AppComponent], + }).compileComponents(); + })); - it('should create the app', () => { - const fixture = TestBed.createComponent(AppComponent); - const app = fixture.debugElement.componentInstance; - expect(app).toBeTruthy(); - }); + it('should create the app', () => { + const fixture = TestBed.createComponent(AppComponent); + const app = fixture.debugElement.componentInstance; + expect(app).toBeTruthy(); + }); - it(`should have as title 'framadate'`, () => { - const fixture = TestBed.createComponent(AppComponent); - const app = fixture.debugElement.componentInstance; - expect(app.title).toEqual('framadate'); - }); + it(`should have as title 'framadate'`, () => { + const fixture = TestBed.createComponent(AppComponent); + const app = fixture.debugElement.componentInstance; + expect(app.title).toEqual('framadate'); + }); - it('should render title in a h1 tag', () => { - const fixture = TestBed.createComponent(AppComponent); - fixture.detectChanges(); - const compiled = fixture.debugElement.nativeElement; - expect(compiled.querySelector('h1').textContent).toContain('Welcome to framadate!'); - }); + it('should render title in a h1 tag', () => { + const fixture = TestBed.createComponent(AppComponent); + fixture.detectChanges(); + const compiled = fixture.debugElement.nativeElement; + expect(compiled.querySelector('h1').textContent).toContain('Welcome to framadate!'); + }); }); diff --git a/src/app/app.component.ts b/src/app/app.component.ts index fca5999d..b758854d 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -7,49 +7,49 @@ import { ConfigService } from './services/config.service'; import { environment } from '../environments/environment'; @Component({ - selector: 'app-root', - templateUrl: './app.component.html', - styleUrls: ['./app.component.scss'], + selector: 'app-root', + templateUrl: './app.component.html', + styleUrls: ['./app.component.scss'], }) export class AppComponent { - step: string; - isDevelopmentEnv = false; + step: string; + isDevelopmentEnv = false; - constructor( - private translate: TranslateService, - public config: ConfigService, - @Inject(DOCUMENT) private document, - private route: Router - ) { - this.detectCurrentTabOnRouteChange(); + constructor( + private translate: TranslateService, + public config: ConfigService, + @Inject(DOCUMENT) private document, + private route: Router + ) { + this.detectCurrentTabOnRouteChange(); - this.isDevelopmentEnv = !environment.production; - } + this.isDevelopmentEnv = !environment.production; + } - detectCurrentTabOnRouteChange() { - this.route.events.subscribe((event: any) => {}); - this.route.events - .pipe(filter((event) => event instanceof NavigationStart)) - .subscribe((event: NavigationStart) => { - this.scrollGoToTop(); - this.updateCurrentTab(event); - // only if there is a poll ID - this.config.fetchPollFromRoute(event); - }); - } + detectCurrentTabOnRouteChange() { + this.route.events.subscribe((event: any) => {}); + this.route.events + .pipe(filter((event) => event instanceof NavigationStart)) + .subscribe((event: NavigationStart) => { + this.scrollGoToTop(); + this.updateCurrentTab(event); + // only if there is a poll ID + this.config.fetchPollFromRoute(event); + }); + } - scrollGoToTop() { - this.document.documentElement.scrollTop = 0; - } + scrollGoToTop() { + this.document.documentElement.scrollTop = 0; + } - updateCurrentTab(event) { - if (event.url) { - const tab = event.url.split('/'); - if (tab && tab[2]) { - this.step = tab[2]; - } else { - this.step = 'home'; - } - } - } + updateCurrentTab(event) { + if (event.url) { + const tab = event.url.split('/'); + if (tab && tab[2]) { + this.step = tab[2]; + } else { + this.step = 'home'; + } + } + } } diff --git a/src/app/app.module.ts b/src/app/app.module.ts index cedd678b..bbab5320 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -7,11 +7,11 @@ import { FormsModule } from '@angular/forms'; import { BrowserModule } from '@angular/platform-browser'; import { BrowserAnimationsModule } from '@angular/platform-browser/animations'; import { - MissingTranslationHandler, - MissingTranslationHandlerParams, - TranslateLoader, - TranslateModule, - TranslateService, + MissingTranslationHandler, + MissingTranslationHandlerParams, + TranslateLoader, + TranslateModule, + TranslateService, } from '@ngx-translate/core'; import { TranslateHttpLoader } from '@ngx-translate/http-loader'; import { ClipboardModule } from 'ngx-clipboard'; @@ -60,82 +60,82 @@ import { SelectorComponent } from './ui/selector/selector.component'; import { ThemeSelectorComponent } from './ui/theme-selector/theme-selector.component'; export class MyMissingTranslationHandler implements MissingTranslationHandler { - handle(params: MissingTranslationHandlerParams) { - return 'some value'; - } + handle(params: MissingTranslationHandlerParams) { + return 'some value'; + } } registerLocaleData(localeFr, 'fr'); registerLocaleData(localeEn, 'en'); export function HttpLoaderFactory(http: HttpClient): TranslateHttpLoader { - return new TranslateHttpLoader(http); + return new TranslateHttpLoader(http); } @NgModule({ - declarations: [ - AppComponent, - BaseComponent, - KindComponent, - HeaderComponent, - NavigationComponent, - DatesComponent, - DebuggerComponent, - VisibilityComponent, - ResumeComponent, - PicturesComponent, - AnswersComponent, - EndConfirmationComponent, - CreateOrRetrieveComponent, - VotingSummaryComponent, - VotingGraphComponent, - VotingChoiceComponent, - PasswordComponent, - HomeComponent, - PollGraphicComponent, - AdminComponent, - SelectorComponent, - PollDisplayComponent, - VotingComponent, - VotingCommentComponent, - ResettableInputDirective, - ErasableInputComponent, - CopyTextComponent, - CommentsListComponent, - ChoicesListComponent, - VotingNavigationComponent, - ThemeSelectorComponent, - MasterHeadComponent, - LanguageComponent, - ], - imports: [ - ConfirmDialogModule, - ClipboardModule, - CommonModule, - BrowserModule, - DialogModule, - DateValueAccessorModule, - BrowserAnimationsModule, - AppRoutingModule, - ToastModule, - MessageModule, - MarkdownModule.forRoot(), - TranslateModule.forRoot({ - missingTranslationHandler: { - provide: MissingTranslationHandler, - useClass: MyMissingTranslationHandler, - }, - // useDefaultLang: false, - loader: { - provide: TranslateLoader, - useFactory: HttpLoaderFactory, - deps: [HttpClient], - }, - }), - HttpClientModule, - FormsModule, - ], - providers: [TranslateService, ConfigService, PollService, MessageService, ConfirmationService], - bootstrap: [AppComponent], + declarations: [ + AppComponent, + BaseComponent, + KindComponent, + HeaderComponent, + NavigationComponent, + DatesComponent, + DebuggerComponent, + VisibilityComponent, + ResumeComponent, + PicturesComponent, + AnswersComponent, + EndConfirmationComponent, + CreateOrRetrieveComponent, + VotingSummaryComponent, + VotingGraphComponent, + VotingChoiceComponent, + PasswordComponent, + HomeComponent, + PollGraphicComponent, + AdminComponent, + SelectorComponent, + PollDisplayComponent, + VotingComponent, + VotingCommentComponent, + ResettableInputDirective, + ErasableInputComponent, + CopyTextComponent, + CommentsListComponent, + ChoicesListComponent, + VotingNavigationComponent, + ThemeSelectorComponent, + MasterHeadComponent, + LanguageComponent, + ], + imports: [ + ConfirmDialogModule, + ClipboardModule, + CommonModule, + BrowserModule, + DialogModule, + DateValueAccessorModule, + BrowserAnimationsModule, + AppRoutingModule, + ToastModule, + MessageModule, + MarkdownModule.forRoot(), + TranslateModule.forRoot({ + missingTranslationHandler: { + provide: MissingTranslationHandler, + useClass: MyMissingTranslationHandler, + }, + // useDefaultLang: false, + loader: { + provide: TranslateLoader, + useFactory: HttpLoaderFactory, + deps: [HttpClient], + }, + }), + HttpClientModule, + FormsModule, + ], + providers: [TranslateService, ConfigService, PollService, MessageService, ConfirmationService], + bootstrap: [AppComponent], }) export class AppModule {} diff --git a/src/app/config/DateUtilities.ts b/src/app/config/DateUtilities.ts index 6e3d8607..f2cb0532 100644 --- a/src/app/config/DateUtilities.ts +++ b/src/app/config/DateUtilities.ts @@ -1,63 +1,63 @@ import { Injectable } from '@angular/core'; @Injectable({ - providedIn: 'root', + providedIn: 'root', }) export class DateUtilities { - /** - * add some days to a date, to compute intervals - * @param days - * @param date - */ - addDaysToDate(days: number, date: Date) { - date = new Date(date.valueOf()); - date.setDate(date.getDate() + days); - return date; - } + /** + * add some days to a date, to compute intervals + * @param days + * @param date + */ + addDaysToDate(days: number, date: Date) { + date = new Date(date.valueOf()); + date.setDate(date.getDate() + days); + return date; + } - /** - * - * @param d1 - * @param d2 - * @param interval - */ - getDatesInRange(d1: Date, d2: Date, interval: number) { - d1 = new Date(d1); - d2 = new Date(d2); - const dates = []; - while (+d1 < +d2) { - dates.push({ - literal: this.formateDate(d1), - date_object: d1, - }); - d1.setDate(d1.getDate() + interval); - } - return dates.slice(0); - } + /** + * + * @param d1 + * @param d2 + * @param interval + */ + getDatesInRange(d1: Date, d2: Date, interval: number) { + d1 = new Date(d1); + d2 = new Date(d2); + const dates = []; + while (+d1 < +d2) { + dates.push({ + literal: this.formateDate(d1), + date_object: d1, + }); + d1.setDate(d1.getDate() + interval); + } + return dates.slice(0); + } - /** - * get the number of days between two dates - * @param d1 - * @param d2 - */ - dayDiff(d1: Date, d2: Date): Number { - return Number(d2.getTime() - d1.getTime() / 31536000000); - } + /** + * get the number of days between two dates + * @param d1 + * @param d2 + */ + dayDiff(d1: Date, d2: Date): number { + return Number(d2.getTime() - d1.getTime() / 31536000000); + } - /** - * format a date object to the date format used by the inputs of type date - * YYYY-MM-DD - * @param date - */ - formateDate(date) { - return [ - date.getFullYear(), - this.getDoubleDigits(date.getMonth() + 1), - this.getDoubleDigits(date.getDate()), - ].join('-'); - } + /** + * format a date object to the date format used by the inputs of type date + * YYYY-MM-DD + * @param date + */ + formateDate(date) { + return [ + date.getFullYear(), + this.getDoubleDigits(date.getMonth() + 1), + this.getDoubleDigits(date.getDate()), + ].join('-'); + } - getDoubleDigits(str) { - return ('00' + str).slice(-2); - } + getDoubleDigits(str) { + return ('00' + str).slice(-2); + } } diff --git a/src/app/config/PollConfig.ts b/src/app/config/PollConfig.ts index 096332d1..383304be 100644 --- a/src/app/config/PollConfig.ts +++ b/src/app/config/PollConfig.ts @@ -5,80 +5,80 @@ import { environment } from '../../environments/environment'; import { DateChoice, defaultAnswers, otherDefaultDates, PollAnswer } from './defaultConfigs'; export interface DateOption { - timeList: any; - literal: string; - date_object?: object; + timeList: any; + literal: string; + date_object?: object; } const baseConfigValues = { - pollType: 'dates', - title: '', - description: '', - myName: '', - myEmail: '', + pollType: 'dates', + title: '', + description: '', + myName: '', + myEmail: '', }; /** * configuration of the poll, add new fields at will */ export class PollConfig { - menuVisible = true; + menuVisible = true; - expiracyDateDefaultInDays = 60; - deletionDateAfterLastModification = 180; - step = 0; // step in the progress of creating a poll - stepMax = 3; // step max in the progress of creating a poll - pollType = 'dates'; // classic or dates + expiracyDateDefaultInDays = 60; + deletionDateAfterLastModification = 180; + step = 0; // step in the progress of creating a poll + stepMax = 3; // step max in the progress of creating a poll + pollType = 'dates'; // classic or dates - title: string = environment.production ? '' : 'titre'; - description: string = environment.production ? '' : 'ma description'; - myName: string = environment.production ? '' : 'mon pseudo'; - myComment: string = environment.production ? '' : 'wouah trop bien framadate!'; - isAdmin: boolean = !environment.production; - myVoteStack: any; - myTempVoteStack = 0; - myEmail: string = environment.production ? '' : 'tktest@tktest.com'; - myPolls: any = []; // list of retrieved polls from the backend api - /* + title: string = environment.production ? '' : 'titre'; + description: string = environment.production ? '' : 'ma description'; + myName: string = environment.production ? '' : 'mon pseudo'; + myComment: string = environment.production ? '' : 'wouah trop bien framadate!'; + isAdmin = !environment.production; + myVoteStack: any; + myTempVoteStack = 0; + myEmail: string = environment.production ? '' : 'tktest@tktest.com'; + myPolls: any = []; // list of retrieved polls from the backend api + /* date specific poll, we have the choice to setup different hours (timeList) for all possible dates (dateList), or use the same hours for all dates */ - allowSeveralHours = 'true'; - // access - visibility = 'link_only'; // visible to anyone with the link: - voteChoices = 'only_yes'; // possible answers to a vote choice: only "yes", "yes, maybe, no" - creationDate = new Date(); - expirationDate = ''; // expiracy date - voteStackId = null; // id of the vote stack to update - pollId = null; // id of the current poll when created. data given by the backend api - pollSlug = null; // id of the current poll when created. data given by the backend api - currentPoll; // current poll selected with createPoll or getPoll of ConfigService - passwordAccess = 0; - password = ''; - customUrl = ''; // custom slug in the url, must be unique - customUrlIsUnique = null; // given by the backend - urlSlugPublic = null; - urlPublic = environment.production ? '' : environment.baseHref + '/#/poll/id/4'; - urlAdmin = environment.baseHref + '/#/admin/d65es45fd45sdf45sd345f312sdf31sgfd345'; - adminKey = ''; // key to change config of the poll - owner_modifier_token = ''; // key to change a vote stack - canModifyAnswers = true; // bool for the frontend selector - whoModifiesAnswers = 'everybody'; // everybody, self, nobody (= just admin) - whoCanChangeAnswers = 'everybody'; // everybody, self, nobody (= just admin) - dateList: any = otherDefaultDates; // sets of days as strings, config to set identical time for days in a special days poll - timeList: DateChoice[] = otherDefaultDates; // ranges of time expressed as strings + allowSeveralHours = 'true'; + // access + visibility = 'link_only'; // visible to anyone with the link: + voteChoices = 'only_yes'; // possible answers to a vote choice: only "yes", "yes, maybe, no" + creationDate = new Date(); + expirationDate = ''; // expiracy date + voteStackId = null; // id of the vote stack to update + pollId = null; // id of the current poll when created. data given by the backend api + pollSlug = null; // id of the current poll when created. data given by the backend api + currentPoll; // current poll selected with createPoll or getPoll of ConfigService + passwordAccess = 0; + password = ''; + customUrl = ''; // custom slug in the url, must be unique + customUrlIsUnique = null; // given by the backend + urlSlugPublic = null; + urlPublic = environment.production ? '' : environment.baseHref + '/#/poll/id/4'; + urlAdmin = environment.baseHref + '/#/admin/d65es45fd45sdf45sd345f312sdf31sgfd345'; + adminKey = ''; // key to change config of the poll + owner_modifier_token = ''; // key to change a vote stack + canModifyAnswers = true; // bool for the frontend selector + whoModifiesAnswers = 'everybody'; // everybody, self, nobody (= just admin) + whoCanChangeAnswers = 'everybody'; // everybody, self, nobody (= just admin) + dateList: any = otherDefaultDates; // sets of days as strings, config to set identical time for days in a special days poll + timeList: DateChoice[] = otherDefaultDates; // ranges of time expressed as strings - answers: PollAnswer[] = defaultAnswers; - // front end choices - themeChoices: string[] = ['light-watermelon', 'dark-crystal', 'hot-covid']; - themeSelected = 0; - themeClass = 'theme-light-watermelon'; - // modals - displayConfirmVoteModalAdmin = false; + answers: PollAnswer[] = defaultAnswers; + // front end choices + themeChoices: string[] = ['light-watermelon', 'dark-crystal', 'hot-covid']; + themeSelected = 0; + themeClass = 'theme-light-watermelon'; + // modals + displayConfirmVoteModalAdmin = false; - resetConfig() { - const self = this; - Object.keys(baseConfigValues).forEach((key) => { - self[key] = baseConfigValues[key]; - }); - } + resetConfig() { + const self = this; + Object.keys(baseConfigValues).forEach((key) => { + self[key] = baseConfigValues[key]; + }); + } } diff --git a/src/app/config/PollUtilities.ts b/src/app/config/PollUtilities.ts index 5e09e2e5..1a4508a0 100644 --- a/src/app/config/PollUtilities.ts +++ b/src/app/config/PollUtilities.ts @@ -3,73 +3,73 @@ import { PollConfig } from './PollConfig'; import { Injectable } from '@angular/core'; @Injectable({ - providedIn: 'root', + providedIn: 'root', }) export class PollUtilities { - // utils functions - /** - * generate unique id to have a default url for future poll - */ - makeUuid() { - return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function (c) { - var r = (Math.random() * 16) | 0, - v = c == 'x' ? r : (r & 0x3) | 0x8; - return v.toString(16); - }); - } + // utils functions + /** + * generate unique id to have a default url for future poll + */ + makeUuid() { + return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function (c) { + const r = (Math.random() * 16) | 0, + v = c == 'x' ? r : (r & 0x3) | 0x8; + return v.toString(16); + }); + } - /** - * make a uniq slug for the current poll creation - * @param str - */ - makeSlug(config: PollConfig) { - let str = ''; - str = - config.creationDate.getFullYear() + - '_' + - (config.creationDate.getMonth() + 1) + - '_' + - config.creationDate.getDate() + - '_' + - config.myName + - '_' + - config.title; - str = str.replace(/^\s+|\s+$/g, ''); // trim - str = str.toLowerCase(); + /** + * make a uniq slug for the current poll creation + * @param str + */ + makeSlug(config: PollConfig) { + let str = ''; + str = + config.creationDate.getFullYear() + + '_' + + (config.creationDate.getMonth() + 1) + + '_' + + config.creationDate.getDate() + + '_' + + config.myName + + '_' + + config.title; + str = str.replace(/^\s+|\s+$/g, ''); // trim + str = str.toLowerCase(); - // remove accents, swap ñ for n, etc - var from = 'àáäâèéëêìíïîòóöôùúüûñç·/_,:;'; - var to = 'aaaaeeeeiiiioooouuuunc------'; - for (var i = 0, l = from.length; i < l; i++) { - str = str.replace(new RegExp(from.charAt(i), 'g'), to.charAt(i)); - } + // remove accents, swap ñ for n, etc + const from = 'àáäâèéëêìíïîòóöôùúüûñç·/_,:;'; + const to = 'aaaaeeeeiiiioooouuuunc------'; + for (let i = 0, l = from.length; i < l; i++) { + str = str.replace(new RegExp(from.charAt(i), 'g'), to.charAt(i)); + } - str = str - .replace(/[^a-z0-9 -]/g, '') // remove invalid chars - .replace(/\s+/g, '-') // collapse whitespace and replace by - - .replace(/-+/g, '-'); // collapse dashes + str = str + .replace(/[^a-z0-9 -]/g, '') // remove invalid chars + .replace(/\s+/g, '-') // collapse whitespace and replace by - + .replace(/-+/g, '-'); // collapse dashes - return str; - } + return str; + } - /** - * prepare headers like the charset and json type for any call to the backend - * @param bodyContent - */ - makeHeaders(bodyContent?: any) { - const headerDict = { - Charset: 'UTF-8', - 'Content-Type': 'application/json', - Accept: 'application/json', - 'Access-Control-Allow-Methods': 'GET, POST, PUT, DELETE, OPTIONS', - 'Access-Control-Allow-Origin': '*', - }; + /** + * prepare headers like the charset and json type for any call to the backend + * @param bodyContent + */ + makeHeaders(bodyContent?: any) { + const headerDict = { + Charset: 'UTF-8', + 'Content-Type': 'application/json', + Accept: 'application/json', + 'Access-Control-Allow-Methods': 'GET, POST, PUT, DELETE, OPTIONS', + 'Access-Control-Allow-Origin': '*', + }; - const requestOptions = { - headers: new HttpHeaders(headerDict), - body: bodyContent, - }; + const requestOptions = { + headers: new HttpHeaders(headerDict), + body: bodyContent, + }; - return requestOptions; - } + return requestOptions; + } } diff --git a/src/app/config/defaultConfigs.ts b/src/app/config/defaultConfigs.ts index 24125ea6..60c9486c 100644 --- a/src/app/config/defaultConfigs.ts +++ b/src/app/config/defaultConfigs.ts @@ -1,21 +1,21 @@ export interface DateChoice { - literal: string; - timeList: TimeSlices[]; - date_object: Date; + literal: string; + timeList: TimeSlices[]; + date_object: Date; } export interface TimeSlices { - literal: string; + literal: string; } export interface PollAnswer { - id: number; - text: string; - url: string; - file: string; - literal: string; - date_object: Date; - timeList: TimeSlices[]; + id: number; + text: string; + url: string; + file: string; + literal: string; + date_object: Date; + timeList: TimeSlices[]; } const currentYear = new Date().getFullYear(); @@ -24,84 +24,84 @@ const currentDay = new Date().getDate(); export const basicSlicesOfDay: TimeSlices[] = [{ literal: 'matin' }, { literal: 'midi' }, { literal: 'soir' }]; export const otherSlicesOfDay: TimeSlices[] = [ - { literal: 'aux aurores' }, - { literal: 'au petit dej' }, - { literal: 'au deuxième petit dej des hobbits' }, + { literal: 'aux aurores' }, + { literal: 'au petit dej' }, + { literal: 'au deuxième petit dej des hobbits' }, ]; export const defaultTimeOfDay: TimeSlices[] = (() => { - return [...basicSlicesOfDay]; + return [...basicSlicesOfDay]; })(); export const otherTimeOfDay: TimeSlices[] = (() => { - return [...otherSlicesOfDay]; + return [...otherSlicesOfDay]; })(); export const moreTimeOfDay: TimeSlices[] = (() => { - return [...otherSlicesOfDay]; + return [...otherSlicesOfDay]; })(); export const defaultDates: DateChoice[] = [ - { - literal: `${currentYear}-${currentMonth}-${currentDay}`, - date_object: new Date(), - timeList: defaultTimeOfDay, - }, - { - literal: `${currentYear}-${currentMonth}-${currentDay + 1}`, - date_object: new Date(), - timeList: defaultTimeOfDay, - }, - { - literal: `${currentYear}-${currentMonth}-${currentDay + 2}`, - date_object: new Date(), - timeList: defaultTimeOfDay, - }, + { + literal: `${currentYear}-${currentMonth}-${currentDay}`, + date_object: new Date(), + timeList: defaultTimeOfDay, + }, + { + literal: `${currentYear}-${currentMonth}-${currentDay + 1}`, + date_object: new Date(), + timeList: defaultTimeOfDay, + }, + { + literal: `${currentYear}-${currentMonth}-${currentDay + 2}`, + date_object: new Date(), + timeList: defaultTimeOfDay, + }, ]; export const otherDefaultDates: DateChoice[] = [ - { - literal: `${currentYear}-${currentMonth}-${currentDay}`, - date_object: new Date(), - timeList: defaultTimeOfDay, - }, - { - literal: `${currentYear}-${currentMonth}-${currentDay + 1}`, - date_object: new Date(currentYear, currentMonth, currentDay + 1), - timeList: otherTimeOfDay, - }, - { - literal: `${currentYear}-${currentMonth}-${currentDay + 2}`, - date_object: new Date(), - timeList: moreTimeOfDay, - }, + { + literal: `${currentYear}-${currentMonth}-${currentDay}`, + date_object: new Date(), + timeList: defaultTimeOfDay, + }, + { + literal: `${currentYear}-${currentMonth}-${currentDay + 1}`, + date_object: new Date(currentYear, currentMonth, currentDay + 1), + timeList: otherTimeOfDay, + }, + { + literal: `${currentYear}-${currentMonth}-${currentDay + 2}`, + date_object: new Date(), + timeList: moreTimeOfDay, + }, ]; export const defaultAnswers: PollAnswer[] = [ - { - id: 0, - text: 'réponse de démo 1', - file: '', - url: - 'https://mastodon.cipherbliss.com/system/media_attachments/files/001/439/118/original/6fcf149bd902841b.png?1579471574', - literal: `${currentYear}-${currentMonth}-${currentDay}`, - date_object: new Date(), - timeList: otherSlicesOfDay, - }, - { - id: 1, - text: 'réponse 2', - file: '', - url: - 'https://mastodon.cipherbliss.com/system/media_attachments/files/001/439/118/original/6fcf149bd902841b.png?1579471574', - literal: `${currentYear}-${currentMonth}-${currentDay + 1}`, - date_object: new Date(), - timeList: basicSlicesOfDay, - }, - { - id: 2, - text: 'la réponse D', - file: '', - url: - 'https://mastodon.cipherbliss.com/system/media_attachments/files/001/439/118/original/6fcf149bd902841b.png?1579471574', - literal: `${currentYear}-${currentMonth}-${currentDay + 2}`, - date_object: new Date(), - timeList: otherSlicesOfDay, - }, + { + id: 0, + text: 'réponse de démo 1', + file: '', + url: + 'https://mastodon.cipherbliss.com/system/media_attachments/files/001/439/118/original/6fcf149bd902841b.png?1579471574', + literal: `${currentYear}-${currentMonth}-${currentDay}`, + date_object: new Date(), + timeList: otherSlicesOfDay, + }, + { + id: 1, + text: 'réponse 2', + file: '', + url: + 'https://mastodon.cipherbliss.com/system/media_attachments/files/001/439/118/original/6fcf149bd902841b.png?1579471574', + literal: `${currentYear}-${currentMonth}-${currentDay + 1}`, + date_object: new Date(), + timeList: basicSlicesOfDay, + }, + { + id: 2, + text: 'la réponse D', + file: '', + url: + 'https://mastodon.cipherbliss.com/system/media_attachments/files/001/439/118/original/6fcf149bd902841b.png?1579471574', + literal: `${currentYear}-${currentMonth}-${currentDay + 2}`, + date_object: new Date(), + timeList: otherSlicesOfDay, + }, ]; diff --git a/src/app/config/graph-canevas-options.ts b/src/app/config/graph-canevas-options.ts index e620ec56..15f02ac8 100644 --- a/src/app/config/graph-canevas-options.ts +++ b/src/app/config/graph-canevas-options.ts @@ -1,24 +1,24 @@ export var graphOptions = { - legend: { display: false }, - scales: { - xAxes: [ - { - gridLines: { drawBorder: false, display: false }, - display: false, - stacked: true, - ticks: { - beginAtZero: true, - maxRotation: 0, - minRotation: 0, - }, - }, - ], - yAxes: [ - { - gridLines: { drawBorder: true, display: false }, - display: true, - stacked: true, - }, - ], - }, + legend: { display: false }, + scales: { + xAxes: [ + { + gridLines: { drawBorder: false, display: false }, + display: false, + stacked: true, + ticks: { + beginAtZero: true, + maxRotation: 0, + minRotation: 0, + }, + }, + ], + yAxes: [ + { + gridLines: { drawBorder: true, display: false }, + display: true, + stacked: true, + }, + ], + }, }; diff --git a/src/app/config/mocks/choice.ts b/src/app/config/mocks/choice.ts index 07518e06..92007c5b 100644 --- a/src/app/config/mocks/choice.ts +++ b/src/app/config/mocks/choice.ts @@ -1,11 +1,11 @@ export const mockChoice = { - id: 11, - date: { - date: '2020-01-30 12:25:13.000000', - timezone_type: 3, - timezone: 'Europe/Berlin', - }, - text: 'Les mondes engloutis', - url: null, - answer: null, + id: 11, + date: { + date: '2020-01-30 12:25:13.000000', + timezone_type: 3, + timezone: 'Europe/Berlin', + }, + text: 'Les mondes engloutis', + url: null, + answer: null, }; diff --git a/src/app/config/mocks/mock-comments.ts b/src/app/config/mocks/mock-comments.ts index 1d7d1edc..24c8127f 100644 --- a/src/app/config/mocks/mock-comments.ts +++ b/src/app/config/mocks/mock-comments.ts @@ -1,22 +1,22 @@ export const mockComments = [ - { - pseudo: 'Bulbizarre', - date: { - date: '2020-01-22 16:00:22.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - text: - 'Pokem ipsum dolor sit amet Electric Cottonee Scratch Leech Life Ice Berry Ducklett. Leaf Green Durant Zoroark\n' + - ' Skitty Rock Luxio Surskit. Glacier Badge', - }, - { - pseudo: 'Marylin', - date: { - date: '2020-01-22 16:00:22.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - text: "j'ai vu de la lumière o_o", - }, + { + pseudo: 'Bulbizarre', + date: { + date: '2020-01-22 16:00:22.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + text: + 'Pokem ipsum dolor sit amet Electric Cottonee Scratch Leech Life Ice Berry Ducklett. Leaf Green Durant Zoroark\n' + + ' Skitty Rock Luxio Surskit. Glacier Badge', + }, + { + pseudo: 'Marylin', + date: { + date: '2020-01-22 16:00:22.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + text: "j'ai vu de la lumière o_o", + }, ]; diff --git a/src/app/config/mocks/mock-graph.ts b/src/app/config/mocks/mock-graph.ts index ec870c6b..cb233121 100644 --- a/src/app/config/mocks/mock-graph.ts +++ b/src/app/config/mocks/mock-graph.ts @@ -1,52 +1,52 @@ export const mockGraphConfig = { - step: 0, - stepMax: 3, - pollType: 'special dates', - title: '', - description: '', - myName: '', - visibility: 'link_only', - // date specific poll - allowSeveralHours: 'true', - dateLgfgfgfgist: ['jeudi', 'vendredi', 'samedi'], // sets of days as strings - timeList: ['08:00', '08:30', '09:00'], // ranges of time expressed as strings - answers: [ - { - id: 0, - text: 'no', - }, + step: 0, + stepMax: 3, + pollType: 'special dates', + title: '', + description: '', + myName: '', + visibility: 'link_only', + // date specific poll + allowSeveralHours: 'true', + dateLgfgfgfgist: ['jeudi', 'vendredi', 'samedi'], // sets of days as strings + timeList: ['08:00', '08:30', '09:00'], // ranges of time expressed as strings + answers: [ + { + id: 0, + text: 'no', + }, - { - id: 1, - text: 'yes', - }, - { - id: 2, - text: 'maybe', - }, - { - id: 3, - text: 'maybe', - }, - { - id: 4, - text: 'maybe', - }, - { - id: 5, - text: 'maybe', - }, - { - id: 6, - text: 'maybe', - }, - { - id: 7, - text: 'maybe', - }, - { - id: 8, - text: 'maybe', - }, - ], + { + id: 1, + text: 'yes', + }, + { + id: 2, + text: 'maybe', + }, + { + id: 3, + text: 'maybe', + }, + { + id: 4, + text: 'maybe', + }, + { + id: 5, + text: 'maybe', + }, + { + id: 6, + text: 'maybe', + }, + { + id: 7, + text: 'maybe', + }, + { + id: 8, + text: 'maybe', + }, + ], }; diff --git a/src/app/config/mocks/mock-poll3.ts b/src/app/config/mocks/mock-poll3.ts index d6272594..5e658107 100644 --- a/src/app/config/mocks/mock-poll3.ts +++ b/src/app/config/mocks/mock-poll3.ts @@ -1,529 +1,529 @@ export const mockPoll3 = { - message: 'your poll config', - poll: { - id: 4, - title: 'dessin animé préféré', - customUrl: null, - description: 'choisissez votre animé préféré', - creationDate: { - date: '2020-01-30 12:25:13.000000', - timezone_type: 3, - timezone: 'Europe/Berlin', - }, - expiracyDate: { - date: '2020-01-30 12:25:13.000000', - timezone_type: 3, - timezone: 'Europe/Berlin', - }, - owner: { - __initializer__: null, - __cloner__: null, - __isInitialized__: true, - pseudo: 'tk_TEST', - email: 'tktest@tktest.com', - }, - kind: 'text', - allowedAnswers: [ - // "yes", "maybe", "no" - 'yes', - ], - modificationPolicy: 'everybody', - mailOnComment: null, - mailOnVote: null, - hideResults: null, - showResultEvenIfPasswords: null, - votes: {}, - stacksOfVotes: {}, - choices: {}, - choices_count: { - counts: { - '10': { - choice_id: 10, - choice_text: "Les mystérieuses cités d'or", - id: 4, - score: 2.5, - yes: { - count: 2, - people: ['voting_people_TEST', 'voting_people_TEST'], - }, - maybe: { - count: 1, - people: ['Nikolas Edison'], - }, - no: { - count: 1, - people: ['voting_people_TEST'], - }, - }, - '9': { - choice_id: 9, - choice_text: 'Boumbo petite automobile', - id: 5, - score: 2.5, - yes: { - count: 2, - people: ['voting_people_TEST', 'Billie Jean'], - }, - maybe: { - count: 1, - people: ['voting_people_TEST'], - }, - no: { - count: 0, - people: [], - }, - }, - '12': { - choice_id: 12, - choice_text: 'Foot 2 rue', - id: 14, - score: 0.5, - yes: { - count: 0, - people: [], - }, - maybe: { - count: 1, - people: ['Nikolas Edison'], - }, - no: { - count: 0, - people: [], - }, - }, - '11': { - choice_id: 11, - choice_text: 'Les mondes engloutis', - id: 15, - score: 1.5, - yes: { - count: 1, - people: ['Billie Jean'], - }, - maybe: { - count: 1, - people: ['Wulfila'], - }, - no: { - count: 0, - people: [], - }, - }, - '13': { - choice_id: 13, - choice_text: "Le chat, la vache, et l'océan", - id: 16, - score: 1, - yes: { - count: 1, - people: ['Wulfila'], - }, - maybe: { - count: 0, - people: [], - }, - no: { - count: 0, - people: [], - }, - }, - }, - maxScore: 2.5, - }, - comments: {}, - defaultExpiracyDaysFromNow: 60, - }, - stacks_count: 5, - stacks: [ - { - id: 3, - pseudo: 'voting_people_TEST', - creation_date: { - date: '2020-01-30 12:25:13.000000', - timezone_type: 3, - timezone: 'Europe/Berlin', - }, - votes: { - '8': { - choice_id: 8, - }, - '9': { - id: 3, - vote_id: 5, - value: 'maybe', - choice_id: 9, - text: 'Boumbo petite automobile', - }, - '10': { - id: 3, - vote_id: 4, - value: 'yes', - choice_id: 10, - text: "Les mystérieuses cités d'or", - }, - '11': { - choice_id: 11, - }, - '12': { - choice_id: 12, - }, - '13': { - choice_id: 13, - }, - '14': { - choice_id: 14, - }, - }, - }, - { - id: 4, - pseudo: 'voting_people_TEST', - creation_date: { - date: '2020-01-30 12:25:13.000000', - timezone_type: 3, - timezone: 'Europe/Berlin', - }, - votes: { - '8': { - choice_id: 8, - }, - '9': { - id: 4, - vote_id: 6, - value: 'yes', - choice_id: 9, - text: 'Boumbo petite automobile', - }, - '10': { - id: 4, - vote_id: 8, - value: 'no', - choice_id: 10, - text: "Les mystérieuses cités d'or", - }, - '11': { - choice_id: 11, - }, - '12': { - choice_id: 12, - }, - '13': { - choice_id: 13, - }, - '14': { - choice_id: 14, - }, - }, - }, - { - id: 7, - pseudo: 'Nikolas Edison', - creation_date: { - date: '2020-01-30 12:25:13.000000', - timezone_type: 3, - timezone: 'Europe/Berlin', - }, - votes: { - '8': { - choice_id: 8, - }, - '9': { - choice_id: 9, - }, - '10': { - id: 7, - vote_id: 13, - value: 'maybe', - choice_id: 10, - text: "Les mystérieuses cités d'or", - }, - '11': { - choice_id: 11, - }, - '12': { - id: 7, - vote_id: 14, - value: 'maybe', - choice_id: 12, - text: 'Foot 2 rue', - }, - '13': { - choice_id: 13, - }, - '14': { - choice_id: 14, - }, - }, - }, - { - id: 8, - pseudo: 'Wulfila', - creation_date: { - date: '2020-01-30 12:25:13.000000', - timezone_type: 3, - timezone: 'Europe/Berlin', - }, - votes: { - '8': { - choice_id: 8, - }, - '9': { - choice_id: 9, - }, - '10': { - choice_id: 10, - }, - '11': { - id: 8, - vote_id: 15, - value: 'maybe', - choice_id: 11, - text: 'Les mondes engloutis', - }, - '12': { - choice_id: 12, - }, - '13': { - id: 8, - vote_id: 16, - value: 'yes', - choice_id: 13, - text: "Le chat, la vache, et l'océan", - }, - '14': { - choice_id: 14, - }, - }, - }, - { - id: 9, - pseudo: 'Billie Jean', - creation_date: { - date: '2020-01-30 12:25:13.000000', - timezone_type: 3, - timezone: 'Europe/Berlin', - }, - votes: { - '8': { - choice_id: 8, - }, - '9': { - id: 9, - vote_id: 17, - value: 'yes', - choice_id: 9, - text: 'Boumbo petite automobile', - }, - '10': { - choice_id: 10, - }, - '11': { - id: 9, - vote_id: 18, - value: 'yes', - choice_id: 11, - text: 'Les mondes engloutis', - }, - '12': { - choice_id: 12, - }, - '13': { - choice_id: 13, - }, - '14': { - choice_id: 14, - }, - }, - }, - ], - choices_count: { - counts: { - '10': { - choice_id: 10, - choice_text: "Les mystérieuses cités d'or", - id: 4, - score: 2.5, - yes: { - count: 2, - people: ['voting_people_TEST', 'voting_people_TEST'], - }, - maybe: { - count: 1, - people: ['Nikolas Edison'], - }, - no: { - count: 1, - people: ['voting_people_TEST'], - }, - }, - '9': { - choice_id: 9, - choice_text: 'Boumbo petite automobile', - id: 5, - score: 2.5, - yes: { - count: 2, - people: ['voting_people_TEST', 'Billie Jean'], - }, - maybe: { - count: 1, - people: ['voting_people_TEST'], - }, - no: { - count: 0, - people: [], - }, - }, - '12': { - choice_id: 12, - choice_text: 'Foot 2 rue', - id: 14, - score: 0.5, - yes: { - count: 0, - people: [], - }, - maybe: { - count: 1, - people: ['Nikolas Edison'], - }, - no: { - count: 0, - people: [], - }, - }, - '11': { - choice_id: 11, - choice_text: 'Les mondes engloutis', - id: 15, - score: 1.5, - yes: { - count: 1, - people: ['Billie Jean'], - }, - maybe: { - count: 1, - people: ['Wulfila'], - }, - no: { - count: 0, - people: [], - }, - }, - '13': { - choice_id: 13, - choice_text: "Le chat, la vache, et l'océan", - id: 16, - score: 1, - yes: { - count: 1, - people: ['Wulfila'], - }, - maybe: { - count: 0, - people: [], - }, - no: { - count: 0, - people: [], - }, - }, - }, - maxScore: 2.5, - }, - choices: [ - { - id: 8, - date: { - date: '2020-01-30 12:25:13.000000', - timezone_type: 3, - timezone: 'Europe/Berlin', - }, - text: 'Vic le viking', - url: null, - }, - { - id: 9, - date: { - date: '2020-01-30 12:25:13.000000', - timezone_type: 3, - timezone: 'Europe/Berlin', - }, - text: 'Boumbo petite automobile', - url: null, - }, - { - id: 10, - date: { - date: '2020-01-30 12:25:13.000000', - timezone_type: 3, - timezone: 'Europe/Berlin', - }, - text: "Les mystérieuses cités d'or", - url: null, - }, - { - id: 11, - date: { - date: '2020-01-30 12:25:13.000000', - timezone_type: 3, - timezone: 'Europe/Berlin', - }, - text: 'Les mondes engloutis', - url: null, - }, - { - id: 12, - date: { - date: '2020-01-30 12:25:13.000000', - timezone_type: 3, - timezone: 'Europe/Berlin', - }, - text: 'Foot 2 rue', - url: null, - }, - { - id: 13, - date: { - date: '2020-01-30 12:25:13.000000', - timezone_type: 3, - timezone: 'Europe/Berlin', - }, - text: "Le chat, la vache, et l'océan", - url: null, - }, - { - id: 14, - date: { - date: '2020-01-30 12:25:13.000000', - timezone_type: 3, - timezone: 'Europe/Berlin', - }, - text: 'Digimon', - url: null, - }, - ], - comments: [ - { - id: 3, - text: 'allez boumbo!', - pseudo: 'tk_TEST_commentateur', - date: { - date: '2020-01-30 12:25:13.000000', - timezone_type: 3, - timezone: 'Europe/Berlin', - }, - }, - { - id: 4, - text: 'je suis pour la team rocket de digimon', - pseudo: 'tk_TEST', - date: { - date: '2020-01-30 12:25:13.000000', - timezone_type: 3, - timezone: 'Europe/Berlin', - }, - }, - ], - comments_count: 2, + message: 'your poll config', + poll: { + id: 4, + title: 'dessin animé préféré', + customUrl: null, + description: 'choisissez votre animé préféré', + creationDate: { + date: '2020-01-30 12:25:13.000000', + timezone_type: 3, + timezone: 'Europe/Berlin', + }, + expiracyDate: { + date: '2020-01-30 12:25:13.000000', + timezone_type: 3, + timezone: 'Europe/Berlin', + }, + owner: { + __initializer__: null, + __cloner__: null, + __isInitialized__: true, + pseudo: 'tk_TEST', + email: 'tktest@tktest.com', + }, + kind: 'text', + allowedAnswers: [ + // "yes", "maybe", "no" + 'yes', + ], + modificationPolicy: 'everybody', + mailOnComment: null, + mailOnVote: null, + hideResults: null, + showResultEvenIfPasswords: null, + votes: {}, + stacksOfVotes: {}, + choices: {}, + choices_count: { + counts: { + '10': { + choice_id: 10, + choice_text: "Les mystérieuses cités d'or", + id: 4, + score: 2.5, + yes: { + count: 2, + people: ['voting_people_TEST', 'voting_people_TEST'], + }, + maybe: { + count: 1, + people: ['Nikolas Edison'], + }, + no: { + count: 1, + people: ['voting_people_TEST'], + }, + }, + '9': { + choice_id: 9, + choice_text: 'Boumbo petite automobile', + id: 5, + score: 2.5, + yes: { + count: 2, + people: ['voting_people_TEST', 'Billie Jean'], + }, + maybe: { + count: 1, + people: ['voting_people_TEST'], + }, + no: { + count: 0, + people: [], + }, + }, + '12': { + choice_id: 12, + choice_text: 'Foot 2 rue', + id: 14, + score: 0.5, + yes: { + count: 0, + people: [], + }, + maybe: { + count: 1, + people: ['Nikolas Edison'], + }, + no: { + count: 0, + people: [], + }, + }, + '11': { + choice_id: 11, + choice_text: 'Les mondes engloutis', + id: 15, + score: 1.5, + yes: { + count: 1, + people: ['Billie Jean'], + }, + maybe: { + count: 1, + people: ['Wulfila'], + }, + no: { + count: 0, + people: [], + }, + }, + '13': { + choice_id: 13, + choice_text: "Le chat, la vache, et l'océan", + id: 16, + score: 1, + yes: { + count: 1, + people: ['Wulfila'], + }, + maybe: { + count: 0, + people: [], + }, + no: { + count: 0, + people: [], + }, + }, + }, + maxScore: 2.5, + }, + comments: {}, + defaultExpiracyDaysFromNow: 60, + }, + stacks_count: 5, + stacks: [ + { + id: 3, + pseudo: 'voting_people_TEST', + creation_date: { + date: '2020-01-30 12:25:13.000000', + timezone_type: 3, + timezone: 'Europe/Berlin', + }, + votes: { + '8': { + choice_id: 8, + }, + '9': { + id: 3, + vote_id: 5, + value: 'maybe', + choice_id: 9, + text: 'Boumbo petite automobile', + }, + '10': { + id: 3, + vote_id: 4, + value: 'yes', + choice_id: 10, + text: "Les mystérieuses cités d'or", + }, + '11': { + choice_id: 11, + }, + '12': { + choice_id: 12, + }, + '13': { + choice_id: 13, + }, + '14': { + choice_id: 14, + }, + }, + }, + { + id: 4, + pseudo: 'voting_people_TEST', + creation_date: { + date: '2020-01-30 12:25:13.000000', + timezone_type: 3, + timezone: 'Europe/Berlin', + }, + votes: { + '8': { + choice_id: 8, + }, + '9': { + id: 4, + vote_id: 6, + value: 'yes', + choice_id: 9, + text: 'Boumbo petite automobile', + }, + '10': { + id: 4, + vote_id: 8, + value: 'no', + choice_id: 10, + text: "Les mystérieuses cités d'or", + }, + '11': { + choice_id: 11, + }, + '12': { + choice_id: 12, + }, + '13': { + choice_id: 13, + }, + '14': { + choice_id: 14, + }, + }, + }, + { + id: 7, + pseudo: 'Nikolas Edison', + creation_date: { + date: '2020-01-30 12:25:13.000000', + timezone_type: 3, + timezone: 'Europe/Berlin', + }, + votes: { + '8': { + choice_id: 8, + }, + '9': { + choice_id: 9, + }, + '10': { + id: 7, + vote_id: 13, + value: 'maybe', + choice_id: 10, + text: "Les mystérieuses cités d'or", + }, + '11': { + choice_id: 11, + }, + '12': { + id: 7, + vote_id: 14, + value: 'maybe', + choice_id: 12, + text: 'Foot 2 rue', + }, + '13': { + choice_id: 13, + }, + '14': { + choice_id: 14, + }, + }, + }, + { + id: 8, + pseudo: 'Wulfila', + creation_date: { + date: '2020-01-30 12:25:13.000000', + timezone_type: 3, + timezone: 'Europe/Berlin', + }, + votes: { + '8': { + choice_id: 8, + }, + '9': { + choice_id: 9, + }, + '10': { + choice_id: 10, + }, + '11': { + id: 8, + vote_id: 15, + value: 'maybe', + choice_id: 11, + text: 'Les mondes engloutis', + }, + '12': { + choice_id: 12, + }, + '13': { + id: 8, + vote_id: 16, + value: 'yes', + choice_id: 13, + text: "Le chat, la vache, et l'océan", + }, + '14': { + choice_id: 14, + }, + }, + }, + { + id: 9, + pseudo: 'Billie Jean', + creation_date: { + date: '2020-01-30 12:25:13.000000', + timezone_type: 3, + timezone: 'Europe/Berlin', + }, + votes: { + '8': { + choice_id: 8, + }, + '9': { + id: 9, + vote_id: 17, + value: 'yes', + choice_id: 9, + text: 'Boumbo petite automobile', + }, + '10': { + choice_id: 10, + }, + '11': { + id: 9, + vote_id: 18, + value: 'yes', + choice_id: 11, + text: 'Les mondes engloutis', + }, + '12': { + choice_id: 12, + }, + '13': { + choice_id: 13, + }, + '14': { + choice_id: 14, + }, + }, + }, + ], + choices_count: { + counts: { + '10': { + choice_id: 10, + choice_text: "Les mystérieuses cités d'or", + id: 4, + score: 2.5, + yes: { + count: 2, + people: ['voting_people_TEST', 'voting_people_TEST'], + }, + maybe: { + count: 1, + people: ['Nikolas Edison'], + }, + no: { + count: 1, + people: ['voting_people_TEST'], + }, + }, + '9': { + choice_id: 9, + choice_text: 'Boumbo petite automobile', + id: 5, + score: 2.5, + yes: { + count: 2, + people: ['voting_people_TEST', 'Billie Jean'], + }, + maybe: { + count: 1, + people: ['voting_people_TEST'], + }, + no: { + count: 0, + people: [], + }, + }, + '12': { + choice_id: 12, + choice_text: 'Foot 2 rue', + id: 14, + score: 0.5, + yes: { + count: 0, + people: [], + }, + maybe: { + count: 1, + people: ['Nikolas Edison'], + }, + no: { + count: 0, + people: [], + }, + }, + '11': { + choice_id: 11, + choice_text: 'Les mondes engloutis', + id: 15, + score: 1.5, + yes: { + count: 1, + people: ['Billie Jean'], + }, + maybe: { + count: 1, + people: ['Wulfila'], + }, + no: { + count: 0, + people: [], + }, + }, + '13': { + choice_id: 13, + choice_text: "Le chat, la vache, et l'océan", + id: 16, + score: 1, + yes: { + count: 1, + people: ['Wulfila'], + }, + maybe: { + count: 0, + people: [], + }, + no: { + count: 0, + people: [], + }, + }, + }, + maxScore: 2.5, + }, + choices: [ + { + id: 8, + date: { + date: '2020-01-30 12:25:13.000000', + timezone_type: 3, + timezone: 'Europe/Berlin', + }, + text: 'Vic le viking', + url: null, + }, + { + id: 9, + date: { + date: '2020-01-30 12:25:13.000000', + timezone_type: 3, + timezone: 'Europe/Berlin', + }, + text: 'Boumbo petite automobile', + url: null, + }, + { + id: 10, + date: { + date: '2020-01-30 12:25:13.000000', + timezone_type: 3, + timezone: 'Europe/Berlin', + }, + text: "Les mystérieuses cités d'or", + url: null, + }, + { + id: 11, + date: { + date: '2020-01-30 12:25:13.000000', + timezone_type: 3, + timezone: 'Europe/Berlin', + }, + text: 'Les mondes engloutis', + url: null, + }, + { + id: 12, + date: { + date: '2020-01-30 12:25:13.000000', + timezone_type: 3, + timezone: 'Europe/Berlin', + }, + text: 'Foot 2 rue', + url: null, + }, + { + id: 13, + date: { + date: '2020-01-30 12:25:13.000000', + timezone_type: 3, + timezone: 'Europe/Berlin', + }, + text: "Le chat, la vache, et l'océan", + url: null, + }, + { + id: 14, + date: { + date: '2020-01-30 12:25:13.000000', + timezone_type: 3, + timezone: 'Europe/Berlin', + }, + text: 'Digimon', + url: null, + }, + ], + comments: [ + { + id: 3, + text: 'allez boumbo!', + pseudo: 'tk_TEST_commentateur', + date: { + date: '2020-01-30 12:25:13.000000', + timezone_type: 3, + timezone: 'Europe/Berlin', + }, + }, + { + id: 4, + text: 'je suis pour la team rocket de digimon', + pseudo: 'tk_TEST', + date: { + date: '2020-01-30 12:25:13.000000', + timezone_type: 3, + timezone: 'Europe/Berlin', + }, + }, + ], + comments_count: 2, }; diff --git a/src/app/config/mocks/mock-success-vote.ts b/src/app/config/mocks/mock-success-vote.ts index 6491af69..00da3934 100644 --- a/src/app/config/mocks/mock-success-vote.ts +++ b/src/app/config/mocks/mock-success-vote.ts @@ -1,658 +1,658 @@ export const mockSuccessVote = { - message: 'you created a vote stack from an existing owner : tktest@tktest.com', - poll: { - id: 4, - title: 'dessin animé préféré', - customUrl: null, - description: 'choisissez votre animé préféré', - creationDate: { - date: '2020-02-04 12:35:37.000000', - timezone_type: 3, - timezone: 'Europe/Berlin', - }, - expiracyDate: { - date: '2020-02-04 12:35:37.000000', - timezone_type: 3, - timezone: 'Europe/Berlin', - }, - owner: { - __initializer__: null, - __cloner__: null, - __isInitialized__: true, - pseudo: 'tk_TEST', - email: 'tktest@tktest.com', - }, - kind: 'text', - allowedAnswers: ['yes'], - modificationPolicy: 'everybody', - mailOnComment: null, - mailOnVote: null, - hideResults: null, - showResultEvenIfPasswords: null, - votes: {}, - stacksOfVotes: {}, - choices: {}, - comments: {}, - defaultExpiracyDaysFromNow: 60, - }, - vote_stack: { - id: 10, - modifier_token: - 'V46C6b58c456B39kTI19KSfp1y8Zz7Wyg500xMdjNB823st221Gb509VX1AOsnhV93fhol1f8P30OblKFoI76u54T94rH92x5c95TdW1W2eH0hb55q8', - pseudo: 'tk_TEST', - creation_date: { - date: '2020-02-04 12:36:07.530846', - timezone_type: 3, - timezone: 'Europe/Berlin', - }, - votes: { - '8': { - id: 22, - value: 'yes', - choice_id: 8, - text: 'Vic le viking', - stack_id: 10, - }, - '9': { - choice_id: 9, - }, - '10': { - choice_id: 10, - }, - '11': { - choice_id: 11, - }, - '12': { - choice_id: 12, - }, - '13': { - choice_id: 13, - }, - '14': { - choice_id: 14, - }, - '5': { - id: 19, - value: 'yes', - choice_id: 5, - text: '2020-02-04 12:35:37', - stack_id: 10, - }, - '6': { - id: 20, - value: 'yes', - choice_id: 6, - text: '2020-02-04 12:35:37', - stack_id: 10, - }, - '7': { - id: 21, - value: 'yes', - choice_id: 7, - text: '2020-02-04 12:35:37', - stack_id: 10, - }, - }, - }, - stacks: [ - { - id: 3, - modifier_token: '5e39570956e5d', - pseudo: 'voting_people_TEST', - creation_date: { - date: '2020-02-04 12:35:37.000000', - timezone_type: 3, - timezone: 'Europe/Berlin', - }, - votes: { - '8': { - choice_id: 8, - }, - '9': { - id: 5, - value: 'maybe', - choice_id: 9, - text: 'Boumbo petite automobile', - stack_id: 3, - }, - '10': { - id: 4, - value: 'yes', - choice_id: 10, - text: "Les mystérieuses cités d'or", - stack_id: 3, - }, - '11': { - choice_id: 11, - }, - '12': { - choice_id: 12, - }, - '13': { - choice_id: 13, - }, - '14': { - choice_id: 14, - }, - }, - }, - { - id: 4, - modifier_token: '5e39570956e5d', - pseudo: 'voting_people_TEST', - creation_date: { - date: '2020-02-04 12:35:37.000000', - timezone_type: 3, - timezone: 'Europe/Berlin', - }, - votes: { - '8': { - choice_id: 8, - }, - '9': { - id: 6, - value: 'yes', - choice_id: 9, - text: 'Boumbo petite automobile', - stack_id: 4, - }, - '10': { - id: 8, - value: 'no', - choice_id: 10, - text: "Les mystérieuses cités d'or", - stack_id: 4, - }, - '11': { - choice_id: 11, - }, - '12': { - choice_id: 12, - }, - '13': { - choice_id: 13, - }, - '14': { - choice_id: 14, - }, - }, - }, - { - id: 7, - modifier_token: '5e3957095ca23', - pseudo: 'Nikolas Edison', - creation_date: { - date: '2020-02-04 12:35:37.000000', - timezone_type: 3, - timezone: 'Europe/Berlin', - }, - votes: { - '8': { - choice_id: 8, - }, - '9': { - choice_id: 9, - }, - '10': { - id: 13, - value: 'maybe', - choice_id: 10, - text: "Les mystérieuses cités d'or", - stack_id: 7, - }, - '11': { - choice_id: 11, - }, - '12': { - id: 14, - value: 'maybe', - choice_id: 12, - text: 'Foot 2 rue', - stack_id: 7, - }, - '13': { - choice_id: 13, - }, - '14': { - choice_id: 14, - }, - }, - }, - { - id: 8, - modifier_token: '5e3957095ca2d', - pseudo: 'Wulfila', - creation_date: { - date: '2020-02-04 12:35:37.000000', - timezone_type: 3, - timezone: 'Europe/Berlin', - }, - votes: { - '8': { - choice_id: 8, - }, - '9': { - choice_id: 9, - }, - '10': { - choice_id: 10, - }, - '11': { - id: 15, - value: 'maybe', - choice_id: 11, - text: 'Les mondes engloutis', - stack_id: 8, - }, - '12': { - choice_id: 12, - }, - '13': { - id: 16, - value: 'yes', - choice_id: 13, - text: "Le chat, la vache, et l'océan", - stack_id: 8, - }, - '14': { - choice_id: 14, - }, - }, - }, - { - id: 9, - modifier_token: '5e3957095ca34', - pseudo: 'Billie Jean', - creation_date: { - date: '2020-02-04 12:35:37.000000', - timezone_type: 3, - timezone: 'Europe/Berlin', - }, - votes: { - '8': { - choice_id: 8, - }, - '9': { - id: 17, - value: 'yes', - choice_id: 9, - text: 'Boumbo petite automobile', - stack_id: 9, - }, - '10': { - choice_id: 10, - }, - '11': { - id: 18, - value: 'yes', - choice_id: 11, - text: 'Les mondes engloutis', - stack_id: 9, - }, - '12': { - choice_id: 12, - }, - '13': { - choice_id: 13, - }, - '14': { - choice_id: 14, - }, - }, - }, - { - id: 10, - modifier_token: - 'V46C6b58c456B39kTI19KSfp1y8Zz7Wyg500xMdjNB823st221Gb509VX1AOsnhV93fhol1f8P30OblKFoI76u54T94rH92x5c95TdW1W2eH0hb55q8', - pseudo: 'tk_TEST', - creation_date: { - date: '2020-02-04 12:36:07.530846', - timezone_type: 3, - timezone: 'Europe/Berlin', - }, - votes: { - '8': { - id: 22, - value: 'yes', - choice_id: 8, - text: 'Vic le viking', - stack_id: 10, - }, - '9': { - choice_id: 9, - }, - '10': { - choice_id: 10, - }, - '11': { - choice_id: 11, - }, - '12': { - choice_id: 12, - }, - '13': { - choice_id: 13, - }, - '14': { - choice_id: 14, - }, - '5': { - id: 19, - value: 'yes', - choice_id: 5, - text: '2020-02-04 12:35:37', - stack_id: 10, - }, - '6': { - id: 20, - value: 'yes', - choice_id: 6, - text: '2020-02-04 12:35:37', - stack_id: 10, - }, - '7': { - id: 21, - value: 'yes', - choice_id: 7, - text: '2020-02-04 12:35:37', - stack_id: 10, - }, - }, - }, - ], - comments: [ - { - id: 3, - text: 'allez boumbo!', - pseudo: 'tk_TEST_commentateur', - date: { - date: '2020-02-04 12:35:37.000000', - timezone_type: 3, - timezone: 'Europe/Berlin', - }, - }, - { - id: 4, - text: 'je suis pour la team rocket de digimon', - pseudo: 'tk_TEST', - date: { - date: '2020-02-04 12:35:37.000000', - timezone_type: 3, - timezone: 'Europe/Berlin', - }, - }, - ], - choices: [ - { - id: 8, - date: { - date: '2020-02-04 12:35:37.000000', - timezone_type: 3, - timezone: 'Europe/Berlin', - }, - text: 'Vic le viking', - url: null, - }, - { - id: 9, - date: { - date: '2020-02-04 12:35:37.000000', - timezone_type: 3, - timezone: 'Europe/Berlin', - }, - text: 'Boumbo petite automobile', - url: null, - }, - { - id: 10, - date: { - date: '2020-02-04 12:35:37.000000', - timezone_type: 3, - timezone: 'Europe/Berlin', - }, - text: "Les mystérieuses cités d'or", - url: null, - }, - { - id: 11, - date: { - date: '2020-02-04 12:35:37.000000', - timezone_type: 3, - timezone: 'Europe/Berlin', - }, - text: 'Les mondes engloutis', - url: null, - }, - { - id: 12, - date: { - date: '2020-02-04 12:35:37.000000', - timezone_type: 3, - timezone: 'Europe/Berlin', - }, - text: 'Foot 2 rue', - url: null, - }, - { - id: 13, - date: { - date: '2020-02-04 12:35:37.000000', - timezone_type: 3, - timezone: 'Europe/Berlin', - }, - text: "Le chat, la vache, et l'océan", - url: null, - }, - { - id: 14, - date: { - date: '2020-02-04 12:35:37.000000', - timezone_type: 3, - timezone: 'Europe/Berlin', - }, - text: 'Digimon', - url: null, - }, - ], - choices_count: { - counts: { - '10': { - choice_id: 10, - choice_text: "Les mystérieuses cités d'or", - id: 4, - score: 2.5, - yes: { - count: 2, - people: ['voting_people_TEST', 'voting_people_TEST'], - }, - maybe: { - count: 1, - people: ['Nikolas Edison'], - }, - no: { - count: 1, - people: ['voting_people_TEST'], - }, - }, - '9': { - choice_id: 9, - choice_text: 'Boumbo petite automobile', - id: 5, - score: 2.5, - yes: { - count: 2, - people: ['voting_people_TEST', 'Billie Jean'], - }, - maybe: { - count: 1, - people: ['voting_people_TEST'], - }, - no: { - count: 0, - people: [], - }, - }, - '12': { - choice_id: 12, - choice_text: 'Foot 2 rue', - id: 14, - score: 0.5, - yes: { - count: 0, - people: [], - }, - maybe: { - count: 1, - people: ['Nikolas Edison'], - }, - no: { - count: 0, - people: [], - }, - }, - '11': { - choice_id: 11, - choice_text: 'Les mondes engloutis', - id: 15, - score: 1.5, - yes: { - count: 1, - people: ['Billie Jean'], - }, - maybe: { - count: 1, - people: ['Wulfila'], - }, - no: { - count: 0, - people: [], - }, - }, - '13': { - choice_id: 13, - choice_text: "Le chat, la vache, et l'océan", - id: 16, - score: 1, - yes: { - count: 1, - people: ['Wulfila'], - }, - maybe: { - count: 0, - people: [], - }, - no: { - count: 0, - people: [], - }, - }, - '5': { - choice_id: 5, - choice_text: '2020-02-04 12:35:37', - id: 19, - score: 1, - yes: { - count: 1, - people: ['tk_TEST'], - }, - maybe: { - count: 0, - people: [], - }, - no: { - count: 0, - people: [], - }, - }, - '6': { - choice_id: 6, - choice_text: '2020-02-04 12:35:37', - id: 20, - score: 1, - yes: { - count: 1, - people: ['tk_TEST'], - }, - maybe: { - count: 0, - people: [], - }, - no: { - count: 0, - people: [], - }, - }, - '7': { - choice_id: 7, - choice_text: '2020-02-04 12:35:37', - id: 21, - score: 1, - yes: { - count: 1, - people: ['tk_TEST'], - }, - maybe: { - count: 0, - people: [], - }, - no: { - count: 0, - people: [], - }, - }, - '8': { - choice_id: 8, - choice_text: 'Vic le viking', - id: 22, - score: 1, - yes: { - count: 1, - people: ['tk_TEST'], - }, - maybe: { - count: 0, - people: [], - }, - no: { - count: 0, - people: [], - }, - }, - }, - maxScore: 2.5, - }, - vote_count: 6, - owner: { - __initializer__: null, - __cloner__: null, - __isInitialized__: true, - pseudo: 'tk_TEST', - email: 'tktest@tktest.com', - }, - owner_modifier_token: - 'V46C6b58c456B39kTI19KSfp1y8Zz7Wyg500xMdjNB823st221Gb509VX1AOsnhV93fhol1f8P30OblKFoI76u54T94rH92x5c95TdW1W2eH0hb55q8', - admin_key: - '9uE27daM8dG1P9z74B89z299W0JF0ne15eER37g2v3d86mk123318v516UUbey4z3C87Wbo65V3c7cHsBTELvhl8b82d61WBMR2U66USNc7idS8810f', - json_you_sent: { - pseudo: 'mon pseudo', - email: 'tktest@tktest.com', - votes: [ - { - choice_id: 5, - value: 'yes', - }, - { - choice_id: 6, - value: 'yes', - }, - { - choice_id: 7, - value: 'yes', - }, - { - choice_id: 8, - value: 'yes', - }, - ], - }, + message: 'you created a vote stack from an existing owner : tktest@tktest.com', + poll: { + id: 4, + title: 'dessin animé préféré', + customUrl: null, + description: 'choisissez votre animé préféré', + creationDate: { + date: '2020-02-04 12:35:37.000000', + timezone_type: 3, + timezone: 'Europe/Berlin', + }, + expiracyDate: { + date: '2020-02-04 12:35:37.000000', + timezone_type: 3, + timezone: 'Europe/Berlin', + }, + owner: { + __initializer__: null, + __cloner__: null, + __isInitialized__: true, + pseudo: 'tk_TEST', + email: 'tktest@tktest.com', + }, + kind: 'text', + allowedAnswers: ['yes'], + modificationPolicy: 'everybody', + mailOnComment: null, + mailOnVote: null, + hideResults: null, + showResultEvenIfPasswords: null, + votes: {}, + stacksOfVotes: {}, + choices: {}, + comments: {}, + defaultExpiracyDaysFromNow: 60, + }, + vote_stack: { + id: 10, + modifier_token: + 'V46C6b58c456B39kTI19KSfp1y8Zz7Wyg500xMdjNB823st221Gb509VX1AOsnhV93fhol1f8P30OblKFoI76u54T94rH92x5c95TdW1W2eH0hb55q8', + pseudo: 'tk_TEST', + creation_date: { + date: '2020-02-04 12:36:07.530846', + timezone_type: 3, + timezone: 'Europe/Berlin', + }, + votes: { + '8': { + id: 22, + value: 'yes', + choice_id: 8, + text: 'Vic le viking', + stack_id: 10, + }, + '9': { + choice_id: 9, + }, + '10': { + choice_id: 10, + }, + '11': { + choice_id: 11, + }, + '12': { + choice_id: 12, + }, + '13': { + choice_id: 13, + }, + '14': { + choice_id: 14, + }, + '5': { + id: 19, + value: 'yes', + choice_id: 5, + text: '2020-02-04 12:35:37', + stack_id: 10, + }, + '6': { + id: 20, + value: 'yes', + choice_id: 6, + text: '2020-02-04 12:35:37', + stack_id: 10, + }, + '7': { + id: 21, + value: 'yes', + choice_id: 7, + text: '2020-02-04 12:35:37', + stack_id: 10, + }, + }, + }, + stacks: [ + { + id: 3, + modifier_token: '5e39570956e5d', + pseudo: 'voting_people_TEST', + creation_date: { + date: '2020-02-04 12:35:37.000000', + timezone_type: 3, + timezone: 'Europe/Berlin', + }, + votes: { + '8': { + choice_id: 8, + }, + '9': { + id: 5, + value: 'maybe', + choice_id: 9, + text: 'Boumbo petite automobile', + stack_id: 3, + }, + '10': { + id: 4, + value: 'yes', + choice_id: 10, + text: "Les mystérieuses cités d'or", + stack_id: 3, + }, + '11': { + choice_id: 11, + }, + '12': { + choice_id: 12, + }, + '13': { + choice_id: 13, + }, + '14': { + choice_id: 14, + }, + }, + }, + { + id: 4, + modifier_token: '5e39570956e5d', + pseudo: 'voting_people_TEST', + creation_date: { + date: '2020-02-04 12:35:37.000000', + timezone_type: 3, + timezone: 'Europe/Berlin', + }, + votes: { + '8': { + choice_id: 8, + }, + '9': { + id: 6, + value: 'yes', + choice_id: 9, + text: 'Boumbo petite automobile', + stack_id: 4, + }, + '10': { + id: 8, + value: 'no', + choice_id: 10, + text: "Les mystérieuses cités d'or", + stack_id: 4, + }, + '11': { + choice_id: 11, + }, + '12': { + choice_id: 12, + }, + '13': { + choice_id: 13, + }, + '14': { + choice_id: 14, + }, + }, + }, + { + id: 7, + modifier_token: '5e3957095ca23', + pseudo: 'Nikolas Edison', + creation_date: { + date: '2020-02-04 12:35:37.000000', + timezone_type: 3, + timezone: 'Europe/Berlin', + }, + votes: { + '8': { + choice_id: 8, + }, + '9': { + choice_id: 9, + }, + '10': { + id: 13, + value: 'maybe', + choice_id: 10, + text: "Les mystérieuses cités d'or", + stack_id: 7, + }, + '11': { + choice_id: 11, + }, + '12': { + id: 14, + value: 'maybe', + choice_id: 12, + text: 'Foot 2 rue', + stack_id: 7, + }, + '13': { + choice_id: 13, + }, + '14': { + choice_id: 14, + }, + }, + }, + { + id: 8, + modifier_token: '5e3957095ca2d', + pseudo: 'Wulfila', + creation_date: { + date: '2020-02-04 12:35:37.000000', + timezone_type: 3, + timezone: 'Europe/Berlin', + }, + votes: { + '8': { + choice_id: 8, + }, + '9': { + choice_id: 9, + }, + '10': { + choice_id: 10, + }, + '11': { + id: 15, + value: 'maybe', + choice_id: 11, + text: 'Les mondes engloutis', + stack_id: 8, + }, + '12': { + choice_id: 12, + }, + '13': { + id: 16, + value: 'yes', + choice_id: 13, + text: "Le chat, la vache, et l'océan", + stack_id: 8, + }, + '14': { + choice_id: 14, + }, + }, + }, + { + id: 9, + modifier_token: '5e3957095ca34', + pseudo: 'Billie Jean', + creation_date: { + date: '2020-02-04 12:35:37.000000', + timezone_type: 3, + timezone: 'Europe/Berlin', + }, + votes: { + '8': { + choice_id: 8, + }, + '9': { + id: 17, + value: 'yes', + choice_id: 9, + text: 'Boumbo petite automobile', + stack_id: 9, + }, + '10': { + choice_id: 10, + }, + '11': { + id: 18, + value: 'yes', + choice_id: 11, + text: 'Les mondes engloutis', + stack_id: 9, + }, + '12': { + choice_id: 12, + }, + '13': { + choice_id: 13, + }, + '14': { + choice_id: 14, + }, + }, + }, + { + id: 10, + modifier_token: + 'V46C6b58c456B39kTI19KSfp1y8Zz7Wyg500xMdjNB823st221Gb509VX1AOsnhV93fhol1f8P30OblKFoI76u54T94rH92x5c95TdW1W2eH0hb55q8', + pseudo: 'tk_TEST', + creation_date: { + date: '2020-02-04 12:36:07.530846', + timezone_type: 3, + timezone: 'Europe/Berlin', + }, + votes: { + '8': { + id: 22, + value: 'yes', + choice_id: 8, + text: 'Vic le viking', + stack_id: 10, + }, + '9': { + choice_id: 9, + }, + '10': { + choice_id: 10, + }, + '11': { + choice_id: 11, + }, + '12': { + choice_id: 12, + }, + '13': { + choice_id: 13, + }, + '14': { + choice_id: 14, + }, + '5': { + id: 19, + value: 'yes', + choice_id: 5, + text: '2020-02-04 12:35:37', + stack_id: 10, + }, + '6': { + id: 20, + value: 'yes', + choice_id: 6, + text: '2020-02-04 12:35:37', + stack_id: 10, + }, + '7': { + id: 21, + value: 'yes', + choice_id: 7, + text: '2020-02-04 12:35:37', + stack_id: 10, + }, + }, + }, + ], + comments: [ + { + id: 3, + text: 'allez boumbo!', + pseudo: 'tk_TEST_commentateur', + date: { + date: '2020-02-04 12:35:37.000000', + timezone_type: 3, + timezone: 'Europe/Berlin', + }, + }, + { + id: 4, + text: 'je suis pour la team rocket de digimon', + pseudo: 'tk_TEST', + date: { + date: '2020-02-04 12:35:37.000000', + timezone_type: 3, + timezone: 'Europe/Berlin', + }, + }, + ], + choices: [ + { + id: 8, + date: { + date: '2020-02-04 12:35:37.000000', + timezone_type: 3, + timezone: 'Europe/Berlin', + }, + text: 'Vic le viking', + url: null, + }, + { + id: 9, + date: { + date: '2020-02-04 12:35:37.000000', + timezone_type: 3, + timezone: 'Europe/Berlin', + }, + text: 'Boumbo petite automobile', + url: null, + }, + { + id: 10, + date: { + date: '2020-02-04 12:35:37.000000', + timezone_type: 3, + timezone: 'Europe/Berlin', + }, + text: "Les mystérieuses cités d'or", + url: null, + }, + { + id: 11, + date: { + date: '2020-02-04 12:35:37.000000', + timezone_type: 3, + timezone: 'Europe/Berlin', + }, + text: 'Les mondes engloutis', + url: null, + }, + { + id: 12, + date: { + date: '2020-02-04 12:35:37.000000', + timezone_type: 3, + timezone: 'Europe/Berlin', + }, + text: 'Foot 2 rue', + url: null, + }, + { + id: 13, + date: { + date: '2020-02-04 12:35:37.000000', + timezone_type: 3, + timezone: 'Europe/Berlin', + }, + text: "Le chat, la vache, et l'océan", + url: null, + }, + { + id: 14, + date: { + date: '2020-02-04 12:35:37.000000', + timezone_type: 3, + timezone: 'Europe/Berlin', + }, + text: 'Digimon', + url: null, + }, + ], + choices_count: { + counts: { + '10': { + choice_id: 10, + choice_text: "Les mystérieuses cités d'or", + id: 4, + score: 2.5, + yes: { + count: 2, + people: ['voting_people_TEST', 'voting_people_TEST'], + }, + maybe: { + count: 1, + people: ['Nikolas Edison'], + }, + no: { + count: 1, + people: ['voting_people_TEST'], + }, + }, + '9': { + choice_id: 9, + choice_text: 'Boumbo petite automobile', + id: 5, + score: 2.5, + yes: { + count: 2, + people: ['voting_people_TEST', 'Billie Jean'], + }, + maybe: { + count: 1, + people: ['voting_people_TEST'], + }, + no: { + count: 0, + people: [], + }, + }, + '12': { + choice_id: 12, + choice_text: 'Foot 2 rue', + id: 14, + score: 0.5, + yes: { + count: 0, + people: [], + }, + maybe: { + count: 1, + people: ['Nikolas Edison'], + }, + no: { + count: 0, + people: [], + }, + }, + '11': { + choice_id: 11, + choice_text: 'Les mondes engloutis', + id: 15, + score: 1.5, + yes: { + count: 1, + people: ['Billie Jean'], + }, + maybe: { + count: 1, + people: ['Wulfila'], + }, + no: { + count: 0, + people: [], + }, + }, + '13': { + choice_id: 13, + choice_text: "Le chat, la vache, et l'océan", + id: 16, + score: 1, + yes: { + count: 1, + people: ['Wulfila'], + }, + maybe: { + count: 0, + people: [], + }, + no: { + count: 0, + people: [], + }, + }, + '5': { + choice_id: 5, + choice_text: '2020-02-04 12:35:37', + id: 19, + score: 1, + yes: { + count: 1, + people: ['tk_TEST'], + }, + maybe: { + count: 0, + people: [], + }, + no: { + count: 0, + people: [], + }, + }, + '6': { + choice_id: 6, + choice_text: '2020-02-04 12:35:37', + id: 20, + score: 1, + yes: { + count: 1, + people: ['tk_TEST'], + }, + maybe: { + count: 0, + people: [], + }, + no: { + count: 0, + people: [], + }, + }, + '7': { + choice_id: 7, + choice_text: '2020-02-04 12:35:37', + id: 21, + score: 1, + yes: { + count: 1, + people: ['tk_TEST'], + }, + maybe: { + count: 0, + people: [], + }, + no: { + count: 0, + people: [], + }, + }, + '8': { + choice_id: 8, + choice_text: 'Vic le viking', + id: 22, + score: 1, + yes: { + count: 1, + people: ['tk_TEST'], + }, + maybe: { + count: 0, + people: [], + }, + no: { + count: 0, + people: [], + }, + }, + }, + maxScore: 2.5, + }, + vote_count: 6, + owner: { + __initializer__: null, + __cloner__: null, + __isInitialized__: true, + pseudo: 'tk_TEST', + email: 'tktest@tktest.com', + }, + owner_modifier_token: + 'V46C6b58c456B39kTI19KSfp1y8Zz7Wyg500xMdjNB823st221Gb509VX1AOsnhV93fhol1f8P30OblKFoI76u54T94rH92x5c95TdW1W2eH0hb55q8', + admin_key: + '9uE27daM8dG1P9z74B89z299W0JF0ne15eER37g2v3d86mk123318v516UUbey4z3C87Wbo65V3c7cHsBTELvhl8b82d61WBMR2U66USNc7idS8810f', + json_you_sent: { + pseudo: 'mon pseudo', + email: 'tktest@tktest.com', + votes: [ + { + choice_id: 5, + value: 'yes', + }, + { + choice_id: 6, + value: 'yes', + }, + { + choice_id: 7, + value: 'yes', + }, + { + choice_id: 8, + value: 'yes', + }, + ], + }, }; diff --git a/src/app/config/mocks/mockmypolls.ts b/src/app/config/mocks/mockmypolls.ts index 4e74f63e..e07e41ad 100644 --- a/src/app/config/mocks/mockmypolls.ts +++ b/src/app/config/mocks/mockmypolls.ts @@ -1,44 +1,44 @@ export const mockMyPolls = [ - { - id: 1000001, - title: 'blehehehe heh hehhe e test1', - customUrl: null, - description: 'maaaaaaaaaaah', - creationDate: { date: '2020-01-20 14:21:16.270157', timezone_type: 3, timezone: 'Europe/Paris' }, - expiracyDate: { date: '2020-01-20 14:21:16.270178', timezone_type: 3, timezone: 'Europe/Paris' }, - owner: null, - kind: 'text', - allowedAnswers: ['yes'], - modificationPolicy: 'nobody', - mailOnComment: null, - mailOnVote: null, - hideResults: null, - showResultEvenIfPasswords: null, - votes: {}, - stacksOfVotes: {}, - choices: {}, - comments: {}, - defaultExpiracyDaysFromNow: 60, - }, - { - id: 1000002, - title: 'bleh z zr erth tuyjikioy yylil test2', - customUrl: null, - description: 'maaaaaaaaaaah 2', - creationDate: { date: '2020-01-20 14:21:16.270157', timezone_type: 3, timezone: 'Europe/Paris' }, - expiracyDate: { date: '2020-01-20 14:21:16.270178', timezone_type: 3, timezone: 'Europe/Paris' }, - owner: null, - kind: 'text', - allowedAnswers: ['yes'], - modificationPolicy: 'nobody', - mailOnComment: null, - mailOnVote: null, - hideResults: null, - showResultEvenIfPasswords: null, - votes: {}, - stacksOfVotes: {}, - choices: {}, - comments: {}, - defaultExpiracyDaysFromNow: 60, - }, + { + id: 1000001, + title: 'blehehehe heh hehhe e test1', + customUrl: null, + description: 'maaaaaaaaaaah', + creationDate: { date: '2020-01-20 14:21:16.270157', timezone_type: 3, timezone: 'Europe/Paris' }, + expiracyDate: { date: '2020-01-20 14:21:16.270178', timezone_type: 3, timezone: 'Europe/Paris' }, + owner: null, + kind: 'text', + allowedAnswers: ['yes'], + modificationPolicy: 'nobody', + mailOnComment: null, + mailOnVote: null, + hideResults: null, + showResultEvenIfPasswords: null, + votes: {}, + stacksOfVotes: {}, + choices: {}, + comments: {}, + defaultExpiracyDaysFromNow: 60, + }, + { + id: 1000002, + title: 'bleh z zr erth tuyjikioy yylil test2', + customUrl: null, + description: 'maaaaaaaaaaah 2', + creationDate: { date: '2020-01-20 14:21:16.270157', timezone_type: 3, timezone: 'Europe/Paris' }, + expiracyDate: { date: '2020-01-20 14:21:16.270178', timezone_type: 3, timezone: 'Europe/Paris' }, + owner: null, + kind: 'text', + allowedAnswers: ['yes'], + modificationPolicy: 'nobody', + mailOnComment: null, + mailOnVote: null, + hideResults: null, + showResultEvenIfPasswords: null, + votes: {}, + stacksOfVotes: {}, + choices: {}, + comments: {}, + defaultExpiracyDaysFromNow: 60, + }, ]; diff --git a/src/app/custom-lib/date-value-accessor/date-value-accessor.ts b/src/app/custom-lib/date-value-accessor/date-value-accessor.ts index 42cf785f..8f9874cb 100644 --- a/src/app/custom-lib/date-value-accessor/date-value-accessor.ts +++ b/src/app/custom-lib/date-value-accessor/date-value-accessor.ts @@ -2,9 +2,9 @@ import { Directive, ElementRef, forwardRef, HostListener, Renderer2 } from '@ang import { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms'; export const DATE_VALUE_ACCESSOR: any = { - provide: NG_VALUE_ACCESSOR, - useExisting: forwardRef(() => DateValueAccessor), - multi: true, + provide: NG_VALUE_ACCESSOR, + useExisting: forwardRef(() => DateValueAccessor), + multi: true, }; /** @@ -14,36 +14,36 @@ export const DATE_VALUE_ACCESSOR: any = { * `` */ @Directive({ - // this selector changes the previous behavior silently and might break existing code - // selector: 'input[type=date][formControlName],input[type=date][formControl],input[type=date][ngModel]', + // this selector changes the previous behavior silently and might break existing code + // selector: 'input[type=date][formControlName],input[type=date][formControl],input[type=date][ngModel]', - // this selector is an opt-in version - selector: '[useValueAsDate]', - providers: [DATE_VALUE_ACCESSOR], + // this selector is an opt-in version + selector: '[useValueAsDate]', + providers: [DATE_VALUE_ACCESSOR], }) export class DateValueAccessor implements ControlValueAccessor { - @HostListener('input', ['$event.target.valueAsDate']) onChange = (_: any) => {}; - @HostListener('blur', []) onTouched = () => {}; + @HostListener('input', ['$event.target.valueAsDate']) onChange = (_: any) => {}; + @HostListener('blur', []) onTouched = () => {}; - constructor(private _renderer: Renderer2, private _elementRef: ElementRef) {} + constructor(private _renderer: Renderer2, private _elementRef: ElementRef) {} - writeValue(value: Date): void { - if (!value) { - this._renderer.setProperty(this._elementRef.nativeElement, 'value', null); - return; - } - this._renderer.setProperty(this._elementRef.nativeElement, 'valueAsDate', value); - } + writeValue(value: Date): void { + if (!value) { + this._renderer.setProperty(this._elementRef.nativeElement, 'value', null); + return; + } + this._renderer.setProperty(this._elementRef.nativeElement, 'valueAsDate', value); + } - registerOnChange(fn: (_: any) => void): void { - this.onChange = fn; - } + registerOnChange(fn: (_: any) => void): void { + this.onChange = fn; + } - registerOnTouched(fn: () => void): void { - this.onTouched = fn; - } + registerOnTouched(fn: () => void): void { + this.onTouched = fn; + } - setDisabledState(isDisabled: boolean): void { - this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled); - } + setDisabledState(isDisabled: boolean): void { + this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled); + } } diff --git a/src/app/custom-lib/date-value-accessor/module.ts b/src/app/custom-lib/date-value-accessor/module.ts index b2a657fe..8e774c5b 100644 --- a/src/app/custom-lib/date-value-accessor/module.ts +++ b/src/app/custom-lib/date-value-accessor/module.ts @@ -2,7 +2,7 @@ import { NgModule } from '@angular/core'; import { DateValueAccessor } from './date-value-accessor'; @NgModule({ - declarations: [DateValueAccessor], - exports: [DateValueAccessor], + declarations: [DateValueAccessor], + exports: [DateValueAccessor], }) export class DateValueAccessorModule {} diff --git a/src/app/debugger/debugger.component.html b/src/app/debugger/debugger.component.html index d26334bd..0a2adcf3 100644 --- a/src/app/debugger/debugger.component.html +++ b/src/app/debugger/debugger.component.html @@ -1,30 +1,30 @@ -
- -

- infos de debug - environement de Dev -

- - {{ 'config.demo' | translate }} - -
- - - - - - - See example of vote page - -
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/app/debugger/debugger.component.spec.ts b/src/app/debugger/debugger.component.spec.ts index 2362c090..16036bd7 100644 --- a/src/app/debugger/debugger.component.spec.ts +++ b/src/app/debugger/debugger.component.spec.ts @@ -3,22 +3,22 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { DebuggerComponent } from './debugger.component'; describe('DebuggerComponent', () => { - let component: DebuggerComponent; - let fixture: ComponentFixture; + let component: DebuggerComponent; + let fixture: ComponentFixture; - beforeEach(async(() => { - TestBed.configureTestingModule({ - declarations: [DebuggerComponent], - }).compileComponents(); - })); + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [DebuggerComponent], + }).compileComponents(); + })); - beforeEach(() => { - fixture = TestBed.createComponent(DebuggerComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); + beforeEach(() => { + fixture = TestBed.createComponent(DebuggerComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); - it('should create', () => { - expect(component).toBeTruthy(); - }); + it('should create', () => { + expect(component).toBeTruthy(); + }); }); diff --git a/src/app/debugger/debugger.component.ts b/src/app/debugger/debugger.component.ts index b02496de..1e82fff3 100644 --- a/src/app/debugger/debugger.component.ts +++ b/src/app/debugger/debugger.component.ts @@ -2,27 +2,27 @@ import { Component, OnInit } from '@angular/core'; import { ConfigService } from '../services/config.service'; @Component({ - selector: 'framadate-debugger', - templateUrl: './debugger.component.html', - styleUrls: ['./debugger.component.scss'], + selector: 'framadate-debugger', + templateUrl: './debugger.component.html', + styleUrls: ['./debugger.component.scss'], }) export class DebuggerComponent implements OnInit { - formIsValid = true; + formIsValid = true; - constructor(public config: ConfigService) {} + constructor(public config: ConfigService) {} - ngOnInit() {} + ngOnInit() {} - selectOption(key: string, val: any) { - if (!this.config[key]) { - return false; - } - this.config[key] = val; + selectOption(key: string, val: any) { + if (!this.config[key]) { + return false; + } + this.config[key] = val; - return true; - } + return true; + } - launchToast() { - this.config.handleError({ message: 'hop' }); - } + launchToast() { + this.config.handleError({ message: 'hop' }); + } } diff --git a/src/app/header/header.component.spec.ts b/src/app/header/header.component.spec.ts index b513ef54..9f373039 100644 --- a/src/app/header/header.component.spec.ts +++ b/src/app/header/header.component.spec.ts @@ -3,22 +3,22 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { HeaderComponent } from './header.component'; describe('HeaderComponent', () => { - let component: HeaderComponent; - let fixture: ComponentFixture; + let component: HeaderComponent; + let fixture: ComponentFixture; - beforeEach(async(() => { - TestBed.configureTestingModule({ - declarations: [HeaderComponent], - }).compileComponents(); - })); + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [HeaderComponent], + }).compileComponents(); + })); - beforeEach(() => { - fixture = TestBed.createComponent(HeaderComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); + beforeEach(() => { + fixture = TestBed.createComponent(HeaderComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); - it('should create', () => { - expect(component).toBeTruthy(); - }); + it('should create', () => { + expect(component).toBeTruthy(); + }); }); diff --git a/src/app/header/header.component.ts b/src/app/header/header.component.ts index a1b0ba07..29be5cbc 100644 --- a/src/app/header/header.component.ts +++ b/src/app/header/header.component.ts @@ -1,12 +1,12 @@ import { Component, OnInit } from '@angular/core'; @Component({ - selector: 'framadate-header', - templateUrl: './header.component.html', - styleUrls: ['./header.component.scss'], + selector: 'framadate-header', + templateUrl: './header.component.html', + styleUrls: ['./header.component.scss'], }) export class HeaderComponent implements OnInit { - constructor() {} + constructor() {} - ngOnInit() {} + ngOnInit() {} } diff --git a/src/app/pages/admin/admin.component.scss b/src/app/pages/admin/admin.component.scss index f2359c88..646ee1b5 100644 --- a/src/app/pages/admin/admin.component.scss +++ b/src/app/pages/admin/admin.component.scss @@ -1,41 +1,41 @@ form { - display: flex; - flex-direction: column; - width: 340px; - margin: auto; + display: flex; + flex-direction: column; + width: 340px; + margin: auto; } .row { - flex-direction: row; - flex-wrap: wrap; - padding-bottom: 65px; + flex-direction: row; + flex-wrap: wrap; + padding-bottom: 65px; } textarea { - height: 115px; - margin-bottom: 50px; + height: 115px; + margin-bottom: 50px; } label { - padding-bottom: 10px; - flex-wrap: wrap; + padding-bottom: 10px; + flex-wrap: wrap; } h2, h1 { - margin-bottom: 40px; + margin-bottom: 40px; } h2 { - margin-top: 40px; - padding-left: 16px; + margin-top: 40px; + padding-left: 16px; } .btn--alert { - font-weight: 600; + font-weight: 600; } h3 { - padding-left: 28px; - padding-bottom: 15px; + padding-left: 28px; + padding-bottom: 15px; } select, input[type='date'] { - max-width: 130px; + max-width: 130px; } .btn--outline { - margin-bottom: 70px; + margin-bottom: 70px; } diff --git a/src/app/pages/admin/admin.component.spec.ts b/src/app/pages/admin/admin.component.spec.ts index 3658454e..333de021 100644 --- a/src/app/pages/admin/admin.component.spec.ts +++ b/src/app/pages/admin/admin.component.spec.ts @@ -2,23 +2,23 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { AdminComponent } from './admin.component'; -describe('AdminComponent', () => { - let component: AdminComponent; - let fixture: ComponentFixture; +fdescribe('AdminComponent', () => { + let component: AdminComponent; + let fixture: ComponentFixture; - beforeEach(async(() => { - TestBed.configureTestingModule({ - declarations: [AdminComponent], - }).compileComponents(); - })); + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [AdminComponent], + }).compileComponents(); + })); - beforeEach(() => { - fixture = TestBed.createComponent(AdminComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); + beforeEach(() => { + fixture = TestBed.createComponent(AdminComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); - it('should create', () => { - expect(component).toBeTruthy(); - }); + it('should create', () => { + expect(component).toBeTruthy(); + }); }); diff --git a/src/app/pages/answers/answers.component.html b/src/app/pages/answers/answers.component.html index cfd023b1..3f63b765 100644 --- a/src/app/pages/answers/answers.component.html +++ b/src/app/pages/answers/answers.component.html @@ -1,76 +1,76 @@
-

- Choisir les propositions -

+

+ Choisir les propositions +

-

- Vous pouvez utiliser la syntaxe markdown, et naviguer entre les inputs avec les flèches du clavier. -

+

+ Vous pouvez utiliser la syntaxe markdown, et naviguer entre les inputs avec les flèches du clavier. +

-
    -
  1. - - - - - {{ answer.text }} - +
      +
    1. + + + + + {{ answer.text }} + -
      - - -
      - -
      -
      - - -
    2. -
    +
    + + +
    + +
    +
    + + +
  2. +
- -
- -
- + +
+ +
+
diff --git a/src/app/pages/answers/answers.component.spec.ts b/src/app/pages/answers/answers.component.spec.ts index c4f1086f..f916576f 100644 --- a/src/app/pages/answers/answers.component.spec.ts +++ b/src/app/pages/answers/answers.component.spec.ts @@ -3,22 +3,22 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { AnswersComponent } from './answers.component'; describe('AnswersComponent', () => { - let component: AnswersComponent; - let fixture: ComponentFixture; + let component: AnswersComponent; + let fixture: ComponentFixture; - beforeEach(async(() => { - TestBed.configureTestingModule({ - declarations: [AnswersComponent], - }).compileComponents(); - })); + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [AnswersComponent], + }).compileComponents(); + })); - beforeEach(() => { - fixture = TestBed.createComponent(AnswersComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); + beforeEach(() => { + fixture = TestBed.createComponent(AnswersComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); - it('should create', () => { - expect(component).toBeTruthy(); - }); + it('should create', () => { + expect(component).toBeTruthy(); + }); }); diff --git a/src/app/pages/answers/answers.component.ts b/src/app/pages/answers/answers.component.ts index 7039c6fa..2f5fa03c 100644 --- a/src/app/pages/answers/answers.component.ts +++ b/src/app/pages/answers/answers.component.ts @@ -5,89 +5,89 @@ import { ConfigService } from '../../services/config.service'; import { DOCUMENT } from '@angular/common'; @Component({ - selector: 'framadate-answers', - templateUrl: './answers.component.html', - styleUrls: ['./answers.component.scss'], + selector: 'framadate-answers', + templateUrl: './answers.component.html', + styleUrls: ['./answers.component.scss'], }) export class AnswersComponent extends BaseComponent implements OnInit, AfterViewInit, OnChanges { - allAnswersAreValid = false; + allAnswersAreValid = false; - answerList = []; - currentHeader: any = ''; - display: boolean; + answerList = []; + currentHeader: any = ''; + display: boolean; - constructor(public config: ConfigService, @Inject(DOCUMENT) private document: any, private cd: ChangeDetectorRef) { - super(config); - this.answerList = this.config.answers; - } + constructor(public config: ConfigService, @Inject(DOCUMENT) private document: any, private cd: ChangeDetectorRef) { + super(config); + this.answerList = this.config.answers; + } - // todo, manage validation of each page in a common way - ngOnInit() {} + // todo, manage validation of each page in a common way + ngOnInit() {} - ngOnChanges() { - this.checkValidAnswers(); - } + ngOnChanges() { + this.checkValidAnswers(); + } - checkValidAnswers() { - this.allAnswersAreValid = true; - this.config.answers.forEach((answer) => { - if (!answer.text.length) { - this.allAnswersAreValid = false; - return; - } - }); - } + checkValidAnswers() { + this.allAnswersAreValid = true; + this.config.answers.forEach((answer) => { + if (!answer.text.length) { + this.allAnswersAreValid = false; + return; + } + }); + } - ngAfterViewInit() { - this.focusOnAnswer(0); - this.checkValidAnswers(); - } + ngAfterViewInit() { + this.focusOnAnswer(0); + this.checkValidAnswers(); + } - trackFunction(index: number, item: any): number { - return item.id; - } + trackFunction(index: number, item: any): number { + return item.id; + } - addAnswer() { - this.config.answers.push({ - id: this.config.answers.length + 1, - text: '', - url: '', - file: '', - literal: '', - date_object: null, - timeList: [], - }); - this.cd.detectChanges(); // to refresh the view before focusing on the new input - this.focusOnAnswer(this.config.answers.length - 1); - } + addAnswer() { + this.config.answers.push({ + id: this.config.answers.length + 1, + text: '', + url: '', + file: '', + literal: '', + date_object: null, + timeList: [], + }); + this.cd.detectChanges(); // to refresh the view before focusing on the new input + this.focusOnAnswer(this.config.answers.length - 1); + } - focusOnAnswer(i) { - const AnswersDomToFocus = this.document.querySelectorAll('.answers .answer'); - const dom = AnswersDomToFocus[i]; - if (dom.focus) { - dom.focus(); - } - if (dom.select) { - dom.select(); - } - } + focusOnAnswer(i) { + const AnswersDomToFocus = this.document.querySelectorAll('.answers .answer'); + const dom = AnswersDomToFocus[i]; + if (dom.focus) { + dom.focus(); + } + if (dom.select) { + dom.select(); + } + } - navigateOrDelete(event: KeyboardEvent, i) { - if (event.ctrlKey && event.key == 'd') { - this.config.answers.splice(i, 1); - } - if (event.key == 'ArrowUp' && i > 0) { - this.focusOnAnswer(i - 1); - } - if (event.key == 'ArrowDown' && i < this.config.answers.length) { - this.focusOnAnswer(i + 1); - } - } + navigateOrDelete(event: KeyboardEvent, i) { + if (event.ctrlKey && event.key == 'd') { + this.config.answers.splice(i, 1); + } + if (event.key == 'ArrowUp' && i > 0) { + this.focusOnAnswer(i - 1); + } + if (event.key == 'ArrowDown' && i < this.config.answers.length) { + this.focusOnAnswer(i + 1); + } + } - showModalForPictureOfAnswer(answer) { - // TODO - this.currentHeader = answer; - this.display = true; - // this.config.todo(); - } + showModalForPictureOfAnswer(answer) { + // TODO + this.currentHeader = answer; + this.display = true; + // this.config.todo(); + } } diff --git a/src/app/pages/base-page/base.component.html b/src/app/pages/base-page/base.component.html index a8907cd9..1571aa12 100644 --- a/src/app/pages/base-page/base.component.html +++ b/src/app/pages/base-page/base.component.html @@ -1,4 +1,4 @@

Ce composant est celui de base pour les pages

- {{ 'config.perfect' | translate }} + {{ 'config.perfect' | translate }} diff --git a/src/app/pages/base-page/base.component.spec.ts b/src/app/pages/base-page/base.component.spec.ts index 3bd1a943..b1c21947 100644 --- a/src/app/pages/base-page/base.component.spec.ts +++ b/src/app/pages/base-page/base.component.spec.ts @@ -3,22 +3,22 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { BaseComponent } from './base.component'; describe('BaseComponent', () => { - let component: BaseComponent; - let fixture: ComponentFixture; + let component: BaseComponent; + let fixture: ComponentFixture; - beforeEach(async(() => { - TestBed.configureTestingModule({ - declarations: [BaseComponent], - }).compileComponents(); - })); + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [BaseComponent], + }).compileComponents(); + })); - beforeEach(() => { - fixture = TestBed.createComponent(BaseComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); + beforeEach(() => { + fixture = TestBed.createComponent(BaseComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); - it('should create', () => { - expect(component).toBeTruthy(); - }); + it('should create', () => { + expect(component).toBeTruthy(); + }); }); diff --git a/src/app/pages/base-page/base.component.ts b/src/app/pages/base-page/base.component.ts index 09de6fa9..3f72572d 100644 --- a/src/app/pages/base-page/base.component.ts +++ b/src/app/pages/base-page/base.component.ts @@ -2,27 +2,27 @@ import { Component, OnInit } from '@angular/core'; import { ConfigService } from '../../services/config.service'; @Component({ - selector: 'framadate-base-page', - templateUrl: './base.component.html', - styleUrls: ['./base.component.scss'], + selector: 'framadate-base-page', + templateUrl: './base.component.html', + styleUrls: ['./base.component.scss'], }) /** * base page is aware of the state of the filling */ export class BaseComponent implements OnInit { - constructor(public config: ConfigService) {} + constructor(public config: ConfigService) {} - ngOnInit() {} + ngOnInit() {} - checkValidity() { - // TODO with form controls - this.config.todo(); - return true; - } + checkValidity() { + // TODO with form controls + this.config.todo(); + return true; + } - displayErrorMessage() { - // TODO - this.config.todo(); - return true; - } + displayErrorMessage() { + // TODO + this.config.todo(); + return true; + } } diff --git a/src/app/pages/create-or-retrieve/create-or-retrieve.component.html b/src/app/pages/create-or-retrieve/create-or-retrieve.component.html index 442ec447..1ed9272a 100644 --- a/src/app/pages/create-or-retrieve/create-or-retrieve.component.html +++ b/src/app/pages/create-or-retrieve/create-or-retrieve.component.html @@ -1,71 +1,71 @@
-
-
-
-

- {{ 'creation.title' | translate }} -

-

- {{ 'config.description' | translate }} -

-
- -
-
-
-
-
-

- {{ 'config.find_my_polls' | translate }} -

-
- - - -
-
-
-

- Mes Sondages trouvés: -

- +
+
+
+

+ {{ 'creation.title' | translate }} +

+

+ {{ 'config.description' | translate }} +

+
+ +
+
+
+
+
+

+ {{ 'config.find_my_polls' | translate }} +

+
+ + + +
+
+
+

+ Mes Sondages trouvés: +

+ -
- Aucun sondage. -
-
-
- -
-
-
+
+ Aucun sondage. +
+
+
+ +
+
+
diff --git a/src/app/pages/create-or-retrieve/create-or-retrieve.component.scss b/src/app/pages/create-or-retrieve/create-or-retrieve.component.scss index a2734f1d..61cfb445 100644 --- a/src/app/pages/create-or-retrieve/create-or-retrieve.component.scss +++ b/src/app/pages/create-or-retrieve/create-or-retrieve.component.scss @@ -1,27 +1,27 @@ .container { - display: flex; - flex-direction: column; - margin: auto; + display: flex; + flex-direction: column; + margin: auto; } h1 { - display: inline-block; - margin-bottom: 3rem; - font-size: 2.6rem; + display: inline-block; + margin-bottom: 3rem; + font-size: 2.6rem; - &::after { - content: ''; - display: block; - width: 27.4%; - height: 2px; - margin-top: 5px; - margin-right: auto; - margin-left: auto; - // background-color: $primary_color; - } + &::after { + content: ''; + display: block; + width: 27.4%; + height: 2px; + margin-top: 5px; + margin-right: auto; + margin-left: auto; + // background-color: $primary_color; + } } label { - float: left; + float: left; } input[type='email'] { - display: block; + display: block; } diff --git a/src/app/pages/create-or-retrieve/create-or-retrieve.component.spec.ts b/src/app/pages/create-or-retrieve/create-or-retrieve.component.spec.ts index 6df51b23..086419f8 100644 --- a/src/app/pages/create-or-retrieve/create-or-retrieve.component.spec.ts +++ b/src/app/pages/create-or-retrieve/create-or-retrieve.component.spec.ts @@ -3,22 +3,22 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { CreateOrRetrieveComponent } from './create-or-retrieve.component'; describe('CreateOrRetrieveComponent', () => { - let component: CreateOrRetrieveComponent; - let fixture: ComponentFixture; + let component: CreateOrRetrieveComponent; + let fixture: ComponentFixture; - beforeEach(async(() => { - TestBed.configureTestingModule({ - declarations: [CreateOrRetrieveComponent], - }).compileComponents(); - })); + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [CreateOrRetrieveComponent], + }).compileComponents(); + })); - beforeEach(() => { - fixture = TestBed.createComponent(CreateOrRetrieveComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); + beforeEach(() => { + fixture = TestBed.createComponent(CreateOrRetrieveComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); - it('should create', () => { - expect(component).toBeTruthy(); - }); + it('should create', () => { + expect(component).toBeTruthy(); + }); }); diff --git a/src/app/pages/create-or-retrieve/create-or-retrieve.component.ts b/src/app/pages/create-or-retrieve/create-or-retrieve.component.ts index fd68a04f..7337ce1f 100644 --- a/src/app/pages/create-or-retrieve/create-or-retrieve.component.ts +++ b/src/app/pages/create-or-retrieve/create-or-retrieve.component.ts @@ -3,32 +3,32 @@ import { BaseComponent } from '../base-page/base.component'; import { ConfigService } from '../../services/config.service'; @Component({ - selector: 'framadate-create-or-retrieve', - templateUrl: './create-or-retrieve.component.html', - styleUrls: ['./create-or-retrieve.component.scss'], + selector: 'framadate-create-or-retrieve', + templateUrl: './create-or-retrieve.component.html', + styleUrls: ['./create-or-retrieve.component.scss'], }) export class CreateOrRetrieveComponent extends BaseComponent implements OnInit { - loadedMyPolls: boolean = false; + loadedMyPolls = false; - constructor(public config: ConfigService) { - super(config); - } + constructor(public config: ConfigService) { + super(config); + } - ngOnInit() { - // if (!environment.production) { - // this.findMyPollsByEmail('tktest@tktest.com') - // } - } + ngOnInit() { + // if (!environment.production) { + // this.findMyPollsByEmail('tktest@tktest.com') + // } + } - findMyPollsByEmail(email: string) { - if (!email) { - return; - } - this.config.findPollsByEmail(email); - this.loadedMyPolls = true; - } + findMyPollsByEmail(email: string) { + if (!email) { + return; + } + this.config.findPollsByEmail(email); + this.loadedMyPolls = true; + } - trackFunction(index: number, item: any): number { - return item.id; - } + trackFunction(index: number, item: any): number { + return item.id; + } } diff --git a/src/app/pages/dates/dates.component.html b/src/app/pages/dates/dates.component.html index af868107..2e889291 100644 --- a/src/app/pages/dates/dates.component.html +++ b/src/app/pages/dates/dates.component.html @@ -1,168 +1,168 @@

{{ 'dates.title' | translate }}

- +
- -
-

{{ 'dates.add_interval' | translate }}

-

- {{ 'dates.interval_propose' | translate }} - - {{ 'dates.interval_span' | translate }} - -
-

- -
+ +
+

{{ 'dates.add_interval' | translate }}

+

+ {{ 'dates.interval_propose' | translate }} + + {{ 'dates.interval_span' | translate }} + +
+

+ +
-
-
-
- - {{ config.timeList.length }} - - - {{ 'dates.count_time' | translate }} - (pour chaque jour) - -
-
- - - -
+
+
+
+ + {{ config.timeList.length }} + + + {{ 'dates.count_time' | translate }} + (pour chaque jour) + +
+
+ + + +
-
-
- - - -
-
-
- - {{ config.dateList.length }} - - - {{ 'dates.count_dates' | translate }} - - -
- {{ id }}) - - - -
-
- - -
-
-
-
-
-
- -
+
+
+ + + +
+
+
+ + {{ config.dateList.length }} + + + {{ 'dates.count_dates' | translate }} + + +
+ {{ id }}) + + + +
+
+ + +
+
+
+
+
+
+ +
- C'est parfait! + C'est parfait! diff --git a/src/app/pages/dates/dates.component.scss b/src/app/pages/dates/dates.component.scss index 52b5dfbf..6949ff7d 100644 --- a/src/app/pages/dates/dates.component.scss +++ b/src/app/pages/dates/dates.component.scss @@ -1,21 +1,43 @@ -.several-times { - padding-left: 1em; -} - -.date-interval { - padding: 1em; - margin-bottom: 1em; -} - -.title { - font-size: 1.5rem; -} - :host { - input, - button { - + button { - margin-left: 1em; - } - } + .several-times { + padding-left: 1em; + } + + .date-interval { + padding: 1em; + margin-bottom: 1em; + } + + .dates-list { + .btn--primary { + float: right; + } + } + + .date-choice { + input { + width: 70%; + } + } + + .title { + font-size: 1.5rem; + } + + input, + button { + + button { + margin-left: 1em; + } + } + + .columns { + margin-top: 1em; + } + + .identical-dates { + label { + width: 3ch; + } + } } diff --git a/src/app/pages/dates/dates.component.spec.ts b/src/app/pages/dates/dates.component.spec.ts index 87e8acfc..36964615 100644 --- a/src/app/pages/dates/dates.component.spec.ts +++ b/src/app/pages/dates/dates.component.spec.ts @@ -3,22 +3,22 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { DatesComponent } from './dates.component'; describe('DatesComponent', () => { - let component: DatesComponent; - let fixture: ComponentFixture; + let component: DatesComponent; + let fixture: ComponentFixture; - beforeEach(async(() => { - TestBed.configureTestingModule({ - declarations: [DatesComponent], - }).compileComponents(); - })); + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [DatesComponent], + }).compileComponents(); + })); - beforeEach(() => { - fixture = TestBed.createComponent(DatesComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); + beforeEach(() => { + fixture = TestBed.createComponent(DatesComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); - it('should create', () => { - expect(component).toBeTruthy(); - }); + it('should create', () => { + expect(component).toBeTruthy(); + }); }); diff --git a/src/app/pages/dates/dates.component.ts b/src/app/pages/dates/dates.component.ts index c9c69d8c..2a3ac9c9 100644 --- a/src/app/pages/dates/dates.component.ts +++ b/src/app/pages/dates/dates.component.ts @@ -7,131 +7,131 @@ import { otherDefaultDates } from '../../config/defaultConfigs'; import { DateUtilities } from '../../config/DateUtilities'; @Component({ - selector: 'framadate-dates', - templateUrl: './dates.component.html', - styleUrls: ['./dates.component.scss'], + selector: 'framadate-dates', + templateUrl: './dates.component.html', + styleUrls: ['./dates.component.scss'], }) export class DatesComponent extends BaseComponent implements OnInit { - showDateInterval: boolean = false; - startDateInterval: any; - intervalDays: any; - intervalDaysDefault: number = 7; - endDateInterval: any; + showDateInterval = false; + startDateInterval: any; + intervalDays: any; + intervalDaysDefault = 7; + endDateInterval: any; - constructor( - public config: ConfigService, - private cd: ChangeDetectorRef, - private messageService: MessageService, - private dateUtilities: DateUtilities, - @Inject(DOCUMENT) private document: any - ) { - super(config); - } + constructor( + public config: ConfigService, + private cd: ChangeDetectorRef, + private messageService: MessageService, + private dateUtilities: DateUtilities, + @Inject(DOCUMENT) private document: any + ) { + super(config); + } - countDays() { - // compute the number of days in the date interval - if (this.endDateInterval && this.startDateInterval) { - this.intervalDays = this.dateUtilities.dayDiff(this.endDateInterval, this.startDateInterval).toFixed(0); - } - } + countDays() { + // compute the number of days in the date interval + if (this.endDateInterval && this.startDateInterval) { + this.intervalDays = this.dateUtilities.dayDiff(this.endDateInterval, this.startDateInterval).toFixed(0); + } + } - /** - * set the interval options - */ - ngOnInit() { - let dateCurrent = new Date(); - const dateJson = dateCurrent.toISOString(); - this.startDateInterval = dateJson.substring(0, 10); - this.endDateInterval = this.dateUtilities - .addDaysToDate(this.intervalDaysDefault, dateCurrent) - .toISOString() - .substring(0, 10); - } + /** + * set the interval options + */ + ngOnInit() { + const dateCurrent = new Date(); + const dateJson = dateCurrent.toISOString(); + this.startDateInterval = dateJson.substring(0, 10); + this.endDateInterval = this.dateUtilities + .addDaysToDate(this.intervalDaysDefault, dateCurrent) + .toISOString() + .substring(0, 10); + } - addDate() { - this.config.dateList.push({ - literal: '', - date_object: new Date(), - timeList: [], - }); - let selector = '[ng-reflect-name="dateChoices_' + (this.config.dateList.length - 1) + '"]'; - this.cd.detectChanges(); - const elem = this.document.querySelector(selector); - if (elem) { - elem.focus(); - } - } + addDate() { + this.config.dateList.push({ + literal: '', + date_object: new Date(), + timeList: [], + }); + const selector = '[ng-reflect-name="dateChoices_' + (this.config.dateList.length - 1) + '"]'; + this.cd.detectChanges(); + const elem = this.document.querySelector(selector); + if (elem) { + elem.focus(); + } + } - /** - * change time spans - */ - addTime() { - this.config.timeList.push({ - literal: '', - timeList: [], - date_object: new Date(), - }); - } + /** + * change time spans + */ + addTime() { + this.config.timeList.push({ + literal: '', + timeList: [], + date_object: new Date(), + }); + } - removeAllTimes() { - this.config.timeList = []; - } + removeAllTimes() { + this.config.timeList = []; + } - resetTimes() { - this.config.timeList = otherDefaultDates; - } + resetTimes() { + this.config.timeList = otherDefaultDates; + } - /** - * add a time period to a specific date choice, - * focus on the new input - * @param config - * @param id - */ - addTimeToDate(config: any, id: number) { - config.timeList.push({ literal: '' }); - let selector = '[ng-reflect-name="dateTime_' + id + '_Choices_' + (config.timeList.length - 1) + '"]'; - this.cd.detectChanges(); - const elem = this.document.querySelector(selector); - if (elem) { - elem.focus(); - } - } + /** + * add a time period to a specific date choice, + * focus on the new input + * @param config + * @param id + */ + addTimeToDate(config: any, id: number) { + config.timeList.push({ literal: '' }); + const selector = '[ng-reflect-name="dateTime_' + id + '_Choices_' + (config.timeList.length - 1) + '"]'; + this.cd.detectChanges(); + const elem = this.document.querySelector(selector); + if (elem) { + elem.focus(); + } + } - /** - * remove all input contents, does not reset to default - */ - emptyAll() { - this.config.dateList.forEach((element) => { - element.literal = ''; - element.date_object = new Date(); - element.timeList = ['', '', '']; - }); - this.config.timeList.forEach((element) => { - element.literal = ''; - }); - } + /** + * remove all input contents, does not reset to default + */ + emptyAll() { + this.config.dateList.forEach((element) => { + element.literal = ''; + element.date_object = new Date(); + element.timeList = ['', '', '']; + }); + this.config.timeList.forEach((element) => { + element.literal = ''; + }); + } - /** - * add all the dates between the start and end dates in the interval section - */ - addIntervalOfDates() { - let newIntervalArray = this.dateUtilities.getDatesInRange(this.startDateInterval, this.endDateInterval, 1); + /** + * add all the dates between the start and end dates in the interval section + */ + addIntervalOfDates() { + const newIntervalArray = this.dateUtilities.getDatesInRange(this.startDateInterval, this.endDateInterval, 1); - const converted = []; - newIntervalArray.forEach((element) => { - converted.push({ - literal: element.literal, - date_object: element.date_object, - timeList: [], - }); - }); - this.config.dateList = [...new Set(converted)]; // add only dates that are not already present with a Set of unique items - this.showDateInterval = false; + const converted = []; + newIntervalArray.forEach((element) => { + converted.push({ + literal: element.literal, + date_object: element.date_object, + timeList: [], + }); + }); + this.config.dateList = [...new Set(converted)]; // add only dates that are not already present with a Set of unique items + this.showDateInterval = false; - this.messageService.add({ - severity: 'success', - summary: 'Dates ajoutées', - detail: `les dates ont été ajoutées aux réponses possibles`, - }); - } + this.messageService.add({ + severity: 'success', + summary: 'Dates ajoutées', + detail: `les dates ont été ajoutées aux réponses possibles`, + }); + } } diff --git a/src/app/pages/end-confirmation/end-confirmation.component.html b/src/app/pages/end-confirmation/end-confirmation.component.html index 232062c3..709efe03 100644 --- a/src/app/pages/end-confirmation/end-confirmation.component.html +++ b/src/app/pages/end-confirmation/end-confirmation.component.html @@ -1,56 +1,56 @@

- {{ 'resume.title' | translate }} + {{ 'resume.title' | translate }}

-

{{ 'resume.admins' | translate }}

-

- Votre sondage « - - {{ config.title }} - - » a bien été créé ! -

-

- Voici les liens d’accès au sondage, conservez-les soigneusement ! (Si vous les perdez vous pourrez toujours les - recevoir par email) -

+

{{ 'resume.admins' | translate }}

+

+ Votre sondage « + + {{ config.title }} + + » a bien été créé ! +

+

+ Voici les liens d’accès au sondage, conservez-les soigneusement ! (Si vous les perdez vous pourrez toujours les + recevoir par email) +

-

- Pour accéder au sondage et à tous ses paramètres : - {{ config.urlAdmin }} -

- - - Voir le sondage coté administrateur·ice - -

- Note : Le sondage sera supprimé {{ config.deletionDateAfterLastModification }} jours après la date de sa - dernière modification. -

+

+ Pour accéder au sondage et à tous ses paramètres : + {{ config.urlAdmin }} +

+ + + Voir le sondage coté administrateur·ice + +

+ Note : Le sondage sera supprimé {{ config.deletionDateAfterLastModification }} jours après la date de sa + dernière modification. +

-

{{ 'resume.users' | translate }}

-

- Pour accéder au sondage : - {{ config.urlPublic }} -

- - - Voir le sondage - +

{{ 'resume.users' | translate }}

+

+ Pour accéder au sondage : + {{ config.urlPublic }} +

+ + + Voir le sondage +
-

{{ 'resume.links_mail' | translate }}

-

- Pour être sur de retrouver ces liens, nous pouvons vous les envoyer sur votre mail mail : - -

+

{{ 'resume.links_mail' | translate }}

+

+ Pour être sur de retrouver ces liens, nous pouvons vous les envoyer sur votre mail mail : + +

- - - Voir le sondage - + + + Voir le sondage +
diff --git a/src/app/pages/end-confirmation/end-confirmation.component.scss b/src/app/pages/end-confirmation/end-confirmation.component.scss index 503d13c1..f2a50065 100644 --- a/src/app/pages/end-confirmation/end-confirmation.component.scss +++ b/src/app/pages/end-confirmation/end-confirmation.component.scss @@ -1,5 +1,5 @@ :host { - button { - margin-right: 1em; - } + button { + margin-right: 1em; + } } diff --git a/src/app/pages/end-confirmation/end-confirmation.component.spec.ts b/src/app/pages/end-confirmation/end-confirmation.component.spec.ts index d198f3db..2b8c4b9b 100644 --- a/src/app/pages/end-confirmation/end-confirmation.component.spec.ts +++ b/src/app/pages/end-confirmation/end-confirmation.component.spec.ts @@ -3,22 +3,22 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { EndConfirmationComponent } from './end-confirmation.component'; describe('EndConfirmationComponent', () => { - let component: EndConfirmationComponent; - let fixture: ComponentFixture; + let component: EndConfirmationComponent; + let fixture: ComponentFixture; - beforeEach(async(() => { - TestBed.configureTestingModule({ - declarations: [EndConfirmationComponent], - }).compileComponents(); - })); + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [EndConfirmationComponent], + }).compileComponents(); + })); - beforeEach(() => { - fixture = TestBed.createComponent(EndConfirmationComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); + beforeEach(() => { + fixture = TestBed.createComponent(EndConfirmationComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); - it('should create', () => { - expect(component).toBeTruthy(); - }); + it('should create', () => { + expect(component).toBeTruthy(); + }); }); diff --git a/src/app/pages/end-confirmation/end-confirmation.component.ts b/src/app/pages/end-confirmation/end-confirmation.component.ts index 1c988ef9..dbde935a 100644 --- a/src/app/pages/end-confirmation/end-confirmation.component.ts +++ b/src/app/pages/end-confirmation/end-confirmation.component.ts @@ -5,27 +5,27 @@ import { ConfigService } from '../../services/config.service'; import { MessageService } from 'primeng/api'; @Component({ - selector: 'framadate-end-confirmation', - templateUrl: './end-confirmation.component.html', - styleUrls: ['./end-confirmation.component.scss'], + selector: 'framadate-end-confirmation', + templateUrl: './end-confirmation.component.html', + styleUrls: ['./end-confirmation.component.scss'], }) export class EndConfirmationComponent extends BaseComponent implements OnInit { - mailToRecieve = ''; + mailToRecieve = ''; - constructor(public config: ConfigService, public http: HttpClient, private messageService: MessageService) { - super(config); - this.mailToRecieve = this.config.myEmail; - } + constructor(public config: ConfigService, public http: HttpClient, private messageService: MessageService) { + super(config); + this.mailToRecieve = this.config.myEmail; + } - ngOnInit() {} + ngOnInit() {} - copyLink(str: any) { - this.messageService.add({ - severity: 'success', - summary: 'Lien copié', - detail: str, - }); - } + copyLink(str: any) { + this.messageService.add({ + severity: 'success', + summary: 'Lien copié', + detail: str, + }); + } - sendToEmail() {} + sendToEmail() {} } diff --git a/src/app/pages/home/home.component.html b/src/app/pages/home/home.component.html index c0e575ea..bc83f09f 100644 --- a/src/app/pages/home/home.component.html +++ b/src/app/pages/home/home.component.html @@ -1,92 +1,92 @@
- + -

- {{ 'creation.title' | translate }} -

- - {{ 'creation.want' | translate }} - - - +

+ {{ 'creation.title' | translate }} +

+ + {{ 'creation.want' | translate }} + + + - + -
- - - -
+
+ + + +
-
- - - -
+
+ + + +
-
- -
- -
-
- - - -
+
+ +
+ +
+
+ + + +
- - - -
+ + + +
diff --git a/src/app/pages/home/home.component.spec.ts b/src/app/pages/home/home.component.spec.ts index 2dafb79d..85666544 100644 --- a/src/app/pages/home/home.component.spec.ts +++ b/src/app/pages/home/home.component.spec.ts @@ -3,22 +3,22 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { HomeComponent } from './home.component'; describe('HomeComponent', () => { - let component: HomeComponent; - let fixture: ComponentFixture; + let component: HomeComponent; + let fixture: ComponentFixture; - beforeEach(async(() => { - TestBed.configureTestingModule({ - declarations: [HomeComponent], - }).compileComponents(); - })); + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [HomeComponent], + }).compileComponents(); + })); - beforeEach(() => { - fixture = TestBed.createComponent(HomeComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); + beforeEach(() => { + fixture = TestBed.createComponent(HomeComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); - it('should create', () => { - expect(component).toBeTruthy(); - }); + it('should create', () => { + expect(component).toBeTruthy(); + }); }); diff --git a/src/app/pages/home/home.component.ts b/src/app/pages/home/home.component.ts index c482378b..8dfda642 100644 --- a/src/app/pages/home/home.component.ts +++ b/src/app/pages/home/home.component.ts @@ -3,15 +3,15 @@ import { ConfigService } from '../../services/config.service'; import { BaseComponent } from '../base-page/base.component'; @Component({ - selector: 'framadate-home', - templateUrl: './home.component.html', - styleUrls: ['./home.component.scss'], + selector: 'framadate-home', + templateUrl: './home.component.html', + styleUrls: ['./home.component.scss'], }) export class HomeComponent extends BaseComponent implements OnInit { - nextStep = '/step/answers'; - constructor(public config: ConfigService) { - super(config); - } + nextStep = '/step/answers'; + constructor(public config: ConfigService) { + super(config); + } - ngOnInit() {} + ngOnInit() {} } diff --git a/src/app/pages/kind/kind.component.html b/src/app/pages/kind/kind.component.html index d6f8cd9a..736b17a8 100644 --- a/src/app/pages/kind/kind.component.html +++ b/src/app/pages/kind/kind.component.html @@ -1,265 +1,265 @@

page de démo

- cette étape est en cours de développement.
- S'inspirer de la page de Home pour réaliser d'autres pages + cette étape est en cours de développement.
+ S'inspirer de la page de Home pour réaliser d'autres pages

C'est parfait!

Atoms

-
-

Headings

+
+

Headings

-

Ceci est un h1

-

Ceci est un h2

-

Ceci est un h3

-
+

Ceci est un h1

+

Ceci est un h2

+

Ceci est un h3

+
- + -
-

Buttons

+
+

Buttons

- + -
+
- + -
+
- - primary - outline - default - + + primary - outline - default + -
+
- + -
+
- + -
+
- + -
+
- + -
+
- + -

+

- + - + - + - -
+ +
-
-

Forms element

+
+

Forms element

-

Labels

+

Labels

- + -

Input name

-
- +

Input name

+
+ -

Input email

-
- +

Input email

+
+ -

Input password

-
- +

Input password

+
+ -

Input date

-
- +

Input date

+
+ -

Select

- +

Select

+ -

Textarea

- -
+

Textarea

+ +
-
-

Paragraphs

+
+

Paragraphs

-

- Lorem, ipsum dolor sit amet consectetur adipisicing elit. Magnam perspiciatis minus libero error dolores. - Corrupti repellat vero repellendus reiciendis assumenda minus. Nobis, quaerat ut nihil minima sed animi - delectus beatae! -

-
+

+ Lorem, ipsum dolor sit amet consectetur adipisicing elit. Magnam perspiciatis minus libero error dolores. + Corrupti repellat vero repellendus reiciendis assumenda minus. Nobis, quaerat ut nihil minima sed animi + delectus beatae! +

+
-
-

Lists

+
+

Lists

-

Unordered list

-
    -
  • - plop -
  • -
  • - plop -
  • -
  • - plop -
  • -
+

Unordered list

+
    +
  • + plop +
  • +
  • + plop +
  • +
  • + plop +
  • +
-

Ordered list

-
    -
  1. - plop -
  2. -
  3. - plop -
  4. -
  5. - plop -
  6. -
-
+

Ordered list

+
    +
  1. + plop +
  2. +
  3. + plop +
  4. +
  5. + plop +
  6. +
+
-
-

Images

- -
+
+

Images

+ +
-

Molecules

- - -
-

Label + input name

- - -
+
+

Label + input name

+ + +
-
-

Label + select

- - -
+
+

Label + select

+ + +
- + -
-

Commentaries

-
+
+

Commentaries

+
-

Components

+

Components

-
-

Images list

- that -
+
+

Images list

+ that +
-
-

Calendar

-
+
+

Calendar

+
-
-

Modale

-
+
+

Modale

+
-
-

Way to vote

- that -
+
+

Way to vote

+ that +
- + -
-

Graphics

- that -
+
+

Graphics

+ that +
diff --git a/src/app/pages/kind/kind.component.scss b/src/app/pages/kind/kind.component.scss index d627fcb2..963a1140 100644 --- a/src/app/pages/kind/kind.component.scss +++ b/src/app/pages/kind/kind.component.scss @@ -1,22 +1,22 @@ @charset "UTF-8"; section { - &:not(:last-of-type) { - border-bottom: 6px solid #000; - } + &:not(:last-of-type) { + border-bottom: 6px solid #000; + } - + section { - margin: 0 !important; - } + + section { + margin: 0 !important; + } } article { - padding: 2rem 0; - border-top: 3px solid #ffb92c; + padding: 2rem 0; + border-top: 3px solid #ffb92c; - h3 { - &:not(:first-of-type) { - margin-top: 2rem; - } - } + h3 { + &:not(:first-of-type) { + margin-top: 2rem; + } + } } diff --git a/src/app/pages/kind/kind.component.spec.ts b/src/app/pages/kind/kind.component.spec.ts index e3ed420e..ec49b594 100644 --- a/src/app/pages/kind/kind.component.spec.ts +++ b/src/app/pages/kind/kind.component.spec.ts @@ -3,22 +3,22 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { KindComponent } from './kind.component'; describe('KindComponent', () => { - let component: KindComponent; - let fixture: ComponentFixture; + let component: KindComponent; + let fixture: ComponentFixture; - beforeEach(async(() => { - TestBed.configureTestingModule({ - declarations: [KindComponent], - }).compileComponents(); - })); + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [KindComponent], + }).compileComponents(); + })); - beforeEach(() => { - fixture = TestBed.createComponent(KindComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); + beforeEach(() => { + fixture = TestBed.createComponent(KindComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); - it('should create', () => { - expect(component).toBeTruthy(); - }); + it('should create', () => { + expect(component).toBeTruthy(); + }); }); diff --git a/src/app/pages/kind/kind.component.ts b/src/app/pages/kind/kind.component.ts index 59416386..f02dc05e 100644 --- a/src/app/pages/kind/kind.component.ts +++ b/src/app/pages/kind/kind.component.ts @@ -3,14 +3,14 @@ import { BaseComponent } from '../base-page/base.component'; import { ConfigService } from '../../services/config.service'; @Component({ - selector: 'framadate-page-kind', - templateUrl: './kind.component.html', - styleUrls: ['./kind.component.scss'], + selector: 'framadate-page-kind', + templateUrl: './kind.component.html', + styleUrls: ['./kind.component.scss'], }) export class KindComponent extends BaseComponent implements OnInit { - constructor(public config: ConfigService) { - super(config); - } + constructor(public config: ConfigService) { + super(config); + } - ngOnInit() {} + ngOnInit() {} } diff --git a/src/app/pages/password/password.component.html b/src/app/pages/password/password.component.html index df997f2a..43184bb1 100644 --- a/src/app/pages/password/password.component.html +++ b/src/app/pages/password/password.component.html @@ -2,11 +2,11 @@

Ce sondage est protégé par un mot de passe

- -
- - -
+ +
+ + +
- +
diff --git a/src/app/pages/password/password.component.scss b/src/app/pages/password/password.component.scss index ed8b01e4..bf4c8d32 100644 --- a/src/app/pages/password/password.component.scss +++ b/src/app/pages/password/password.component.scss @@ -1,12 +1,12 @@ form { - display: flex; - flex-direction: column; + display: flex; + flex-direction: column; } label { - font-weight: 600; - font-size: 18px; + font-weight: 600; + font-size: 18px; } h1 { - display: flex; - align-self: center; + display: flex; + align-self: center; } diff --git a/src/app/pages/password/password.component.spec.ts b/src/app/pages/password/password.component.spec.ts index d55dc422..3a2fa7eb 100644 --- a/src/app/pages/password/password.component.spec.ts +++ b/src/app/pages/password/password.component.spec.ts @@ -3,22 +3,22 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { PasswordComponent } from './password.component'; describe('PasswordComponent', () => { - let component: PasswordComponent; - let fixture: ComponentFixture; + let component: PasswordComponent; + let fixture: ComponentFixture; - beforeEach(async(() => { - TestBed.configureTestingModule({ - declarations: [PasswordComponent], - }).compileComponents(); - })); + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [PasswordComponent], + }).compileComponents(); + })); - beforeEach(() => { - fixture = TestBed.createComponent(PasswordComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); + beforeEach(() => { + fixture = TestBed.createComponent(PasswordComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); - it('should create', () => { - expect(component).toBeTruthy(); - }); + it('should create', () => { + expect(component).toBeTruthy(); + }); }); diff --git a/src/app/pages/password/password.component.ts b/src/app/pages/password/password.component.ts index dc6210ce..b5b75fb9 100644 --- a/src/app/pages/password/password.component.ts +++ b/src/app/pages/password/password.component.ts @@ -3,14 +3,14 @@ import { BaseComponent } from '../base-page/base.component'; import { ConfigService } from '../../services/config.service'; @Component({ - selector: 'framadate-password', - templateUrl: './password.component.html', - styleUrls: ['./password.component.scss'], + selector: 'framadate-password', + templateUrl: './password.component.html', + styleUrls: ['./password.component.scss'], }) export class PasswordComponent extends BaseComponent implements OnInit { - constructor(public config: ConfigService) { - super(config); - } + constructor(public config: ConfigService) { + super(config); + } - ngOnInit() {} + ngOnInit() {} } diff --git a/src/app/pages/pictures/pictures.component.html b/src/app/pages/pictures/pictures.component.html index 893e07ba..394de610 100644 --- a/src/app/pages/pictures/pictures.component.html +++ b/src/app/pages/pictures/pictures.component.html @@ -1,5 +1,5 @@

- Images + Images

ok diff --git a/src/app/pages/pictures/pictures.component.spec.ts b/src/app/pages/pictures/pictures.component.spec.ts index 8474bbee..4741e61e 100644 --- a/src/app/pages/pictures/pictures.component.spec.ts +++ b/src/app/pages/pictures/pictures.component.spec.ts @@ -3,22 +3,22 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { PicturesComponent } from './pictures.component'; describe('PicturesComponent', () => { - let component: PicturesComponent; - let fixture: ComponentFixture; + let component: PicturesComponent; + let fixture: ComponentFixture; - beforeEach(async(() => { - TestBed.configureTestingModule({ - declarations: [PicturesComponent], - }).compileComponents(); - })); + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [PicturesComponent], + }).compileComponents(); + })); - beforeEach(() => { - fixture = TestBed.createComponent(PicturesComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); + beforeEach(() => { + fixture = TestBed.createComponent(PicturesComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); - it('should create', () => { - expect(component).toBeTruthy(); - }); + it('should create', () => { + expect(component).toBeTruthy(); + }); }); diff --git a/src/app/pages/pictures/pictures.component.ts b/src/app/pages/pictures/pictures.component.ts index a2c5ba79..99b8ad25 100644 --- a/src/app/pages/pictures/pictures.component.ts +++ b/src/app/pages/pictures/pictures.component.ts @@ -3,14 +3,14 @@ import { ConfigService } from '../../services/config.service'; import { BaseComponent } from '../base-page/base.component'; @Component({ - selector: 'framadate-pictures', - templateUrl: './pictures.component.html', - styleUrls: ['./pictures.component.scss'], + selector: 'framadate-pictures', + templateUrl: './pictures.component.html', + styleUrls: ['./pictures.component.scss'], }) export class PicturesComponent extends BaseComponent implements OnInit { - constructor(public config: ConfigService) { - super(config); - } + constructor(public config: ConfigService) { + super(config); + } - ngOnInit() {} + ngOnInit() {} } diff --git a/src/app/pages/poll-display/poll-display.component.html b/src/app/pages/poll-display/poll-display.component.html index ffc6c77f..83b5c306 100644 --- a/src/app/pages/poll-display/poll-display.component.html +++ b/src/app/pages/poll-display/poll-display.component.html @@ -1,67 +1,59 @@
- - + + -
- -
-
-
- -
-
- - -
-
- -
-
- -
-
- -
-
-
-
- No current poll available -
-
+ +

+ Exporter/Imprimer +

+ + +
+ + +
+
+ No current poll available +
+
diff --git a/src/app/pages/poll-display/poll-display.component.spec.ts b/src/app/pages/poll-display/poll-display.component.spec.ts index 3f6ff61c..4b42c502 100644 --- a/src/app/pages/poll-display/poll-display.component.spec.ts +++ b/src/app/pages/poll-display/poll-display.component.spec.ts @@ -3,22 +3,22 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { PollDisplayComponent } from './poll-display.component'; describe('PollDisplayComponent', () => { - let component: PollDisplayComponent; - let fixture: ComponentFixture; + let component: PollDisplayComponent; + let fixture: ComponentFixture; - beforeEach(async(() => { - TestBed.configureTestingModule({ - declarations: [PollDisplayComponent], - }).compileComponents(); - })); + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [PollDisplayComponent], + }).compileComponents(); + })); - beforeEach(() => { - fixture = TestBed.createComponent(PollDisplayComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); + beforeEach(() => { + fixture = TestBed.createComponent(PollDisplayComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); - it('should create', () => { - expect(component).toBeTruthy(); - }); + it('should create', () => { + expect(component).toBeTruthy(); + }); }); diff --git a/src/app/pages/poll-display/poll-display.component.ts b/src/app/pages/poll-display/poll-display.component.ts index 68a05dac..94ff0d40 100644 --- a/src/app/pages/poll-display/poll-display.component.ts +++ b/src/app/pages/poll-display/poll-display.component.ts @@ -7,64 +7,64 @@ import { environment } from '../../../environments/environment'; import { mockPoll3 } from '../../config/mocks/mock-poll3'; @Component({ - selector: 'framadate-poll-display', - templateUrl: './poll-display.component.html', - styleUrls: ['./poll-display.component.scss'], + selector: 'framadate-poll-display', + templateUrl: './poll-display.component.html', + styleUrls: ['./poll-display.component.scss'], }) export class PollDisplayComponent extends BaseComponent implements OnInit { - comments = mockComments; + comments = mockComments; - constructor(public config: ConfigService, private router: Router, public activeRoute: ActivatedRoute) { - super(config); - this.activeRoute.paramMap.subscribe((params) => { - console.log('params', params); - this.config.pollId = params.get('poll'); - this.config.pollSlug = params.get('pollSlug'); - if (!this.config.loading) { - this.fetchPoll(); - } - }); - } + constructor(public config: ConfigService, private router: Router, public activeRoute: ActivatedRoute) { + super(config); + this.activeRoute.paramMap.subscribe((params) => { + console.log('params', params); + this.config.pollId = params.get('poll'); + this.config.pollSlug = params.get('pollSlug'); + if (!this.config.loading) { + this.fetchPoll(); + } + }); + } - ngOnInit() {} + ngOnInit() {} - // fetch poll with its ID or slug. - fetchPoll() { - const id = this.activeRoute.snapshot.params.poll; - const pollSlug = this.activeRoute.snapshot.params.pollSlug; + // fetch poll with its ID or slug. + fetchPoll() { + const id = this.activeRoute.snapshot.params.poll; + const pollSlug = this.activeRoute.snapshot.params.pollSlug; - if (!environment.production) { - console.log('mockPoll3', mockPoll3); - this.config.currentPoll = mockPoll3; - return; - } - if (id) { - this.config.loading = true; - // store it in the poll property here - this.config.getPollById(id).subscribe( - (res: any) => { - console.log('res', res); - this.config.updateCurrentPollFromResponse(res); - this.config.loading = false; - }, - (e) => { - // handle need for a password - console.log('e', e); - this.config.handleError(e); - } - ); - } else if (pollSlug) { - this.config.loading = true; - this.config.getPollByURL(pollSlug).subscribe( - (res: any) => { - this.config.loading = false; - this.config.updateCurrentPollFromResponse(res); - }, - (e) => { - // handle need for a password - this.config.handleError(e); - } - ); - } - } + if (!environment.production) { + console.log('mockPoll3', mockPoll3); + this.config.currentPoll = mockPoll3; + return; + } + if (id) { + this.config.loading = true; + // store it in the poll property here + this.config.getPollById(id).subscribe( + (res: any) => { + console.log('res', res); + this.config.updateCurrentPollFromResponse(res); + this.config.loading = false; + }, + (e) => { + // handle need for a password + console.log('e', e); + this.config.handleError(e); + } + ); + } else if (pollSlug) { + this.config.loading = true; + this.config.getPollByURL(pollSlug).subscribe( + (res: any) => { + this.config.loading = false; + this.config.updateCurrentPollFromResponse(res); + }, + (e) => { + // handle need for a password + this.config.handleError(e); + } + ); + } + } } diff --git a/src/app/pages/resume/resume.component.html b/src/app/pages/resume/resume.component.html index 2cb5403d..5a9f2025 100644 --- a/src/app/pages/resume/resume.component.html +++ b/src/app/pages/resume/resume.component.html @@ -1,71 +1,71 @@

- Récapitulatif + Récapitulatif

-

- {{ config.title }} -

-
- créé par - - {{ config.myName }} - -
-
- - {{ config.description }} - -
-
-
    -
  • - image {{ questions.url }} - {{ questions.id + 1 }}. {{ questions.text }} -
  • -
-
-
- - - {{ 'dates.multiple.different' | translate }} - - - {{ 'dates.multiple.identical' | translate }} - -
-
- -
- {{ choice.literal }} +

+ {{ config.title }} +

+
+ créé par + + {{ config.myName }} + +
+
+ + {{ config.description }} + +
+
+
    +
  • + image {{ questions.url }} + {{ questions.id + 1 }}. {{ questions.text }} +
  • +
+
+
+ + + {{ 'dates.multiple.different' | translate }} + + + {{ 'dates.multiple.identical' | translate }} + +
+
+ +
+ {{ choice.literal }} - -
-
- {{ idTime }}) - - {{ time.literal }} -
-
- -
-
- - {{ time.literal }} -
-
-
-
+ +
+
+ {{ idTime }}) + + {{ time.literal }} +
+
+ +
+
+ + {{ time.literal }} +
+
+
+
diff --git a/src/app/pages/resume/resume.component.scss b/src/app/pages/resume/resume.component.scss index 44ae90f1..4b14f653 100644 --- a/src/app/pages/resume/resume.component.scss +++ b/src/app/pages/resume/resume.component.scss @@ -1,9 +1,9 @@ .card { - box-shadow: 0px 0px 0.5em #ccc; - padding: 2em; - margin: 1em 0; + box-shadow: 0px 0px 0.5em #ccc; + padding: 2em; + margin: 1em 0; } .time-choice { - margin-left: 3em; + margin-left: 3em; } diff --git a/src/app/pages/resume/resume.component.spec.ts b/src/app/pages/resume/resume.component.spec.ts index 526fd3eb..e7c9e8e4 100644 --- a/src/app/pages/resume/resume.component.spec.ts +++ b/src/app/pages/resume/resume.component.spec.ts @@ -3,22 +3,22 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { ResumeComponent } from './resume.component'; describe('ResumeComponent', () => { - let component: ResumeComponent; - let fixture: ComponentFixture; + let component: ResumeComponent; + let fixture: ComponentFixture; - beforeEach(async(() => { - TestBed.configureTestingModule({ - declarations: [ResumeComponent], - }).compileComponents(); - })); + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [ResumeComponent], + }).compileComponents(); + })); - beforeEach(() => { - fixture = TestBed.createComponent(ResumeComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); + beforeEach(() => { + fixture = TestBed.createComponent(ResumeComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); - it('should create', () => { - expect(component).toBeTruthy(); - }); + it('should create', () => { + expect(component).toBeTruthy(); + }); }); diff --git a/src/app/pages/resume/resume.component.ts b/src/app/pages/resume/resume.component.ts index d02f8665..087885cf 100644 --- a/src/app/pages/resume/resume.component.ts +++ b/src/app/pages/resume/resume.component.ts @@ -4,12 +4,12 @@ import { ConfigService } from '../../services/config.service'; import { Router } from '@angular/router'; @Component({ - selector: 'framadate-resume', - templateUrl: './resume.component.html', - styleUrls: ['./resume.component.scss'], + selector: 'framadate-resume', + templateUrl: './resume.component.html', + styleUrls: ['./resume.component.scss'], }) export class ResumeComponent extends BaseComponent { - constructor(public config: ConfigService, private router: Router) { - super(config); - } + constructor(public config: ConfigService, private router: Router) { + super(config); + } } diff --git a/src/app/pages/visibility/visibility.component.html b/src/app/pages/visibility/visibility.component.html index 5a168568..e86d042b 100644 --- a/src/app/pages/visibility/visibility.component.html +++ b/src/app/pages/visibility/visibility.component.html @@ -1,163 +1,163 @@

- {{ 'visibility.top_txt' | translate }} + {{ 'visibility.top_txt' | translate }}

-

- {{ 'visibility.title' | translate }} -

- - {{ 'visibility.visibility_want' | translate }} - - - - {{ 'visibility.visibility_see' | translate }} - +

+ {{ 'visibility.title' | translate }} +

+ + {{ 'visibility.visibility_want' | translate }} + + + + {{ 'visibility.visibility_see' | translate }} +
-

- {{ 'visibility.votes' | translate }} -

- - +

+ {{ 'visibility.votes' | translate }} +

+ +
- + - -
- + +
+ - - - {{ 'visibility.archiving_end_not' | translate }} - - - - - {{ 'visibility.modfiy_their' | translate }} - - - -
+ + + {{ 'visibility.archiving_end_not' | translate }} + + + + + {{ 'visibility.modfiy_their' | translate }} + + + +
-

- {{ 'visibility.access' | translate }} -

- -
- +

+ {{ 'visibility.access' | translate }} +

+ +
+ - - {{ 'visibility.access_instructions' | translate }} - - -
- - + + {{ 'visibility.access_instructions' | translate }} + + +
+ + - + -
- - - -
+
+ + + +
diff --git a/src/app/pages/visibility/visibility.component.scss b/src/app/pages/visibility/visibility.component.scss index 9d21b95a..2e544a98 100644 --- a/src/app/pages/visibility/visibility.component.scss +++ b/src/app/pages/visibility/visibility.component.scss @@ -1,5 +1,5 @@ :host { - h2 { - margin-top: 1em; - } + h2 { + margin-top: 1em; + } } diff --git a/src/app/pages/visibility/visibility.component.spec.ts b/src/app/pages/visibility/visibility.component.spec.ts index 40697ee6..52dd0b39 100644 --- a/src/app/pages/visibility/visibility.component.spec.ts +++ b/src/app/pages/visibility/visibility.component.spec.ts @@ -3,22 +3,22 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { VisibilityComponent } from './visibility.component'; describe('VisibilityComponent', () => { - let component: VisibilityComponent; - let fixture: ComponentFixture; + let component: VisibilityComponent; + let fixture: ComponentFixture; - beforeEach(async(() => { - TestBed.configureTestingModule({ - declarations: [VisibilityComponent], - }).compileComponents(); - })); + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [VisibilityComponent], + }).compileComponents(); + })); - beforeEach(() => { - fixture = TestBed.createComponent(VisibilityComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); + beforeEach(() => { + fixture = TestBed.createComponent(VisibilityComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); - it('should create', () => { - expect(component).toBeTruthy(); - }); + it('should create', () => { + expect(component).toBeTruthy(); + }); }); diff --git a/src/app/pages/visibility/visibility.component.ts b/src/app/pages/visibility/visibility.component.ts index 2c30308a..821b165b 100644 --- a/src/app/pages/visibility/visibility.component.ts +++ b/src/app/pages/visibility/visibility.component.ts @@ -5,28 +5,28 @@ import { environment } from '../../../environments/environment'; import { PollUtilities } from '../../config/PollUtilities'; @Component({ - selector: 'framadate-visibility', - templateUrl: './visibility.component.html', - styleUrls: ['./visibility.component.scss'], + selector: 'framadate-visibility', + templateUrl: './visibility.component.html', + styleUrls: ['./visibility.component.scss'], }) export class VisibilityComponent extends BaseComponent implements OnInit { - showCustomPassword = false; - baseUrl = environment.baseApiHref; - environment = environment; + showCustomPassword = false; + baseUrl = environment.baseApiHref; + environment = environment; - constructor(public config: ConfigService, public utils: PollUtilities) { - super(config); - } + constructor(public config: ConfigService, public utils: PollUtilities) { + super(config); + } - ngOnInit() { - this.config.customUrl = this.utils.makeSlug(this.config); - this.config.expirationDate = this.config - .addDaysToDate(this.config.expiracyDateDefaultInDays, new Date()) - .toISOString() - .substring(0, 10); - } + ngOnInit() { + this.config.customUrl = this.utils.makeSlug(this.config); + this.config.expirationDate = this.config + .addDaysToDate(this.config.expiracyDateDefaultInDays, new Date()) + .toISOString() + .substring(0, 10); + } - submitCreationAndGoToEnd() { - this.config.createPoll(); - } + submitCreationAndGoToEnd() { + this.config.createPoll(); + } } diff --git a/src/app/pages/voting/choices-list/choices-list.component.html b/src/app/pages/voting/choices-list/choices-list.component.html index bb3912e0..75c157a6 100644 --- a/src/app/pages/voting/choices-list/choices-list.component.html +++ b/src/app/pages/voting/choices-list/choices-list.component.html @@ -1,26 +1,29 @@
-
- -
+
+ +
+
+ +
+ +
- - diff --git a/src/app/pages/voting/choices-list/choices-list.component.scss b/src/app/pages/voting/choices-list/choices-list.component.scss index 20249d99..e69de29b 100644 --- a/src/app/pages/voting/choices-list/choices-list.component.scss +++ b/src/app/pages/voting/choices-list/choices-list.component.scss @@ -1,5 +0,0 @@ -.submit-votestack { - position: fixed; - bottom: 5px; - right: 5px; -} diff --git a/src/app/pages/voting/choices-list/choices-list.component.spec.ts b/src/app/pages/voting/choices-list/choices-list.component.spec.ts index add57469..663e0a5d 100644 --- a/src/app/pages/voting/choices-list/choices-list.component.spec.ts +++ b/src/app/pages/voting/choices-list/choices-list.component.spec.ts @@ -3,22 +3,22 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { ChoicesListComponent } from './choices-list.component'; describe('ChoicesListComponent', () => { - let component: ChoicesListComponent; - let fixture: ComponentFixture; + let component: ChoicesListComponent; + let fixture: ComponentFixture; - beforeEach(async(() => { - TestBed.configureTestingModule({ - declarations: [ChoicesListComponent], - }).compileComponents(); - })); + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [ChoicesListComponent], + }).compileComponents(); + })); - beforeEach(() => { - fixture = TestBed.createComponent(ChoicesListComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); + beforeEach(() => { + fixture = TestBed.createComponent(ChoicesListComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); - it('should create', () => { - expect(component).toBeTruthy(); - }); + it('should create', () => { + expect(component).toBeTruthy(); + }); }); diff --git a/src/app/pages/voting/choices-list/choices-list.component.ts b/src/app/pages/voting/choices-list/choices-list.component.ts index 13fd91d9..2c7a4836 100644 --- a/src/app/pages/voting/choices-list/choices-list.component.ts +++ b/src/app/pages/voting/choices-list/choices-list.component.ts @@ -2,10 +2,10 @@ import { Component } from '@angular/core'; import { ConfigService } from '../../../services/config.service'; @Component({ - selector: 'framadate-choices-list', - templateUrl: './choices-list.component.html', - styleUrls: ['./choices-list.component.scss'], + selector: 'framadate-choices-list', + templateUrl: './choices-list.component.html', + styleUrls: ['./choices-list.component.scss'], }) export class ChoicesListComponent { - constructor(public config: ConfigService) {} + constructor(public config: ConfigService) {} } diff --git a/src/app/pages/voting/comments-list/comments-list.component.html b/src/app/pages/voting/comments-list/comments-list.component.html index 40d999cd..741ab2a4 100644 --- a/src/app/pages/voting/comments-list/comments-list.component.html +++ b/src/app/pages/voting/comments-list/comments-list.component.html @@ -1,34 +1,34 @@
- - - - + + + +
-

Laisser un commentaire

- - - - -
- -
- -
- -
- - -
+

Laisser un commentaire

+ + + + +
+ +
+ +
+ +
+ + +
diff --git a/src/app/pages/voting/comments-list/comments-list.component.spec.ts b/src/app/pages/voting/comments-list/comments-list.component.spec.ts index 93a52f00..62f337b1 100644 --- a/src/app/pages/voting/comments-list/comments-list.component.spec.ts +++ b/src/app/pages/voting/comments-list/comments-list.component.spec.ts @@ -9,33 +9,33 @@ import { ConfirmationService, MessageService } from 'primeng'; import { Router } from '@angular/router'; import { ConfigService } from '../../../services/config.service'; -const routerSpy = jasmine.createSpyObj('Router', ['navigateByUrl']); +const routerSpy = jest.fn({ navigateByUrl: jest.fn() }); describe('CommentsListComponent', () => { - let component: CommentsListComponent; - let fixture: ComponentFixture; + let component: CommentsListComponent; + let fixture: ComponentFixture; - beforeEach(async(() => { - TestBed.configureTestingModule({ - imports: [FormsModule, BrowserModule, CommonModule, HttpClientModule], - declarations: [CommentsListComponent], - providers: [ - HttpClient, - MessageService, - ConfirmationService, - ConfigService, - { provide: Router, useValue: routerSpy }, - ], - }).compileComponents(); - })); + beforeEach(async(() => { + TestBed.configureTestingModule({ + imports: [FormsModule, BrowserModule, CommonModule, HttpClientModule], + declarations: [CommentsListComponent], + providers: [ + HttpClient, + MessageService, + ConfirmationService, + ConfigService, + { provide: Router, useValue: routerSpy }, + ], + }).compileComponents(); + })); - beforeEach(() => { - fixture = TestBed.createComponent(CommentsListComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); + beforeEach(() => { + fixture = TestBed.createComponent(CommentsListComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); - it('should create', () => { - expect(component).toBeTruthy(); - }); + it('should create', () => { + expect(component).toBeTruthy(); + }); }); diff --git a/src/app/pages/voting/comments-list/comments-list.component.ts b/src/app/pages/voting/comments-list/comments-list.component.ts index 0bb6efd3..0a37d4de 100644 --- a/src/app/pages/voting/comments-list/comments-list.component.ts +++ b/src/app/pages/voting/comments-list/comments-list.component.ts @@ -2,10 +2,10 @@ import { Component } from '@angular/core'; import { ConfigService } from '../../../services/config.service'; @Component({ - selector: 'framadate-comments-list', - templateUrl: './comments-list.component.html', - styleUrls: ['./comments-list.component.scss'], + selector: 'framadate-comments-list', + templateUrl: './comments-list.component.html', + styleUrls: ['./comments-list.component.scss'], }) export class CommentsListComponent { - constructor(public config: ConfigService) {} + constructor(public config: ConfigService) {} } diff --git a/src/app/pages/voting/voting-choice/voting-choice.component.html b/src/app/pages/voting/voting-choice/voting-choice.component.html index 45ff7627..ca2d2ff8 100644 --- a/src/app/pages/voting/voting-choice/voting-choice.component.html +++ b/src/app/pages/voting/voting-choice/voting-choice.component.html @@ -1,142 +1,142 @@
- - + + -
-
-
-
- {{ choice.text }} -
- - - {{ choice.url }} - + + {{ choice.url }} + - -
-
- {{ choice.date.date | date: 'EEE' }} - {{ choice.date.date | date: 'dd' }} - {{ choice.date.date | date: 'LLL' }} -
-
- {{ choice.date.date | date: 'H:m' }} -
-
- -
-
-
- - - - - - - - - -
-
-
-
-
- aucun vote -
- -
- Choix ayant reçu le plus de votes -
-
-
-
-
+ +
+
+ {{ choice.date.date | date: 'EEE' }} + {{ choice.date.date | date: 'dd' }} + {{ choice.date.date | date: 'LLL' }} +
+
+ {{ choice.date.date | date: 'H:m' }} +
+
+ +
+
+
+ + + + + + + + + +
+
+
+
+
+ aucun vote +
+ +
+ Choix ayant reçu le plus de votes +
+
+
+ + diff --git a/src/app/pages/voting/voting-choice/voting-choice.component.scss b/src/app/pages/voting/voting-choice/voting-choice.component.scss index e970f4df..94a53856 100644 --- a/src/app/pages/voting/voting-choice/voting-choice.component.scss +++ b/src/app/pages/voting/voting-choice/voting-choice.component.scss @@ -23,240 +23,239 @@ $breakpoint-responsive: 640px; // à définir // ---------------------------- .choicebox { - position: relative; - min-width: 32rem; - min-height: 16rem; - display: block; - padding: $box-padding $box-padding $box-padding calc(#{$box-padding} - #{$box-border-width}); - border-left: $box-border-width solid transparent; - background-color: $white; - box-shadow: 0 0 0.6rem 0 rgba($black, 0.2); + position: relative; + min-height: 10rem; + display: block; + padding: $box-padding $box-padding $box-padding calc(#{$box-padding} - #{$box-border-width}); + border-left: $box-border-width solid transparent; + background-color: $white; + box-shadow: 0 0 0.6rem 0 rgba($black, 0.2); - &--active { - padding-left: $box-padding; - border-left-color: $primary_color; - } + &--active { + padding-left: $box-padding; + border-left-color: $primary_color; + } - &.selection-yes { - font-weight: 700; - background: #e9bdeb; - } + &.selection-yes { + font-weight: 700; + background: #e9bdeb; + } } .choicebox__subject { - margin-bottom: 3rem; - padding-right: $btn-wrap-size; - @media (min-width: $breakpoint-responsive) { - margin-bottom: 0; - padding-right: 0; - } + margin-bottom: 3rem; + padding-right: $btn-wrap-size; + @media (min-width: $breakpoint-responsive) { + margin-bottom: 0; + padding-right: 0; + } } // -- DATE // ---------------------------- .choicebox__date { - font-size: 1.8rem; - margin-bottom: 0.5rem; - white-space: nowrap; - text-transform: capitalize; + font-size: 1.8rem; + margin-bottom: 0.5rem; + white-space: nowrap; + text-transform: capitalize; - @media (min-width: $breakpoint-responsive) { - margin-bottom: 0; - } + @media (min-width: $breakpoint-responsive) { + margin-bottom: 0; + } } .choicebox__day { - font-size: 2.4rem; - font-weight: bold; + font-size: 2.4rem; + font-weight: bold; } // -- IMG // ---------------------------- .choicebox__img { - max-width: 100%; - max-height: $img-maxheight; + max-width: 100%; + max-height: $img-maxheight; } // -- TXT // ---------------------------- .choicebox__txt { - margin: 0; - font-size: 1.8rem; - min-width: 10em; + margin: 0; + font-size: 1.8rem; + min-width: 10em; } // -- VOTE BTNS // ---------------------------- .choicebox__actions { - position: absolute; - z-index: 1; + position: absolute; + z-index: 1; - max-width: $btn-wrap-size; - top: 50%; - right: $box-padding; + max-width: $btn-wrap-size; + top: 50%; + right: $box-padding; - @media (min-width: $breakpoint-responsive) { - position: static; - max-width: none; - transform: none; - margin: 0 1.5rem; - } + @media (min-width: $breakpoint-responsive) { + position: static; + max-width: none; + transform: none; + margin: 0 1.5rem; + } } .choicebox__btn { - width: $btn-size; - height: $btn-size; - align-items: center; - justify-content: center; - margin: $btn-margin-y $btn-margin-x; - border: 0.3rem solid #ccc9c9; - background-color: transparent; - border-radius: 50%; - cursor: pointer; - float: left; + width: $btn-size; + height: $btn-size; + align-items: center; + justify-content: center; + margin: $btn-margin-y $btn-margin-x; + border: 0.3rem solid #ccc9c9; + background-color: transparent; + border-radius: 50%; + cursor: pointer; + float: left; - &--maybe { - position: relative; - top: calc((#{$btn-size} + 2 * #{$btn-margin-y}) / 2); - @media (min-width: $breakpoint-responsive) { - top: auto; - left: auto; - } - } - &:focus, - &:active { - border-color: #bf83c2; - color: #bf83c2; - background: #000; - } - &--active { - border-color: #bf83c2; - } + &--maybe { + position: relative; + top: calc((#{$btn-size} + 2 * #{$btn-margin-y}) / 2); + @media (min-width: $breakpoint-responsive) { + top: auto; + left: auto; + } + } + &:focus, + &:active { + border-color: #bf83c2; + color: #bf83c2; + background: #000; + } + &--active { + border-color: #bf83c2; + } - @media (min-width: $breakpoint-responsive) { - margin-top: 0; - margin-bottom: 0; - } + @media (min-width: $breakpoint-responsive) { + margin-top: 0; + margin-bottom: 0; + } } // -- VOTE COUNT // ---------------------------- .choicebox__count { - position: relative; - padding-right: $btn-wrap-size; - @media (min-width: $breakpoint-responsive) { - text-align: right; - padding-right: 0; - } + position: relative; + padding-right: $btn-wrap-size; + @media (min-width: $breakpoint-responsive) { + text-align: right; + padding-right: 0; + } } .choicebox__votes { - border: 0; - padding: 0; - line-height: normal; - background-color: transparent; - @media (min-width: $breakpoint-responsive) { - padding: 1.5rem; - } + border: 0; + padding: 0; + line-height: normal; + background-color: transparent; + @media (min-width: $breakpoint-responsive) { + padding: 1.5rem; + } } .choicebox__vote { - display: inline-block; - vertical-align: middle; + display: inline-block; + vertical-align: middle; - & + .choicebox__vote { - margin-left: 1.5rem; - } + & + .choicebox__vote { + margin-left: 1.5rem; + } } .choicebox__countxt { - display: none; - margin-top: 0.5rem; + display: none; + margin-top: 0.5rem; - .choicebox--active & { - display: block; - @media (min-width: $breakpoint-responsive) { - display: none; - } - } + .choicebox--active & { + display: block; + @media (min-width: $breakpoint-responsive) { + display: none; + } + } } // -- TOOLTIP // ---------------------------- .choicebox__tooltip { - display: none; - @media (min-width: $breakpoint-responsive) { - position: absolute; - min-width: 18rem; - font-weight: normal; - top: 5rem; - left: 50%; - z-index: 1; - padding: 2rem; - border: 0.1rem solid rgba($black, 0.1); - background-color: $white; - text-align: left; - transform: translateX(-50%); - &::after, - &::before { - position: absolute; - width: 0; - height: 0; - bottom: 100%; - left: 50%; - content: ' '; - pointer-events: none; - border: solid transparent; - } - &::after { - margin-left: -1.5rem; - border-width: 1.5rem; - border-color: rgba($white, 0); - border-bottom-color: #fff; - } - &::before { - margin-left: -1.6rem; - border-width: 1.6rem; - border-color: rgba($black, 0); - border-bottom-color: rgba($black, 0.1); - } - ul { - margin: 0; - padding: 0; - list-style: none; - } - } + display: none; + @media (min-width: $breakpoint-responsive) { + position: absolute; + min-width: 18rem; + font-weight: normal; + top: 5rem; + left: 50%; + z-index: 1; + padding: 2rem; + border: 0.1rem solid rgba($black, 0.1); + background-color: $white; + text-align: left; + transform: translateX(-50%); + &::after, + &::before { + position: absolute; + width: 0; + height: 0; + bottom: 100%; + left: 50%; + content: ' '; + pointer-events: none; + border: solid transparent; + } + &::after { + margin-left: -1.5rem; + border-width: 1.5rem; + border-color: rgba($white, 0); + border-bottom-color: #fff; + } + &::before { + margin-left: -1.6rem; + border-width: 1.6rem; + border-color: rgba($black, 0); + border-bottom-color: rgba($black, 0.1); + } + ul { + margin: 0; + padding: 0; + list-style: none; + } + } } .choicebox__tooltiplist { - & + .choicebox__tooltiplist { - padding-left: 3rem; - } + & + .choicebox__tooltiplist { + padding-left: 3rem; + } - ul { - max-height: 11rem; - overflow: auto; - } + ul { + max-height: 11rem; + overflow: auto; + } } .choicebox__tooltipttl { - @media (min-width: $breakpoint-responsive) { - margin-bottom: 1rem; - font-size: 1.6rem; - font-weight: bold; - white-space: nowrap; - img { - margin-right: 0.5rem; - vertical-align: sub; - } - & ~ .choicebox__tooltipttl { - margin-top: 3rem; - } - } + @media (min-width: $breakpoint-responsive) { + margin-bottom: 1rem; + font-size: 1.6rem; + font-weight: bold; + white-space: nowrap; + img { + margin-right: 0.5rem; + vertical-align: sub; + } + & ~ .choicebox__tooltipttl { + margin-top: 3rem; + } + } } diff --git a/src/app/pages/voting/voting-choice/voting-choice.component.spec.ts b/src/app/pages/voting/voting-choice/voting-choice.component.spec.ts index 9d416f5a..d1db7775 100644 --- a/src/app/pages/voting/voting-choice/voting-choice.component.spec.ts +++ b/src/app/pages/voting/voting-choice/voting-choice.component.spec.ts @@ -10,72 +10,72 @@ import { VotingChoiceComponent } from './voting-choice.component'; import { mockChoice } from '../../../config/mocks/choice'; import { mockPoll3 } from '../../../config/mocks/mock-poll3'; -const routerSpy = jasmine.createSpyObj('Router', ['navigateByUrl']); +const routerSpy = jest.fn({ navigateByUrl: jest.fn() }); describe('VotingChoiceComponent', () => { - let component: VotingChoiceComponent; - let fixture: ComponentFixture; + let component: VotingChoiceComponent; + let fixture: ComponentFixture; - beforeEach(async(() => { - TestBed.configureTestingModule({ - imports: [FormsModule, BrowserModule, CommonModule, HttpClientModule], - declarations: [VotingChoiceComponent], - providers: [ - HttpClient, - MessageService, - ConfirmationService, - ConfigService, - { provide: Router, useValue: routerSpy }, - ], - }).compileComponents(); - })); + beforeEach(async(() => { + TestBed.configureTestingModule({ + imports: [FormsModule, BrowserModule, CommonModule, HttpClientModule], + declarations: [VotingChoiceComponent], + providers: [ + HttpClient, + MessageService, + ConfirmationService, + ConfigService, + { provide: Router, useValue: routerSpy }, + ], + }).compileComponents(); + })); - beforeEach(() => { - fixture = TestBed.createComponent(VotingChoiceComponent); - component = fixture.componentInstance; - component.choice = { ...mockChoice }; - component.choices_count = mockPoll3.choices_count; - component.choice_id = mockChoice.id; - component.poll = mockPoll3.poll; - fixture.detectChanges(); - }); + beforeEach(() => { + fixture = TestBed.createComponent(VotingChoiceComponent); + component = fixture.componentInstance; + component.choice = { ...mockChoice }; + component.choices_count = mockPoll3.choices_count; + component.choice_id = mockChoice.id; + component.poll = mockPoll3.poll; + fixture.detectChanges(); + }); - it('should create', () => { - expect(component).toBeTruthy(); - }); - it('should have nothing specified as an answer by default', () => { - expect(component.choice.answer).toBeFalsy(); - }); - it('should set answer to yes', () => { - component.setAnswserTo('yes'); - expect(component.choice.answer).toBe('yes'); - }); - it('should set answer to maybe', () => { - component.setAnswserTo('maybe'); - expect(component.choice.answer).toBe('maybe'); - }); - it('should set answer to no', () => { - component.setAnswserTo('no'); - expect(component.choice.answer).toBe('no'); - }); - it('should set answer to no after 2 set on yes', () => { - component.setAnswserTo('yes'); - component.setAnswserTo('yes'); - expect(component.choice.answer).toBe('no'); - }); - it('should stay on maybe after 2 set on maybe', () => { - component.setAnswserTo('maybe'); - component.setAnswserTo('maybe'); - expect(component.choice.answer).toBe('maybe'); - }); - it('should stay on no after 2 set on no', () => { - component.setAnswserTo('no'); - component.setAnswserTo('no'); - expect(component.choice.answer).toBe('no'); - }); - it('should consider to have simple answer when allowedAnswers is only one answer long, which is yes', () => { - expect(component.poll.allowedAnswers[0]).toBe('yes'); - expect(component.poll.allowedAnswers.length).toBe(1); - expect(component.simpleAnswer).toBeTruthy(); - }); + it('should create', () => { + expect(component).toBeTruthy(); + }); + it('should have nothing specified as an answer by default', () => { + expect(component.choice.answer).toBeFalsy(); + }); + it('should set answer to yes', () => { + component.setAnswserTo('yes'); + expect(component.choice.answer).toBe('yes'); + }); + it('should set answer to maybe', () => { + component.setAnswserTo('maybe'); + expect(component.choice.answer).toBe('maybe'); + }); + it('should set answer to no', () => { + component.setAnswserTo('no'); + expect(component.choice.answer).toBe('no'); + }); + it('should set answer to no after 2 set on yes', () => { + component.setAnswserTo('yes'); + component.setAnswserTo('yes'); + expect(component.choice.answer).toBe('no'); + }); + it('should stay on maybe after 2 set on maybe', () => { + component.setAnswserTo('maybe'); + component.setAnswserTo('maybe'); + expect(component.choice.answer).toBe('maybe'); + }); + it('should stay on no after 2 set on no', () => { + component.setAnswserTo('no'); + component.setAnswserTo('no'); + expect(component.choice.answer).toBe('no'); + }); + it('should consider to have simple answer when allowedAnswers is only one answer long, which is yes', () => { + expect(component.poll.allowedAnswers[0]).toBe('yes'); + expect(component.poll.allowedAnswers.length).toBe(1); + expect(component.simpleAnswer).toBeTruthy(); + }); }); diff --git a/src/app/pages/voting/voting-choice/voting-choice.component.ts b/src/app/pages/voting/voting-choice/voting-choice.component.ts index 4ec87aa1..664eb457 100644 --- a/src/app/pages/voting/voting-choice/voting-choice.component.ts +++ b/src/app/pages/voting/voting-choice/voting-choice.component.ts @@ -2,17 +2,17 @@ import { Component, ElementRef, Input } from '@angular/core'; import { ConfigService } from '../../../services/config.service'; interface VoteChoice { - votes?: { - yes: number; - no: number; - maybe: number; - notAnswered: number; - }; - name?: string; - date?: Date; - answer: 'yes' | 'no' | 'maybe' | null; - simpleAnswer?: boolean; - false; // enable if we display only a togglable "yes" + votes?: { + yes: number; + no: number; + maybe: number; + notAnswered: number; + }; + name?: string; + date?: Date; + answer: 'yes' | 'no' | 'maybe' | null; + simpleAnswer?: boolean; + false; // enable if we display only a togglable "yes" } /** @@ -20,45 +20,45 @@ interface VoteChoice { * this component is used to select a date choice, or a name answer */ @Component({ - selector: 'framadate-voting-choice', - templateUrl: './voting-choice.component.html', - styleUrls: ['./voting-choice.component.scss'], + selector: 'framadate-voting-choice', + templateUrl: './voting-choice.component.html', + styleUrls: ['./voting-choice.component.scss'], }) export class VotingChoiceComponent { - public showChangeChoicebutton = false; - @Input() public choice: any; - @Input() public choices_count: any; - @Input() public choice_id: any; - @Input() public poll: any; - @Input() public simpleAnswer: boolean = true; - @Input() public pollIsSpecialDate: boolean = false; + public showChangeChoicebutton = false; + @Input() public choice: any; + @Input() public choices_count: any; + @Input() public choice_id: any; + @Input() public poll: any; + @Input() public simpleAnswer = true; + @Input() public pollIsSpecialDate = false; - constructor(private el: ElementRef, private config: ConfigService) { - if (this.poll && this.poll.allowedAnswers) { - this.simpleAnswer = this.poll.allowedAnswers.length == 1; - } - } + constructor(private el: ElementRef, private config: ConfigService) { + if (this.poll && this.poll.allowedAnswers) { + this.simpleAnswer = this.poll.allowedAnswers.length == 1; + } + } - setAnswserTo(newAnswer: 'yes' | 'no' | 'maybe' | null) { - if (this.simpleAnswer) { - // only toggle yes to no - if (this.choice.answer && this.choice.answer === 'yes') { - this.choice.answer = 'no'; - this.config.myTempVoteStack--; - } else { - this.choice.answer = newAnswer; - this.config.myTempVoteStack++; - } - } else { - this.choice.answer = newAnswer; - if (this.choice.answer !== newAnswer) { - if (newAnswer == 'maybe' || newAnswer == 'yes') { - this.config.myTempVoteStack++; - } - } else { - console.info('same answer as before'); - } - } - this.el.nativeElement.blur(); - } + setAnswserTo(newAnswer: 'yes' | 'no' | 'maybe' | null) { + if (this.simpleAnswer) { + // only toggle yes to no + if (this.choice.answer && this.choice.answer === 'yes') { + this.choice.answer = 'no'; + this.config.myTempVoteStack--; + } else { + this.choice.answer = newAnswer; + this.config.myTempVoteStack++; + } + } else { + this.choice.answer = newAnswer; + if (this.choice.answer !== newAnswer) { + if (newAnswer == 'maybe' || newAnswer == 'yes') { + this.config.myTempVoteStack++; + } + } else { + console.info('same answer as before'); + } + } + this.el.nativeElement.blur(); + } } diff --git a/src/app/pages/voting/voting-comment/voting-comment.component.html b/src/app/pages/voting/voting-comment/voting-comment.component.html index 57feca46..9892ebab 100644 --- a/src/app/pages/voting/voting-comment/voting-comment.component.html +++ b/src/app/pages/voting/voting-comment/voting-comment.component.html @@ -1,11 +1,11 @@
- {{ comment.pseudo }} , le - - {{ comment.date.date }} - -
-

- {{ comment.text }} -

-
+ {{ comment.pseudo }} , le + + {{ comment.date.date }} + +
+

+ {{ comment.text }} +

+
diff --git a/src/app/pages/voting/voting-comment/voting-comment.component.spec.ts b/src/app/pages/voting/voting-comment/voting-comment.component.spec.ts index 82de76c4..6c0cf6f8 100644 --- a/src/app/pages/voting/voting-comment/voting-comment.component.spec.ts +++ b/src/app/pages/voting/voting-comment/voting-comment.component.spec.ts @@ -3,22 +3,22 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { VotingCommentComponent } from './voting-comment.component'; describe('VotingCommentComponent', () => { - let component: VotingCommentComponent; - let fixture: ComponentFixture; + let component: VotingCommentComponent; + let fixture: ComponentFixture; - beforeEach(async(() => { - TestBed.configureTestingModule({ - declarations: [VotingCommentComponent], - }).compileComponents(); - })); + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [VotingCommentComponent], + }).compileComponents(); + })); - beforeEach(() => { - fixture = TestBed.createComponent(VotingCommentComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); + beforeEach(() => { + fixture = TestBed.createComponent(VotingCommentComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); - it('should create', () => { - expect(component).toBeTruthy(); - }); + it('should create', () => { + expect(component).toBeTruthy(); + }); }); diff --git a/src/app/pages/voting/voting-comment/voting-comment.component.ts b/src/app/pages/voting/voting-comment/voting-comment.component.ts index bf66f443..259dab45 100644 --- a/src/app/pages/voting/voting-comment/voting-comment.component.ts +++ b/src/app/pages/voting/voting-comment/voting-comment.component.ts @@ -2,14 +2,14 @@ import { Component, Input, OnInit } from '@angular/core'; import { mockComments } from '../../../config/mocks/mock-comments'; @Component({ - selector: 'framadate-voting-comment', - templateUrl: './voting-comment.component.html', - styleUrls: ['./voting-comment.component.scss'], + selector: 'framadate-voting-comment', + templateUrl: './voting-comment.component.html', + styleUrls: ['./voting-comment.component.scss'], }) export class VotingCommentComponent implements OnInit { - @Input() comment = mockComments[0]; + @Input() comment = mockComments[0]; - constructor() {} + constructor() {} - ngOnInit() {} + ngOnInit() {} } diff --git a/src/app/pages/voting/voting-graph/voting-graph.component.spec.ts b/src/app/pages/voting/voting-graph/voting-graph.component.spec.ts index 3bb55d83..bb5c4444 100644 --- a/src/app/pages/voting/voting-graph/voting-graph.component.spec.ts +++ b/src/app/pages/voting/voting-graph/voting-graph.component.spec.ts @@ -3,22 +3,22 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { VotingGraphComponent } from './voting-graph.component'; describe('VotingGraphComponent', () => { - let component: VotingGraphComponent; - let fixture: ComponentFixture; + let component: VotingGraphComponent; + let fixture: ComponentFixture; - beforeEach(async(() => { - TestBed.configureTestingModule({ - declarations: [VotingGraphComponent], - }).compileComponents(); - })); + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [VotingGraphComponent], + }).compileComponents(); + })); - beforeEach(() => { - fixture = TestBed.createComponent(VotingGraphComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); + beforeEach(() => { + fixture = TestBed.createComponent(VotingGraphComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); - it('should create', () => { - expect(component).toBeTruthy(); - }); + it('should create', () => { + expect(component).toBeTruthy(); + }); }); diff --git a/src/app/pages/voting/voting-graph/voting-graph.component.ts b/src/app/pages/voting/voting-graph/voting-graph.component.ts index 7cc3da6a..663d106f 100644 --- a/src/app/pages/voting/voting-graph/voting-graph.component.ts +++ b/src/app/pages/voting/voting-graph/voting-graph.component.ts @@ -3,14 +3,14 @@ import { BaseComponent } from '../../base-page/base.component'; import { ConfigService } from '../../../services/config.service'; @Component({ - selector: 'framadate-voting-graph', - templateUrl: './voting-graph.component.html', - styleUrls: ['./voting-graph.component.scss'], + selector: 'framadate-voting-graph', + templateUrl: './voting-graph.component.html', + styleUrls: ['./voting-graph.component.scss'], }) export class VotingGraphComponent extends BaseComponent implements OnInit { - constructor(public config: ConfigService) { - super(config); - } + constructor(public config: ConfigService) { + super(config); + } - ngOnInit() {} + ngOnInit() {} } diff --git a/src/app/pages/voting/voting-navigation/voting-navigation.component.html b/src/app/pages/voting/voting-navigation/voting-navigation.component.html index 50864a4f..b1612ea1 100644 --- a/src/app/pages/voting/voting-navigation/voting-navigation.component.html +++ b/src/app/pages/voting/voting-navigation/voting-navigation.component.html @@ -1,31 +1,31 @@ diff --git a/src/app/pages/voting/voting-navigation/voting-navigation.component.spec.ts b/src/app/pages/voting/voting-navigation/voting-navigation.component.spec.ts index 42ac04e9..377e43ca 100644 --- a/src/app/pages/voting/voting-navigation/voting-navigation.component.spec.ts +++ b/src/app/pages/voting/voting-navigation/voting-navigation.component.spec.ts @@ -3,22 +3,22 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { VotingNavigationComponent } from './voting-navigation.component'; describe('VotingNavigationComponent', () => { - let component: VotingNavigationComponent; - let fixture: ComponentFixture; + let component: VotingNavigationComponent; + let fixture: ComponentFixture; - beforeEach(async(() => { - TestBed.configureTestingModule({ - declarations: [VotingNavigationComponent], - }).compileComponents(); - })); + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [VotingNavigationComponent], + }).compileComponents(); + })); - beforeEach(() => { - fixture = TestBed.createComponent(VotingNavigationComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); + beforeEach(() => { + fixture = TestBed.createComponent(VotingNavigationComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); - it('should create', () => { - expect(component).toBeTruthy(); - }); + it('should create', () => { + expect(component).toBeTruthy(); + }); }); diff --git a/src/app/pages/voting/voting-navigation/voting-navigation.component.ts b/src/app/pages/voting/voting-navigation/voting-navigation.component.ts index d8e202cc..e2a3dfb3 100644 --- a/src/app/pages/voting/voting-navigation/voting-navigation.component.ts +++ b/src/app/pages/voting/voting-navigation/voting-navigation.component.ts @@ -2,10 +2,10 @@ import { Component } from '@angular/core'; import { ConfigService } from '../../../services/config.service'; @Component({ - selector: 'framadate-voting-navigation', - templateUrl: './voting-navigation.component.html', - styleUrls: ['./voting-navigation.component.scss'], + selector: 'framadate-voting-navigation', + templateUrl: './voting-navigation.component.html', + styleUrls: ['./voting-navigation.component.scss'], }) export class VotingNavigationComponent { - constructor(public config: ConfigService) {} + constructor(public config: ConfigService) {} } diff --git a/src/app/pages/voting/voting-summary/voting-summary.component.html b/src/app/pages/voting/voting-summary/voting-summary.component.html index df5569fc..7229d9af 100644 --- a/src/app/pages/voting/voting-summary/voting-summary.component.html +++ b/src/app/pages/voting/voting-summary/voting-summary.component.html @@ -1,152 +1,155 @@

Résumé

-
-

{{ config.currentPoll.poll.title }}

-

{{ config.currentPoll.poll.description }}

- Créé le {{ config.currentPoll.poll.creationDate.date }} - Expire le {{ config.currentPoll.poll.expiracyDate.date }} -
- - {{ config.currentPoll.stacks.length }} votants, {{ config.currentPoll.choices.length }} choix, -
-
+
+

{{ config.currentPoll.poll.title }}

+

{{ config.currentPoll.poll.description }}

+ Créé le {{ config.currentPoll.poll.creationDate.date }} + Expire le {{ config.currentPoll.poll.expiracyDate.date }} +
+ + {{ config.currentPoll.stacks.length }} votants, {{ config.currentPoll.choices.length }} choix, +
+
- - Pour l'instant, - - les - - - le - - choix ayant reçu le plus grand nombre de votes ( {{ config.currentPoll.choices_count.maxScore }} points ) - - sont à égalité - - - est - - : - - {{ preferred }} - + + Pour l'instant, + + les + + + le + + choix ayant reçu le plus grand nombre de votes ( {{ config.currentPoll.choices_count.maxScore }} points ) + + sont à égalité + + + est + + : + + {{ preferred }} +
- - - - - - - - - - - - - - - - - - - - - - - - - -
- Pseudo - - {{ choice.text }} -
points - {{ pollconfig.choices_count.counts[this.pollconfig.choices[2].id].score }} -
- - - id: {{ choice.id }} -
- - - - +
+ + + + + + + + + + + + + + + + + + + + + - - - + + + + + + + +
+ Pseudo + + {{ choice.text }} +
points + {{ pollconfig.choices_count.counts[this.pollconfig.choices[2].id].score }} +
+ + + id: {{ choice.id }} +
+ + + + - - -
- - -
- + + +
+ + +
+ - + + + {{ voteStack.pseudo }} + + + yes + yes + +
+
- {{ voteStack.pseudo }} -
- - yes - yes - -
-
-

- Participation validée ! -

-

- Votre vote a bien été pris en compte, mais faites attention, ce sondage n'autorise l'édition de votre vote - qu'avec le lien personnalisé suivant : -

-
- {{ config.urlAdmin }} - -
-

Conservez-le précieusement !

-
- -
+
+

+ Participation validée ! +

+

+ Votre vote a bien été pris en compte, mais faites attention, ce sondage n'autorise l'édition de votre vote + qu'avec le lien personnalisé suivant : +

+
+ {{ config.urlAdmin }} + +
+

Conservez-le précieusement !

+
+ +
diff --git a/src/app/pages/voting/voting-summary/voting-summary.component.scss b/src/app/pages/voting/voting-summary/voting-summary.component.scss index e99ff015..ae9b118d 100644 --- a/src/app/pages/voting/voting-summary/voting-summary.component.scss +++ b/src/app/pages/voting/voting-summary/voting-summary.component.scss @@ -1,26 +1,26 @@ @import '../../../../assets/scss/variables'; .person { - font-weight: 700; + font-weight: 700; } .preferred-result { - font-weight: 700; - font-size: 1.5em; + font-weight: 700; + font-size: 1.5em; } thead { - font-size: 1.25em; - font-weight: 700; + font-size: 1.25em; + font-weight: 700; } tbody { - text-align: right; + text-align: right; } td { - &.has-max-score { - background: $primary_color; - font-weight: 800; - } + &.has-max-score { + background: $primary_color; + font-weight: 800; + } } diff --git a/src/app/pages/voting/voting-summary/voting-summary.component.spec.ts b/src/app/pages/voting/voting-summary/voting-summary.component.spec.ts index 87834781..434d015e 100644 --- a/src/app/pages/voting/voting-summary/voting-summary.component.spec.ts +++ b/src/app/pages/voting/voting-summary/voting-summary.component.spec.ts @@ -3,22 +3,22 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { VotingSummaryComponent } from './voting-summary.component'; describe('VotingSummaryComponent', () => { - let component: VotingSummaryComponent; - let fixture: ComponentFixture; + let component: VotingSummaryComponent; + let fixture: ComponentFixture; - beforeEach(async(() => { - TestBed.configureTestingModule({ - declarations: [VotingSummaryComponent], - }).compileComponents(); - })); + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [VotingSummaryComponent], + }).compileComponents(); + })); - beforeEach(() => { - fixture = TestBed.createComponent(VotingSummaryComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); + beforeEach(() => { + fixture = TestBed.createComponent(VotingSummaryComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); - it('should create', () => { - expect(component).toBeTruthy(); - }); + it('should create', () => { + expect(component).toBeTruthy(); + }); }); diff --git a/src/app/pages/voting/voting-summary/voting-summary.component.ts b/src/app/pages/voting/voting-summary/voting-summary.component.ts index 137fb41f..d337bb5c 100644 --- a/src/app/pages/voting/voting-summary/voting-summary.component.ts +++ b/src/app/pages/voting/voting-summary/voting-summary.component.ts @@ -3,48 +3,48 @@ import { ConfigService } from '../../../services/config.service'; import { mockPoll3 } from '../../../config/mocks/mock-poll3'; @Component({ - selector: 'framadate-voting-summary', - templateUrl: './voting-summary.component.html', - styleUrls: ['./voting-summary.component.scss'], + selector: 'framadate-voting-summary', + templateUrl: './voting-summary.component.html', + styleUrls: ['./voting-summary.component.scss'], }) export class VotingSummaryComponent implements OnInit { - preferred: string = 'rien'; - severalPreferred: boolean = false; + preferred = 'rien'; + severalPreferred = false; - @Input() pollconfig = mockPoll3; + @Input() pollconfig = mockPoll3; - constructor(public config: ConfigService) {} + constructor(public config: ConfigService) {} - ngOnInit() { - this.computePreferred(); - } + ngOnInit() { + this.computePreferred(); + } - getKeys(obj) { - return Object.keys(obj); - } + getKeys(obj) { + return Object.keys(obj); + } - /** - * find the most "yes" - */ - computePreferred() { - let keys = Object.keys(this.pollconfig.choices_count.counts); - this.preferred = ''; - this.severalPreferred = false; - let maxScore = this.pollconfig.choices_count.maxScore; + /** + * find the most "yes" + */ + computePreferred() { + const keys = Object.keys(this.pollconfig.choices_count.counts); + this.preferred = ''; + this.severalPreferred = false; + const maxScore = this.pollconfig.choices_count.maxScore; - keys.forEach((item) => { - if (maxScore === this.pollconfig.choices_count.counts[item].score) { - if (this.preferred.length) { - this.preferred += ', '; - this.severalPreferred = true; - } - // find the favourite - this.preferred += this.pollconfig.choices_count.counts[item].choice_text; - } - }); - } + keys.forEach((item) => { + if (maxScore === this.pollconfig.choices_count.counts[item].score) { + if (this.preferred.length) { + this.preferred += ', '; + this.severalPreferred = true; + } + // find the favourite + this.preferred += this.pollconfig.choices_count.counts[item].choice_text; + } + }); + } - showModalDialog() { - this.config.displayConfirmVoteModalAdmin = true; - } + showModalDialog() { + this.config.displayConfirmVoteModalAdmin = true; + } } diff --git a/src/app/pages/voting/voting.component.html b/src/app/pages/voting/voting.component.html index d6bc7ce8..71b6bfc6 100644 --- a/src/app/pages/voting/voting.component.html +++ b/src/app/pages/voting/voting.component.html @@ -1,10 +1,10 @@
- + -

Les commentaires

-

- Pikachu - le 26 novembre 2019 - Rock Luxio Surskit. Glacier Badge -

+

Les commentaires

+

+ Pikachu + le 26 novembre 2019 + Rock Luxio Surskit. Glacier Badge +

diff --git a/src/app/pages/voting/voting.component.spec.ts b/src/app/pages/voting/voting.component.spec.ts index 18ef8889..3e18c552 100644 --- a/src/app/pages/voting/voting.component.spec.ts +++ b/src/app/pages/voting/voting.component.spec.ts @@ -3,22 +3,22 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { VotingComponent } from './voting.component'; describe('VotingComponent', () => { - let component: VotingComponent; - let fixture: ComponentFixture; + let component: VotingComponent; + let fixture: ComponentFixture; - beforeEach(async(() => { - TestBed.configureTestingModule({ - declarations: [VotingComponent], - }).compileComponents(); - })); + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [VotingComponent], + }).compileComponents(); + })); - beforeEach(() => { - fixture = TestBed.createComponent(VotingComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); + beforeEach(() => { + fixture = TestBed.createComponent(VotingComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); - it('should create', () => { - expect(component).toBeTruthy(); - }); + it('should create', () => { + expect(component).toBeTruthy(); + }); }); diff --git a/src/app/pages/voting/voting.component.ts b/src/app/pages/voting/voting.component.ts index dee7b36a..ed6d5479 100644 --- a/src/app/pages/voting/voting.component.ts +++ b/src/app/pages/voting/voting.component.ts @@ -1,13 +1,13 @@ import { Component, OnInit } from '@angular/core'; @Component({ - selector: 'framadate-voting', - templateUrl: './voting.component.html', - styleUrls: ['./voting.component.scss'], + selector: 'framadate-voting', + templateUrl: './voting.component.html', + styleUrls: ['./voting.component.scss'], }) export class VotingComponent implements OnInit { - show_mask = true; - constructor() {} + show_mask = true; + constructor() {} - ngOnInit() {} + ngOnInit() {} } diff --git a/src/app/poll-graphic/poll-graphic.component.html b/src/app/poll-graphic/poll-graphic.component.html index 6fe16e72..4900160d 100644 --- a/src/app/poll-graphic/poll-graphic.component.html +++ b/src/app/poll-graphic/poll-graphic.component.html @@ -1,24 +1,24 @@ - {{ 'pollGraphic.colorblindText' | translate }} + {{ 'pollGraphic.colorblindText' | translate }}
- work in progress to link data with poll config + work in progress to link data with poll config
- +
diff --git a/src/app/poll-graphic/poll-graphic.component.scss b/src/app/poll-graphic/poll-graphic.component.scss index 9c981a73..6bdb6fbc 100644 --- a/src/app/poll-graphic/poll-graphic.component.scss +++ b/src/app/poll-graphic/poll-graphic.component.scss @@ -1,3 +1,3 @@ #selectColorblind { - direction: rtl; + direction: rtl; } diff --git a/src/app/poll-graphic/poll-graphic.component.spec.ts b/src/app/poll-graphic/poll-graphic.component.spec.ts index a914105c..458c6ccf 100644 --- a/src/app/poll-graphic/poll-graphic.component.spec.ts +++ b/src/app/poll-graphic/poll-graphic.component.spec.ts @@ -3,22 +3,22 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { PollGraphicComponent } from './poll-graphic.component'; describe('PollGraphicComponent', () => { - let component: PollGraphicComponent; - let fixture: ComponentFixture; + let component: PollGraphicComponent; + let fixture: ComponentFixture; - beforeEach(async(() => { - TestBed.configureTestingModule({ - declarations: [PollGraphicComponent], - }).compileComponents(); - })); + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [PollGraphicComponent], + }).compileComponents(); + })); - beforeEach(() => { - fixture = TestBed.createComponent(PollGraphicComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); + beforeEach(() => { + fixture = TestBed.createComponent(PollGraphicComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); - it('should create', () => { - expect(component).toBeTruthy(); - }); + it('should create', () => { + expect(component).toBeTruthy(); + }); }); diff --git a/src/app/poll-graphic/poll-graphic.component.ts b/src/app/poll-graphic/poll-graphic.component.ts index 37283a66..af84c27c 100644 --- a/src/app/poll-graphic/poll-graphic.component.ts +++ b/src/app/poll-graphic/poll-graphic.component.ts @@ -7,83 +7,83 @@ import { ConfigService } from '../services/config.service'; import { mockPoll3 } from '../config/mocks/mock-poll3'; @Component({ - selector: 'framadate-poll-graphic', - templateUrl: './poll-graphic.component.html', - styleUrls: ['./poll-graphic.component.scss'], + selector: 'framadate-poll-graphic', + templateUrl: './poll-graphic.component.html', + styleUrls: ['./poll-graphic.component.scss'], }) export class PollGraphicComponent implements OnInit { - isColorblind: boolean = false; - pollConfigRetrieved: any = mockPoll3; - graphicConfig: any = mockGraphConfig; - preferred: any = 'rien'; - yesList: number[] = []; - maybeList: number[] = []; - noList: number[] = []; - nbPoll: number = 0; - dateList: string[] = []; + isColorblind = false; + pollConfigRetrieved: any = mockPoll3; + graphicConfig: any = mockGraphConfig; + preferred: any = 'rien'; + yesList: number[] = []; + maybeList: number[] = []; + noList: number[] = []; + nbPoll = 0; + dateList: string[] = []; - constructor(@Inject(DOCUMENT) private document: any, private config: ConfigService) {} + constructor(@Inject(DOCUMENT) private document: any, private config: ConfigService) {} - ngOnInit() { - this.formatDataAnswers(this.graphicConfig); - this.isColorblind = false; - this.pollConfigRetrieved = new Chart(this.document.getElementById('graph'), { - type: 'horizontalBar', - data: { - labels: this.pollConfigRetrieved.choices.map((choice) => choice.name), - datasets: [ - { - type: 'horizontalBar', - stack: 'Yes', - backgroundColor: '#429a00', - data: this.yesList, - }, - { - type: 'horizontalBar', - stack: 'Yes', - backgroundColor: '#f5a623', - data: this.maybeList, - }, - { - type: 'horizontalBar', - stack: 'No', - backgroundColor: '#cd0000', - data: this.noList, - }, - ], - }, - options: graphOptions, - }); - } + ngOnInit() { + this.formatDataAnswers(this.graphicConfig); + this.isColorblind = false; + this.pollConfigRetrieved = new Chart(this.document.getElementById('graph'), { + type: 'horizontalBar', + data: { + labels: this.pollConfigRetrieved.choices.map((choice) => choice.name), + datasets: [ + { + type: 'horizontalBar', + stack: 'Yes', + backgroundColor: '#429a00', + data: this.yesList, + }, + { + type: 'horizontalBar', + stack: 'Yes', + backgroundColor: '#f5a623', + data: this.maybeList, + }, + { + type: 'horizontalBar', + stack: 'No', + backgroundColor: '#cd0000', + data: this.noList, + }, + ], + }, + options: graphOptions, + }); + } - toggleColorblind() { - this.isColorblind = !this.isColorblind; - } + toggleColorblind() { + this.isColorblind = !this.isColorblind; + } - formatDataAnswers(poll) { - // if (poll && poll.pollType === "date") { - this.initPollCounter(); - poll.answers.forEach((response) => { - switch (response.text) { - case 'yes': - this.yesList[this.nbPoll - 1]++; - break; - case 'maybe': - this.maybeList[this.nbPoll - 1]++; - break; - case 'no': - this.noList[this.nbPoll - 1]++; - break; - } - }); - // } - } + formatDataAnswers(poll) { + // if (poll && poll.pollType === "date") { + this.initPollCounter(); + poll.answers.forEach((response) => { + switch (response.text) { + case 'yes': + this.yesList[this.nbPoll - 1]++; + break; + case 'maybe': + this.maybeList[this.nbPoll - 1]++; + break; + case 'no': + this.noList[this.nbPoll - 1]++; + break; + } + }); + // } + } - initPollCounter() { - this.nbPoll++; - this.dateList[this.nbPoll - 1] = 'jeudi'; - this.maybeList[this.nbPoll - 1] = 0; - this.yesList[this.nbPoll - 1] = 0; - this.noList[this.nbPoll - 1] = 0; - } + initPollCounter() { + this.nbPoll++; + this.dateList[this.nbPoll - 1] = 'jeudi'; + this.maybeList[this.nbPoll - 1] = 0; + this.yesList[this.nbPoll - 1] = 0; + this.noList[this.nbPoll - 1] = 0; + } } diff --git a/src/app/services/config.service.ts b/src/app/services/config.service.ts index 838117da..38ddd440 100644 --- a/src/app/services/config.service.ts +++ b/src/app/services/config.service.ts @@ -10,100 +10,100 @@ import { mockSuccessVote } from '../config/mocks/mock-success-vote'; import { PollUtilities } from '../config/PollUtilities'; const LocalstoragePreferences = { - themeName: 'light-watermelon', - themeClass: 'theme-light-watermelon', - lang: 'fr', - myPolls: [], + themeName: 'light-watermelon', + themeClass: 'theme-light-watermelon', + lang: 'fr', + myPolls: [], }; /** * le service transverse à chaque page qui permet de syncroniser la configuration de sondage souhaitée */ @Injectable({ - providedIn: 'root', + providedIn: 'root', }) export class ConfigService extends PollConfig { - preferences: any = LocalstoragePreferences; // user specific preferences, stored in localstorage, used for theme. - loading = false; - baseHref: any = environment.baseApiHref; + preferences: any = LocalstoragePreferences; // user specific preferences, stored in localstorage, used for theme. + loading = false; + baseHref: any = environment.baseApiHref; - constructor( - private http: HttpClient, - private messageService: MessageService, - private router: Router, - private utils: PollUtilities, - private confirmationService: ConfirmationService - ) { - super(); - this.fillValuesOnDevEnv(); - this.findLocalStoragePreferences(); - } + constructor( + private http: HttpClient, + private messageService: MessageService, + private router: Router, + private utils: PollUtilities, + private confirmationService: ConfirmationService + ) { + super(); + this.fillValuesOnDevEnv(); + this.findLocalStoragePreferences(); + } - set(key, val) { - this[key] = val; - } + set(key, val) { + this[key] = val; + } - // fill in mock values if we are not in production environment - fillValuesOnDevEnv() { - if (!environment.production) { - console.info(' ######### framadate ######### we are not in production env, filling with mock values'); - this.currentPoll = mockPoll3; - this.myPolls = mockMyPolls; - } - } + // fill in mock values if we are not in production environment + fillValuesOnDevEnv() { + if (!environment.production) { + console.info(' ######### framadate ######### we are not in production env, filling with mock values'); + this.currentPoll = mockPoll3; + this.myPolls = mockMyPolls; + } + } - findLocalStoragePreferences() { - const storage = window.localStorage; - console.log('this.preferences', this.preferences); - console.log('storage', storage); + findLocalStoragePreferences() { + const storage = window.localStorage; + console.log('this.preferences', this.preferences); + console.log('storage', storage); - if (storage) { - const preferences = storage.getItem('FramadateConfig'); + if (storage) { + const preferences = storage.getItem('FramadateConfig'); - if (preferences) { - const parsed = JSON.parse(preferences); - console.log('parsed', parsed); - this.preferences = parsed; - } - } else { - console.error('pas de localstorage'); - this.preferences = LocalstoragePreferences; - } - this.saveLocalStoragePreferences(); - } + if (preferences) { + const parsed = JSON.parse(preferences); + console.log('parsed', parsed); + this.preferences = parsed; + } + } else { + console.error('pas de localstorage'); + this.preferences = LocalstoragePreferences; + } + this.saveLocalStoragePreferences(); + } - setPreference(key, value) { - if (this.preferences) { - this.preferences[key] = value; - if (key === 'themeName' && this.themeChoices.includes(value)) { - this.themeSelected = this.themeChoices.indexOf(value); - this.preferences.themeClass = this.themeClass = `theme-${value}`; - } - this.saveLocalStoragePreferences(); - } - } + setPreference(key, value) { + if (this.preferences) { + this.preferences[key] = value; + if (key === 'themeName' && this.themeChoices.includes(value)) { + this.themeSelected = this.themeChoices.indexOf(value); + this.preferences.themeClass = this.themeClass = `theme-${value}`; + } + this.saveLocalStoragePreferences(); + } + } - saveLocalStoragePreferences() { - const storage = window.localStorage; - if (storage) { - const preferences = storage.setItem('FramadateConfig', JSON.stringify(this.preferences)); - } else { - console.error('pas de localstorage'); - } - } + saveLocalStoragePreferences() { + const storage = window.localStorage; + if (storage) { + const preferences = storage.setItem('FramadateConfig', JSON.stringify(this.preferences)); + } else { + console.error('pas de localstorage'); + } + } - /** - * add some days to a date, to compute intervals - * @param days - * @param date - */ - addDaysToDate(days: number, date: Date) { - date = new Date(date.valueOf()); - date.setDate(date.getDate() + days); - return date; - } + /** + * add some days to a date, to compute intervals + * @param days + * @param date + */ + addDaysToDate(days: number, date: Date) { + date = new Date(date.valueOf()); + date.setDate(date.getDate() + days); + return date; + } - /** ================================== + /** ================================== * * poll public calls to get non authenticated info * @@ -111,1980 +111,1980 @@ export class ConfigService extends PollConfig { /** * convert current poll config to a payload to send to the backend API */ - getPollConfig() { - const jsonConfig = { - owner: { - email: this.myEmail, - pseudo: this.myName, - }, - title: this.title, - description: this.description, - pollType: this.pollType, - visibility: this.visibility, - voteChoices: this.voteChoices, - allowSeveralHours: this.allowSeveralHours, - expirationDate: this.expirationDate, - passwordAccess: this.passwordAccess, - password: this.password, - customUrl: this.customUrl, - canModifyAnswers: this.canModifyAnswers, - whoModifiesAnswers: this.whoModifiesAnswers, - dateList: this.dateList, - timeList: this.timeList, - answers: this.answers, - expiracyDateDefaultInDays: this.expiracyDateDefaultInDays, - deletionDateAfterLastModification: this.deletionDateAfterLastModification, - }; - return jsonConfig; - } + getPollConfig() { + const jsonConfig = { + owner: { + email: this.myEmail, + pseudo: this.myName, + }, + title: this.title, + description: this.description, + pollType: this.pollType, + visibility: this.visibility, + voteChoices: this.voteChoices, + allowSeveralHours: this.allowSeveralHours, + expirationDate: this.expirationDate, + passwordAccess: this.passwordAccess, + password: this.password, + customUrl: this.customUrl, + canModifyAnswers: this.canModifyAnswers, + whoModifiesAnswers: this.whoModifiesAnswers, + dateList: this.dateList, + timeList: this.timeList, + answers: this.answers, + expiracyDateDefaultInDays: this.expiracyDateDefaultInDays, + deletionDateAfterLastModification: this.deletionDateAfterLastModification, + }; + return jsonConfig; + } - checkIfSlugIsUniqueInDatabase(slug: string = '') { - this.customUrlIsUnique = null; - if (!slug) { - slug = this.utils.makeSlug(this); - } + checkIfSlugIsUniqueInDatabase(slug = '') { + this.customUrlIsUnique = null; + if (!slug) { + slug = this.utils.makeSlug(this); + } - this.loading = true; - // TODO - this.todo('check slug is unique'); - this.http - .get(`${this.baseHref}/check-slug-is-uniq/${slug}`, this.utils.makeHeaders({ slug: this.customUrl })) - .subscribe( - (res: any) => { - this.customUrlIsUnique = res.poll.isUnique; - this.loading = false; - }, - (e) => this.handleError(e) - ); - } + this.loading = true; + // TODO + this.todo('check slug is unique'); + this.http + .get(`${this.baseHref}/check-slug-is-uniq/${slug}`, this.utils.makeHeaders({ slug: this.customUrl })) + .subscribe( + (res: any) => { + this.customUrlIsUnique = res.poll.isUnique; + this.loading = false; + }, + (e) => this.handleError(e) + ); + } - /** - * search in localstorage, fallback asking the backend to send an email to the owner if it exists - * @param email - */ - findPollsByEmail(email: string) { - this.findLocalStorageData(); - // If no key is found in the localstorage, ask the backend to send an email to the user + /** + * search in localstorage, fallback asking the backend to send an email to the owner if it exists + * @param email + */ + findPollsByEmail(email: string) { + this.findLocalStorageData(); + // If no key is found in the localstorage, ask the backend to send an email to the user - this.myEmail = email; + this.myEmail = email; - this.todo('send email for real : TODO'); - this.loading = true; - this.http.get(`${this.baseHref}/send-polls-to-user/${this.myEmail}`, this.utils.makeHeaders()).subscribe( - (res) => { - // message: 'Trouvé! Allez voir votre boite email', - this.myPolls = res; - this.loading = false; - this.messageService.add({ - severity: 'success', - summary: 'Succès', - detail: `Vos infos de sondages vous ont été transmises. Allez voir votre boite email ${this.myEmail}`, - }); - }, - (e) => { - this.handleError(e); - } - ); - } + this.todo('send email for real : TODO'); + this.loading = true; + this.http.get(`${this.baseHref}/send-polls-to-user/${this.myEmail}`, this.utils.makeHeaders()).subscribe( + (res) => { + // message: 'Trouvé! Allez voir votre boite email', + this.myPolls = res; + this.loading = false; + this.messageService.add({ + severity: 'success', + summary: 'Succès', + detail: `Vos infos de sondages vous ont été transmises. Allez voir votre boite email ${this.myEmail}`, + }); + }, + (e) => { + this.handleError(e); + } + ); + } - /** - * display error message depending on the response of the backend - * @param err - */ - handleError(err: any) { - console.error('err', err); - this.loading = false; - this.messageService.add({ severity: 'warning', summary: "Erreur lors de l'appel ", detail: err.message }); - } + /** + * display error message depending on the response of the backend + * @param err + */ + handleError(err: any) { + console.error('err', err); + this.loading = false; + this.messageService.add({ severity: 'warning', summary: "Erreur lors de l'appel ", detail: err.message }); + } - findLocalStorageData() { - // TODO check if the person has a key to retrieve her polls - console.log('localStorage', localStorage); - if (localStorage) { - console.log('localStorage', localStorage); - } - } + findLocalStorageData() { + // TODO check if the person has a key to retrieve her polls + console.log('localStorage', localStorage); + if (localStorage) { + console.log('localStorage', localStorage); + } + } - /** - * get one poll by its slug name - * @param url - */ - getPollByURL(url: string) { - this.todo(); - return this.http.get(`${this.baseHref}/poll/slug/${url}`, this.utils.makeHeaders()); - } + /** + * get one poll by its slug name + * @param url + */ + getPollByURL(url: string) { + this.todo(); + return this.http.get(`${this.baseHref}/poll/slug/${url}`, this.utils.makeHeaders()); + } - /** - * GET - * api/v1/poll/{id} - * @param id - */ - getPollById(id: string, password?: string) { - return this.http.get(`${this.baseHref}/poll/${id}`, this.utils.makeHeaders({ body: password })); - } + /** + * GET + * api/v1/poll/{id} + * @param id + */ + getPollById(id: string, password?: string) { + return this.http.get(`${this.baseHref}/poll/${id}`, this.utils.makeHeaders({ body: password })); + } - fetchPollFromRoute(event) { - console.log('time to fetch poll', event); - } + fetchPollFromRoute(event) { + console.log('time to fetch poll', event); + } - /** - * GET - * api/v1/my-polls - * @param ownerEmail - */ - getMyPolls(ownerEmail: string) { - this.http.get(`${this.baseHref}/my-polls`, this.utils.makeHeaders({ ownerEmail })).subscribe( - (res: any) => { - // this.myPolls = res.poll; - }, - (e) => { - this.handleError(e); - } - ); - } + /** + * GET + * api/v1/my-polls + * @param ownerEmail + */ + getMyPolls(ownerEmail: string) { + this.http.get(`${this.baseHref}/my-polls`, this.utils.makeHeaders({ ownerEmail })).subscribe( + (res: any) => { + // this.myPolls = res.poll; + }, + (e) => { + this.handleError(e); + } + ); + } - /** - * launch creation call to the api - */ - createPoll() { - this.loading = true; - this.createPollFromConfig(this.getPollConfig()); - } + /** + * launch creation call to the api + */ + createPoll() { + this.loading = true; + this.createPollFromConfig(this.getPollConfig()); + } - updateCurrentPollFromResponse(res: any) { - console.log('update res', res); - this.currentPoll = res; - this.pollId = res.poll.id; - this.owner_modifier_token = res.owner_modifier_token; - this.urlPublic = this.baseHref + '#/vote/poll/id/' + res.poll.id; - this.urlSlugPublic = this.baseHref + '#/vote/poll/slug/' + res.poll.id; - if (res.poll.customUrl) { - this.urlSlugPublic = this.baseHref + '#/vote/poll/id/' + res.poll.customUrl; - } - if (res.vote_stack) { - this.loadVoteStack(res.vote_stack); - } - this.adminKey = res.admin_key; - this.urlAdmin = this.baseHref + '#/admin/' + res.admin_key; - } + updateCurrentPollFromResponse(res: any) { + console.log('update res', res); + this.currentPoll = res; + this.pollId = res.poll.id; + this.owner_modifier_token = res.owner_modifier_token; + this.urlPublic = this.baseHref + '#/vote/poll/id/' + res.poll.id; + this.urlSlugPublic = this.baseHref + '#/vote/poll/slug/' + res.poll.id; + if (res.poll.customUrl) { + this.urlSlugPublic = this.baseHref + '#/vote/poll/id/' + res.poll.customUrl; + } + if (res.vote_stack) { + this.loadVoteStack(res.vote_stack); + } + this.adminKey = res.admin_key; + this.urlAdmin = this.baseHref + '#/admin/' + res.admin_key; + } - resetCurrentChoicesAnswers() { - this.currentPoll.choices.map((choice) => { - choice.answer = null; - }); - } + resetCurrentChoicesAnswers() { + this.currentPoll.choices.map((choice) => { + choice.answer = null; + }); + } - /** - * update current answers with a previous vote - * @param voteStack - */ - loadVoteStack(voteStack: any) { - // load the pseudo and email - this.myName = voteStack.pseudo; - this.myEmail = voteStack.email; - this.voteStackId = voteStack.id; - this.myVoteStack = voteStack; - const keys = Object.keys(voteStack.votes); - console.log('voteStack', voteStack); - this.resetCurrentChoicesAnswers(); - keys.forEach((id: any) => { - const voteItem = voteStack.votes[id]; - /** - * the display of the poll uses the choices data, so we update the choices answers of the current poll to reflect the vote stack we have taken - */ - if (voteItem.choice_id && voteItem.value) { - const foundChoiceToModify = this.currentPoll.choices.find((choicesItem) => { - return voteItem.choice_id == choicesItem.id; - }); - console.log('foundChoiceToModify', foundChoiceToModify); - if (foundChoiceToModify) { - foundChoiceToModify.answer = voteItem.value; - } - } - }); - } + /** + * update current answers with a previous vote + * @param voteStack + */ + loadVoteStack(voteStack: any) { + // load the pseudo and email + this.myName = voteStack.pseudo; + this.myEmail = voteStack.email; + this.voteStackId = voteStack.id; + this.myVoteStack = voteStack; + const keys = Object.keys(voteStack.votes); + console.log('voteStack', voteStack); + this.resetCurrentChoicesAnswers(); + keys.forEach((id: any) => { + const voteItem = voteStack.votes[id]; + /** + * the display of the poll uses the choices data, so we update the choices answers of the current poll to reflect the vote stack we have taken + */ + if (voteItem.choice_id && voteItem.value) { + const foundChoiceToModify = this.currentPoll.choices.find((choicesItem) => { + return voteItem.choice_id == choicesItem.id; + }); + console.log('foundChoiceToModify', foundChoiceToModify); + if (foundChoiceToModify) { + foundChoiceToModify.answer = voteItem.value; + } + } + }); + } - /** - * POST - * /api/v1/poll/{id}/poll - * @param config - */ - createPollFromConfig(config: any) { - this.loading = true; - console.log('config', config); - return this.http.post(`${this.baseHref}/poll`, config, this.utils.makeHeaders()).subscribe( - (res: any) => { - // redirect to the page to administrate the new poll - this.messageService.add({ severity: 'success', summary: 'Sondage Créé' }); + /** + * POST + * /api/v1/poll/{id}/poll + * @param config + */ + createPollFromConfig(config: any) { + this.loading = true; + console.log('config', config); + return this.http.post(`${this.baseHref}/poll`, config, this.utils.makeHeaders()).subscribe( + (res: any) => { + // redirect to the page to administrate the new poll + this.messageService.add({ severity: 'success', summary: 'Sondage Créé' }); - this.updateCurrentPollFromResponse(res); + this.updateCurrentPollFromResponse(res); - this.loading = false; - if (!this.myPolls) { - this.myPolls = []; - } - this.myPolls.push(res); - this.router.navigate(['step/end']); - // TODO save new poll to localstorage - // reset all fields in current config - this.resetConfig(); - }, - (e) => { - this.handleError(e); - } - ); - } + this.loading = false; + if (!this.myPolls) { + this.myPolls = []; + } + this.myPolls.push(res); + this.router.navigate(['step/end']); + // TODO save new poll to localstorage + // reset all fields in current config + this.resetConfig(); + }, + (e) => { + this.handleError(e); + } + ); + } - /** - * conversion to send to back - * @param choiceList - */ - convertChoicesAnsweredToSend(choiceList) { - choiceList = choiceList.filter((c) => (c.answer ? c : null)); // remove choices where we did not answer - const converted = choiceList.map((elem) => { - if (elem.answer) { - return { - choice_id: elem.id, - value: elem.answer, - }; - } - }); - console.log('converted', converted); - return converted; - } + /** + * conversion to send to back + * @param choiceList + */ + convertChoicesAnsweredToSend(choiceList) { + choiceList = choiceList.filter((c) => (c.answer ? c : null)); // remove choices where we did not answer + const converted = choiceList.map((elem) => { + if (elem.answer) { + return { + choice_id: elem.id, + value: elem.answer, + }; + } + }); + console.log('converted', converted); + return converted; + } - /** - * POST - * /api/v1/poll/{id}/vote - * @param voteStack - */ - addVote(voteStack?: any) { - if (!voteStack) { - voteStack = { - pseudo: this.myName, - email: this.myEmail, - votes: this.convertChoicesAnsweredToSend(this.currentPoll.choices), - }; - } - this.myVoteStack = voteStack; + /** + * POST + * /api/v1/poll/{id}/vote + * @param voteStack + */ + addVote(voteStack?: any) { + if (!voteStack) { + voteStack = { + pseudo: this.myName, + email: this.myEmail, + votes: this.convertChoicesAnsweredToSend(this.currentPoll.choices), + }; + } + this.myVoteStack = voteStack; - if (!environment.production) { - this.handleVoteAdded(mockSuccessVote); - return; - } - this.http.post(`${this.baseHref}/poll/${this.pollId}/vote`, voteStack, this.utils.makeHeaders()).subscribe( - (res: any) => { - this.handleVoteAdded(res); - }, - (e) => { - this.handleError(e); - } - ); - } + if (!environment.production) { + this.handleVoteAdded(mockSuccessVote); + return; + } + this.http.post(`${this.baseHref}/poll/${this.pollId}/vote`, voteStack, this.utils.makeHeaders()).subscribe( + (res: any) => { + this.handleVoteAdded(res); + }, + (e) => { + this.handleError(e); + } + ); + } - handleVoteAdded(res) { - if (this.isAdmin) { - this.displayConfirmVoteModalAdmin = true; - } - // save modifier token - this.myVoteStack.modifier_token = res.modifier_token; - this.myVoteStack.id = res.vote_stack.id; - this.updateCurrentPollFromResponse(res); - } + handleVoteAdded(res) { + if (this.isAdmin) { + this.displayConfirmVoteModalAdmin = true; + } + // save modifier token + this.myVoteStack.modifier_token = res.modifier_token; + this.myVoteStack.id = res.vote_stack.id; + this.updateCurrentPollFromResponse(res); + } - /** - * UPDATE - * /api/v1/poll/{id}/vote - * @param voteStack - */ - updateVote(voteStack?: any) { - if (!this.myVoteStack) { - return; - } else { - voteStack = this.myVoteStack; - } - this.http - .patch( - `${this.baseHref}/vote-stack/${voteStack.id}/token/${this.owner_modifier_token}`, - voteStack, - this.utils.makeHeaders() - ) - .subscribe( - (res: any) => { - this.messageService.add({ severity: 'success', summary: 'Vote mis à jour' }); - this.updateCurrentPollFromResponse(res); - }, - (e) => { - this.handleError(e); - } - ); - } + /** + * UPDATE + * /api/v1/poll/{id}/vote + * @param voteStack + */ + updateVote(voteStack?: any) { + if (!this.myVoteStack) { + return; + } else { + voteStack = this.myVoteStack; + } + this.http + .patch( + `${this.baseHref}/vote-stack/${voteStack.id}/token/${this.owner_modifier_token}`, + voteStack, + this.utils.makeHeaders() + ) + .subscribe( + (res: any) => { + this.messageService.add({ severity: 'success', summary: 'Vote mis à jour' }); + this.updateCurrentPollFromResponse(res); + }, + (e) => { + this.handleError(e); + } + ); + } - /** - * POST - * /api/v1/poll/{id}/comment - * @param comment - */ - addComment(comment?: any) { - if (!comment && this.myComment) { - comment = { - name: this.myName, - pseudo: this.myName, - email: this.myEmail, - date: new Date(), - text: this.myComment, - }; - } - console.log('comment', comment); - this.http.post(`${this.baseHref}/poll/${this.pollId}/comment`, comment, this.utils.makeHeaders()).subscribe( - (res: any) => { - this.messageService.add({ - severity: 'success', - summary: 'Commentaire Créé', - detail: comment.text, - }); - // empty comment after success - this.myComment = ''; - comment.date = { - date: comment.date, - }; - this.currentPoll.comments.push(comment); - }, - (e) => { - this.handleError(e); - } - ); - } + /** + * POST + * /api/v1/poll/{id}/comment + * @param comment + */ + addComment(comment?: any) { + if (!comment && this.myComment) { + comment = { + name: this.myName, + pseudo: this.myName, + email: this.myEmail, + date: new Date(), + text: this.myComment, + }; + } + console.log('comment', comment); + this.http.post(`${this.baseHref}/poll/${this.pollId}/comment`, comment, this.utils.makeHeaders()).subscribe( + (res: any) => { + this.messageService.add({ + severity: 'success', + summary: 'Commentaire Créé', + detail: comment.text, + }); + // empty comment after success + this.myComment = ''; + comment.date = { + date: comment.date, + }; + this.currentPoll.comments.push(comment); + }, + (e) => { + this.handleError(e); + } + ); + } - /** - * administrator calls - */ + /** + * administrator calls + */ - deleteComments() { - // prompt for confirmation - this.confirmationService.confirm({ - message: - 'Are you sure that you want to completely delete the comments of this poll (' + - this.title + - ') permanentely?', - accept: () => { - this.http.delete(`${this.baseHref}/poll/${this.pollId}/comments`, this.utils.makeHeaders()).subscribe( - (res: any) => { - this.messageService.add({ - severity: 'success', - summary: 'Commentaires bien supprimés', - detail: 'Commentaires du sondage "' + this.title + '" supprimé', - }); - }, - (e) => { - this.handleError(e); - } - ); - }, - }); - } + deleteComments() { + // prompt for confirmation + this.confirmationService.confirm({ + message: + 'Are you sure that you want to completely delete the comments of this poll (' + + this.title + + ') permanentely?', + accept: () => { + this.http.delete(`${this.baseHref}/poll/${this.pollId}/comments`, this.utils.makeHeaders()).subscribe( + (res: any) => { + this.messageService.add({ + severity: 'success', + summary: 'Commentaires bien supprimés', + detail: 'Commentaires du sondage "' + this.title + '" supprimé', + }); + }, + (e) => { + this.handleError(e); + } + ); + }, + }); + } - deleteVotes() { - // prompt for confirmation - this.confirmationService.confirm({ - message: - 'Are you sure that you want to completely delete the votes of this poll (' + - this.title + - ') permanentely?', - accept: () => { - this.http.delete(`${this.baseHref}/poll/${this.pollId}/votes`, this.utils.makeHeaders()).subscribe( - (res: any) => { - this.messageService.add({ - severity: 'success', - summary: 'Votes bien supprimés', - detail: 'Votes du sondage "' + this.title + '" supprimé', - }); - }, - (e) => { - this.handleError(e); - } - ); - }, - }); - } + deleteVotes() { + // prompt for confirmation + this.confirmationService.confirm({ + message: + 'Are you sure that you want to completely delete the votes of this poll (' + + this.title + + ') permanentely?', + accept: () => { + this.http.delete(`${this.baseHref}/poll/${this.pollId}/votes`, this.utils.makeHeaders()).subscribe( + (res: any) => { + this.messageService.add({ + severity: 'success', + summary: 'Votes bien supprimés', + detail: 'Votes du sondage "' + this.title + '" supprimé', + }); + }, + (e) => { + this.handleError(e); + } + ); + }, + }); + } - deletePoll() { - if (!this.pollId) { - this.messageService.add({ - summary: 'this poll is not administrable, it has no ID', - severity: 'warning', - }); - return; - } - const self = this; - // prompt for confirmation - this.confirmationService.confirm({ - message: - 'Are you sure that you want to completely delete this poll (' + - self.title + - ') and all is data permanentely?', - accept: () => { - this.http.delete(`${this.baseHref}/poll/${this.pollId}`, this.utils.makeHeaders()).subscribe( - (res: any) => { - this.messageService.add({ - severity: 'success', - summary: 'Sondage bien supprimé', - detail: 'sondage "' + this.title + '" supprimé', - }); + deletePoll() { + if (!this.pollId) { + this.messageService.add({ + summary: 'this poll is not administrable, it has no ID', + severity: 'warning', + }); + return; + } + const self = this; + // prompt for confirmation + this.confirmationService.confirm({ + message: + 'Are you sure that you want to completely delete this poll (' + + self.title + + ') and all is data permanentely?', + accept: () => { + this.http.delete(`${this.baseHref}/poll/${this.pollId}`, this.utils.makeHeaders()).subscribe( + (res: any) => { + this.messageService.add({ + severity: 'success', + summary: 'Sondage bien supprimé', + detail: 'sondage "' + this.title + '" supprimé', + }); - this.router.navigate(['home']); - }, - (e) => { - this.handleError(e); - } - ); - }, - }); - } + this.router.navigate(['home']); + }, + (e) => { + this.handleError(e); + } + ); + }, + }); + } - /** - * UPDATE - * /api/v1/poll/{id}/vote - * @param voteStack - * TODO - */ - updatePoll(voteStack: any) { - this.http.put(`${this.baseHref}/poll/${this.pollId}`, voteStack, this.utils.makeHeaders()).subscribe( - (res: any) => { - this.messageService.add({ - severity: 'success', - summary: 'Sondage mis à jour', - }); - this.updateCurrentPollFromResponse(res); - }, - (e) => { - this.handleError(e); - } - ); - } + /** + * UPDATE + * /api/v1/poll/{id}/vote + * @param voteStack + * TODO + */ + updatePoll(voteStack: any) { + this.http.put(`${this.baseHref}/poll/${this.pollId}`, voteStack, this.utils.makeHeaders()).subscribe( + (res: any) => { + this.messageService.add({ + severity: 'success', + summary: 'Sondage mis à jour', + }); + this.updateCurrentPollFromResponse(res); + }, + (e) => { + this.handleError(e); + } + ); + } - /** - * export all the poll data available to the public as a CSV single file - */ - exportCSV() { - let rows = []; - const now = new Date(); - const headers = [ - ['export de sondage Framadate ', this.customUrl], - ['le', now.toISOString()], - [this.currentPoll.pollId, this.currentPoll.title, this.customUrl, this.creationDate], - ['pseudo'], - ]; + /** + * export all the poll data available to the public as a CSV single file + */ + exportCSV() { + let rows = []; + const now = new Date(); + const headers = [ + ['export de sondage Framadate ', this.customUrl], + ['le', now.toISOString()], + [this.currentPoll.pollId, this.currentPoll.title, this.customUrl, this.creationDate], + ['pseudo'], + ]; - const listOfChoices = ['choices : ']; - this.currentPoll.choices.map((choice) => { - listOfChoices.push(choice.text); - }); - listOfChoices.push('pseudo'); + const listOfChoices = ['choices : ']; + this.currentPoll.choices.map((choice) => { + listOfChoices.push(choice.text); + }); + listOfChoices.push('pseudo'); - this.currentPoll.stacks.map((voteStack) => { - const voteStackInArray = [voteStack.pseudo]; - const keysVotes = Object.keys(voteStack.votes); + this.currentPoll.stacks.map((voteStack) => { + const voteStackInArray = [voteStack.pseudo]; + const keysVotes = Object.keys(voteStack.votes); - keysVotes.map((id) => { - voteStackInArray.push(voteStack.votes[id].value ? voteStack.votes[id].value : ''); - }); - rows.push(voteStackInArray); - }); - const headersComments = [['comments'], ['pseudo', 'text', 'creation_date']]; - const comments = []; - this.currentPoll.comments.map((item) => { - comments.push([item.pseudo, item.text, item.date.date, '\n']); - }); - headers.push(listOfChoices); - rows = [headers, listOfChoices, rows, headersComments, comments]; + keysVotes.map((id) => { + voteStackInArray.push(voteStack.votes[id].value ? voteStack.votes[id].value : ''); + }); + rows.push(voteStackInArray); + }); + const headersComments = [['comments'], ['pseudo', 'text', 'creation_date']]; + const comments = []; + this.currentPoll.comments.map((item) => { + comments.push([item.pseudo, item.text, item.date.date, '\n']); + }); + headers.push(listOfChoices); + rows = [headers, listOfChoices, rows, headersComments, comments]; - const convertedCsv = rows - .map((elem) => { - console.log('elem', elem); - return elem - .map((item) => { - console.log('item', item); - if (typeof item === typeof Array) { - return item.join('\n'); - } - return item; - }) - .join('\n'); - }) - .join('\n'); - console.log('rows', rows); - console.log('convertedCsv', convertedCsv); + const convertedCsv = rows + .map((elem) => { + console.log('elem', elem); + return elem + .map((item) => { + console.log('item', item); + if (typeof item === typeof Array) { + return item.join('\n'); + } + return item; + }) + .join('\n'); + }) + .join('\n'); + console.log('rows', rows); + console.log('convertedCsv', convertedCsv); - const csvContent = 'data:text/csv;charset=utf-8,' + convertedCsv; - console.log('csvContent', csvContent); - const encodedUri = encodeURI(csvContent); - const link = document.createElement('a'); - link.setAttribute('href', encodedUri); - const exportFileName = - (this.urlPublic ? this.urlPublic : this.utils.makeSlug(this)) + '_export_' + new Date() + '.csv'; - link.setAttribute('download', exportFileName); - document.body.appendChild(link); // Required for FF - link.click(); // This will download the data file named "my_data.csv". - } + const csvContent = 'data:text/csv;charset=utf-8,' + convertedCsv; + console.log('csvContent', csvContent); + const encodedUri = encodeURI(csvContent); + const link = document.createElement('a'); + link.setAttribute('href', encodedUri); + const exportFileName = + (this.urlPublic ? this.urlPublic : this.utils.makeSlug(this)) + '_export_' + new Date() + '.csv'; + link.setAttribute('download', exportFileName); + document.body.appendChild(link); // Required for FF + link.click(); // This will download the data file named "my_data.csv". + } - exportJson() { - this.download( - 'export_poll_' + this.pollSlug + '.json', - JSON.stringify({ - export_date: new Date(), - creation_date: this.creationDate, - title: this.title, - description: this.description, - pollType: this.pollType, - urlPublic: this.urlPublic, - currentPoll: this.currentPoll, - votes: this.voteChoices, - }) - ); - } + exportJson() { + this.download( + 'export_poll_' + this.pollSlug + '.json', + JSON.stringify({ + export_date: new Date(), + creation_date: this.creationDate, + title: this.title, + description: this.description, + pollType: this.pollType, + urlPublic: this.urlPublic, + currentPoll: this.currentPoll, + votes: this.voteChoices, + }) + ); + } - download(filename, text) { - var element = document.createElement('a'); - element.setAttribute('href', 'data:text/plain;charset=utf-8,' + encodeURIComponent(text)); - element.setAttribute('download', filename); + download(filename, text) { + const element = document.createElement('a'); + element.setAttribute('href', 'data:text/plain;charset=utf-8,' + encodeURIComponent(text)); + element.setAttribute('download', filename); - element.style.display = 'none'; - document.body.appendChild(element); + element.style.display = 'none'; + document.body.appendChild(element); - element.click(); + element.click(); - document.body.removeChild(element); - } + document.body.removeChild(element); + } - print() { - alert('TODO'); - } + print() { + alert('TODO'); + } - todo(message = '') { - this.messageService.add({ - severity: 'info' + message, - detail: - "cette fonctionnalité n'est pas encore disponible. Venez en discuter sur framateam.org / Ux et design libre / Framasoft", - summary: 'Work in progress', - }); - } + todo(message = '') { + this.messageService.add({ + severity: 'info' + message, + detail: + "cette fonctionnalité n'est pas encore disponible. Venez en discuter sur framateam.org / Ux et design libre / Framasoft", + summary: 'Work in progress', + }); + } - execStuff() { - const mockResponse = { - message: 'you created a vote stack from an existing owner : tktest@tktest.com', - poll: { - id: 3, - title: 'dessin animé préféré', - customUrl: null, - description: 'choisissez votre animé préféré', - creationDate: { - date: '2020-01-22 14:28:19.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - expiracyDate: { - date: '2020-01-22 14:28:19.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - owner: { - __initializer__: null, - __cloner__: null, - __isInitialized__: true, - pseudo: 'tk_TEST', - email: 'tktest@tktest.com', - }, - kind: 'text', - allowedAnswers: ['yes'], - modificationPolicy: 'self', - mailOnComment: null, - mailOnVote: null, - hideResults: null, - showResultEvenIfPasswords: null, - votes: {}, - stacksOfVotes: {}, - choices: {}, - comments: {}, - defaultExpiracyDaysFromNow: 60, - }, - vote_stack: { - id: 43, - modifier_token: - 'b88Qnb1A515Sfedee8b74d726A32444m87cn9Zc0f9t6Ued516f76235V93tBKcJVJearh061S8I0o5l24wbIaMe2v4wg76dhEBBi9m-28Qa601b664L', - pseudo: 'tk_TEST', - creation_date: { - date: '2020-04-02 17:55:45.201475', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - votes: { - 5: { - id: 93, - value: 'yes', - choice_id: 5, - text: 'Vic le viking', - stack_id: 43, - }, - 6: { - id: 94, - value: 'yes', - choice_id: 6, - text: 'Boumbo petite automobile', - stack_id: 43, - }, - 7: { - id: 95, - value: 'yes', - choice_id: 7, - text: "Les mystérieuses cités d'or", - stack_id: 43, - }, - 8: { - id: 96, - value: 'yes', - choice_id: 8, - text: 'Les mondes engloutis', - stack_id: 43, - }, - 9: { - id: 97, - value: 'yes', - choice_id: 9, - text: 'Foot 2 rue', - stack_id: 43, - }, - 10: { - choice_id: 10, - }, - 11: { - choice_id: 11, - }, - }, - }, - stacks: [ - { - id: 3, - modifier_token: - 'sfdH00Fy17bt5c3Y5zYk5GDsX7Cl67cgec14Qd06V87g74JFOr2UOC2ZL8E919eBmI72W8f5keYDeWfrV7SQW35fw0Vg452k25w9BrS62MtOs89JjLQ', - pseudo: 'voting_people_TEST', - creation_date: { - date: '2020-01-22 14:28:19.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - votes: { - 5: { - choice_id: 5, - }, - 6: { - id: 5, - value: 'maybe', - choice_id: 6, - text: 'Boumbo petite automobile', - stack_id: 3, - }, - 7: { - id: 4, - value: 'yes', - choice_id: 7, - text: "Les mystérieuses cités d'or", - stack_id: 3, - }, - 8: { - choice_id: 8, - }, - 9: { - choice_id: 9, - }, - 10: { - choice_id: 10, - }, - 11: { - choice_id: 11, - }, - }, - }, - { - id: 4, - modifier_token: - 'sfdH00Fy17bt5c3Y5zYk5GDsX7Cl67cgec14Qd06V87g74JFOr2UOC2ZL8E919eBmI72W8f5keYDeWfrV7SQW35fw0Vg452k25w9BrS62MtOs89JjLQ', - pseudo: 'voting_people_TEST', - creation_date: { - date: '2020-01-22 14:28:19.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - votes: { - 5: { - choice_id: 5, - }, - 6: { - id: 6, - value: 'yes', - choice_id: 6, - text: 'Boumbo petite automobile', - stack_id: 4, - }, - 7: { - id: 8, - value: 'no', - choice_id: 7, - text: "Les mystérieuses cités d'or", - stack_id: 4, - }, - 8: { - choice_id: 8, - }, - 9: { - choice_id: 9, - }, - 10: { - choice_id: 10, - }, - 11: { - choice_id: 11, - }, - }, - }, - { - id: 5, - modifier_token: - 'sfdH00Fy17bt5c3Y5zYk5GDsX7Cl67cgec14Qd06V87g74JFOr2UOC2ZL8E919eBmI72W8f5keYDeWfrV7SQW35fw0Vg452k25w9BrS62MtOs89JjLQ', - pseudo: 'voting_people_TEST', - creation_date: { - date: '2020-01-22 16:00:50.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - votes: { - 5: { - id: 9, - value: 'no', - choice_id: 5, - text: 'Vic le viking', - stack_id: 5, - }, - 6: { - id: 10, - value: 'maybe', - choice_id: 6, - text: 'Boumbo petite automobile', - stack_id: 5, - }, - 7: { - id: 11, - value: 'yes', - choice_id: 7, - text: "Les mystérieuses cités d'or", - stack_id: 5, - }, - 8: { - choice_id: 8, - }, - 9: { - choice_id: 9, - }, - 10: { - choice_id: 10, - }, - 11: { - choice_id: 11, - }, - }, - }, - { - id: 6, - modifier_token: - 'W1275k1tOh7CA9e9F0VbD58teW3Z451848Sh14imcr90QY1d3tK415mHw9Ib8II8S91F2n8dhk135-20d9cT2mX3UfZ92aeuQdwcj32e17E0bc50fp3d', - pseudo: '', - creation_date: { - date: '2020-01-22 16:01:10.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - votes: { - 5: { - id: 12, - value: 'yes', - choice_id: 5, - text: 'Vic le viking', - stack_id: 6, - }, - 6: { - id: 13, - value: 'maybe', - choice_id: 6, - text: 'Boumbo petite automobile', - stack_id: 6, - }, - 7: { - id: 14, - value: 'no', - choice_id: 7, - text: "Les mystérieuses cités d'or", - stack_id: 6, - }, - 8: { - choice_id: 8, - }, - 9: { - choice_id: 9, - }, - 10: { - choice_id: 10, - }, - 11: { - choice_id: 11, - }, - }, - }, - { - id: 7, - modifier_token: - 'b88Qnb1A515Sfedee8b74d726A32444m87cn9Zc0f9t6Ued516f76235V93tBKcJVJearh061S8I0o5l24wbIaMe2v4wg76dhEBBi9m-28Qa601b664L', - pseudo: 'tk_TEST', - creation_date: { - date: '2020-01-23 16:19:29.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - votes: { - 5: { - choice_id: 5, - }, - 6: { - id: 15, - value: 'yes', - choice_id: 6, - text: 'Boumbo petite automobile', - stack_id: 7, - }, - 7: { - choice_id: 7, - }, - 8: { - choice_id: 8, - }, - 9: { - choice_id: 9, - }, - 10: { - id: 16, - value: 'yes', - choice_id: 10, - text: "Le chat, la vache, et l'océan", - stack_id: 7, - }, - 11: { - choice_id: 11, - }, - }, - }, - { - id: 12, - modifier_token: - 'b88Qnb1A515Sfedee8b74d726A32444m87cn9Zc0f9t6Ued516f76235V93tBKcJVJearh061S8I0o5l24wbIaMe2v4wg76dhEBBi9m-28Qa601b664L', - pseudo: 'tk_TEST', - creation_date: { - date: '2020-01-24 11:34:54.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - votes: { - 5: { - id: 21, - value: 'yes', - choice_id: 5, - text: 'Vic le viking', - stack_id: 12, - }, - 6: { - choice_id: 6, - }, - 7: { - choice_id: 7, - }, - 8: { - choice_id: 8, - }, - 9: { - choice_id: 9, - }, - 10: { - choice_id: 10, - }, - 11: { - id: 22, - value: 'yes', - choice_id: 11, - text: 'Digimon', - stack_id: 12, - }, - }, - }, - { - id: 13, - modifier_token: - 'b88Qnb1A515Sfedee8b74d726A32444m87cn9Zc0f9t6Ued516f76235V93tBKcJVJearh061S8I0o5l24wbIaMe2v4wg76dhEBBi9m-28Qa601b664L', - pseudo: 'tk_TEST', - creation_date: { - date: '2020-01-24 12:00:47.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - votes: { - 5: { - choice_id: 5, - }, - 6: { - id: 23, - value: 'yes', - choice_id: 6, - text: 'Boumbo petite automobile', - stack_id: 13, - }, - 7: { - id: 24, - value: 'yes', - choice_id: 7, - text: "Les mystérieuses cités d'or", - stack_id: 13, - }, - 8: { - choice_id: 8, - }, - 9: { - id: 25, - value: 'yes', - choice_id: 9, - text: 'Foot 2 rue', - stack_id: 13, - }, - 10: { - choice_id: 10, - }, - 11: { - choice_id: 11, - }, - }, - }, - { - id: 14, - modifier_token: - 'b88Qnb1A515Sfedee8b74d726A32444m87cn9Zc0f9t6Ued516f76235V93tBKcJVJearh061S8I0o5l24wbIaMe2v4wg76dhEBBi9m-28Qa601b664L', - pseudo: 'tk_TEST', - creation_date: { - date: '2020-01-24 12:01:47.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - votes: { - 5: { - id: 26, - value: 'yes', - choice_id: 5, - text: 'Vic le viking', - stack_id: 14, - }, - 6: { - choice_id: 6, - }, - 7: { - choice_id: 7, - }, - 8: { - choice_id: 8, - }, - 9: { - choice_id: 9, - }, - 10: { - choice_id: 10, - }, - 11: { - choice_id: 11, - }, - }, - }, - { - id: 15, - modifier_token: - 'b88Qnb1A515Sfedee8b74d726A32444m87cn9Zc0f9t6Ued516f76235V93tBKcJVJearh061S8I0o5l24wbIaMe2v4wg76dhEBBi9m-28Qa601b664L', - pseudo: 'tk_TEST', - creation_date: { - date: '2020-01-24 12:07:15.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - votes: { - 5: { - choice_id: 5, - }, - 6: { - id: 27, - value: 'yes', - choice_id: 6, - text: 'Boumbo petite automobile', - stack_id: 15, - }, - 7: { - choice_id: 7, - }, - 8: { - choice_id: 8, - }, - 9: { - choice_id: 9, - }, - 10: { - choice_id: 10, - }, - 11: { - choice_id: 11, - }, - }, - }, - { - id: 16, - modifier_token: - 'b88Qnb1A515Sfedee8b74d726A32444m87cn9Zc0f9t6Ued516f76235V93tBKcJVJearh061S8I0o5l24wbIaMe2v4wg76dhEBBi9m-28Qa601b664L', - pseudo: 'tk_TEST', - creation_date: { - date: '2020-01-24 12:08:58.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - votes: { - 5: { - choice_id: 5, - }, - 6: { - id: 28, - value: 'yes', - choice_id: 6, - text: 'Boumbo petite automobile', - stack_id: 16, - }, - 7: { - choice_id: 7, - }, - 8: { - choice_id: 8, - }, - 9: { - choice_id: 9, - }, - 10: { - choice_id: 10, - }, - 11: { - choice_id: 11, - }, - }, - }, - { - id: 17, - modifier_token: - 'b88Qnb1A515Sfedee8b74d726A32444m87cn9Zc0f9t6Ued516f76235V93tBKcJVJearh061S8I0o5l24wbIaMe2v4wg76dhEBBi9m-28Qa601b664L', - pseudo: 'tk_TEST', - creation_date: { - date: '2020-01-24 12:09:15.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - votes: { - 5: { - choice_id: 5, - }, - 6: { - choice_id: 6, - }, - 7: { - id: 29, - value: 'yes', - choice_id: 7, - text: "Les mystérieuses cités d'or", - stack_id: 17, - }, - 8: { - choice_id: 8, - }, - 9: { - choice_id: 9, - }, - 10: { - choice_id: 10, - }, - 11: { - choice_id: 11, - }, - }, - }, - { - id: 18, - modifier_token: - 'b88Qnb1A515Sfedee8b74d726A32444m87cn9Zc0f9t6Ued516f76235V93tBKcJVJearh061S8I0o5l24wbIaMe2v4wg76dhEBBi9m-28Qa601b664L', - pseudo: 'tk_TEST', - creation_date: { - date: '2020-01-24 12:15:45.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - votes: { - 5: { - choice_id: 5, - }, - 6: { - choice_id: 6, - }, - 7: { - id: 30, - value: 'yes', - choice_id: 7, - text: "Les mystérieuses cités d'or", - stack_id: 18, - }, - 8: { - choice_id: 8, - }, - 9: { - choice_id: 9, - }, - 10: { - choice_id: 10, - }, - 11: { - choice_id: 11, - }, - }, - }, - { - id: 19, - modifier_token: - 'b88Qnb1A515Sfedee8b74d726A32444m87cn9Zc0f9t6Ued516f76235V93tBKcJVJearh061S8I0o5l24wbIaMe2v4wg76dhEBBi9m-28Qa601b664L', - pseudo: 'tk_TEST', - creation_date: { - date: '2020-01-24 12:16:50.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - votes: { - 5: { - id: 31, - value: 'yes', - choice_id: 5, - text: 'Vic le viking', - stack_id: 19, - }, - 6: { - id: 32, - value: 'yes', - choice_id: 6, - text: 'Boumbo petite automobile', - stack_id: 19, - }, - 7: { - id: 33, - value: 'yes', - choice_id: 7, - text: "Les mystérieuses cités d'or", - stack_id: 19, - }, - 8: { - choice_id: 8, - }, - 9: { - choice_id: 9, - }, - 10: { - choice_id: 10, - }, - 11: { - choice_id: 11, - }, - }, - }, - { - id: 25, - modifier_token: - 'b88Qnb1A515Sfedee8b74d726A32444m87cn9Zc0f9t6Ued516f76235V93tBKcJVJearh061S8I0o5l24wbIaMe2v4wg76dhEBBi9m-28Qa601b664L', - pseudo: 'tk_TEST', - creation_date: { - date: '2020-01-29 17:55:42.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - votes: { - 5: { - choice_id: 5, - }, - 6: { - id: 44, - value: 'yes', - choice_id: 6, - text: 'Boumbo petite automobile', - stack_id: 25, - }, - 7: { - choice_id: 7, - }, - 8: { - choice_id: 8, - }, - 9: { - id: 45, - value: 'yes', - choice_id: 9, - text: 'Foot 2 rue', - stack_id: 25, - }, - 10: { - id: 46, - value: 'yes', - choice_id: 10, - text: "Le chat, la vache, et l'océan", - stack_id: 25, - }, - 11: { - choice_id: 11, - }, - }, - }, - { - id: 26, - modifier_token: - 'b88Qnb1A515Sfedee8b74d726A32444m87cn9Zc0f9t6Ued516f76235V93tBKcJVJearh061S8I0o5l24wbIaMe2v4wg76dhEBBi9m-28Qa601b664L', - pseudo: 'tk_TEST', - creation_date: { - date: '2020-01-30 10:20:06.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - votes: { - 5: { - id: 47, - value: 'yes', - choice_id: 5, - text: 'Vic le viking', - stack_id: 26, - }, - 6: { - id: 48, - value: 'yes', - choice_id: 6, - text: 'Boumbo petite automobile', - stack_id: 26, - }, - 7: { - id: 49, - value: 'yes', - choice_id: 7, - text: "Les mystérieuses cités d'or", - stack_id: 26, - }, - 8: { - id: 50, - value: 'yes', - choice_id: 8, - text: 'Les mondes engloutis', - stack_id: 26, - }, - 9: { - choice_id: 9, - }, - 10: { - choice_id: 10, - }, - 11: { - choice_id: 11, - }, - }, - }, - { - id: 28, - modifier_token: - 'b88Qnb1A515Sfedee8b74d726A32444m87cn9Zc0f9t6Ued516f76235V93tBKcJVJearh061S8I0o5l24wbIaMe2v4wg76dhEBBi9m-28Qa601b664L', - pseudo: 'tk_TEST', - creation_date: { - date: '2020-01-30 17:23:48.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - votes: { - 5: { - id: 53, - value: 'yes', - choice_id: 5, - text: 'Vic le viking', - stack_id: 28, - }, - 6: { - id: 54, - value: 'yes', - choice_id: 6, - text: 'Boumbo petite automobile', - stack_id: 28, - }, - 7: { - id: 55, - value: 'yes', - choice_id: 7, - text: "Les mystérieuses cités d'or", - stack_id: 28, - }, - 8: { - choice_id: 8, - }, - 9: { - choice_id: 9, - }, - 10: { - id: 56, - value: 'yes', - choice_id: 10, - text: "Le chat, la vache, et l'océan", - stack_id: 28, - }, - 11: { - choice_id: 11, - }, - }, - }, - { - id: 35, - modifier_token: - 'b88Qnb1A515Sfedee8b74d726A32444m87cn9Zc0f9t6Ued516f76235V93tBKcJVJearh061S8I0o5l24wbIaMe2v4wg76dhEBBi9m-28Qa601b664L', - pseudo: 'tk_TEST', - creation_date: { - date: '2020-01-31 09:42:28.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - votes: { - 5: { - choice_id: 5, - }, - 6: { - id: 69, - value: 'yes', - choice_id: 6, - text: 'Boumbo petite automobile', - stack_id: 35, - }, - 7: { - id: 70, - value: 'yes', - choice_id: 7, - text: "Les mystérieuses cités d'or", - stack_id: 35, - }, - 8: { - choice_id: 8, - }, - 9: { - choice_id: 9, - }, - 10: { - choice_id: 10, - }, - 11: { - choice_id: 11, - }, - }, - }, - { - id: 37, - modifier_token: - 'b88Qnb1A515Sfedee8b74d726A32444m87cn9Zc0f9t6Ued516f76235V93tBKcJVJearh061S8I0o5l24wbIaMe2v4wg76dhEBBi9m-28Qa601b664L', - pseudo: 'tk_TEST', - creation_date: { - date: '2020-02-05 10:38:47.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - votes: { - 5: { - choice_id: 5, - }, - 6: { - choice_id: 6, - }, - 7: { - choice_id: 7, - }, - 8: { - id: 74, - value: 'yes', - choice_id: 8, - text: 'Les mondes engloutis', - stack_id: 37, - }, - 9: { - id: 75, - value: 'yes', - choice_id: 9, - text: 'Foot 2 rue', - stack_id: 37, - }, - 10: { - choice_id: 10, - }, - 11: { - choice_id: 11, - }, - }, - }, - { - id: 40, - modifier_token: - 'b88Qnb1A515Sfedee8b74d726A32444m87cn9Zc0f9t6Ued516f76235V93tBKcJVJearh061S8I0o5l24wbIaMe2v4wg76dhEBBi9m-28Qa601b664L', - pseudo: 'tk_TEST', - creation_date: { - date: '2020-02-22 17:53:57.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - votes: { - 5: { - id: 82, - value: 'no', - choice_id: 5, - text: 'Vic le viking', - stack_id: 40, - }, - 6: { - id: 83, - value: 'yes', - choice_id: 6, - text: 'Boumbo petite automobile', - stack_id: 40, - }, - 7: { - choice_id: 7, - }, - 8: { - id: 84, - value: 'yes', - choice_id: 8, - text: 'Les mondes engloutis', - stack_id: 40, - }, - 9: { - id: 85, - value: 'yes', - choice_id: 9, - text: 'Foot 2 rue', - stack_id: 40, - }, - 10: { - choice_id: 10, - }, - 11: { - choice_id: 11, - }, - }, - }, - { - id: 41, - modifier_token: - 'b88Qnb1A515Sfedee8b74d726A32444m87cn9Zc0f9t6Ued516f76235V93tBKcJVJearh061S8I0o5l24wbIaMe2v4wg76dhEBBi9m-28Qa601b664L', - pseudo: 'tk_TEST', - creation_date: { - date: '2020-04-01 12:24:37.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - votes: { - 5: { - id: 86, - value: 'yes', - choice_id: 5, - text: 'Vic le viking', - stack_id: 41, - }, - 6: { - id: 87, - value: 'yes', - choice_id: 6, - text: 'Boumbo petite automobile', - stack_id: 41, - }, - 7: { - id: 88, - value: 'yes', - choice_id: 7, - text: "Les mystérieuses cités d'or", - stack_id: 41, - }, - 8: { - choice_id: 8, - }, - 9: { - id: 89, - value: 'yes', - choice_id: 9, - text: 'Foot 2 rue', - stack_id: 41, - }, - 10: { - id: 90, - value: 'yes', - choice_id: 10, - text: "Le chat, la vache, et l'océan", - stack_id: 41, - }, - 11: { - choice_id: 11, - }, - }, - }, - { - id: 43, - modifier_token: - 'b88Qnb1A515Sfedee8b74d726A32444m87cn9Zc0f9t6Ued516f76235V93tBKcJVJearh061S8I0o5l24wbIaMe2v4wg76dhEBBi9m-28Qa601b664L', - pseudo: 'tk_TEST', - creation_date: { - date: '2020-04-02 17:55:45.201475', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - votes: { - 5: { - id: 93, - value: 'yes', - choice_id: 5, - text: 'Vic le viking', - stack_id: 43, - }, - 6: { - id: 94, - value: 'yes', - choice_id: 6, - text: 'Boumbo petite automobile', - stack_id: 43, - }, - 7: { - id: 95, - value: 'yes', - choice_id: 7, - text: "Les mystérieuses cités d'or", - stack_id: 43, - }, - 8: { - id: 96, - value: 'yes', - choice_id: 8, - text: 'Les mondes engloutis', - stack_id: 43, - }, - 9: { - id: 97, - value: 'yes', - choice_id: 9, - text: 'Foot 2 rue', - stack_id: 43, - }, - 10: { - choice_id: 10, - }, - 11: { - choice_id: 11, - }, - }, - }, - ], - comments: [ - { - id: 4, - text: 'wouah trop bien framadate HOUHOUUUU!', - pseudo: 'tk_TEST', - date: { - date: '2020-01-22 16:00:22.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - }, - { - id: 6, - text: 'wouah trop bien framadate! zerf zrg ergetetht', - pseudo: 'tk_TEST', - date: { - date: '2020-01-22 16:09:32.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - }, - { - id: 7, - text: 'comment numléro 4\n', - pseudo: 'tk_TEST', - date: { - date: '2020-01-22 16:09:51.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - }, - { - id: 8, - text: 'wouah trop bien framadate!', - pseudo: 'tk_TEST', - date: { - date: '2020-01-22 16:15:24.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - }, - { - id: 9, - text: 'wouah trop bien framadate zef ret r e re!', - pseudo: 'tk_TEST', - date: { - date: '2020-01-23 14:11:21.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - }, - { - id: 13, - text: 'OUAIIII', - pseudo: 'tk_TEST', - date: { - date: '2020-01-23 16:35:52.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - }, - { - id: 14, - text: 'MAAAAHAHAHAHHAA', - pseudo: 'tk_TEST', - date: { - date: '2020-01-23 16:36:04.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - }, - { - id: 16, - text: 'Meeeeeh', - pseudo: 'tk_TEST', - date: { - date: '2020-01-23 18:37:49.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - }, - { - id: 18, - text: 'wouah trop bien framadate!', - pseudo: 'tk_TEST', - date: { - date: '2020-01-24 11:34:58.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - }, - { - id: 19, - text: 'Ndjdjkddkld', - pseudo: 'tk_TEST', - date: { - date: '2020-01-24 11:35:08.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - }, - { - id: 20, - text: 'wouah trop bien framadate!', - pseudo: 'tk_TEST', - date: { - date: '2020-01-24 12:16:24.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - }, - { - id: 21, - text: 'encore un commentaire ', - pseudo: 'tk_TEST', - date: { - date: '2020-01-24 12:16:38.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - }, - ], - choices: [ - { - id: 5, - date: { - date: '2020-01-22 14:28:19.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - text: 'Vic le viking', - url: null, - }, - { - id: 6, - date: { - date: '2020-01-22 14:28:19.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - text: 'Boumbo petite automobile', - url: null, - }, - { - id: 7, - date: { - date: '2020-01-22 14:28:19.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - text: "Les mystérieuses cités d'or", - url: null, - }, - { - id: 8, - date: { - date: '2020-01-22 14:28:19.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - text: 'Les mondes engloutis', - url: null, - }, - { - id: 9, - date: { - date: '2020-01-22 14:28:19.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - text: 'Foot 2 rue', - url: null, - }, - { - id: 10, - date: { - date: '2020-01-22 14:28:19.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - text: "Le chat, la vache, et l'océan", - url: null, - }, - { - id: 11, - date: { - date: '2020-01-22 14:28:19.000000', - timezone_type: 3, - timezone: 'Europe/Paris', - }, - text: 'Digimon', - url: null, - }, - ], - choices_count: { - counts: { - 5: { - choice_id: 5, - choice_text: 'Vic le viking', - id: 9, - score: 8, - yes: { - count: 8, - people: ['', 'tk_TEST', 'tk_TEST', 'tk_TEST', 'tk_TEST', 'tk_TEST', 'tk_TEST', 'tk_TEST'], - }, - maybe: { - count: 0, - people: [], - }, - no: { - count: 2, - people: ['voting_people_TEST', 'tk_TEST'], - }, - }, - 6: { - choice_id: 6, - choice_text: 'Boumbo petite automobile', - id: 5, - score: 14.5, - yes: { - count: 13, - people: [ - 'voting_people_TEST', - 'tk_TEST', - 'tk_TEST', - 'tk_TEST', - 'tk_TEST', - 'tk_TEST', - 'tk_TEST', - 'tk_TEST', - 'tk_TEST', - 'tk_TEST', - 'tk_TEST', - 'tk_TEST', - 'tk_TEST', - ], - }, - maybe: { - count: 3, - people: ['voting_people_TEST', 'voting_people_TEST', ''], - }, - no: { - count: 0, - people: [], - }, - }, - 7: { - choice_id: 7, - choice_text: "Les mystérieuses cités d'or", - id: 4, - score: 12, - yes: { - count: 12, - people: [ - 'voting_people_TEST', - 'voting_people_TEST', - 'voting_people_TEST', - 'tk_TEST', - 'tk_TEST', - 'tk_TEST', - 'tk_TEST', - 'tk_TEST', - 'tk_TEST', - 'tk_TEST', - 'tk_TEST', - 'tk_TEST', - ], - }, - maybe: { - count: 0, - people: [], - }, - no: { - count: 2, - people: ['voting_people_TEST', ''], - }, - }, - 8: { - choice_id: 8, - choice_text: 'Les mondes engloutis', - id: 50, - score: 4, - yes: { - count: 4, - people: ['tk_TEST', 'tk_TEST', 'tk_TEST', 'tk_TEST'], - }, - maybe: { - count: 0, - people: [], - }, - no: { - count: 0, - people: [], - }, - }, - 9: { - choice_id: 9, - choice_text: 'Foot 2 rue', - id: 25, - score: 6, - yes: { - count: 6, - people: ['tk_TEST', 'tk_TEST', 'tk_TEST', 'tk_TEST', 'tk_TEST', 'tk_TEST'], - }, - maybe: { - count: 0, - people: [], - }, - no: { - count: 0, - people: [], - }, - }, - 10: { - choice_id: 10, - choice_text: "Le chat, la vache, et l'océan", - id: 16, - score: 4, - yes: { - count: 4, - people: ['tk_TEST', 'tk_TEST', 'tk_TEST', 'tk_TEST'], - }, - maybe: { - count: 0, - people: [], - }, - no: { - count: 0, - people: [], - }, - }, - 11: { - choice_id: 11, - choice_text: 'Digimon', - id: 22, - score: 1, - yes: { - count: 1, - people: ['tk_TEST'], - }, - maybe: { - count: 0, - people: [], - }, - no: { - count: 0, - people: [], - }, - }, - }, - maxScore: 14.5, - }, - vote_count: 21, - owner: { - __initializer__: null, - __cloner__: null, - __isInitialized__: true, - pseudo: 'tk_TEST', - email: 'tktest@tktest.com', - }, - owner_modifier_token: - 'b88Qnb1A515Sfedee8b74d726A32444m87cn9Zc0f9t6Ued516f76235V93tBKcJVJearh061S8I0o5l24wbIaMe2v4wg76dhEBBi9m-28Qa601b664L', - admin_key: - 'A8jZ9oc1jsFGZJ024c457f0Wj1bYca5m6537cm9nCg7catZdc18ke5Kqd449eL290oHCqdu3SNmkC7yIHj96n6dnU7ca7qdaf2VSRMI48eXd61O9a3U', - json_you_sent: { - pseudo: 'mon pseudo', - email: 'tktest@tktest.com', - votes: [ - { - choice_id: 5, - value: 'yes', - }, - { - choice_id: 6, - value: 'yes', - }, - { - choice_id: 7, - value: 'yes', - }, - { - choice_id: 8, - value: 'yes', - }, - { - choice_id: 9, - value: 'yes', - }, - ], - }, - }; - this.updateCurrentPollFromResponse(mockResponse); - } + execStuff() { + const mockResponse = { + message: 'you created a vote stack from an existing owner : tktest@tktest.com', + poll: { + id: 3, + title: 'dessin animé préféré', + customUrl: null, + description: 'choisissez votre animé préféré', + creationDate: { + date: '2020-01-22 14:28:19.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + expiracyDate: { + date: '2020-01-22 14:28:19.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + owner: { + __initializer__: null, + __cloner__: null, + __isInitialized__: true, + pseudo: 'tk_TEST', + email: 'tktest@tktest.com', + }, + kind: 'text', + allowedAnswers: ['yes'], + modificationPolicy: 'self', + mailOnComment: null, + mailOnVote: null, + hideResults: null, + showResultEvenIfPasswords: null, + votes: {}, + stacksOfVotes: {}, + choices: {}, + comments: {}, + defaultExpiracyDaysFromNow: 60, + }, + vote_stack: { + id: 43, + modifier_token: + 'b88Qnb1A515Sfedee8b74d726A32444m87cn9Zc0f9t6Ued516f76235V93tBKcJVJearh061S8I0o5l24wbIaMe2v4wg76dhEBBi9m-28Qa601b664L', + pseudo: 'tk_TEST', + creation_date: { + date: '2020-04-02 17:55:45.201475', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + votes: { + 5: { + id: 93, + value: 'yes', + choice_id: 5, + text: 'Vic le viking', + stack_id: 43, + }, + 6: { + id: 94, + value: 'yes', + choice_id: 6, + text: 'Boumbo petite automobile', + stack_id: 43, + }, + 7: { + id: 95, + value: 'yes', + choice_id: 7, + text: "Les mystérieuses cités d'or", + stack_id: 43, + }, + 8: { + id: 96, + value: 'yes', + choice_id: 8, + text: 'Les mondes engloutis', + stack_id: 43, + }, + 9: { + id: 97, + value: 'yes', + choice_id: 9, + text: 'Foot 2 rue', + stack_id: 43, + }, + 10: { + choice_id: 10, + }, + 11: { + choice_id: 11, + }, + }, + }, + stacks: [ + { + id: 3, + modifier_token: + 'sfdH00Fy17bt5c3Y5zYk5GDsX7Cl67cgec14Qd06V87g74JFOr2UOC2ZL8E919eBmI72W8f5keYDeWfrV7SQW35fw0Vg452k25w9BrS62MtOs89JjLQ', + pseudo: 'voting_people_TEST', + creation_date: { + date: '2020-01-22 14:28:19.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + votes: { + 5: { + choice_id: 5, + }, + 6: { + id: 5, + value: 'maybe', + choice_id: 6, + text: 'Boumbo petite automobile', + stack_id: 3, + }, + 7: { + id: 4, + value: 'yes', + choice_id: 7, + text: "Les mystérieuses cités d'or", + stack_id: 3, + }, + 8: { + choice_id: 8, + }, + 9: { + choice_id: 9, + }, + 10: { + choice_id: 10, + }, + 11: { + choice_id: 11, + }, + }, + }, + { + id: 4, + modifier_token: + 'sfdH00Fy17bt5c3Y5zYk5GDsX7Cl67cgec14Qd06V87g74JFOr2UOC2ZL8E919eBmI72W8f5keYDeWfrV7SQW35fw0Vg452k25w9BrS62MtOs89JjLQ', + pseudo: 'voting_people_TEST', + creation_date: { + date: '2020-01-22 14:28:19.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + votes: { + 5: { + choice_id: 5, + }, + 6: { + id: 6, + value: 'yes', + choice_id: 6, + text: 'Boumbo petite automobile', + stack_id: 4, + }, + 7: { + id: 8, + value: 'no', + choice_id: 7, + text: "Les mystérieuses cités d'or", + stack_id: 4, + }, + 8: { + choice_id: 8, + }, + 9: { + choice_id: 9, + }, + 10: { + choice_id: 10, + }, + 11: { + choice_id: 11, + }, + }, + }, + { + id: 5, + modifier_token: + 'sfdH00Fy17bt5c3Y5zYk5GDsX7Cl67cgec14Qd06V87g74JFOr2UOC2ZL8E919eBmI72W8f5keYDeWfrV7SQW35fw0Vg452k25w9BrS62MtOs89JjLQ', + pseudo: 'voting_people_TEST', + creation_date: { + date: '2020-01-22 16:00:50.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + votes: { + 5: { + id: 9, + value: 'no', + choice_id: 5, + text: 'Vic le viking', + stack_id: 5, + }, + 6: { + id: 10, + value: 'maybe', + choice_id: 6, + text: 'Boumbo petite automobile', + stack_id: 5, + }, + 7: { + id: 11, + value: 'yes', + choice_id: 7, + text: "Les mystérieuses cités d'or", + stack_id: 5, + }, + 8: { + choice_id: 8, + }, + 9: { + choice_id: 9, + }, + 10: { + choice_id: 10, + }, + 11: { + choice_id: 11, + }, + }, + }, + { + id: 6, + modifier_token: + 'W1275k1tOh7CA9e9F0VbD58teW3Z451848Sh14imcr90QY1d3tK415mHw9Ib8II8S91F2n8dhk135-20d9cT2mX3UfZ92aeuQdwcj32e17E0bc50fp3d', + pseudo: '', + creation_date: { + date: '2020-01-22 16:01:10.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + votes: { + 5: { + id: 12, + value: 'yes', + choice_id: 5, + text: 'Vic le viking', + stack_id: 6, + }, + 6: { + id: 13, + value: 'maybe', + choice_id: 6, + text: 'Boumbo petite automobile', + stack_id: 6, + }, + 7: { + id: 14, + value: 'no', + choice_id: 7, + text: "Les mystérieuses cités d'or", + stack_id: 6, + }, + 8: { + choice_id: 8, + }, + 9: { + choice_id: 9, + }, + 10: { + choice_id: 10, + }, + 11: { + choice_id: 11, + }, + }, + }, + { + id: 7, + modifier_token: + 'b88Qnb1A515Sfedee8b74d726A32444m87cn9Zc0f9t6Ued516f76235V93tBKcJVJearh061S8I0o5l24wbIaMe2v4wg76dhEBBi9m-28Qa601b664L', + pseudo: 'tk_TEST', + creation_date: { + date: '2020-01-23 16:19:29.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + votes: { + 5: { + choice_id: 5, + }, + 6: { + id: 15, + value: 'yes', + choice_id: 6, + text: 'Boumbo petite automobile', + stack_id: 7, + }, + 7: { + choice_id: 7, + }, + 8: { + choice_id: 8, + }, + 9: { + choice_id: 9, + }, + 10: { + id: 16, + value: 'yes', + choice_id: 10, + text: "Le chat, la vache, et l'océan", + stack_id: 7, + }, + 11: { + choice_id: 11, + }, + }, + }, + { + id: 12, + modifier_token: + 'b88Qnb1A515Sfedee8b74d726A32444m87cn9Zc0f9t6Ued516f76235V93tBKcJVJearh061S8I0o5l24wbIaMe2v4wg76dhEBBi9m-28Qa601b664L', + pseudo: 'tk_TEST', + creation_date: { + date: '2020-01-24 11:34:54.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + votes: { + 5: { + id: 21, + value: 'yes', + choice_id: 5, + text: 'Vic le viking', + stack_id: 12, + }, + 6: { + choice_id: 6, + }, + 7: { + choice_id: 7, + }, + 8: { + choice_id: 8, + }, + 9: { + choice_id: 9, + }, + 10: { + choice_id: 10, + }, + 11: { + id: 22, + value: 'yes', + choice_id: 11, + text: 'Digimon', + stack_id: 12, + }, + }, + }, + { + id: 13, + modifier_token: + 'b88Qnb1A515Sfedee8b74d726A32444m87cn9Zc0f9t6Ued516f76235V93tBKcJVJearh061S8I0o5l24wbIaMe2v4wg76dhEBBi9m-28Qa601b664L', + pseudo: 'tk_TEST', + creation_date: { + date: '2020-01-24 12:00:47.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + votes: { + 5: { + choice_id: 5, + }, + 6: { + id: 23, + value: 'yes', + choice_id: 6, + text: 'Boumbo petite automobile', + stack_id: 13, + }, + 7: { + id: 24, + value: 'yes', + choice_id: 7, + text: "Les mystérieuses cités d'or", + stack_id: 13, + }, + 8: { + choice_id: 8, + }, + 9: { + id: 25, + value: 'yes', + choice_id: 9, + text: 'Foot 2 rue', + stack_id: 13, + }, + 10: { + choice_id: 10, + }, + 11: { + choice_id: 11, + }, + }, + }, + { + id: 14, + modifier_token: + 'b88Qnb1A515Sfedee8b74d726A32444m87cn9Zc0f9t6Ued516f76235V93tBKcJVJearh061S8I0o5l24wbIaMe2v4wg76dhEBBi9m-28Qa601b664L', + pseudo: 'tk_TEST', + creation_date: { + date: '2020-01-24 12:01:47.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + votes: { + 5: { + id: 26, + value: 'yes', + choice_id: 5, + text: 'Vic le viking', + stack_id: 14, + }, + 6: { + choice_id: 6, + }, + 7: { + choice_id: 7, + }, + 8: { + choice_id: 8, + }, + 9: { + choice_id: 9, + }, + 10: { + choice_id: 10, + }, + 11: { + choice_id: 11, + }, + }, + }, + { + id: 15, + modifier_token: + 'b88Qnb1A515Sfedee8b74d726A32444m87cn9Zc0f9t6Ued516f76235V93tBKcJVJearh061S8I0o5l24wbIaMe2v4wg76dhEBBi9m-28Qa601b664L', + pseudo: 'tk_TEST', + creation_date: { + date: '2020-01-24 12:07:15.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + votes: { + 5: { + choice_id: 5, + }, + 6: { + id: 27, + value: 'yes', + choice_id: 6, + text: 'Boumbo petite automobile', + stack_id: 15, + }, + 7: { + choice_id: 7, + }, + 8: { + choice_id: 8, + }, + 9: { + choice_id: 9, + }, + 10: { + choice_id: 10, + }, + 11: { + choice_id: 11, + }, + }, + }, + { + id: 16, + modifier_token: + 'b88Qnb1A515Sfedee8b74d726A32444m87cn9Zc0f9t6Ued516f76235V93tBKcJVJearh061S8I0o5l24wbIaMe2v4wg76dhEBBi9m-28Qa601b664L', + pseudo: 'tk_TEST', + creation_date: { + date: '2020-01-24 12:08:58.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + votes: { + 5: { + choice_id: 5, + }, + 6: { + id: 28, + value: 'yes', + choice_id: 6, + text: 'Boumbo petite automobile', + stack_id: 16, + }, + 7: { + choice_id: 7, + }, + 8: { + choice_id: 8, + }, + 9: { + choice_id: 9, + }, + 10: { + choice_id: 10, + }, + 11: { + choice_id: 11, + }, + }, + }, + { + id: 17, + modifier_token: + 'b88Qnb1A515Sfedee8b74d726A32444m87cn9Zc0f9t6Ued516f76235V93tBKcJVJearh061S8I0o5l24wbIaMe2v4wg76dhEBBi9m-28Qa601b664L', + pseudo: 'tk_TEST', + creation_date: { + date: '2020-01-24 12:09:15.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + votes: { + 5: { + choice_id: 5, + }, + 6: { + choice_id: 6, + }, + 7: { + id: 29, + value: 'yes', + choice_id: 7, + text: "Les mystérieuses cités d'or", + stack_id: 17, + }, + 8: { + choice_id: 8, + }, + 9: { + choice_id: 9, + }, + 10: { + choice_id: 10, + }, + 11: { + choice_id: 11, + }, + }, + }, + { + id: 18, + modifier_token: + 'b88Qnb1A515Sfedee8b74d726A32444m87cn9Zc0f9t6Ued516f76235V93tBKcJVJearh061S8I0o5l24wbIaMe2v4wg76dhEBBi9m-28Qa601b664L', + pseudo: 'tk_TEST', + creation_date: { + date: '2020-01-24 12:15:45.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + votes: { + 5: { + choice_id: 5, + }, + 6: { + choice_id: 6, + }, + 7: { + id: 30, + value: 'yes', + choice_id: 7, + text: "Les mystérieuses cités d'or", + stack_id: 18, + }, + 8: { + choice_id: 8, + }, + 9: { + choice_id: 9, + }, + 10: { + choice_id: 10, + }, + 11: { + choice_id: 11, + }, + }, + }, + { + id: 19, + modifier_token: + 'b88Qnb1A515Sfedee8b74d726A32444m87cn9Zc0f9t6Ued516f76235V93tBKcJVJearh061S8I0o5l24wbIaMe2v4wg76dhEBBi9m-28Qa601b664L', + pseudo: 'tk_TEST', + creation_date: { + date: '2020-01-24 12:16:50.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + votes: { + 5: { + id: 31, + value: 'yes', + choice_id: 5, + text: 'Vic le viking', + stack_id: 19, + }, + 6: { + id: 32, + value: 'yes', + choice_id: 6, + text: 'Boumbo petite automobile', + stack_id: 19, + }, + 7: { + id: 33, + value: 'yes', + choice_id: 7, + text: "Les mystérieuses cités d'or", + stack_id: 19, + }, + 8: { + choice_id: 8, + }, + 9: { + choice_id: 9, + }, + 10: { + choice_id: 10, + }, + 11: { + choice_id: 11, + }, + }, + }, + { + id: 25, + modifier_token: + 'b88Qnb1A515Sfedee8b74d726A32444m87cn9Zc0f9t6Ued516f76235V93tBKcJVJearh061S8I0o5l24wbIaMe2v4wg76dhEBBi9m-28Qa601b664L', + pseudo: 'tk_TEST', + creation_date: { + date: '2020-01-29 17:55:42.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + votes: { + 5: { + choice_id: 5, + }, + 6: { + id: 44, + value: 'yes', + choice_id: 6, + text: 'Boumbo petite automobile', + stack_id: 25, + }, + 7: { + choice_id: 7, + }, + 8: { + choice_id: 8, + }, + 9: { + id: 45, + value: 'yes', + choice_id: 9, + text: 'Foot 2 rue', + stack_id: 25, + }, + 10: { + id: 46, + value: 'yes', + choice_id: 10, + text: "Le chat, la vache, et l'océan", + stack_id: 25, + }, + 11: { + choice_id: 11, + }, + }, + }, + { + id: 26, + modifier_token: + 'b88Qnb1A515Sfedee8b74d726A32444m87cn9Zc0f9t6Ued516f76235V93tBKcJVJearh061S8I0o5l24wbIaMe2v4wg76dhEBBi9m-28Qa601b664L', + pseudo: 'tk_TEST', + creation_date: { + date: '2020-01-30 10:20:06.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + votes: { + 5: { + id: 47, + value: 'yes', + choice_id: 5, + text: 'Vic le viking', + stack_id: 26, + }, + 6: { + id: 48, + value: 'yes', + choice_id: 6, + text: 'Boumbo petite automobile', + stack_id: 26, + }, + 7: { + id: 49, + value: 'yes', + choice_id: 7, + text: "Les mystérieuses cités d'or", + stack_id: 26, + }, + 8: { + id: 50, + value: 'yes', + choice_id: 8, + text: 'Les mondes engloutis', + stack_id: 26, + }, + 9: { + choice_id: 9, + }, + 10: { + choice_id: 10, + }, + 11: { + choice_id: 11, + }, + }, + }, + { + id: 28, + modifier_token: + 'b88Qnb1A515Sfedee8b74d726A32444m87cn9Zc0f9t6Ued516f76235V93tBKcJVJearh061S8I0o5l24wbIaMe2v4wg76dhEBBi9m-28Qa601b664L', + pseudo: 'tk_TEST', + creation_date: { + date: '2020-01-30 17:23:48.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + votes: { + 5: { + id: 53, + value: 'yes', + choice_id: 5, + text: 'Vic le viking', + stack_id: 28, + }, + 6: { + id: 54, + value: 'yes', + choice_id: 6, + text: 'Boumbo petite automobile', + stack_id: 28, + }, + 7: { + id: 55, + value: 'yes', + choice_id: 7, + text: "Les mystérieuses cités d'or", + stack_id: 28, + }, + 8: { + choice_id: 8, + }, + 9: { + choice_id: 9, + }, + 10: { + id: 56, + value: 'yes', + choice_id: 10, + text: "Le chat, la vache, et l'océan", + stack_id: 28, + }, + 11: { + choice_id: 11, + }, + }, + }, + { + id: 35, + modifier_token: + 'b88Qnb1A515Sfedee8b74d726A32444m87cn9Zc0f9t6Ued516f76235V93tBKcJVJearh061S8I0o5l24wbIaMe2v4wg76dhEBBi9m-28Qa601b664L', + pseudo: 'tk_TEST', + creation_date: { + date: '2020-01-31 09:42:28.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + votes: { + 5: { + choice_id: 5, + }, + 6: { + id: 69, + value: 'yes', + choice_id: 6, + text: 'Boumbo petite automobile', + stack_id: 35, + }, + 7: { + id: 70, + value: 'yes', + choice_id: 7, + text: "Les mystérieuses cités d'or", + stack_id: 35, + }, + 8: { + choice_id: 8, + }, + 9: { + choice_id: 9, + }, + 10: { + choice_id: 10, + }, + 11: { + choice_id: 11, + }, + }, + }, + { + id: 37, + modifier_token: + 'b88Qnb1A515Sfedee8b74d726A32444m87cn9Zc0f9t6Ued516f76235V93tBKcJVJearh061S8I0o5l24wbIaMe2v4wg76dhEBBi9m-28Qa601b664L', + pseudo: 'tk_TEST', + creation_date: { + date: '2020-02-05 10:38:47.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + votes: { + 5: { + choice_id: 5, + }, + 6: { + choice_id: 6, + }, + 7: { + choice_id: 7, + }, + 8: { + id: 74, + value: 'yes', + choice_id: 8, + text: 'Les mondes engloutis', + stack_id: 37, + }, + 9: { + id: 75, + value: 'yes', + choice_id: 9, + text: 'Foot 2 rue', + stack_id: 37, + }, + 10: { + choice_id: 10, + }, + 11: { + choice_id: 11, + }, + }, + }, + { + id: 40, + modifier_token: + 'b88Qnb1A515Sfedee8b74d726A32444m87cn9Zc0f9t6Ued516f76235V93tBKcJVJearh061S8I0o5l24wbIaMe2v4wg76dhEBBi9m-28Qa601b664L', + pseudo: 'tk_TEST', + creation_date: { + date: '2020-02-22 17:53:57.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + votes: { + 5: { + id: 82, + value: 'no', + choice_id: 5, + text: 'Vic le viking', + stack_id: 40, + }, + 6: { + id: 83, + value: 'yes', + choice_id: 6, + text: 'Boumbo petite automobile', + stack_id: 40, + }, + 7: { + choice_id: 7, + }, + 8: { + id: 84, + value: 'yes', + choice_id: 8, + text: 'Les mondes engloutis', + stack_id: 40, + }, + 9: { + id: 85, + value: 'yes', + choice_id: 9, + text: 'Foot 2 rue', + stack_id: 40, + }, + 10: { + choice_id: 10, + }, + 11: { + choice_id: 11, + }, + }, + }, + { + id: 41, + modifier_token: + 'b88Qnb1A515Sfedee8b74d726A32444m87cn9Zc0f9t6Ued516f76235V93tBKcJVJearh061S8I0o5l24wbIaMe2v4wg76dhEBBi9m-28Qa601b664L', + pseudo: 'tk_TEST', + creation_date: { + date: '2020-04-01 12:24:37.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + votes: { + 5: { + id: 86, + value: 'yes', + choice_id: 5, + text: 'Vic le viking', + stack_id: 41, + }, + 6: { + id: 87, + value: 'yes', + choice_id: 6, + text: 'Boumbo petite automobile', + stack_id: 41, + }, + 7: { + id: 88, + value: 'yes', + choice_id: 7, + text: "Les mystérieuses cités d'or", + stack_id: 41, + }, + 8: { + choice_id: 8, + }, + 9: { + id: 89, + value: 'yes', + choice_id: 9, + text: 'Foot 2 rue', + stack_id: 41, + }, + 10: { + id: 90, + value: 'yes', + choice_id: 10, + text: "Le chat, la vache, et l'océan", + stack_id: 41, + }, + 11: { + choice_id: 11, + }, + }, + }, + { + id: 43, + modifier_token: + 'b88Qnb1A515Sfedee8b74d726A32444m87cn9Zc0f9t6Ued516f76235V93tBKcJVJearh061S8I0o5l24wbIaMe2v4wg76dhEBBi9m-28Qa601b664L', + pseudo: 'tk_TEST', + creation_date: { + date: '2020-04-02 17:55:45.201475', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + votes: { + 5: { + id: 93, + value: 'yes', + choice_id: 5, + text: 'Vic le viking', + stack_id: 43, + }, + 6: { + id: 94, + value: 'yes', + choice_id: 6, + text: 'Boumbo petite automobile', + stack_id: 43, + }, + 7: { + id: 95, + value: 'yes', + choice_id: 7, + text: "Les mystérieuses cités d'or", + stack_id: 43, + }, + 8: { + id: 96, + value: 'yes', + choice_id: 8, + text: 'Les mondes engloutis', + stack_id: 43, + }, + 9: { + id: 97, + value: 'yes', + choice_id: 9, + text: 'Foot 2 rue', + stack_id: 43, + }, + 10: { + choice_id: 10, + }, + 11: { + choice_id: 11, + }, + }, + }, + ], + comments: [ + { + id: 4, + text: 'wouah trop bien framadate HOUHOUUUU!', + pseudo: 'tk_TEST', + date: { + date: '2020-01-22 16:00:22.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + }, + { + id: 6, + text: 'wouah trop bien framadate! zerf zrg ergetetht', + pseudo: 'tk_TEST', + date: { + date: '2020-01-22 16:09:32.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + }, + { + id: 7, + text: 'comment numléro 4\n', + pseudo: 'tk_TEST', + date: { + date: '2020-01-22 16:09:51.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + }, + { + id: 8, + text: 'wouah trop bien framadate!', + pseudo: 'tk_TEST', + date: { + date: '2020-01-22 16:15:24.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + }, + { + id: 9, + text: 'wouah trop bien framadate zef ret r e re!', + pseudo: 'tk_TEST', + date: { + date: '2020-01-23 14:11:21.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + }, + { + id: 13, + text: 'OUAIIII', + pseudo: 'tk_TEST', + date: { + date: '2020-01-23 16:35:52.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + }, + { + id: 14, + text: 'MAAAAHAHAHAHHAA', + pseudo: 'tk_TEST', + date: { + date: '2020-01-23 16:36:04.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + }, + { + id: 16, + text: 'Meeeeeh', + pseudo: 'tk_TEST', + date: { + date: '2020-01-23 18:37:49.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + }, + { + id: 18, + text: 'wouah trop bien framadate!', + pseudo: 'tk_TEST', + date: { + date: '2020-01-24 11:34:58.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + }, + { + id: 19, + text: 'Ndjdjkddkld', + pseudo: 'tk_TEST', + date: { + date: '2020-01-24 11:35:08.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + }, + { + id: 20, + text: 'wouah trop bien framadate!', + pseudo: 'tk_TEST', + date: { + date: '2020-01-24 12:16:24.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + }, + { + id: 21, + text: 'encore un commentaire ', + pseudo: 'tk_TEST', + date: { + date: '2020-01-24 12:16:38.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + }, + ], + choices: [ + { + id: 5, + date: { + date: '2020-01-22 14:28:19.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + text: 'Vic le viking', + url: null, + }, + { + id: 6, + date: { + date: '2020-01-22 14:28:19.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + text: 'Boumbo petite automobile', + url: null, + }, + { + id: 7, + date: { + date: '2020-01-22 14:28:19.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + text: "Les mystérieuses cités d'or", + url: null, + }, + { + id: 8, + date: { + date: '2020-01-22 14:28:19.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + text: 'Les mondes engloutis', + url: null, + }, + { + id: 9, + date: { + date: '2020-01-22 14:28:19.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + text: 'Foot 2 rue', + url: null, + }, + { + id: 10, + date: { + date: '2020-01-22 14:28:19.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + text: "Le chat, la vache, et l'océan", + url: null, + }, + { + id: 11, + date: { + date: '2020-01-22 14:28:19.000000', + timezone_type: 3, + timezone: 'Europe/Paris', + }, + text: 'Digimon', + url: null, + }, + ], + choices_count: { + counts: { + 5: { + choice_id: 5, + choice_text: 'Vic le viking', + id: 9, + score: 8, + yes: { + count: 8, + people: ['', 'tk_TEST', 'tk_TEST', 'tk_TEST', 'tk_TEST', 'tk_TEST', 'tk_TEST', 'tk_TEST'], + }, + maybe: { + count: 0, + people: [], + }, + no: { + count: 2, + people: ['voting_people_TEST', 'tk_TEST'], + }, + }, + 6: { + choice_id: 6, + choice_text: 'Boumbo petite automobile', + id: 5, + score: 14.5, + yes: { + count: 13, + people: [ + 'voting_people_TEST', + 'tk_TEST', + 'tk_TEST', + 'tk_TEST', + 'tk_TEST', + 'tk_TEST', + 'tk_TEST', + 'tk_TEST', + 'tk_TEST', + 'tk_TEST', + 'tk_TEST', + 'tk_TEST', + 'tk_TEST', + ], + }, + maybe: { + count: 3, + people: ['voting_people_TEST', 'voting_people_TEST', ''], + }, + no: { + count: 0, + people: [], + }, + }, + 7: { + choice_id: 7, + choice_text: "Les mystérieuses cités d'or", + id: 4, + score: 12, + yes: { + count: 12, + people: [ + 'voting_people_TEST', + 'voting_people_TEST', + 'voting_people_TEST', + 'tk_TEST', + 'tk_TEST', + 'tk_TEST', + 'tk_TEST', + 'tk_TEST', + 'tk_TEST', + 'tk_TEST', + 'tk_TEST', + 'tk_TEST', + ], + }, + maybe: { + count: 0, + people: [], + }, + no: { + count: 2, + people: ['voting_people_TEST', ''], + }, + }, + 8: { + choice_id: 8, + choice_text: 'Les mondes engloutis', + id: 50, + score: 4, + yes: { + count: 4, + people: ['tk_TEST', 'tk_TEST', 'tk_TEST', 'tk_TEST'], + }, + maybe: { + count: 0, + people: [], + }, + no: { + count: 0, + people: [], + }, + }, + 9: { + choice_id: 9, + choice_text: 'Foot 2 rue', + id: 25, + score: 6, + yes: { + count: 6, + people: ['tk_TEST', 'tk_TEST', 'tk_TEST', 'tk_TEST', 'tk_TEST', 'tk_TEST'], + }, + maybe: { + count: 0, + people: [], + }, + no: { + count: 0, + people: [], + }, + }, + 10: { + choice_id: 10, + choice_text: "Le chat, la vache, et l'océan", + id: 16, + score: 4, + yes: { + count: 4, + people: ['tk_TEST', 'tk_TEST', 'tk_TEST', 'tk_TEST'], + }, + maybe: { + count: 0, + people: [], + }, + no: { + count: 0, + people: [], + }, + }, + 11: { + choice_id: 11, + choice_text: 'Digimon', + id: 22, + score: 1, + yes: { + count: 1, + people: ['tk_TEST'], + }, + maybe: { + count: 0, + people: [], + }, + no: { + count: 0, + people: [], + }, + }, + }, + maxScore: 14.5, + }, + vote_count: 21, + owner: { + __initializer__: null, + __cloner__: null, + __isInitialized__: true, + pseudo: 'tk_TEST', + email: 'tktest@tktest.com', + }, + owner_modifier_token: + 'b88Qnb1A515Sfedee8b74d726A32444m87cn9Zc0f9t6Ued516f76235V93tBKcJVJearh061S8I0o5l24wbIaMe2v4wg76dhEBBi9m-28Qa601b664L', + admin_key: + 'A8jZ9oc1jsFGZJ024c457f0Wj1bYca5m6537cm9nCg7catZdc18ke5Kqd449eL290oHCqdu3SNmkC7yIHj96n6dnU7ca7qdaf2VSRMI48eXd61O9a3U', + json_you_sent: { + pseudo: 'mon pseudo', + email: 'tktest@tktest.com', + votes: [ + { + choice_id: 5, + value: 'yes', + }, + { + choice_id: 6, + value: 'yes', + }, + { + choice_id: 7, + value: 'yes', + }, + { + choice_id: 8, + value: 'yes', + }, + { + choice_id: 9, + value: 'yes', + }, + ], + }, + }; + this.updateCurrentPollFromResponse(mockResponse); + } } diff --git a/src/app/services/poll-service.service.spec.ts b/src/app/services/poll-service.service.spec.ts index e2a84713..4d3f7f63 100644 --- a/src/app/services/poll-service.service.spec.ts +++ b/src/app/services/poll-service.service.spec.ts @@ -3,10 +3,10 @@ import { TestBed } from '@angular/core/testing'; import { PollService } from './poll.service'; describe('PollServiceService', () => { - beforeEach(() => TestBed.configureTestingModule({})); + beforeEach(() => TestBed.configureTestingModule({})); - it('should be created', () => { - const service: PollService = TestBed.get(PollService); - expect(service).toBeTruthy(); - }); + it('should be created', () => { + const service: PollService = TestBed.get(PollService); + expect(service).toBeTruthy(); + }); }); diff --git a/src/app/services/poll.service.ts b/src/app/services/poll.service.ts index 21d42e22..7b3b07e8 100644 --- a/src/app/services/poll.service.ts +++ b/src/app/services/poll.service.ts @@ -2,10 +2,10 @@ import { Injectable } from '@angular/core'; import { environment } from '../../environments/environment'; @Injectable({ - providedIn: 'root', + providedIn: 'root', }) export class PollService { - private baseHref: string = environment.baseApiHref; + private baseHref: string = environment.baseApiHref; - constructor() {} + constructor() {} } diff --git a/src/app/services/progression.service.spec.ts b/src/app/services/progression.service.spec.ts index 5833109e..ece2d6d1 100644 --- a/src/app/services/progression.service.spec.ts +++ b/src/app/services/progression.service.spec.ts @@ -3,10 +3,10 @@ import { TestBed } from '@angular/core/testing'; import { ConfigService } from './config.service'; describe('ConfigService', () => { - beforeEach(() => TestBed.configureTestingModule({})); + beforeEach(() => TestBed.configureTestingModule({})); - it('should be created', () => { - const service: ConfigService = TestBed.get(ConfigService); - expect(service).toBeTruthy(); - }); + it('should be created', () => { + const service: ConfigService = TestBed.get(ConfigService); + expect(service).toBeTruthy(); + }); }); diff --git a/src/app/ui/copy-text/copy-text.component.html b/src/app/ui/copy-text/copy-text.component.html index 0e85fbea..73f37172 100644 --- a/src/app/ui/copy-text/copy-text.component.html +++ b/src/app/ui/copy-text/copy-text.component.html @@ -1,11 +1,11 @@ diff --git a/src/app/ui/copy-text/copy-text.component.spec.ts b/src/app/ui/copy-text/copy-text.component.spec.ts index d6e93f3d..1fa52ca8 100644 --- a/src/app/ui/copy-text/copy-text.component.spec.ts +++ b/src/app/ui/copy-text/copy-text.component.spec.ts @@ -3,22 +3,22 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { CopyTextComponent } from './copy-text.component'; describe('CopyTextComponent', () => { - let component: CopyTextComponent; - let fixture: ComponentFixture; + let component: CopyTextComponent; + let fixture: ComponentFixture; - beforeEach(async(() => { - TestBed.configureTestingModule({ - declarations: [CopyTextComponent], - }).compileComponents(); - })); + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [CopyTextComponent], + }).compileComponents(); + })); - beforeEach(() => { - fixture = TestBed.createComponent(CopyTextComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); + beforeEach(() => { + fixture = TestBed.createComponent(CopyTextComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); - it('should create', () => { - expect(component).toBeTruthy(); - }); + it('should create', () => { + expect(component).toBeTruthy(); + }); }); diff --git a/src/app/ui/copy-text/copy-text.component.ts b/src/app/ui/copy-text/copy-text.component.ts index 8f4e3b3d..63ea5b2f 100644 --- a/src/app/ui/copy-text/copy-text.component.ts +++ b/src/app/ui/copy-text/copy-text.component.ts @@ -2,23 +2,23 @@ import { Component, Input, OnInit } from '@angular/core'; import { MessageService } from 'primeng/api'; @Component({ - selector: 'framadate-copy-text', - templateUrl: './copy-text.component.html', - styleUrls: ['./copy-text.component.scss'], + selector: 'framadate-copy-text', + templateUrl: './copy-text.component.html', + styleUrls: ['./copy-text.component.scss'], }) export class CopyTextComponent implements OnInit { - @Input() public textToCopy: any; - displayContentToCopy = false; + @Input() public textToCopy: any; + displayContentToCopy = false; - constructor(private messageService: MessageService) {} + constructor(private messageService: MessageService) {} - ngOnInit() {} + ngOnInit() {} - handleClick() { - this.messageService.add({ - severity: 'success', - summary: 'Texte copié', - detail: this.textToCopy, - }); - } + handleClick() { + this.messageService.add({ + severity: 'success', + summary: 'Texte copié', + detail: this.textToCopy, + }); + } } diff --git a/src/app/ui/directives/resettable-input.directive.spec.ts b/src/app/ui/directives/resettable-input.directive.spec.ts index 3b09be3c..2a4b2076 100644 --- a/src/app/ui/directives/resettable-input.directive.spec.ts +++ b/src/app/ui/directives/resettable-input.directive.spec.ts @@ -1,8 +1,8 @@ import { ResettableInputDirective } from './resettable-input.directive'; describe('ResettableInputDirective', () => { - it('should create an instance', () => { - const directive = new ResettableInputDirective(); - expect(directive).toBeTruthy(); - }); + it('should create an instance', () => { + const directive = new ResettableInputDirective(); + expect(directive).toBeTruthy(); + }); }); diff --git a/src/app/ui/directives/resettable-input.directive.ts b/src/app/ui/directives/resettable-input.directive.ts index 7d2d89be..08b18895 100644 --- a/src/app/ui/directives/resettable-input.directive.ts +++ b/src/app/ui/directives/resettable-input.directive.ts @@ -4,8 +4,8 @@ import { Directive } from '@angular/core'; * add a button on an input which deletes its value */ @Directive({ - selector: '[framadateResettableInput]', + selector: '[framadateResettableInput]', }) export class ResettableInputDirective { - constructor() {} + constructor() {} } diff --git a/src/app/ui/erasable-input/erasable-input.component.html b/src/app/ui/erasable-input/erasable-input.component.html index 0c647dc2..1936efc9 100644 --- a/src/app/ui/erasable-input/erasable-input.component.html +++ b/src/app/ui/erasable-input/erasable-input.component.html @@ -1,3 +1,3 @@ diff --git a/src/app/ui/erasable-input/erasable-input.component.spec.ts b/src/app/ui/erasable-input/erasable-input.component.spec.ts index b55a00a3..5466086a 100644 --- a/src/app/ui/erasable-input/erasable-input.component.spec.ts +++ b/src/app/ui/erasable-input/erasable-input.component.spec.ts @@ -3,22 +3,22 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { ErasableInputComponent } from './erasable-input.component'; describe('ErasableInputComponent', () => { - let component: ErasableInputComponent; - let fixture: ComponentFixture; + let component: ErasableInputComponent; + let fixture: ComponentFixture; - beforeEach(async(() => { - TestBed.configureTestingModule({ - declarations: [ErasableInputComponent], - }).compileComponents(); - })); + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [ErasableInputComponent], + }).compileComponents(); + })); - beforeEach(() => { - fixture = TestBed.createComponent(ErasableInputComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); + beforeEach(() => { + fixture = TestBed.createComponent(ErasableInputComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); - it('should create', () => { - expect(component).toBeTruthy(); - }); + it('should create', () => { + expect(component).toBeTruthy(); + }); }); diff --git a/src/app/ui/erasable-input/erasable-input.component.ts b/src/app/ui/erasable-input/erasable-input.component.ts index 49293814..6fd99ce9 100644 --- a/src/app/ui/erasable-input/erasable-input.component.ts +++ b/src/app/ui/erasable-input/erasable-input.component.ts @@ -1,22 +1,22 @@ import { Component, EventEmitter, Input, OnInit, Output } from '@angular/core'; @Component({ - selector: 'framadate-erasable-input', - templateUrl: './erasable-input.component.html', - styleUrls: ['./erasable-input.component.scss'], + selector: 'framadate-erasable-input', + templateUrl: './erasable-input.component.html', + styleUrls: ['./erasable-input.component.scss'], }) export class ErasableInputComponent implements OnInit { - @Output() inputModelChange = new EventEmitter(); + @Output() inputModelChange = new EventEmitter(); - @Input() inputModel; + @Input() inputModel; - constructor() {} + constructor() {} - ngOnInit() {} + ngOnInit() {} - eraseInput() { - // - this.inputModelChange.emit(''); - // TODO focus on other element - } + eraseInput() { + // + this.inputModelChange.emit(''); + // TODO focus on other element + } } diff --git a/src/app/ui/navigation/master-head/master-head.component.html b/src/app/ui/navigation/master-head/master-head.component.html index 614c073d..173c8082 100644 --- a/src/app/ui/navigation/master-head/master-head.component.html +++ b/src/app/ui/navigation/master-head/master-head.component.html @@ -1,12 +1,14 @@ - -

- Frama - date - (démo) -

-
- proposé par - Frama - soft -
-
+ diff --git a/src/app/ui/navigation/master-head/master-head.component.spec.ts b/src/app/ui/navigation/master-head/master-head.component.spec.ts index 762fd85f..ef228573 100644 --- a/src/app/ui/navigation/master-head/master-head.component.spec.ts +++ b/src/app/ui/navigation/master-head/master-head.component.spec.ts @@ -3,22 +3,22 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { MasterHeadComponent } from './master-head.component'; describe('MasterHeadComponent', () => { - let component: MasterHeadComponent; - let fixture: ComponentFixture; + let component: MasterHeadComponent; + let fixture: ComponentFixture; - beforeEach(async(() => { - TestBed.configureTestingModule({ - declarations: [MasterHeadComponent], - }).compileComponents(); - })); + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [MasterHeadComponent], + }).compileComponents(); + })); - beforeEach(() => { - fixture = TestBed.createComponent(MasterHeadComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); + beforeEach(() => { + fixture = TestBed.createComponent(MasterHeadComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); - it('should create', () => { - expect(component).toBeTruthy(); - }); + it('should create', () => { + expect(component).toBeTruthy(); + }); }); diff --git a/src/app/ui/navigation/master-head/master-head.component.ts b/src/app/ui/navigation/master-head/master-head.component.ts index bfb7000e..869aafb9 100644 --- a/src/app/ui/navigation/master-head/master-head.component.ts +++ b/src/app/ui/navigation/master-head/master-head.component.ts @@ -1,12 +1,12 @@ import { Component, OnInit } from '@angular/core'; @Component({ - selector: 'framadate-master-head', - templateUrl: './master-head.component.html', - styleUrls: ['./master-head.component.scss'], + selector: 'framadate-master-head', + templateUrl: './master-head.component.html', + styleUrls: ['./master-head.component.scss'], }) export class MasterHeadComponent implements OnInit { - constructor() {} + constructor() {} - ngOnInit(): void {} + ngOnInit(): void {} } diff --git a/src/app/ui/navigation/navigation.component.html b/src/app/ui/navigation/navigation.component.html index 3ec4d0b6..d68202fc 100644 --- a/src/app/ui/navigation/navigation.component.html +++ b/src/app/ui/navigation/navigation.component.html @@ -1,50 +1,44 @@ diff --git a/src/app/ui/navigation/navigation.component.scss b/src/app/ui/navigation/navigation.component.scss index 78962486..9f44090c 100644 --- a/src/app/ui/navigation/navigation.component.scss +++ b/src/app/ui/navigation/navigation.component.scss @@ -1,32 +1 @@ @charset "UTF-8"; - -nav { - text-align: center; - margin-bottom: 3.2rem; - padding-top: 1.6rem; - padding-bottom: 1.6rem; - border-top: 2px solid #ffd52c; - border-bottom: 2px solid #ffd52c; - - a { - &::before { - display: inline-block; - position: relative; - width: auto; - background: none; - } - - &::after { - display: none; - } - - &:not(:first-of-type)::before { - content: ' | '; - } - - &.active { - color: white; - background: black; - } - } -} diff --git a/src/app/ui/navigation/navigation.component.spec.ts b/src/app/ui/navigation/navigation.component.spec.ts index 66c06295..517c10c0 100644 --- a/src/app/ui/navigation/navigation.component.spec.ts +++ b/src/app/ui/navigation/navigation.component.spec.ts @@ -3,22 +3,22 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { NavigationComponent } from './navigation.component'; describe('NavigationComponent', () => { - let component: NavigationComponent; - let fixture: ComponentFixture; + let component: NavigationComponent; + let fixture: ComponentFixture; - beforeEach(async(() => { - TestBed.configureTestingModule({ - declarations: [NavigationComponent], - }).compileComponents(); - })); + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [NavigationComponent], + }).compileComponents(); + })); - beforeEach(() => { - fixture = TestBed.createComponent(NavigationComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); + beforeEach(() => { + fixture = TestBed.createComponent(NavigationComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); - it('should create', () => { - expect(component).toBeTruthy(); - }); + it('should create', () => { + expect(component).toBeTruthy(); + }); }); diff --git a/src/app/ui/navigation/navigation.component.ts b/src/app/ui/navigation/navigation.component.ts index 79616c2a..df39b57b 100644 --- a/src/app/ui/navigation/navigation.component.ts +++ b/src/app/ui/navigation/navigation.component.ts @@ -5,26 +5,26 @@ import { Router } from '@angular/router'; import { ConfigService } from '../../services/config.service'; @Component({ - selector: 'framadate-navigation', - templateUrl: './navigation.component.html', - styleUrls: ['./navigation.component.scss'], + selector: 'framadate-navigation', + templateUrl: './navigation.component.html', + styleUrls: ['./navigation.component.scss'], }) export class NavigationComponent extends BaseComponent implements OnInit { - @Input() public step = 'home'; + @Input() public step = 'home'; - constructor(public config: ConfigService, public route: Router) { - super(config); - } + constructor(public config: ConfigService, public route: Router) { + super(config); + } - ngOnInit() {} + ngOnInit() {} - nextPage() { - if (this.checkValidity()) { - if (this.config.step < this.config.stepMax) { - this.config.step++; - } - } else { - this.displayErrorMessage(); - } - } + nextPage() { + if (this.checkValidity()) { + if (this.config.step < this.config.stepMax) { + this.config.step++; + } + } else { + this.displayErrorMessage(); + } + } } diff --git a/src/app/ui/selector/language/language.component.html b/src/app/ui/selector/language/language.component.html index 4db74a77..d09bd19c 100644 --- a/src/app/ui/selector/language/language.component.html +++ b/src/app/ui/selector/language/language.component.html @@ -1,22 +1,28 @@
-
- location icon - menu icon - - Menu -
+
+
+ location icon + + +
+
+ menu icon +
+ Menu +
+
diff --git a/src/app/ui/selector/language/language.component.spec.ts b/src/app/ui/selector/language/language.component.spec.ts index 12501dec..449fbbac 100644 --- a/src/app/ui/selector/language/language.component.spec.ts +++ b/src/app/ui/selector/language/language.component.spec.ts @@ -3,22 +3,22 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { LanguageComponent } from './language.component'; describe('LanguageComponent', () => { - let component: LanguageComponent; - let fixture: ComponentFixture; + let component: LanguageComponent; + let fixture: ComponentFixture; - beforeEach(async(() => { - TestBed.configureTestingModule({ - declarations: [LanguageComponent], - }).compileComponents(); - })); + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [LanguageComponent], + }).compileComponents(); + })); - beforeEach(() => { - fixture = TestBed.createComponent(LanguageComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); + beforeEach(() => { + fixture = TestBed.createComponent(LanguageComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); - it('should create', () => { - expect(component).toBeTruthy(); - }); + it('should create', () => { + expect(component).toBeTruthy(); + }); }); diff --git a/src/app/ui/selector/language/language.component.ts b/src/app/ui/selector/language/language.component.ts index 131e731f..b77aa977 100644 --- a/src/app/ui/selector/language/language.component.ts +++ b/src/app/ui/selector/language/language.component.ts @@ -5,66 +5,66 @@ import { DOCUMENT } from '@angular/common'; import { Router } from '@angular/router'; @Component({ - selector: 'framadate-language', - templateUrl: './language.component.html', - styleUrls: ['./language.component.scss'], + selector: 'framadate-language', + templateUrl: './language.component.html', + styleUrls: ['./language.component.scss'], }) export class LanguageComponent implements OnInit { - currentLang = 'fr'; - langsAvailable = ['fr', 'en']; - title = 'framadate'; - // translation demo: - minutes = 12; - user = { - name: 'Arthur', - age: 42, - }; + currentLang = 'fr'; + langsAvailable = ['fr', 'en']; + title = 'framadate'; + // translation demo: + minutes = 12; + user = { + name: 'Arthur', + age: 42, + }; - constructor( - private translate: TranslateService, - public config: ConfigService, - @Inject(DOCUMENT) private document, - private route: Router - ) {} + constructor( + private translate: TranslateService, + public config: ConfigService, + @Inject(DOCUMENT) private document, + private route: Router + ) {} - ngOnInit(): void { - console.log('this.config.preferences', this.config.preferences); - if (this.config.preferences.lang) { - this.switchLanguage(this.config.preferences.lang); - } else { - this.switchLanguage(this.currentLang); - } - } + ngOnInit(): void { + console.log('this.config.preferences', this.config.preferences); + if (this.config.preferences.lang) { + this.switchLanguage(this.config.preferences.lang); + } else { + this.switchLanguage(this.currentLang); + } + } - switchLanguage(language: string) { - if (this.langsAvailable.includes(language)) { - this.translate.use(language); - this.currentLang = language; - this.config.setPreference('lang', language); - this.translate.setDefaultLang(this.currentLang); - } else { - console.error('this lang is not supported'); - } - } + switchLanguage(language: string) { + if (this.langsAvailable.includes(language)) { + this.translate.use(language); + this.currentLang = language; + this.config.setPreference('lang', language); + this.translate.setDefaultLang(this.currentLang); + } else { + console.error('this lang is not supported'); + } + } - /** - * set the next lang or loop to the first - * this is to manage future languages available - */ - changeLanguage() { - const langs = this.langsAvailable; - const indexofCurrent = langs.indexOf(this.currentLang); - if (indexofCurrent > -1) { - let newIndex = indexofCurrent + 1; - if (newIndex > langs.length - 1) { - newIndex = 0; - } - this.currentLang = this.langsAvailable[newIndex]; - } - this.translate.use(this.currentLang); - } + /** + * set the next lang or loop to the first + * this is to manage future languages available + */ + changeLanguage() { + const langs = this.langsAvailable; + const indexofCurrent = langs.indexOf(this.currentLang); + if (indexofCurrent > -1) { + let newIndex = indexofCurrent + 1; + if (newIndex > langs.length - 1) { + newIndex = 0; + } + this.currentLang = this.langsAvailable[newIndex]; + } + this.translate.use(this.currentLang); + } - toggleMenu() { - this.config.menuVisible = !this.config.menuVisible; - } + toggleMenu() { + this.config.menuVisible = !this.config.menuVisible; + } } diff --git a/src/app/ui/selector/selector.component.html b/src/app/ui/selector/selector.component.html index c6547320..ae676070 100644 --- a/src/app/ui/selector/selector.component.html +++ b/src/app/ui/selector/selector.component.html @@ -1,10 +1,10 @@ diff --git a/src/app/ui/selector/selector.component.spec.ts b/src/app/ui/selector/selector.component.spec.ts index f3aacb2b..742b8307 100644 --- a/src/app/ui/selector/selector.component.spec.ts +++ b/src/app/ui/selector/selector.component.spec.ts @@ -3,22 +3,22 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { SelectorComponent } from './selector.component'; describe('SelectorComponent', () => { - let component: SelectorComponent; - let fixture: ComponentFixture; + let component: SelectorComponent; + let fixture: ComponentFixture; - beforeEach(async(() => { - TestBed.configureTestingModule({ - declarations: [SelectorComponent], - }).compileComponents(); - })); + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [SelectorComponent], + }).compileComponents(); + })); - beforeEach(() => { - fixture = TestBed.createComponent(SelectorComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); + beforeEach(() => { + fixture = TestBed.createComponent(SelectorComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); - it('should create', () => { - expect(component).toBeTruthy(); - }); + it('should create', () => { + expect(component).toBeTruthy(); + }); }); diff --git a/src/app/ui/selector/selector.component.ts b/src/app/ui/selector/selector.component.ts index f44b39fb..3dc23aba 100644 --- a/src/app/ui/selector/selector.component.ts +++ b/src/app/ui/selector/selector.component.ts @@ -1,27 +1,27 @@ import { Component, Input, OnInit } from '@angular/core'; interface Item { - label: string; - value: string; + label: string; + value: string; } interface SelectorConfig { - label: string; - name: string; - id: string; - selectorNgModel: any; - listItems: Item[]; + label: string; + name: string; + id: string; + selectorNgModel: any; + listItems: Item[]; } @Component({ - selector: 'framadate-selector', - templateUrl: './selector.component.html', - styleUrls: ['./selector.component.scss'], + selector: 'framadate-selector', + templateUrl: './selector.component.html', + styleUrls: ['./selector.component.scss'], }) export class SelectorComponent implements OnInit { - @Input() selectorConfig: SelectorConfig; + @Input() selectorConfig: SelectorConfig; - constructor() {} + constructor() {} - ngOnInit() {} + ngOnInit() {} } diff --git a/src/app/ui/theme-selector/theme-selector.component.html b/src/app/ui/theme-selector/theme-selector.component.html index be8e9c7f..70054e50 100644 --- a/src/app/ui/theme-selector/theme-selector.component.html +++ b/src/app/ui/theme-selector/theme-selector.component.html @@ -1,24 +1,24 @@
-

Thème

- - light - - - dark - - - red - +

Thème

+ + light + + + dark + + + red +
diff --git a/src/app/ui/theme-selector/theme-selector.component.scss b/src/app/ui/theme-selector/theme-selector.component.scss index 11a14ba2..3e117b03 100644 --- a/src/app/ui/theme-selector/theme-selector.component.scss +++ b/src/app/ui/theme-selector/theme-selector.component.scss @@ -1,4 +1,4 @@ :host { - text-align: center; - padding: 0.5em; + text-align: center; + padding: 0.5em; } diff --git a/src/app/ui/theme-selector/theme-selector.component.spec.ts b/src/app/ui/theme-selector/theme-selector.component.spec.ts index 4670a91b..eb3b8117 100644 --- a/src/app/ui/theme-selector/theme-selector.component.spec.ts +++ b/src/app/ui/theme-selector/theme-selector.component.spec.ts @@ -3,22 +3,22 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { ThemeSelectorComponent } from './theme-selector.component'; describe('ThemeSelectorComponent', () => { - let component: ThemeSelectorComponent; - let fixture: ComponentFixture; + let component: ThemeSelectorComponent; + let fixture: ComponentFixture; - beforeEach(async(() => { - TestBed.configureTestingModule({ - declarations: [ThemeSelectorComponent], - }).compileComponents(); - })); + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [ThemeSelectorComponent], + }).compileComponents(); + })); - beforeEach(() => { - fixture = TestBed.createComponent(ThemeSelectorComponent); - component = fixture.componentInstance; - fixture.detectChanges(); - }); + beforeEach(() => { + fixture = TestBed.createComponent(ThemeSelectorComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); - it('should create', () => { - expect(component).toBeTruthy(); - }); + it('should create', () => { + expect(component).toBeTruthy(); + }); }); diff --git a/src/app/ui/theme-selector/theme-selector.component.ts b/src/app/ui/theme-selector/theme-selector.component.ts index bf47a583..83e1dc81 100644 --- a/src/app/ui/theme-selector/theme-selector.component.ts +++ b/src/app/ui/theme-selector/theme-selector.component.ts @@ -2,20 +2,20 @@ import { Component, OnInit } from '@angular/core'; import { ConfigService } from '../../services/config.service'; @Component({ - selector: 'framadate-theme-selector', - templateUrl: './theme-selector.component.html', - styleUrls: ['./theme-selector.component.scss'], + selector: 'framadate-theme-selector', + templateUrl: './theme-selector.component.html', + styleUrls: ['./theme-selector.component.scss'], }) export class ThemeSelectorComponent implements OnInit { - constructor(public config: ConfigService) { - // this.selectTheme('dark-crystal') - } + constructor(public config: ConfigService) { + // this.selectTheme('dark-crystal') + } - ngOnInit(): void {} + ngOnInit(): void {} - selectTheme(themeName: string) { - if (this.config.themeChoices.includes(themeName)) { - this.config.setPreference('themeName', themeName); - } - } + selectTheme(themeName: string) { + if (this.config.themeChoices.includes(themeName)) { + this.config.setPreference('themeName', themeName); + } + } } diff --git a/src/assets/css/bootstrap-reboot-4.3.1.css b/src/assets/css/bootstrap-reboot-4.3.1.css index 7a23e077..b44218c5 100644 --- a/src/assets/css/bootstrap-reboot-4.3.1.css +++ b/src/assets/css/bootstrap-reboot-4.3.1.css @@ -8,14 +8,14 @@ *, *::before, *::after { - box-sizing: border-box; + box-sizing: border-box; } html { - font-family: sans-serif; - line-height: 1.15; - -webkit-text-size-adjust: 100%; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); + font-family: sans-serif; + line-height: 1.15; + -webkit-text-size-adjust: 100%; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } article, @@ -28,29 +28,29 @@ hgroup, main, nav, section { - display: block; + display: block; } body { - margin: 0; - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, - 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; - font-size: 1rem; - font-weight: 400; - line-height: 1.5; - color: #212529; - text-align: left; - background-color: #fff; + margin: 0; + font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, + 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; + font-size: 1rem; + font-weight: 400; + line-height: 1.5; + color: #212529; + text-align: left; + background-color: #fff; } [tabindex='-1']:focus { - outline: 0 !important; + outline: 0 !important; } hr { - box-sizing: content-box; - height: 0; - overflow: visible; + box-sizing: content-box; + height: 0; + overflow: visible; } h1, @@ -59,164 +59,164 @@ h3, h4, h5, h6 { - margin-top: 0; - margin-bottom: 0.5rem; + margin-top: 0; + margin-bottom: 0.5rem; } p { - margin-top: 0; - margin-bottom: 1rem; + margin-top: 0; + margin-bottom: 1rem; } abbr[title], abbr[data-original-title] { - text-decoration: underline; - -webkit-text-decoration: underline dotted; - text-decoration: underline dotted; - cursor: help; - border-bottom: 0; - -webkit-text-decoration-skip-ink: none; - text-decoration-skip-ink: none; + text-decoration: underline; + -webkit-text-decoration: underline dotted; + text-decoration: underline dotted; + cursor: help; + border-bottom: 0; + -webkit-text-decoration-skip-ink: none; + text-decoration-skip-ink: none; } address { - margin-bottom: 1rem; - font-style: normal; - line-height: inherit; + margin-bottom: 1rem; + font-style: normal; + line-height: inherit; } ol, ul, dl { - margin-top: 0; - margin-bottom: 1rem; + margin-top: 0; + margin-bottom: 1rem; } ol ol, ul ul, ol ul, ul ol { - margin-bottom: 0; + margin-bottom: 0; } dt { - font-weight: 700; + font-weight: 700; } dd { - margin-bottom: 0.5rem; - margin-left: 0; + margin-bottom: 0.5rem; + margin-left: 0; } blockquote { - margin: 0 0 1rem; + margin: 0 0 1rem; } b, strong { - font-weight: bolder; + font-weight: bolder; } small { - font-size: 80%; + font-size: 80%; } sub, sup { - position: relative; - font-size: 75%; - line-height: 0; - vertical-align: baseline; + position: relative; + font-size: 75%; + line-height: 0; + vertical-align: baseline; } sub { - bottom: -0.25em; + bottom: -0.25em; } sup { - top: -0.5em; + top: -0.5em; } a { - text-decoration: none; - background-color: transparent; + text-decoration: none; + background-color: transparent; } a:hover { - text-decoration: underline; + text-decoration: underline; } a:not([href]):not([tabindex]) { - color: inherit; - text-decoration: none; + color: inherit; + text-decoration: none; } a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus { - color: inherit; - text-decoration: none; + color: inherit; + text-decoration: none; } a:not([href]):not([tabindex]):focus { - outline: 0; + outline: 0; } pre, code, kbd, samp { - font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace; - font-size: 1em; + font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace; + font-size: 1em; } pre { - margin-top: 0; - margin-bottom: 1rem; - overflow: auto; + margin-top: 0; + margin-bottom: 1rem; + overflow: auto; } figure { - margin: 0 0 1rem; + margin: 0 0 1rem; } img { - vertical-align: middle; - border-style: none; + vertical-align: middle; + border-style: none; } svg { - overflow: hidden; - vertical-align: middle; + overflow: hidden; + vertical-align: middle; } table { - border-collapse: collapse; + border-collapse: collapse; } caption { - padding-top: 0.75rem; - padding-bottom: 0.75rem; - color: #6c757d; - text-align: left; - caption-side: bottom; + padding-top: 0.75rem; + padding-bottom: 0.75rem; + color: #6c757d; + text-align: left; + caption-side: bottom; } th { - text-align: inherit; + text-align: inherit; } label { - display: inline-block; - margin-bottom: 0.5rem; + display: inline-block; + margin-bottom: 0.5rem; } button { - border-radius: 0; + border-radius: 0; } button:focus { - outline: 1px dotted; - outline: 5px auto -webkit-focus-ring-color; + outline: 1px dotted; + outline: 5px auto -webkit-focus-ring-color; } input, @@ -224,123 +224,123 @@ button, select, optgroup, textarea { - margin: 0; - font-family: inherit; - font-size: inherit; - line-height: inherit; + margin: 0; + font-family: inherit; + font-size: inherit; + line-height: inherit; } button, input { - overflow: visible; + overflow: visible; } button, select { - text-transform: none; + text-transform: none; } select { - word-wrap: normal; + word-wrap: normal; } button, [type='button'], [type='reset'], [type='submit'] { - -webkit-appearance: button; + -webkit-appearance: button; } button:not(:disabled), [type='button']:not(:disabled), [type='reset']:not(:disabled), [type='submit']:not(:disabled) { - cursor: pointer; + cursor: pointer; } button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner { - padding: 0; - border-style: none; + padding: 0; + border-style: none; } input[type='radio'], input[type='checkbox'] { - box-sizing: border-box; - padding: 0; + box-sizing: border-box; + padding: 0; } input[type='date'], input[type='time'], input[type='datetime-local'], input[type='month'] { - -webkit-appearance: listbox; + -webkit-appearance: listbox; } textarea { - overflow: auto; - resize: vertical; + overflow: auto; + resize: vertical; } fieldset { - min-width: 0; - padding: 0; - margin: 0; - border: 0; + min-width: 0; + padding: 0; + margin: 0; + border: 0; } legend { - display: block; - width: 100%; - max-width: 100%; - padding: 0; - margin-bottom: 0.5rem; - font-size: 1.5rem; - line-height: inherit; - color: inherit; - white-space: normal; + display: block; + width: 100%; + max-width: 100%; + padding: 0; + margin-bottom: 0.5rem; + font-size: 1.5rem; + line-height: inherit; + color: inherit; + white-space: normal; } progress { - vertical-align: baseline; + vertical-align: baseline; } [type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button { - height: auto; + height: auto; } [type='search'] { - outline-offset: -2px; - -webkit-appearance: none; + outline-offset: -2px; + -webkit-appearance: none; } [type='search']::-webkit-search-decoration { - -webkit-appearance: none; + -webkit-appearance: none; } ::-webkit-file-upload-button { - font: inherit; - -webkit-appearance: button; + font: inherit; + -webkit-appearance: button; } output { - display: inline-block; + display: inline-block; } summary { - display: list-item; - cursor: pointer; + display: list-item; + cursor: pointer; } template { - display: none; + display: none; } [hidden] { - display: none !important; + display: none !important; } /*# sourceMappingURL=bootstrap-reboot.css.map */ diff --git a/src/assets/scss/atoms/_buttons.scss b/src/assets/scss/atoms/_buttons.scss deleted file mode 100644 index bf787ba5..00000000 --- a/src/assets/scss/atoms/_buttons.scss +++ /dev/null @@ -1,78 +0,0 @@ -@charset "UTF-8"; - -@mixin btnTheme($color) { - background-color: $color; - color: $white; - &.btn--outline { - background-color: transparent; - border-color: $color; - color: $font-color; - } - &:focus, - &:hover, - &:active { - background-color: rgba($color, 0.8); - - &.btn--outline { - background-color: rgba($color, 0.2); - } - } -} - -.clickable { - cursor: pointer; -} - -.btn { - margin: 0.5rem 0; - padding: 1rem 1.5rem; - font-size: 1.6rem; - line-height: normal; - border: 0.2rem solid transparent; - border-radius: 0.3rem; - font-weight: normal; - - &--primary { - @include btnTheme($primary_color); - } - - &--semi-bold { - font-weight: 600; - } - - &--black-text { - color: black; - } - - &--purple { - background-color: $pale-purple; - } - - &--warning { - @include btnTheme($dusty-orange); - } - - &--alert, - &--danger { - @include btnTheme($red); - } - - &--small { - padding: 0.75rem 1.25rem; - } - - &--full { - display: block; - min-width: 100%; - } - - &--mini { - background-color: $mini-button-color; - } - - &--link { - min-width: 219.3px; - margin: 0 auto; - display: block; - } -} diff --git a/src/assets/scss/atoms/_fonts.scss b/src/assets/scss/atoms/_fonts.scss deleted file mode 100644 index 57bb166a..00000000 --- a/src/assets/scss/atoms/_fonts.scss +++ /dev/null @@ -1,66 +0,0 @@ -@charset "UTF-8"; - -@font-face { - font-family: 'pt_sans'; - src: url('assets/fonts/pt_sans/pt_sans_regular-webfont.woff2') format('woff2'), - url('assets/fonts/pt_sans/pt_sans_regular-webfont.woff') format('woff'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'pt_sans'; - src: url('assets/fonts/pt_sans/pt_sans_bold-webfont.woff2') format('woff2'), - url('assets/fonts/pt_sans/pt_sans_bold-webfont.woff') format('woff'); - font-weight: bold; - font-style: normal; -} - -@font-face { - font-family: 'proza_libre'; - src: url('assets/fonts/proza_libre/prozalibre-regular-webfont.woff2') format('woff2'), - url('assets/fonts/proza_libre/prozalibre-regular-webfont.woff') format('woff'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'proza_libre'; - src: url('assets/fonts/proza_libre/prozalibre-medium-webfont.woff2') format('woff2'), - url('assets/fonts/proza_libre/prozalibre-medium-webfont.woff') format('woff'); - font-weight: 500; - font-style: normal; -} - -@font-face { - font-family: 'proza_libre'; - src: url('assets/fonts/proza_libre/prozalibre-semibold-webfont.woff2') format('woff2'), - url('assets/fonts/proza_libre/prozalibre-semibold-webfont.woff') format('woff'); - font-weight: 600; - font-style: normal; -} - -@font-face { - font-family: 'proza_libre'; - src: url('assets/fonts/proza_libre/prozalibre-bold-webfont.woff2') format('woff2'), - url('assets/fonts/proza_libre/prozalibre-bold-webfont.woff') format('woff'); - font-weight: bold; - font-style: normal; -} - -body { - font-family: $default_font, Arial, Helvetica, sans-serif; - font-size: 1.4rem; -} - -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: $title_font, 'Brie Light', 'Arial', 'DejaVu Sans Mono'; -} -.nobold { - font-weight: normal; -} diff --git a/src/assets/scss/atoms/_forms.scss b/src/assets/scss/atoms/_forms.scss deleted file mode 100644 index b164356c..00000000 --- a/src/assets/scss/atoms/_forms.scss +++ /dev/null @@ -1,165 +0,0 @@ -@charset "UTF-8"; - -.input-lg { - display: block; - width: 100%; -} - -select { - margin-right: 1ch; -} - -input { - margin-right: 1ch; - - &[type='date']::after { - content: 'au format JJ/MM/AAAA'; - display: inline-block; - position: relative; - } -} - -input, -select, -textarea { - padding: 1rem; - border: 1px solid $secondary_color; - border-bottom: 3px solid $primary_color; -} - -input, -select { - display: inline-block; - margin-bottom: 10px; - margin-left: 5px; -} - -textarea { - width: 100%; - border-left: 3px solid $primary_color; -} - -select, -option { - // delete default display - -webkit-appearance: none; - -moz-appearance: none; - - border-radius: 0; - - background-color: transparent; - background-image: url('./assets/img/fleche_bas.svg'); - padding-right: 2.5rem; - - background-repeat: no-repeat; - background-size: 9px 8px; - background-position: right 1rem center; - - background-clip: border-box; - - // TODO -> check what angular can do -} - -label { - &[for] { - cursor: pointer; - } - - &:not([for]) { - color: $dusty-orange; - - &:before { - content: "ce label n'a pas d'attribut for, c'est mal."; - color: $violet; - } - } -} - -input { - &:not([id]) { - color: $dusty-orange; - - &:before { - content: "cet input n'a pas d'attribut id, c'est mal."; - color: $violet; - display: block; - padding: 1em; - background: yellow; - position: relative; - top: -1em; - z-index: 2; - margin-right: 0.5em; - right: 0; - border: solid red 2px; - box-shadow: 0 0 10px orange; - } - } -} - -.comment { - border-left: 6px solid $ugly-purple; - margin-top: 25px; - margin-bottom: 25px; - flex-wrap: wrap; - padding-left: 17px; -} - -.cname { - font-weight: bold; -} - -.btn { - max-width: 300px; -} - -.next { - max-width: 200px; -} - -input[type='text'], -textarea { - max-width: 350px; -} - -li { - list-style-type: none; -} - -h2 { -} - -.next { - align-self: flex-end; - margin-bottom: 50px; -} - -textarea { - height: 213px; - margin-bottom: 20px; -} - -.nobold { - font-weight: normal; -} - -select, -input, -textarea { - @extend .clickable; - - &:active, - &:focus, - &:hover { - color: $primary_color; - } -} - -.btn-block { - display: block; - width: 100%; -} - -.btn, -a { - cursor: pointer; -} diff --git a/src/assets/scss/atoms/_headings.scss b/src/assets/scss/atoms/_headings.scss deleted file mode 100644 index 6fcbcf84..00000000 --- a/src/assets/scss/atoms/_headings.scss +++ /dev/null @@ -1,16 +0,0 @@ -@charset "UTF-8"; - -h1, -h2 { - font-family: $title_font; -} - -h1 { - font-size: 2.5rem; - font-weight: 600; -} - -h1::after { - background-color: $primary_color; - height: 2px; -} diff --git a/src/assets/scss/atoms/_images.scss b/src/assets/scss/atoms/_images.scss deleted file mode 100644 index 74a5b8fd..00000000 --- a/src/assets/scss/atoms/_images.scss +++ /dev/null @@ -1,7 +0,0 @@ -@charset "UTF-8"; -.img-thumbnail { - width: 5em; - height: 5em; - margin: 1ch 0; - display: inline-block; -} diff --git a/src/assets/scss/atoms/_links.scss b/src/assets/scss/atoms/_links.scss deleted file mode 100644 index ef2d668f..00000000 --- a/src/assets/scss/atoms/_links.scss +++ /dev/null @@ -1,65 +0,0 @@ -@charset "UTF-8"; - -a { - display: inline-block; - position: relative; - font-family: $default_font; - font-weight: 600; - font-size: 1.6rem; - color: $font_color !important; - - &, - &:hover { - text-decoration: none; - } - - &::before, - &::after { - content: ''; - } - - &.next::before, - &.prev::after { - position: absolute; - top: 0; - bottom: 0; - display: block; - width: 100%; - height: 0.6rem; - margin: auto; - background-color: $secondary_color; - z-index: -1; - } - - &.next::after, - &.prev::before { - display: inline-block; - width: 1rem; - height: 1rem; - border-bottom: 2px solid #000; - } - - &.next::after { - margin-right: 1rem; - border-right: 2px solid #000; - transform: rotate(-45deg); - } - - &.prev::before { - margin-left: 1rem; - border-left: 2px solid #000; - transform: rotate(45deg); - } - - &:hover { - &.next::before, - &.prev::after { - background-color: rgba($primary_color, 0.7); - } - } - - span { - padding-right: 1rem; - padding-left: 1rem; - } -} diff --git a/src/assets/scss/atoms/_lists.scss b/src/assets/scss/atoms/_lists.scss deleted file mode 100644 index 9f44090c..00000000 --- a/src/assets/scss/atoms/_lists.scss +++ /dev/null @@ -1 +0,0 @@ -@charset "UTF-8"; diff --git a/src/assets/scss/atoms/_main.scss b/src/assets/scss/atoms/_main.scss deleted file mode 100644 index 296ec715..00000000 --- a/src/assets/scss/atoms/_main.scss +++ /dev/null @@ -1,9 +0,0 @@ -@charset "UTF-8"; - -main { - display: block; - width: 100%; - //max-width: 320px; // to look like the styleguide, to remove when we will have full width views - margin: 0 auto; - padding: 0 2rem; -} diff --git a/src/assets/scss/atoms/_section.scss b/src/assets/scss/atoms/_section.scss deleted file mode 100644 index 9f44090c..00000000 --- a/src/assets/scss/atoms/_section.scss +++ /dev/null @@ -1 +0,0 @@ -@charset "UTF-8"; diff --git a/src/assets/scss/default.scss b/src/assets/scss/default.scss deleted file mode 100644 index 596d83bb..00000000 --- a/src/assets/scss/default.scss +++ /dev/null @@ -1,28 +0,0 @@ -@charset "UTF-8"; - -html { - font-size: 62.5%; /* 10px */ - font-size: calc(1em * 0.625); /* fix */ - color: $font_color; -} - -.text-right { - text-align: right; -} - -.Language- { - padding-right: 2em; - font-family: SourceSansPro; - font-size: 11px; - font-weight: normal; - font-stretch: normal; - font-style: normal; - line-height: normal; - letter-spacing: normal; - color: var(--black); - border: none; -} - -.select_language { - display: none; -} diff --git a/src/assets/scss/dev-utilities/_debug.scss b/src/assets/scss/dev-utilities/_debug.scss new file mode 100644 index 00000000..0c9f0378 --- /dev/null +++ b/src/assets/scss/dev-utilities/_debug.scss @@ -0,0 +1,51 @@ +.debug { + font-size: 1rem; + background: $grey-dark; + margin: 0.5em; + padding: 0.5em; + + ul { + list-style-type: none; + } + + pre { + font-size: 1rem; + padding: 0.5em; + } +} + +label { + &[for] { + cursor: pointer; + } + + &:not([for]) { + color: $dusty-orange; + + &:before { + content: "### debug: ce label n'a pas d'attribut for, c'est mal. ### "; + color: $violet; + } + } +} + +input { + &:not([id]) { + color: $dusty-orange; + + &:before { + content: "### debug: cet input n'a pas d'attribut id, c'est mal. ###"; + color: $violet; + display: block; + padding: 1em; + background: yellow; + position: relative; + top: -1em; + z-index: 2; + margin-right: 0.5em; + right: 0; + border: solid red 2px; + box-shadow: 0 0 10px orange; + } + } +} diff --git a/src/assets/scss/dev-utilities/_helpers.scss b/src/assets/scss/dev-utilities/_helpers.scss new file mode 100644 index 00000000..70c40831 --- /dev/null +++ b/src/assets/scss/dev-utilities/_helpers.scss @@ -0,0 +1,20 @@ +.text-ellipsis { + text-overflow: ellipsis; + max-width: 100%; + word-break: break-all; + overflow: hidden; + display: inline-block; +} + +.clickable { + cursor: pointer; +} + +.boxed-shadow { + background: $white; + box-shadow: $dark-lavender 0 0 10px; +} + +.nobold { + font-weight: normal; +} diff --git a/src/assets/scss/dev-utilities/_mixins.scss b/src/assets/scss/dev-utilities/_mixins.scss new file mode 100644 index 00000000..1fc64c1b --- /dev/null +++ b/src/assets/scss/dev-utilities/_mixins.scss @@ -0,0 +1,18 @@ +@mixin btnTheme($color) { + background-color: $color; + color: $white; + &.btn--outline { + background-color: transparent; + border-color: $color; + color: $font-color; + } + &:focus, + &:hover, + &:active { + background-color: rgba($color, 0.8); + + &.btn--outline { + background-color: rgba($color, 0.2); + } + } +} diff --git a/src/assets/scss/libraries/_frameworks.scss b/src/assets/scss/libraries/_frameworks.scss new file mode 100644 index 00000000..1b5a58fb --- /dev/null +++ b/src/assets/scss/libraries/_frameworks.scss @@ -0,0 +1,11 @@ +@import '../../../node_modules/bulma/bulma.sass'; +// Import only what you need from Bulma +@import '../../../node_modules/bulma/sass/utilities/_all.sass'; +@import '../../../node_modules/bulma/sass/base/_all.sass'; +@import '../../../node_modules/bulma/sass/elements/button.sass'; +@import '../../../node_modules/bulma/sass/elements/container.sass'; +@import '../../../node_modules/bulma/sass/elements/title.sass'; +@import '../../../node_modules/bulma/sass/form/_all.sass'; +@import '../../../node_modules/bulma/sass/components/navbar.sass'; +@import '../../../node_modules/bulma/sass/layout/hero.sass'; +@import '../../../node_modules/bulma/sass/layout/section.sass'; diff --git a/src/assets/scss/libraries/_overrides.scss b/src/assets/scss/libraries/_overrides.scss new file mode 100644 index 00000000..af040a3e --- /dev/null +++ b/src/assets/scss/libraries/_overrides.scss @@ -0,0 +1,13 @@ +// Update Bulma's global variables +$family-sans-serif: 'Nunito', sans-serif; + +$primary: $dark-lavender; +$link: $wisteria; +$widescreen-enabled: false; +$fullhd-enabled: false; + +// Update some of Bulma's component variables +$body-background-color: $black; +$control-border-width: 2px; +$input-border-color: transparent; +$input-shadow: none; diff --git a/src/assets/scss/molecules/_debug.scss b/src/assets/scss/molecules/_debug.scss deleted file mode 100644 index 2420b0ef..00000000 --- a/src/assets/scss/molecules/_debug.scss +++ /dev/null @@ -1,15 +0,0 @@ -.debug { - font-size: 1rem; - background: $dark-lavender; - margin: 2em; - padding: 2em; - - ul { - list-style-type: none; - } - - pre { - font-size: 1rem; - padding: 0.5em; - } -} diff --git a/src/assets/scss/molecules/_flex-line.scss b/src/assets/scss/molecules/_flex-line.scss deleted file mode 100644 index 85cb4484..00000000 --- a/src/assets/scss/molecules/_flex-line.scss +++ /dev/null @@ -1,12 +0,0 @@ -@charset "UTF-8"; - -.flex-line { - display: flex; - align-items: center; - flex-wrap: wrap; - - & > input, - & > select { - flex-grow: 1; - } -} diff --git a/src/assets/scss/molecules/_logo.scss b/src/assets/scss/molecules/_logo.scss deleted file mode 100644 index 90607284..00000000 --- a/src/assets/scss/molecules/_logo.scss +++ /dev/null @@ -1,71 +0,0 @@ -.logo_first, -.logo_second { - padding-left: 0; - padding-right: 0; -} - -.logo_first { - color: $logo_color; -} - -.logo_second { - color: $logo_color_2; -} - -.wrapper { - display: grid; - margin-left: auto; - margin-right: auto; - width: 20em; - margin-top: 1rem; - - select { - float: right; - } -} - -.lang_icon { - grid-column: 1; - grid-row: 1; - margin-left: auto; - margin-right: auto; - margin-bottom: 1ch; -} - -.menu_icon { - grid-column: 2; - grid-row: 1; - margin-left: auto; - margin-right: auto; -} - -.lang_label { - grid-column: 1; - grid-row: 2; -} - -.menu_label { - grid-column: 2; - grid-row: 2; - font-family: SourceSansPro; - font-size: 11px; - padding-top: 10px; - margin-left: auto; - margin-right: auto; -} - -.legend_first { - color: $legend_color; - padding-right: 0rem; - padding-left: 0rem; -} - -.legend_second { - color: $legend_color_2; - padding-right: 0rem; - padding-left: 0rem; -} - -.legend { - font-size: 10px; -} diff --git a/src/assets/scss/partials/_buttons.scss b/src/assets/scss/partials/_buttons.scss new file mode 100644 index 00000000..2edeffdb --- /dev/null +++ b/src/assets/scss/partials/_buttons.scss @@ -0,0 +1,33 @@ +button, +.btn, +.back { + @extend .button; +} + +.btn--full { + @extend .is-block; +} + +.btn--primary { + @extend .is-primary; + color: $white !important; +} + +.btn--warning { + @extend .is-warning; +} + +.btn--info { + @extend .is-info; +} + +.btn--danger { + @extend .is-danger; +} + +main { + [ng-reflect-router-link] { + min-width: 50%; + margin: 0.5em; + } +} diff --git a/src/assets/scss/partials/_font-families.scss b/src/assets/scss/partials/_font-families.scss new file mode 100644 index 00000000..a6e5d6e9 --- /dev/null +++ b/src/assets/scss/partials/_font-families.scss @@ -0,0 +1,49 @@ +@charset "UTF-8"; + +@font-face { + font-family: 'pt_sans'; + src: url('assets/fonts/pt_sans/pt_sans_regular-webfont.woff2') format('woff2'), + url('assets/fonts/pt_sans/pt_sans_regular-webfont.woff') format('woff'); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: 'pt_sans'; + src: url('assets/fonts/pt_sans/pt_sans_bold-webfont.woff2') format('woff2'), + url('assets/fonts/pt_sans/pt_sans_bold-webfont.woff') format('woff'); + font-weight: bold; + font-style: normal; +} + +@font-face { + font-family: 'proza_libre'; + src: url('assets/fonts/proza_libre/prozalibre-regular-webfont.woff2') format('woff2'), + url('assets/fonts/proza_libre/prozalibre-regular-webfont.woff') format('woff'); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: 'proza_libre'; + src: url('assets/fonts/proza_libre/prozalibre-medium-webfont.woff2') format('woff2'), + url('assets/fonts/proza_libre/prozalibre-medium-webfont.woff') format('woff'); + font-weight: 500; + font-style: normal; +} + +@font-face { + font-family: 'proza_libre'; + src: url('assets/fonts/proza_libre/prozalibre-semibold-webfont.woff2') format('woff2'), + url('assets/fonts/proza_libre/prozalibre-semibold-webfont.woff') format('woff'); + font-weight: 600; + font-style: normal; +} + +@font-face { + font-family: 'proza_libre'; + src: url('assets/fonts/proza_libre/prozalibre-bold-webfont.woff2') format('woff2'), + url('assets/fonts/proza_libre/prozalibre-bold-webfont.woff') format('woff'); + font-weight: bold; + font-style: normal; +} diff --git a/src/assets/scss/partials/_form-controls.scss b/src/assets/scss/partials/_form-controls.scss new file mode 100644 index 00000000..8857d5d9 --- /dev/null +++ b/src/assets/scss/partials/_form-controls.scss @@ -0,0 +1,66 @@ +input, +select, +textarea { + @extend .clickable; + margin-bottom: 0.25rem; + border-bottom: 2px solid $primary_color; + padding: 0.5rem; + + &:active, + &:focus, + &:hover { + color: $primary_color; + } +} + +select, +option { + -webkit-appearance: none; + -moz-appearance: none; + border-radius: 0; + background-color: transparent; + background-image: url('/assets/img/fleche_bas.svg'); + padding-right: 2.5rem; + background-repeat: no-repeat; + background-size: 9px 8px; + background-position: right 1rem center; + background-clip: border-box; + min-width: 10rem; +} + +select { + @extend .select, .input; +} + +#multi_hours select { + min-width: 300px !important; +} + +input { + @extend .input, .text-ellipsis; +} + +label { + margin-top: 0.5rem; +} + +textarea { + width: 100%; + max-width: 100%; + min-height: 213px; + padding: 0.5em 1em; + margin-bottom: 1em; + border-left: 3px solid $primary_color; +} + +.comment { + border-left: 6px solid $primary_color; + margin-top: 25px; + margin-bottom: 25px; + flex-wrap: wrap; + padding-left: 17px; +} + +.cname { + font-weight: bold; +} diff --git a/src/assets/scss/partials/_forms.scss b/src/assets/scss/partials/_forms.scss new file mode 100644 index 00000000..4205381a --- /dev/null +++ b/src/assets/scss/partials/_forms.scss @@ -0,0 +1,61 @@ +@charset "UTF-8"; + +.input-lg { + display: block; + width: 100%; +} + +select { + margin-right: 1ch; +} + +input { + margin-right: 1ch; + + &[type='date']::after { + content: 'au format JJ/MM/AAAA'; + display: inline-block; + position: relative; + } +} + +input, +select, +textarea { + padding: 1rem; + border: 1px solid $secondary_color; + border-bottom: 3px solid $primary_color; +} + +input, +select { + display: inline-block; + margin-bottom: 10px; + margin-left: 5px; +} + +.next { + max-width: 200px; +} + +input[type='text'], +textarea { + max-width: 350px; +} + +li { + list-style-type: none; +} + +.next { + margin-bottom: 50px; +} + +.nobold { + font-weight: normal; +} + +.btn-block { + display: block; + width: 100%; +} diff --git a/src/assets/scss/partials/_images.scss b/src/assets/scss/partials/_images.scss new file mode 100644 index 00000000..1318069d --- /dev/null +++ b/src/assets/scss/partials/_images.scss @@ -0,0 +1,6 @@ +.img-thumbnail { + width: 5em; + height: 5em; + margin: 1ch 0; + display: inline-block; +} diff --git a/src/assets/scss/partials/_links.scss b/src/assets/scss/partials/_links.scss new file mode 100644 index 00000000..31e431ea --- /dev/null +++ b/src/assets/scss/partials/_links.scss @@ -0,0 +1,42 @@ +@charset "UTF-8"; +a { + color: $primary !important; + @extend .button, .is-hoverable; + + &:hover, + &:focus { + color: $dark !important; + background: $pale-purple; + } + + &.active { + color: $dark !important; + + &:hover, + &:focus { + color: $white !important; + background: $pale-purple; + } + } +} + +.list-my-polls { + a { + @extend .is-block; + } + + sub { + margin-left: 2em; + } +} + +.preview-url { + a { + overflow: hidden; + @extend .text-ellipsis; + } + + framadate-copy-text { + float: right; + } +} diff --git a/src/assets/scss/partials/_logo.scss b/src/assets/scss/partials/_logo.scss new file mode 100644 index 00000000..50c83440 --- /dev/null +++ b/src/assets/scss/partials/_logo.scss @@ -0,0 +1,70 @@ +.home_link { + border: none; + + h1 { + font-size: 1.5rem; + margin: 0; + margin-bottom: 0.25em; + } + + .logo_first, + .logo_second { + padding-left: 0; + padding-right: 0; + } + + .logo_first { + color: $dark; + } + + .logo_second { + color: $logo_color_2; + } + + .lang_label { + grid-column: 1; + grid-row: 2; + } + + .lang_icon { + grid-column: 1; + grid-row: 1; + margin-left: auto; + margin-right: auto; + margin-bottom: 1ch; + } + + .menu_icon { + grid-column: 2; + grid-row: 1; + margin-left: auto; + margin-right: auto; + } + + .menu_label { + grid-column: 2; + grid-row: 2; + font-size: 11px; + padding-top: 10px; + margin-left: auto; + margin-right: auto; + } + + .legend { + font-size: 14px; + margin-left: 14px; + color: $dark-lavender; + } + + .legend_first { + color: $legend_color; + padding-right: 0; + padding-left: 0; + } + + .legend_second { + color: $legend_color_2; + padding-right: 0; + padding-left: 0; + } +} diff --git a/src/assets/scss/partials/_main.scss b/src/assets/scss/partials/_main.scss new file mode 100644 index 00000000..cbc3615b --- /dev/null +++ b/src/assets/scss/partials/_main.scss @@ -0,0 +1,8 @@ +@charset "UTF-8"; + +main { + display: block; + width: 100%; + margin: 0 auto; + padding: 0 2rem; +} diff --git a/src/assets/scss/partials/_navigation.scss b/src/assets/scss/partials/_navigation.scss new file mode 100644 index 00000000..eb5a149e --- /dev/null +++ b/src/assets/scss/partials/_navigation.scss @@ -0,0 +1,83 @@ +nav { + text-align: center; + margin-bottom: 3.2rem; + padding-top: 1.6rem; + padding-bottom: 1.6rem; + border-top: 2px solid $primary; + border-bottom: 2px solid $primary; + + a { + &::before { + display: inline-block; + position: relative; + width: auto; + background: none; + } + + &::after { + display: none; + } + + &.active { + color: $white; + background: $primary; + } + } +} + +a { + &, + &:hover { + text-decoration: none; + } + + &::before, + &::after { + content: ''; + } + + &.next::before, + &.prev::after { + position: absolute; + top: 0; + bottom: 0; + display: block; + width: 100%; + height: 0.6rem; + margin: auto; + background-color: $secondary_color; + z-index: -1; + } + + &.next::after, + &.prev::before { + display: inline-block; + width: 1rem; + height: 1rem; + border-bottom: 2px solid #000; + } + + &.next::after { + margin-right: 1rem; + border-right: 2px solid #000; + transform: rotate(-45deg); + } + + &.prev::before { + margin-left: 1rem; + border-left: 2px solid #000; + transform: rotate(45deg); + } + + &:hover { + &.next::before, + &.prev::after { + background-color: rgba($primary_color, 0.7); + } + } + + span { + padding-right: 1rem; + padding-left: 1rem; + } +} diff --git a/src/assets/scss/partials/_responsive.scss b/src/assets/scss/partials/_responsive.scss new file mode 100644 index 00000000..be856ee5 --- /dev/null +++ b/src/assets/scss/partials/_responsive.scss @@ -0,0 +1,21 @@ +@media (min-width: $widescreen) { + select, + input, + label + select, + label { + width: 45%; + } + .date-choice > input:first-of-type { + width: 80%; + } + .date-choice .btn--primary, + .several-times { + margin-left: 1rem; + display: inline-block; + } + .time-choice { + input { + width: 70%; + } + } +} diff --git a/src/assets/scss/partials/_tables.scss b/src/assets/scss/partials/_tables.scss new file mode 100644 index 00000000..495a1294 --- /dev/null +++ b/src/assets/scss/partials/_tables.scss @@ -0,0 +1,7 @@ +table { + @extend .table, .is-striped, .is-hoverable; +} + +framadate-voting-summary { + @extend .table-container; +} diff --git a/src/assets/scss/partials/_typo.scss b/src/assets/scss/partials/_typo.scss new file mode 100644 index 00000000..55ca9854 --- /dev/null +++ b/src/assets/scss/partials/_typo.scss @@ -0,0 +1,34 @@ +h1, +h2, +h3, +h4, +h5, +h6 { + @extend .title; +} + +h1 { + @extend .is-1; + + &::after { + background-color: $primary_color; + height: 2px; + } +} + +h2 { + @extend .is-2; +} + +h3 { + @extend .is-3; +} + +h4 { + @extend .is-4; +} + +// icons font awesome +.fa { + margin: 0.25rem; +} diff --git a/src/assets/scss/partials/global.scss b/src/assets/scss/partials/global.scss new file mode 100644 index 00000000..0c7f03c8 --- /dev/null +++ b/src/assets/scss/partials/global.scss @@ -0,0 +1,9 @@ +@charset "UTF-8"; + +html { + font-size: 1rem; /* 10px */ + color: $font_color; +} +main { + min-height: 90vh; +} diff --git a/src/assets/scss/styles.scss b/src/assets/scss/styles.scss new file mode 100644 index 00000000..c4608598 --- /dev/null +++ b/src/assets/scss/styles.scss @@ -0,0 +1,35 @@ +@charset "utf-8"; +/* + You can add global.scss styles to this file, and also import other style files + ================================================== + all styles should be imported in an order from top: + most global scope, to bottom: the most specific scope of qualification. + ================================================== + */ +// configuration +@import 'variables'; +@import 'dev-utilities/mixins'; +@import 'dev-utilities/helpers'; +@import 'dev-utilities/debug'; +@import 'libraries/frameworks'; +@import 'libraries/overrides'; +// typography +//@import 'partials/font-families'; +@import 'partials/typo'; +// themes +@import 'themes/all'; +// most general dom elements +@import 'partials/global'; +@import 'partials/logo'; +@import 'partials/navigation'; + +// main content elements +@import 'partials/main'; +@import 'partials/tables'; +@import 'partials/buttons'; +@import 'partials/links'; +@import 'partials/forms'; +@import 'partials/form-controls'; +@import 'partials/images'; +// responsive, mobile first goal +@import 'partials/responsive'; diff --git a/src/assets/scss/themes/_all.scss b/src/assets/scss/themes/_all.scss index 95d52bb6..bbf54519 100644 --- a/src/assets/scss/themes/_all.scss +++ b/src/assets/scss/themes/_all.scss @@ -1,3 +1,4 @@ +@import 'base'; @import 'light'; @import 'dark'; @import 'red'; diff --git a/src/assets/scss/themes/_base.scss b/src/assets/scss/themes/_base.scss new file mode 100644 index 00000000..a47885d9 --- /dev/null +++ b/src/assets/scss/themes/_base.scss @@ -0,0 +1,39 @@ +#big_container { + background: $primary; + + .container { + padding: 1em; + } + + .big-header { + margin-bottom: 22px; + + .container { + @extend .boxed-shadow; + + .column:last-of-type { + text-align: right; + } + } + + main { + @extend .boxed-shadow; + } + } + + .bar-votestack { + background: $white; + border-top: 2px solid $primary_color; + z-index: 2; + position: fixed; + bottom: 0; + right: 0; + width: 100%; + text-align: right; + padding: 0.5rem; + } + + .ui-toast-message-content { + background: $white; + } +} diff --git a/src/assets/scss/themes/_dark.scss b/src/assets/scss/themes/_dark.scss index aa8e2f2c..4ec6c326 100644 --- a/src/assets/scss/themes/_dark.scss +++ b/src/assets/scss/themes/_dark.scss @@ -1,47 +1,58 @@ +$theme-color-primary: #1b6d85; +$theme-color-secondary: #1b6d85; +$theme-color-tertiary: #ccc; #big_container { - &.theme-dark-crystal { - background: #222; - color: #ddd; + &.theme-dark-crystal { + background: #222; + color: #ddd; - main { - background: #444; - } + .container { + padding: 1em; + } - h1::after { - background-color: #1b6d85; - } + main { + background: #444; + } - .btn--primary:focus, - .btn--primary:hover, - .btn--primary:active, - .btn--primary { - background-color: #1b6d85; - } + h1::after { + background-color: $theme-color-primary; + } - .btn--warning:focus, - .btn--warning:hover, - .btn--warning:active, - .btn--warning { - background-color: #554685; - } + .btn--primary:focus, + .btn--primary:hover, + .btn--primary:active, + .btn--primary { + background-color: $theme-color-secondary; + } - select { - background: #1b6d85; - border-color: #1b6d85; + .btn--warning:focus, + .btn--warning:hover, + .btn--warning:active, + .btn--warning { + background-color: $theme-color-secondary; + } - &:hover { - color: #ccc; - } - } + select { + background: $theme-color-secondary; + border-color: $theme-color-secondary; - .title { - color: #ccc; - } + &:hover { + color: $theme-color-tertiary; + } + } - .lang_icon, - .menu_icon { - fill: #1b6d85 !important; - color: #1b6d85 !important; - } - } + .title { + color: $theme-color-tertiary; + } + + .lang_icon, + .menu_icon { + fill: $theme-color-secondary !important; + color: $theme-color-secondary !important; + } + + .big-header { + margin-bottom: 22px; + } + } } diff --git a/src/assets/scss/themes/_high-contrast.scss b/src/assets/scss/themes/_high-contrast.scss new file mode 100644 index 00000000..ffbf963c --- /dev/null +++ b/src/assets/scss/themes/_high-contrast.scss @@ -0,0 +1,21 @@ +/** +aimed for visual impaired people + */ +$main-theme-color: #00003b; +#big_container { + &.theme-high-contrast { + background: #465f66; + color: $main-theme-color; + + h1::after { + background-color: $main-theme-color; + } + + .btn--primary:focus, + .btn--primary:hover, + .btn--primary:active, + .btn--primary { + background-color: $main-theme-color !important; + } + } +} diff --git a/src/assets/scss/themes/_light.scss b/src/assets/scss/themes/_light.scss index baaeb8a1..23c82352 100644 --- a/src/assets/scss/themes/_light.scss +++ b/src/assets/scss/themes/_light.scss @@ -1,5 +1,20 @@ #big_container { - &.theme-light-watermelon { - background: #fff; - } + background: $primary; + + &.theme-light-watermelon { + .big-header { + .container { + .column:last-of-type { + text-align: right; + } + } + } + + main { + .container { + background: #fff; + padding-bottom: 10em; + } + } + } } diff --git a/src/assets/scss/themes/_red.scss b/src/assets/scss/themes/_red.scss index 295337bd..dfe8810b 100644 --- a/src/assets/scss/themes/_red.scss +++ b/src/assets/scss/themes/_red.scss @@ -1,17 +1,17 @@ #big_container { - &.theme-hot-covid { - background: #ffbca4; - color: #501016; + &.theme-hot-covid { + background: #ffbca4; + color: #501016; - h1::after { - background-color: #850003; - } + h1::after { + background-color: #850003; + } - .btn--primary:focus, - .btn--primary:hover, - .btn--primary:active, - .btn--primary { - background-color: #850003 !important; - } - } + .btn--primary:focus, + .btn--primary:hover, + .btn--primary:active, + .btn--primary { + background-color: #850003 !important; + } + } } diff --git a/src/assets/scss/useful_classes.scss b/src/assets/scss/useful_classes.scss deleted file mode 100644 index a075761f..00000000 --- a/src/assets/scss/useful_classes.scss +++ /dev/null @@ -1,167 +0,0 @@ -@charset "UTF_8"; - -.align-right { - display: flex; - justify-content: flex-end; -} - -.pull-right { - float: right; -} - -/*Btm paddings*/ -.padding-btm-x1 { - padding-bottom: 10px; -} - -.padding-btm-x2 { - padding-bottom: 20px; -} - -.padding-btm-x3 { - padding-bottom: 30px; -} - -.padding-btm-x4 { - padding-bottom: 40px; -} - -.padding-btm-x5 { - padding-bottom: 50px; -} - -.padding-btm-x6 { - padding-bottom: 60px; -} - -.padding-btm-x7 { - padding-bottom: 70px; -} - -.padding-btm-x8 { - padding-bottom: 80px; -} - -/*Btm margins*/ -.margin-btm-x1 { - margin-bottom: 10px; -} - -.margin-btm-x2 { - margin-bottom: 20px; -} - -.margin-btm-x3 { - margin-bottom: 30px; -} - -.margin-btm-x4 { - margin-bottom: 40px; -} - -.margin-btm-x5 { - margin-bottom: 50px; -} - -.margin-btm-x6 { - margin-bottom: 60px; -} - -.margin-btm-x7 { - margin-bottom: 70px; -} - -.margin-btm-x8 { - margin-bottom: 80px; -} - -/*Top paddings*/ -.padding-top-x1 { - padding-top: 10px; -} - -.padding-top-x2 { - padding-top: 20px; -} - -.padding-top-x3 { - padding-top: 30px; -} - -.padding-top-x4 { - padding-top: 40px; -} - -.padding-top-x5 { - padding-top: 50px; -} - -.padding-top-x6 { - padding-top: 60px; -} - -.padding-top-x7 { - padding-top: 70px; -} - -.padding-top-x8 { - padding-top: 80px; -} - -/*Top margins*/ -.margin-top-x1 { - margin-top: 10px; -} - -.margin-top-x2 { - margin-top: 20px; -} - -.margin-top-x3 { - margin-top: 30px; -} - -.margin-top-x4 { - margin-top: 40px; -} - -.margin-top-x5 { - margin-top: 50px; -} - -.margin-top-x6 { - margin-top: 60px; -} - -.margin-top-x7 { - margin-top: 70px; -} - -.margin-top-x8 { - margin-top: 80px; -} - -.margin-right-x2 { - margin-bottom: 20px; -} - -.text-14 { - font-size: 14px; -} - -/*Pour masquer la page lors de l'apparition d'une popup*/ -.rgba-black { - position: fixed; - inset: 0px; - width: 100vw; - height: 100vh; - border: medium none; - z-index: 2147483647; - background-color: rgba(216, 216, 216, 0.4); -} - -.text-ellipsis { - text-overflow: ellipsis; - max-width: auto; - word-break: break-all; -} diff --git a/src/assets/scss/variables.scss b/src/assets/scss/variables.scss index e7e1e8fe..e41fa212 100644 --- a/src/assets/scss/variables.scss +++ b/src/assets/scss/variables.scss @@ -14,8 +14,16 @@ $cool-grey: #aeafb1; $warm-grey: #807e7e; $wisteria: #bf83c2; $pale-purple: #d198d4; + +$purple: #8a4d76; +$pink: #fa7c91; +$brown: #757763; +$beige-light: #d0d1cd; +$beige-lighter: #eff0eb; + // interpretations in app $primary_color: $ugly-purple; +$primary: $ugly-purple; $secondary_color: $lavender-pink; $font_color: $black; $logo_color: $dark-lavender; @@ -24,8 +32,13 @@ $legend_color: $dark-lavender; $legend_color_2: $dusty-orange; $choice_select_border_color: $cool-grey; $hover-color: $warm-grey; +$grey-dark: $warm-grey; +$grey-light: $beige-light; $clicked-color: $wisteria; $mini-button-color: $pale-purple; +$warning: $dusty-orange; +$danger: $red; + // FONT $default_font: 'pt_sans'; -$title_font: 'proza_libre'; +$title_font: 'proza_libre', 'Brie Light', 'Arial', 'DejaVu Sans Mono'; diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index 46200b00..b72c16c2 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -1,5 +1,5 @@ export const environment = { - production: true, - baseHref: 'https://framadate-api.cipherbliss.com/', - baseApiHref: 'https://framadate-api.cipherbliss.com/api/v1', + production: true, + baseHref: 'https://framadate-api.cipherbliss.com/', + baseApiHref: 'https://framadate-api.cipherbliss.com/api/v1', }; diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 7e5e9188..b576734a 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -7,12 +7,12 @@ const baseURLDemo = 'https://framadate-api.cipherbliss.com/'; const apiVersion = 1; const testOnDemo = 0; if (testOnDemo) { - baseURL = baseURLDemo; + baseURL = baseURLDemo; } export const environment = { - production: false, - baseHref: baseURL, - baseApiHref: baseURL + 'api/v' + apiVersion, + production: false, + baseHref: baseURL, + baseApiHref: baseURL + 'api/v' + apiVersion, }; /* diff --git a/src/index.html b/src/index.html index 703c67d3..dfa35b02 100644 --- a/src/index.html +++ b/src/index.html @@ -1,16 +1,16 @@ - - - Framadate - + + + Framadate + - - + + - - - - - + + + + + diff --git a/src/main.ts b/src/main.ts index 207c6dde..9bd6fb69 100644 --- a/src/main.ts +++ b/src/main.ts @@ -5,9 +5,9 @@ import { AppModule } from './app/app.module'; import { environment } from './environments/environment'; if (environment.production) { - enableProdMode(); + enableProdMode(); } platformBrowserDynamic() - .bootstrapModule(AppModule) - .catch((err) => console.error(err)); + .bootstrapModule(AppModule) + .catch((err) => console.error(err)); diff --git a/src/stories/0-Welcome.stories.ts b/src/stories/0-Welcome.stories.ts index 60b18d7a..3c30be44 100644 --- a/src/stories/0-Welcome.stories.ts +++ b/src/stories/0-Welcome.stories.ts @@ -1,15 +1,15 @@ import { Welcome } from '@storybook/angular/demo'; export default { - title: 'Welcome', - component: Welcome, + title: 'Welcome', + component: Welcome, }; export const ToStorybook = () => ({ - component: Welcome, - props: {}, + component: Welcome, + props: {}, }); ToStorybook.story = { - name: 'to Storybook', + name: 'to Storybook', }; diff --git a/src/stories/1-Button.stories.ts b/src/stories/1-Button.stories.ts index 9eece755..7d8daa6b 100644 --- a/src/stories/1-Button.stories.ts +++ b/src/stories/1-Button.stories.ts @@ -4,49 +4,49 @@ import { linkTo } from '@storybook/addon-links'; import { Button } from '@storybook/angular/demo'; export default { - title: 'Button', - component: Button, + title: 'Button', + component: Button, }; export const Text = () => ({ - component: Button, - props: { - text: 'Hello Button', - }, + component: Button, + props: { + text: 'Hello Button', + }, }); export const Emoji = () => ({ - component: Button, - props: { - text: '😀 😎 👍 💯', - }, + component: Button, + props: { + text: '😀 😎 👍 💯', + }, }); Emoji.story = { - parameters: { notes: 'My notes on a button with emojis' }, + parameters: { notes: 'My notes on a button with emojis' }, }; export const WithSomeEmojiAndAction = () => ({ - component: Button, - props: { - text: '😀 😎 👍 💯', - onClick: action('This was clicked OMG'), - }, + component: Button, + props: { + text: '😀 😎 👍 💯', + onClick: action('This was clicked OMG'), + }, }); WithSomeEmojiAndAction.story = { - name: 'with some emoji and action', - parameters: { notes: 'My notes on a button with emojis' }, + name: 'with some emoji and action', + parameters: { notes: 'My notes on a button with emojis' }, }; export const ButtonWithLinkToAnotherStory = () => ({ - component: Button, - props: { - text: 'Go to Welcome Story', - onClick: linkTo('Welcome'), - }, + component: Button, + props: { + text: 'Go to Welcome Story', + onClick: linkTo('Welcome'), + }, }); ButtonWithLinkToAnotherStory.story = { - name: 'button with link to another story', + name: 'button with link to another story', }; diff --git a/src/styles.scss b/src/styles.scss deleted file mode 100644 index 422ca63d..00000000 --- a/src/styles.scss +++ /dev/null @@ -1,20 +0,0 @@ -/* You can add global styles to this file, and also import other style files */ -@import '~bulma/bulma'; -@import 'assets/scss/variables'; -@import 'assets/scss/default'; -@import 'assets/scss/themes/all'; -@import 'assets/scss/useful_classes'; - -@import 'assets/scss/atoms/main'; -@import 'assets/scss/atoms/section'; -@import 'assets/scss/atoms/fonts'; -@import 'assets/scss/atoms/headings'; -@import 'assets/scss/atoms/buttons'; -@import 'assets/scss/atoms/links'; -@import 'assets/scss/atoms/forms'; -@import 'assets/scss/atoms/lists'; -@import 'assets/scss/atoms/images'; - -@import 'assets/scss/molecules/logo'; -@import 'assets/scss/molecules/debug'; -@import 'assets/scss/molecules/flex-line'; diff --git a/tsconfig.json b/tsconfig.json index 618f2b35..115f57a1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,7 @@ "moduleResolution": "node", "importHelpers": true, "target": "es2015", - "types": ["node"], + "types": ["node","jest"], "typeRoots": ["node_modules/@types"], "lib": ["es2018", "dom"] }, diff --git a/yarn.lock b/yarn.lock index ab8a24db..bca34d7b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8139,7 +8139,7 @@ jest-pnp-resolver@^1.2.1: resolved "https://registry.yarnpkg.com/jest-pnp-resolver/-/jest-pnp-resolver-1.2.1.tgz#ecdae604c077a7fbc70defb6d517c3c1c898923a" integrity sha512-pgFw2tm54fzgYvc/OHrnysABEObZCUNFnhjoRjaVOCN8NYc032/gVjPaHD4Aq6ApkSieWtfKAFQtmDKAmhupnQ== -jest-preset-angular@^8.1.2: +jest-preset-angular@^8.1.2, jest-preset-angular@^8.1.3: version "8.1.3" resolved "https://registry.yarnpkg.com/jest-preset-angular/-/jest-preset-angular-8.1.3.tgz#99951afe34ffa5a3d2fd879936515d3235e3567a" integrity sha512-T53bmWG4mNynumYcWqvhKGslQCJCTFpcL3SMrggrI65hI2G0ErYZ6WtdJqPDsFFk+KRN+iNLwNBG1idHO9k2uQ==