webpackJsonp(["main"],{ /***/ "./src/$$_lazy_route_resource lazy recursive": /***/ (function(module, exports) { function webpackEmptyAsyncContext(req) { // Here Promise.resolve().then() is used instead of new Promise() to prevent // uncatched exception popping up in devtools return Promise.resolve().then(function() { throw new Error("Cannot find module '" + req + "'."); }); } webpackEmptyAsyncContext.keys = function() { return []; }; webpackEmptyAsyncContext.resolve = webpackEmptyAsyncContext; module.exports = webpackEmptyAsyncContext; webpackEmptyAsyncContext.id = "./src/$$_lazy_route_resource lazy recursive"; /***/ }), /***/ "./src/app/app.component.css": /***/ (function(module, exports) { module.exports = "h1 {\n text-align: center;\n}\n\n.fonteQuestion {\n font-size: 32px;\n text-align: center;\n display: block;\n}\n\n.airedejeu {\n position: relative;\n margin: auto;\n width: 70%;\n border: 3px solid #73AD21;\n}\n\n.monfond { \n margin: auto;\n\n}\n\n#texteaera {\n position: absolute;\n top: 15%;\n left: 30%;\n width: 40%;\n height: 20%;\n background: lightgrey;\n border-radius: 15px;\n border-style: groove;\n border-color: white;\n opacity: 0.9;\n font-weight: bold; \n}\n\nbutton.disabled { \n pointer-events: none;\n color: black;\n}\n\n.bouton {\n background:lightgrey;\n border-radius: 10px;\n border-style: groove;\n border-color: white;\n opacity: 0.9;\n font-size: 18px;\n color: black;\n font-weight: bold;\n}\n\nbutton:hover {\n background-color: #043ef9; /* Green #4CAF50;*/\n color: white;\n}\n\n#ajB1{\n position: absolute;\n top: 45%;\n left: 10%;\n width: 25%;\n height: 13%;\n}\n\n#ajB2 {\n position: absolute;\n top: 45%;\n left: 37.5%;\n width: 25%;\n height: 13%;\n\n\n}\n\n#ajB3 {\n position: absolute;\n top: 45%;\n left: 65%;\n width: 25%;\n height: 13%;\n\n\n}\n\n#ajB4 {\n position: absolute;\n top: 60%;\n left: 24%;\n width: 25%;\n height: 13%;\n\n\n}\n\n#ajB5 {\n position: absolute;\n top: 60%;\n left: 51%;\n width: 25%;\n height: 13%;\n\n\n}\n\n#ajB6 {\n position: absolute;\n top: 75%;\n left: 10%;\n width: 25%;\n height: 13%;\n\n\n}\n\n#ajB7 {\n position: absolute;\n top: 75%;\n left: 37.5%;\n width: 25%;\n height: 13%;\n\n\n}\n\n#ajB8 {\n position: absolute;\n top: 75%;\n left: 65%;\n width: 25%;\n height: 13%;\n\n\n}\n\n" /***/ }), /***/ "./src/app/app.component.html": /***/ (function(module, exports) { module.exports = "
\n

{{ title }}

\n\n
\n\n \"image\n \n \n \n \n \n \n \n \n \n \n \n
\n\n\n\n
" /***/ }), /***/ "./src/app/app.component.ts": /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return AppComponent; }); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_core__ = __webpack_require__("./node_modules/@angular/core/esm5/core.js"); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__donnees_service__ = __webpack_require__("./src/app/donnees.service.ts"); var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; return c > 3 && r && Object.defineProperty(target, key, r), r; }; var __metadata = (this && this.__metadata) || function (k, v) { if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); }; var AppComponent = /** @class */ (function () { function AppComponent(donneesService) { this.donneesService = donneesService; // le titre this.title = 'Aire de Jeu'; } AppComponent.prototype.onResize = function (event) { console.log('taille de l\'écran: ', event.target.innerWidth); }; AppComponent.prototype.getLines = function () { var _this = this; this.donneesService.getLines(1, 1) .subscribe(function (meslignes) { return _this.tableau = meslignes; }); }; AppComponent.prototype.ngOnInit = function () { this.getLines(); this.rep1 = this.tableau[0].français; this.rep2 = this.tableau[1].français; this.rep3 = this.tableau[2].français; this.rep4 = this.tableau[3].français; this.rep5 = this.tableau[4].français; this.rep6 = this.tableau[5].français; this.rep7 = this.tableau[6].français; this.rep8 = this.tableau[7].français; }; __decorate([ Object(__WEBPACK_IMPORTED_MODULE_0__angular_core__["v" /* HostListener */])('window:resize', ['$event']), __metadata("design:type", Function), __metadata("design:paramtypes", [Object]), __metadata("design:returntype", void 0) ], AppComponent.prototype, "onResize", null); AppComponent = __decorate([ Object(__WEBPACK_IMPORTED_MODULE_0__angular_core__["m" /* Component */])({ selector: 'app-root', template: __webpack_require__("./src/app/app.component.html"), styles: [__webpack_require__("./src/app/app.component.css")] }), __metadata("design:paramtypes", [__WEBPACK_IMPORTED_MODULE_1__donnees_service__["a" /* DonneesService */]]) ], AppComponent); return AppComponent; }()); /***/ }), /***/ "./src/app/app.module.ts": /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return AppModule; }); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_platform_browser__ = __webpack_require__("./node_modules/@angular/platform-browser/esm5/platform-browser.js"); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__angular_core__ = __webpack_require__("./node_modules/@angular/core/esm5/core.js"); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__app_component__ = __webpack_require__("./src/app/app.component.ts"); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__donnees_service__ = __webpack_require__("./src/app/donnees.service.ts"); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__options_options_component__ = __webpack_require__("./src/app/options/options.component.ts"); var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; return c > 3 && r && Object.defineProperty(target, key, r), r; }; var AppModule = /** @class */ (function () { function AppModule() { } AppModule = __decorate([ Object(__WEBPACK_IMPORTED_MODULE_1__angular_core__["F" /* NgModule */])({ declarations: [ __WEBPACK_IMPORTED_MODULE_2__app_component__["a" /* AppComponent */], __WEBPACK_IMPORTED_MODULE_4__options_options_component__["a" /* OptionsComponent */] ], imports: [ __WEBPACK_IMPORTED_MODULE_0__angular_platform_browser__["a" /* BrowserModule */] ], providers: [__WEBPACK_IMPORTED_MODULE_3__donnees_service__["a" /* DonneesService */]], bootstrap: [__WEBPACK_IMPORTED_MODULE_2__app_component__["a" /* AppComponent */]] }) ], AppModule); return AppModule; }()); /***/ }), /***/ "./src/app/donnees.service.ts": /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return DonneesService; }); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_core__ = __webpack_require__("./node_modules/@angular/core/esm5/core.js"); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_rxjs_observable_of__ = __webpack_require__("./node_modules/rxjs/_esm5/observable/of.js"); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__lignes__ = __webpack_require__("./src/app/lignes.ts"); var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; return c > 3 && r && Object.defineProperty(target, key, r), r; }; var __metadata = (this && this.__metadata) || function (k, v) { if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); }; var DonneesService = /** @class */ (function () { function DonneesService() { } // retourne un tableau de 8 Ligne(s) DonneesService.prototype.getLines = function (tranche, serie) { this.longueur = __WEBPACK_IMPORTED_MODULE_2__lignes__["a" /* Lignes */].length; this.debut = (tranche - 1) * 8; if ((this.debut + 8) > this.longueur) { this.debut = this.longueur - 8; } console.log('nombre d\'enregistrements: ', __WEBPACK_IMPORTED_MODULE_2__lignes__["a" /* Lignes */].length); return Object(__WEBPACK_IMPORTED_MODULE_1_rxjs_observable_of__["a" /* of */])(__WEBPACK_IMPORTED_MODULE_2__lignes__["a" /* Lignes */].slice(this.debut, this.debut + 8)); }; DonneesService = __decorate([ Object(__WEBPACK_IMPORTED_MODULE_0__angular_core__["x" /* Injectable */])(), __metadata("design:paramtypes", []) ], DonneesService); return DonneesService; }()); /***/ }), /***/ "./src/app/lignes.ts": /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return Lignes; }); var Lignes = [ { 'hanzi': '爱', 'traditional': '', 'pinyin': 'ài', 'français': 'aimer, affection, apprécier', 'anglais': '', 'classificateur': '' }, { 'hanzi': '八', 'traditional': '', 'pinyin': 'bā', 'français': 'huit, 8', 'anglais': '', 'classificateur': '' }, { 'hanzi': '爸爸', 'traditional': '', 'pinyin': 'bàba', 'français': 'père, papa', 'anglais': '', 'classificateur': 'CL: 个,位[wèi]' }, { 'hanzi': '杯子', 'traditional': '', 'pinyin': 'bēizi', 'français': 'verre, coupe', 'anglais': '', 'classificateur': 'CL:个,支[zhī],枝[zhī]' }, { 'hanzi': '北京', 'traditional': '', 'pinyin': 'Běijīng', 'français': 'Pékin, Beijing', 'anglais': '', 'classificateur': '' }, { 'hanzi': '本', 'traditional': '', 'pinyin': 'běn', 'français': 'origine, racine, effectivement,', 'anglais': '', 'classificateur': 'CL pour livres ou périodiques' }, { 'hanzi': '不', 'traditional': '', 'pinyin': 'bù', 'français': '(préfixe) négation', 'anglais': '', 'classificateur': '' }, { 'hanzi': '不客气', 'traditional': '', 'pinyin': 'búkèqi', 'français': 'de rien, ne t’en fais pas', 'anglais': '', 'classificateur': '' }, { 'hanzi': '菜', 'traditional': '', 'pinyin': 'cài', 'français': 'plat, légume, cuisine', 'anglais': '', 'classificateur': 'CL: 盘 [pán],道 [dào]' }, { 'hanzi': '茶', 'traditional': '', 'pinyin': 'chá', 'français': 'thé, thé (plante)', 'anglais': '', 'classificateur': 'CL:杯 [bēi], 壶 [hú]' }, { 'hanzi': '吃', 'traditional': '', 'pinyin': 'chī', 'français': 'manger', 'anglais': '', 'classificateur': '' }, { 'hanzi': '出租车', 'traditional': '', 'pinyin': 'chūzūchē', 'français': 'taxi', 'anglais': '', 'classificateur': '' }, { 'hanzi': '打电话', 'traditional': '', 'pinyin': 'dǎdiànhuà', 'français': 'appeler, téléphoner', 'anglais': '', 'classificateur': '' }, { 'hanzi': '大', 'traditional': '', 'pinyin': 'dà', 'français': 'grand, énorme, majeur, ancien, le plus vieux', 'anglais': '', 'classificateur': '' }, { 'hanzi': '的', 'traditional': '', 'pinyin': 'de', 'français': '(particule possessive)', 'anglais': '', 'classificateur': '' }, { 'hanzi': '点', 'traditional': '', 'pinyin': 'diǎn', 'français': 'un peu; heures; virgule; point; goutte', 'anglais': '', 'classificateur': 'CL pour les petites quantités indéterminées' }, { 'hanzi': '电脑', 'traditional': '', 'pinyin': 'diànnǎo', 'français': 'ordinateur', 'anglais': '', 'classificateur': 'CL:臺|台[tái]' }, { 'hanzi': '电视', 'traditional': '', 'pinyin': 'diànshì', 'français': 'télévision; TV', 'anglais': '', 'classificateur': 'CL:臺|台[tái],個|个' }, { 'hanzi': '电影', 'traditional': '', 'pinyin': 'diànyǐng', 'français': 'film', 'anglais': '', 'classificateur': 'CL:部[bù],片[piàn],幕[mù],場|场[chǎng]' }, { 'hanzi': '东西', 'traditional': '', 'pinyin': 'dōngxi', 'français': 'chose, objet, truc', 'anglais': '', 'classificateur': 'CL:個|个,件[jiàn]' }, { 'hanzi': '都', 'traditional': '', 'pinyin': 'dōu', 'français': 'tout, entierièrement, tous', 'anglais': '', 'classificateur': '' }, { 'hanzi': '读', 'traditional': '', 'pinyin': 'dú', 'français': 'lire, étudier, lire haute voix', 'anglais': '', 'classificateur': '' }, { 'hanzi': '对不起', 'traditional': '', 'pinyin': 'duìbuqǐ', 'français': 'désolé, pardon, excusez-moi', 'anglais': '', 'classificateur': '' }, { 'hanzi': '多', 'traditional': '', 'pinyin': 'duō', 'français': 'beaucoup, un grand nombre', 'anglais': '', 'classificateur': '' }, { 'hanzi': '多少', 'traditional': '', 'pinyin': 'duōshǎo', 'français': 'combien ?', 'anglais': '', 'classificateur': '' }, { 'hanzi': '儿子', 'traditional': '', 'pinyin': 'érzi', 'français': 'fils', 'anglais': '', 'classificateur': '' }, { 'hanzi': '二', 'traditional': '', 'pinyin': 'èr', 'français': 'deux, 2', 'anglais': '', 'classificateur': '' }, { 'hanzi': '饭馆', 'traditional': '', 'pinyin': 'fànguǎn', 'français': 'restaurant', 'anglais': '', 'classificateur': ' CL:家[jiā]' }, { 'hanzi': '飞机', 'traditional': '', 'pinyin': 'fēijī', 'français': 'avion', 'anglais': '', 'classificateur': 'CL: 架[jià]' }, { 'hanzi': '分钟', 'traditional': '', 'pinyin': 'fēnzhōng', 'français': 'minute', 'anglais': '', 'classificateur': '' }, { 'hanzi': '高兴', 'traditional': '', 'pinyin': 'gāoxìng', 'français': 'heureux, joyeux, de bonne humeur', 'anglais': '', 'classificateur': '' }, { 'hanzi': '个', 'traditional': '', 'pinyin': 'gè', 'français': 'CL pour les individus ou objets', 'anglais': '', 'classificateur': 'CL pour les individus ou objets' }, { 'hanzi': '工作', 'traditional': '', 'pinyin': 'gōngzuò', 'français': 'travail, job, emploi, occupation', 'anglais': '', 'classificateur': 'CL:個|个,份[fèn],項|项[xiàng]' }, { 'hanzi': '狗', 'traditional': '', 'pinyin': 'gǒu', 'français': 'chien', 'anglais': '', 'classificateur': 'CL:隻|只[zhī],條|条[tiáo]' }, { 'hanzi': '汉语', 'traditional': '', 'pinyin': 'Hànyǔ', 'français': 'chinois (langue)', 'anglais': '', 'classificateur': 'CL:門|门[mén]' }, { 'hanzi': '好', 'traditional': '', 'pinyin': 'hǎo', 'français': 'bien, vraiment (peut-être utiliser pour marquer l’accomplissement d’une action)', 'anglais': '', 'classificateur': '' }, { 'hanzi': '喝', 'traditional': '', 'pinyin': 'hē', 'français': 'boire', 'anglais': '', 'classificateur': '' }, { 'hanzi': '和', 'traditional': '', 'pinyin': 'hé', 'français': 'et, ensemble, et puis, avec', 'anglais': '', 'classificateur': '' }, { 'hanzi': '很', 'traditional': '', 'pinyin': 'hěn', 'français': 'vraiment, très (adj.) adverbe de degré', 'anglais': '', 'classificateur': '' }, { 'hanzi': '回', 'traditional': '', 'pinyin': 'huí', 'français': 'au cercle; retourner; faire demi-tour; répondre; au retour; retourner; ethnie Hui (musulmans chinois), le temps;', 'anglais': '', 'classificateur': 'CL pour les actes d’une pièce, d’article ou d’un chapitre (d’un livre classique)' }, { 'hanzi': '会', 'traditional': '', 'pinyin': 'huì', 'français': 'pouvoir (savoir); être possible; être en mesure de;', 'anglais': '', 'classificateur': 'CL: 个 , un moment (Taiwan: ce sens est huǐ)' }, { 'hanzi': '火车站', 'traditional': '', 'pinyin': 'huǒchēzhàn', 'français': 'gare', 'anglais': '', 'classificateur': '' }, { 'hanzi': '家', 'traditional': '', 'pinyin': 'jiā', 'français': 'maison, famille, suffixe pour les spécialistes tels que musicien, écrivain ou révolutionnaire', 'anglais': '', 'classificateur': 'CL: 个; CL pour les familles ou les entreprises' }, { 'hanzi': '叫', 'traditional': '', 'pinyin': 'jiào', 'français': 'appeler, s’appeler, crier, commander (qqun.)', 'anglais': '', 'classificateur': '' }, { 'hanzi': '今天', 'traditional': '', 'pinyin': 'jīntiān', 'français': 'aujourd’hui, présentement, maintenant', 'anglais': '', 'classificateur': '' }, { 'hanzi': '九', 'traditional': '', 'pinyin': 'jiǔ', 'français': 'neuf, 9', 'anglais': '', 'classificateur': '' }, { 'hanzi': '开', 'traditional': '', 'pinyin': 'kāi', 'français': 'ouvrir, commencer, prescrire (médicament), conduire (voiture), abbréviation pour les Kelvin', 'anglais': '', 'classificateur': '' }, { 'hanzi': '看见', 'traditional': '', 'pinyin': 'kànjiàn', 'français': 'voir, apercevoir', 'anglais': '', 'classificateur': '' }, { 'hanzi': '块', 'traditional': '', 'pinyin': 'kuài', 'français': 'morceau ( terre); morceau; pièce; ; mot familier pour yuans', 'anglais': '', 'classificateur': 'CL pour les s morceaux tissus, gâteaux ou savon' }, { 'hanzi': '来', 'traditional': '', 'pinyin': 'lái', 'français': 'arriver, venir', 'anglais': '', 'classificateur': '' }, { 'hanzi': '老师', 'traditional': '', 'pinyin': 'lǎoshī', 'français': 'professeur', 'anglais': '', 'classificateur': ' CL:個|个,位[wèi' }, { 'hanzi': '了', 'traditional': '', 'pinyin': 'le', 'français': '(particule modale intensification l’article précént); (marqueur action achevée)', 'anglais': '', 'classificateur': '' }, { 'hanzi': '冷', 'traditional': '', 'pinyin': 'lěng', 'français': 'froid', 'anglais': '', 'classificateur': '' }, { 'hanzi': '里', 'traditional': '', 'pinyin': 'lǐ', 'français': 'intérieur, dans, interne, 裡|里 [lǐ]', 'anglais': '', 'classificateur': '' }, { 'hanzi': '零', 'traditional': '', 'pinyin': 'líng', 'français': 'zéro; rien; signe zéro; fragmentaire; impair ( nombres);', 'anglais': '', 'classificateur': '' }, { 'hanzi': '六', 'traditional': '', 'pinyin': 'liù', 'français': 'six, 6', 'anglais': '', 'classificateur': '' }, { 'hanzi': '妈妈', 'traditional': '', 'pinyin': 'māma', 'français': 'maman, mère', 'anglais': '', 'classificateur': 'CL:個|个,位[wèi]' }, { 'hanzi': '吗', 'traditional': '', 'pinyin': 'ma', 'français': 'particule interrogative (?)', 'anglais': '', 'classificateur': '' }, { 'hanzi': '买', 'traditional': '', 'pinyin': 'mǎi', 'français': 'acheter, payer', 'anglais': '', 'classificateur': '' }, { 'hanzi': '猫', 'traditional': '', 'pinyin': 'māo', 'français': 'chat', 'anglais': '', 'classificateur': 'CL:隻|只[zhī]' }, { 'hanzi': '没', 'traditional': '', 'pinyin': 'méi', 'français': '(préfice de négation); ne pas avoir', 'anglais': '', 'classificateur': '' }, { 'hanzi': '没关系', 'traditional': '', 'pinyin': 'méiguānxi', 'français': 'ce n’est pas grave', 'anglais': '', 'classificateur': '' }, { 'hanzi': '米饭', 'traditional': '', 'pinyin': 'mǐfàn', 'français': 'riz (cuit)', 'anglais': '', 'classificateur': '' }, { 'hanzi': '明天', 'traditional': '', 'pinyin': 'míngtiān', 'français': 'main', 'anglais': '', 'classificateur': '' }, { 'hanzi': '名字', 'traditional': '', 'pinyin': 'míngzi', 'français': 'nom, prénom', 'anglais': '', 'classificateur': 'CL:個|个' }, { 'hanzi': '哪', 'traditional': '', 'pinyin': 'nǎ', 'français': 'lequel, où ça ?', 'anglais': '', 'classificateur': '' }, { 'hanzi': '哪儿', 'traditional': '', 'pinyin': 'nǎr', 'français': 'où ?', 'anglais': '', 'classificateur': '' }, { 'hanzi': '那', 'traditional': '', 'pinyin': 'nà', 'français': 'là (locatif) ceux, puis (dans ce cas), couramment pr. nèi vant un classificateur, esp. Pékin', 'anglais': '', 'classificateur': '' }, { 'hanzi': '那儿', 'traditional': '', 'pinyin': 'nàr', 'français': 'là-bas', 'anglais': '', 'classificateur': '' }, { 'hanzi': '呢', 'traditional': '', 'pinyin': 'ne', 'français': '(particules interrogative pour les sujets déjà mentionnés)', 'anglais': '', 'classificateur': '' }, { 'hanzi': '能', 'traditional': '', 'pinyin': 'néng', 'français': 'pouvoir, être capable de, capacité; mesure; capable, peut éventuellement;', 'anglais': '', 'classificateur': '' }, { 'hanzi': '你', 'traditional': '', 'pinyin': 'nǐ', 'français': 'tu', 'anglais': '', 'classificateur': '' }, { 'hanzi': '年', 'traditional': '', 'pinyin': 'nián', 'français': 'année', 'anglais': '', 'classificateur': 'CL:個|个' }, { 'hanzi': '女儿', 'traditional': '', 'pinyin': 'nǚér', 'français': 'fille', 'anglais': '', 'classificateur': '' }, { 'hanzi': '朋友', 'traditional': '', 'pinyin': 'péngyou', 'français': 'ami', 'anglais': '', 'classificateur': ' CL:個|个,位[wèi]' }, { 'hanzi': '漂亮', 'traditional': '', 'pinyin': 'piàoliang', 'français': 'belle, joli', 'anglais': '', 'classificateur': '' }, { 'hanzi': '苹果', 'traditional': '', 'pinyin': 'píngguǒ', 'français': 'pomme', 'anglais': '', 'classificateur': 'CL:個|个,顆|颗[kē]' }, { 'hanzi': '七', 'traditional': '', 'pinyin': 'qī', 'français': 'sept, 7', 'anglais': '', 'classificateur': '' }, { 'hanzi': '钱', 'traditional': '', 'pinyin': 'qián', 'français': 'argent, monnaie', 'anglais': '', 'classificateur': 'CL:筆|笔[bǐ]' }, { 'hanzi': '前面', 'traditional': '', 'pinyin': 'qiánmiàn', 'français': 'avant, en avant, précédent, au-dessus', 'anglais': '', 'classificateur': '' }, { 'hanzi': '请', 'traditional': '', 'pinyin': 'qǐng', 'français': 'demander et inviter, s’il vous plaît (faire qch); demander', 'anglais': '', 'classificateur': '' }, { 'hanzi': '去', 'traditional': '', 'pinyin': 'qù', 'français': 'aller, aller (lieu)', 'anglais': '', 'classificateur': '' }, { 'hanzi': '热', 'traditional': '', 'pinyin': 'rè', 'français': 'chaud', 'anglais': '', 'classificateur': '' }, { 'hanzi': '人', 'traditional': '', 'pinyin': 'rén', 'français': 'homme, personne, gens', 'anglais': '', 'classificateur': ' CL: 个 , 位 [wèi]' }, { 'hanzi': '认识', 'traditional': '', 'pinyin': 'rènshi', 'français': 'connaître, reconnaître, se familiariser avec; la connaissance, la compréhension, la sensibilisation, la cognition', 'anglais': '', 'classificateur': '' }, { 'hanzi': '日', 'traditional': '', 'pinyin': 'rì', 'français': 'jour, soleil, abréviation Pour Le Japon', 'anglais': '', 'classificateur': '' }, { 'hanzi': '三', 'traditional': '', 'pinyin': 'sān', 'français': 'trois, 3', 'anglais': '', 'classificateur': '' }, { 'hanzi': '商店', 'traditional': '', 'pinyin': 'shāngdiàn', 'français': 'magasin, boutique', 'anglais': '', 'classificateur': 'CL: 家 [jiā], 个' }, { 'hanzi': '上午', 'traditional': '', 'pinyin': 'shàngwǔ', 'français': 'matin', 'anglais': '', 'classificateur': ' CL: 个' }, { 'hanzi': '少', 'traditional': '', 'pinyin': 'shǎo', 'français': 'quelques-uns, peu, le manque', 'anglais': '', 'classificateur': '' }, { 'hanzi': '谁', 'traditional': '', 'pinyin': 'shéi', 'français': 'qui? (alors prononcé shuí)', 'anglais': '', 'classificateur': '' }, { 'hanzi': '什么', 'traditional': '', 'pinyin': 'shénme', 'français': 'ce qui;? qui;? quelque chose, quoi que ce soit', 'anglais': '', 'classificateur': '' }, { 'hanzi': '十', 'traditional': '', 'pinyin': 'shí', 'français': 'dix; 10', 'anglais': '', 'classificateur': '' }, { 'hanzi': '时候', 'traditional': '', 'pinyin': 'shíhou', 'français': 'temps, durée; moment; période', 'anglais': '', 'classificateur': '' }, { 'hanzi': '是', 'traditional': '', 'pinyin': 'shì', 'français': 'être; est, sont, suis, oui, d’être', 'anglais': '', 'classificateur': '' }, { 'hanzi': '书', 'traditional': '', 'pinyin': 'shū', 'français': 'livre, lettre, , voir aussi 书 经 | 书 经 Livre d’Histoire', 'anglais': '', 'classificateur': 'CL: 本 [běn], 册 | 册 [cè], 部 [bù]' }, { 'hanzi': '水', 'traditional': '', 'pinyin': 'shuǐ', 'français': 'eau, rivière, liquide, boisson, frais supplémentaires ou revenus', 'anglais': '', 'classificateur': 'CL pour le nombre lavages (vêtements)' }, { 'hanzi': '睡觉', 'traditional': '', 'pinyin': 'shuìjiào', 'français': 'dormir; aller au lit', 'anglais': '', 'classificateur': '' }, { 'hanzi': '说话', 'traditional': '', 'pinyin': 'shuōhuà', 'français': 'parler, dire, parler, bavarder, raconter des histoires parole', 'anglais': '', 'classificateur': '' }, { 'hanzi': '四', 'traditional': '', 'pinyin': 'sì', 'français': 'quatre; 4', 'anglais': '', 'classificateur': '' }, { 'hanzi': '岁', 'traditional': '', 'pinyin': 'suì', 'français': 'année; année (récoltes)', 'anglais': '', 'classificateur': 'CL pour l’âge' }, { 'hanzi': '他', 'traditional': '', 'pinyin': 'tā', 'français': 'il; lui (utilisé pour les deux sexes quand le sexe est inconnu ou sans importance)', 'anglais': '', 'classificateur': '' }, { 'hanzi': '她', 'traditional': '', 'pinyin': 'tā', 'français': 'elle', 'anglais': '', 'classificateur': '' }, { 'hanzi': '太', 'traditional': '', 'pinyin': 'tài', 'français': 'le plus élevé; plus, trop (beaucoup), très', 'anglais': '', 'classificateur': '' }, { 'hanzi': '天气', 'traditional': '', 'pinyin': 'tiānqì', 'français': 'temps', 'anglais': '', 'classificateur': '' }, { 'hanzi': '听', 'traditional': '', 'pinyin': 'tīng', 'français': 'écouter, entendre, obéir, cannette (terme emprunté l’anglais « tin »)', 'anglais': '', 'classificateur': 'CL pour les boissons en conserve' }, { 'hanzi': '同学', 'traditional': '', 'pinyin': 'tóngxué', 'français': 'camarade de classe; camarade', 'anglais': '', 'classificateur': 'CL: 位 [wèi], 个' }, { 'hanzi': '喂', 'traditional': '', 'pinyin': 'wèi', 'français': 'bonjour (au le téléphone.); hey, se nourrir (qn ou un animal)', 'anglais': '', 'classificateur': '' }, { 'hanzi': '我', 'traditional': '', 'pinyin': 'wǒ', 'français': 'je; moi, mon', 'anglais': '', 'classificateur': '' }, { 'hanzi': '我们', 'traditional': '', 'pinyin': 'wǒmen', 'français': 'nous, nous, nous-mêmes, notre', 'anglais': '', 'classificateur': '' }, { 'hanzi': '五', 'traditional': '', 'pinyin': 'wǔ', 'français': 'cinq; 5', 'anglais': '', 'classificateur': '' }, { 'hanzi': '喜欢', 'traditional': '', 'pinyin': 'xǐhuan', 'français': 'aimer (qqch), apprécier', 'anglais': '', 'classificateur': '' }, { 'hanzi': '下', 'traditional': '', 'pinyin': 'xià', 'français': 'vers le bas; dessous; inférieur; plus tard; prochaine (semaine etc); seconde ( partie); descendre', 'anglais': '', 'classificateur': '' }, { 'hanzi': '下午', 'traditional': '', 'pinyin': 'xiàwǔ', 'français': 'après-midi', 'anglais': '', 'classificateur': 'CL: 个' }, { 'hanzi': '下雨', 'traditional': '', 'pinyin': 'xiàyǔ', 'français': 'pleuvoir', 'anglais': '', 'classificateur': '' }, { 'hanzi': '先生', 'traditional': '', 'pinyin': 'xiānsheng', 'français': 'Monsieur (M.); mari', 'anglais': '', 'classificateur': 'CL: 个 , 位 [wèi]' }, { 'hanzi': '现在', 'traditional': '', 'pinyin': 'xiànzài', 'français': 'maintenant, à l’heure actuelle, actuellement, de nos jours', 'anglais': '', 'classificateur': '' }, { 'hanzi': '想', 'traditional': '', 'pinyin': 'xiǎng', 'français': 'penser, croire, vouloir, manquer (qqun.)', 'anglais': '', 'classificateur': '' }, { 'hanzi': '小', 'traditional': '', 'pinyin': 'xiǎo', 'français': 'petit, minuscule, peu, jeune', 'anglais': '', 'classificateur': '' }, { 'hanzi': '小姐', 'traditional': '', 'pinyin': 'xiǎojie', 'français': 'jeune dame, mamoiselle;', 'anglais': '', 'classificateur': 'CL: 个 , 位 [wèi]' }, { 'hanzi': '些', 'traditional': '', 'pinyin': 'xiē', 'français': 'certains, peu nombreux, plusieurs', 'anglais': '', 'classificateur': 'CL pour quelques uns' }, { 'hanzi': '写', 'traditional': '', 'pinyin': 'xiě', 'français': 'écrire', 'anglais': '', 'classificateur': '' }, { 'hanzi': '谢谢', 'traditional': '', 'pinyin': 'xièxie', 'français': 'remercier, merci', 'anglais': '', 'classificateur': '' }, { 'hanzi': '星期', 'traditional': '', 'pinyin': 'xīngqī', 'français': 'semaine', 'anglais': '', 'classificateur': 'CL: 个' }, { 'hanzi': '学生', 'traditional': '', 'pinyin': 'xuésheng', 'français': 'étudiant, écolier', 'anglais': '', 'classificateur': '' }, { 'hanzi': '学习', 'traditional': '', 'pinyin': 'xuéxí', 'français': 'apprendre, étudier', 'anglais': '', 'classificateur': '' }, { 'hanzi': '学校', 'traditional': '', 'pinyin': 'xuéxiào', 'français': 'école', 'anglais': '', 'classificateur': 'CL: 所 [suǒ]' }, { 'hanzi': '一', 'traditional': '', 'pinyin': 'yī', 'français': 'un; 1; simple, un (article)', 'anglais': '', 'classificateur': '' }, { 'hanzi': '衣服', 'traditional': '', 'pinyin': 'yīfu', 'français': 'vêtements', 'anglais': '', 'classificateur': 'CL: 件 [jiàn], 套 [tào]' }, { 'hanzi': '医生', 'traditional': '', 'pinyin': 'yīshēng', 'français': 'médecin', 'anglais': '', 'classificateur': 'CL: 个 , 位 [wèi], 名 [míng]' }, { 'hanzi': '医院', 'traditional': '', 'pinyin': 'yīyuàn', 'français': 'hôpital', 'anglais': '', 'classificateur': 'CL: 所 [suǒ], 家 [jiā], 座 [zuò]' }, { 'hanzi': '椅子', 'traditional': '', 'pinyin': 'yǐzi', 'français': 'chaise', 'anglais': '', 'classificateur': 'CL: 把 [bǎ], 套 [tào]' }, { 'hanzi': '有', 'traditional': '', 'pinyin': 'yǒu', 'français': 'avoir, il y a, exister', 'anglais': '', 'classificateur': '' }, { 'hanzi': '月', 'traditional': '', 'pinyin': 'yuè', 'français': 'lune, mois', 'anglais': '', 'classificateur': 'CL: 个 , 轮 | 轮 [lún]' }, { 'hanzi': '在', 'traditional': '', 'pinyin': 'zài', 'français': '(locatif – situé) ; (être) à; exister, en train de faire qch; (indique une action en cours)', 'anglais': '', 'classificateur': '' }, { 'hanzi': '再见', 'traditional': '', 'pinyin': 'zàijiàn', 'français': 'au revoir, adieu', 'anglais': '', 'classificateur': '' }, { 'hanzi': '怎么', 'traditional': '', 'pinyin': 'zěnme', 'français': 'comment, qu’est-ce que ? pourquoi?', 'anglais': '', 'classificateur': '' }, { 'hanzi': '怎么样', 'traditional': '', 'pinyin': 'zěnmeyàng', 'français': 'comment ? (manière); comment est-ce ? comment ça va?', 'anglais': '', 'classificateur': '' }, { 'hanzi': '这', 'traditional': '', 'pinyin': 'zhè', 'français': 'ce; ceux-ci; (courant comme zhèi devant un classificateur, spécialement à Pékin)', 'anglais': '', 'classificateur': '' }, { 'hanzi': '这儿', 'traditional': '', 'pinyin': 'zhèr', 'français': 'ici', 'anglais': '', 'classificateur': '' }, { 'hanzi': '中国', 'traditional': '', 'pinyin': 'Zhōngguó', 'français': 'Chine, l’Empire du Milieu', 'anglais': '', 'classificateur': '' }, { 'hanzi': '中午', 'traditional': '', 'pinyin': 'zhōngwǔ', 'français': 'midi, midi', 'anglais': '', 'classificateur': 'CL: 个' }, { 'hanzi': '住', 'traditional': '', 'pinyin': 'zhù', 'français': 'vivre; habiter; rester; résider, arrêter', 'anglais': '', 'classificateur': '' }, { 'hanzi': '桌子', 'traditional': '', 'pinyin': 'zhuōzi', 'français': 'table, bureau', 'anglais': '', 'classificateur': 'CL: 张 [zhāng], 套 [tào]' }, { 'hanzi': '字', 'traditional': '', 'pinyin': 'zì', 'français': 'lettre, symbole, caractère, mot', 'anglais': '', 'classificateur': 'CL: 个' }, { 'hanzi': '昨天', 'traditional': '', 'pinyin': 'zuótiān', 'français': 'hier', 'anglais': '', 'classificateur': '' }, { 'hanzi': '做', 'traditional': '', 'pinyin': 'zuò', 'français': 'faire, produire', 'anglais': '', 'classificateur': '' } ]; /***/ }), /***/ "./src/app/options/options.component.css": /***/ (function(module, exports) { module.exports = "img#home {\n position: absolute;\n top: 10%;\n left: 16%;\n background-color: transparent;\n width: 45px;\n height: 45px;\n}\n\nimg#parametres {\n position: absolute;\n top: 10%;\n left: 21%;\n background-color: transparent;\n width: 45px;\n height: 45px;\n}\n\n.details {\n background-color: beige;\n opacity: 0.90;\n position:absolute;\n top: 15%;\n left: 16%;\n}\n\n.details img {\n display: block;\n width: 120px;\n height: 40px;\n}" /***/ }), /***/ "./src/app/options/options.component.html": /***/ (function(module, exports) { module.exports = "
\n \n \"image\n \n \"image\n\n
\n \"image \n \"image\n \"image\n

\n \"image\n \"image\n

\n \"image \n \"image\n \"image\n

\n \"image\n
\n
" /***/ }), /***/ "./src/app/options/options.component.ts": /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return OptionsComponent; }); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_core__ = __webpack_require__("./node_modules/@angular/core/esm5/core.js"); var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; return c > 3 && r && Object.defineProperty(target, key, r), r; }; var __metadata = (this && this.__metadata) || function (k, v) { if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); }; var OptionsComponent = /** @class */ (function () { function OptionsComponent() { this.showdetails = false; } OptionsComponent.prototype.home = function () { console.log('appui sur le bouton home'); }; OptionsComponent.prototype.getStyle = function () { if (!this.showdetails) { return 'visible'; } else { return 'hidden'; } }; OptionsComponent.prototype.ngOnInit = function () { }; OptionsComponent = __decorate([ Object(__WEBPACK_IMPORTED_MODULE_0__angular_core__["m" /* Component */])({ selector: 'app-options', template: __webpack_require__("./src/app/options/options.component.html"), styles: [__webpack_require__("./src/app/options/options.component.css")], }), __metadata("design:paramtypes", []) ], OptionsComponent); return OptionsComponent; }()); /***/ }), /***/ "./src/environments/environment.ts": /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return environment; }); // The file contents for the current environment will overwrite these during build. // The build system defaults to the dev environment which uses `environment.ts`, but if you do // `ng build --env=prod` then `environment.prod.ts` will be used instead. // The list of which env maps to which file can be found in `.angular-cli.json`. var environment = { production: false }; /***/ }), /***/ "./src/main.ts": /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; Object.defineProperty(__webpack_exports__, "__esModule", { value: true }); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_core__ = __webpack_require__("./node_modules/@angular/core/esm5/core.js"); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__angular_platform_browser_dynamic__ = __webpack_require__("./node_modules/@angular/platform-browser-dynamic/esm5/platform-browser-dynamic.js"); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__app_app_module__ = __webpack_require__("./src/app/app.module.ts"); /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__environments_environment__ = __webpack_require__("./src/environments/environment.ts"); if (__WEBPACK_IMPORTED_MODULE_3__environments_environment__["a" /* environment */].production) { Object(__WEBPACK_IMPORTED_MODULE_0__angular_core__["_6" /* enableProdMode */])(); } Object(__WEBPACK_IMPORTED_MODULE_1__angular_platform_browser_dynamic__["a" /* platformBrowserDynamic */])().bootstrapModule(__WEBPACK_IMPORTED_MODULE_2__app_app_module__["a" /* AppModule */]) .catch(function (err) { return console.log(err); }); /***/ }), /***/ 0: /***/ (function(module, exports, __webpack_require__) { module.exports = __webpack_require__("./src/main.ts"); /***/ }) },[0]); //# sourceMappingURL=main.bundle.js.map