From 23b943a7656ef1ddd7db79629366dd499fcd21d6 Mon Sep 17 00:00:00 2001 From: sercan Date: Wed, 10 Oct 2018 12:20:12 +0300 Subject: [PATCH] Modernizations --- credits.txt => CREDITS | 0 LICENSE | 3 +- package-lock.json | 2825 ++++---- package.json | 54 +- .../demo-content/demo-content.component.html | 2 +- .../scss/partials/_angular-material-fix.scss | 11 - src/@fuse/scss/partials/_icons.scss | 7 - src/@fuse/scss/partials/_material.scss | 3 +- src/@fuse/scss/partials/_typography.scss | 4 +- src/app/app.theme.scss | 12 +- src/app/fake-db/dashboard-analytics.ts | 6 +- src/app/fake-db/e-commerce.ts | 360 +- src/app/fake-db/fake-db.service.ts | 3 +- src/app/fake-db/file-manager.ts | 16 +- src/app/fake-db/icons.ts | 5998 ++++++++++++++--- src/app/fake-db/invoice.ts | 4 +- src/app/fake-db/profile.ts | 137 +- src/app/fake-db/quick-panel.ts | 4 +- src/app/fake-db/search.ts | 95 +- src/app/fake-db/todo.ts | 62 +- .../chat-panel/chat-panel.component.html | 2 +- .../components/toolbar/toolbar.component.html | 4 +- .../angular-material-elements.component.html | 2 +- .../apps/academy/course/course.component.html | 4 +- .../academy/courses/courses.component.html | 5 +- .../apps/calendar/calendar.component.scss | 24 +- .../contact-form/contact-form.component.html | 17 +- .../analytics/analytics.component.html | 12 +- .../e-commerce/product/product.component.html | 68 +- .../e-commerce/product/product.component.scss | 5 + .../main/apps/mail-ngrx/mail.component.html | 2 +- src/app/main/apps/mail/mail.component.html | 2 +- .../board/dialogs/card/card.component.html | 2 +- src/app/main/apps/todo/todo.component.html | 2 +- .../changelog/changelog.component.html | 35 +- .../datatable/ngx-datatable.component.html | 2 +- .../google-maps/google-maps.component.html | 2 +- .../components/components.module.ts | 20 +- .../countdown/countdown.component.html | 2 +- .../highlight/highlight.component.html | 2 +- .../material-color-picker.component.html | 2 +- .../progress-bar/progress-bar.component.html | 2 +- .../search-bar/search-bar.component.html | 2 +- .../shortcuts/shortcuts.component.html | 2 +- .../components/sidebar/sidebar.component.html | 2 +- .../components/widget/widget.component.html | 2 +- .../fuseIfOnDom/fuse-if-on-dom.component.html | 2 +- .../fuse-inner-scroll.component.html | 2 +- .../fuse-mat-sidenav.component.html | 2 +- .../fuse-perfect-scrollbar.component.html | 2 +- .../installation/installation.component.html | 2 +- .../introduction/introduction.component.html | 2 +- .../fuse-config/fuse-config.component.html | 2 +- .../fuse-splash-screen.component.html | 2 +- .../directory-structure.component.html | 2 +- .../material-theming.component.html | 2 +- .../multi-language.component.html | 2 +- .../page-layouts/page-layouts.component.html | 2 +- .../production/production.component.html | 2 +- .../server/server.component.html | 2 +- .../theme-layouts.component.html | 2 +- .../updating-fuse.component.html | 2 +- .../forgot-password-2.component.html | 8 +- .../forgot-password-2.module.ts | 3 +- .../forgot-password.component.html | 8 +- .../forgot-password/forgot-password.module.ts | 3 +- .../authentication/lock/lock.component.html | 14 +- .../login-2/login-2.component.html | 14 +- .../authentication/login-2/login-2.module.ts | 3 +- .../authentication/login/login.component.html | 14 +- .../authentication/login/login.module.ts | 3 +- .../register-2/register-2.component.html | 26 +- .../register-2/register-2.module.ts | 3 +- .../register/register.component.html | 26 +- .../register/register.module.ts | 3 +- .../reset-password-2.component.html | 20 +- .../reset-password-2.module.ts | 3 +- .../reset-password.component.html | 20 +- .../reset-password/reset-password.module.ts | 3 +- .../coming-soon/coming-soon.component.html | 3 +- .../pages/coming-soon/coming-soon.module.ts | 3 +- .../pages/errors/404/error-404.component.html | 2 +- .../pages/errors/404/error-404.component.scss | 3 +- .../pages/errors/404/error-404.component.ts | 26 +- .../pages/errors/404/error-404.theme.scss | 1 + .../pages/errors/500/error-500.component.ts | 25 +- src/app/main/pages/faq/faq.component.scss | 2 + .../invoices/compact/compact.component.scss | 3 +- .../invoices/modern/modern.component.scss | 3 +- .../knowledge-base.component.html | 4 +- .../knowledge-base.component.scss | 6 +- src/app/main/pages/pages.module.ts | 6 +- .../main/pages/profile/profile.component.html | 5 +- .../main/pages/profile/profile.component.scss | 2 - .../profile/tabs/about/about.component.html | 2 +- .../profile/tabs/about/about.component.scss | 19 +- .../pages/profile/tabs/about/about.theme.scss | 4 +- .../photos-videos.component.scss | 6 +- .../tabs/timeline/timeline.component.scss | 30 +- .../classic/search-classic.component.html | 84 + .../search-classic.component.scss} | 49 +- .../search-classic.component.ts} | 23 +- .../search-classic.module.ts} | 18 +- .../search-classic.service.ts} | 45 +- .../search/classic/search-classic.theme.scss | 28 + .../modern/search-modern.component.html | 84 + .../modern/search-modern.component.scss | 80 + .../search/modern/search-modern.component.ts | 58 + .../search/modern/search-modern.module.ts | 43 + .../search/modern/search-modern.service.ts | 61 + .../search/modern/search-modern.theme.scss | 38 + .../main/pages/search/search.component.html | 32 - .../main/pages/search/search.component.scss | 70 - src/app/main/pages/search/search.component.ts | 16 - .../tabs/classic/classic.component.html | 91 - .../search/tabs/table/table.component.html | 36 - .../search/tabs/table/table.component.scss | 5 - .../search/tabs/table/table.component.ts | 98 - .../cards/cards.component.html | 14 +- .../cards/cards.component.scss | 2 +- .../cards/cards.component.ts | 6 +- src/app/main/ui/cards/cards.module.ts | 44 + .../components => ui}/cards/cards.theme.scss | 4 +- src/app/main/ui/colors/colors.component.html | 2 +- src/app/main/ui/forms/forms.component.html | 136 +- .../helper-classes.component.html | 2 +- src/app/main/ui/icons/icons.component.html | 6 +- src/app/main/ui/icons/icons.component.ts | 6 +- .../ui/typography/typography.component.html | 2 +- src/app/main/ui/ui.module.ts | 2 + src/app/navigation/navigation.ts | 30 +- src/assets/icons/flags/tr.png | Bin 0 -> 492 bytes src/assets/icons/flags/us.png | Bin 0 -> 609 bytes .../icons/material-icons/outline/style.css | 2 +- src/assets/images/backgrounds/header-bg.png | Bin 208315 -> 0 bytes .../{backgrounds => calendar}/autumn.jpg | Bin .../{backgrounds => calendar}/spring.jpg | Bin .../{backgrounds => calendar}/summer.jpg | Bin .../{backgrounds => calendar}/winter.jpg | Bin src/assets/images/cards/card1.jpg | Bin 24991 -> 45549 bytes src/assets/images/cards/card2-large.jpg | Bin 36799 -> 25653 bytes src/assets/images/cards/card2-medium.jpg | Bin 22614 -> 15639 bytes src/assets/images/cards/card2-small.jpg | Bin 11011 -> 7083 bytes src/assets/images/cards/card2.jpg | Bin 89149 -> 63836 bytes src/assets/images/cards/card3-square.jpg | Bin 24339 -> 20222 bytes src/assets/images/cards/card3.jpg | Bin 47734 -> 43901 bytes .../images/demo-content/morain-lake.jpg | Bin 0 -> 231087 bytes src/assets/images/etc/air-balloons.jpg | Bin 20055 -> 0 bytes src/assets/images/etc/alice-cooper-poison.jpg | Bin 9714 -> 0 bytes src/assets/images/etc/avenue.jpg | Bin 46779 -> 0 bytes src/assets/images/etc/cactus.jpg | Bin 21845 -> 0 bytes src/assets/images/etc/early-sunrise.jpg | Bin 130884 -> 0 bytes src/assets/images/etc/fallout.jpg | Bin 27284 -> 0 bytes src/assets/images/etc/flowers-thumb.jpg | Bin 13206 -> 0 bytes src/assets/images/etc/mountain-lake.jpg | Bin 16597 -> 0 bytes src/assets/images/etc/mountain-sunset.jpg | Bin 7413 -> 0 bytes src/assets/images/etc/road-trip.jpg | Bin 25031 -> 0 bytes src/assets/images/etc/snow-thumb.jpg | Bin 6192 -> 0 bytes src/assets/images/etc/snow.jpg | Bin 139357 -> 0 bytes src/assets/images/etc/sunrise-thumb.jpg | Bin 5191 -> 0 bytes src/assets/images/etc/tropical-beach.jpg | Bin 214329 -> 0 bytes .../sample-file-preview.jpg | Bin src/assets/images/logos/android.png | Bin 2593 -> 0 bytes src/assets/images/logos/angular-material.png | Bin 2119 -> 0 bytes src/assets/images/logos/angular.png | Bin 13522 -> 0 bytes src/assets/images/logos/browsersync.png | Bin 11615 -> 0 bytes src/assets/images/logos/fallout.png | Bin 8754 -> 0 bytes src/assets/images/logos/google.png | Bin 2268 -> 0 bytes src/assets/images/logos/gulp.png | Bin 10678 -> 0 bytes src/assets/images/logos/jasmine.png | Bin 15828 -> 0 bytes src/assets/images/logos/karma.png | Bin 10130 -> 0 bytes src/assets/images/logos/node-sass.png | Bin 4967 -> 0 bytes src/assets/images/logos/protractor.png | Bin 10186 -> 0 bytes src/assets/images/logos/yeoman.png | Bin 13501 -> 0 bytes src/assets/images/patterns/drop-grey.png | Bin 36436 -> 0 bytes src/assets/images/patterns/drop.png | Bin 36893 -> 0 bytes src/assets/images/patterns/rain-grey.png | Bin 17096 -> 0 bytes src/assets/images/patterns/rain.png | Bin 29179 -> 0 bytes .../profile/a-walk-amongst-friends-small.jpg | Bin 0 -> 42786 bytes .../images/profile/braies-lake-small.jpg | Bin 0 -> 45745 bytes src/assets/images/profile/fall-glow-small.jpg | Bin 0 -> 70533 bytes .../images/profile/first-snow-small.jpg | Bin 0 -> 25505 bytes .../images/profile/lago-di-braies-small.jpg | Bin 0 -> 52355 bytes .../images/profile/lago-di-sorapis-small.jpg | Bin 0 -> 32937 bytes .../images/profile/morain-lake-small.jpg | Bin 0 -> 40414 bytes src/assets/images/profile/morain-lake.jpg | Bin 0 -> 231087 bytes .../profile/never-stop-changing-small.jpg | Bin 0 -> 63087 bytes .../images/profile/never-stop-changing.jpg | Bin 0 -> 429720 bytes src/assets/images/profile/reaching-small.jpg | Bin 0 -> 31170 bytes src/assets/images/profile/yosemite-small.jpg | Bin 0 -> 37041 bytes 190 files changed, 7891 insertions(+), 3519 deletions(-) rename credits.txt => CREDITS (100%) create mode 100644 src/app/main/pages/search/classic/search-classic.component.html rename src/app/main/pages/search/{tabs/classic/classic.component.scss => classic/search-classic.component.scss} (52%) rename src/app/main/pages/search/{tabs/classic/classic.component.ts => classic/search-classic.component.ts} (59%) rename src/app/main/pages/search/{search.module.ts => classic/search-classic.module.ts} (56%) rename src/app/main/pages/search/{search.service.ts => classic/search-classic.service.ts} (50%) create mode 100644 src/app/main/pages/search/classic/search-classic.theme.scss create mode 100644 src/app/main/pages/search/modern/search-modern.component.html create mode 100644 src/app/main/pages/search/modern/search-modern.component.scss create mode 100644 src/app/main/pages/search/modern/search-modern.component.ts create mode 100644 src/app/main/pages/search/modern/search-modern.module.ts create mode 100644 src/app/main/pages/search/modern/search-modern.service.ts create mode 100644 src/app/main/pages/search/modern/search-modern.theme.scss delete mode 100644 src/app/main/pages/search/search.component.html delete mode 100644 src/app/main/pages/search/search.component.scss delete mode 100644 src/app/main/pages/search/search.component.ts delete mode 100644 src/app/main/pages/search/tabs/classic/classic.component.html delete mode 100644 src/app/main/pages/search/tabs/table/table.component.html delete mode 100644 src/app/main/pages/search/tabs/table/table.component.scss delete mode 100644 src/app/main/pages/search/tabs/table/table.component.ts rename src/app/main/{documentation/components => ui}/cards/cards.component.html (99%) rename src/app/main/{documentation/components => ui}/cards/cards.component.scss (98%) rename src/app/main/{documentation/components => ui}/cards/cards.component.ts (97%) create mode 100644 src/app/main/ui/cards/cards.module.ts rename src/app/main/{documentation/components => ui}/cards/cards.theme.scss (87%) create mode 100644 src/assets/icons/flags/tr.png create mode 100644 src/assets/icons/flags/us.png delete mode 100644 src/assets/images/backgrounds/header-bg.png rename src/assets/images/{backgrounds => calendar}/autumn.jpg (100%) rename src/assets/images/{backgrounds => calendar}/spring.jpg (100%) rename src/assets/images/{backgrounds => calendar}/summer.jpg (100%) rename src/assets/images/{backgrounds => calendar}/winter.jpg (100%) mode change 100644 => 100755 src/assets/images/cards/card1.jpg mode change 100644 => 100755 src/assets/images/cards/card2-large.jpg mode change 100644 => 100755 src/assets/images/cards/card2-medium.jpg mode change 100644 => 100755 src/assets/images/cards/card2-small.jpg mode change 100644 => 100755 src/assets/images/cards/card2.jpg mode change 100644 => 100755 src/assets/images/cards/card3.jpg create mode 100644 src/assets/images/demo-content/morain-lake.jpg delete mode 100644 src/assets/images/etc/air-balloons.jpg delete mode 100644 src/assets/images/etc/alice-cooper-poison.jpg delete mode 100644 src/assets/images/etc/avenue.jpg delete mode 100644 src/assets/images/etc/cactus.jpg delete mode 100644 src/assets/images/etc/early-sunrise.jpg delete mode 100644 src/assets/images/etc/fallout.jpg delete mode 100644 src/assets/images/etc/flowers-thumb.jpg delete mode 100644 src/assets/images/etc/mountain-lake.jpg delete mode 100644 src/assets/images/etc/mountain-sunset.jpg delete mode 100644 src/assets/images/etc/road-trip.jpg delete mode 100644 src/assets/images/etc/snow-thumb.jpg delete mode 100644 src/assets/images/etc/snow.jpg delete mode 100644 src/assets/images/etc/sunrise-thumb.jpg delete mode 100644 src/assets/images/etc/tropical-beach.jpg rename src/assets/images/{etc => file-manager}/sample-file-preview.jpg (100%) delete mode 100644 src/assets/images/logos/android.png delete mode 100644 src/assets/images/logos/angular-material.png delete mode 100644 src/assets/images/logos/angular.png delete mode 100644 src/assets/images/logos/browsersync.png delete mode 100644 src/assets/images/logos/fallout.png delete mode 100644 src/assets/images/logos/google.png delete mode 100644 src/assets/images/logos/gulp.png delete mode 100644 src/assets/images/logos/jasmine.png delete mode 100644 src/assets/images/logos/karma.png delete mode 100644 src/assets/images/logos/node-sass.png delete mode 100644 src/assets/images/logos/protractor.png delete mode 100644 src/assets/images/logos/yeoman.png delete mode 100644 src/assets/images/patterns/drop-grey.png delete mode 100644 src/assets/images/patterns/drop.png delete mode 100644 src/assets/images/patterns/rain-grey.png delete mode 100644 src/assets/images/patterns/rain.png create mode 100755 src/assets/images/profile/a-walk-amongst-friends-small.jpg create mode 100755 src/assets/images/profile/braies-lake-small.jpg create mode 100755 src/assets/images/profile/fall-glow-small.jpg create mode 100755 src/assets/images/profile/first-snow-small.jpg create mode 100755 src/assets/images/profile/lago-di-braies-small.jpg create mode 100755 src/assets/images/profile/lago-di-sorapis-small.jpg create mode 100755 src/assets/images/profile/morain-lake-small.jpg create mode 100644 src/assets/images/profile/morain-lake.jpg create mode 100755 src/assets/images/profile/never-stop-changing-small.jpg create mode 100644 src/assets/images/profile/never-stop-changing.jpg create mode 100755 src/assets/images/profile/reaching-small.jpg create mode 100755 src/assets/images/profile/yosemite-small.jpg diff --git a/credits.txt b/CREDITS similarity index 100% rename from credits.txt rename to CREDITS diff --git a/LICENSE b/LICENSE index 94e394b4..b8acfc63 100644 --- a/LICENSE +++ b/LICENSE @@ -1 +1,2 @@ -https://themeforest.net/licenses/terms/regular \ No newline at end of file +This project is protected by Envato's Regular License. For more information, +check the official license page at https://themeforest.net/licenses/terms/regular \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index d0aa7b11..25dd0ea7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,81 +10,68 @@ "integrity": "sha512-LVENJqtBZEWpX+uJkGI0zgg+Xkm2KkktQm4ojZozArbeNvQkVL6pqVc04Mme6vvOzwJpD1cET5w4byC8Xaq1QQ==" }, "@angular-devkit/architect": { - "version": "0.8.3", - "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.8.3.tgz", - "integrity": "sha512-cFku50grgEJPg1CZZ0DXt4CkA6WnV6zN3hCXzpWbOfc/Id923Mml/jsEaoByeXHsRqb5rIZKZAhz7R509ya8OQ==", + "version": "0.9.0-rc.2", + "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.9.0-rc.2.tgz", + "integrity": "sha512-D5vpo03kyBzn0lv6J2M2sC2+xxIo0K7aCKwHv7K0dN2RLPpvHWOTG0Eg+90s7a5OnekiAr9+vhR9vdlGriPBBw==", "dev": true, "requires": { - "@angular-devkit/core": "0.8.3", - "rxjs": "~6.2.0" - }, - "dependencies": { - "rxjs": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.2.2.tgz", - "integrity": "sha512-0MI8+mkKAXZUF9vMrEoPnaoHkfzBPP4IGwUYRJhIRJF6/w3uByO1e91bEHn8zd43RdkTMKiooYKmwz7RH6zfOQ==", - "dev": true, - "requires": { - "tslib": "^1.9.0" - } - } + "@angular-devkit/core": "7.0.0-rc.2", + "rxjs": "6.3.3" } }, "@angular-devkit/build-angular": { - "version": "0.8.3", - "resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-0.8.3.tgz", - "integrity": "sha512-NWwWV+6apvCGmllWjwwy9Pmj5uK5tVGL/xIVQgSGC5waLmW/vFWNRXCI50ji5UPP+vAeRi/pWdXWMxuoVA08FA==", + "version": "0.9.0-rc.2", + "resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-0.9.0-rc.2.tgz", + "integrity": "sha512-F13nSsdprd/eJNEtJLyDswLQ/kWUjzHiqriD9Aq+pNyIIZYlYPPkkfcu6KL/9fHifHvr9LD19Rf/o9/zgn7wug==", "dev": true, "requires": { - "@angular-devkit/architect": "0.8.3", - "@angular-devkit/build-optimizer": "0.8.3", - "@angular-devkit/build-webpack": "0.8.3", - "@angular-devkit/core": "0.8.3", - "@ngtools/webpack": "6.2.3", - "ajv": "~6.4.0", - "autoprefixer": "^8.4.1", - "circular-dependency-plugin": "^5.0.2", - "clean-css": "^4.1.11", - "copy-webpack-plugin": "^4.5.2", - "file-loader": "^1.1.11", - "glob": "^7.0.3", - "html-webpack-plugin": "^3.0.6", - "istanbul": "^0.4.5", - "istanbul-instrumenter-loader": "^3.0.1", - "karma-source-map-support": "^1.2.0", - "less": "^3.7.1", - "less-loader": "^4.1.0", - "license-webpack-plugin": "^1.3.1", - "loader-utils": "^1.1.0", - "mini-css-extract-plugin": "~0.4.0", - "minimatch": "^3.0.4", - "node-sass": "^4.9.3", - "opn": "^5.1.0", - "parse5": "^4.0.0", - "portfinder": "^1.0.13", - "postcss": "^6.0.22", - "postcss-import": "^11.1.0", - "postcss-loader": "^2.1.5", - "postcss-url": "^7.3.2", - "raw-loader": "^0.5.1", - "rxjs": "~6.2.0", - "sass-loader": "^7.1.0", - "semver": "^5.5.0", - "source-map-loader": "^0.2.3", - "source-map-support": "^0.5.0", - "stats-webpack-plugin": "^0.6.2", - "style-loader": "^0.21.0", - "stylus": "^0.54.5", - "stylus-loader": "^3.0.2", - "tree-kill": "^1.2.0", - "uglifyjs-webpack-plugin": "^1.2.5", - "url-loader": "^1.0.1", - "webpack": "^4.15.1", - "webpack-dev-middleware": "^3.1.3", - "webpack-dev-server": "^3.1.4", - "webpack-merge": "^4.1.2", - "webpack-sources": "^1.1.0", - "webpack-subresource-integrity": "^1.1.0-rc.4" + "@angular-devkit/architect": "0.9.0-rc.2", + "@angular-devkit/build-optimizer": "0.9.0-rc.2", + "@angular-devkit/build-webpack": "0.9.0-rc.2", + "@angular-devkit/core": "7.0.0-rc.2", + "@ngtools/webpack": "7.0.0-rc.2", + "ajv": "6.5.3", + "autoprefixer": "8.4.1", + "circular-dependency-plugin": "5.0.2", + "clean-css": "4.2.1", + "copy-webpack-plugin": "4.5.2", + "file-loader": "2.0.0", + "glob": "7.1.3", + "istanbul": "0.4.5", + "istanbul-instrumenter-loader": "3.0.1", + "karma-source-map-support": "1.3.0", + "less": "3.8.1", + "less-loader": "4.1.0", + "license-webpack-plugin": "2.0.1", + "loader-utils": "1.1.0", + "mini-css-extract-plugin": "0.4.3", + "minimatch": "3.0.4", + "node-sass": "4.9.3", + "opn": "5.3.0", + "parse5": "4.0.0", + "portfinder": "1.0.17", + "postcss": "6.0.23", + "postcss-import": "11.1.0", + "postcss-loader": "2.1.6", + "raw-loader": "0.5.1", + "rxjs": "6.3.3", + "sass-loader": "7.1.0", + "semver": "5.5.1", + "source-map-loader": "0.2.4", + "source-map-support": "0.5.9", + "speed-measure-webpack-plugin": "^1.2.3", + "stats-webpack-plugin": "0.7.0", + "style-loader": "0.23.0", + "stylus": "0.54.5", + "stylus-loader": "3.0.2", + "terser-webpack-plugin": "1.1.0", + "tree-kill": "1.2.0", + "webpack": "4.19.1", + "webpack-dev-middleware": "3.3.0", + "webpack-dev-server": "3.1.8", + "webpack-merge": "4.1.4", + "webpack-sources": "1.2.0", + "webpack-subresource-integrity": "1.1.0-rc.6" }, "dependencies": { "parse5": { @@ -92,200 +79,138 @@ "resolved": "https://registry.npmjs.org/parse5/-/parse5-4.0.0.tgz", "integrity": "sha512-VrZ7eOd3T1Fk4XWNXMgiGBK/z0MG48BWG2uQNU4I72fkQuKUTZpl+u9k+CxEG0twMVzSmXEEz12z5Fnw1jIQFA==", "dev": true - }, - "rxjs": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.2.2.tgz", - "integrity": "sha512-0MI8+mkKAXZUF9vMrEoPnaoHkfzBPP4IGwUYRJhIRJF6/w3uByO1e91bEHn8zd43RdkTMKiooYKmwz7RH6zfOQ==", - "dev": true, - "requires": { - "tslib": "^1.9.0" - } } } }, "@angular-devkit/build-optimizer": { - "version": "0.8.3", - "resolved": "https://registry.npmjs.org/@angular-devkit/build-optimizer/-/build-optimizer-0.8.3.tgz", - "integrity": "sha512-uvscKyKHkC2NhGt1M+bbHkEESKumiYB0j6NfVpGjYvBPQnXvsm2/shzTkwOb13kEmtaMpnT/iV9EQuODbsh7Rw==", + "version": "0.9.0-rc.2", + "resolved": "https://registry.npmjs.org/@angular-devkit/build-optimizer/-/build-optimizer-0.9.0-rc.2.tgz", + "integrity": "sha512-GFNuV/cUIHLB7W3MDD4n9dFY+mD6nwva8haI882DmA0MGNA6G+eDnBTUMXWtZHVR3yofgOa/7e/XY6cfIKzhag==", "dev": true, "requires": { - "loader-utils": "^1.1.0", - "source-map": "^0.5.6", - "typescript": "~2.9.2", - "webpack-sources": "^1.1.0" + "loader-utils": "1.1.0", + "source-map": "0.5.6", + "typescript": "3.1.1", + "webpack-sources": "1.2.0" }, "dependencies": { - "typescript": { - "version": "2.9.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-2.9.2.tgz", - "integrity": "sha512-Gr4p6nFNaoufRIY4NMdpQRNmgxVIGMs4Fcu/ujdYk3nAZqk7supzBE9idmvfZIlH/Cuj//dvi+019qEue9lV0w==", + "source-map": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz", + "integrity": "sha1-dc449SvwczxafwwRjYEzSiu19BI=", "dev": true } } }, "@angular-devkit/build-webpack": { - "version": "0.8.3", - "resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.8.3.tgz", - "integrity": "sha512-PiMKlhUhaAl0G8dbhTTRZB3RpHOE0SuMjnimyCmZt6U6/dM46KPXd2GFtwtDjwpMJEvz6ep9gIPgF2bJMnwzJg==", + "version": "0.9.0-rc.2", + "resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.9.0-rc.2.tgz", + "integrity": "sha512-BuSmlaaPx1nPU/HyMkktPHCsNno4laHPQaHJOSVbbkXIkp0p8iCvT1drHuzSpTKHA9jLb2hcVyK3vSc5jt6WUQ==", "dev": true, "requires": { - "@angular-devkit/architect": "0.8.3", - "@angular-devkit/core": "0.8.3", - "rxjs": "~6.2.0" - }, - "dependencies": { - "rxjs": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.2.2.tgz", - "integrity": "sha512-0MI8+mkKAXZUF9vMrEoPnaoHkfzBPP4IGwUYRJhIRJF6/w3uByO1e91bEHn8zd43RdkTMKiooYKmwz7RH6zfOQ==", - "dev": true, - "requires": { - "tslib": "^1.9.0" - } - } + "@angular-devkit/architect": "0.9.0-rc.2", + "@angular-devkit/core": "7.0.0-rc.2", + "rxjs": "6.3.3" } }, "@angular-devkit/core": { - "version": "0.8.3", - "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-0.8.3.tgz", - "integrity": "sha512-2KHt5osMs3zACYXev20ZU5SXdWoinoKwZkj2caj2LCj9W7QNHmsz34QvaygNq7YdJzF3jkXkdy0GSUgUgDke0w==", + "version": "7.0.0-rc.2", + "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-7.0.0-rc.2.tgz", + "integrity": "sha512-c2ODPqnc40Wz9Oerjdi3gHa+XBCvGj1rAZd38NdweCSFejUogbppB4MDoKOFuQi7qp+kXfJpXSX4aocDm6T67g==", "dev": true, "requires": { - "ajv": "~6.4.0", - "chokidar": "^2.0.3", - "rxjs": "~6.2.0", - "source-map": "^0.5.6" - }, - "dependencies": { - "rxjs": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.2.2.tgz", - "integrity": "sha512-0MI8+mkKAXZUF9vMrEoPnaoHkfzBPP4IGwUYRJhIRJF6/w3uByO1e91bEHn8zd43RdkTMKiooYKmwz7RH6zfOQ==", - "dev": true, - "requires": { - "tslib": "^1.9.0" - } - } + "ajv": "6.5.3", + "chokidar": "2.0.4", + "fast-json-stable-stringify": "2.0.0", + "rxjs": "6.3.3", + "source-map": "0.7.3" } }, "@angular-devkit/schematics": { - "version": "0.8.3", - "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-0.8.3.tgz", - "integrity": "sha512-NzsRc0O6nlwCviynZbbkrSWPvTSICviqyYxCXkmEkrbiXqvvahJjSQ/sXQQV0TRkgyTFdhnDF4WIwpeJM4UDeg==", + "version": "7.0.0-rc.2", + "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-7.0.0-rc.2.tgz", + "integrity": "sha512-fzXCkCjBw4mJ+8OG07ss5m6kHLNU3zFeuEDl6UrD0bUnbnyfGPUFTKub33ZaBSKhXV3cVg8mGy+V6j/mJ/PgTw==", "dev": true, "requires": { - "@angular-devkit/core": "0.8.3", - "rxjs": "~6.2.0" - }, - "dependencies": { - "rxjs": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.2.2.tgz", - "integrity": "sha512-0MI8+mkKAXZUF9vMrEoPnaoHkfzBPP4IGwUYRJhIRJF6/w3uByO1e91bEHn8zd43RdkTMKiooYKmwz7RH6zfOQ==", - "dev": true, - "requires": { - "tslib": "^1.9.0" - } - } + "@angular-devkit/core": "7.0.0-rc.2", + "rxjs": "6.3.3" } }, "@angular/animations": { - "version": "6.1.9", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-6.1.9.tgz", - "integrity": "sha512-bPl5fNn4ja1S2Bn4xRT93wYqx0KjvZrX1FjpQltkf9dMmAdVpYj7spy+eYgClAMfZMWv7pa70F+FtSDkWbgRsA==", + "version": "7.0.0-rc.0", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-7.0.0-rc.0.tgz", + "integrity": "sha512-NpFcuCfM11O/YIGl1piH3VufOlfnJSK6iyw19ElXjw4mr/jvK4vcg9fEXbqBvmQ6uregoeadRSVCp8tdRJHOyw==", "requires": { "tslib": "^1.9.0" } }, "@angular/cdk": { - "version": "7.0.0-beta.2", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-7.0.0-beta.2.tgz", - "integrity": "sha512-txzcJtWYbnd+Gs5ah5KojmZaRR/k3WOKJNz0NKR2FK7rnX8rfYK65FMNniakqjDPd08mpgqWVkyhJRuAeSDfGQ==", + "version": "7.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-7.0.0-rc.1.tgz", + "integrity": "sha512-JI8j+vxRrBpqIkvUW9TvR9MdlxAodVV0FIreS7boZJaGQa6XuBYfmM9JRhKEZgTg/si8aArxQ4eYh5tdGsUjkA==", "requires": { "parse5": "^5.0.0", "tslib": "^1.7.1" } }, "@angular/cli": { - "version": "6.2.3", - "resolved": "https://registry.npmjs.org/@angular/cli/-/cli-6.2.3.tgz", - "integrity": "sha512-6cKPEwtVXWRipDcWmJns32TY9LmbsUPhzWh/y7DLW+FzzJv/5amX1/mdMqUS0hTdq4gKm7hZ/muVx6bLooVPxA==", + "version": "7.0.0-rc.2", + "resolved": "https://registry.npmjs.org/@angular/cli/-/cli-7.0.0-rc.2.tgz", + "integrity": "sha512-C8jkrTZYQnm1PBV8u9GQ1LBtGqy51DDJvCOugm8VkwhtgTxfANPO1x8sZPvX6bpW821LKbCsZLRfkPOJOvTwQA==", "dev": true, "requires": { - "@angular-devkit/architect": "0.8.3", - "@angular-devkit/core": "0.8.3", - "@angular-devkit/schematics": "0.8.3", - "@schematics/angular": "0.8.3", - "@schematics/update": "0.8.3", - "json-schema-traverse": "^0.4.1", - "opn": "^5.3.0", - "rxjs": "~6.2.0", - "semver": "^5.1.0", - "symbol-observable": "^1.2.0", - "yargs-parser": "^10.0.0" - }, - "dependencies": { - "camelcase": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", - "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=", - "dev": true - }, - "json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true - }, - "rxjs": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.2.2.tgz", - "integrity": "sha512-0MI8+mkKAXZUF9vMrEoPnaoHkfzBPP4IGwUYRJhIRJF6/w3uByO1e91bEHn8zd43RdkTMKiooYKmwz7RH6zfOQ==", - "dev": true, - "requires": { - "tslib": "^1.9.0" - } - }, - "yargs-parser": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-10.1.0.tgz", - "integrity": "sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ==", - "dev": true, - "requires": { - "camelcase": "^4.1.0" - } - } + "@angular-devkit/architect": "0.9.0-rc.2", + "@angular-devkit/core": "7.0.0-rc.2", + "@angular-devkit/schematics": "7.0.0-rc.2", + "@schematics/angular": "7.0.0-rc.2", + "@schematics/update": "0.9.0-rc.2", + "inquirer": "6.2.0", + "opn": "5.3.0", + "rxjs": "6.3.3", + "semver": "5.5.1", + "symbol-observable": "1.2.0" } }, "@angular/common": { - "version": "6.1.9", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-6.1.9.tgz", - "integrity": "sha512-i35FiFxHC/vBfyYEdprgbedxWuimCbqGSdSQpBUE4jNka80EifG2IAHIk/vAG98z7LSUyo6n7nf6iFDY3GrYZA==", + "version": "7.0.0-rc.0", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-7.0.0-rc.0.tgz", + "integrity": "sha512-YghYg9lFKF0cxaCiWfgByFbQ69dq521QDG93KX1mP+Tvc0jXXlbolDPYHGXx/VMUaoHq18VNzi7ZInpgc/pRBw==", "requires": { "tslib": "^1.9.0" } }, "@angular/compiler": { - "version": "6.1.9", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-6.1.9.tgz", - "integrity": "sha512-TY6axB1c7VvYXf+ebFDq3Ej+edgii3CDxew8HnyTFAWeDF2Gh8io1vTYwtdyDka6U53ASaheM1HpiUjzvYH0jQ==", + "version": "7.0.0-rc.0", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-7.0.0-rc.0.tgz", + "integrity": "sha512-ifVqB/xJtSzOlk8B39Ld2wMbYni6Ey7s5jc+u/0NMtdut+2Q61Ar+TKjJZ3vmta3df7QqHX5JcP0W6qICRHJ+w==", "requires": { "tslib": "^1.9.0" } }, "@angular/compiler-cli": { - "version": "6.1.9", - "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-6.1.9.tgz", - "integrity": "sha512-/+Gh/I40KhwcLKiLpzYzZwPm78O2p6zxJxBmJA3gySCtl6iaxXq7wHvc63wa/6ESSvGWW0/WkZAr3m3GECx5Tg==", + "version": "7.0.0-rc.0", + "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-7.0.0-rc.0.tgz", + "integrity": "sha512-Nkd5UgSt0NHVLE/U3FIUmSJxGW47+9B4hfR5oDhC7gkUNaRQzi+PzzVYj7jOdDJjgHV+Y0KS3msiXWhUSY4gpw==", "dev": true, "requires": { + "canonical-path": "0.0.2", "chokidar": "^1.4.2", + "convert-source-map": "^1.5.1", + "dependency-graph": "^0.7.2", + "magic-string": "^0.25.0", "minimist": "^1.2.0", "reflect-metadata": "^0.1.2", - "tsickle": "^0.32.1" + "shelljs": "^0.8.1", + "source-map": "^0.6.1", + "yargs": "9.0.1" }, "dependencies": { + "ansi-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", + "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", + "dev": true + }, "anymatch": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-1.3.2.tgz", @@ -322,6 +247,12 @@ "repeat-element": "^1.1.2" } }, + "camelcase": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", + "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=", + "dev": true + }, "chokidar": { "version": "1.7.0", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-1.7.0.tgz", @@ -339,6 +270,32 @@ "readdirp": "^2.0.0" } }, + "cross-spawn": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz", + "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=", + "dev": true, + "requires": { + "lru-cache": "^4.0.1", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + } + }, + "execa": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz", + "integrity": "sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=", + "dev": true, + "requires": { + "cross-spawn": "^5.0.1", + "get-stream": "^3.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" + } + }, "expand-brackets": { "version": "0.1.5", "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz", @@ -372,6 +329,12 @@ "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=", "dev": true }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", + "dev": true + }, "is-glob": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz", @@ -390,6 +353,27 @@ "is-buffer": "^1.1.5" } }, + "load-json-file": { + "version": "2.0.0", + "resolved": "http://registry.npmjs.org/load-json-file/-/load-json-file-2.0.0.tgz", + "integrity": "sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "parse-json": "^2.2.0", + "pify": "^2.0.0", + "strip-bom": "^3.0.0" + } + }, + "mem": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/mem/-/mem-1.1.0.tgz", + "integrity": "sha1-Xt1StIXKHZAP5kiVUFOZoN+kX3Y=", + "dev": true, + "requires": { + "mimic-fn": "^1.0.0" + } + }, "micromatch": { "version": "2.3.11", "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz", @@ -416,84 +400,204 @@ "resolved": "http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=", "dev": true + }, + "os-locale": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-2.1.0.tgz", + "integrity": "sha512-3sslG3zJbEYcaC4YVAvDorjGxc7tv6KVATnLPZONiljsUncvihe9BQoVCEs0RZ1kmf4Hk9OBqlZfJZWI4GanKA==", + "dev": true, + "requires": { + "execa": "^0.7.0", + "lcid": "^1.0.0", + "mem": "^1.1.0" + } + }, + "path-type": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-2.0.0.tgz", + "integrity": "sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM=", + "dev": true, + "requires": { + "pify": "^2.0.0" + } + }, + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", + "dev": true + }, + "read-pkg": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-2.0.0.tgz", + "integrity": "sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg=", + "dev": true, + "requires": { + "load-json-file": "^2.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^2.0.0" + } + }, + "read-pkg-up": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-2.0.0.tgz", + "integrity": "sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4=", + "dev": true, + "requires": { + "find-up": "^2.0.0", + "read-pkg": "^2.0.0" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "dev": true, + "requires": { + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" + } + }, + "strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "dev": true, + "requires": { + "ansi-regex": "^3.0.0" + } + }, + "strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", + "dev": true + }, + "which-module": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", + "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=", + "dev": true + }, + "y18n": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz", + "integrity": "sha1-bRX7qITAhnnA136I53WegR4H+kE=", + "dev": true + }, + "yargs": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-9.0.1.tgz", + "integrity": "sha1-UqzCP+7Kw0BCB47njAwAf1CF20w=", + "dev": true, + "requires": { + "camelcase": "^4.1.0", + "cliui": "^3.2.0", + "decamelize": "^1.1.1", + "get-caller-file": "^1.0.1", + "os-locale": "^2.0.0", + "read-pkg-up": "^2.0.0", + "require-directory": "^2.1.1", + "require-main-filename": "^1.0.1", + "set-blocking": "^2.0.0", + "string-width": "^2.0.0", + "which-module": "^2.0.0", + "y18n": "^3.2.1", + "yargs-parser": "^7.0.0" + } + }, + "yargs-parser": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-7.0.0.tgz", + "integrity": "sha1-jQrELxbqVd69MyyvTEA4s+P139k=", + "dev": true, + "requires": { + "camelcase": "^4.1.0" + } } } }, "@angular/core": { - "version": "6.1.9", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-6.1.9.tgz", - "integrity": "sha512-V4XuBvQtS98guRV0Fq661hG9Ij0+4oWyHvIrnqZckuQ9D1G8NSJyZ/Lfh0kBB1cl+mnGe/J9XN1avW7liswDNQ==", + "version": "7.0.0-rc.0", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-7.0.0-rc.0.tgz", + "integrity": "sha512-DXTUjk1tUdgxj0AHQR6wAKLF+i/vSsRCBxFEzcBa944UJoYBDd1n2PIREzDMW0tkGMtxfHy3Ti+trSpPBLiDTA==", "requires": { "tslib": "^1.9.0" } }, "@angular/flex-layout": { - "version": "6.0.0-beta.18", - "resolved": "https://registry.npmjs.org/@angular/flex-layout/-/flex-layout-6.0.0-beta.18.tgz", - "integrity": "sha512-1Alv3YSIZYp0CTUIESIaSQLoSVyLzuNKPa5bGM/RzOmeSrndm5plVgI9wopGfJUDiwM18R97rq/4XjDvNT/+ig==", + "version": "7.0.0-beta.19", + "resolved": "https://registry.npmjs.org/@angular/flex-layout/-/flex-layout-7.0.0-beta.19.tgz", + "integrity": "sha512-MXq+zZ6/s5/+GsL9fZ42mKL0LjZ/+L0sVU5FaQuSAJ57soLl5QAGWvdxVmROtqcHd3Htp35R49nKSZBJ0nfAjg==", "requires": { "tslib": "^1.7.1" } }, "@angular/forms": { - "version": "6.1.9", - "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-6.1.9.tgz", - "integrity": "sha512-gNwTCA0nzUR4LlXWPdfYBA+chq4X9mvOBo46+M44TevNwEsip6iSZKp7no9O5dquALOZ2HpFRuRkPoH4lXuVYA==", + "version": "7.0.0-rc.0", + "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-7.0.0-rc.0.tgz", + "integrity": "sha512-ZfD2n+DojwreeP0sF4GuFrihActssogDUGGeDHge5qmyCqE/5hsOUFnNkg1pk4mO9xeIggdYygH0nRHqvifmFQ==", "requires": { "tslib": "^1.9.0" } }, "@angular/http": { - "version": "6.1.9", - "resolved": "https://registry.npmjs.org/@angular/http/-/http-6.1.9.tgz", - "integrity": "sha512-Tm6SA7QIKGT4Bb+xlyPG+ZXrwniNwF+/ejsKcBar8xaligW4+R9oo5Ql6t4HpjafkWIPLBEXyxaiVq1nWPyz7g==", + "version": "7.0.0-rc.0", + "resolved": "https://registry.npmjs.org/@angular/http/-/http-7.0.0-rc.0.tgz", + "integrity": "sha512-f7IaVuen/WuHIKcP9mO3Jz4oy8Qxdwo3PS750Bk5VVVNBF4TILRr+96j37C7965ZBxeJQzfcGfXew7d5nObJ/A==", "requires": { "tslib": "^1.9.0" } }, "@angular/language-service": { - "version": "6.1.9", - "resolved": "https://registry.npmjs.org/@angular/language-service/-/language-service-6.1.9.tgz", - "integrity": "sha512-xm3lbJYelyq02iLdS4gpymuHc8WadoPRCYMHW5Ond7kD+05JGt8smYEGOAcjSt0NJrpmkPWnTzlFlXxWYLQNdw==", + "version": "7.0.0-rc.0", + "resolved": "https://registry.npmjs.org/@angular/language-service/-/language-service-7.0.0-rc.0.tgz", + "integrity": "sha512-FnmPxREsffWESAu2u5pUvR8ejR5SvqhKlClnm9ruqIu/pdwHpa/lDGp9ysTkI5trVu0lSRH39wTQvilzO+FdpA==", "dev": true }, "@angular/material": { - "version": "7.0.0-beta.2", - "resolved": "https://registry.npmjs.org/@angular/material/-/material-7.0.0-beta.2.tgz", - "integrity": "sha512-OgKGzcylyFDGSGY6GnZ6HmreKG6eTgjQtkSqC/Ngv0B7ilPlpvbiyk3yAcjXSOLiHjU0tfXI1stZJjxmlSCqjg==", + "version": "7.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@angular/material/-/material-7.0.0-rc.1.tgz", + "integrity": "sha512-4LC3y5ZorNjdF1lEkVN/3zwOEnBwjfWLCY92tA06Kdvs1yENZdu0fGTRwcu9Hz4y+t84sL/KEKC9VjKN3Z7PSg==", "requires": { "parse5": "^5.0.0", "tslib": "^1.7.1" } }, "@angular/material-moment-adapter": { - "version": "7.0.0-beta.2", - "resolved": "https://registry.npmjs.org/@angular/material-moment-adapter/-/material-moment-adapter-7.0.0-beta.2.tgz", - "integrity": "sha512-54ZqAv5/ROq1WCrbf97HPvJJQ/gM3NLWablmLcmxRgd2BMZm80XcItSGGY/j+S5Ra2A0zBhVxsvXjWpNvmn2tw==", + "version": "7.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@angular/material-moment-adapter/-/material-moment-adapter-7.0.0-rc.1.tgz", + "integrity": "sha512-JYXtxlRT3BL2er3o+v+nHMfTpjPqDI4r10RyGa50LkobO6/PG04eo8NsLrDftn3EpI/jIwT8b4gXurtCqgqlZg==", "requires": { "tslib": "^1.7.1" } }, "@angular/platform-browser": { - "version": "6.1.9", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-6.1.9.tgz", - "integrity": "sha512-/OpLZxpAQW912DnY4/RX0VLYJJ+TaCWMVP/tg7CBYaPpeJve7GHXfZLSJ1p95RhnSyohTYtdtbHG0NDuG8dgqw==", + "version": "7.0.0-rc.0", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-7.0.0-rc.0.tgz", + "integrity": "sha512-N52E4TjX3AwMT0EMZTikxQz+4rkdx1C9WnBSIuBR5rYwZi391mxexvES8PqE4UqEarm08eHvfxUwtMZU/FwC+w==", "requires": { "tslib": "^1.9.0" } }, "@angular/platform-browser-dynamic": { - "version": "6.1.9", - "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-6.1.9.tgz", - "integrity": "sha512-PGng7UCrWc5gCNxKo94VSWq0SRdN4jUeTCnX7tEI//Qu+dQPolJkUHPgD9A5UH1pSOEYl/2z+S2bayu+z+9o2w==", + "version": "7.0.0-rc.0", + "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-7.0.0-rc.0.tgz", + "integrity": "sha512-+SbuLnedoZNY6kfY5dV5p/+Rm4oj/DVwLhOWVFMtrqiaKRSrrEThH12FPKfQCqak51RjF4wDpJbqyWCGFDIbJA==", "requires": { "tslib": "^1.9.0" } }, "@angular/router": { - "version": "6.1.9", - "resolved": "https://registry.npmjs.org/@angular/router/-/router-6.1.9.tgz", - "integrity": "sha512-FQksj8DiiWiY9o/1Ppq335Lr3d5wW3Odzg3yWC3JgFN37GMdCQxX71TX5ls8JeVspTiOeP9Lty99vDgfIcl+9A==", + "version": "7.0.0-rc.0", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-7.0.0-rc.0.tgz", + "integrity": "sha512-rT58TKCelP6BLw8Gzu6ZPeO86xzVFpDxVCLGmwEAmkWw8xG0gACkPYeVny4hsCkfx4nbz2w8upQksOKrudZt4w==", "requires": { "tslib": "^1.9.0" } @@ -504,6 +608,166 @@ "integrity": "sha1-NOZY7T2jfyOwogDi2lqJvpK7IJ8=", "dev": true }, + "@babel/code-frame": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.0.0.tgz", + "integrity": "sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUqFJDLdiebA==", + "dev": true, + "requires": { + "@babel/highlight": "^7.0.0" + } + }, + "@babel/generator": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.1.2.tgz", + "integrity": "sha512-70A9HWLS/1RHk3Ck8tNHKxOoKQuSKocYgwDN85Pyl/RBduss6AKxUR7RIZ/lzduQMSYfWEM4DDBu6A+XGbkFig==", + "dev": true, + "requires": { + "@babel/types": "^7.1.2", + "jsesc": "^2.5.1", + "lodash": "^4.17.10", + "source-map": "^0.5.0", + "trim-right": "^1.0.1" + }, + "dependencies": { + "jsesc": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.1.tgz", + "integrity": "sha1-5CGiqOINawgZ3yiQj3glJrlt0f4=", + "dev": true + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "dev": true + } + } + }, + "@babel/helper-function-name": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz", + "integrity": "sha512-A95XEoCpb3TO+KZzJ4S/5uW5fNe26DjBGqf1o9ucyLyCmi1dXq/B3c8iaWTfBk3VvetUxl16e8tIrd5teOCfGw==", + "dev": true, + "requires": { + "@babel/helper-get-function-arity": "^7.0.0", + "@babel/template": "^7.1.0", + "@babel/types": "^7.0.0" + } + }, + "@babel/helper-get-function-arity": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz", + "integrity": "sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==", + "dev": true, + "requires": { + "@babel/types": "^7.0.0" + } + }, + "@babel/helper-split-export-declaration": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0.tgz", + "integrity": "sha512-MXkOJqva62dfC0w85mEf/LucPPS/1+04nmmRMPEBUB++hiiThQ2zPtX/mEWQ3mtzCEjIJvPY8nuwxXtQeQwUag==", + "dev": true, + "requires": { + "@babel/types": "^7.0.0" + } + }, + "@babel/highlight": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.0.0.tgz", + "integrity": "sha512-UFMC4ZeFC48Tpvj7C8UgLvtkaUuovQX+5xNWrsIoMG8o2z+XFKjKaN9iVmS84dPwVN00W4wPmqvYoZF3EGAsfw==", + "dev": true, + "requires": { + "chalk": "^2.0.0", + "esutils": "^2.0.2", + "js-tokens": "^4.0.0" + }, + "dependencies": { + "js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true + } + } + }, + "@babel/parser": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.1.2.tgz", + "integrity": "sha512-x5HFsW+E/nQalGMw7hu+fvPqnBeBaIr0lWJ2SG0PPL2j+Pm9lYvCrsZJGIgauPIENx0v10INIyFjmSNUD/gSqQ==", + "dev": true + }, + "@babel/template": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.1.2.tgz", + "integrity": "sha512-SY1MmplssORfFiLDcOETrW7fCLl+PavlwMh92rrGcikQaRq4iWPVH0MpwPpY3etVMx6RnDjXtr6VZYr/IbP/Ag==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.0.0", + "@babel/parser": "^7.1.2", + "@babel/types": "^7.1.2" + } + }, + "@babel/traverse": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.1.0.tgz", + "integrity": "sha512-bwgln0FsMoxm3pLOgrrnGaXk18sSM9JNf1/nHC/FksmNGFbYnPWY4GYCfLxyP1KRmfsxqkRpfoa6xr6VuuSxdw==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.0.0", + "@babel/generator": "^7.0.0", + "@babel/helper-function-name": "^7.1.0", + "@babel/helper-split-export-declaration": "^7.0.0", + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0", + "debug": "^3.1.0", + "globals": "^11.1.0", + "lodash": "^4.17.10" + }, + "dependencies": { + "debug": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", + "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "dev": true, + "requires": { + "ms": "^2.1.1" + } + }, + "globals": { + "version": "11.8.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.8.0.tgz", + "integrity": "sha512-io6LkyPVuzCHBSQV9fmOwxZkUk6nIaGmxheLDgmuFv89j0fm2aqDbIXKAGfzCMHqz3HLF2Zf8WSG6VqMh2qFmA==", + "dev": true + }, + "ms": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", + "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==", + "dev": true + } + } + }, + "@babel/types": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.1.2.tgz", + "integrity": "sha512-pb1I05sZEKiSlMUV9UReaqsCPUpgbHHHu2n1piRm7JkuBkm6QxcaIzKu6FMnMtCbih/cEYTR+RGYYC96Yk9HAg==", + "dev": true, + "requires": { + "esutils": "^2.0.2", + "lodash": "^4.17.10", + "to-fast-properties": "^2.0.0" + }, + "dependencies": { + "to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", + "dev": true + } + } + }, "@ngrx/effects": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/@ngrx/effects/-/effects-6.1.0.tgz", @@ -525,26 +789,16 @@ "integrity": "sha512-Uc0g/NCbJIbzvIMuCy3skiZVD5hoIrOAAvaninXkVHt7bXpbsSAdvJlmnozuGQqTbC0UQhYRwAR7InRSrzIbMQ==" }, "@ngtools/webpack": { - "version": "6.2.3", - "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-6.2.3.tgz", - "integrity": "sha512-nRc0qXUO2PfilTFaqfkCy6qdXyq+I3NZCaR4jzJbhlQnaHwd+AWMa5f1tyIjmDq9VT0Xnr/JnArWRhbOwcHt7Q==", + "version": "7.0.0-rc.2", + "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-7.0.0-rc.2.tgz", + "integrity": "sha512-82Db96cThozF0LGnSD6BQAzVbBTD/dYnQxSMIYSXbK1tp+oGiO6ggPypA1wLbze71H1Qf0XeSFg7184MbMFyfw==", "dev": true, "requires": { - "@angular-devkit/core": "0.8.3", - "rxjs": "~6.2.0", - "tree-kill": "^1.0.0", - "webpack-sources": "^1.1.0" - }, - "dependencies": { - "rxjs": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.2.2.tgz", - "integrity": "sha512-0MI8+mkKAXZUF9vMrEoPnaoHkfzBPP4IGwUYRJhIRJF6/w3uByO1e91bEHn8zd43RdkTMKiooYKmwz7RH6zfOQ==", - "dev": true, - "requires": { - "tslib": "^1.9.0" - } - } + "@angular-devkit/core": "7.0.0-rc.2", + "enhanced-resolve": "4.1.0", + "rxjs": "6.3.3", + "tree-kill": "1.2.0", + "webpack-sources": "1.2.0" } }, "@ngx-translate/core": { @@ -556,39 +810,28 @@ } }, "@schematics/angular": { - "version": "0.8.3", - "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-0.8.3.tgz", - "integrity": "sha512-kAax08neZQhIsWfqnNdmpSekWbLku+po+1ndfxOMDIhQOAgS/3QTc2mxfSRz/JyQMw1UMSDiXHG8F2Q7gkFIZw==", + "version": "7.0.0-rc.2", + "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-7.0.0-rc.2.tgz", + "integrity": "sha512-awy/wt+d2Dqf6iZmqZ3kWFvJ6oeXRrCQ16bD4hwZd00/6UsJ9Wlv1NodJ8LkzDEWZaCBZ4OHPevYZdfX2M77+Q==", "dev": true, "requires": { - "@angular-devkit/core": "0.8.3", - "@angular-devkit/schematics": "0.8.3", - "typescript": ">=2.6.2 <2.10" + "@angular-devkit/core": "7.0.0-rc.2", + "@angular-devkit/schematics": "7.0.0-rc.2", + "typescript": "3.1.1" } }, "@schematics/update": { - "version": "0.8.3", - "resolved": "https://registry.npmjs.org/@schematics/update/-/update-0.8.3.tgz", - "integrity": "sha512-Cf9cRimaPd8s5ew8uT1EUFfmoYm3YUDFPyDKZUuNZS3+OU/j1HMGpGBsuDOvjqA5zB1V3B0OvyfNFOhJem35xg==", + "version": "0.9.0-rc.2", + "resolved": "https://registry.npmjs.org/@schematics/update/-/update-0.9.0-rc.2.tgz", + "integrity": "sha512-EhL96xGekUwuxxlG4EeGftzDaCbMyC23yikuecZdrM2RQUOePdBs2Np1RSOgrdujhe0kRXM7wLumJ+WYP32mrg==", "dev": true, "requires": { - "@angular-devkit/core": "0.8.3", - "@angular-devkit/schematics": "0.8.3", - "npm-registry-client": "^8.5.1", - "rxjs": "~6.2.0", - "semver": "^5.3.0", - "semver-intersect": "^1.1.2" - }, - "dependencies": { - "rxjs": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.2.2.tgz", - "integrity": "sha512-0MI8+mkKAXZUF9vMrEoPnaoHkfzBPP4IGwUYRJhIRJF6/w3uByO1e91bEHn8zd43RdkTMKiooYKmwz7RH6zfOQ==", - "dev": true, - "requires": { - "tslib": "^1.9.0" - } - } + "@angular-devkit/core": "7.0.0-rc.2", + "@angular-devkit/schematics": "7.0.0-rc.2", + "npm-registry-client": "8.6.0", + "rxjs": "6.3.3", + "semver": "5.5.1", + "semver-intersect": "1.4.0" } }, "@swimlane/dragula": { @@ -632,24 +875,24 @@ } }, "@types/jasmine": { - "version": "2.8.8", - "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-2.8.8.tgz", - "integrity": "sha512-OJSUxLaxXsjjhob2DBzqzgrkLmukM3+JMpRp0r0E4HTdT1nwDCWhaswjYxazPij6uOdzHCJfNbDjmQ1/rnNbCg==", + "version": "2.8.9", + "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-2.8.9.tgz", + "integrity": "sha512-8dPZwjosElZOGGYw1nwTvOEMof4gjwAWNFS93nBI091BoEfd5drnHOLRMiRF/LOPuMTn5LgEdv0bTUO8QFVuHQ==", "dev": true }, "@types/jasminewd2": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@types/jasminewd2/-/jasminewd2-2.0.3.tgz", - "integrity": "sha512-hYDVmQZT5VA2kigd4H4bv7vl/OhlympwREUemqBdOqtrYTo5Ytm12a5W5/nGgGYdanGVxj0x/VhZ7J3hOg/YKg==", + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@types/jasminewd2/-/jasminewd2-2.0.5.tgz", + "integrity": "sha512-1awkm/O4pQCR9hI2F80HmIOda/L+ogkSL8Arj1k00eue5VLY5ooewhSOyF/cUJE0S+/34uD5EYY3zmd6fu2OCA==", "dev": true, "requires": { "@types/jasmine": "*" } }, "@types/lodash": { - "version": "4.14.116", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.116.tgz", - "integrity": "sha512-lRnAtKnxMXcYYXqOiotTmJd74uawNWuPnsnPrrO7HiFuE3npE2iQhfABatbYDyxTNqZNuXzcKGhw37R7RjBFLg==", + "version": "4.14.117", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.117.tgz", + "integrity": "sha512-xyf2m6tRbz8qQKcxYZa7PA4SllYcay+eh25DN3jmNYY6gSTL7Htc/bttVdkqj2wfJGbeWlQiX8pIyJpKU+tubw==", "dev": true }, "@types/node": { @@ -670,9 +913,9 @@ "dev": true }, "@types/selenium-webdriver": { - "version": "3.0.10", - "resolved": "https://registry.npmjs.org/@types/selenium-webdriver/-/selenium-webdriver-3.0.10.tgz", - "integrity": "sha512-ikB0JHv6vCR1KYUQAzTO4gi/lXLElT4Tx+6De2pc/OZwizE9LRNiTa+U8TBFKBD/nntPnr/MPSHSnOTybjhqNA==", + "version": "3.0.12", + "resolved": "https://registry.npmjs.org/@types/selenium-webdriver/-/selenium-webdriver-3.0.12.tgz", + "integrity": "sha512-hYn+eoOehVUIdMwp5h34ZsGAO1ydja10GDup4BwyoFCdcH5MQ35nQq+AInSaBMEMopD5hEooFCyKo2Pajbe1ag==", "dev": true }, "@webassemblyjs/ast": { @@ -917,15 +1160,15 @@ } }, "ajv": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.4.0.tgz", - "integrity": "sha1-06/3jpJ3VJdx2vAWTP9ISCt1T8Y=", + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.5.3.tgz", + "integrity": "sha512-LqZ9wY+fx3UMiiPd741yB2pj3hhil+hQc8taf4o2QGRFpWgZ2V5C8HA165DY9sS3fJwsk7uT7ZlFEyC3Ig3lLg==", "dev": true, "requires": { - "fast-deep-equal": "^1.0.0", + "fast-deep-equal": "^2.0.1", "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.3.0", - "uri-js": "^3.0.2" + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" } }, "ajv-errors": { @@ -980,9 +1223,15 @@ } }, "ansi-colors": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.0.5.tgz", - "integrity": "sha512-VVjWpkfaphxUBFarydrQ3n26zX5nIK7hcbT3/ielrvwDDyBBjuh2vuSw1P9zkPq0cfqvdw7lkYHnu+OLSfIBsg==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.1.0.tgz", + "integrity": "sha512-hTv1qPdi+sVEk3jYsdjox5nQI0C9HTbjKShbCdYLKb1LOfNbb7wsF4d7OEKIZoxIHx02tSp3m94jcPW2EfMjmA==", + "dev": true + }, + "ansi-escapes": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.1.0.tgz", + "integrity": "sha512-UgAb8H9D41AQnu/PbWlCofQVcnV4Gs2bBJi9eZPxfU/hgglFh3SMDMENRIqdr7H6XFnXdoknctFByVsCOotTVw==", "dev": true }, "ansi-html": { @@ -1014,6 +1263,12 @@ "requires": { "color-name": "1.1.3" } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "dev": true } } }, @@ -1034,12 +1289,12 @@ "dev": true }, "append-transform": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/append-transform/-/append-transform-0.4.0.tgz", - "integrity": "sha1-126/jKlNJ24keja61EpLdKthGZE=", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/append-transform/-/append-transform-1.0.0.tgz", + "integrity": "sha512-P009oYkeHyU742iSZJzZZywj4QRJdnTWffaKuJQLablCZ1uz6/cW4yaRgcDaoQ+uwOxxnt0gRUcwfsNP2ri0gw==", "dev": true, "requires": { - "default-require-extensions": "^1.0.0" + "default-require-extensions": "^2.0.0" } }, "aproba": { @@ -1125,9 +1380,9 @@ "dev": true }, "arraybuffer.slice": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.6.tgz", - "integrity": "sha1-8zshWfBTKj8xB6JywMz70a0peco=", + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.7.tgz", + "integrity": "sha512-wGUIVQXuehL5TCqQun8OW81jGzAWycqzFF8lFp+GOM5BXLYj3bKNsYC4daB7n6XjCqxQA/qgTJ+8ANR3acjrog==", "dev": true }, "arrify": { @@ -1203,7 +1458,7 @@ }, "async": { "version": "1.5.2", - "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz", + "resolved": "http://registry.npmjs.org/async/-/async-1.5.2.tgz", "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=", "dev": true }, @@ -1244,16 +1499,16 @@ "dev": true }, "autoprefixer": { - "version": "8.6.5", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-8.6.5.tgz", - "integrity": "sha512-PLWJN3Xo/rycNkx+mp8iBDMTm3FeWe4VmYaZDSqL5QQB9sLsQkG5k8n+LNDFnhh9kdq2K+egL/icpctOmDHwig==", + "version": "8.4.1", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-8.4.1.tgz", + "integrity": "sha512-YqUclCBDXUT9Y7aQ8Xv+ja8yhTZYJoMsOD7WS++gZIJLCpCu+gPcKGDlhk6S3WxhLkTcNVdaMZAWys2nzZCH7g==", "dev": true, "requires": { - "browserslist": "^3.2.8", - "caniuse-lite": "^1.0.30000864", + "browserslist": "^3.2.6", + "caniuse-lite": "^1.0.30000832", "normalize-range": "^0.1.2", "num2fraction": "^1.2.2", - "postcss": "^6.0.23", + "postcss": "^6.0.22", "postcss-value-parser": "^3.2.3" } }, @@ -1321,6 +1576,14 @@ "lodash": "^4.17.4", "source-map": "^0.5.7", "trim-right": "^1.0.1" + }, + "dependencies": { + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "dev": true + } } }, "babel-messages": { @@ -1615,12 +1878,6 @@ "multicast-dns-service-types": "^1.1.0" } }, - "boolbase": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", - "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=", - "dev": true - }, "brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", @@ -1880,16 +2137,6 @@ "integrity": "sha1-KAOY5dZkvXQDi28JBRU+borxvCA=", "dev": true }, - "camel-case": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-3.0.0.tgz", - "integrity": "sha1-yjw2iKTpzzpM2nd9xNy8cTJJz3M=", - "dev": true, - "requires": { - "no-case": "^2.2.0", - "upper-case": "^1.1.1" - } - }, "camelcase": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz", @@ -1909,9 +2156,15 @@ } }, "caniuse-lite": { - "version": "1.0.30000885", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000885.tgz", - "integrity": "sha512-cXKbYwpxBLd7qHyej16JazPoUacqoVuDhvR61U7Fr5vSxMUiodzcYa1rQYRYfZ5GexV03vGZHd722vNPLjPJGQ==", + "version": "1.0.30000890", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000890.tgz", + "integrity": "sha512-4NI3s4Y6ROm+SgZN5sLUG4k7nVWQnedis3c/RWkynV5G6cHSY7+a8fwFyn2yoBDE3E6VswhTNNwR3PvzGqlTkg==", + "dev": true + }, + "canonical-path": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/canonical-path/-/canonical-path-0.0.2.tgz", + "integrity": "sha1-4x65N6jJPuKgHfGDl5RyGQKHRXQ=", "dev": true }, "caseless": { @@ -1931,6 +2184,12 @@ "supports-color": "^5.3.0" } }, + "chardet": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", + "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==", + "dev": true + }, "chart.js": { "version": "2.7.2", "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-2.7.2.tgz", @@ -2015,6 +2274,12 @@ "integrity": "sha512-oC7/DVAyfcY3UWKm0sN/oVoDedQDQiw/vIiAnuTWTpE5s0zWf7l3WY417Xw/Fbi/QbAjctAkxgMiS9P0s3zkmA==", "dev": true }, + "circular-json": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/circular-json/-/circular-json-0.5.7.tgz", + "integrity": "sha512-/pXoV1JA847qRKPrHbBK6YIBGFF8GOP4wzSgUOA7q0ew0vAv0iJswP+2/nZQ9uzA3Azi7eTrg9L2yzXc/7ZMIA==", + "dev": true + }, "class-utils": { "version": "0.3.6", "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", @@ -2060,6 +2325,21 @@ } } }, + "cli-cursor": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz", + "integrity": "sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=", + "dev": true, + "requires": { + "restore-cursor": "^2.0.0" + } + }, + "cli-width": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.2.0.tgz", + "integrity": "sha1-/xnt6Kml5XkyQUewwR8PvLq+1jk=", + "dev": true + }, "clipboard": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/clipboard/-/clipboard-2.0.1.tgz", @@ -2076,7 +2356,6 @@ "resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz", "integrity": "sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=", "dev": true, - "optional": true, "requires": { "string-width": "^1.0.1", "strip-ansi": "^3.0.1", @@ -2114,17 +2393,25 @@ "dev": true }, "codelyzer": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/codelyzer/-/codelyzer-4.2.1.tgz", - "integrity": "sha512-CKwfgpfkqi9dyzy4s6ELaxJ54QgJ6A8iTSsM4bzHbLuTpbKncvNc3DUlCvpnkHBhK47gEf4qFsWoYqLrJPhy6g==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/codelyzer/-/codelyzer-4.3.0.tgz", + "integrity": "sha512-RLMrtLwrBS0dfo2/KTP+2NHofCpzcuh0bEp/A/naqvQonbUL4AW/qWQdbpn8dMNudtpmzEx9eS8KEpGdVPg1BA==", "dev": true, "requires": { "app-root-path": "^2.0.1", "css-selector-tokenizer": "^0.7.0", "cssauron": "^1.4.0", "semver-dsl": "^1.0.1", - "source-map": "^0.5.6", + "source-map": "^0.5.7", "sprintf-js": "^1.0.3" + }, + "dependencies": { + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "dev": true + } } }, "collection-visit": { @@ -2143,9 +2430,9 @@ "integrity": "sha1-vbbGnOZg+t/+CwAHzER+G59ygr0=" }, "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, "colors": { "version": "1.1.2", @@ -2172,9 +2459,9 @@ } }, "commander": { - "version": "2.18.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.18.0.tgz", - "integrity": "sha512-6CYPa+JP2ftfRU2qkDK+UTVeQYosOg/2GbcjIcKPHfinyOLPVGXu/ovN86RP49Re5ndJK1N0kuiidFFuepc4ZQ==" + "version": "2.19.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.19.0.tgz", + "integrity": "sha512-6tvAOO+D6OENvRAh524Dh9jcfKTYDQAqvqezbCW82xj5X0pSrcpxtvRKHLG0yBY6SD7PSDrJaj+0AiOcKVd1Xg==" }, "commondir": { "version": "1.0.1", @@ -2182,6 +2469,12 @@ "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=", "dev": true }, + "compare-versions": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/compare-versions/-/compare-versions-3.4.0.tgz", + "integrity": "sha512-tK69D7oNXXqUW3ZNo/z7NXTEz22TCF0pTE+YF9cxvaAM9XnkLo1fV621xCLrRR6aevJlKxExkss0vWqUCUpqdg==", + "dev": true + }, "component-bind": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz", @@ -2498,18 +2791,6 @@ "integrity": "sha1-Mh9s9zeCpv91ERE5D8BeLGV9jJs=", "dev": true }, - "css-select": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-1.2.0.tgz", - "integrity": "sha1-KzoRBTnFNV8c2NMUYj6HCxIeyFg=", - "dev": true, - "requires": { - "boolbase": "~1.0.0", - "css-what": "2.1", - "domutils": "1.5.1", - "nth-check": "~1.0.1" - } - }, "css-selector-tokenizer": { "version": "0.7.0", "resolved": "https://registry.npmjs.org/css-selector-tokenizer/-/css-selector-tokenizer-0.7.0.tgz", @@ -2521,12 +2802,6 @@ "regexpu-core": "^1.0.0" } }, - "css-what": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/css-what/-/css-what-2.1.0.tgz", - "integrity": "sha1-lGfQMsOM+u+58teVASUwYvh/ob0=", - "dev": true - }, "cssauron": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/cssauron/-/cssauron-1.4.0.tgz", @@ -2542,12 +2817,6 @@ "integrity": "sha1-yBSQPkViM3GgR3tAEJqq++6t27Q=", "dev": true }, - "cuint": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/cuint/-/cuint-0.2.2.tgz", - "integrity": "sha1-QICG1AlVDCYxFVYZ6fp7ytw7mRs=", - "dev": true - }, "currently-unhandled": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz", @@ -2862,6 +3131,12 @@ "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-1.29.0.tgz", "integrity": "sha512-lbTXWZ6M20cWH8N9S6afb0SBm6tMk+uUg6z3MqHPKE9atmsY3kJkTm8vKe93izJ2B2+q5MV990sM2CHgtAZaOw==" }, + "date-format": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/date-format/-/date-format-1.2.0.tgz", + "integrity": "sha1-YV6CjiM90aubua4JUODOzPpuytg=", + "dev": true + }, "date-now": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz", @@ -2917,21 +3192,20 @@ } }, "default-require-extensions": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/default-require-extensions/-/default-require-extensions-1.0.0.tgz", - "integrity": "sha1-836hXT4T/9m0N9M+GnW1+5eHTLg=", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/default-require-extensions/-/default-require-extensions-2.0.0.tgz", + "integrity": "sha1-9fj7sYp9bVCyH2QfZJ67Uiz+JPc=", "dev": true, "requires": { - "strip-bom": "^2.0.0" - } - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", - "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", - "dev": true, - "requires": { - "object-keys": "^1.0.12" + "strip-bom": "^3.0.0" + }, + "dependencies": { + "strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", + "dev": true + } } }, "define-property": { @@ -3036,6 +3310,12 @@ "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=", "dev": true }, + "dependency-graph": { + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.7.2.tgz", + "integrity": "sha512-KqtH4/EZdtdfWX0p6MGP9jljvxSY6msy/pRUD4jgNwVpv3v1QmNLlsB3LDSSUg79BRVSn7jI1QPRtArGABovAQ==", + "dev": true + }, "des.js": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.0.tgz", @@ -3125,23 +3405,6 @@ "buffer-indexof": "^1.0.0" } }, - "dom-converter": { - "version": "0.1.4", - "resolved": "http://registry.npmjs.org/dom-converter/-/dom-converter-0.1.4.tgz", - "integrity": "sha1-pF71cnuJDJv/5tfIduexnLDhfzs=", - "dev": true, - "requires": { - "utila": "~0.3" - }, - "dependencies": { - "utila": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/utila/-/utila-0.3.3.tgz", - "integrity": "sha1-1+jn1+MJEHCSsF+NloiCTWM6QiY=", - "dev": true - } - } - }, "dom-serialize": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/dom-serialize/-/dom-serialize-2.2.1.tgz", @@ -3154,55 +3417,12 @@ "void-elements": "^2.0.0" } }, - "dom-serializer": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz", - "integrity": "sha1-BzxpdUbOB4DOI75KKOKT5AvDDII=", - "dev": true, - "requires": { - "domelementtype": "~1.1.1", - "entities": "~1.1.1" - }, - "dependencies": { - "domelementtype": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz", - "integrity": "sha1-vSh3PiZCiBrsUVRJJCmcXNgiGFs=", - "dev": true - } - } - }, "domain-browser": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz", "integrity": "sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==", "dev": true }, - "domelementtype": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz", - "integrity": "sha1-sXrtguirWeUt2cGbF1bg/BhyBMI=", - "dev": true - }, - "domhandler": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.1.0.tgz", - "integrity": "sha1-0mRvXlf2w7qxHPbLBdPArPdBJZQ=", - "dev": true, - "requires": { - "domelementtype": "1" - } - }, - "domutils": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz", - "integrity": "sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8=", - "dev": true, - "requires": { - "dom-serializer": "0", - "domelementtype": "1" - } - }, "duplexer": { "version": "0.1.1", "resolved": "http://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz", @@ -3245,9 +3465,9 @@ "dev": true }, "electron-to-chromium": { - "version": "1.3.70", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.70.tgz", - "integrity": "sha512-WYMjqCnPVS5JA+XvwEnpwucJpVi2+q9cdCFpbhxgWGsCtforFBEkuP9+nCyy/wnU/0SyLcLRIeZct9ayMGcXoQ==", + "version": "1.3.75", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.75.tgz", + "integrity": "sha512-nLo03Qpw++8R6BxDZL/B1c8SQvUe/htdgc5LWYHe5YotV2jVvRUMP5AlOmxOsyeOzgMiXrNln2mC05Ixz6vuUQ==", "dev": true }, "elliptic": { @@ -3287,95 +3507,71 @@ } }, "engine.io": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-1.8.3.tgz", - "integrity": "sha1-jef5eJXSDTm4X4ju7nd7K9QrE9Q=", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-3.2.0.tgz", + "integrity": "sha512-mRbgmAtQ4GAlKwuPnnAvXXwdPhEx+jkc0OBCLrXuD/CRvwNK3AxRSnqK4FSqmAMRRHryVJP8TopOvmEaA64fKw==", "dev": true, "requires": { - "accepts": "1.3.3", + "accepts": "~1.3.4", "base64id": "1.0.0", "cookie": "0.3.1", - "debug": "2.3.3", - "engine.io-parser": "1.3.2", - "ws": "1.1.2" + "debug": "~3.1.0", + "engine.io-parser": "~2.1.0", + "ws": "~3.3.1" }, "dependencies": { - "accepts": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.3.tgz", - "integrity": "sha1-w8p0NJOGSMPg2cHjKN1otiLChMo=", - "dev": true, - "requires": { - "mime-types": "~2.1.11", - "negotiator": "0.6.1" - } - }, "debug": { - "version": "2.3.3", - "resolved": "http://registry.npmjs.org/debug/-/debug-2.3.3.tgz", - "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", + "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", "dev": true, "requires": { - "ms": "0.7.2" + "ms": "2.0.0" } - }, - "ms": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.2.tgz", - "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=", - "dev": true } } }, "engine.io-client": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.8.3.tgz", - "integrity": "sha1-F5jtk0USRkU9TG9jXXogH+lA1as=", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-3.2.1.tgz", + "integrity": "sha512-y5AbkytWeM4jQr7m/koQLc5AxpRKC1hEVUb/s1FUAWEJq5AzJJ4NLvzuKPuxtDi5Mq755WuDvZ6Iv2rXj4PTzw==", "dev": true, "requires": { "component-emitter": "1.2.1", "component-inherit": "0.0.3", - "debug": "2.3.3", - "engine.io-parser": "1.3.2", + "debug": "~3.1.0", + "engine.io-parser": "~2.1.1", "has-cors": "1.1.0", "indexof": "0.0.1", - "parsejson": "0.0.3", "parseqs": "0.0.5", "parseuri": "0.0.5", - "ws": "1.1.2", - "xmlhttprequest-ssl": "1.5.3", + "ws": "~3.3.1", + "xmlhttprequest-ssl": "~1.5.4", "yeast": "0.1.2" }, "dependencies": { "debug": { - "version": "2.3.3", - "resolved": "http://registry.npmjs.org/debug/-/debug-2.3.3.tgz", - "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", + "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", "dev": true, "requires": { - "ms": "0.7.2" + "ms": "2.0.0" } - }, - "ms": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.2.tgz", - "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=", - "dev": true } } }, "engine.io-parser": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.3.2.tgz", - "integrity": "sha1-k3sHnwAH0Ik+xW1GyyILjLQ1Igo=", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-2.1.2.tgz", + "integrity": "sha512-dInLFzr80RijZ1rGpx1+56/uFoH7/7InhH3kZt+Ms6hT8tNx3NGW/WNSA/f8As1WkOfkuyb3tnRyuXGxusclMw==", "dev": true, "requires": { "after": "0.8.2", - "arraybuffer.slice": "0.0.6", + "arraybuffer.slice": "~0.0.7", "base64-arraybuffer": "0.1.5", "blob": "0.0.4", - "has-binary": "0.1.7", - "wtf-8": "1.0.0" + "has-binary2": "~1.0.2" } }, "enhanced-resolve": { @@ -3395,12 +3591,6 @@ "integrity": "sha1-6WQhkyWiHQX0RGai9obtbOX13R0=", "dev": true }, - "entities": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz", - "integrity": "sha1-blwtClYhtdra7O+AuQ7ftc13cvA=", - "dev": true - }, "errno": { "version": "0.1.7", "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.7.tgz", @@ -3419,30 +3609,6 @@ "is-arrayish": "^0.2.1" } }, - "es-abstract": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.12.0.tgz", - "integrity": "sha512-C8Fx/0jFmV5IPoMOFPA9P9G5NtqW+4cOPit3MIuvR2t7Ag2K15EJTpxnHAYTzL+aYQJIESYeXZmDBfOBE1HcpA==", - "dev": true, - "requires": { - "es-to-primitive": "^1.1.1", - "function-bind": "^1.1.1", - "has": "^1.0.1", - "is-callable": "^1.1.3", - "is-regex": "^1.0.4" - } - }, - "es-to-primitive": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.1.1.tgz", - "integrity": "sha1-RTVSSKiJeQNLZ5Lhm7gfK3l13Q0=", - "dev": true, - "requires": { - "is-callable": "^1.1.1", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.1" - } - }, "es6-promise": { "version": "4.2.5", "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.5.tgz", @@ -3562,7 +3728,7 @@ }, "events": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/events/-/events-1.1.1.tgz", + "resolved": "http://registry.npmjs.org/events/-/events-1.1.1.tgz", "integrity": "sha1-nr23Y1rQmccNzEwqH1AEKI6L2SQ=", "dev": true }, @@ -3842,6 +4008,17 @@ } } }, + "external-editor": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.0.3.tgz", + "integrity": "sha512-bn71H9+qWoOQKyZDo25mOMVpSmXROAsTJVVVYzrrtol3d4y+AsKjf4Iwl2Q+IuT0kFSQ1qo166UuIwqYq7mGnA==", + "dev": true, + "requires": { + "chardet": "^0.7.0", + "iconv-lite": "^0.4.24", + "tmp": "^0.0.33" + } + }, "extglob": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz", @@ -3914,9 +4091,9 @@ "dev": true }, "fast-deep-equal": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz", - "integrity": "sha1-wFNHeBfIa1HaqFPIHgWbcz0CNhQ=", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", + "integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=", "dev": true }, "fast-json-stable-stringify": { @@ -3946,14 +4123,29 @@ "websocket-driver": ">=0.5.1" } }, + "figgy-pudding": { + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.1.tgz", + "integrity": "sha512-vNKxJHTEKNThjfrdJwHc7brvM6eVevuO5nTj6ez8ZQ1qbXTvGthucRF7S4vf2cr71QVnT70V34v0S1DyQsti0w==", + "dev": true + }, + "figures": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz", + "integrity": "sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=", + "dev": true, + "requires": { + "escape-string-regexp": "^1.0.5" + } + }, "file-loader": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-1.1.11.tgz", - "integrity": "sha512-TGR4HU7HUsGg6GCOPJnFk06RhWgEWFLAGWiT6rcD+GRC2keU3s9RGJ+b3Z6/U73jwwNb2gKLJ7YCrp+jvU4ALg==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-2.0.0.tgz", + "integrity": "sha512-YCsBfd1ZGCyonOKLxPiKPdu+8ld9HAaMEvJewzz+b2eTF7uL5Zm/HdBF6FjCrpCMRq25Mi0U1gl4pwn2TlH7hQ==", "dev": true, "requires": { "loader-utils": "^1.0.2", - "schema-utils": "^0.4.5" + "schema-utils": "^1.0.0" } }, "filename-regex": { @@ -4003,7 +4195,7 @@ }, "finalhandler": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.1.tgz", + "resolved": "http://registry.npmjs.org/finalhandler/-/finalhandler-1.1.1.tgz", "integrity": "sha512-Y1GUDo39ez4aHAw7MysnUD5JzYX+WaIj8I57kO3aEPT1fFRL4sr7mjei97FgnwhAyyzRYmQZaTHb2+9uZ1dPtg==", "dev": true, "requires": { @@ -4047,9 +4239,9 @@ } }, "follow-redirects": { - "version": "1.5.8", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.8.tgz", - "integrity": "sha512-sy1mXPmv7kLAMKW/8XofG7o9T+6gAjzdZK4AJF6ryqQYUa/hnzgiypoeUecZ53x7XiqKNEpNqLtS97MshW2nxg==", + "version": "1.5.9", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.9.tgz", + "integrity": "sha512-Bh65EZI/RU8nx0wbYF9shkFZlqLP+6WT/5FnA3cE/djNSuKNHJEinGGZgu/cQEkeeb2GdFOgenAmn8qaqYke2w==", "dev": true, "requires": { "debug": "=3.1.0" @@ -4708,12 +4900,6 @@ "rimraf": "2" } }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", - "dev": true - }, "gauge": { "version": "2.7.4", "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz", @@ -4754,7 +4940,7 @@ }, "get-stream": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz", + "resolved": "http://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz", "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=", "dev": true }, @@ -4968,18 +5154,21 @@ "fast-json-stable-stringify": "^2.0.0", "json-schema-traverse": "^0.3.0" } + }, + "fast-deep-equal": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz", + "integrity": "sha1-wFNHeBfIa1HaqFPIHgWbcz0CNhQ=", + "dev": true + }, + "json-schema-traverse": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz", + "integrity": "sha1-NJptRMU6Ud6JtAgFxdXlm0F9M0A=", + "dev": true } } }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "dev": true, - "requires": { - "function-bind": "^1.1.1" - } - }, "has-ansi": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", @@ -4989,19 +5178,19 @@ "ansi-regex": "^2.0.0" } }, - "has-binary": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/has-binary/-/has-binary-0.1.7.tgz", - "integrity": "sha1-aOYesWIQyVRaClzOBqhzkS/h5ow=", + "has-binary2": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-binary2/-/has-binary2-1.0.3.tgz", + "integrity": "sha512-G1LWKhDSvhGeAQ8mPVQlqNcOB2sJdwATtZKl2pDKKHfpf/rYj24lkinxf69blJbnsvtqqNU+L3SL50vzZhXOnw==", "dev": true, "requires": { - "isarray": "0.0.1" + "isarray": "2.0.1" }, "dependencies": { "isarray": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", - "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.1.tgz", + "integrity": "sha1-o32U7ZzaLVmGXJ92/llu4fM4dB4=", "dev": true } } @@ -5076,12 +5265,6 @@ "minimalistic-assert": "^1.0.1" } }, - "he": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/he/-/he-1.1.1.tgz", - "integrity": "sha1-k0EP0hsAlzUVH4howvJx80J+I/0=", - "dev": true - }, "hmac-drbg": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz", @@ -5123,105 +5306,6 @@ "integrity": "sha1-DfKTUfByEWNRXfueVUPl9u7VFi8=", "dev": true }, - "html-minifier": { - "version": "3.5.20", - "resolved": "https://registry.npmjs.org/html-minifier/-/html-minifier-3.5.20.tgz", - "integrity": "sha512-ZmgNLaTp54+HFKkONyLFEfs5dd/ZOtlquKaTnqIWFmx3Av5zG6ZPcV2d0o9XM2fXOTxxIf6eDcwzFFotke/5zA==", - "dev": true, - "requires": { - "camel-case": "3.0.x", - "clean-css": "4.2.x", - "commander": "2.17.x", - "he": "1.1.x", - "param-case": "2.1.x", - "relateurl": "0.2.x", - "uglify-js": "3.4.x" - }, - "dependencies": { - "commander": { - "version": "2.17.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.17.1.tgz", - "integrity": "sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg==", - "dev": true - } - } - }, - "html-webpack-plugin": { - "version": "3.2.0", - "resolved": "http://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-3.2.0.tgz", - "integrity": "sha1-sBq71yOsqqeze2r0SS69oD2d03s=", - "dev": true, - "requires": { - "html-minifier": "^3.2.3", - "loader-utils": "^0.2.16", - "lodash": "^4.17.3", - "pretty-error": "^2.0.2", - "tapable": "^1.0.0", - "toposort": "^1.0.0", - "util.promisify": "1.0.0" - }, - "dependencies": { - "loader-utils": { - "version": "0.2.17", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-0.2.17.tgz", - "integrity": "sha1-+G5jdNQyBabmxg6RlvF8Apm/s0g=", - "dev": true, - "requires": { - "big.js": "^3.1.3", - "emojis-list": "^2.0.0", - "json5": "^0.5.0", - "object-assign": "^4.0.1" - } - } - } - }, - "htmlparser2": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.3.0.tgz", - "integrity": "sha1-zHDQWln2VC5D8OaFyYLhTJJKnv4=", - "dev": true, - "requires": { - "domelementtype": "1", - "domhandler": "2.1", - "domutils": "1.1", - "readable-stream": "1.0" - }, - "dependencies": { - "domutils": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.1.6.tgz", - "integrity": "sha1-vdw94Jm5ou+sxRxiPyj0FuzFdIU=", - "dev": true, - "requires": { - "domelementtype": "1" - } - }, - "isarray": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", - "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", - "dev": true - }, - "readable-stream": { - "version": "1.0.34", - "resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", - "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", - "dev": true, - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.1", - "isarray": "0.0.1", - "string_decoder": "~0.10.x" - } - }, - "string_decoder": { - "version": "0.10.31", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", - "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", - "dev": true - } - } - }, "http-deceiver": { "version": "1.2.7", "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", @@ -5297,9 +5381,9 @@ }, "dependencies": { "debug": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.5.tgz", - "integrity": "sha512-D61LaDQPQkxJ5AUM2mbSJRbPkNs/TmdmOeLAi1hgDkpDfIfetSrjmWhccwtuResSwMbACjx/xXQofvM9CE/aeg==", + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", + "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", "dev": true, "requires": { "ms": "^2.1.1" @@ -5485,6 +5569,60 @@ "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==", "dev": true }, + "inquirer": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-6.2.0.tgz", + "integrity": "sha512-QIEQG4YyQ2UYZGDC4srMZ7BjHOmNk1lR2JQj5UknBapklm6WHA+VVH7N+sUdX3A7NeCfGF8o4X1S3Ao7nAcIeg==", + "dev": true, + "requires": { + "ansi-escapes": "^3.0.0", + "chalk": "^2.0.0", + "cli-cursor": "^2.1.0", + "cli-width": "^2.0.0", + "external-editor": "^3.0.0", + "figures": "^2.0.0", + "lodash": "^4.17.10", + "mute-stream": "0.0.7", + "run-async": "^2.2.0", + "rxjs": "^6.1.0", + "string-width": "^2.1.0", + "strip-ansi": "^4.0.0", + "through": "^2.3.6" + }, + "dependencies": { + "ansi-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", + "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", + "dev": true + }, + "string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "dev": true, + "requires": { + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" + } + }, + "strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "dev": true, + "requires": { + "ansi-regex": "^3.0.0" + } + } + } + }, "internal-ip": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/internal-ip/-/internal-ip-3.0.1.tgz", @@ -5495,6 +5633,12 @@ "ipaddr.js": "^1.5.2" } }, + "interpret": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.1.0.tgz", + "integrity": "sha1-ftGxQQxqDg94z5XTuEQMY/eLhhQ=", + "dev": true + }, "invariant": { "version": "2.2.4", "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz", @@ -5508,8 +5652,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz", "integrity": "sha1-EEqOSqym09jNFXqO+L+rLXo//bY=", - "dev": true, - "optional": true + "dev": true }, "ip": { "version": "1.1.5", @@ -5579,12 +5722,6 @@ "builtin-modules": "^1.0.0" } }, - "is-callable": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.1.4.tgz", - "integrity": "sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA==", - "dev": true - }, "is-data-descriptor": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", @@ -5605,12 +5742,6 @@ } } }, - "is-date-object": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.1.tgz", - "integrity": "sha1-mqIOtq7rv/d/vTPnTKAbM1gdOhY=", - "dev": true - }, "is-descriptor": { "version": "0.1.6", "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", @@ -5755,14 +5886,11 @@ "integrity": "sha1-IHurkWOEmcB7Kt8kCkGochADRXU=", "dev": true }, - "is-regex": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.4.tgz", - "integrity": "sha1-VRdIm1RwkbCTDglWVM7SXul+lJE=", - "dev": true, - "requires": { - "has": "^1.0.1" - } + "is-promise": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.1.0.tgz", + "integrity": "sha1-eaKp7OfwlugPNtKy87wWwf9L8/o=", + "dev": true }, "is-stream": { "version": "1.1.0", @@ -5770,12 +5898,6 @@ "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", "dev": true }, - "is-symbol": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.1.tgz", - "integrity": "sha1-PMWfAAJRlLarLjjbrmaJJWtmBXI=", - "dev": true - }, "is-typedarray": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", @@ -5886,21 +6008,22 @@ } }, "istanbul-api": { - "version": "1.3.7", - "resolved": "https://registry.npmjs.org/istanbul-api/-/istanbul-api-1.3.7.tgz", - "integrity": "sha512-4/ApBnMVeEPG3EkSzcw25wDe4N66wxwn+KKn6b47vyek8Xb3NBAcg4xfuQbS7BqcZuTX4wxfD5lVagdggR3gyA==", + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/istanbul-api/-/istanbul-api-2.0.6.tgz", + "integrity": "sha512-8W5oeAGWXhtTJjAyVfvavOLVyZCTNCKsyF6GON/INKlBdO7uJ/bv3qnPj5M6ERKzmMCJS1kntnjjGuJ86fn3rQ==", "dev": true, "requires": { - "async": "^2.1.4", - "fileset": "^2.0.2", - "istanbul-lib-coverage": "^1.2.1", - "istanbul-lib-hook": "^1.2.2", - "istanbul-lib-instrument": "^1.10.2", - "istanbul-lib-report": "^1.1.5", - "istanbul-lib-source-maps": "^1.2.6", - "istanbul-reports": "^1.5.1", - "js-yaml": "^3.7.0", - "mkdirp": "^0.5.1", + "async": "^2.6.1", + "compare-versions": "^3.2.1", + "fileset": "^2.0.3", + "istanbul-lib-coverage": "^2.0.1", + "istanbul-lib-hook": "^2.0.1", + "istanbul-lib-instrument": "^3.0.0", + "istanbul-lib-report": "^2.0.2", + "istanbul-lib-source-maps": "^2.0.1", + "istanbul-reports": "^2.0.1", + "js-yaml": "^3.12.0", + "make-dir": "^1.3.0", "once": "^1.4.0" }, "dependencies": { @@ -5912,6 +6035,27 @@ "requires": { "lodash": "^4.17.10" } + }, + "istanbul-lib-coverage": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz", + "integrity": "sha512-nPvSZsVlbG9aLhZYaC3Oi1gT/tpyo3Yt5fNyf6NmcKIayz4VV/txxJFFKAK/gU4dcNn8ehsanBbVHVl0+amOLA==", + "dev": true + }, + "istanbul-lib-instrument": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-3.0.0.tgz", + "integrity": "sha512-eQY9vN9elYjdgN9Iv6NS/00bptm02EBBk70lRMaVjeA6QYocQgenVrSgC28TJurdnZa80AGO3ASdFN+w/njGiQ==", + "dev": true, + "requires": { + "@babel/generator": "^7.0.0", + "@babel/parser": "^7.0.0", + "@babel/template": "^7.0.0", + "@babel/traverse": "^7.0.0", + "@babel/types": "^7.0.0", + "istanbul-lib-coverage": "^2.0.1", + "semver": "^5.5.0" + } } } }, @@ -5939,6 +6083,18 @@ "json-schema-traverse": "^0.3.0" } }, + "fast-deep-equal": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz", + "integrity": "sha1-wFNHeBfIa1HaqFPIHgWbcz0CNhQ=", + "dev": true + }, + "json-schema-traverse": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz", + "integrity": "sha1-NJptRMU6Ud6JtAgFxdXlm0F9M0A=", + "dev": true + }, "schema-utils": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-0.3.0.tgz", @@ -5957,12 +6113,12 @@ "dev": true }, "istanbul-lib-hook": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/istanbul-lib-hook/-/istanbul-lib-hook-1.2.2.tgz", - "integrity": "sha512-/Jmq7Y1VeHnZEQ3TL10VHyb564mn6VrQXHchON9Jf/AEcmQ3ZIiyD1BVzNOKTZf/G3gE+kiGK6SmpF9y3qGPLw==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-hook/-/istanbul-lib-hook-2.0.1.tgz", + "integrity": "sha512-ufiZoiJ8CxY577JJWEeFuxXZoMqiKpq/RqZtOAYuQLvlkbJWscq9n3gc4xrCGH9n4pW0qnTxOz1oyMmVtk8E1w==", "dev": true, "requires": { - "append-transform": "^0.4.0" + "append-transform": "^1.0.0" } }, "istanbul-lib-instrument": { @@ -5981,71 +6137,73 @@ } }, "istanbul-lib-report": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-1.1.5.tgz", - "integrity": "sha512-UsYfRMoi6QO/doUshYNqcKJqVmFe9w51GZz8BS3WB0lYxAllQYklka2wP9+dGZeHYaWIdcXUx8JGdbqaoXRXzw==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-2.0.2.tgz", + "integrity": "sha512-rJ8uR3peeIrwAxoDEbK4dJ7cqqtxBisZKCuwkMtMv0xYzaAnsAi3AHrHPAAtNXzG/bcCgZZ3OJVqm1DTi9ap2Q==", "dev": true, "requires": { - "istanbul-lib-coverage": "^1.2.1", - "mkdirp": "^0.5.1", - "path-parse": "^1.0.5", - "supports-color": "^3.1.2" + "istanbul-lib-coverage": "^2.0.1", + "make-dir": "^1.3.0", + "supports-color": "^5.4.0" }, "dependencies": { - "has-flag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", - "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=", + "istanbul-lib-coverage": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz", + "integrity": "sha512-nPvSZsVlbG9aLhZYaC3Oi1gT/tpyo3Yt5fNyf6NmcKIayz4VV/txxJFFKAK/gU4dcNn8ehsanBbVHVl0+amOLA==", "dev": true - }, - "supports-color": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz", - "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", - "dev": true, - "requires": { - "has-flag": "^1.0.0" - } } } }, "istanbul-lib-source-maps": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-1.2.6.tgz", - "integrity": "sha512-TtbsY5GIHgbMsMiRw35YBHGpZ1DVFEO19vxxeiDMYaeOFOCzfnYVxvl6pOUIZR4dtPhAGpSMup8OyF8ubsaqEg==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-2.0.1.tgz", + "integrity": "sha512-30l40ySg+gvBLcxTrLzR4Z2XTRj3HgRCA/p2rnbs/3OiTaoj054gAbuP5DcLOtwqmy4XW8qXBHzrmP2/bQ9i3A==", "dev": true, "requires": { "debug": "^3.1.0", - "istanbul-lib-coverage": "^1.2.1", - "mkdirp": "^0.5.1", - "rimraf": "^2.6.1", - "source-map": "^0.5.3" + "istanbul-lib-coverage": "^2.0.1", + "make-dir": "^1.3.0", + "rimraf": "^2.6.2", + "source-map": "^0.6.1" }, "dependencies": { "debug": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.5.tgz", - "integrity": "sha512-D61LaDQPQkxJ5AUM2mbSJRbPkNs/TmdmOeLAi1hgDkpDfIfetSrjmWhccwtuResSwMbACjx/xXQofvM9CE/aeg==", + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", + "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", "dev": true, "requires": { "ms": "^2.1.1" } }, + "istanbul-lib-coverage": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz", + "integrity": "sha512-nPvSZsVlbG9aLhZYaC3Oi1gT/tpyo3Yt5fNyf6NmcKIayz4VV/txxJFFKAK/gU4dcNn8ehsanBbVHVl0+amOLA==", + "dev": true + }, "ms": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==", "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true } } }, "istanbul-reports": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-1.5.1.tgz", - "integrity": "sha512-+cfoZ0UXzWjhAdzosCPP3AN8vvef8XDkWtTfgaN+7L3YTpNYITnCaEkceo5SEYy644VkHka/P1FvkWvrG/rrJw==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-2.0.1.tgz", + "integrity": "sha512-CT0QgMBJqs6NJLF678ZHcquUAZIoBIUNzdJrRJfpkI9OnzG6MkUfHxbJC3ln981dMswC7/B1mfX3LNkhgJxsuw==", "dev": true, "requires": { - "handlebars": "^4.0.3" + "handlebars": "^4.0.11" } }, "jasmine": { @@ -6073,15 +6231,6 @@ "integrity": "sha1-5kAN8ea1bhMLYcS80JPap/boyhU=", "dev": true }, - "jasmine-diff": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/jasmine-diff/-/jasmine-diff-0.1.3.tgz", - "integrity": "sha1-k8zC3MQQKMXd1GBlWAdIOfLe6qg=", - "dev": true, - "requires": { - "diff": "^3.2.0" - } - }, "jasmine-spec-reporter": { "version": "4.2.1", "resolved": "https://registry.npmjs.org/jasmine-spec-reporter/-/jasmine-spec-reporter-4.2.1.tgz", @@ -6154,9 +6303,9 @@ "dev": true }, "json-schema-traverse": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz", - "integrity": "sha1-NJptRMU6Ud6JtAgFxdXlm0F9M0A=", + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", "dev": true }, "json-stringify-safe": { @@ -6173,7 +6322,7 @@ }, "json5": { "version": "0.5.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-0.5.1.tgz", + "resolved": "http://registry.npmjs.org/json5/-/json5-0.5.1.tgz", "integrity": "sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=", "dev": true }, @@ -6243,14 +6392,14 @@ } }, "karma": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/karma/-/karma-1.7.1.tgz", - "integrity": "sha512-k5pBjHDhmkdaUccnC7gE3mBzZjcxyxYsYVaqiL2G5AqlfLyBO5nw2VdNK+O16cveEPd/gIOWULH7gkiYYwVNHg==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/karma/-/karma-3.0.0.tgz", + "integrity": "sha512-ZTjyuDXVXhXsvJ1E4CnZzbCjSxD6sEdzEsFYogLuZM0yqvg/mgz+O+R1jb0J7uAQeuzdY8kJgx6hSNXLwFuHIQ==", "dev": true, "requires": { "bluebird": "^3.3.0", "body-parser": "^1.16.1", - "chokidar": "^1.4.1", + "chokidar": "^2.0.3", "colors": "^1.1.0", "combine-lists": "^1.0.0", "connect": "^3.6.0", @@ -6262,151 +6411,32 @@ "graceful-fs": "^4.1.2", "http-proxy": "^1.13.0", "isbinaryfile": "^3.0.0", - "lodash": "^3.8.0", - "log4js": "^0.6.31", - "mime": "^1.3.4", + "lodash": "^4.17.4", + "log4js": "^3.0.0", + "mime": "^2.3.1", "minimatch": "^3.0.2", "optimist": "^0.6.1", "qjobs": "^1.1.4", "range-parser": "^1.2.0", "rimraf": "^2.6.0", "safe-buffer": "^5.0.1", - "socket.io": "1.7.3", - "source-map": "^0.5.3", - "tmp": "0.0.31", - "useragent": "^2.1.12" + "socket.io": "2.1.1", + "source-map": "^0.6.1", + "tmp": "0.0.33", + "useragent": "2.2.1" }, "dependencies": { - "anymatch": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-1.3.2.tgz", - "integrity": "sha512-0XNayC8lTHQ2OI8aljNCN3sSx6hsr/1+rlcDAotXJR7C1oZZHCNsfpbKwMjRA3Uqb5tF1Rae2oloTr4xpq+WjA==", - "dev": true, - "requires": { - "micromatch": "^2.1.5", - "normalize-path": "^2.0.0" - } - }, - "arr-diff": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz", - "integrity": "sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8=", - "dev": true, - "requires": { - "arr-flatten": "^1.0.1" - } - }, - "array-unique": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz", - "integrity": "sha1-odl8yvy8JiXMcPrc6zalDFiwGlM=", + "mime": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/mime/-/mime-2.3.1.tgz", + "integrity": "sha512-OEUllcVoydBHGN1z84yfQDimn58pZNNNXgZlHXSboxMlFvgI6MXSWpWKpFRra7H1HxpVhHTkrghfRW49k6yjeg==", "dev": true }, - "braces": { - "version": "1.8.5", - "resolved": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz", - "integrity": "sha1-uneWLhLf+WnWt2cR6RS3N4V79qc=", - "dev": true, - "requires": { - "expand-range": "^1.8.1", - "preserve": "^0.2.0", - "repeat-element": "^1.1.2" - } - }, - "chokidar": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-1.7.0.tgz", - "integrity": "sha1-eY5ol3gVHIB2tLNg5e3SjNortGg=", - "dev": true, - "requires": { - "anymatch": "^1.3.0", - "async-each": "^1.0.0", - "fsevents": "^1.0.0", - "glob-parent": "^2.0.0", - "inherits": "^2.0.1", - "is-binary-path": "^1.0.0", - "is-glob": "^2.0.0", - "path-is-absolute": "^1.0.0", - "readdirp": "^2.0.0" - } - }, - "expand-brackets": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz", - "integrity": "sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s=", - "dev": true, - "requires": { - "is-posix-bracket": "^0.1.0" - } - }, - "extglob": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz", - "integrity": "sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE=", - "dev": true, - "requires": { - "is-extglob": "^1.0.0" - } - }, - "glob-parent": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz", - "integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=", - "dev": true, - "requires": { - "is-glob": "^2.0.0" - } - }, - "is-extglob": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz", - "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=", + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true - }, - "is-glob": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz", - "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", - "dev": true, - "requires": { - "is-extglob": "^1.0.0" - } - }, - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dev": true, - "requires": { - "is-buffer": "^1.1.5" - } - }, - "lodash": { - "version": "3.10.1", - "resolved": "http://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz", - "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=", - "dev": true - }, - "micromatch": { - "version": "2.3.11", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz", - "integrity": "sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU=", - "dev": true, - "requires": { - "arr-diff": "^2.0.0", - "array-unique": "^0.2.1", - "braces": "^1.8.2", - "expand-brackets": "^0.1.4", - "extglob": "^0.3.1", - "filename-regex": "^2.0.0", - "is-extglob": "^1.0.0", - "is-glob": "^2.0.1", - "kind-of": "^3.0.2", - "normalize-path": "^2.0.1", - "object.omit": "^2.0.0", - "parse-glob": "^3.0.4", - "regex-cache": "^0.4.2" - } } } }, @@ -6421,12 +6451,12 @@ } }, "karma-coverage-istanbul-reporter": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/karma-coverage-istanbul-reporter/-/karma-coverage-istanbul-reporter-2.0.2.tgz", - "integrity": "sha512-IIIrfsfYJKkAyyjRrBx8CZRl2UXi2OSrxKRAA95mkpOMF3Zw5FpjE+v79pWuwu1Keu0pdjcfElmmOuAEjFQshA==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/karma-coverage-istanbul-reporter/-/karma-coverage-istanbul-reporter-2.0.4.tgz", + "integrity": "sha512-xJS7QSQIVU6VK9HuJ/ieE5yynxKhjCCkd96NLY/BX/HXsx0CskU9JJiMQbd4cHALiddMwI4OWh1IIzeWrsavJw==", "dev": true, "requires": { - "istanbul-api": "^1.3.1", + "istanbul-api": "^2.0.5", "minimatch": "^3.0.4" } }, @@ -6471,7 +6501,6 @@ "resolved": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz", "integrity": "sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=", "dev": true, - "optional": true, "requires": { "invert-kv": "^1.0.0" } @@ -6524,12 +6553,12 @@ } }, "license-webpack-plugin": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/license-webpack-plugin/-/license-webpack-plugin-1.4.0.tgz", - "integrity": "sha512-iwuNFMWbXS76WiQXJBTs8/7Tby4NQnY8AIkBMuJG5El79UT8zWrJQMfpW+KRXt4Y2Bs5uk+Myg/MO7ROSF8jzA==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/license-webpack-plugin/-/license-webpack-plugin-2.0.1.tgz", + "integrity": "sha512-XUSJoU+M2w/N5ZdzHm++mFSM2BVKAdnSORXF7nbkpBJVdfi3hiiMpNdiuUR7S4OvsceiXQp1yoBwhiAP+gtC2g==", "dev": true, "requires": { - "ejs": "^2.5.7" + "webpack-sources": "^1.2.0" } }, "lie": { @@ -6563,9 +6592,9 @@ } }, "loader-runner": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-2.3.0.tgz", - "integrity": "sha1-9IKuqC1UPgeSFwDVpG7yb9rGuKI=", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-2.3.1.tgz", + "integrity": "sha512-By6ZFY7ETWOc9RFaAIb23IjJVcM4dvJC/N57nmdz9RSkMXvAXGI7SyVlAw3v8vjtDRlqThgVDVmTnr9fqMlxkw==", "dev": true }, "loader-utils": { @@ -6627,43 +6656,31 @@ "dev": true }, "log4js": { - "version": "0.6.38", - "resolved": "http://registry.npmjs.org/log4js/-/log4js-0.6.38.tgz", - "integrity": "sha1-LElBFmldb7JUgJQ9P8hy5mKlIv0=", + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/log4js/-/log4js-3.0.6.tgz", + "integrity": "sha512-ezXZk6oPJCWL483zj64pNkMuY/NcRX5MPiB0zE6tjZM137aeusrOnW1ecxgF9cmwMWkBMhjteQxBPoZBh9FDxQ==", "dev": true, "requires": { - "readable-stream": "~1.0.2", - "semver": "~4.3.3" + "circular-json": "^0.5.5", + "date-format": "^1.2.0", + "debug": "^3.1.0", + "rfdc": "^1.1.2", + "streamroller": "0.7.0" }, "dependencies": { - "isarray": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", - "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", - "dev": true - }, - "readable-stream": { - "version": "1.0.34", - "resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", - "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", + "debug": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", + "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", "dev": true, "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.1", - "isarray": "0.0.1", - "string_decoder": "~0.10.x" + "ms": "^2.1.1" } }, - "semver": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/semver/-/semver-4.3.6.tgz", - "integrity": "sha1-MAvG4OhjdPe6YQaLWx7NV/xlMto=", - "dev": true - }, - "string_decoder": { - "version": "0.10.31", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", - "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", + "ms": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", + "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==", "dev": true } } @@ -6693,12 +6710,6 @@ "signal-exit": "^3.0.0" } }, - "lower-case": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-1.1.4.tgz", - "integrity": "sha1-miyr0bno4K6ZOkv31YdcOcQujqw=", - "dev": true - }, "lru-cache": { "version": "4.1.3", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.3.tgz", @@ -6709,6 +6720,15 @@ "yallist": "^2.1.2" } }, + "magic-string": { + "version": "0.25.1", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.1.tgz", + "integrity": "sha512-sCuTz6pYom8Rlt4ISPFn6wuFodbKMIHUMv4Qko9P17dpxb7s52KJTmRuZZqHdGmLCK9AOcDare039nRIcfdkEg==", + "dev": true, + "requires": { + "sourcemap-codec": "^1.4.1" + } + }, "make-dir": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-1.3.0.tgz", @@ -6767,13 +6787,14 @@ "dev": true }, "md5.js": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.4.tgz", - "integrity": "sha1-6b296UogpawYsENA/Fdk1bCdkB0=", + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz", + "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==", "dev": true, "requires": { "hash-base": "^3.0.0", - "inherits": "^2.0.1" + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" } }, "media-typer": { @@ -6878,7 +6899,8 @@ "version": "1.6.0", "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", - "dev": true + "dev": true, + "optional": true }, "mime-db": { "version": "1.36.0", @@ -6910,19 +6932,6 @@ "loader-utils": "^1.1.0", "schema-utils": "^1.0.0", "webpack-sources": "^1.1.0" - }, - "dependencies": { - "schema-utils": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", - "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", - "dev": true, - "requires": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - } - } } }, "minimalistic-assert": { @@ -7059,10 +7068,16 @@ "integrity": "sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE=", "dev": true }, + "mute-stream": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz", + "integrity": "sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s=", + "dev": true + }, "nan": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/nan/-/nan-2.11.0.tgz", - "integrity": "sha512-F4miItu2rGnV2ySkXOQoA8FKz/SR2Q2sWP0sbTxNxz/tuokeC8WxOhPMcwi0qIyGtVn/rrSeLbvVkznqCdwYnw==", + "version": "2.11.1", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.11.1.tgz", + "integrity": "sha512-iji6k87OSXa0CcrLl9z+ZiYSuR2o+c0bGuNmXdrhTQTakxytAFsC56SArGYoiHlJlFoHSnvmhpceZJaXkVuOtA==", "dev": true, "optional": true }, @@ -7129,15 +7144,6 @@ "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==", "dev": true }, - "no-case": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/no-case/-/no-case-2.3.2.tgz", - "integrity": "sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ==", - "dev": true, - "requires": { - "lower-case": "^1.1.1" - } - }, "node-forge": { "version": "0.7.5", "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.7.5.tgz", @@ -7275,6 +7281,13 @@ "supports-color": "^2.0.0" } }, + "fast-deep-equal": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz", + "integrity": "sha1-wFNHeBfIa1HaqFPIHgWbcz0CNhQ=", + "dev": true, + "optional": true + }, "har-validator": { "version": "5.0.3", "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.0.3.tgz", @@ -7286,6 +7299,13 @@ "har-schema": "^2.0.0" } }, + "json-schema-traverse": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz", + "integrity": "sha1-NJptRMU6Ud6JtAgFxdXlm0F9M0A=", + "dev": true, + "optional": true + }, "oauth-sign": { "version": "0.8.2", "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz", @@ -7437,15 +7457,6 @@ "set-blocking": "~2.0.0" } }, - "nth-check": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.1.tgz", - "integrity": "sha1-mSms32KPwsQQmN6rgqxYDPFJquQ=", - "dev": true, - "requires": { - "boolbase": "~1.0.0" - } - }, "null-check": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/null-check/-/null-check-1.0.0.tgz", @@ -7513,12 +7524,6 @@ } } }, - "object-keys": { - "version": "1.0.12", - "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.0.12.tgz", - "integrity": "sha512-FTMyFUm2wBcGHnH2eXmz7tC6IwlqQZ6mVZ+6dm6vZ4IQIHjs6FdNsQBuKGPuUUUY6NfJw2PshC08Tn6LzLDOag==", - "dev": true - }, "object-visit": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz", @@ -7528,16 +7533,6 @@ "isobject": "^3.0.0" } }, - "object.getownpropertydescriptors": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz", - "integrity": "sha1-h1jIRvW0B62rDyNuCYbxSwUcqhY=", - "dev": true, - "requires": { - "define-properties": "^1.1.2", - "es-abstract": "^1.5.1" - } - }, "object.omit": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/object.omit/-/object.omit-2.0.1.tgz", @@ -7598,6 +7593,15 @@ "wrappy": "1" } }, + "onetime": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz", + "integrity": "sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ=", + "dev": true, + "requires": { + "mimic-fn": "^1.0.0" + } + }, "opener": { "version": "1.5.1", "resolved": "https://registry.npmjs.org/opener/-/opener-1.5.1.tgz", @@ -7606,7 +7610,7 @@ }, "opn": { "version": "5.3.0", - "resolved": "https://registry.npmjs.org/opn/-/opn-5.3.0.tgz", + "resolved": "http://registry.npmjs.org/opn/-/opn-5.3.0.tgz", "integrity": "sha512-bYJHo/LOmoTd+pfiYhfZDnf9zekVJrY+cnS2a5F2x+w5ppvTqObojTP7WiFG+kVZs9Inw+qQ/lw7TroWwhdd2g==", "dev": true, "requires": { @@ -7645,12 +7649,6 @@ "wordwrap": "~1.0.0" } }, - "options": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/options/-/options-0.0.6.tgz", - "integrity": "sha1-7CLTEoBrtT5zF3Pnza788cZDEo8=", - "dev": true - }, "original": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/original/-/original-1.0.2.tgz", @@ -7712,7 +7710,7 @@ }, "p-is-promise": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-1.1.0.tgz", + "resolved": "http://registry.npmjs.org/p-is-promise/-/p-is-promise-1.1.0.tgz", "integrity": "sha1-nJRWmJ6fZYgBewQ01WCXZ1w9oF4=", "dev": true }, @@ -7763,15 +7761,6 @@ "readable-stream": "^2.1.5" } }, - "param-case": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/param-case/-/param-case-2.1.1.tgz", - "integrity": "sha1-35T9jPZTHs915r75oIWPvHK+Ikc=", - "dev": true, - "requires": { - "no-case": "^2.2.0" - } - }, "parse-asn1": { "version": "5.1.1", "resolved": "http://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.1.tgz", @@ -7829,15 +7818,6 @@ "integrity": "sha512-fxNG2sQjHvlVAYmzBZS9YlDp6PTSSDwa98vkD4QgVDDCAo84z5X1t5XyJQ62ImdLXx5NdIIfihey6xpum9/gRQ==", "optional": true }, - "parsejson": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/parsejson/-/parsejson-0.0.3.tgz", - "integrity": "sha1-q343WfIJ7OmUN5c/fQ8fZK4OZKs=", - "dev": true, - "requires": { - "better-assert": "~1.0.0" - } - }, "parseqs": { "version": "0.0.5", "resolved": "https://registry.npmjs.org/parseqs/-/parseqs-0.0.5.tgz", @@ -7926,9 +7906,9 @@ } }, "pbkdf2": { - "version": "3.0.16", - "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.16.tgz", - "integrity": "sha512-y4CXP3thSxqf7c0qmOF+9UeOTrifiVTIM+u7NWlq+PRsHbr7r7dpCmvzrZxa96JJUNi0Y5w9VqG5ZNeCVMoDcA==", + "version": "3.0.17", + "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.17.tgz", + "integrity": "sha512-U/il5MsrZp7mGg3mSQfn742na2T+1/vHDCG5/iTI3X9MKUuYUZVLQhyRsg06mCgDBTd57TxzgZt7P+fYfjRLtA==", "dev": true, "requires": { "create-hash": "^1.1.2", @@ -8052,19 +8032,18 @@ "postcss": "^6.0.0", "postcss-load-config": "^2.0.0", "schema-utils": "^0.4.0" - } - }, - "postcss-url": { - "version": "7.3.2", - "resolved": "https://registry.npmjs.org/postcss-url/-/postcss-url-7.3.2.tgz", - "integrity": "sha512-QMV5mA+pCYZQcUEPQkmor9vcPQ2MT+Ipuu8qdi1gVxbNiIiErEGft+eny1ak19qALoBkccS5AHaCaCDzh7b9MA==", - "dev": true, - "requires": { - "mime": "^1.4.1", - "minimatch": "^3.0.4", - "mkdirp": "^0.5.0", - "postcss": "^6.0.1", - "xxhashjs": "^0.2.1" + }, + "dependencies": { + "schema-utils": { + "version": "0.4.7", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-0.4.7.tgz", + "integrity": "sha512-v/iwU6wvwGK8HbU9yi3/nhGzP0yGSuhQMzL6ySiec1FSrZZDkhm4noOSWzrNFo/jEc+SJY6jRTwuwbSXJPDUnQ==", + "dev": true, + "requires": { + "ajv": "^6.1.0", + "ajv-keywords": "^3.1.0" + } + } } }, "postcss-value-parser": { @@ -8085,16 +8064,6 @@ "integrity": "sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks=", "dev": true }, - "pretty-error": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-2.1.1.tgz", - "integrity": "sha1-X0+HyPkeWuPzuoerTPXgOxoX8aM=", - "dev": true, - "requires": { - "renderkid": "^2.0.1", - "utila": "~0.4" - } - }, "prismjs": { "version": "1.15.0", "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.15.0.tgz", @@ -8132,9 +8101,9 @@ "dev": true }, "protractor": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/protractor/-/protractor-5.4.0.tgz", - "integrity": "sha512-6TSYqMhUUzxr4/wN0ttSISqPMKvcVRXF4k8jOEpGWD8OioLak4KLgfzHK9FJ49IrjzRrZ+Mx1q2Op8Rk0zEcnQ==", + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/protractor/-/protractor-5.4.1.tgz", + "integrity": "sha512-ORey5ewQMYiXQxcQohsqEiKYOg/r5yJoJbt0tuROmmgajdg/CA3gTOZNIFJncUVMAJIk5YFqBBLUjKVmQO6tfA==", "dev": true, "requires": { "@types/node": "^6.0.46", @@ -8151,14 +8120,14 @@ "saucelabs": "^1.5.0", "selenium-webdriver": "3.6.0", "source-map-support": "~0.4.0", - "webdriver-js-extender": "2.0.0", + "webdriver-js-extender": "2.1.0", "webdriver-manager": "^12.0.6" }, "dependencies": { "@types/node": { - "version": "6.0.117", - "resolved": "https://registry.npmjs.org/@types/node/-/node-6.0.117.tgz", - "integrity": "sha512-sihk0SnN8PpiS5ihu5xJQ5ddnURNq4P+XPmW+nORlKkHy21CoZO/IVHK/Wq/l3G8fFW06Fkltgnqx229uPlnRg==", + "version": "6.14.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-6.14.0.tgz", + "integrity": "sha512-6tQyh4Q4B5pECcXBOQDZ5KjyBIxRZGzrweGPM47sAYTdVG4+7R+2EGMTmp0h6ZwgqHrFRCeg2gdhsG9xXEl2Sg==", "dev": true }, "ansi-styles": { @@ -8221,6 +8190,12 @@ "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", "dev": true }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "dev": true + }, "source-map-support": { "version": "0.4.18", "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.18.tgz", @@ -8286,16 +8261,17 @@ "dev": true }, "public-encrypt": { - "version": "4.0.2", - "resolved": "http://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.2.tgz", - "integrity": "sha512-4kJ5Esocg8X3h8YgJsKAuoesBgB7mqH3eowiDzMUPKiRDDE7E/BqqZD1hnTByIaAFiwAw246YEltSq7tdrOH0Q==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz", + "integrity": "sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==", "dev": true, "requires": { "bn.js": "^4.1.0", "browserify-rsa": "^4.0.0", "create-hash": "^1.1.0", "parse-asn1": "^5.0.0", - "randombytes": "^2.0.1" + "randombytes": "^2.0.1", + "safe-buffer": "^5.1.2" } }, "pump": { @@ -8559,6 +8535,15 @@ "readable-stream": "^2.0.2" } }, + "rechoir": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz", + "integrity": "sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=", + "dev": true, + "requires": { + "resolve": "^1.1.6" + } + }, "redent": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz", @@ -8641,39 +8626,12 @@ } } }, - "relateurl": { - "version": "0.2.7", - "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz", - "integrity": "sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=", - "dev": true - }, "remove-trailing-separator": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=", "dev": true }, - "renderkid": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-2.0.1.tgz", - "integrity": "sha1-iYyr/Ivt5Le5ETWj/9Mj5YwNsxk=", - "dev": true, - "requires": { - "css-select": "^1.1.0", - "dom-converter": "~0.1", - "htmlparser2": "~3.3.0", - "strip-ansi": "^3.0.0", - "utila": "~0.3" - }, - "dependencies": { - "utila": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/utila/-/utila-0.3.3.tgz", - "integrity": "sha1-1+jn1+MJEHCSsF+NloiCTWM6QiY=", - "dev": true - } - } - }, "repeat-element": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz", @@ -8774,6 +8732,16 @@ "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=", "dev": true }, + "restore-cursor": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz", + "integrity": "sha1-n37ih/gv0ybU/RYpI9YhKe7g368=", + "dev": true, + "requires": { + "onetime": "^2.0.0", + "signal-exit": "^3.0.2" + } + }, "ret": { "version": "0.1.15", "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz", @@ -8786,6 +8754,12 @@ "integrity": "sha1-52OI0heZLCUnUCQdPTlW/tmNj/Q=", "dev": true }, + "rfdc": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.1.2.tgz", + "integrity": "sha512-92ktAgvZhBzYTIK0Mja9uen5q5J3NRVMoDkJL2VMwq6SXjVCgqvQeVP2XAaUY6HT+XpQYeLSjb3UoitBryKmdA==", + "dev": true + }, "rimraf": { "version": "2.6.2", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz", @@ -8805,6 +8779,15 @@ "inherits": "^2.0.1" } }, + "run-async": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.3.0.tgz", + "integrity": "sha1-A3GrSuC91yDUFm19/aZP96RFpsA=", + "dev": true, + "requires": { + "is-promise": "^2.1.0" + } + }, "run-queue": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/run-queue/-/run-queue-1.0.3.tgz", @@ -8895,12 +8878,13 @@ "dev": true }, "schema-utils": { - "version": "0.4.7", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-0.4.7.tgz", - "integrity": "sha512-v/iwU6wvwGK8HbU9yi3/nhGzP0yGSuhQMzL6ySiec1FSrZZDkhm4noOSWzrNFo/jEc+SJY6jRTwuwbSXJPDUnQ==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", + "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", "dev": true, "requires": { "ajv": "^6.1.0", + "ajv-errors": "^1.0.0", "ajv-keywords": "^3.1.0" } }, @@ -9142,6 +9126,17 @@ "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", "dev": true }, + "shelljs": { + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.2.tgz", + "integrity": "sha512-pRXeNrCA2Wd9itwhvLp5LZQvPJ0wU6bcjaTMywHHGX5XWhVN2nzSu7WV0q+oUY7mGK3mgSkDDzP3MgjqdyIgbQ==", + "dev": true, + "requires": { + "glob": "^7.0.0", + "interpret": "^1.0.0", + "rechoir": "^0.6.2" + } + }, "signal-exit": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz", @@ -9193,6 +9188,12 @@ "requires": { "is-extendable": "^0.1.0" } + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "dev": true } } }, @@ -9268,143 +9269,93 @@ } }, "socket.io": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-1.7.3.tgz", - "integrity": "sha1-uK+cq6AJSeVo42nxMn6pvp6iRhs=", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-2.1.1.tgz", + "integrity": "sha512-rORqq9c+7W0DAK3cleWNSyfv/qKXV99hV4tZe+gGLfBECw3XEhBy7x85F3wypA9688LKjtwO9pX9L33/xQI8yA==", "dev": true, "requires": { - "debug": "2.3.3", - "engine.io": "1.8.3", - "has-binary": "0.1.7", - "object-assign": "4.1.0", - "socket.io-adapter": "0.5.0", - "socket.io-client": "1.7.3", - "socket.io-parser": "2.3.1" + "debug": "~3.1.0", + "engine.io": "~3.2.0", + "has-binary2": "~1.0.2", + "socket.io-adapter": "~1.1.0", + "socket.io-client": "2.1.1", + "socket.io-parser": "~3.2.0" }, "dependencies": { "debug": { - "version": "2.3.3", - "resolved": "http://registry.npmjs.org/debug/-/debug-2.3.3.tgz", - "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", + "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", "dev": true, "requires": { - "ms": "0.7.2" + "ms": "2.0.0" } - }, - "ms": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.2.tgz", - "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=", - "dev": true - }, - "object-assign": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.0.tgz", - "integrity": "sha1-ejs9DpgGPUP0wD8uiubNUahog6A=", - "dev": true } } }, "socket.io-adapter": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.5.0.tgz", - "integrity": "sha1-y21LuL7IHhB4uZZ3+c7QBGBmu4s=", - "dev": true, - "requires": { - "debug": "2.3.3", - "socket.io-parser": "2.3.1" - }, - "dependencies": { - "debug": { - "version": "2.3.3", - "resolved": "http://registry.npmjs.org/debug/-/debug-2.3.3.tgz", - "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=", - "dev": true, - "requires": { - "ms": "0.7.2" - } - }, - "ms": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.2.tgz", - "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=", - "dev": true - } - } + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-1.1.1.tgz", + "integrity": "sha1-KoBeihTWNyEk3ZFZrUUC+MsH8Gs=", + "dev": true }, "socket.io-client": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.7.3.tgz", - "integrity": "sha1-sw6GqhDV7zVGYBwJzeR2Xjgdo3c=", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-2.1.1.tgz", + "integrity": "sha512-jxnFyhAuFxYfjqIgduQlhzqTcOEQSn+OHKVfAxWaNWa7ecP7xSNk2Dx/3UEsDcY7NcFafxvNvKPmmO7HTwTxGQ==", "dev": true, "requires": { "backo2": "1.0.2", + "base64-arraybuffer": "0.1.5", "component-bind": "1.0.0", "component-emitter": "1.2.1", - "debug": "2.3.3", - "engine.io-client": "1.8.3", - "has-binary": "0.1.7", + "debug": "~3.1.0", + "engine.io-client": "~3.2.0", + "has-binary2": "~1.0.2", + "has-cors": "1.1.0", "indexof": "0.0.1", "object-component": "0.0.3", + "parseqs": "0.0.5", "parseuri": "0.0.5", - "socket.io-parser": "2.3.1", + "socket.io-parser": "~3.2.0", "to-array": "0.1.4" }, "dependencies": { "debug": { - "version": "2.3.3", - "resolved": "http://registry.npmjs.org/debug/-/debug-2.3.3.tgz", - "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", + "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", "dev": true, "requires": { - "ms": "0.7.2" + "ms": "2.0.0" } - }, - "ms": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.2.tgz", - "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=", - "dev": true } } }, "socket.io-parser": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.3.1.tgz", - "integrity": "sha1-3VMgJRA85Clpcya+/WQAX8/ltKA=", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.2.0.tgz", + "integrity": "sha512-FYiBx7rc/KORMJlgsXysflWx/RIvtqZbyGLlHZvjfmPTPeuD/I8MaW7cfFrj5tRltICJdgwflhfZ3NVVbVLFQA==", "dev": true, "requires": { - "component-emitter": "1.1.2", - "debug": "2.2.0", - "isarray": "0.0.1", - "json3": "3.3.2" + "component-emitter": "1.2.1", + "debug": "~3.1.0", + "isarray": "2.0.1" }, "dependencies": { - "component-emitter": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.1.2.tgz", - "integrity": "sha1-KWWU8nU9qmOZbSrwjRWpURbJrsM=", - "dev": true - }, "debug": { - "version": "2.2.0", - "resolved": "http://registry.npmjs.org/debug/-/debug-2.2.0.tgz", - "integrity": "sha1-+HBX6ZWxofauaklgZkE3vFbwOdo=", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", + "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", "dev": true, "requires": { - "ms": "0.7.1" + "ms": "2.0.0" } }, "isarray": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", - "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", - "dev": true - }, - "ms": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz", - "integrity": "sha1-nNE8A62/8ltl7/3nzoZO6VIBcJg=", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.1.tgz", + "integrity": "sha1-o32U7ZzaLVmGXJ92/llu4fM4dB4=", "dev": true } } @@ -9451,9 +9402,9 @@ "dev": true }, "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "version": "0.7.3", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", + "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==", "dev": true }, "source-map-loader": { @@ -9514,10 +9465,16 @@ "integrity": "sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=", "dev": true }, + "sourcemap-codec": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.3.tgz", + "integrity": "sha512-vFrY/x/NdsD7Yc8mpTJXuao9S8lq08Z/kOITHz6b7YbfI9xL8Spe5EvSQUHOI7SbpY8bRPr0U3kKSsPuqEGSfA==", + "dev": true + }, "spdx-correct": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.0.0.tgz", - "integrity": "sha512-N19o9z5cEyc8yQQPukRCZ9EUmb4HUpnrmaL/fxS2pBo2jbfcFRVuFZ/oFC+vZz0MNNk0h80iMn5/S6qGZOL5+g==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.0.2.tgz", + "integrity": "sha512-q9hedtzyXHr5S0A1vEPoK/7l8NpfkFYTq6iCY+Pno2ZbdZR6WexZFtqeVGkGxW3TEJMN914Z55EnAGMmenlIQQ==", "dev": true, "requires": { "spdx-expression-parse": "^3.0.0", @@ -9525,9 +9482,9 @@ } }, "spdx-exceptions": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.1.0.tgz", - "integrity": "sha512-4K1NsmrlCU1JJgUrtgEeTVyfx8VaYea9J9LvARxhbHtVtohPs/gFGG5yy49beySjlIMhhXZ4QqujIZEfS4l6Cg==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz", + "integrity": "sha512-2XQACfElKi9SlVb1CYadKDXvoajPgBVPn/gOQLrTvHdElaVhr7ZEbqJaRnJLVNeaI4cMEAgVCeBMKF6MWRDCRA==", "dev": true }, "spdx-expression-parse": { @@ -9575,6 +9532,15 @@ "wbuf": "^1.7.2" } }, + "speed-measure-webpack-plugin": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/speed-measure-webpack-plugin/-/speed-measure-webpack-plugin-1.2.3.tgz", + "integrity": "sha512-p+taQ69VkRUXYMoZOx2nxV/Tz8tt79ahctoZJyJDHWP7fEYvwFNf5Pd73k5kZ6auu0pTsPNLEUwWpM8mCk85Zw==", + "dev": true, + "requires": { + "chalk": "^2.0.1" + } + }, "split-string": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz", @@ -9638,9 +9604,9 @@ } }, "stats-webpack-plugin": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/stats-webpack-plugin/-/stats-webpack-plugin-0.6.2.tgz", - "integrity": "sha1-LFlJtTHgf4eojm6k3PrFOqjHWis=", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/stats-webpack-plugin/-/stats-webpack-plugin-0.7.0.tgz", + "integrity": "sha512-NT0YGhwuQ0EOX+uPhhUcI6/+1Sq/pMzNuSCBVT4GbFl/ac6I/JZefBcjlECNfAb1t3GOx5dEj1Z7x0cAxeeVLQ==", "dev": true, "requires": { "lodash": "^4.17.4" @@ -9701,6 +9667,35 @@ "integrity": "sha1-1cdSgl5TZ+eG944Y5EXqIjoVWVI=", "dev": true }, + "streamroller": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/streamroller/-/streamroller-0.7.0.tgz", + "integrity": "sha512-WREzfy0r0zUqp3lGO096wRuUp7ho1X6uo/7DJfTlEi0Iv/4gT7YHqXDjKC2ioVGBZtE8QzsQD9nx1nIuoZ57jQ==", + "dev": true, + "requires": { + "date-format": "^1.2.0", + "debug": "^3.1.0", + "mkdirp": "^0.5.1", + "readable-stream": "^2.3.0" + }, + "dependencies": { + "debug": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", + "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "dev": true, + "requires": { + "ms": "^2.1.1" + } + }, + "ms": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", + "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==", + "dev": true + } + } + }, "string-width": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", @@ -9723,7 +9718,7 @@ }, "strip-ansi": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "resolved": "http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", "dev": true, "requires": { @@ -9756,13 +9751,25 @@ } }, "style-loader": { - "version": "0.21.0", - "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-0.21.0.tgz", - "integrity": "sha512-T+UNsAcl3Yg+BsPKs1vd22Fr8sVT+CJMtzqc6LEw9bbJZb43lm9GoeIfUcDEefBSWC0BhYbcdupV1GtI4DGzxg==", + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-0.23.0.tgz", + "integrity": "sha512-uCcN7XWHkqwGVt7skpInW6IGO1tG6ReyFQ1Cseh0VcN6VdcFQi62aG/2F3Y9ueA8x4IVlfaSUxpmQXQD9QrEuQ==", "dev": true, "requires": { "loader-utils": "^1.1.0", "schema-utils": "^0.4.5" + }, + "dependencies": { + "schema-utils": { + "version": "0.4.7", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-0.4.7.tgz", + "integrity": "sha512-v/iwU6wvwGK8HbU9yi3/nhGzP0yGSuhQMzL6ySiec1FSrZZDkhm4noOSWzrNFo/jEc+SJY6jRTwuwbSXJPDUnQ==", + "dev": true, + "requires": { + "ajv": "^6.1.0", + "ajv-keywords": "^3.1.0" + } + } } }, "stylus": { @@ -9848,6 +9855,177 @@ "inherits": "2" } }, + "terser": { + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-3.10.0.tgz", + "integrity": "sha512-hNh2WR3YxtKoY7BNSb3+CJ9Xv9bbUuOU9uriIf2F1tiAYNA4rNy2wWuSDV8iKcag27q65KPJ/sPpMWEh6qttgw==", + "dev": true, + "requires": { + "commander": "~2.17.1", + "source-map": "~0.6.1", + "source-map-support": "~0.5.6" + }, + "dependencies": { + "commander": { + "version": "2.17.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.17.1.tgz", + "integrity": "sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg==", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } + } + }, + "terser-webpack-plugin": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.1.0.tgz", + "integrity": "sha512-61lV0DSxMAZ8AyZG7/A4a3UPlrbOBo8NIQ4tJzLPAdGOQ+yoNC7l5ijEow27lBAL2humer01KLS6bGIMYQxKoA==", + "dev": true, + "requires": { + "cacache": "^11.0.2", + "find-cache-dir": "^2.0.0", + "schema-utils": "^1.0.0", + "serialize-javascript": "^1.4.0", + "source-map": "^0.6.1", + "terser": "^3.8.1", + "webpack-sources": "^1.1.0", + "worker-farm": "^1.5.2" + }, + "dependencies": { + "cacache": { + "version": "11.2.0", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-11.2.0.tgz", + "integrity": "sha512-IFWl6lfK6wSeYCHUXh+N1lY72UDrpyrYQJNIVQf48paDuWbv5RbAtJYf/4gUQFObTCHZwdZ5sI8Iw7nqwP6nlQ==", + "dev": true, + "requires": { + "bluebird": "^3.5.1", + "chownr": "^1.0.1", + "figgy-pudding": "^3.1.0", + "glob": "^7.1.2", + "graceful-fs": "^4.1.11", + "lru-cache": "^4.1.3", + "mississippi": "^3.0.0", + "mkdirp": "^0.5.1", + "move-concurrently": "^1.0.1", + "promise-inflight": "^1.0.1", + "rimraf": "^2.6.2", + "ssri": "^6.0.0", + "unique-filename": "^1.1.0", + "y18n": "^4.0.0" + } + }, + "find-cache-dir": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.0.0.tgz", + "integrity": "sha512-LDUY6V1Xs5eFskUVYtIwatojt6+9xC9Chnlk/jYOOvn3FAFfSaWddxahDGyNHh0b2dMXa6YW2m0tk8TdVaXHlA==", + "dev": true, + "requires": { + "commondir": "^1.0.1", + "make-dir": "^1.0.0", + "pkg-dir": "^3.0.0" + } + }, + "find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "dev": true, + "requires": { + "locate-path": "^3.0.0" + } + }, + "locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "dev": true, + "requires": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + } + }, + "mississippi": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/mississippi/-/mississippi-3.0.0.tgz", + "integrity": "sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==", + "dev": true, + "requires": { + "concat-stream": "^1.5.0", + "duplexify": "^3.4.2", + "end-of-stream": "^1.1.0", + "flush-write-stream": "^1.0.0", + "from2": "^2.1.0", + "parallel-transform": "^1.1.0", + "pump": "^3.0.0", + "pumpify": "^1.3.3", + "stream-each": "^1.1.0", + "through2": "^2.0.0" + } + }, + "p-limit": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.0.0.tgz", + "integrity": "sha512-fl5s52lI5ahKCernzzIyAP0QAZbGIovtVHGwpcu1Jr/EpzLVDI2myISHwGqK7m8uQFugVWSrbxH7XnhGtvEc+A==", + "dev": true, + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "dev": true, + "requires": { + "p-limit": "^2.0.0" + } + }, + "p-try": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.0.0.tgz", + "integrity": "sha512-hMp0onDKIajHfIkdRk3P4CdCmErkYAxxDtP3Wx/4nZ3aGlau2VKh3mZpcuFkH27WQkL/3WBCPOktzA9ZOAnMQQ==", + "dev": true + }, + "pkg-dir": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", + "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", + "dev": true, + "requires": { + "find-up": "^3.0.0" + } + }, + "pump": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "dev": true, + "requires": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "ssri": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-6.0.1.tgz", + "integrity": "sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA==", + "dev": true, + "requires": { + "figgy-pudding": "^3.5.1" + } + } + } + }, "through": { "version": "2.3.8", "resolved": "http://registry.npmjs.org/through/-/through-2.3.8.tgz", @@ -9891,12 +10069,12 @@ "optional": true }, "tmp": { - "version": "0.0.31", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.31.tgz", - "integrity": "sha1-jzirlDjhcxXl29izZX6L+yd65Kc=", + "version": "0.0.33", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", + "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", "dev": true, "requires": { - "os-tmpdir": "~1.0.1" + "os-tmpdir": "~1.0.2" } }, "to-array": { @@ -9959,12 +10137,6 @@ "repeat-string": "^1.6.1" } }, - "toposort": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/toposort/-/toposort-1.0.7.tgz", - "integrity": "sha1-LmhELZ9k7HILjMieZEOsbKqVACk=", - "dev": true - }, "tough-cookie": { "version": "2.4.3", "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.4.3.tgz", @@ -10019,18 +10191,18 @@ "dev": true }, "ts-node": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-5.0.1.tgz", - "integrity": "sha512-XK7QmDcNHVmZkVtkiwNDWiERRHPyU8nBqZB1+iv2UhOG0q3RQ9HsZ2CMqISlFbxjrYFGfG2mX7bW4dAyxBVzUw==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-7.0.1.tgz", + "integrity": "sha512-BVwVbPJRspzNh2yfslyT1PSbl5uIk03EZlb493RKHN4qej/D06n1cEhjlOJG69oFsE7OT8XjpTUcYf6pKTLMhw==", "dev": true, "requires": { "arrify": "^1.0.0", - "chalk": "^2.3.0", + "buffer-from": "^1.1.0", "diff": "^3.1.0", "make-error": "^1.1.1", "minimist": "^1.2.0", "mkdirp": "^0.5.1", - "source-map-support": "^0.5.3", + "source-map-support": "^0.5.6", "yn": "^2.0.0" }, "dependencies": { @@ -10042,42 +10214,15 @@ } } }, - "tsickle": { - "version": "0.32.1", - "resolved": "https://registry.npmjs.org/tsickle/-/tsickle-0.32.1.tgz", - "integrity": "sha512-JW9j+W0SaMSZGejIFZBk0AiPfnhljK3oLx5SaqxrJhjlvzFyPml5zqG1/PuScUj6yTe1muEqwk5CnDK0cOZmKw==", - "dev": true, - "requires": { - "jasmine-diff": "^0.1.3", - "minimist": "^1.2.0", - "mkdirp": "^0.5.1", - "source-map": "^0.6.0", - "source-map-support": "^0.5.0" - }, - "dependencies": { - "minimist": { - "version": "1.2.0", - "resolved": "http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", - "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=", - "dev": true - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - } - } - }, "tslib": { "version": "1.9.3", "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.9.3.tgz", "integrity": "sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ==" }, "tslint": { - "version": "5.9.1", - "resolved": "https://registry.npmjs.org/tslint/-/tslint-5.9.1.tgz", - "integrity": "sha1-ElX4ej/1frCw4fDmEKi0dIBGya4=", + "version": "5.11.0", + "resolved": "https://registry.npmjs.org/tslint/-/tslint-5.11.0.tgz", + "integrity": "sha1-mPMMAurjzecAYgHkwzywi0hYHu0=", "dev": true, "requires": { "babel-code-frame": "^6.22.0", @@ -10091,7 +10236,7 @@ "resolve": "^1.3.2", "semver": "^5.3.0", "tslib": "^1.8.0", - "tsutils": "^2.12.1" + "tsutils": "^2.27.2" }, "dependencies": { "resolve": { @@ -10162,9 +10307,9 @@ "dev": true }, "typescript": { - "version": "2.9.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-2.9.2.tgz", - "integrity": "sha512-Gr4p6nFNaoufRIY4NMdpQRNmgxVIGMs4Fcu/ujdYk3nAZqk7supzBE9idmvfZIlH/Cuj//dvi+019qEue9lV0w==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.1.1.tgz", + "integrity": "sha512-Veu0w4dTc/9wlWNf2jeRInNodKlcdLgemvPsrNpfu5Pq39sgfFjvIIgTsvUHCoLBnMhPoUA+tFxsXjU6VexVRQ==", "dev": true }, "uglify-js": { @@ -10172,6 +10317,7 @@ "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.4.9.tgz", "integrity": "sha512-8CJsbKOtEbnJsTyv6LE6m6ZKniqMiFWmm9sRbopbkGs3gMPPfd3Fh8iIA4Ykv5MgaTbqHr4BaoGLJLZNhsrW1Q==", "dev": true, + "optional": true, "requires": { "commander": "~2.17.1", "source-map": "~0.6.1" @@ -10181,13 +10327,15 @@ "version": "2.17.1", "resolved": "https://registry.npmjs.org/commander/-/commander-2.17.1.tgz", "integrity": "sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg==", - "dev": true + "dev": true, + "optional": true }, "source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true + "dev": true, + "optional": true } } }, @@ -10213,6 +10361,16 @@ "integrity": "sha512-MVuS359B+YzaWqjCL/c+22gfryv+mCBPHAv3zyVI2GN8EY6IRP8VwtasXn8jyyhvvq84R4ImN1OKRtcbIasjYA==", "dev": true }, + "schema-utils": { + "version": "0.4.7", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-0.4.7.tgz", + "integrity": "sha512-v/iwU6wvwGK8HbU9yi3/nhGzP0yGSuhQMzL6ySiec1FSrZZDkhm4noOSWzrNFo/jEc+SJY6jRTwuwbSXJPDUnQ==", + "dev": true, + "requires": { + "ajv": "^6.1.0", + "ajv-keywords": "^3.1.0" + } + }, "source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", @@ -10232,9 +10390,9 @@ } }, "ultron": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz", - "integrity": "sha1-rOEWq1V80Zc4ak6I9GhTeMiy5Po=", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ultron/-/ultron-1.1.1.tgz", + "integrity": "sha512-UIEXBNeYmKptWH6z8ZnqTeS8fV74zG0/eRU9VGkpzz+LIJNs8W/zM/L+7ctCkRrgbNnnR0xxw4bKOr0cW0N0Og==", "dev": true }, "union-value": { @@ -10273,18 +10431,18 @@ } }, "unique-filename": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.0.tgz", - "integrity": "sha1-0F8v5AMlYIcfMOk8vnNe6iAVFPM=", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz", + "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==", "dev": true, "requires": { "unique-slug": "^2.0.0" } }, "unique-slug": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.0.tgz", - "integrity": "sha1-22Z258fMBimHj/GWCXx4hVrp9Ks=", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.1.tgz", + "integrity": "sha512-n9cU6+gITaVu7VGj1Z8feKMmfAjEAQGhwD9fE3zvpRRa0wEIx8ODYkVGfSc94M2OX00tUFV8wH3zYbm1I8mxFg==", "dev": true, "requires": { "imurmurhash": "^0.1.4" @@ -10342,16 +10500,10 @@ "integrity": "sha512-bzpH/oBhoS/QI/YtbkqCg6VEiPYjSZtrHQM6/QnJS6OL9pKUFLqb3aFh4Scvwm45+7iAgiMkLhSbaZxUqmrprw==", "dev": true }, - "upper-case": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/upper-case/-/upper-case-1.1.3.tgz", - "integrity": "sha1-9rRQHC7EzdJrp4vnIilh3ndiFZg=", - "dev": true - }, "uri-js": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-3.0.2.tgz", - "integrity": "sha1-+QuFhQf4HepNz7s8TD2/orVX+qo=", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz", + "integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==", "dev": true, "requires": { "punycode": "^2.1.0" @@ -10387,36 +10539,6 @@ "integrity": "sha1-TTNA6AfTdzvamZH4MFrNzCpmXSo=", "dev": true }, - "url-loader": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/url-loader/-/url-loader-1.1.1.tgz", - "integrity": "sha512-vugEeXjyYFBCUOpX+ZuaunbK3QXMKaQ3zUnRfIpRBlGkY7QizCnzyyn2ASfcxsvyU3ef+CJppVywnl3Kgf13Gg==", - "dev": true, - "requires": { - "loader-utils": "^1.1.0", - "mime": "^2.0.3", - "schema-utils": "^1.0.0" - }, - "dependencies": { - "mime": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/mime/-/mime-2.3.1.tgz", - "integrity": "sha512-OEUllcVoydBHGN1z84yfQDimn58pZNNNXgZlHXSboxMlFvgI6MXSWpWKpFRra7H1HxpVhHTkrghfRW49k6yjeg==", - "dev": true - }, - "schema-utils": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", - "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", - "dev": true, - "requires": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - } - } - } - }, "url-parse": { "version": "1.4.3", "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.4.3.tgz", @@ -10434,13 +10556,21 @@ "dev": true }, "useragent": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/useragent/-/useragent-2.3.0.tgz", - "integrity": "sha512-4AoH4pxuSvHCjqLO04sU6U/uE65BYza8l/KKBS0b0hnUPWi+cQ2BpeTEwejCSx9SPV5/U03nniDTrWx5NrmKdw==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/useragent/-/useragent-2.2.1.tgz", + "integrity": "sha1-z1k+9PLRdYdei7ZY6pLhik/QbY4=", "dev": true, "requires": { - "lru-cache": "4.1.x", + "lru-cache": "2.2.x", "tmp": "0.0.x" + }, + "dependencies": { + "lru-cache": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.2.4.tgz", + "integrity": "sha1-bGWGGb7PFAMdDQtZSxYELOTcBj0=", + "dev": true + } } }, "util": { @@ -10458,22 +10588,6 @@ "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", "dev": true }, - "util.promisify": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.0.tgz", - "integrity": "sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==", - "dev": true, - "requires": { - "define-properties": "^1.1.2", - "object.getownpropertydescriptors": "^2.0.3" - } - }, - "utila": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz", - "integrity": "sha1-ihagXURWV6Oupe7MWxKk+lN5dyw=", - "dev": true - }, "utils-merge": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", @@ -10563,9 +10677,9 @@ "integrity": "sha1-Om2bwVGWN3qQ+OKAP6UmIWWwRRA=" }, "webdriver-js-extender": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/webdriver-js-extender/-/webdriver-js-extender-2.0.0.tgz", - "integrity": "sha512-fbyKiVu3azzIc5d4+26YfuPQcFTlgFQV5yQ/0OQj4Ybkl4g1YQuIPskf5v5wqwRJhHJnPHthB6tqCjWHOKLWag==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/webdriver-js-extender/-/webdriver-js-extender-2.1.0.tgz", + "integrity": "sha512-lcUKrjbBfCK6MNsh7xaY2UAUmZwe+/ib03AjVOpFobX4O7+83BUveSrLfU0Qsyb1DaKJdQRbuU+kM9aZ6QUhiQ==", "dev": true, "requires": { "@types/selenium-webdriver": "^3.0.0", @@ -10602,6 +10716,18 @@ "uglifyjs-webpack-plugin": "^1.2.4", "watchpack": "^1.5.0", "webpack-sources": "^1.2.0" + }, + "dependencies": { + "schema-utils": { + "version": "0.4.7", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-0.4.7.tgz", + "integrity": "sha512-v/iwU6wvwGK8HbU9yi3/nhGzP0yGSuhQMzL6ySiec1FSrZZDkhm4noOSWzrNFo/jEc+SJY6jRTwuwbSXJPDUnQ==", + "dev": true, + "requires": { + "ajv": "^6.1.0", + "ajv-keywords": "^3.1.0" + } + } } }, "webpack-bundle-analyzer": { @@ -10625,9 +10751,9 @@ }, "dependencies": { "ws": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-6.0.0.tgz", - "integrity": "sha512-c2UlYcAZp1VS8AORtpq6y4RJIkJ9dQz18W32SpR/qXGfLDZ2jU4y4wKvvZwqbi7U6gxFQTeE+urMbXU/tsDy4w==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-6.1.0.tgz", + "integrity": "sha512-H3dGVdGvW2H8bnYpIDc3u3LH8Wue3Qh+Zto6aXXFzvESkTVT6rAfKR6tR/+coaUvxs8yHtmNV0uioBF62ZGSTg==", "dev": true, "requires": { "async-limiter": "~1.0.0" @@ -10755,9 +10881,9 @@ } }, "debug": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.5.tgz", - "integrity": "sha512-D61LaDQPQkxJ5AUM2mbSJRbPkNs/TmdmOeLAi1hgDkpDfIfetSrjmWhccwtuResSwMbACjx/xXQofvM9CE/aeg==", + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", + "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", "dev": true, "requires": { "ms": "^2.1.1" @@ -10859,17 +10985,6 @@ "integrity": "sha512-hMp0onDKIajHfIkdRk3P4CdCmErkYAxxDtP3Wx/4nZ3aGlau2VKh3mZpcuFkH27WQkL/3WBCPOktzA9ZOAnMQQ==", "dev": true }, - "schema-utils": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", - "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", - "dev": true, - "requires": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - } - }, "string-width": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", @@ -11068,21 +11183,16 @@ "dev": true }, "ws": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/ws/-/ws-1.1.2.tgz", - "integrity": "sha1-iiRPoFJAHgjJiGz0SoUYnh/UBn8=", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/ws/-/ws-3.3.3.tgz", + "integrity": "sha512-nnWLa/NwZSt4KQJu51MYlCcSQ5g7INpOrOMt4XV8j4dqTXdmlUmSHQ8/oLC069ckre0fRsgfvsKwbTdtKLCDkA==", "dev": true, "requires": { - "options": ">=0.0.5", - "ultron": "1.0.x" + "async-limiter": "~1.0.0", + "safe-buffer": "~5.1.0", + "ultron": "~1.1.0" } }, - "wtf-8": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/wtf-8/-/wtf-8-1.0.0.tgz", - "integrity": "sha1-OS2LotDxw00e4tYw8V0O+2jhBIo=", - "dev": true - }, "xml2js": { "version": "0.4.19", "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.19.tgz", @@ -11108,9 +11218,9 @@ "dev": true }, "xmlhttprequest-ssl": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.3.tgz", - "integrity": "sha1-GFqIjATspGw+QHDZn3tJ3jUomS0=", + "version": "1.5.5", + "resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.5.tgz", + "integrity": "sha1-wodrBhaKrcQOV9l+gRkayPQ5iz4=", "dev": true }, "xregexp": { @@ -11125,15 +11235,6 @@ "integrity": "sha1-pcbVMr5lbiPbgg77lDofBJmNY68=", "dev": true }, - "xxhashjs": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/xxhashjs/-/xxhashjs-0.2.2.tgz", - "integrity": "sha512-AkTuIuVTET12tpsVIQo+ZU6f/qDmKuRUcjaqR+OIvm+aCBsZ95i7UVY5WJ9TMsSaZ0DA2WxoZ4acu0sPH+OKAw==", - "dev": true, - "requires": { - "cuint": "^0.2.2" - } - }, "y18n": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", diff --git a/package.json b/package.json index 2211d39b..583275ec 100644 --- a/package.json +++ b/package.json @@ -19,19 +19,19 @@ "private": true, "dependencies": { "@agm/core": "1.0.0-beta.5", - "@angular/animations": "6.1.9", - "@angular/cdk": "7.0.0-beta.2", - "@angular/common": "6.1.9", - "@angular/compiler": "6.1.9", - "@angular/core": "6.1.9", - "@angular/flex-layout": "6.0.0-beta.18", - "@angular/forms": "6.1.9", - "@angular/http": "6.1.9", - "@angular/material": "7.0.0-beta.2", - "@angular/material-moment-adapter": "7.0.0-beta.2", - "@angular/platform-browser": "6.1.9", - "@angular/platform-browser-dynamic": "6.1.9", - "@angular/router": "6.1.9", + "@angular/animations": "7.0.0-rc.0", + "@angular/cdk": "7.0.0-rc.1", + "@angular/common": "7.0.0-rc.0", + "@angular/compiler": "7.0.0-rc.0", + "@angular/core": "7.0.0-rc.0", + "@angular/flex-layout": "7.0.0-beta.19", + "@angular/forms": "7.0.0-rc.0", + "@angular/http": "7.0.0-rc.0", + "@angular/material": "7.0.0-rc.1", + "@angular/material-moment-adapter": "7.0.0-rc.1", + "@angular/platform-browser": "7.0.0-rc.0", + "@angular/platform-browser-dynamic": "7.0.0-rc.0", + "@angular/router": "7.0.0-rc.0", "@ngrx/effects": "6.1.0", "@ngrx/router-store": "6.1.0", "@ngrx/store": "6.1.0", @@ -64,27 +64,27 @@ "zone.js": "0.8.26" }, "devDependencies": { - "@angular/cli": "6.2.3", - "@angular/compiler-cli": "6.1.9", - "@angular/language-service": "6.1.9", - "@angular-devkit/build-angular": "0.8.3", + "@angular/cli": "7.0.0-rc.2", + "@angular/compiler-cli": "7.0.0-rc.0", + "@angular/language-service": "7.0.0-rc.0", + "@angular-devkit/build-angular": "0.9.0-rc.2", "@angularclass/hmr": "2.1.3", - "@types/jasmine": "2.8.8", - "@types/jasminewd2": "2.0.3", - "@types/lodash": "4.14.116", + "@types/jasmine": "2.8.9", + "@types/jasminewd2": "2.0.5", + "@types/lodash": "4.14.117", "@types/node": "8.9.5", - "codelyzer": "4.2.1", + "codelyzer": "4.3.0", "jasmine-core": "2.99.1", "jasmine-spec-reporter": "4.2.1", - "karma": "1.7.1", + "karma": "3.0.0", "karma-chrome-launcher": "2.2.0", - "karma-coverage-istanbul-reporter": "2.0.2", + "karma-coverage-istanbul-reporter": "2.0.4", "karma-jasmine": "1.1.2", "karma-jasmine-html-reporter": "0.2.2", - "protractor": "5.4.0", - "ts-node": "5.0.1", - "tslint": "5.9.1", - "typescript": "2.9.2", + "protractor": "5.4.1", + "ts-node": "7.0.1", + "tslint": "5.11.0", + "typescript": "3.1.1", "webpack-bundle-analyzer": "3.0.2" } } diff --git a/src/@fuse/components/demo/demo-content/demo-content.component.html b/src/@fuse/components/demo/demo-content/demo-content.component.html index 8fc7665e..fde95b26 100644 --- a/src/@fuse/components/demo/demo-content/demo-content.component.html +++ b/src/@fuse/components/demo/demo-content/demo-content.component.html @@ -37,7 +37,7 @@ velit.

- +

Nullam tincidunt sed purus eu placerat. Donec id dictum erat. Etiam enim ex, dapibus et tortor id. diff --git a/src/@fuse/scss/partials/_angular-material-fix.scss b/src/@fuse/scss/partials/_angular-material-fix.scss index 07c9ae06..2f6927f7 100644 --- a/src/@fuse/scss/partials/_angular-material-fix.scss +++ b/src/@fuse/scss/partials/_angular-material-fix.scss @@ -86,17 +86,6 @@ button { } } -// Fix: "Inconsistent input heights" -.mat-form-field-appearance-outline { - - input[type="time"] { - - &.mat-input-element { - height: 18px; - } - } -} - // Fix: Stepper icons are broken due to Fuse's icon helpers mat-horizontal-stepper, mat-vertical-stepper { diff --git a/src/@fuse/scss/partials/_icons.scss b/src/@fuse/scss/partials/_icons.scss index e5f61394..e63c27f9 100644 --- a/src/@fuse/scss/partials/_icons.scss +++ b/src/@fuse/scss/partials/_icons.scss @@ -1,10 +1,3 @@ -// Modify the default Material Icons so that we can use the outline icons -.material-icons { - font-family: 'material-outline-icons' !important; - -webkit-font-smoothing: antialiased !important; - -moz-osx-font-smoothing: grayscale !important; -} - i, mat-icon { font-size: 24px; diff --git a/src/@fuse/scss/partials/_material.scss b/src/@fuse/scss/partials/_material.scss index 67e6780a..ed23484a 100644 --- a/src/@fuse/scss/partials/_material.scss +++ b/src/@fuse/scss/partials/_material.scss @@ -308,8 +308,9 @@ mat-icon.status { position: relative; display: inline-flex; flex-direction: row; - @include mat-elevation(1); padding: 0 8px; + border-radius: 4px; + @include mat-elevation(1); .pagination-item { display: flex; diff --git a/src/@fuse/scss/partials/_typography.scss b/src/@fuse/scss/partials/_typography.scss index fa98cc2e..1dd65591 100644 --- a/src/@fuse/scss/partials/_typography.scss +++ b/src/@fuse/scss/partials/_typography.scss @@ -89,7 +89,7 @@ h6, .h6 { a { text-decoration: none; - &:not(.mat-button):not(.mat-raised-button):not(.mat-icon-button) { + &:not(.mat-button):not(.mat-raised-button):not(.mat-flat-button):not(.mat-stroked-button):not(.mat-icon-button):not(.mat-fab):not(.mat-mini-fab) { &:hover, &:active { text-decoration: underline; @@ -437,4 +437,4 @@ strong { border-left-color: #03A9F4; color: rgba(0, 0, 0, 0.87); } -} \ No newline at end of file +} diff --git a/src/app/app.theme.scss b/src/app/app.theme.scss index 923884d3..4e970272 100644 --- a/src/app/app.theme.scss +++ b/src/app/app.theme.scss @@ -112,10 +112,12 @@ $typography: mat-typography-config( @import "src/app/main/pages/profile/tabs/about/about.theme"; @import "src/app/main/pages/profile/tabs/photos-videos/photos-videos.theme"; @import "src/app/main/pages/profile/tabs/timeline/timeline.theme"; +@import "src/app/main/pages/search/classic/search-classic.theme"; +@import "src/app/main/pages/search/modern/search-modern.theme"; @import "src/app/main/pages/faq/faq.theme"; @import "src/app/main/pages/knowledge-base/knowledge-base.theme"; -@import "src/app/main/documentation/components/cards/cards.theme"; +@import "src/app/main/ui/cards/cards.theme"; @import "src/app/main/angular-material-elements/example-viewer/example-viewer.theme"; @@ -159,11 +161,13 @@ $typography: mat-typography-config( @include profile-about-theme($theme); @include profile-photos-videos-theme($theme); @include profile-timeline-theme($theme); + @include search-classic-theme($theme); + @include search-modern-theme($theme); @include faq-theme($theme); @include knowledge-base-theme($theme); - // Docs - @include docs-components-cards-theme($theme); + // UI + @include ui-cards-theme($theme); // Example Viewer @include example-viewer-theme($theme); @@ -307,4 +311,4 @@ body.theme-pink-dark { ); @include fuse-color-classes($palettes); -} \ No newline at end of file +} diff --git a/src/app/fake-db/dashboard-analytics.ts b/src/app/fake-db/dashboard-analytics.ts index 77123a28..20a15234 100644 --- a/src/app/fake-db/dashboard-analytics.ts +++ b/src/app/fake-db/dashboard-analytics.ts @@ -4,7 +4,7 @@ export class AnalyticsDashboardDb widget1: { chartType: 'line', datasets : { - '2015': [ + '2016': [ { label: 'Sales', data : [1.9, 3, 3.4, 2.2, 2.9, 3.9, 2.5, 3.8, 4.1, 3.8, 3.2, 2.9], @@ -12,7 +12,7 @@ export class AnalyticsDashboardDb } ], - '2016': [ + '2017': [ { label: 'Sales', data : [2.2, 2.9, 3.9, 2.5, 3.8, 3.2, 2.9, 1.9, 3, 3.4, 4.1, 3.8], @@ -20,7 +20,7 @@ export class AnalyticsDashboardDb } ], - '2017': [ + '2018': [ { label: 'Sales', data : [3.9, 2.5, 3.8, 4.1, 1.9, 3, 3.8, 3.2, 2.9, 3.4, 2.2, 2.9], diff --git a/src/app/fake-db/e-commerce.ts b/src/app/fake-db/e-commerce.ts index eb1fee6a..c5823976 100644 --- a/src/app/fake-db/e-commerce.ts +++ b/src/app/fake-db/e-commerce.ts @@ -73,10 +73,10 @@ export class ECommerceFakeDb 'comparedPrice' : 19.90, 'quantity' : 3, 'sku' : 'A445BV', - 'width' : '22cm', - 'height' : '24cm', - 'depth' : '15cm', - 'weight' : '3kg', + 'width' : '22', + 'height' : '24', + 'depth' : '15', + 'weight' : '3', 'extraShippingFee': 3.00, 'active' : true }, @@ -152,10 +152,10 @@ export class ECommerceFakeDb 'comparedPrice' : 29.90, 'quantity' : 92, 'sku' : 'A445BV', - 'width' : '22cm', - 'height' : '24cm', - 'depth' : '15cm', - 'weight' : '3kg', + 'width' : '22', + 'height' : '24', + 'depth' : '15', + 'weight' : '3', 'extraShippingFee': 3.00, 'active' : true }, @@ -231,10 +231,10 @@ export class ECommerceFakeDb 'comparedPrice' : 59.90, 'quantity' : 60, 'sku' : 'A445BV', - 'width' : '22cm', - 'height' : '24cm', - 'depth' : '15cm', - 'weight' : '3kg', + 'width' : '22', + 'height' : '24', + 'depth' : '15', + 'weight' : '3', 'extraShippingFee': 3.00, 'active' : true }, @@ -310,10 +310,10 @@ export class ECommerceFakeDb 'comparedPrice' : 79.90, 'quantity' : 101, 'sku' : 'A445BV', - 'width' : '22cm', - 'height' : '24cm', - 'depth' : '15cm', - 'weight' : '3kg', + 'width' : '22', + 'height' : '24', + 'depth' : '15', + 'weight' : '3', 'extraShippingFee': 3.00, 'active' : false }, @@ -389,10 +389,10 @@ export class ECommerceFakeDb 'comparedPrice' : 19.90, 'quantity' : 19, 'sku' : 'A445BV', - 'width' : '22cm', - 'height' : '24cm', - 'depth' : '15cm', - 'weight' : '3kg', + 'width' : '22', + 'height' : '24', + 'depth' : '15', + 'weight' : '3', 'extraShippingFee': 3.00, 'active' : true }, @@ -468,10 +468,10 @@ export class ECommerceFakeDb 'comparedPrice' : 69.90, 'quantity' : 101, 'sku' : 'A445BV', - 'width' : '22cm', - 'height' : '24cm', - 'depth' : '15cm', - 'weight' : '3kg', + 'width' : '22', + 'height' : '24', + 'depth' : '15', + 'weight' : '3', 'extraShippingFee': 3.00, 'active' : true }, @@ -547,10 +547,10 @@ export class ECommerceFakeDb 'comparedPrice' : 69.90, 'quantity' : 34, 'sku' : 'A445BV', - 'width' : '22cm', - 'height' : '24cm', - 'depth' : '15cm', - 'weight' : '3kg', + 'width' : '22', + 'height' : '24', + 'depth' : '15', + 'weight' : '3', 'extraShippingFee': 3.00, 'active' : true }, @@ -626,10 +626,10 @@ export class ECommerceFakeDb 'comparedPrice' : 79.90, 'quantity' : 4, 'sku' : 'A445BV', - 'width' : '22cm', - 'height' : '24cm', - 'depth' : '15cm', - 'weight' : '3kg', + 'width' : '22', + 'height' : '24', + 'depth' : '15', + 'weight' : '3', 'extraShippingFee': 3.00, 'active' : false }, @@ -705,10 +705,10 @@ export class ECommerceFakeDb 'comparedPrice' : 59.90, 'quantity' : 58, 'sku' : 'A445BV', - 'width' : '22cm', - 'height' : '24cm', - 'depth' : '15cm', - 'weight' : '3kg', + 'width' : '22', + 'height' : '24', + 'depth' : '15', + 'weight' : '3', 'extraShippingFee': 3.00, 'active' : true }, @@ -784,10 +784,10 @@ export class ECommerceFakeDb 'comparedPrice' : 69.90, 'quantity' : 125, 'sku' : 'A445BV', - 'width' : '22cm', - 'height' : '24cm', - 'depth' : '15cm', - 'weight' : '3kg', + 'width' : '22', + 'height' : '24', + 'depth' : '15', + 'weight' : '3', 'extraShippingFee': 3.00, 'active' : true }, @@ -863,10 +863,10 @@ export class ECommerceFakeDb 'comparedPrice' : 19.90, 'quantity' : 3, 'sku' : 'A445BV', - 'width' : '22cm', - 'height' : '24cm', - 'depth' : '15cm', - 'weight' : '3kg', + 'width' : '22', + 'height' : '24', + 'depth' : '15', + 'weight' : '3', 'extraShippingFee': 3.00, 'active' : true }, @@ -942,10 +942,10 @@ export class ECommerceFakeDb 'comparedPrice' : 69.90, 'quantity' : 34, 'sku' : 'A445BV', - 'width' : '22cm', - 'height' : '24cm', - 'depth' : '15cm', - 'weight' : '3kg', + 'width' : '22', + 'height' : '24', + 'depth' : '15', + 'weight' : '3', 'extraShippingFee': 3.00, 'active' : true }, @@ -1021,10 +1021,10 @@ export class ECommerceFakeDb 'comparedPrice' : 59.90, 'quantity' : 58, 'sku' : 'A445BV', - 'width' : '22cm', - 'height' : '24cm', - 'depth' : '15cm', - 'weight' : '3kg', + 'width' : '22', + 'height' : '24', + 'depth' : '15', + 'weight' : '3', 'extraShippingFee': 3.00, 'active' : true }, @@ -1100,10 +1100,10 @@ export class ECommerceFakeDb 'comparedPrice' : 29.90, 'quantity' : 92, 'sku' : 'A445BV', - 'width' : '22cm', - 'height' : '24cm', - 'depth' : '15cm', - 'weight' : '3kg', + 'width' : '22', + 'height' : '24', + 'depth' : '15', + 'weight' : '3', 'extraShippingFee': 3.00, 'active' : true }, @@ -1179,10 +1179,10 @@ export class ECommerceFakeDb 'comparedPrice' : 19.90, 'quantity' : 19, 'sku' : 'A445BV', - 'width' : '22cm', - 'height' : '24cm', - 'depth' : '15cm', - 'weight' : '3kg', + 'width' : '22', + 'height' : '24', + 'depth' : '15', + 'weight' : '3', 'extraShippingFee': 3.00, 'active' : true }, @@ -1258,10 +1258,10 @@ export class ECommerceFakeDb 'comparedPrice' : 59.90, 'quantity' : 60, 'sku' : 'A445BV', - 'width' : '22cm', - 'height' : '24cm', - 'depth' : '15cm', - 'weight' : '3kg', + 'width' : '22', + 'height' : '24', + 'depth' : '15', + 'weight' : '3', 'extraShippingFee': 3.00, 'active' : true }, @@ -1337,10 +1337,10 @@ export class ECommerceFakeDb 'comparedPrice' : 69.90, 'quantity' : 101, 'sku' : 'A445BV', - 'width' : '22cm', - 'height' : '24cm', - 'depth' : '15cm', - 'weight' : '3kg', + 'width' : '22', + 'height' : '24', + 'depth' : '15', + 'weight' : '3', 'extraShippingFee': 3.00, 'active' : true }, @@ -1416,10 +1416,10 @@ export class ECommerceFakeDb 'comparedPrice' : 79.90, 'quantity' : 4, 'sku' : 'A445BV', - 'width' : '22cm', - 'height' : '24cm', - 'depth' : '15cm', - 'weight' : '3kg', + 'width' : '22', + 'height' : '24', + 'depth' : '15', + 'weight' : '3', 'extraShippingFee': 3.00, 'active' : false }, @@ -1495,10 +1495,10 @@ export class ECommerceFakeDb 'comparedPrice' : 79.90, 'quantity' : 101, 'sku' : 'A445BV', - 'width' : '22cm', - 'height' : '24cm', - 'depth' : '15cm', - 'weight' : '3kg', + 'width' : '22', + 'height' : '24', + 'depth' : '15', + 'weight' : '3', 'extraShippingFee': 3.00, 'active' : false }, @@ -1574,10 +1574,10 @@ export class ECommerceFakeDb 'comparedPrice' : 69.90, 'quantity' : 125, 'sku' : 'A445BV', - 'width' : '22cm', - 'height' : '24cm', - 'depth' : '15cm', - 'weight' : '3kg', + 'width' : '22', + 'height' : '24', + 'depth' : '15', + 'weight' : '3', 'extraShippingFee': 3.00, 'active' : true } @@ -1591,7 +1591,7 @@ export class ECommerceFakeDb 'tax' : '77.44', 'discount' : '-10.17', 'total' : '73.31', - 'date' : '2015/04/25 02:07:59', + 'date' : '2018/04/25 02:07:59', 'customer' : { 'id' : 1, 'firstName' : 'Dollie', @@ -1643,20 +1643,20 @@ export class ECommerceFakeDb 'id' : 13, 'name' : 'On pre-order (not paid)', 'color': 'purple-300', - 'date' : '2016/04/03 10:06:18' + 'date' : '2018/04/03 10:06:18' }, { 'id' : 1, 'name' : 'Awaiting check payment', 'color': 'blue-500', - 'date' : '2015/03/17 18:28:37' + 'date' : '2018/03/17 18:28:37' } ], 'payment' : { 'transactionId': '2a894b9e', 'amount' : '73.31', 'method' : 'Credit Card', - 'date' : '2016/02/23 15:50:23' + 'date' : '2018/02/23 15:50:23' }, 'shippingDetails': [ { @@ -1664,7 +1664,7 @@ export class ECommerceFakeDb 'carrier' : 'TNT', 'weight' : '10.44', 'fee' : '7.00', - 'date' : '2015/04/10 07:03:52' + 'date' : '2018/04/10 07:03:52' } ] }, @@ -1675,7 +1675,7 @@ export class ECommerceFakeDb 'tax' : '45.55', 'discount' : '-10.25', 'total' : '24.51', - 'date' : '2015/11/07 15:47:31', + 'date' : '2018/11/07 15:47:31', 'customer' : { 'id' : 1, 'firstName' : 'Holmes', @@ -1727,20 +1727,20 @@ export class ECommerceFakeDb 'id' : 2, 'name' : 'Payment accepted', 'color': 'green-500', - 'date' : '2015/10/04 08:54:33' + 'date' : '2018/10/04 08:54:33' }, { 'id' : 1, 'name' : 'Awaiting check payment', 'color': 'blue-500', - 'date' : '2015/05/03 03:43:04' + 'date' : '2018/05/03 03:43:04' } ], 'payment' : { 'transactionId': '79c640c8', 'amount' : '24.51', 'method' : 'Check', - 'date' : '2015/04/22 04:49:49' + 'date' : '2018/04/22 04:49:49' }, 'shippingDetails': [ { @@ -1748,7 +1748,7 @@ export class ECommerceFakeDb 'carrier' : 'USPS', 'weight' : '2.92', 'fee' : '4.00', - 'date' : '2015/07/11 14:57:12' + 'date' : '2018/07/11 14:57:12' } ] }, @@ -1759,7 +1759,7 @@ export class ECommerceFakeDb 'tax' : '16.36', 'discount' : '-19.46', 'total' : '87.17', - 'date' : '2015/11/26 16:04:40', + 'date' : '2018/11/26 16:04:40', 'customer' : { 'id' : 1, 'firstName' : 'Serena', @@ -1811,20 +1811,20 @@ export class ECommerceFakeDb 'id' : 8, 'name' : 'Payment error', 'color': 'red-900', - 'date' : '2015/07/02 20:44:34' + 'date' : '2018/07/02 20:44:34' }, { 'id' : 3, 'name' : 'Preparing the order', 'color': 'orange-500', - 'date' : '2015/03/23 04:59:45' + 'date' : '2018/03/23 04:59:45' } ], 'payment' : { 'transactionId': '5ff44b0c', 'amount' : '87.17', 'method' : 'PayPal', - 'date' : '2016/01/25 11:46:28' + 'date' : '2018/01/25 11:46:28' }, 'shippingDetails': [ { @@ -1832,7 +1832,7 @@ export class ECommerceFakeDb 'carrier' : 'USPS', 'weight' : '7.53', 'fee' : '7.00', - 'date' : '2015/11/25 00:40:54' + 'date' : '2018/11/25 00:40:54' } ] }, @@ -1843,7 +1843,7 @@ export class ECommerceFakeDb 'tax' : '53.45', 'discount' : '-15.55', 'total' : '26.98', - 'date' : '2015/11/23 05:35:18', + 'date' : '2018/11/23 05:35:18', 'customer' : { 'id' : 1, 'firstName' : 'Dianne', @@ -1895,20 +1895,20 @@ export class ECommerceFakeDb 'id' : 5, 'name' : 'Delivered', 'color': 'green-800', - 'date' : '2015/10/26 16:12:47' + 'date' : '2018/10/26 16:12:47' }, { 'id' : 4, 'name' : 'Shipped', 'color': 'purple-500', - 'date' : '2016/02/06 06:42:37' + 'date' : '2018/02/06 06:42:37' } ], 'payment' : { 'transactionId': '787d49b1', 'amount' : '26.98', 'method' : 'Check', - 'date' : '2015/03/07 05:50:57' + 'date' : '2018/03/07 05:50:57' }, 'shippingDetails': [ { @@ -1916,7 +1916,7 @@ export class ECommerceFakeDb 'carrier' : 'FedEx', 'weight' : '11.93', 'fee' : '5.00', - 'date' : '2016/03/21 07:08:26' + 'date' : '2018/03/21 07:08:26' } ] }, @@ -1927,7 +1927,7 @@ export class ECommerceFakeDb 'tax' : '12.14', 'discount' : '-19.16', 'total' : '12.97', - 'date' : '2015/01/13 06:21:21', + 'date' : '2018/01/13 06:21:21', 'customer' : { 'id' : 1, 'firstName' : 'Frankie', @@ -1979,20 +1979,20 @@ export class ECommerceFakeDb 'id' : 8, 'name' : 'Payment error', 'color': 'red-900', - 'date' : '2015/02/01 09:21:46' + 'date' : '2018/02/01 09:21:46' }, { 'id' : 6, 'name' : 'Canceled', 'color': 'pink-500', - 'date' : '2015/11/16 04:48:32' + 'date' : '2018/11/16 04:48:32' } ], 'payment' : { 'transactionId': 'cd8c4727', 'amount' : '12.97', 'method' : 'Bank-wire', - 'date' : '2016/05/15 21:15:32' + 'date' : '2018/05/15 21:15:32' }, 'shippingDetails': [ { @@ -2000,7 +2000,7 @@ export class ECommerceFakeDb 'carrier' : 'USPS', 'weight' : '5.43', 'fee' : '3.00', - 'date' : '2016/01/06 00:51:59' + 'date' : '2018/01/06 00:51:59' } ] }, @@ -2011,7 +2011,7 @@ export class ECommerceFakeDb 'tax' : '11.81', 'discount' : '-12.33', 'total' : '30.96', - 'date' : '2015/01/17 04:21:08', + 'date' : '2018/01/17 04:21:08', 'customer' : { 'id' : 1, 'firstName' : 'Cole', @@ -2063,20 +2063,20 @@ export class ECommerceFakeDb 'id' : 3, 'name' : 'Preparing the order', 'color': 'orange-500', - 'date' : '2015/11/30 01:04:32' + 'date' : '2018/11/30 01:04:32' }, { 'id' : 2, 'name' : 'Payment accepted', 'color': 'green-500', - 'date' : '2015/11/12 21:27:18' + 'date' : '2018/11/12 21:27:18' } ], 'payment' : { 'transactionId': 'a41f4b7c', 'amount' : '30.96', 'method' : 'Check', - 'date' : '2015/04/27 03:59:22' + 'date' : '2018/04/27 03:59:22' }, 'shippingDetails': [ { @@ -2084,7 +2084,7 @@ export class ECommerceFakeDb 'carrier' : 'FedEx', 'weight' : '6.05', 'fee' : '4.00', - 'date' : '2015/09/10 11:28:47' + 'date' : '2018/09/10 11:28:47' } ] }, @@ -2095,7 +2095,7 @@ export class ECommerceFakeDb 'tax' : '74.96', 'discount' : '-16.60', 'total' : '63.36', - 'date' : '2015/06/14 14:49:47', + 'date' : '2018/06/14 14:49:47', 'customer' : { 'id' : 1, 'firstName' : 'Merrill', @@ -2147,20 +2147,20 @@ export class ECommerceFakeDb 'id' : 11, 'name' : 'Awaiting PayPal payment', 'color': 'blue-500', - 'date' : '2015/09/03 18:53:02' + 'date' : '2018/09/03 18:53:02' }, { 'id' : 13, 'name' : 'On pre-order (not paid)', 'color': 'purple-300', - 'date' : '2015/12/13 18:14:40' + 'date' : '2018/12/13 18:14:40' } ], 'payment' : { 'transactionId': 1974588, 'amount' : '63.36', 'method' : 'PayPal', - 'date' : '2015/11/28 22:24:58' + 'date' : '2018/11/28 22:24:58' }, 'shippingDetails': [ { @@ -2168,7 +2168,7 @@ export class ECommerceFakeDb 'carrier' : 'FedEx', 'weight' : '2.89', 'fee' : '3.00', - 'date' : '2016/02/10 09:03:44' + 'date' : '2018/02/10 09:03:44' } ] }, @@ -2179,7 +2179,7 @@ export class ECommerceFakeDb 'tax' : '55.78', 'discount' : '-17.20', 'total' : '45.74', - 'date' : '2015/01/18 01:31:47', + 'date' : '2018/01/18 01:31:47', 'customer' : { 'id' : 1, 'firstName' : 'Morgan', @@ -2231,20 +2231,20 @@ export class ECommerceFakeDb 'id' : 4, 'name' : 'Shipped', 'color': 'purple-500', - 'date' : '2015/04/29 07:57:43' + 'date' : '2018/04/29 07:57:43' }, { 'id' : 3, 'name' : 'Preparing the order', 'color': 'orange-500', - 'date' : '2015/04/23 11:14:38' + 'date' : '2018/04/23 11:14:38' } ], 'payment' : { 'transactionId': '1e704aaf', 'amount' : '45.74', 'method' : 'Credit Card', - 'date' : '2015/06/08 03:50:41' + 'date' : '2018/06/08 03:50:41' }, 'shippingDetails': [ { @@ -2252,7 +2252,7 @@ export class ECommerceFakeDb 'carrier' : 'USPS', 'weight' : '6.35', 'fee' : '2.00', - 'date' : '2015/06/01 09:18:26' + 'date' : '2018/06/01 09:18:26' } ] }, @@ -2263,7 +2263,7 @@ export class ECommerceFakeDb 'tax' : '11.44', 'discount' : '-17.45', 'total' : '15.31', - 'date' : '2016/02/14 14:22:58', + 'date' : '2018/02/14 14:22:58', 'customer' : { 'id' : 1, 'firstName' : 'Krista', @@ -2315,20 +2315,20 @@ export class ECommerceFakeDb 'id' : 12, 'name' : 'Remote payment accepted', 'color': 'green-500', - 'date' : '2015/07/15 15:48:00' + 'date' : '2018/07/15 15:48:00' }, { 'id' : 14, 'name' : 'Awaiting Cash-on-delivery payment', 'color': 'blue-500', - 'date' : '2015/11/08 18:30:15' + 'date' : '2018/11/08 18:30:15' } ], 'payment' : { 'transactionId': '762c4e1a', 'amount' : '15.31', 'method' : 'Bank-wire', - 'date' : '2015/06/19 14:52:53' + 'date' : '2018/06/19 14:52:53' }, 'shippingDetails': [ { @@ -2336,7 +2336,7 @@ export class ECommerceFakeDb 'carrier' : 'USPS', 'weight' : '7.93', 'fee' : '8.00', - 'date' : '2015/08/25 15:18:55' + 'date' : '2018/08/25 15:18:55' } ] }, @@ -2347,7 +2347,7 @@ export class ECommerceFakeDb 'tax' : '87.50', 'discount' : '-18.11', 'total' : '20.97', - 'date' : '2015/10/23 03:02:55', + 'date' : '2018/10/23 03:02:55', 'customer' : { 'id' : 1, 'firstName' : 'Hayden', @@ -2399,20 +2399,20 @@ export class ECommerceFakeDb 'id' : 5, 'name' : 'Delivered', 'color': 'green-800', - 'date' : '2016/05/02 09:53:55' + 'date' : '2018/05/02 09:53:55' }, { 'id' : 2, 'name' : 'Payment accepted', 'color': 'green-500', - 'date' : '2015/07/11 05:33:31' + 'date' : '2018/07/11 05:33:31' } ], 'payment' : { 'transactionId': '3dce47a3', 'amount' : '20.97', 'method' : 'Credit Card', - 'date' : '2015/07/28 23:53:49' + 'date' : '2018/07/28 23:53:49' }, 'shippingDetails': [ { @@ -2420,7 +2420,7 @@ export class ECommerceFakeDb 'carrier' : 'TNT', 'weight' : '9.20', 'fee' : '2.00', - 'date' : '2015/08/05 08:45:55' + 'date' : '2018/08/05 08:45:55' } ] }, @@ -2431,7 +2431,7 @@ export class ECommerceFakeDb 'tax' : '71.75', 'discount' : '-10.46', 'total' : '72.30', - 'date' : '2015/07/28 13:22:49', + 'date' : '2018/07/28 13:22:49', 'customer' : { 'id' : 1, 'firstName' : 'Cotton', @@ -2483,20 +2483,20 @@ export class ECommerceFakeDb 'id' : 9, 'name' : 'On pre-order (paid)', 'color': 'purple-300', - 'date' : '2016/02/26 14:15:38' + 'date' : '2018/02/26 14:15:38' }, { 'id' : 4, 'name' : 'Shipped', 'color': 'purple-500', - 'date' : '2015/10/17 03:32:39' + 'date' : '2018/10/17 03:32:39' } ], 'payment' : { 'transactionId': 'f4154419', 'amount' : '72.30', 'method' : 'PayPal', - 'date' : '2016/03/07 15:10:12' + 'date' : '2018/03/07 15:10:12' }, 'shippingDetails': [ { @@ -2504,7 +2504,7 @@ export class ECommerceFakeDb 'carrier' : 'USPS', 'weight' : '2.81', 'fee' : '7.00', - 'date' : '2016/05/01 11:15:22' + 'date' : '2018/05/01 11:15:22' } ] }, @@ -2515,7 +2515,7 @@ export class ECommerceFakeDb 'tax' : '22.44', 'discount' : '-10.89', 'total' : '42.54', - 'date' : '2015/06/07 17:54:36', + 'date' : '2018/06/07 17:54:36', 'customer' : { 'id' : 1, 'firstName' : 'Kaye', @@ -2567,20 +2567,20 @@ export class ECommerceFakeDb 'id' : 10, 'name' : 'Awaiting bank wire payment', 'color': 'blue-500', - 'date' : '2015/09/01 20:50:07' + 'date' : '2018/09/01 20:50:07' }, { 'id' : 12, 'name' : 'Remote payment accepted', 'color': 'green-500', - 'date' : '2016/02/13 21:19:04' + 'date' : '2018/02/13 21:19:04' } ], 'payment' : { 'transactionId': 44464979, 'amount' : '42.54', 'method' : 'Credit Card', - 'date' : '2015/06/30 11:59:49' + 'date' : '2018/06/30 11:59:49' }, 'shippingDetails': [ { @@ -2588,7 +2588,7 @@ export class ECommerceFakeDb 'carrier' : 'FedEx', 'weight' : '5.52', 'fee' : '2.00', - 'date' : '2015/03/15 07:08:37' + 'date' : '2018/03/15 07:08:37' } ] }, @@ -2599,7 +2599,7 @@ export class ECommerceFakeDb 'tax' : '46.96', 'discount' : '-11.64', 'total' : '97.49', - 'date' : '2016/02/06 13:26:55', + 'date' : '2018/02/06 13:26:55', 'customer' : { 'id' : 1, 'firstName' : 'Iva', @@ -2651,20 +2651,20 @@ export class ECommerceFakeDb 'id' : 6, 'name' : 'Canceled', 'color': 'pink-500', - 'date' : '2015/03/31 03:01:12' + 'date' : '2018/03/31 03:01:12' }, { 'id' : 8, 'name' : 'Payment error', 'color': 'red-900', - 'date' : '2016/03/11 18:53:35' + 'date' : '2018/03/11 18:53:35' } ], 'payment' : { 'transactionId': '2aef4aa3', 'amount' : '97.49', 'method' : 'Check', - 'date' : '2015/05/13 13:28:52' + 'date' : '2018/05/13 13:28:52' }, 'shippingDetails': [ { @@ -2672,7 +2672,7 @@ export class ECommerceFakeDb 'carrier' : 'TNT', 'weight' : '5.37', 'fee' : '6.00', - 'date' : '2015/04/22 01:48:15' + 'date' : '2018/04/22 01:48:15' } ] }, @@ -2683,7 +2683,7 @@ export class ECommerceFakeDb 'tax' : '48.92', 'discount' : '-18.45', 'total' : '16.95', - 'date' : '2016/01/17 04:23:11', + 'date' : '2018/01/17 04:23:11', 'customer' : { 'id' : 1, 'firstName' : 'Shauna', @@ -2735,20 +2735,20 @@ export class ECommerceFakeDb 'id' : 7, 'name' : 'Refunded', 'color': 'red-500', - 'date' : '2015/12/29 15:34:46' + 'date' : '2018/12/29 15:34:46' }, { 'id' : 11, 'name' : 'Awaiting PayPal payment', 'color': 'blue-500', - 'date' : '2015/07/14 19:10:43' + 'date' : '2018/07/14 19:10:43' } ], 'payment' : { 'transactionId': 'b7ea43c9', 'amount' : '16.95', 'method' : 'PayPal', - 'date' : '2015/07/11 07:18:06' + 'date' : '2018/07/11 07:18:06' }, 'shippingDetails': [ { @@ -2756,7 +2756,7 @@ export class ECommerceFakeDb 'carrier' : 'TNT', 'weight' : '6.49', 'fee' : '6.00', - 'date' : '2015/01/05 13:42:13' + 'date' : '2018/01/05 13:42:13' } ] }, @@ -2767,7 +2767,7 @@ export class ECommerceFakeDb 'tax' : '64.42', 'discount' : '-19.64', 'total' : '20.34', - 'date' : '2015/09/26 14:26:33', + 'date' : '2018/09/26 14:26:33', 'customer' : { 'id' : 1, 'firstName' : 'Carroll', @@ -2819,20 +2819,20 @@ export class ECommerceFakeDb 'id' : 1, 'name' : 'Awaiting check payment', 'color': 'blue-500', - 'date' : '2015/12/21 10:42:21' + 'date' : '2018/12/21 10:42:21' }, { 'id' : 6, 'name' : 'Canceled', 'color': 'pink-500', - 'date' : '2016/02/11 05:58:55' + 'date' : '2018/02/11 05:58:55' } ], 'payment' : { 'transactionId': '0633458c', 'amount' : '20.34', 'method' : 'Check', - 'date' : '2015/07/17 20:54:14' + 'date' : '2018/07/17 20:54:14' }, 'shippingDetails': [ { @@ -2840,7 +2840,7 @@ export class ECommerceFakeDb 'carrier' : 'TNT', 'weight' : '3.30', 'fee' : '2.00', - 'date' : '2015/11/04 14:08:16' + 'date' : '2018/11/04 14:08:16' } ] }, @@ -2851,7 +2851,7 @@ export class ECommerceFakeDb 'tax' : '31.36', 'discount' : '-18.23', 'total' : '10.64', - 'date' : '2015/08/10 14:28:10', + 'date' : '2018/08/10 14:28:10', 'customer' : { 'id' : 1, 'firstName' : 'Jeannie', @@ -2903,20 +2903,20 @@ export class ECommerceFakeDb 'id' : 9, 'name' : 'On pre-order (paid)', 'color': 'purple-300', - 'date' : '2015/06/20 08:37:46' + 'date' : '2018/06/20 08:37:46' }, { 'id' : 2, 'name' : 'Payment accepted', 'color': 'green-500', - 'date' : '2015/01/01 01:42:21' + 'date' : '2018/01/01 01:42:21' } ], 'payment' : { 'transactionId': '45f7440a', 'amount' : '10.64', 'method' : 'PayPal', - 'date' : '2015/11/23 11:14:47' + 'date' : '2018/11/23 11:14:47' }, 'shippingDetails': [ { @@ -2924,7 +2924,7 @@ export class ECommerceFakeDb 'carrier' : 'USPS', 'weight' : '9.94', 'fee' : '6.00', - 'date' : '2016/04/30 19:17:39' + 'date' : '2018/04/30 19:17:39' } ] }, @@ -2935,7 +2935,7 @@ export class ECommerceFakeDb 'tax' : '74.32', 'discount' : '-12.63', 'total' : '27.06', - 'date' : '2015/11/10 16:54:11', + 'date' : '2018/11/10 16:54:11', 'customer' : { 'id' : 1, 'firstName' : 'Dena', @@ -2987,20 +2987,20 @@ export class ECommerceFakeDb 'id' : 5, 'name' : 'Delivered', 'color': 'green-800', - 'date' : '2015/03/23 00:18:52' + 'date' : '2018/03/23 00:18:52' }, { 'id' : 3, 'name' : 'Preparing the order', 'color': 'orange-500', - 'date' : '2015/03/22 04:48:12' + 'date' : '2018/03/22 04:48:12' } ], 'payment' : { 'transactionId': '966f4c8e', 'amount' : '27.06', 'method' : 'PayPal', - 'date' : '2015/07/10 17:22:44' + 'date' : '2018/07/10 17:22:44' }, 'shippingDetails': [ { @@ -3008,7 +3008,7 @@ export class ECommerceFakeDb 'carrier' : 'FedEx', 'weight' : '6.81', 'fee' : '3.00', - 'date' : '2015/01/23 07:31:46' + 'date' : '2018/01/23 07:31:46' } ] }, @@ -3019,7 +3019,7 @@ export class ECommerceFakeDb 'tax' : '33.33', 'discount' : '-12.33', 'total' : '91.50', - 'date' : '2015/08/26 16:24:38', + 'date' : '2018/08/26 16:24:38', 'customer' : { 'id' : 1, 'firstName' : 'Blankenship', @@ -3071,20 +3071,20 @@ export class ECommerceFakeDb 'id' : 6, 'name' : 'Canceled', 'color': 'pink-500', - 'date' : '2016/03/24 22:56:35' + 'date' : '2018/03/24 22:56:35' }, { 'id' : 4, 'name' : 'Shipped', 'color': 'purple-500', - 'date' : '2016/04/09 13:33:26' + 'date' : '2018/04/09 13:33:26' } ], 'payment' : { 'transactionId': '411a4e97', 'amount' : '91.50', 'method' : 'PayPal', - 'date' : '2016/02/05 05:35:52' + 'date' : '2018/02/05 05:35:52' }, 'shippingDetails': [ { @@ -3092,7 +3092,7 @@ export class ECommerceFakeDb 'carrier' : 'USPS', 'weight' : '6.11', 'fee' : '7.00', - 'date' : '2015/10/20 10:46:31' + 'date' : '2018/10/20 10:46:31' } ] }, @@ -3103,7 +3103,7 @@ export class ECommerceFakeDb 'tax' : '41.90', 'discount' : '-16.54', 'total' : '47.99', - 'date' : '2015/01/04 21:13:53', + 'date' : '2018/01/04 21:13:53', 'customer' : { 'id' : 1, 'firstName' : 'Whitley', @@ -3155,20 +3155,20 @@ export class ECommerceFakeDb 'id' : 7, 'name' : 'Refunded', 'color': 'red-500', - 'date' : '2015/08/10 17:14:57' + 'date' : '2018/08/10 17:14:57' }, { 'id' : 5, 'name' : 'Delivered', 'color': 'green-800', - 'date' : '2016/03/30 01:38:14' + 'date' : '2018/03/30 01:38:14' } ], 'payment' : { 'transactionId': '761943c2', 'amount' : '47.99', 'method' : 'PayPal', - 'date' : '2015/10/11 20:10:46' + 'date' : '2018/10/11 20:10:46' }, 'shippingDetails': [ { @@ -3176,7 +3176,7 @@ export class ECommerceFakeDb 'carrier' : 'USPS', 'weight' : '5.51', 'fee' : '5.00', - 'date' : '2015/08/28 21:24:36' + 'date' : '2018/08/28 21:24:36' } ] }, @@ -3187,7 +3187,7 @@ export class ECommerceFakeDb 'tax' : '20.12', 'discount' : '-14.57', 'total' : '44.40', - 'date' : '2015/02/24 00:57:18', + 'date' : '2018/02/24 00:57:18', 'customer' : { 'id' : 1, 'firstName' : 'Hood', @@ -3239,20 +3239,20 @@ export class ECommerceFakeDb 'id' : 10, 'name' : 'Awaiting bank wire payment', 'color': 'blue-500', - 'date' : '2015/05/19 11:09:56' + 'date' : '2018/05/19 11:09:56' }, { 'id' : 12, 'name' : 'Remote payment accepted', 'color': 'green-500', - 'date' : '2015/03/27 05:02:33' + 'date' : '2018/03/27 05:02:33' } ], 'payment' : { 'transactionId': '4af94368', 'amount' : '44.40', 'method' : 'PayPal', - 'date' : '2015/11/11 14:25:39' + 'date' : '2018/11/11 14:25:39' }, 'shippingDetails': [ { @@ -3260,7 +3260,7 @@ export class ECommerceFakeDb 'carrier' : 'USPS', 'weight' : '3.63', 'fee' : '5.00', - 'date' : '2016/03/01 09:07:49' + 'date' : '2018/03/01 09:07:49' } ] } diff --git a/src/app/fake-db/fake-db.service.ts b/src/app/fake-db/fake-db.service.ts index 3fc891cb..4a1cb2a5 100644 --- a/src/app/fake-db/fake-db.service.ts +++ b/src/app/fake-db/fake-db.service.ts @@ -77,8 +77,7 @@ export class FakeDbService implements InMemoryDbService 'profile-about' : ProfileFakeDb.about, // Search - 'search-classic': SearchFakeDb.classic, - 'search-table' : SearchFakeDb.table, + 'search': SearchFakeDb.search, // FAQ 'faq': FaqFakeDb.data, diff --git a/src/app/fake-db/file-manager.ts b/src/app/fake-db/file-manager.ts index 41cfe9b6..114f338e 100644 --- a/src/app/fake-db/file-manager.ts +++ b/src/app/fake-db/file-manager.ts @@ -48,7 +48,7 @@ export class FileManagerFakeDb 'extention': '', 'location' : 'My Files > Documents', 'offline' : true, - 'preview' : 'assets/images/etc/sample-file-preview.jpg' + 'preview' : 'assets/images/file-manager/sample-file-preview.jpg' }, { 'name' : 'Shopping list', @@ -61,7 +61,7 @@ export class FileManagerFakeDb 'extention': '', 'location' : 'My Files > Documents', 'offline' : true, - 'preview' : 'assets/images/etc/sample-file-preview.jpg' + 'preview' : 'assets/images/file-manager/sample-file-preview.jpg' }, { 'name' : 'Invoices', @@ -74,7 +74,7 @@ export class FileManagerFakeDb 'extention': '', 'location' : 'My Files > Documents', 'offline' : true, - 'preview' : 'assets/images/etc/sample-file-preview.jpg' + 'preview' : 'assets/images/file-manager/sample-file-preview.jpg' }, { 'name' : 'Crash logs', @@ -87,7 +87,7 @@ export class FileManagerFakeDb 'extention': '', 'location' : 'My Files > Documents', 'offline' : true, - 'preview' : 'assets/images/etc/sample-file-preview.jpg' + 'preview' : 'assets/images/file-manager/sample-file-preview.jpg' }, { 'name' : 'System logs', @@ -100,7 +100,7 @@ export class FileManagerFakeDb 'extention': '', 'location' : 'My Files > Documents', 'offline' : true, - 'preview' : 'assets/images/etc/sample-file-preview.jpg' + 'preview' : 'assets/images/file-manager/sample-file-preview.jpg' }, { 'name' : 'Prices', @@ -113,7 +113,7 @@ export class FileManagerFakeDb 'extention': '', 'location' : 'My Files > Documents', 'offline' : true, - 'preview' : 'assets/images/etc/sample-file-preview.jpg' + 'preview' : 'assets/images/file-manager/sample-file-preview.jpg' }, { 'name' : 'Anabelle Manual', @@ -126,7 +126,7 @@ export class FileManagerFakeDb 'extention': '', 'location' : 'My Files > Documents', 'offline' : true, - 'preview' : 'assets/images/etc/sample-file-preview.jpg' + 'preview' : 'assets/images/file-manager/sample-file-preview.jpg' }, { 'name' : 'Steam summer sale budget', @@ -139,7 +139,7 @@ export class FileManagerFakeDb 'extention': '', 'location' : 'My Files > Documents', 'offline' : true, - 'preview' : 'assets/images/etc/sample-file-preview.jpg' + 'preview' : 'assets/images/file-manager/sample-file-preview.jpg' } ]; diff --git a/src/app/fake-db/icons.ts b/src/app/fake-db/icons.ts index 9ebb7d87..e14a3bd6 100644 --- a/src/app/fake-db/icons.ts +++ b/src/app/fake-db/icons.ts @@ -1,938 +1,5070 @@ export class IconsFakeDb { public static icons = [ - '3d_rotation', - 'ac_unit', - 'access_alarm', - 'access_alarms', - 'access_time', - 'accessibility', - 'accessible', - 'account_balance', - 'account_balance_wallet', - 'account_box', - 'account_circle', - 'adb', - 'add', - 'add_a_photo', - 'add_alarm', - 'add_alert', - 'add_box', - 'add_circle', - 'add_circle_outline', - 'add_location', - 'add_shopping_cart', - 'add_to_photos', - 'add_to_queue', - 'adjust', - 'airline_seat_flat', - 'airline_seat_flat_angled', - 'airline_seat_individual_suite', - 'airline_seat_legroom_extra', - 'airline_seat_legroom_normal', - 'airline_seat_legroom_reduced', - 'airline_seat_recline_extra', - 'airline_seat_recline_normal', - 'airplanemode_active', - 'airplanemode_inactive', - 'airplay', - 'airport_shuttle', - 'alarm', - 'alarm_add', - 'alarm_off', - 'alarm_on', - 'album', - 'all_inclusive', - 'all_out', - 'android', - 'announcement', - 'apps', - 'archive', - 'arrow_back', - 'arrow_downward', - 'arrow_drop_down', - 'arrow_drop_down_circle', - 'arrow_drop_up', - 'arrow_forward', - 'arrow_upward', - 'art_track', - 'aspect_ratio', - 'assessment', - 'assignment', - 'assignment_ind', - 'assignment_late', - 'assignment_return', - 'assignment_returned', - 'assignment_turned_in', - 'assistant', - 'assistant_photo', - 'attach_file', - 'attach_money', - 'attachment', - 'audiotrack', - 'autorenew', - 'av_timer', - 'backspace', - 'backup', - 'battery_alert', - 'battery_charging_full', - 'battery_full', - 'battery_std', - 'battery_unknown', - 'beach_access', - 'beenhere', - 'block', - 'bluetooth', - 'bluetooth_audio', - 'bluetooth_connected', - 'bluetooth_disabled', - 'bluetooth_searching', - 'blur_circular', - 'blur_linear', - 'blur_off', - 'blur_on', - 'book', - 'bookmark', - 'bookmark_border', - 'border_all', - 'border_bottom', - 'border_clear', - 'border_color', - 'border_horizontal', - 'border_inner', - 'border_left', - 'border_outer', - 'border_right', - 'border_style', - 'border_top', - 'border_vertical', - 'branding_watermark', - 'brightness_1', - 'brightness_2', - 'brightness_3', - 'brightness_4', - 'brightness_5', - 'brightness_6', - 'brightness_7', - 'brightness_auto', - 'brightness_high', - 'brightness_low', - 'brightness_medium', - 'broken_image', - 'brush', - 'bubble_chart', - 'bug_report', - 'build', - 'burst_mode', - 'business', - 'business_center', - 'cached', - 'cake', - 'call', - 'call_end', - 'call_made', - 'call_merge', - 'call_missed', - 'call_missed_outgoing', - 'call_received', - 'call_split', - 'call_to_action', - 'camera', - 'camera_alt', - 'camera_enhance', - 'camera_front', - 'camera_rear', - 'camera_roll', - 'cancel', - 'card_giftcard', - 'card_membership', - 'card_travel', - 'casino', - 'cast', - 'cast_connected', - 'center_focus_strong', - 'center_focus_weak', - 'change_history', - 'chat', - 'chat_bubble', - 'chat_bubble_outline', - 'check', - 'check_box', - 'check_box_outline_blank', - 'check_circle', - 'chevron_left', - 'chevron_right', - 'child_care', - 'child_friendly', - 'chrome_reader_mode', - 'class', - 'clear', - 'clear_all', - 'close', - 'closed_caption', - 'cloud', - 'cloud_circle', - 'cloud_done', - 'cloud_download', - 'cloud_off', - 'cloud_queue', - 'cloud_upload', - 'code', - 'collections', - 'collections_bookmark', - 'color_lens', - 'colorize', - 'comment', - 'compare', - 'compare_arrows', - 'computer', - 'confirmation_number', - 'contact_mail', - 'contact_phone', - 'contacts', - 'content_copy', - 'content_cut', - 'content_paste', - 'control_point', - 'control_point_duplicate', - 'copyright', - 'create', - 'create_new_folder', - 'credit_card', - 'crop', - 'crop_16_9', - 'crop_3_2', - 'crop_5_4', - 'crop_7_5', - 'crop_din', - 'crop_free', - 'crop_landscape', - 'crop_original', - 'crop_portrait', - 'crop_rotate', - 'crop_square', - 'dashboard', - 'data_usage', - 'date_range', - 'dehaze', - 'delete', - 'delete_forever', - 'delete_sweep', - 'description', - 'desktop_mac', - 'desktop_windows', - 'details', - 'developer_board', - 'developer_mode', - 'device_hub', - 'devices', - 'devices_other', - 'dialer_sip', - 'dialpad', - 'directions', - 'directions_bike', - 'directions_boat', - 'directions_bus', - 'directions_car', - 'directions_railway', - 'directions_run', - 'directions_subway', - 'directions_transit', - 'directions_walk', - 'disc_full', - 'dns', - 'do_not_disturb', - 'do_not_disturb_alt', - 'do_not_disturb_off', - 'do_not_disturb_on', - 'dock', - 'domain', - 'done', - 'done_all', - 'donut_large', - 'donut_small', - 'drafts', - 'drag_handle', - 'drive_eta', - 'dvr', - 'edit', - 'edit_location', - 'eject', - 'email', - 'enhanced_encryption', - 'equalizer', - 'error', - 'error_outline', - 'euro_symbol', - 'ev_station', - 'event', - 'event_available', - 'event_busy', - 'event_note', - 'event_seat', - 'exit_to_app', - 'expand_less', - 'expand_more', - 'explicit', - 'explore', - 'exposure', - 'exposure_neg_1', - 'exposure_neg_2', - 'exposure_plus_1', - 'exposure_plus_2', - 'exposure_zero', - 'extension', - 'face', - 'fast_forward', - 'fast_rewind', - 'favorite', - 'favorite_border', - 'featured_play_list', - 'featured_video', - 'feedback', - 'fiber_dvr', - 'fiber_manual_record', - 'fiber_new', - 'fiber_pin', - 'fiber_smart_record', - 'file_download', - 'file_upload', - 'filter', - 'filter_1', - 'filter_2', - 'filter_3', - 'filter_4', - 'filter_5', - 'filter_6', - 'filter_7', - 'filter_8', - 'filter_9', - 'filter_9_plus', - 'filter_b_and_w', - 'filter_center_focus', - 'filter_drama', - 'filter_frames', - 'filter_hdr', - 'filter_list', - 'filter_none', - 'filter_tilt_shift', - 'filter_vintage', - 'find_in_page', - 'find_replace', - 'fingerprint', - 'first_page', - 'fitness_center', - 'flag', - 'flare', - 'flash_auto', - 'flash_off', - 'flash_on', - 'flight', - 'flight_land', - 'flight_takeoff', - 'flip', - 'flip_to_back', - 'flip_to_front', - 'folder', - 'folder_open', - 'folder_shared', - 'folder_special', - 'font_download', - 'format_align_center', - 'format_align_justify', - 'format_align_left', - 'format_align_right', - 'format_bold', - 'format_clear', - 'format_color_fill', - 'format_color_reset', - 'format_color_text', - 'format_indent_decrease', - 'format_indent_increase', - 'format_italic', - 'format_line_spacing', - 'format_list_bulleted', - 'format_list_numbered', - 'format_paint', - 'format_quote', - 'format_shapes', - 'format_size', - 'format_strikethrough', - 'format_textdirection_l_to_r', - 'format_textdirection_r_to_l', - 'format_underlined', - 'forum', - 'forward', - 'forward_10', - 'forward_30', - 'forward_5', - 'free_breakfast', - 'fullscreen', - 'fullscreen_exit', - 'functions', - 'g_translate', - 'gamepad', - 'games', - 'gavel', - 'gesture', - 'get_app', - 'gif', - 'golf_course', - 'gps_fixed', - 'gps_not_fixed', - 'gps_off', - 'grade', - 'gradient', - 'grain', - 'graphic_eq', - 'grid_off', - 'grid_on', - 'group', - 'group_add', - 'group_work', - 'hd', - 'hdr_off', - 'hdr_on', - 'hdr_strong', - 'hdr_weak', - 'headset', - 'headset_mic', - 'healing', - 'hearing', - 'help', - 'help_outline', - 'high_quality', - 'highlight', - 'highlight_off', - 'history', - 'home', - 'hot_tub', - 'hotel', - 'hourglass_empty', - 'hourglass_full', - 'http', - 'https', - 'image', - 'image_aspect_ratio', - 'import_contacts', - 'import_export', - 'important_devices', - 'inbox', - 'indeterminate_check_box', - 'info', - 'info_outline', - 'input', - 'insert_chart', - 'insert_comment', - 'insert_drive_file', - 'insert_emoticon', - 'insert_invitation', - 'insert_link', - 'insert_photo', - 'invert_colors', - 'invert_colors_off', - 'iso', - 'keyboard', - 'keyboard_arrow_down', - 'keyboard_arrow_left', - 'keyboard_arrow_right', - 'keyboard_arrow_up', - 'keyboard_backspace', - 'keyboard_capslock', - 'keyboard_hide', - 'keyboard_return', - 'keyboard_tab', - 'keyboard_voice', - 'kitchen', - 'label', - 'label_outline', - 'landscape', - 'language', - 'laptop', - 'laptop_chromebook', - 'laptop_mac', - 'laptop_windows', - 'last_page', - 'launch', - 'layers', - 'layers_clear', - 'leak_add', - 'leak_remove', - 'lens', - 'library_add', - 'library_books', - 'library_music', - 'lightbulb_outline', - 'line_style', - 'line_weight', - 'linear_scale', - 'link', - 'linked_camera', - 'list', - 'live_help', - 'live_tv', - 'local_activity', - 'local_airport', - 'local_atm', - 'local_bar', - 'local_cafe', - 'local_car_wash', - 'local_convenience_store', - 'local_dining', - 'local_drink', - 'local_florist', - 'local_gas_station', - 'local_grocery_store', - 'local_hospital', - 'local_hotel', - 'local_laundry_service', - 'local_library', - 'local_mall', - 'local_movies', - 'local_offer', - 'local_parking', - 'local_pharmacy', - 'local_phone', - 'local_pizza', - 'local_play', - 'local_post_office', - 'local_printshop', - 'local_see', - 'local_shipping', - 'local_taxi', - 'location_city', - 'location_disabled', - 'location_off', - 'location_on', - 'location_searching', - 'lock', - 'lock_open', - 'lock_outline', - 'looks', - 'looks_3', - 'looks_4', - 'looks_5', - 'looks_6', - 'looks_one', - 'looks_two', - 'loop', - 'loupe', - 'low_priority', - 'loyalty', - 'mail', - 'mail_outline', - 'map', - 'markunread', - 'markunread_mailbox', - 'memory', - 'menu', - 'merge_type', - 'message', - 'mic', - 'mic_none', - 'mic_off', - 'mms', - 'mode_comment', - 'mode_edit', - 'monetization_on', - 'money_off', - 'monochrome_photos', - 'mood', - 'mood_bad', - 'more', - 'more_horiz', - 'more_vert', - 'motorcycle', - 'mouse', - 'move_to_inbox', - 'movie', - 'movie_creation', - 'movie_filter', - 'multiline_chart', - 'music_note', - 'music_video', - 'my_location', - 'nature', - 'nature_people', - 'navigate_before', - 'navigate_next', - 'navigation', - 'near_me', - 'network_cell', - 'network_check', - 'network_locked', - 'network_wifi', - 'new_releases', - 'next_week', - 'nfc', - 'no_encryption', - 'no_sim', - 'not_interested', - 'note', - 'note_add', - 'notifications', - 'notifications_active', - 'notifications_none', - 'notifications_off', - 'notifications_paused', - 'offline_pin', - 'ondemand_video', - 'opacity', - 'open_in_browser', - 'open_in_new', - 'open_with', - 'pages', - 'pageview', - 'palette', - 'pan_tool', - 'panorama', - 'panorama_fish_eye', - 'panorama_horizontal', - 'panorama_vertical', - 'panorama_wide_angle', - 'party_mode', - 'pause', - 'pause_circle_filled', - 'pause_circle_outline', - 'payment', - 'people', - 'people_outline', - 'perm_camera_mic', - 'perm_contact_calendar', - 'perm_data_setting', - 'perm_device_information', - 'perm_identity', - 'perm_media', - 'perm_phone_msg', - 'perm_scan_wifi', - 'person', - 'person_add', - 'person_outline', - 'person_pin', - 'person_pin_circle', - 'personal_video', - 'pets', - 'phone', - 'phone_android', - 'phone_bluetooth_speaker', - 'phone_forwarded', - 'phone_in_talk', - 'phone_iphone', - 'phone_locked', - 'phone_missed', - 'phone_paused', - 'phonelink', - 'phonelink_erase', - 'phonelink_lock', - 'phonelink_off', - 'phonelink_ring', - 'phonelink_setup', - 'photo', - 'photo_album', - 'photo_camera', - 'photo_filter', - 'photo_library', - 'photo_size_select_actual', - 'photo_size_select_large', - 'photo_size_select_small', - 'picture_as_pdf', - 'picture_in_picture', - 'picture_in_picture_alt', - 'pie_chart', - 'pie_chart_outlined', - 'pin_drop', - 'place', - 'play_arrow', - 'play_circle_filled', - 'play_circle_outline', - 'play_for_work', - 'playlist_add', - 'playlist_add_check', - 'playlist_play', - 'plus_one', - 'poll', - 'polymer', - 'pool', - 'portable_wifi_off', - 'portrait', - 'power', - 'power_input', - 'power_settings_new', - 'pregnant_woman', - 'present_to_all', - 'print', - 'priority_high', - 'public', - 'publish', - 'query_builder', - 'question_answer', - 'queue', - 'queue_music', - 'queue_play_next', - 'radio', - 'radio_button_checked', - 'radio_button_unchecked', - 'rate_review', - 'receipt', - 'recent_actors', - 'record_voice_over', - 'redeem', - 'redo', - 'refresh', - 'remove', - 'remove_circle', - 'remove_circle_outline', - 'remove_from_queue', - 'remove_red_eye', - 'remove_shopping_cart', - 'reorder', - 'repeat', - 'repeat_one', - 'replay', - 'replay_10', - 'replay_30', - 'replay_5', - 'reply', - 'reply_all', - 'report', - 'report_problem', - 'restaurant', - 'restaurant_menu', - 'restore', - 'restore_page', - 'ring_volume', - 'room', - 'room_service', - 'rotate_90_degrees_ccw', - 'rotate_left', - 'rotate_right', - 'rounded_corner', - 'router', - 'rowing', - 'rss_feed', - 'rv_hookup', - 'satellite', - 'save', - 'scanner', - 'schedule', - 'school', - 'screen_lock_landscape', - 'screen_lock_portrait', - 'screen_lock_rotation', - 'screen_rotation', - 'screen_share', - 'sd_card', - 'sd_storage', - 'search', - 'security', - 'select_all', - 'send', - 'sentiment_dissatisfied', - 'sentiment_neutral', - 'sentiment_satisfied', - 'sentiment_very_dissatisfied', - 'sentiment_very_satisfied', - 'settings', - 'settings_applications', - 'settings_backup_restore', - 'settings_bluetooth', - 'settings_brightness', - 'settings_cell', - 'settings_ethernet', - 'settings_input_antenna', - 'settings_input_component', - 'settings_input_composite', - 'settings_input_hdmi', - 'settings_input_svideo', - 'settings_overscan', - 'settings_phone', - 'settings_power', - 'settings_remote', - 'settings_system_daydream', - 'settings_voice', - 'share', - 'shop', - 'shop_two', - 'shopping_basket', - 'shopping_cart', - 'short_text', - 'show_chart', - 'shuffle', - 'signal_cellular_4_bar', - 'signal_cellular_connected_no_internet_4_bar', - 'signal_cellular_no_sim', - 'signal_cellular_null', - 'signal_cellular_off', - 'signal_wifi_4_bar', - 'signal_wifi_4_bar_lock', - 'signal_wifi_off', - 'sim_card', - 'sim_card_alert', - 'skip_next', - 'skip_previous', - 'slideshow', - 'slow_motion_video', - 'smartphone', - 'smoke_free', - 'smoking_rooms', - 'sms', - 'sms_failed', - 'snooze', - 'sort', - 'sort_by_alpha', - 'spa', - 'space_bar', - 'speaker', - 'speaker_group', - 'speaker_notes', - 'speaker_notes_off', - 'speaker_phone', - 'spellcheck', - 'star', - 'star_border', - 'star_half', - 'stars', - 'stay_current_landscape', - 'stay_current_portrait', - 'stay_primary_landscape', - 'stay_primary_portrait', - 'stop', - 'stop_screen_share', - 'storage', - 'store', - 'store_mall_directory', - 'straighten', - 'streetview', - 'strikethrough_s', - 'style', - 'subdirectory_arrow_left', - 'subdirectory_arrow_right', - 'subject', - 'subscriptions', - 'subtitles', - 'subway', - 'supervisor_account', - 'surround_sound', - 'swap_calls', - 'swap_horiz', - 'swap_vert', - 'swap_vertical_circle', - 'switch_camera', - 'switch_video', - 'sync', - 'sync_disabled', - 'sync_problem', - 'system_update', - 'system_update_alt', - 'tab', - 'tab_unselected', - 'tablet', - 'tablet_android', - 'tablet_mac', - 'tag_faces', - 'tap_and_play', - 'terrain', - 'text_fields', - 'text_format', - 'textsms', - 'texture', - 'theaters', - 'thumb_down', - 'thumb_up', - 'thumbs_up_down', - 'time_to_leave', - 'timelapse', - 'timeline', - 'timer', - 'timer_10', - 'timer_3', - 'timer_off', - 'title', - 'toc', - 'today', - 'toll', - 'tonality', - 'touch_app', - 'toys', - 'track_changes', - 'traffic', - 'train', - 'tram', - 'transfer_within_a_station', - 'transform', - 'translate', - 'trending_down', - 'trending_flat', - 'trending_up', - 'tune', - 'turned_in', - 'turned_in_not', - 'tv', - 'unarchive', - 'undo', - 'unfold_less', - 'unfold_more', - 'update', - 'usb', - 'verified_user', - 'vertical_align_bottom', - 'vertical_align_center', - 'vertical_align_top', - 'vibration', - 'video_call', - 'video_label', - 'video_library', - 'videocam', - 'videocam_off', - 'videogame_asset', - 'view_agenda', - 'view_array', - 'view_carousel', - 'view_column', - 'view_comfy', - 'view_compact', - 'view_day', - 'view_headline', - 'view_list', - 'view_module', - 'view_quilt', - 'view_stream', - 'view_week', - 'vignette', - 'visibility', - 'visibility_off', - 'voice_chat', - 'voicemail', - 'volume_down', - 'volume_mute', - 'volume_off', - 'volume_up', - 'vpn_key', - 'vpn_lock', - 'wallpaper', - 'warning', - 'watch', - 'watch_later', - 'wb_auto', - 'wb_cloudy', - 'wb_incandescent', - 'wb_iridescent', - 'wb_sunny', - 'wc', - 'web', - 'web_asset', - 'weekend', - 'whatshot', - 'widgets', - 'wifi', - 'wifi_lock', - 'wifi_tethering', - 'work', - 'wrap_text', - 'youtube_searched_for', - 'zoom_in', - 'zoom_out', - 'zoom_out_map' + { + 'name' : '3d_rotation', + 'ligature': '3d_rotation', + 'tags' : ['3d_rotation'] + }, + { + 'name' : '4k', + 'ligature': '4k', + 'tags' : ['4k'] + }, + { + 'name' : '360', + 'ligature': '360', + 'tags' : ['360'] + }, + { + 'name' : 'ac_unit', + 'ligature': 'ac_unit', + 'tags' : ['ac_unit'] + }, + { + 'name' : 'access_alarm', + 'ligature': 'access_alarm', + 'tags' : ['access_alarm'] + }, + { + 'name' : 'access_alarms', + 'ligature': 'access_alarms', + 'tags' : ['access_alarms'] + }, + { + 'name' : 'access_time', + 'ligature': 'access_time', + 'tags' : ['access_time'] + }, + { + 'name' : 'accessibility_new', + 'ligature': 'accessibility_new', + 'tags' : ['accessibility_new'] + }, + { + 'name' : 'accessibility', + 'ligature': 'accessibility', + 'tags' : ['accessibility'] + }, + { + 'name' : 'accessible_forward', + 'ligature': 'accessible_forward', + 'tags' : ['accessible_forward'] + }, + { + 'name' : 'accessible', + 'ligature': 'accessible', + 'tags' : ['accessible'] + }, + { + 'name' : 'account_balance_wallet', + 'ligature': 'account_balance_wallet', + 'tags' : ['account_balance_wallet'] + }, + { + 'name' : 'account_balance', + 'ligature': 'account_balance', + 'tags' : ['account_balance'] + }, + { + 'name' : 'account_box', + 'ligature': 'account_box', + 'tags' : ['account_box'] + }, + { + 'name' : 'account_circle', + 'ligature': 'account_circle', + 'tags' : ['account_circle'] + }, + { + 'name' : 'adb', + 'ligature': 'adb', + 'tags' : ['adb'] + }, + { + 'name' : 'add_a_photo', + 'ligature': 'add_a_photo', + 'tags' : ['add_a_photo'] + }, + { + 'name' : 'add_alarm', + 'ligature': 'add_alarm', + 'tags' : ['add_alarm'] + }, + { + 'name' : 'add_alert', + 'ligature': 'add_alert', + 'tags' : ['add_alert'] + }, + { + 'name' : 'add_box', + 'ligature': 'add_box', + 'tags' : ['add_box'] + }, + { + 'name' : 'add_circle_outline', + 'ligature': 'add_circle_outline', + 'tags' : ['add_circle_outline'] + }, + { + 'name' : 'add_circle', + 'ligature': 'add_circle', + 'tags' : ['add_circle'] + }, + { + 'name' : 'add_comment', + 'ligature': 'add_comment', + 'tags' : ['add_comment'] + }, + { + 'name' : 'add_location', + 'ligature': 'add_location', + 'tags' : ['add_location'] + }, + { + 'name' : 'add_photo_alternate', + 'ligature': 'add_photo_alternate', + 'tags' : ['add_photo_alternate'] + }, + { + 'name' : 'add_shopping_cart', + 'ligature': 'add_shopping_cart', + 'tags' : ['add_shopping_cart'] + }, + { + 'name' : 'add_to_home_screen', + 'ligature': 'add_to_home_screen', + 'tags' : ['add_to_home_screen'] + }, + { + 'name' : 'add_to_photos', + 'ligature': 'add_to_photos', + 'tags' : ['add_to_photos'] + }, + { + 'name' : 'add_to_queue', + 'ligature': 'add_to_queue', + 'tags' : ['add_to_queue'] + }, + { + 'name' : 'add', + 'ligature': 'add', + 'tags' : ['add'] + }, + { + 'name' : 'adjust', + 'ligature': 'adjust', + 'tags' : ['adjust'] + }, + { + 'name' : 'airline_seat_flat_angled', + 'ligature': 'airline_seat_flat_angled', + 'tags' : ['airline_seat_flat_angled'] + }, + { + 'name' : 'airline_seat_flat', + 'ligature': 'airline_seat_flat', + 'tags' : ['airline_seat_flat'] + }, + { + 'name' : 'airline_seat_individual_suite', + 'ligature': 'airline_seat_individual_suite', + 'tags' : ['airline_seat_individual_suite'] + }, + { + 'name' : 'airline_seat_legroom_extra', + 'ligature': 'airline_seat_legroom_extra', + 'tags' : ['airline_seat_legroom_extra'] + }, + { + 'name' : 'airline_seat_legroom_normal', + 'ligature': 'airline_seat_legroom_normal', + 'tags' : ['airline_seat_legroom_normal'] + }, + { + 'name' : 'airline_seat_legroom_reduced', + 'ligature': 'airline_seat_legroom_reduced', + 'tags' : ['airline_seat_legroom_reduced'] + }, + { + 'name' : 'airline_seat_recline_extra', + 'ligature': 'airline_seat_recline_extra', + 'tags' : ['airline_seat_recline_extra'] + }, + { + 'name' : 'airline_seat_recline_normal', + 'ligature': 'airline_seat_recline_normal', + 'tags' : ['airline_seat_recline_normal'] + }, + { + 'name' : 'airplanemode_active', + 'ligature': 'airplanemode_active', + 'tags' : ['airplanemode_active'] + }, + { + 'name' : 'airplanemode_inactive', + 'ligature': 'airplanemode_inactive', + 'tags' : ['airplanemode_inactive'] + }, + { + 'name' : 'airplay', + 'ligature': 'airplay', + 'tags' : ['airplay'] + }, + { + 'name' : 'airport_shuttle', + 'ligature': 'airport_shuttle', + 'tags' : ['airport_shuttle'] + }, + { + 'name' : 'alarm_add', + 'ligature': 'alarm_add', + 'tags' : ['alarm_add'] + }, + { + 'name' : 'alarm_off', + 'ligature': 'alarm_off', + 'tags' : ['alarm_off'] + }, + { + 'name' : 'alarm_on', + 'ligature': 'alarm_on', + 'tags' : ['alarm_on'] + }, + { + 'name' : 'alarm', + 'ligature': 'alarm', + 'tags' : ['alarm'] + }, + { + 'name' : 'album', + 'ligature': 'album', + 'tags' : ['album'] + }, + { + 'name' : 'all_inbox', + 'ligature': 'all_inbox', + 'tags' : ['all_inbox'] + }, + { + 'name' : 'all_inclusive', + 'ligature': 'all_inclusive', + 'tags' : ['all_inclusive'] + }, + { + 'name' : 'all_out', + 'ligature': 'all_out', + 'tags' : ['all_out'] + }, + { + 'name' : 'alternate_email', + 'ligature': 'alternate_email', + 'tags' : ['alternate_email'] + }, + { + 'name' : 'android', + 'ligature': 'android', + 'tags' : ['android'] + }, + { + 'name' : 'announcement', + 'ligature': 'announcement', + 'tags' : ['announcement'] + }, + { + 'name' : 'apps', + 'ligature': 'apps', + 'tags' : ['apps'] + }, + { + 'name' : 'archive', + 'ligature': 'archive', + 'tags' : ['archive'] + }, + { + 'name' : 'arrow_back_ios', + 'ligature': 'arrow_back_ios', + 'tags' : ['arrow_back_ios'] + }, + { + 'name' : 'arrow_back', + 'ligature': 'arrow_back', + 'tags' : ['arrow_back'] + }, + { + 'name' : 'arrow_downward', + 'ligature': 'arrow_downward', + 'tags' : ['arrow_downward'] + }, + { + 'name' : 'arrow_drop_down_circle', + 'ligature': 'arrow_drop_down_circle', + 'tags' : ['arrow_drop_down_circle'] + }, + { + 'name' : 'arrow_drop_down', + 'ligature': 'arrow_drop_down', + 'tags' : ['arrow_drop_down'] + }, + { + 'name' : 'arrow_drop_up', + 'ligature': 'arrow_drop_up', + 'tags' : ['arrow_drop_up'] + }, + { + 'name' : 'arrow_forward_ios', + 'ligature': 'arrow_forward_ios', + 'tags' : ['arrow_forward_ios'] + }, + { + 'name' : 'arrow_forward', + 'ligature': 'arrow_forward', + 'tags' : ['arrow_forward'] + }, + { + 'name' : 'arrow_left', + 'ligature': 'arrow_left', + 'tags' : ['arrow_left'] + }, + { + 'name' : 'arrow_right_alt', + 'ligature': 'arrow_right_alt', + 'tags' : ['arrow_right_alt'] + }, + { + 'name' : 'arrow_right', + 'ligature': 'arrow_right', + 'tags' : ['arrow_right'] + }, + { + 'name' : 'arrow_upward', + 'ligature': 'arrow_upward', + 'tags' : ['arrow_upward'] + }, + { + 'name' : 'art_track', + 'ligature': 'art_track', + 'tags' : ['art_track'] + }, + { + 'name' : 'aspect_ratio', + 'ligature': 'aspect_ratio', + 'tags' : ['aspect_ratio'] + }, + { + 'name' : 'assessment', + 'ligature': 'assessment', + 'tags' : ['assessment'] + }, + { + 'name' : 'assignment_ind', + 'ligature': 'assignment_ind', + 'tags' : ['assignment_ind'] + }, + { + 'name' : 'assignment_late', + 'ligature': 'assignment_late', + 'tags' : ['assignment_late'] + }, + { + 'name' : 'assignment_return', + 'ligature': 'assignment_return', + 'tags' : ['assignment_return'] + }, + { + 'name' : 'assignment_returned', + 'ligature': 'assignment_returned', + 'tags' : ['assignment_returned'] + }, + { + 'name' : 'assignment_turned_in', + 'ligature': 'assignment_turned_in', + 'tags' : ['assignment_turned_in'] + }, + { + 'name' : 'assignment', + 'ligature': 'assignment', + 'tags' : ['assignment'] + }, + { + 'name' : 'assistant_photo', + 'ligature': 'assistant_photo', + 'tags' : ['assistant_photo'] + }, + { + 'name' : 'assistant', + 'ligature': 'assistant', + 'tags' : ['assistant'] + }, + { + 'name' : 'atm', + 'ligature': 'atm', + 'tags' : ['atm'] + }, + { + 'name' : 'attach_file', + 'ligature': 'attach_file', + 'tags' : ['attach_file'] + }, + { + 'name' : 'attach_money', + 'ligature': 'attach_money', + 'tags' : ['attach_money'] + }, + { + 'name' : 'attachment', + 'ligature': 'attachment', + 'tags' : ['attachment'] + }, + { + 'name' : 'audiotrack', + 'ligature': 'audiotrack', + 'tags' : ['audiotrack'] + }, + { + 'name' : 'autorenew', + 'ligature': 'autorenew', + 'tags' : ['autorenew'] + }, + { + 'name' : 'av_timer', + 'ligature': 'av_timer', + 'tags' : ['av_timer'] + }, + { + 'name' : 'backspace', + 'ligature': 'backspace', + 'tags' : ['backspace'] + }, + { + 'name' : 'backup', + 'ligature': 'backup', + 'tags' : ['backup'] + }, + { + 'name' : 'ballot', + 'ligature': 'ballot', + 'tags' : ['ballot'] + }, + { + 'name' : 'bar_chart', + 'ligature': 'bar_chart', + 'tags' : ['bar_chart'] + }, + { + 'name' : 'battery_alert', + 'ligature': 'battery_alert', + 'tags' : ['battery_alert'] + }, + { + 'name' : 'battery_charging_full', + 'ligature': 'battery_charging_full', + 'tags' : ['battery_charging_full'] + }, + { + 'name' : 'battery_full', + 'ligature': 'battery_full', + 'tags' : ['battery_full'] + }, + { + 'name' : 'battery_std', + 'ligature': 'battery_std', + 'tags' : ['battery_std'] + }, + { + 'name' : 'battery_unknown', + 'ligature': 'battery_unknown', + 'tags' : ['battery_unknown'] + }, + { + 'name' : 'beach_access', + 'ligature': 'beach_access', + 'tags' : ['beach_access'] + }, + { + 'name' : 'beenhere', + 'ligature': 'beenhere', + 'tags' : ['beenhere'] + }, + { + 'name' : 'block', + 'ligature': 'block', + 'tags' : ['block'] + }, + { + 'name' : 'bluetooth_audio', + 'ligature': 'bluetooth_audio', + 'tags' : ['bluetooth_audio'] + }, + { + 'name' : 'bluetooth_connected', + 'ligature': 'bluetooth_connected', + 'tags' : ['bluetooth_connected'] + }, + { + 'name' : 'bluetooth_disabled', + 'ligature': 'bluetooth_disabled', + 'tags' : ['bluetooth_disabled'] + }, + { + 'name' : 'bluetooth_searching', + 'ligature': 'bluetooth_searching', + 'tags' : ['bluetooth_searching'] + }, + { + 'name' : 'bluetooth', + 'ligature': 'bluetooth', + 'tags' : ['bluetooth'] + }, + { + 'name' : 'blur_circular', + 'ligature': 'blur_circular', + 'tags' : ['blur_circular'] + }, + { + 'name' : 'blur_linear', + 'ligature': 'blur_linear', + 'tags' : ['blur_linear'] + }, + { + 'name' : 'blur_off', + 'ligature': 'blur_off', + 'tags' : ['blur_off'] + }, + { + 'name' : 'blur_on', + 'ligature': 'blur_on', + 'tags' : ['blur_on'] + }, + { + 'name' : 'book', + 'ligature': 'book', + 'tags' : ['book'] + }, + { + 'name' : 'bookmark_border', + 'ligature': 'bookmark_border', + 'tags' : ['bookmark_border'] + }, + { + 'name' : 'bookmark', + 'ligature': 'bookmark', + 'tags' : ['bookmark'] + }, + { + 'name' : 'bookmarks', + 'ligature': 'bookmarks', + 'tags' : ['bookmarks'] + }, + { + 'name' : 'border_all', + 'ligature': 'border_all', + 'tags' : ['border_all'] + }, + { + 'name' : 'border_bottom', + 'ligature': 'border_bottom', + 'tags' : ['border_bottom'] + }, + { + 'name' : 'border_clear', + 'ligature': 'border_clear', + 'tags' : ['border_clear'] + }, + { + 'name' : 'border_horizontal', + 'ligature': 'border_horizontal', + 'tags' : ['border_horizontal'] + }, + { + 'name' : 'border_inner', + 'ligature': 'border_inner', + 'tags' : ['border_inner'] + }, + { + 'name' : 'border_left', + 'ligature': 'border_left', + 'tags' : ['border_left'] + }, + { + 'name' : 'border_outer', + 'ligature': 'border_outer', + 'tags' : ['border_outer'] + }, + { + 'name' : 'border_right', + 'ligature': 'border_right', + 'tags' : ['border_right'] + }, + { + 'name' : 'border_style', + 'ligature': 'border_style', + 'tags' : ['border_style'] + }, + { + 'name' : 'border_top', + 'ligature': 'border_top', + 'tags' : ['border_top'] + }, + { + 'name' : 'border_vertical', + 'ligature': 'border_vertical', + 'tags' : ['border_vertical'] + }, + { + 'name' : 'branding_watermark', + 'ligature': 'branding_watermark', + 'tags' : ['branding_watermark'] + }, + { + 'name' : 'brightness_1', + 'ligature': 'brightness_1', + 'tags' : ['brightness_1'] + }, + { + 'name' : 'brightness_2', + 'ligature': 'brightness_2', + 'tags' : ['brightness_2'] + }, + { + 'name' : 'brightness_3', + 'ligature': 'brightness_3', + 'tags' : ['brightness_3'] + }, + { + 'name' : 'brightness_4', + 'ligature': 'brightness_4', + 'tags' : ['brightness_4'] + }, + { + 'name' : 'brightness_5', + 'ligature': 'brightness_5', + 'tags' : ['brightness_5'] + }, + { + 'name' : 'brightness_6', + 'ligature': 'brightness_6', + 'tags' : ['brightness_6'] + }, + { + 'name' : 'brightness_7', + 'ligature': 'brightness_7', + 'tags' : ['brightness_7'] + }, + { + 'name' : 'brightness_auto', + 'ligature': 'brightness_auto', + 'tags' : ['brightness_auto'] + }, + { + 'name' : 'brightness_high', + 'ligature': 'brightness_high', + 'tags' : ['brightness_high'] + }, + { + 'name' : 'brightness_low', + 'ligature': 'brightness_low', + 'tags' : ['brightness_low'] + }, + { + 'name' : 'brightness_medium', + 'ligature': 'brightness_medium', + 'tags' : ['brightness_medium'] + }, + { + 'name' : 'broken_image', + 'ligature': 'broken_image', + 'tags' : ['broken_image'] + }, + { + 'name' : 'brush', + 'ligature': 'brush', + 'tags' : ['brush'] + }, + { + 'name' : 'bubble_chart', + 'ligature': 'bubble_chart', + 'tags' : ['bubble_chart'] + }, + { + 'name' : 'bug_report', + 'ligature': 'bug_report', + 'tags' : ['bug_report'] + }, + { + 'name' : 'build', + 'ligature': 'build', + 'tags' : ['build'] + }, + { + 'name' : 'burst_mode', + 'ligature': 'burst_mode', + 'tags' : ['burst_mode'] + }, + { + 'name' : 'business_center', + 'ligature': 'business_center', + 'tags' : ['business_center'] + }, + { + 'name' : 'business', + 'ligature': 'business', + 'tags' : ['business'] + }, + { + 'name' : 'cached', + 'ligature': 'cached', + 'tags' : ['cached'] + }, + { + 'name' : 'cake', + 'ligature': 'cake', + 'tags' : ['cake'] + }, + { + 'name' : 'calendar_today', + 'ligature': 'calendar_today', + 'tags' : ['calendar_today'] + }, + { + 'name' : 'calendar_view_day', + 'ligature': 'calendar_view_day', + 'tags' : ['calendar_view_day'] + }, + { + 'name' : 'call_end', + 'ligature': 'call_end', + 'tags' : ['call_end'] + }, + { + 'name' : 'call_made', + 'ligature': 'call_made', + 'tags' : ['call_made'] + }, + { + 'name' : 'call_merge', + 'ligature': 'call_merge', + 'tags' : ['call_merge'] + }, + { + 'name' : 'call_missed_outgoing', + 'ligature': 'call_missed_outgoing', + 'tags' : ['call_missed_outgoing'] + }, + { + 'name' : 'call_missed', + 'ligature': 'call_missed', + 'tags' : ['call_missed'] + }, + { + 'name' : 'call_received', + 'ligature': 'call_received', + 'tags' : ['call_received'] + }, + { + 'name' : 'call_split', + 'ligature': 'call_split', + 'tags' : ['call_split'] + }, + { + 'name' : 'call_to_action', + 'ligature': 'call_to_action', + 'tags' : ['call_to_action'] + }, + { + 'name' : 'call', + 'ligature': 'call', + 'tags' : ['call'] + }, + { + 'name' : 'camera_alt', + 'ligature': 'camera_alt', + 'tags' : ['camera_alt'] + }, + { + 'name' : 'camera_enhance', + 'ligature': 'camera_enhance', + 'tags' : ['camera_enhance'] + }, + { + 'name' : 'camera_front', + 'ligature': 'camera_front', + 'tags' : ['camera_front'] + }, + { + 'name' : 'camera_rear', + 'ligature': 'camera_rear', + 'tags' : ['camera_rear'] + }, + { + 'name' : 'camera_roll', + 'ligature': 'camera_roll', + 'tags' : ['camera_roll'] + }, + { + 'name' : 'camera', + 'ligature': 'camera', + 'tags' : ['camera'] + }, + { + 'name' : 'cancel_presentation', + 'ligature': 'cancel_presentation', + 'tags' : ['cancel_presentation'] + }, + { + 'name' : 'cancel', + 'ligature': 'cancel', + 'tags' : ['cancel'] + }, + { + 'name' : 'card_giftcard', + 'ligature': 'card_giftcard', + 'tags' : ['card_giftcard'] + }, + { + 'name' : 'card_membership', + 'ligature': 'card_membership', + 'tags' : ['card_membership'] + }, + { + 'name' : 'card_travel', + 'ligature': 'card_travel', + 'tags' : ['card_travel'] + }, + { + 'name' : 'casino', + 'ligature': 'casino', + 'tags' : ['casino'] + }, + { + 'name' : 'cast_connected', + 'ligature': 'cast_connected', + 'tags' : ['cast_connected'] + }, + { + 'name' : 'cast_for_education', + 'ligature': 'cast_for_education', + 'tags' : ['cast_for_education'] + }, + { + 'name' : 'cast', + 'ligature': 'cast', + 'tags' : ['cast'] + }, + { + 'name' : 'category', + 'ligature': 'category', + 'tags' : ['category'] + }, + { + 'name' : 'center_focus_strong', + 'ligature': 'center_focus_strong', + 'tags' : ['center_focus_strong'] + }, + { + 'name' : 'center_focus_weak', + 'ligature': 'center_focus_weak', + 'tags' : ['center_focus_weak'] + }, + { + 'name' : 'change_history', + 'ligature': 'change_history', + 'tags' : ['change_history'] + }, + { + 'name' : 'chat_bubble_outline', + 'ligature': 'chat_bubble_outline', + 'tags' : ['chat_bubble_outline'] + }, + { + 'name' : 'chat_bubble', + 'ligature': 'chat_bubble', + 'tags' : ['chat_bubble'] + }, + { + 'name' : 'chat', + 'ligature': 'chat', + 'tags' : ['chat'] + }, + { + 'name' : 'check_box_outline_blank', + 'ligature': 'check_box_outline_blank', + 'tags' : ['check_box_outline_blank'] + }, + { + 'name' : 'check_box', + 'ligature': 'check_box', + 'tags' : ['check_box'] + }, + { + 'name' : 'check_circle_outline', + 'ligature': 'check_circle_outline', + 'tags' : ['check_circle_outline'] + }, + { + 'name' : 'check_circle', + 'ligature': 'check_circle', + 'tags' : ['check_circle'] + }, + { + 'name' : 'check', + 'ligature': 'check', + 'tags' : ['check'] + }, + { + 'name' : 'chevron_left', + 'ligature': 'chevron_left', + 'tags' : ['chevron_left'] + }, + { + 'name' : 'chevron_right', + 'ligature': 'chevron_right', + 'tags' : ['chevron_right'] + }, + { + 'name' : 'child_care', + 'ligature': 'child_care', + 'tags' : ['child_care'] + }, + { + 'name' : 'child_friendly', + 'ligature': 'child_friendly', + 'tags' : ['child_friendly'] + }, + { + 'name' : 'chrome_reader_mode', + 'ligature': 'chrome_reader_mode', + 'tags' : ['chrome_reader_mode'] + }, + { + 'name' : 'class', + 'ligature': 'class', + 'tags' : ['class'] + }, + { + 'name' : 'clear_all', + 'ligature': 'clear_all', + 'tags' : ['clear_all'] + }, + { + 'name' : 'clear', + 'ligature': 'clear', + 'tags' : ['clear'] + }, + { + 'name' : 'close', + 'ligature': 'close', + 'tags' : ['close'] + }, + { + 'name' : 'closed_caption', + 'ligature': 'closed_caption', + 'tags' : ['closed_caption'] + }, + { + 'name' : 'cloud_circle', + 'ligature': 'cloud_circle', + 'tags' : ['cloud_circle'] + }, + { + 'name' : 'cloud_done', + 'ligature': 'cloud_done', + 'tags' : ['cloud_done'] + }, + { + 'name' : 'cloud_download', + 'ligature': 'cloud_download', + 'tags' : ['cloud_download'] + }, + { + 'name' : 'cloud_off', + 'ligature': 'cloud_off', + 'tags' : ['cloud_off'] + }, + { + 'name' : 'cloud_queue', + 'ligature': 'cloud_queue', + 'tags' : ['cloud_queue'] + }, + { + 'name' : 'cloud_upload', + 'ligature': 'cloud_upload', + 'tags' : ['cloud_upload'] + }, + { + 'name' : 'cloud', + 'ligature': 'cloud', + 'tags' : ['cloud'] + }, + { + 'name' : 'code', + 'ligature': 'code', + 'tags' : ['code'] + }, + { + 'name' : 'collections_bookmark', + 'ligature': 'collections_bookmark', + 'tags' : ['collections_bookmark'] + }, + { + 'name' : 'collections', + 'ligature': 'collections', + 'tags' : ['collections'] + }, + { + 'name' : 'color_lens', + 'ligature': 'color_lens', + 'tags' : ['color_lens'] + }, + { + 'name' : 'colorize', + 'ligature': 'colorize', + 'tags' : ['colorize'] + }, + { + 'name' : 'comment', + 'ligature': 'comment', + 'tags' : ['comment'] + }, + { + 'name' : 'commute', + 'ligature': 'commute', + 'tags' : ['commute'] + }, + { + 'name' : 'compare_arrows', + 'ligature': 'compare_arrows', + 'tags' : ['compare_arrows'] + }, + { + 'name' : 'compare', + 'ligature': 'compare', + 'tags' : ['compare'] + }, + { + 'name' : 'compass_calibration', + 'ligature': 'compass_calibration', + 'tags' : ['compass_calibration'] + }, + { + 'name' : 'computer', + 'ligature': 'computer', + 'tags' : ['computer'] + }, + { + 'name' : 'confirmation_number', + 'ligature': 'confirmation_number', + 'tags' : ['confirmation_number'] + }, + { + 'name' : 'contact_mail', + 'ligature': 'contact_mail', + 'tags' : ['contact_mail'] + }, + { + 'name' : 'contact_phone', + 'ligature': 'contact_phone', + 'tags' : ['contact_phone'] + }, + { + 'name' : 'contact_support', + 'ligature': 'contact_support', + 'tags' : ['contact_support'] + }, + { + 'name' : 'contacts', + 'ligature': 'contacts', + 'tags' : ['contacts'] + }, + { + 'name' : 'control_camera', + 'ligature': 'control_camera', + 'tags' : ['control_camera'] + }, + { + 'name' : 'control_point_duplicate', + 'ligature': 'control_point_duplicate', + 'tags' : ['control_point_duplicate'] + }, + { + 'name' : 'control_point', + 'ligature': 'control_point', + 'tags' : ['control_point'] + }, + { + 'name' : 'copyright', + 'ligature': 'copyright', + 'tags' : ['copyright'] + }, + { + 'name' : 'create_new_folder', + 'ligature': 'create_new_folder', + 'tags' : ['create_new_folder'] + }, + { + 'name' : 'create', + 'ligature': 'create', + 'tags' : ['create'] + }, + { + 'name' : 'credit_card', + 'ligature': 'credit_card', + 'tags' : ['credit_card'] + }, + { + 'name' : 'crop_3_2', + 'ligature': 'crop_3_2', + 'tags' : ['crop_3_2'] + }, + { + 'name' : 'crop_5_4', + 'ligature': 'crop_5_4', + 'tags' : ['crop_5_4'] + }, + { + 'name' : 'crop_7_5', + 'ligature': 'crop_7_5', + 'tags' : ['crop_7_5'] + }, + { + 'name' : 'crop_16_9', + 'ligature': 'crop_16_9', + 'tags' : ['crop_16_9'] + }, + { + 'name' : 'crop_din', + 'ligature': 'crop_din', + 'tags' : ['crop_din'] + }, + { + 'name' : 'crop_free', + 'ligature': 'crop_free', + 'tags' : ['crop_free'] + }, + { + 'name' : 'crop_landscape', + 'ligature': 'crop_landscape', + 'tags' : ['crop_landscape'] + }, + { + 'name' : 'crop_original', + 'ligature': 'crop_original', + 'tags' : ['crop_original'] + }, + { + 'name' : 'crop_portrait', + 'ligature': 'crop_portrait', + 'tags' : ['crop_portrait'] + }, + { + 'name' : 'crop_rotate', + 'ligature': 'crop_rotate', + 'tags' : ['crop_rotate'] + }, + { + 'name' : 'crop_square', + 'ligature': 'crop_square', + 'tags' : ['crop_square'] + }, + { + 'name' : 'crop', + 'ligature': 'crop', + 'tags' : ['crop'] + }, + { + 'name' : 'dashboard', + 'ligature': 'dashboard', + 'tags' : ['dashboard'] + }, + { + 'name' : 'data_usage', + 'ligature': 'data_usage', + 'tags' : ['data_usage'] + }, + { + 'name' : 'date_range', + 'ligature': 'date_range', + 'tags' : ['date_range'] + }, + { + 'name' : 'dehaze', + 'ligature': 'dehaze', + 'tags' : ['dehaze'] + }, + { + 'name' : 'delete_forever', + 'ligature': 'delete_forever', + 'tags' : ['delete_forever'] + }, + { + 'name' : 'delete_outline', + 'ligature': 'delete_outline', + 'tags' : ['delete_outline'] + }, + { + 'name' : 'delete_sweep', + 'ligature': 'delete_sweep', + 'tags' : ['delete_sweep'] + }, + { + 'name' : 'delete', + 'ligature': 'delete', + 'tags' : ['delete'] + }, + { + 'name' : 'departure_board', + 'ligature': 'departure_board', + 'tags' : ['departure_board'] + }, + { + 'name' : 'description', + 'ligature': 'description', + 'tags' : ['description'] + }, + { + 'name' : 'desktop_access_disabled', + 'ligature': 'desktop_access_disabled', + 'tags' : ['desktop_access_disabled'] + }, + { + 'name' : 'desktop_mac', + 'ligature': 'desktop_mac', + 'tags' : ['desktop_mac'] + }, + { + 'name' : 'desktop_windows', + 'ligature': 'desktop_windows', + 'tags' : ['desktop_windows'] + }, + { + 'name' : 'details', + 'ligature': 'details', + 'tags' : ['details'] + }, + { + 'name' : 'developer_board', + 'ligature': 'developer_board', + 'tags' : ['developer_board'] + }, + { + 'name' : 'developer_mode', + 'ligature': 'developer_mode', + 'tags' : ['developer_mode'] + }, + { + 'name' : 'device_hub', + 'ligature': 'device_hub', + 'tags' : ['device_hub'] + }, + { + 'name' : 'device_unknown', + 'ligature': 'device_unknown', + 'tags' : ['device_unknown'] + }, + { + 'name' : 'devices_other', + 'ligature': 'devices_other', + 'tags' : ['devices_other'] + }, + { + 'name' : 'devices', + 'ligature': 'devices', + 'tags' : ['devices'] + }, + { + 'name' : 'dialer_sip', + 'ligature': 'dialer_sip', + 'tags' : ['dialer_sip'] + }, + { + 'name' : 'dialpad', + 'ligature': 'dialpad', + 'tags' : ['dialpad'] + }, + { + 'name' : 'directions_bike', + 'ligature': 'directions_bike', + 'tags' : ['directions_bike'] + }, + { + 'name' : 'directions_boat', + 'ligature': 'directions_boat', + 'tags' : ['directions_boat'] + }, + { + 'name' : 'directions_bus', + 'ligature': 'directions_bus', + 'tags' : ['directions_bus'] + }, + { + 'name' : 'directions_car', + 'ligature': 'directions_car', + 'tags' : ['directions_car'] + }, + { + 'name' : 'directions_railway', + 'ligature': 'directions_railway', + 'tags' : ['directions_railway'] + }, + { + 'name' : 'directions_run', + 'ligature': 'directions_run', + 'tags' : ['directions_run'] + }, + { + 'name' : 'directions_subway', + 'ligature': 'directions_subway', + 'tags' : ['directions_subway'] + }, + { + 'name' : 'directions_transit', + 'ligature': 'directions_transit', + 'tags' : ['directions_transit'] + }, + { + 'name' : 'directions_walk', + 'ligature': 'directions_walk', + 'tags' : ['directions_walk'] + }, + { + 'name' : 'directions', + 'ligature': 'directions', + 'tags' : ['directions'] + }, + { + 'name' : 'disc_full', + 'ligature': 'disc_full', + 'tags' : ['disc_full'] + }, + { + 'name' : 'dns', + 'ligature': 'dns', + 'tags' : ['dns'] + }, + { + 'name' : 'dock', + 'ligature': 'dock', + 'tags' : ['dock'] + }, + { + 'name' : 'domain_disabled', + 'ligature': 'domain_disabled', + 'tags' : ['domain_disabled'] + }, + { + 'name' : 'domain', + 'ligature': 'domain', + 'tags' : ['domain'] + }, + { + 'name' : 'done_all', + 'ligature': 'done_all', + 'tags' : ['done_all'] + }, + { + 'name' : 'done_outline', + 'ligature': 'done_outline', + 'tags' : ['done_outline'] + }, + { + 'name' : 'done', + 'ligature': 'done', + 'tags' : ['done'] + }, + { + 'name' : 'donut_large', + 'ligature': 'donut_large', + 'tags' : ['donut_large'] + }, + { + 'name' : 'donut_small', + 'ligature': 'donut_small', + 'tags' : ['donut_small'] + }, + { + 'name' : 'drafts', + 'ligature': 'drafts', + 'tags' : ['drafts'] + }, + { + 'name' : 'drag_handle', + 'ligature': 'drag_handle', + 'tags' : ['drag_handle'] + }, + { + 'name' : 'drag_indicator', + 'ligature': 'drag_indicator', + 'tags' : ['drag_indicator'] + }, + { + 'name' : 'drive_eta', + 'ligature': 'drive_eta', + 'tags' : ['drive_eta'] + }, + { + 'name' : 'duo', + 'ligature': 'duo', + 'tags' : ['duo'] + }, + { + 'name' : 'dvr', + 'ligature': 'dvr', + 'tags' : ['dvr'] + }, + { + 'name' : 'edit_attributes', + 'ligature': 'edit_attributes', + 'tags' : ['edit_attributes'] + }, + { + 'name' : 'edit_location', + 'ligature': 'edit_location', + 'tags' : ['edit_location'] + }, + { + 'name' : 'edit', + 'ligature': 'edit', + 'tags' : ['edit'] + }, + { + 'name' : 'eject', + 'ligature': 'eject', + 'tags' : ['eject'] + }, + { + 'name' : 'email', + 'ligature': 'email', + 'tags' : ['email'] + }, + { + 'name' : 'enhanced_encryption', + 'ligature': 'enhanced_encryption', + 'tags' : ['enhanced_encryption'] + }, + { + 'name' : 'equalizer', + 'ligature': 'equalizer', + 'tags' : ['equalizer'] + }, + { + 'name' : 'error_outline', + 'ligature': 'error_outline', + 'tags' : ['error_outline'] + }, + { + 'name' : 'error', + 'ligature': 'error', + 'tags' : ['error'] + }, + { + 'name' : 'euro_symbol', + 'ligature': 'euro_symbol', + 'tags' : ['euro_symbol'] + }, + { + 'name' : 'ev_station', + 'ligature': 'ev_station', + 'tags' : ['ev_station'] + }, + { + 'name' : 'event_available', + 'ligature': 'event_available', + 'tags' : ['event_available'] + }, + { + 'name' : 'event_busy', + 'ligature': 'event_busy', + 'tags' : ['event_busy'] + }, + { + 'name' : 'event_note', + 'ligature': 'event_note', + 'tags' : ['event_note'] + }, + { + 'name' : 'event_seat', + 'ligature': 'event_seat', + 'tags' : ['event_seat'] + }, + { + 'name' : 'event', + 'ligature': 'event', + 'tags' : ['event'] + }, + { + 'name' : 'exit_to_app', + 'ligature': 'exit_to_app', + 'tags' : ['exit_to_app'] + }, + { + 'name' : 'expand_less', + 'ligature': 'expand_less', + 'tags' : ['expand_less'] + }, + { + 'name' : 'expand_more', + 'ligature': 'expand_more', + 'tags' : ['expand_more'] + }, + { + 'name' : 'explicit', + 'ligature': 'explicit', + 'tags' : ['explicit'] + }, + { + 'name' : 'explore_off', + 'ligature': 'explore_off', + 'tags' : ['explore_off'] + }, + { + 'name' : 'explore', + 'ligature': 'explore', + 'tags' : ['explore'] + }, + { + 'name' : 'exposure_neg_1', + 'ligature': 'exposure_neg_1', + 'tags' : ['exposure_neg_1'] + }, + { + 'name' : 'exposure_neg_2', + 'ligature': 'exposure_neg_2', + 'tags' : ['exposure_neg_2'] + }, + { + 'name' : 'exposure_plus_1', + 'ligature': 'exposure_plus_1', + 'tags' : ['exposure_plus_1'] + }, + { + 'name' : 'exposure_plus_2', + 'ligature': 'exposure_plus_2', + 'tags' : ['exposure_plus_2'] + }, + { + 'name' : 'exposure_zero', + 'ligature': 'exposure_zero', + 'tags' : ['exposure_zero'] + }, + { + 'name' : 'exposure', + 'ligature': 'exposure', + 'tags' : ['exposure'] + }, + { + 'name' : 'extension', + 'ligature': 'extension', + 'tags' : ['extension'] + }, + { + 'name' : 'face', + 'ligature': 'face', + 'tags' : ['face'] + }, + { + 'name' : 'fast_forward', + 'ligature': 'fast_forward', + 'tags' : ['fast_forward'] + }, + { + 'name' : 'fast_rewind', + 'ligature': 'fast_rewind', + 'tags' : ['fast_rewind'] + }, + { + 'name' : 'fastfood', + 'ligature': 'fastfood', + 'tags' : ['fastfood'] + }, + { + 'name' : 'favorite_border', + 'ligature': 'favorite_border', + 'tags' : ['favorite_border'] + }, + { + 'name' : 'favorite', + 'ligature': 'favorite', + 'tags' : ['favorite'] + }, + { + 'name' : 'featured_play_list', + 'ligature': 'featured_play_list', + 'tags' : ['featured_play_list'] + }, + { + 'name' : 'featured_video', + 'ligature': 'featured_video', + 'tags' : ['featured_video'] + }, + { + 'name' : 'feedback', + 'ligature': 'feedback', + 'tags' : ['feedback'] + }, + { + 'name' : 'fiber_dvr', + 'ligature': 'fiber_dvr', + 'tags' : ['fiber_dvr'] + }, + { + 'name' : 'fiber_manual_record', + 'ligature': 'fiber_manual_record', + 'tags' : ['fiber_manual_record'] + }, + { + 'name' : 'fiber_new', + 'ligature': 'fiber_new', + 'tags' : ['fiber_new'] + }, + { + 'name' : 'fiber_pin', + 'ligature': 'fiber_pin', + 'tags' : ['fiber_pin'] + }, + { + 'name' : 'fiber_smart_record', + 'ligature': 'fiber_smart_record', + 'tags' : ['fiber_smart_record'] + }, + { + 'name' : 'file_copy', + 'ligature': 'file_copy', + 'tags' : ['file_copy'] + }, + { + 'name' : 'filter_1', + 'ligature': 'filter_1', + 'tags' : ['filter_1'] + }, + { + 'name' : 'filter_2', + 'ligature': 'filter_2', + 'tags' : ['filter_2'] + }, + { + 'name' : 'filter_3', + 'ligature': 'filter_3', + 'tags' : ['filter_3'] + }, + { + 'name' : 'filter_4', + 'ligature': 'filter_4', + 'tags' : ['filter_4'] + }, + { + 'name' : 'filter_5', + 'ligature': 'filter_5', + 'tags' : ['filter_5'] + }, + { + 'name' : 'filter_6', + 'ligature': 'filter_6', + 'tags' : ['filter_6'] + }, + { + 'name' : 'filter_7', + 'ligature': 'filter_7', + 'tags' : ['filter_7'] + }, + { + 'name' : 'filter_8', + 'ligature': 'filter_8', + 'tags' : ['filter_8'] + }, + { + 'name' : 'filter_9_plus', + 'ligature': 'filter_9_plus', + 'tags' : ['filter_9_plus'] + }, + { + 'name' : 'filter_9', + 'ligature': 'filter_9', + 'tags' : ['filter_9'] + }, + { + 'name' : 'filter_b_and_w', + 'ligature': 'filter_b_and_w', + 'tags' : ['filter_b_and_w'] + }, + { + 'name' : 'filter_center_focus', + 'ligature': 'filter_center_focus', + 'tags' : ['filter_center_focus'] + }, + { + 'name' : 'filter_drama', + 'ligature': 'filter_drama', + 'tags' : ['filter_drama'] + }, + { + 'name' : 'filter_frames', + 'ligature': 'filter_frames', + 'tags' : ['filter_frames'] + }, + { + 'name' : 'filter_hdr', + 'ligature': 'filter_hdr', + 'tags' : ['filter_hdr'] + }, + { + 'name' : 'filter_list', + 'ligature': 'filter_list', + 'tags' : ['filter_list'] + }, + { + 'name' : 'filter_none', + 'ligature': 'filter_none', + 'tags' : ['filter_none'] + }, + { + 'name' : 'filter_tilt_shift', + 'ligature': 'filter_tilt_shift', + 'tags' : ['filter_tilt_shift'] + }, + { + 'name' : 'filter_vintage', + 'ligature': 'filter_vintage', + 'tags' : ['filter_vintage'] + }, + { + 'name' : 'filter', + 'ligature': 'filter', + 'tags' : ['filter'] + }, + { + 'name' : 'find_in_page', + 'ligature': 'find_in_page', + 'tags' : ['find_in_page'] + }, + { + 'name' : 'find_replace', + 'ligature': 'find_replace', + 'tags' : ['find_replace'] + }, + { + 'name' : 'fingerprint', + 'ligature': 'fingerprint', + 'tags' : ['fingerprint'] + }, + { + 'name' : 'first_page', + 'ligature': 'first_page', + 'tags' : ['first_page'] + }, + { + 'name' : 'fitness_center', + 'ligature': 'fitness_center', + 'tags' : ['fitness_center'] + }, + { + 'name' : 'flag', + 'ligature': 'flag', + 'tags' : ['flag'] + }, + { + 'name' : 'flare', + 'ligature': 'flare', + 'tags' : ['flare'] + }, + { + 'name' : 'flash_auto', + 'ligature': 'flash_auto', + 'tags' : ['flash_auto'] + }, + { + 'name' : 'flash_off', + 'ligature': 'flash_off', + 'tags' : ['flash_off'] + }, + { + 'name' : 'flash_on', + 'ligature': 'flash_on', + 'tags' : ['flash_on'] + }, + { + 'name' : 'flight_land', + 'ligature': 'flight_land', + 'tags' : ['flight_land'] + }, + { + 'name' : 'flight_takeoff', + 'ligature': 'flight_takeoff', + 'tags' : ['flight_takeoff'] + }, + { + 'name' : 'flight', + 'ligature': 'flight', + 'tags' : ['flight'] + }, + { + 'name' : 'flip_to_back', + 'ligature': 'flip_to_back', + 'tags' : ['flip_to_back'] + }, + { + 'name' : 'flip_to_front', + 'ligature': 'flip_to_front', + 'tags' : ['flip_to_front'] + }, + { + 'name' : 'flip', + 'ligature': 'flip', + 'tags' : ['flip'] + }, + { + 'name' : 'folder_open', + 'ligature': 'folder_open', + 'tags' : ['folder_open'] + }, + { + 'name' : 'folder_shared', + 'ligature': 'folder_shared', + 'tags' : ['folder_shared'] + }, + { + 'name' : 'folder_special', + 'ligature': 'folder_special', + 'tags' : ['folder_special'] + }, + { + 'name' : 'folder', + 'ligature': 'folder', + 'tags' : ['folder'] + }, + { + 'name' : 'font_download', + 'ligature': 'font_download', + 'tags' : ['font_download'] + }, + { + 'name' : 'format_align_center', + 'ligature': 'format_align_center', + 'tags' : ['format_align_center'] + }, + { + 'name' : 'format_align_justify', + 'ligature': 'format_align_justify', + 'tags' : ['format_align_justify'] + }, + { + 'name' : 'format_align_left', + 'ligature': 'format_align_left', + 'tags' : ['format_align_left'] + }, + { + 'name' : 'format_align_right', + 'ligature': 'format_align_right', + 'tags' : ['format_align_right'] + }, + { + 'name' : 'format_bold', + 'ligature': 'format_bold', + 'tags' : ['format_bold'] + }, + { + 'name' : 'format_clear', + 'ligature': 'format_clear', + 'tags' : ['format_clear'] + }, + { + 'name' : 'format_color_reset', + 'ligature': 'format_color_reset', + 'tags' : ['format_color_reset'] + }, + { + 'name' : 'format_indent_decrease', + 'ligature': 'format_indent_decrease', + 'tags' : ['format_indent_decrease'] + }, + { + 'name' : 'format_indent_increase', + 'ligature': 'format_indent_increase', + 'tags' : ['format_indent_increase'] + }, + { + 'name' : 'format_italic', + 'ligature': 'format_italic', + 'tags' : ['format_italic'] + }, + { + 'name' : 'format_line_spacing', + 'ligature': 'format_line_spacing', + 'tags' : ['format_line_spacing'] + }, + { + 'name' : 'format_list_bulleted', + 'ligature': 'format_list_bulleted', + 'tags' : ['format_list_bulleted'] + }, + { + 'name' : 'format_list_numbered_rtl', + 'ligature': 'format_list_numbered_rtl', + 'tags' : ['format_list_numbered_rtl'] + }, + { + 'name' : 'format_list_numbered', + 'ligature': 'format_list_numbered', + 'tags' : ['format_list_numbered'] + }, + { + 'name' : 'format_paint', + 'ligature': 'format_paint', + 'tags' : ['format_paint'] + }, + { + 'name' : 'format_quote', + 'ligature': 'format_quote', + 'tags' : ['format_quote'] + }, + { + 'name' : 'format_shapes', + 'ligature': 'format_shapes', + 'tags' : ['format_shapes'] + }, + { + 'name' : 'format_size', + 'ligature': 'format_size', + 'tags' : ['format_size'] + }, + { + 'name' : 'format_strikethrough', + 'ligature': 'format_strikethrough', + 'tags' : ['format_strikethrough'] + }, + { + 'name' : 'format_textdirection_l_to_r', + 'ligature': 'format_textdirection_l_to_r', + 'tags' : ['format_textdirection_l_to_r'] + }, + { + 'name' : 'format_textdirection_r_to_l', + 'ligature': 'format_textdirection_r_to_l', + 'tags' : ['format_textdirection_r_to_l'] + }, + { + 'name' : 'format_underlined', + 'ligature': 'format_underlined', + 'tags' : ['format_underlined'] + }, + { + 'name' : 'forum', + 'ligature': 'forum', + 'tags' : ['forum'] + }, + { + 'name' : 'forward_5', + 'ligature': 'forward_5', + 'tags' : ['forward_5'] + }, + { + 'name' : 'forward_10', + 'ligature': 'forward_10', + 'tags' : ['forward_10'] + }, + { + 'name' : 'forward_30', + 'ligature': 'forward_30', + 'tags' : ['forward_30'] + }, + { + 'name' : 'forward', + 'ligature': 'forward', + 'tags' : ['forward'] + }, + { + 'name' : 'free_breakfast', + 'ligature': 'free_breakfast', + 'tags' : ['free_breakfast'] + }, + { + 'name' : 'fullscreen_exit', + 'ligature': 'fullscreen_exit', + 'tags' : ['fullscreen_exit'] + }, + { + 'name' : 'fullscreen', + 'ligature': 'fullscreen', + 'tags' : ['fullscreen'] + }, + { + 'name' : 'functions', + 'ligature': 'functions', + 'tags' : ['functions'] + }, + { + 'name' : 'g_translate', + 'ligature': 'g_translate', + 'tags' : ['g_translate'] + }, + { + 'name' : 'gamepad', + 'ligature': 'gamepad', + 'tags' : ['gamepad'] + }, + { + 'name' : 'games', + 'ligature': 'games', + 'tags' : ['games'] + }, + { + 'name' : 'gavel', + 'ligature': 'gavel', + 'tags' : ['gavel'] + }, + { + 'name' : 'gesture', + 'ligature': 'gesture', + 'tags' : ['gesture'] + }, + { + 'name' : 'get_app', + 'ligature': 'get_app', + 'tags' : ['get_app'] + }, + { + 'name' : 'gif', + 'ligature': 'gif', + 'tags' : ['gif'] + }, + { + 'name' : 'golf_course', + 'ligature': 'golf_course', + 'tags' : ['golf_course'] + }, + { + 'name' : 'gps_fixed', + 'ligature': 'gps_fixed', + 'tags' : ['gps_fixed'] + }, + { + 'name' : 'gps_not_fixed', + 'ligature': 'gps_not_fixed', + 'tags' : ['gps_not_fixed'] + }, + { + 'name' : 'gps_off', + 'ligature': 'gps_off', + 'tags' : ['gps_off'] + }, + { + 'name' : 'grade', + 'ligature': 'grade', + 'tags' : ['grade'] + }, + { + 'name' : 'gradient', + 'ligature': 'gradient', + 'tags' : ['gradient'] + }, + { + 'name' : 'grain', + 'ligature': 'grain', + 'tags' : ['grain'] + }, + { + 'name' : 'graphic_eq', + 'ligature': 'graphic_eq', + 'tags' : ['graphic_eq'] + }, + { + 'name' : 'grid_off', + 'ligature': 'grid_off', + 'tags' : ['grid_off'] + }, + { + 'name' : 'grid_on', + 'ligature': 'grid_on', + 'tags' : ['grid_on'] + }, + { + 'name' : 'group_add', + 'ligature': 'group_add', + 'tags' : ['group_add'] + }, + { + 'name' : 'group_work', + 'ligature': 'group_work', + 'tags' : ['group_work'] + }, + { + 'name' : 'group', + 'ligature': 'group', + 'tags' : ['group'] + }, + { + 'name' : 'hd', + 'ligature': 'hd', + 'tags' : ['hd'] + }, + { + 'name' : 'hdr_off', + 'ligature': 'hdr_off', + 'tags' : ['hdr_off'] + }, + { + 'name' : 'hdr_on', + 'ligature': 'hdr_on', + 'tags' : ['hdr_on'] + }, + { + 'name' : 'hdr_strong', + 'ligature': 'hdr_strong', + 'tags' : ['hdr_strong'] + }, + { + 'name' : 'hdr_weak', + 'ligature': 'hdr_weak', + 'tags' : ['hdr_weak'] + }, + { + 'name' : 'headset_mic', + 'ligature': 'headset_mic', + 'tags' : ['headset_mic'] + }, + { + 'name' : 'headset', + 'ligature': 'headset', + 'tags' : ['headset'] + }, + { + 'name' : 'healing', + 'ligature': 'healing', + 'tags' : ['healing'] + }, + { + 'name' : 'hearing', + 'ligature': 'hearing', + 'tags' : ['hearing'] + }, + { + 'name' : 'help_outline', + 'ligature': 'help_outline', + 'tags' : ['help_outline'] + }, + { + 'name' : 'help', + 'ligature': 'help', + 'tags' : ['help'] + }, + { + 'name' : 'high_quality', + 'ligature': 'high_quality', + 'tags' : ['high_quality'] + }, + { + 'name' : 'highlight_off', + 'ligature': 'highlight_off', + 'tags' : ['highlight_off'] + }, + { + 'name' : 'highlight', + 'ligature': 'highlight', + 'tags' : ['highlight'] + }, + { + 'name' : 'history', + 'ligature': 'history', + 'tags' : ['history'] + }, + { + 'name' : 'home', + 'ligature': 'home', + 'tags' : ['home'] + }, + { + 'name' : 'horizontal_split', + 'ligature': 'horizontal_split', + 'tags' : ['horizontal_split'] + }, + { + 'name' : 'hot_tub', + 'ligature': 'hot_tub', + 'tags' : ['hot_tub'] + }, + { + 'name' : 'hotel', + 'ligature': 'hotel', + 'tags' : ['hotel'] + }, + { + 'name' : 'hourglass_empty', + 'ligature': 'hourglass_empty', + 'tags' : ['hourglass_empty'] + }, + { + 'name' : 'hourglass_full', + 'ligature': 'hourglass_full', + 'tags' : ['hourglass_full'] + }, + { + 'name' : 'how_to_reg', + 'ligature': 'how_to_reg', + 'tags' : ['how_to_reg'] + }, + { + 'name' : 'how_to_vote', + 'ligature': 'how_to_vote', + 'tags' : ['how_to_vote'] + }, + { + 'name' : 'http', + 'ligature': 'http', + 'tags' : ['http'] + }, + { + 'name' : 'https', + 'ligature': 'https', + 'tags' : ['https'] + }, + { + 'name' : 'image_aspect_ratio', + 'ligature': 'image_aspect_ratio', + 'tags' : ['image_aspect_ratio'] + }, + { + 'name' : 'image_search', + 'ligature': 'image_search', + 'tags' : ['image_search'] + }, + { + 'name' : 'image', + 'ligature': 'image', + 'tags' : ['image'] + }, + { + 'name' : 'import_contacts', + 'ligature': 'import_contacts', + 'tags' : ['import_contacts'] + }, + { + 'name' : 'import_export', + 'ligature': 'import_export', + 'tags' : ['import_export'] + }, + { + 'name' : 'important_devices', + 'ligature': 'important_devices', + 'tags' : ['important_devices'] + }, + { + 'name' : 'inbox', + 'ligature': 'inbox', + 'tags' : ['inbox'] + }, + { + 'name' : 'indeterminate_check_box', + 'ligature': 'indeterminate_check_box', + 'tags' : ['indeterminate_check_box'] + }, + { + 'name' : 'info', + 'ligature': 'info', + 'tags' : ['info'] + }, + { + 'name' : 'input', + 'ligature': 'input', + 'tags' : ['input'] + }, + { + 'name' : 'insert_chart_outlined', + 'ligature': 'insert_chart_outlined', + 'tags' : ['insert_chart_outlined'] + }, + { + 'name' : 'insert_chart', + 'ligature': 'insert_chart', + 'tags' : ['insert_chart'] + }, + { + 'name' : 'insert_comment', + 'ligature': 'insert_comment', + 'tags' : ['insert_comment'] + }, + { + 'name' : 'insert_drive_file', + 'ligature': 'insert_drive_file', + 'tags' : ['insert_drive_file'] + }, + { + 'name' : 'insert_emoticon', + 'ligature': 'insert_emoticon', + 'tags' : ['insert_emoticon'] + }, + { + 'name' : 'insert_invitation', + 'ligature': 'insert_invitation', + 'tags' : ['insert_invitation'] + }, + { + 'name' : 'insert_link', + 'ligature': 'insert_link', + 'tags' : ['insert_link'] + }, + { + 'name' : 'insert_photo', + 'ligature': 'insert_photo', + 'tags' : ['insert_photo'] + }, + { + 'name' : 'invert_colors_off', + 'ligature': 'invert_colors_off', + 'tags' : ['invert_colors_off'] + }, + { + 'name' : 'invert_colors', + 'ligature': 'invert_colors', + 'tags' : ['invert_colors'] + }, + { + 'name' : 'iso', + 'ligature': 'iso', + 'tags' : ['iso'] + }, + { + 'name' : 'keyboard_arrow_down', + 'ligature': 'keyboard_arrow_down', + 'tags' : ['keyboard_arrow_down'] + }, + { + 'name' : 'keyboard_arrow_left', + 'ligature': 'keyboard_arrow_left', + 'tags' : ['keyboard_arrow_left'] + }, + { + 'name' : 'keyboard_arrow_right', + 'ligature': 'keyboard_arrow_right', + 'tags' : ['keyboard_arrow_right'] + }, + { + 'name' : 'keyboard_arrow_up', + 'ligature': 'keyboard_arrow_up', + 'tags' : ['keyboard_arrow_up'] + }, + { + 'name' : 'keyboard_backspace', + 'ligature': 'keyboard_backspace', + 'tags' : ['keyboard_backspace'] + }, + { + 'name' : 'keyboard_capslock', + 'ligature': 'keyboard_capslock', + 'tags' : ['keyboard_capslock'] + }, + { + 'name' : 'keyboard_hide', + 'ligature': 'keyboard_hide', + 'tags' : ['keyboard_hide'] + }, + { + 'name' : 'keyboard_return', + 'ligature': 'keyboard_return', + 'tags' : ['keyboard_return'] + }, + { + 'name' : 'keyboard_tab', + 'ligature': 'keyboard_tab', + 'tags' : ['keyboard_tab'] + }, + { + 'name' : 'keyboard_voice', + 'ligature': 'keyboard_voice', + 'tags' : ['keyboard_voice'] + }, + { + 'name' : 'keyboard', + 'ligature': 'keyboard', + 'tags' : ['keyboard'] + }, + { + 'name' : 'kitchen', + 'ligature': 'kitchen', + 'tags' : ['kitchen'] + }, + { + 'name' : 'label_important', + 'ligature': 'label_important', + 'tags' : ['label_important'] + }, + { + 'name' : 'label_off', + 'ligature': 'label_off', + 'tags' : ['label_off'] + }, + { + 'name' : 'label', + 'ligature': 'label', + 'tags' : ['label'] + }, + { + 'name' : 'landscape', + 'ligature': 'landscape', + 'tags' : ['landscape'] + }, + { + 'name' : 'language', + 'ligature': 'language', + 'tags' : ['language'] + }, + { + 'name' : 'laptop_chromebook', + 'ligature': 'laptop_chromebook', + 'tags' : ['laptop_chromebook'] + }, + { + 'name' : 'laptop_mac', + 'ligature': 'laptop_mac', + 'tags' : ['laptop_mac'] + }, + { + 'name' : 'laptop_windows', + 'ligature': 'laptop_windows', + 'tags' : ['laptop_windows'] + }, + { + 'name' : 'laptop', + 'ligature': 'laptop', + 'tags' : ['laptop'] + }, + { + 'name' : 'last_page', + 'ligature': 'last_page', + 'tags' : ['last_page'] + }, + { + 'name' : 'launch', + 'ligature': 'launch', + 'tags' : ['launch'] + }, + { + 'name' : 'layers_clear', + 'ligature': 'layers_clear', + 'tags' : ['layers_clear'] + }, + { + 'name' : 'layers', + 'ligature': 'layers', + 'tags' : ['layers'] + }, + { + 'name' : 'leak_add', + 'ligature': 'leak_add', + 'tags' : ['leak_add'] + }, + { + 'name' : 'leak_remove', + 'ligature': 'leak_remove', + 'tags' : ['leak_remove'] + }, + { + 'name' : 'lens', + 'ligature': 'lens', + 'tags' : ['lens'] + }, + { + 'name' : 'library_add', + 'ligature': 'library_add', + 'tags' : ['library_add'] + }, + { + 'name' : 'library_books', + 'ligature': 'library_books', + 'tags' : ['library_books'] + }, + { + 'name' : 'library_music', + 'ligature': 'library_music', + 'tags' : ['library_music'] + }, + { + 'name' : 'line_style', + 'ligature': 'line_style', + 'tags' : ['line_style'] + }, + { + 'name' : 'line_weight', + 'ligature': 'line_weight', + 'tags' : ['line_weight'] + }, + { + 'name' : 'linear_scale', + 'ligature': 'linear_scale', + 'tags' : ['linear_scale'] + }, + { + 'name' : 'link_off', + 'ligature': 'link_off', + 'tags' : ['link_off'] + }, + { + 'name' : 'link', + 'ligature': 'link', + 'tags' : ['link'] + }, + { + 'name' : 'linked_camera', + 'ligature': 'linked_camera', + 'tags' : ['linked_camera'] + }, + { + 'name' : 'list_alt', + 'ligature': 'list_alt', + 'tags' : ['list_alt'] + }, + { + 'name' : 'list', + 'ligature': 'list', + 'tags' : ['list'] + }, + { + 'name' : 'live_help', + 'ligature': 'live_help', + 'tags' : ['live_help'] + }, + { + 'name' : 'live_tv', + 'ligature': 'live_tv', + 'tags' : ['live_tv'] + }, + { + 'name' : 'local_activity', + 'ligature': 'local_activity', + 'tags' : ['local_activity'] + }, + { + 'name' : 'local_airport', + 'ligature': 'local_airport', + 'tags' : ['local_airport'] + }, + { + 'name' : 'local_atm', + 'ligature': 'local_atm', + 'tags' : ['local_atm'] + }, + { + 'name' : 'local_bar', + 'ligature': 'local_bar', + 'tags' : ['local_bar'] + }, + { + 'name' : 'local_cafe', + 'ligature': 'local_cafe', + 'tags' : ['local_cafe'] + }, + { + 'name' : 'local_car_wash', + 'ligature': 'local_car_wash', + 'tags' : ['local_car_wash'] + }, + { + 'name' : 'local_convenience_store', + 'ligature': 'local_convenience_store', + 'tags' : ['local_convenience_store'] + }, + { + 'name' : 'local_dining', + 'ligature': 'local_dining', + 'tags' : ['local_dining'] + }, + { + 'name' : 'local_drink', + 'ligature': 'local_drink', + 'tags' : ['local_drink'] + }, + { + 'name' : 'local_florist', + 'ligature': 'local_florist', + 'tags' : ['local_florist'] + }, + { + 'name' : 'local_gas_station', + 'ligature': 'local_gas_station', + 'tags' : ['local_gas_station'] + }, + { + 'name' : 'local_grocery_store', + 'ligature': 'local_grocery_store', + 'tags' : ['local_grocery_store'] + }, + { + 'name' : 'local_hospital', + 'ligature': 'local_hospital', + 'tags' : ['local_hospital'] + }, + { + 'name' : 'local_hotel', + 'ligature': 'local_hotel', + 'tags' : ['local_hotel'] + }, + { + 'name' : 'local_laundry_service', + 'ligature': 'local_laundry_service', + 'tags' : ['local_laundry_service'] + }, + { + 'name' : 'local_library', + 'ligature': 'local_library', + 'tags' : ['local_library'] + }, + { + 'name' : 'local_mall', + 'ligature': 'local_mall', + 'tags' : ['local_mall'] + }, + { + 'name' : 'local_movies', + 'ligature': 'local_movies', + 'tags' : ['local_movies'] + }, + { + 'name' : 'local_offer', + 'ligature': 'local_offer', + 'tags' : ['local_offer'] + }, + { + 'name' : 'local_parking', + 'ligature': 'local_parking', + 'tags' : ['local_parking'] + }, + { + 'name' : 'local_pharmacy', + 'ligature': 'local_pharmacy', + 'tags' : ['local_pharmacy'] + }, + { + 'name' : 'local_phone', + 'ligature': 'local_phone', + 'tags' : ['local_phone'] + }, + { + 'name' : 'local_pizza', + 'ligature': 'local_pizza', + 'tags' : ['local_pizza'] + }, + { + 'name' : 'local_play', + 'ligature': 'local_play', + 'tags' : ['local_play'] + }, + { + 'name' : 'local_post_office', + 'ligature': 'local_post_office', + 'tags' : ['local_post_office'] + }, + { + 'name' : 'local_printshop', + 'ligature': 'local_printshop', + 'tags' : ['local_printshop'] + }, + { + 'name' : 'local_see', + 'ligature': 'local_see', + 'tags' : ['local_see'] + }, + { + 'name' : 'local_shipping', + 'ligature': 'local_shipping', + 'tags' : ['local_shipping'] + }, + { + 'name' : 'local_taxi', + 'ligature': 'local_taxi', + 'tags' : ['local_taxi'] + }, + { + 'name' : 'location_city', + 'ligature': 'location_city', + 'tags' : ['location_city'] + }, + { + 'name' : 'location_disabled', + 'ligature': 'location_disabled', + 'tags' : ['location_disabled'] + }, + { + 'name' : 'location_off', + 'ligature': 'location_off', + 'tags' : ['location_off'] + }, + { + 'name' : 'location_on', + 'ligature': 'location_on', + 'tags' : ['location_on'] + }, + { + 'name' : 'location_searching', + 'ligature': 'location_searching', + 'tags' : ['location_searching'] + }, + { + 'name' : 'lock_open', + 'ligature': 'lock_open', + 'tags' : ['lock_open'] + }, + { + 'name' : 'lock', + 'ligature': 'lock', + 'tags' : ['lock'] + }, + { + 'name' : 'looks_3', + 'ligature': 'looks_3', + 'tags' : ['looks_3'] + }, + { + 'name' : 'looks_4', + 'ligature': 'looks_4', + 'tags' : ['looks_4'] + }, + { + 'name' : 'looks_5', + 'ligature': 'looks_5', + 'tags' : ['looks_5'] + }, + { + 'name' : 'looks_6', + 'ligature': 'looks_6', + 'tags' : ['looks_6'] + }, + { + 'name' : 'looks_one', + 'ligature': 'looks_one', + 'tags' : ['looks_one'] + }, + { + 'name' : 'looks_two', + 'ligature': 'looks_two', + 'tags' : ['looks_two'] + }, + { + 'name' : 'looks', + 'ligature': 'looks', + 'tags' : ['looks'] + }, + { + 'name' : 'loop', + 'ligature': 'loop', + 'tags' : ['loop'] + }, + { + 'name' : 'loupe', + 'ligature': 'loupe', + 'tags' : ['loupe'] + }, + { + 'name' : 'low_priority', + 'ligature': 'low_priority', + 'tags' : ['low_priority'] + }, + { + 'name' : 'loyalty', + 'ligature': 'loyalty', + 'tags' : ['loyalty'] + }, + { + 'name' : 'mail_outline', + 'ligature': 'mail_outline', + 'tags' : ['mail_outline'] + }, + { + 'name' : 'mail', + 'ligature': 'mail', + 'tags' : ['mail'] + }, + { + 'name' : 'map', + 'ligature': 'map', + 'tags' : ['map'] + }, + { + 'name' : 'markunread_mailbox', + 'ligature': 'markunread_mailbox', + 'tags' : ['markunread_mailbox'] + }, + { + 'name' : 'markunread', + 'ligature': 'markunread', + 'tags' : ['markunread'] + }, + { + 'name' : 'maximize', + 'ligature': 'maximize', + 'tags' : ['maximize'] + }, + { + 'name' : 'meeting_room', + 'ligature': 'meeting_room', + 'tags' : ['meeting_room'] + }, + { + 'name' : 'memory', + 'ligature': 'memory', + 'tags' : ['memory'] + }, + { + 'name' : 'menu', + 'ligature': 'menu', + 'tags' : ['menu'] + }, + { + 'name' : 'merge_type', + 'ligature': 'merge_type', + 'tags' : ['merge_type'] + }, + { + 'name' : 'message', + 'ligature': 'message', + 'tags' : ['message'] + }, + { + 'name' : 'mic_none', + 'ligature': 'mic_none', + 'tags' : ['mic_none'] + }, + { + 'name' : 'mic_off', + 'ligature': 'mic_off', + 'tags' : ['mic_off'] + }, + { + 'name' : 'mic', + 'ligature': 'mic', + 'tags' : ['mic'] + }, + { + 'name' : 'minimize', + 'ligature': 'minimize', + 'tags' : ['minimize'] + }, + { + 'name' : 'missed_video_call', + 'ligature': 'missed_video_call', + 'tags' : ['missed_video_call'] + }, + { + 'name' : 'mms', + 'ligature': 'mms', + 'tags' : ['mms'] + }, + { + 'name' : 'mobile_friendly', + 'ligature': 'mobile_friendly', + 'tags' : ['mobile_friendly'] + }, + { + 'name' : 'mobile_off', + 'ligature': 'mobile_off', + 'tags' : ['mobile_off'] + }, + { + 'name' : 'mobile_screen_share', + 'ligature': 'mobile_screen_share', + 'tags' : ['mobile_screen_share'] + }, + { + 'name' : 'mode_comment', + 'ligature': 'mode_comment', + 'tags' : ['mode_comment'] + }, + { + 'name' : 'monetization_on', + 'ligature': 'monetization_on', + 'tags' : ['monetization_on'] + }, + { + 'name' : 'money_off', + 'ligature': 'money_off', + 'tags' : ['money_off'] + }, + { + 'name' : 'money', + 'ligature': 'money', + 'tags' : ['money'] + }, + { + 'name' : 'monochrome_photos', + 'ligature': 'monochrome_photos', + 'tags' : ['monochrome_photos'] + }, + { + 'name' : 'mood_bad', + 'ligature': 'mood_bad', + 'tags' : ['mood_bad'] + }, + { + 'name' : 'mood', + 'ligature': 'mood', + 'tags' : ['mood'] + }, + { + 'name' : 'more_horiz', + 'ligature': 'more_horiz', + 'tags' : ['more_horiz'] + }, + { + 'name' : 'more_vert', + 'ligature': 'more_vert', + 'tags' : ['more_vert'] + }, + { + 'name' : 'more', + 'ligature': 'more', + 'tags' : ['more'] + }, + { + 'name' : 'motorcycle', + 'ligature': 'motorcycle', + 'tags' : ['motorcycle'] + }, + { + 'name' : 'mouse', + 'ligature': 'mouse', + 'tags' : ['mouse'] + }, + { + 'name' : 'move_to_inbox', + 'ligature': 'move_to_inbox', + 'tags' : ['move_to_inbox'] + }, + { + 'name' : 'movie_creation', + 'ligature': 'movie_creation', + 'tags' : ['movie_creation'] + }, + { + 'name' : 'movie_filter', + 'ligature': 'movie_filter', + 'tags' : ['movie_filter'] + }, + { + 'name' : 'movie', + 'ligature': 'movie', + 'tags' : ['movie'] + }, + { + 'name' : 'multiline_chart', + 'ligature': 'multiline_chart', + 'tags' : ['multiline_chart'] + }, + { + 'name' : 'music_note', + 'ligature': 'music_note', + 'tags' : ['music_note'] + }, + { + 'name' : 'music_off', + 'ligature': 'music_off', + 'tags' : ['music_off'] + }, + { + 'name' : 'music_video', + 'ligature': 'music_video', + 'tags' : ['music_video'] + }, + { + 'name' : 'my_location', + 'ligature': 'my_location', + 'tags' : ['my_location'] + }, + { + 'name' : 'nature_people', + 'ligature': 'nature_people', + 'tags' : ['nature_people'] + }, + { + 'name' : 'nature', + 'ligature': 'nature', + 'tags' : ['nature'] + }, + { + 'name' : 'navigate_before', + 'ligature': 'navigate_before', + 'tags' : ['navigate_before'] + }, + { + 'name' : 'navigate_next', + 'ligature': 'navigate_next', + 'tags' : ['navigate_next'] + }, + { + 'name' : 'navigation', + 'ligature': 'navigation', + 'tags' : ['navigation'] + }, + { + 'name' : 'near_me', + 'ligature': 'near_me', + 'tags' : ['near_me'] + }, + { + 'name' : 'network_check', + 'ligature': 'network_check', + 'tags' : ['network_check'] + }, + { + 'name' : 'network_locked', + 'ligature': 'network_locked', + 'tags' : ['network_locked'] + }, + { + 'name' : 'new_releases', + 'ligature': 'new_releases', + 'tags' : ['new_releases'] + }, + { + 'name' : 'next_week', + 'ligature': 'next_week', + 'tags' : ['next_week'] + }, + { + 'name' : 'nfc', + 'ligature': 'nfc', + 'tags' : ['nfc'] + }, + { + 'name' : 'no_encryption', + 'ligature': 'no_encryption', + 'tags' : ['no_encryption'] + }, + { + 'name' : 'no_meeting_room', + 'ligature': 'no_meeting_room', + 'tags' : ['no_meeting_room'] + }, + { + 'name' : 'no_sim', + 'ligature': 'no_sim', + 'tags' : ['no_sim'] + }, + { + 'name' : 'not_interested', + 'ligature': 'not_interested', + 'tags' : ['not_interested'] + }, + { + 'name' : 'not_listed_location', + 'ligature': 'not_listed_location', + 'tags' : ['not_listed_location'] + }, + { + 'name' : 'note_add', + 'ligature': 'note_add', + 'tags' : ['note_add'] + }, + { + 'name' : 'note', + 'ligature': 'note', + 'tags' : ['note'] + }, + { + 'name' : 'notes', + 'ligature': 'notes', + 'tags' : ['notes'] + }, + { + 'name' : 'notification_important', + 'ligature': 'notification_important', + 'tags' : ['notification_important'] + }, + { + 'name' : 'notifications_active', + 'ligature': 'notifications_active', + 'tags' : ['notifications_active'] + }, + { + 'name' : 'notifications_none', + 'ligature': 'notifications_none', + 'tags' : ['notifications_none'] + }, + { + 'name' : 'notifications_off', + 'ligature': 'notifications_off', + 'tags' : ['notifications_off'] + }, + { + 'name' : 'notifications_paused', + 'ligature': 'notifications_paused', + 'tags' : ['notifications_paused'] + }, + { + 'name' : 'notifications', + 'ligature': 'notifications', + 'tags' : ['notifications'] + }, + { + 'name' : 'offline_bolt', + 'ligature': 'offline_bolt', + 'tags' : ['offline_bolt'] + }, + { + 'name' : 'offline_pin', + 'ligature': 'offline_pin', + 'tags' : ['offline_pin'] + }, + { + 'name' : 'ondemand_video', + 'ligature': 'ondemand_video', + 'tags' : ['ondemand_video'] + }, + { + 'name' : 'opacity', + 'ligature': 'opacity', + 'tags' : ['opacity'] + }, + { + 'name' : 'open_in_browser', + 'ligature': 'open_in_browser', + 'tags' : ['open_in_browser'] + }, + { + 'name' : 'open_in_new', + 'ligature': 'open_in_new', + 'tags' : ['open_in_new'] + }, + { + 'name' : 'open_with', + 'ligature': 'open_with', + 'tags' : ['open_with'] + }, + { + 'name' : 'outlined_flag', + 'ligature': 'outlined_flag', + 'tags' : ['outlined_flag'] + }, + { + 'name' : 'pages', + 'ligature': 'pages', + 'tags' : ['pages'] + }, + { + 'name' : 'pageview', + 'ligature': 'pageview', + 'tags' : ['pageview'] + }, + { + 'name' : 'palette', + 'ligature': 'palette', + 'tags' : ['palette'] + }, + { + 'name' : 'pan_tool', + 'ligature': 'pan_tool', + 'tags' : ['pan_tool'] + }, + { + 'name' : 'panorama_fish_eye', + 'ligature': 'panorama_fish_eye', + 'tags' : ['panorama_fish_eye'] + }, + { + 'name' : 'panorama_horizontal', + 'ligature': 'panorama_horizontal', + 'tags' : ['panorama_horizontal'] + }, + { + 'name' : 'panorama_vertical', + 'ligature': 'panorama_vertical', + 'tags' : ['panorama_vertical'] + }, + { + 'name' : 'panorama_wide_angle', + 'ligature': 'panorama_wide_angle', + 'tags' : ['panorama_wide_angle'] + }, + { + 'name' : 'panorama', + 'ligature': 'panorama', + 'tags' : ['panorama'] + }, + { + 'name' : 'party_mode', + 'ligature': 'party_mode', + 'tags' : ['party_mode'] + }, + { + 'name' : 'pause_circle_filled', + 'ligature': 'pause_circle_filled', + 'tags' : ['pause_circle_filled'] + }, + { + 'name' : 'pause_circle_outline', + 'ligature': 'pause_circle_outline', + 'tags' : ['pause_circle_outline'] + }, + { + 'name' : 'pause_presentation', + 'ligature': 'pause_presentation', + 'tags' : ['pause_presentation'] + }, + { + 'name' : 'pause', + 'ligature': 'pause', + 'tags' : ['pause'] + }, + { + 'name' : 'payment', + 'ligature': 'payment', + 'tags' : ['payment'] + }, + { + 'name' : 'people_outline', + 'ligature': 'people_outline', + 'tags' : ['people_outline'] + }, + { + 'name' : 'people', + 'ligature': 'people', + 'tags' : ['people'] + }, + { + 'name' : 'perm_camera_mic', + 'ligature': 'perm_camera_mic', + 'tags' : ['perm_camera_mic'] + }, + { + 'name' : 'perm_contact_calendar', + 'ligature': 'perm_contact_calendar', + 'tags' : ['perm_contact_calendar'] + }, + { + 'name' : 'perm_data_setting', + 'ligature': 'perm_data_setting', + 'tags' : ['perm_data_setting'] + }, + { + 'name' : 'perm_device_information', + 'ligature': 'perm_device_information', + 'tags' : ['perm_device_information'] + }, + { + 'name' : 'perm_identity', + 'ligature': 'perm_identity', + 'tags' : ['perm_identity'] + }, + { + 'name' : 'perm_media', + 'ligature': 'perm_media', + 'tags' : ['perm_media'] + }, + { + 'name' : 'perm_phone_msg', + 'ligature': 'perm_phone_msg', + 'tags' : ['perm_phone_msg'] + }, + { + 'name' : 'perm_scan_wifi', + 'ligature': 'perm_scan_wifi', + 'tags' : ['perm_scan_wifi'] + }, + { + 'name' : 'person_add_disabled', + 'ligature': 'person_add_disabled', + 'tags' : ['person_add_disabled'] + }, + { + 'name' : 'person_add', + 'ligature': 'person_add', + 'tags' : ['person_add'] + }, + { + 'name' : 'person_outline', + 'ligature': 'person_outline', + 'tags' : ['person_outline'] + }, + { + 'name' : 'person_pin_circle', + 'ligature': 'person_pin_circle', + 'tags' : ['person_pin_circle'] + }, + { + 'name' : 'person_pin', + 'ligature': 'person_pin', + 'tags' : ['person_pin'] + }, + { + 'name' : 'person', + 'ligature': 'person', + 'tags' : ['person'] + }, + { + 'name' : 'personal_video', + 'ligature': 'personal_video', + 'tags' : ['personal_video'] + }, + { + 'name' : 'pets', + 'ligature': 'pets', + 'tags' : ['pets'] + }, + { + 'name' : 'phone_android', + 'ligature': 'phone_android', + 'tags' : ['phone_android'] + }, + { + 'name' : 'phone_bluetooth_speaker', + 'ligature': 'phone_bluetooth_speaker', + 'tags' : ['phone_bluetooth_speaker'] + }, + { + 'name' : 'phone_callback', + 'ligature': 'phone_callback', + 'tags' : ['phone_callback'] + }, + { + 'name' : 'phone_forwarded', + 'ligature': 'phone_forwarded', + 'tags' : ['phone_forwarded'] + }, + { + 'name' : 'phone_in_talk', + 'ligature': 'phone_in_talk', + 'tags' : ['phone_in_talk'] + }, + { + 'name' : 'phone_iphone', + 'ligature': 'phone_iphone', + 'tags' : ['phone_iphone'] + }, + { + 'name' : 'phone_locked', + 'ligature': 'phone_locked', + 'tags' : ['phone_locked'] + }, + { + 'name' : 'phone_missed', + 'ligature': 'phone_missed', + 'tags' : ['phone_missed'] + }, + { + 'name' : 'phone_paused', + 'ligature': 'phone_paused', + 'tags' : ['phone_paused'] + }, + { + 'name' : 'phone', + 'ligature': 'phone', + 'tags' : ['phone'] + }, + { + 'name' : 'phonelink_erase', + 'ligature': 'phonelink_erase', + 'tags' : ['phonelink_erase'] + }, + { + 'name' : 'phonelink_lock', + 'ligature': 'phonelink_lock', + 'tags' : ['phonelink_lock'] + }, + { + 'name' : 'phonelink_off', + 'ligature': 'phonelink_off', + 'tags' : ['phonelink_off'] + }, + { + 'name' : 'phonelink_ring', + 'ligature': 'phonelink_ring', + 'tags' : ['phonelink_ring'] + }, + { + 'name' : 'phonelink_setup', + 'ligature': 'phonelink_setup', + 'tags' : ['phonelink_setup'] + }, + { + 'name' : 'phonelink', + 'ligature': 'phonelink', + 'tags' : ['phonelink'] + }, + { + 'name' : 'photo_album', + 'ligature': 'photo_album', + 'tags' : ['photo_album'] + }, + { + 'name' : 'photo_camera', + 'ligature': 'photo_camera', + 'tags' : ['photo_camera'] + }, + { + 'name' : 'photo_filter', + 'ligature': 'photo_filter', + 'tags' : ['photo_filter'] + }, + { + 'name' : 'photo_library', + 'ligature': 'photo_library', + 'tags' : ['photo_library'] + }, + { + 'name' : 'photo_size_select_actual', + 'ligature': 'photo_size_select_actual', + 'tags' : ['photo_size_select_actual'] + }, + { + 'name' : 'photo_size_select_large', + 'ligature': 'photo_size_select_large', + 'tags' : ['photo_size_select_large'] + }, + { + 'name' : 'photo_size_select_small', + 'ligature': 'photo_size_select_small', + 'tags' : ['photo_size_select_small'] + }, + { + 'name' : 'photo', + 'ligature': 'photo', + 'tags' : ['photo'] + }, + { + 'name' : 'picture_as_pdf', + 'ligature': 'picture_as_pdf', + 'tags' : ['picture_as_pdf'] + }, + { + 'name' : 'picture_in_picture_alt', + 'ligature': 'picture_in_picture_alt', + 'tags' : ['picture_in_picture_alt'] + }, + { + 'name' : 'picture_in_picture', + 'ligature': 'picture_in_picture', + 'tags' : ['picture_in_picture'] + }, + { + 'name' : 'pie_chart', + 'ligature': 'pie_chart', + 'tags' : ['pie_chart'] + }, + { + 'name' : 'pin_drop', + 'ligature': 'pin_drop', + 'tags' : ['pin_drop'] + }, + { + 'name' : 'place', + 'ligature': 'place', + 'tags' : ['place'] + }, + { + 'name' : 'play_arrow', + 'ligature': 'play_arrow', + 'tags' : ['play_arrow'] + }, + { + 'name' : 'play_circle_filled_white', + 'ligature': 'play_circle_filled_white', + 'tags' : ['play_circle_filled_white'] + }, + { + 'name' : 'play_circle_filled', + 'ligature': 'play_circle_filled', + 'tags' : ['play_circle_filled'] + }, + { + 'name' : 'play_circle_outline', + 'ligature': 'play_circle_outline', + 'tags' : ['play_circle_outline'] + }, + { + 'name' : 'play_for_work', + 'ligature': 'play_for_work', + 'tags' : ['play_for_work'] + }, + { + 'name' : 'playlist_add_check', + 'ligature': 'playlist_add_check', + 'tags' : ['playlist_add_check'] + }, + { + 'name' : 'playlist_add', + 'ligature': 'playlist_add', + 'tags' : ['playlist_add'] + }, + { + 'name' : 'playlist_play', + 'ligature': 'playlist_play', + 'tags' : ['playlist_play'] + }, + { + 'name' : 'plus_one', + 'ligature': 'plus_one', + 'tags' : ['plus_one'] + }, + { + 'name' : 'poll', + 'ligature': 'poll', + 'tags' : ['poll'] + }, + { + 'name' : 'polymer', + 'ligature': 'polymer', + 'tags' : ['polymer'] + }, + { + 'name' : 'pool', + 'ligature': 'pool', + 'tags' : ['pool'] + }, + { + 'name' : 'portable_wifi_off', + 'ligature': 'portable_wifi_off', + 'tags' : ['portable_wifi_off'] + }, + { + 'name' : 'portrait', + 'ligature': 'portrait', + 'tags' : ['portrait'] + }, + { + 'name' : 'power_input', + 'ligature': 'power_input', + 'tags' : ['power_input'] + }, + { + 'name' : 'power_off', + 'ligature': 'power_off', + 'tags' : ['power_off'] + }, + { + 'name' : 'power_settings_new', + 'ligature': 'power_settings_new', + 'tags' : ['power_settings_new'] + }, + { + 'name' : 'power', + 'ligature': 'power', + 'tags' : ['power'] + }, + { + 'name' : 'pregnant_woman', + 'ligature': 'pregnant_woman', + 'tags' : ['pregnant_woman'] + }, + { + 'name' : 'present_to_all', + 'ligature': 'present_to_all', + 'tags' : ['present_to_all'] + }, + { + 'name' : 'print_disabled', + 'ligature': 'print_disabled', + 'tags' : ['print_disabled'] + }, + { + 'name' : 'print', + 'ligature': 'print', + 'tags' : ['print'] + }, + { + 'name' : 'priority_high', + 'ligature': 'priority_high', + 'tags' : ['priority_high'] + }, + { + 'name' : 'public', + 'ligature': 'public', + 'tags' : ['public'] + }, + { + 'name' : 'publish', + 'ligature': 'publish', + 'tags' : ['publish'] + }, + { + 'name' : 'query_builder', + 'ligature': 'query_builder', + 'tags' : ['query_builder'] + }, + { + 'name' : 'question_answer', + 'ligature': 'question_answer', + 'tags' : ['question_answer'] + }, + { + 'name' : 'queue_music', + 'ligature': 'queue_music', + 'tags' : ['queue_music'] + }, + { + 'name' : 'queue_play_next', + 'ligature': 'queue_play_next', + 'tags' : ['queue_play_next'] + }, + { + 'name' : 'queue', + 'ligature': 'queue', + 'tags' : ['queue'] + }, + { + 'name' : 'radio_button_checked', + 'ligature': 'radio_button_checked', + 'tags' : ['radio_button_checked'] + }, + { + 'name' : 'radio_button_unchecked', + 'ligature': 'radio_button_unchecked', + 'tags' : ['radio_button_unchecked'] + }, + { + 'name' : 'radio', + 'ligature': 'radio', + 'tags' : ['radio'] + }, + { + 'name' : 'rate_review', + 'ligature': 'rate_review', + 'tags' : ['rate_review'] + }, + { + 'name' : 'receipt', + 'ligature': 'receipt', + 'tags' : ['receipt'] + }, + { + 'name' : 'recent_actors', + 'ligature': 'recent_actors', + 'tags' : ['recent_actors'] + }, + { + 'name' : 'record_voice_over', + 'ligature': 'record_voice_over', + 'tags' : ['record_voice_over'] + }, + { + 'name' : 'redeem', + 'ligature': 'redeem', + 'tags' : ['redeem'] + }, + { + 'name' : 'redo', + 'ligature': 'redo', + 'tags' : ['redo'] + }, + { + 'name' : 'refresh', + 'ligature': 'refresh', + 'tags' : ['refresh'] + }, + { + 'name' : 'remove_circle_outline', + 'ligature': 'remove_circle_outline', + 'tags' : ['remove_circle_outline'] + }, + { + 'name' : 'remove_circle', + 'ligature': 'remove_circle', + 'tags' : ['remove_circle'] + }, + { + 'name' : 'remove_from_queue', + 'ligature': 'remove_from_queue', + 'tags' : ['remove_from_queue'] + }, + { + 'name' : 'remove_red_eye', + 'ligature': 'remove_red_eye', + 'tags' : ['remove_red_eye'] + }, + { + 'name' : 'remove_shopping_cart', + 'ligature': 'remove_shopping_cart', + 'tags' : ['remove_shopping_cart'] + }, + { + 'name' : 'remove', + 'ligature': 'remove', + 'tags' : ['remove'] + }, + { + 'name' : 'reorder', + 'ligature': 'reorder', + 'tags' : ['reorder'] + }, + { + 'name' : 'repeat_one', + 'ligature': 'repeat_one', + 'tags' : ['repeat_one'] + }, + { + 'name' : 'repeat', + 'ligature': 'repeat', + 'tags' : ['repeat'] + }, + { + 'name' : 'replay_5', + 'ligature': 'replay_5', + 'tags' : ['replay_5'] + }, + { + 'name' : 'replay_10', + 'ligature': 'replay_10', + 'tags' : ['replay_10'] + }, + { + 'name' : 'replay_30', + 'ligature': 'replay_30', + 'tags' : ['replay_30'] + }, + { + 'name' : 'replay', + 'ligature': 'replay', + 'tags' : ['replay'] + }, + { + 'name' : 'reply_all', + 'ligature': 'reply_all', + 'tags' : ['reply_all'] + }, + { + 'name' : 'reply', + 'ligature': 'reply', + 'tags' : ['reply'] + }, + { + 'name' : 'report_off', + 'ligature': 'report_off', + 'tags' : ['report_off'] + }, + { + 'name' : 'report_problem', + 'ligature': 'report_problem', + 'tags' : ['report_problem'] + }, + { + 'name' : 'report', + 'ligature': 'report', + 'tags' : ['report'] + }, + { + 'name' : 'restaurant_menu', + 'ligature': 'restaurant_menu', + 'tags' : ['restaurant_menu'] + }, + { + 'name' : 'restaurant', + 'ligature': 'restaurant', + 'tags' : ['restaurant'] + }, + { + 'name' : 'restore_from_trash', + 'ligature': 'restore_from_trash', + 'tags' : ['restore_from_trash'] + }, + { + 'name' : 'restore_page', + 'ligature': 'restore_page', + 'tags' : ['restore_page'] + }, + { + 'name' : 'restore', + 'ligature': 'restore', + 'tags' : ['restore'] + }, + { + 'name' : 'ring_volume', + 'ligature': 'ring_volume', + 'tags' : ['ring_volume'] + }, + { + 'name' : 'room_service', + 'ligature': 'room_service', + 'tags' : ['room_service'] + }, + { + 'name' : 'room', + 'ligature': 'room', + 'tags' : ['room'] + }, + { + 'name' : 'rotate_90_degrees_ccw', + 'ligature': 'rotate_90_degrees_ccw', + 'tags' : ['rotate_90_degrees_ccw'] + }, + { + 'name' : 'rotate_left', + 'ligature': 'rotate_left', + 'tags' : ['rotate_left'] + }, + { + 'name' : 'rotate_right', + 'ligature': 'rotate_right', + 'tags' : ['rotate_right'] + }, + { + 'name' : 'rounded_corner', + 'ligature': 'rounded_corner', + 'tags' : ['rounded_corner'] + }, + { + 'name' : 'router', + 'ligature': 'router', + 'tags' : ['router'] + }, + { + 'name' : 'rowing', + 'ligature': 'rowing', + 'tags' : ['rowing'] + }, + { + 'name' : 'rss_feed', + 'ligature': 'rss_feed', + 'tags' : ['rss_feed'] + }, + { + 'name' : 'rv_hookup', + 'ligature': 'rv_hookup', + 'tags' : ['rv_hookup'] + }, + { + 'name' : 'satellite', + 'ligature': 'satellite', + 'tags' : ['satellite'] + }, + { + 'name' : 'save_alt', + 'ligature': 'save_alt', + 'tags' : ['save_alt'] + }, + { + 'name' : 'save', + 'ligature': 'save', + 'tags' : ['save'] + }, + { + 'name' : 'scanner', + 'ligature': 'scanner', + 'tags' : ['scanner'] + }, + { + 'name' : 'scatter_plot', + 'ligature': 'scatter_plot', + 'tags' : ['scatter_plot'] + }, + { + 'name' : 'schedule', + 'ligature': 'schedule', + 'tags' : ['schedule'] + }, + { + 'name' : 'school', + 'ligature': 'school', + 'tags' : ['school'] + }, + { + 'name' : 'score', + 'ligature': 'score', + 'tags' : ['score'] + }, + { + 'name' : 'screen_lock_landscape', + 'ligature': 'screen_lock_landscape', + 'tags' : ['screen_lock_landscape'] + }, + { + 'name' : 'screen_lock_portrait', + 'ligature': 'screen_lock_portrait', + 'tags' : ['screen_lock_portrait'] + }, + { + 'name' : 'screen_lock_rotation', + 'ligature': 'screen_lock_rotation', + 'tags' : ['screen_lock_rotation'] + }, + { + 'name' : 'screen_rotation', + 'ligature': 'screen_rotation', + 'tags' : ['screen_rotation'] + }, + { + 'name' : 'screen_share', + 'ligature': 'screen_share', + 'tags' : ['screen_share'] + }, + { + 'name' : 'sd_card', + 'ligature': 'sd_card', + 'tags' : ['sd_card'] + }, + { + 'name' : 'sd_storage', + 'ligature': 'sd_storage', + 'tags' : ['sd_storage'] + }, + { + 'name' : 'search', + 'ligature': 'search', + 'tags' : ['search'] + }, + { + 'name' : 'security', + 'ligature': 'security', + 'tags' : ['security'] + }, + { + 'name' : 'select_all', + 'ligature': 'select_all', + 'tags' : ['select_all'] + }, + { + 'name' : 'send', + 'ligature': 'send', + 'tags' : ['send'] + }, + { + 'name' : 'sentiment_dissatisfied', + 'ligature': 'sentiment_dissatisfied', + 'tags' : ['sentiment_dissatisfied'] + }, + { + 'name' : 'sentiment_satisfied_alt', + 'ligature': 'sentiment_satisfied_alt', + 'tags' : ['sentiment_satisfied_alt'] + }, + { + 'name' : 'sentiment_satisfied', + 'ligature': 'sentiment_satisfied', + 'tags' : ['sentiment_satisfied'] + }, + { + 'name' : 'sentiment_very_dissatisfied', + 'ligature': 'sentiment_very_dissatisfied', + 'tags' : ['sentiment_very_dissatisfied'] + }, + { + 'name' : 'sentiment_very_satisfied', + 'ligature': 'sentiment_very_satisfied', + 'tags' : ['sentiment_very_satisfied'] + }, + { + 'name' : 'settings_applications', + 'ligature': 'settings_applications', + 'tags' : ['settings_applications'] + }, + { + 'name' : 'settings_backup_restore', + 'ligature': 'settings_backup_restore', + 'tags' : ['settings_backup_restore'] + }, + { + 'name' : 'settings_bluetooth', + 'ligature': 'settings_bluetooth', + 'tags' : ['settings_bluetooth'] + }, + { + 'name' : 'settings_brightness', + 'ligature': 'settings_brightness', + 'tags' : ['settings_brightness'] + }, + { + 'name' : 'settings_cell', + 'ligature': 'settings_cell', + 'tags' : ['settings_cell'] + }, + { + 'name' : 'settings_ethernet', + 'ligature': 'settings_ethernet', + 'tags' : ['settings_ethernet'] + }, + { + 'name' : 'settings_input_antenna', + 'ligature': 'settings_input_antenna', + 'tags' : ['settings_input_antenna'] + }, + { + 'name' : 'settings_input_component', + 'ligature': 'settings_input_component', + 'tags' : ['settings_input_component'] + }, + { + 'name' : 'settings_input_composite', + 'ligature': 'settings_input_composite', + 'tags' : ['settings_input_composite'] + }, + { + 'name' : 'settings_input_hdmi', + 'ligature': 'settings_input_hdmi', + 'tags' : ['settings_input_hdmi'] + }, + { + 'name' : 'settings_input_svideo', + 'ligature': 'settings_input_svideo', + 'tags' : ['settings_input_svideo'] + }, + { + 'name' : 'settings_overscan', + 'ligature': 'settings_overscan', + 'tags' : ['settings_overscan'] + }, + { + 'name' : 'settings_phone', + 'ligature': 'settings_phone', + 'tags' : ['settings_phone'] + }, + { + 'name' : 'settings_power', + 'ligature': 'settings_power', + 'tags' : ['settings_power'] + }, + { + 'name' : 'settings_remote', + 'ligature': 'settings_remote', + 'tags' : ['settings_remote'] + }, + { + 'name' : 'settings_system_daydream', + 'ligature': 'settings_system_daydream', + 'tags' : ['settings_system_daydream'] + }, + { + 'name' : 'settings_voice', + 'ligature': 'settings_voice', + 'tags' : ['settings_voice'] + }, + { + 'name' : 'settings', + 'ligature': 'settings', + 'tags' : ['settings'] + }, + { + 'name' : 'share', + 'ligature': 'share', + 'tags' : ['share'] + }, + { + 'name' : 'shop_two', + 'ligature': 'shop_two', + 'tags' : ['shop_two'] + }, + { + 'name' : 'shop', + 'ligature': 'shop', + 'tags' : ['shop'] + }, + { + 'name' : 'shopping_basket', + 'ligature': 'shopping_basket', + 'tags' : ['shopping_basket'] + }, + { + 'name' : 'shopping_cart', + 'ligature': 'shopping_cart', + 'tags' : ['shopping_cart'] + }, + { + 'name' : 'short_text', + 'ligature': 'short_text', + 'tags' : ['short_text'] + }, + { + 'name' : 'show_chart', + 'ligature': 'show_chart', + 'tags' : ['show_chart'] + }, + { + 'name' : 'shuffle', + 'ligature': 'shuffle', + 'tags' : ['shuffle'] + }, + { + 'name' : 'shutter_speed', + 'ligature': 'shutter_speed', + 'tags' : ['shutter_speed'] + }, + { + 'name' : 'signal_cellular_0_bar', + 'ligature': 'signal_cellular_0_bar', + 'tags' : ['signal_cellular_0_bar'] + }, + { + 'name' : 'signal_cellular_4_bar', + 'ligature': 'signal_cellular_4_bar', + 'tags' : ['signal_cellular_4_bar'] + }, + { + 'name' : 'signal_cellular_alt', + 'ligature': 'signal_cellular_alt', + 'tags' : ['signal_cellular_alt'] + }, + { + 'name' : 'signal_cellular_connected_no_internet_4_bar', + 'ligature': 'signal_cellular_connected_no_internet_4_bar', + 'tags' : ['signal_cellular_connected_no_internet_4_bar'] + }, + { + 'name' : 'signal_cellular_no_sim', + 'ligature': 'signal_cellular_no_sim', + 'tags' : ['signal_cellular_no_sim'] + }, + { + 'name' : 'signal_cellular_null', + 'ligature': 'signal_cellular_null', + 'tags' : ['signal_cellular_null'] + }, + { + 'name' : 'signal_cellular_off', + 'ligature': 'signal_cellular_off', + 'tags' : ['signal_cellular_off'] + }, + { + 'name' : 'signal_wifi_0_bar', + 'ligature': 'signal_wifi_0_bar', + 'tags' : ['signal_wifi_0_bar'] + }, + { + 'name' : 'signal_wifi_4_bar_lock', + 'ligature': 'signal_wifi_4_bar_lock', + 'tags' : ['signal_wifi_4_bar_lock'] + }, + { + 'name' : 'signal_wifi_4_bar', + 'ligature': 'signal_wifi_4_bar', + 'tags' : ['signal_wifi_4_bar'] + }, + { + 'name' : 'signal_wifi_off', + 'ligature': 'signal_wifi_off', + 'tags' : ['signal_wifi_off'] + }, + { + 'name' : 'sim_card', + 'ligature': 'sim_card', + 'tags' : ['sim_card'] + }, + { + 'name' : 'skip_next', + 'ligature': 'skip_next', + 'tags' : ['skip_next'] + }, + { + 'name' : 'skip_previous', + 'ligature': 'skip_previous', + 'tags' : ['skip_previous'] + }, + { + 'name' : 'slideshow', + 'ligature': 'slideshow', + 'tags' : ['slideshow'] + }, + { + 'name' : 'slow_motion_video', + 'ligature': 'slow_motion_video', + 'tags' : ['slow_motion_video'] + }, + { + 'name' : 'smartphone', + 'ligature': 'smartphone', + 'tags' : ['smartphone'] + }, + { + 'name' : 'smoke_free', + 'ligature': 'smoke_free', + 'tags' : ['smoke_free'] + }, + { + 'name' : 'smoking_rooms', + 'ligature': 'smoking_rooms', + 'tags' : ['smoking_rooms'] + }, + { + 'name' : 'sms_failed', + 'ligature': 'sms_failed', + 'tags' : ['sms_failed'] + }, + { + 'name' : 'sms', + 'ligature': 'sms', + 'tags' : ['sms'] + }, + { + 'name' : 'snooze', + 'ligature': 'snooze', + 'tags' : ['snooze'] + }, + { + 'name' : 'sort_by_alpha', + 'ligature': 'sort_by_alpha', + 'tags' : ['sort_by_alpha'] + }, + { + 'name' : 'sort', + 'ligature': 'sort', + 'tags' : ['sort'] + }, + { + 'name' : 'spa', + 'ligature': 'spa', + 'tags' : ['spa'] + }, + { + 'name' : 'space_bar', + 'ligature': 'space_bar', + 'tags' : ['space_bar'] + }, + { + 'name' : 'speaker_group', + 'ligature': 'speaker_group', + 'tags' : ['speaker_group'] + }, + { + 'name' : 'speaker_notes_off', + 'ligature': 'speaker_notes_off', + 'tags' : ['speaker_notes_off'] + }, + { + 'name' : 'speaker_notes', + 'ligature': 'speaker_notes', + 'tags' : ['speaker_notes'] + }, + { + 'name' : 'speaker_phone', + 'ligature': 'speaker_phone', + 'tags' : ['speaker_phone'] + }, + { + 'name' : 'speaker', + 'ligature': 'speaker', + 'tags' : ['speaker'] + }, + { + 'name' : 'spellcheck', + 'ligature': 'spellcheck', + 'tags' : ['spellcheck'] + }, + { + 'name' : 'star_border', + 'ligature': 'star_border', + 'tags' : ['star_border'] + }, + { + 'name' : 'star_half', + 'ligature': 'star_half', + 'tags' : ['star_half'] + }, + { + 'name' : 'star_rate', + 'ligature': 'star_rate', + 'tags' : ['star_rate'] + }, + { + 'name' : 'star', + 'ligature': 'star', + 'tags' : ['star'] + }, + { + 'name' : 'stars', + 'ligature': 'stars', + 'tags' : ['stars'] + }, + { + 'name' : 'stay_current_landscape', + 'ligature': 'stay_current_landscape', + 'tags' : ['stay_current_landscape'] + }, + { + 'name' : 'stay_current_portrait', + 'ligature': 'stay_current_portrait', + 'tags' : ['stay_current_portrait'] + }, + { + 'name' : 'stay_primary_landscape', + 'ligature': 'stay_primary_landscape', + 'tags' : ['stay_primary_landscape'] + }, + { + 'name' : 'stay_primary_portrait', + 'ligature': 'stay_primary_portrait', + 'tags' : ['stay_primary_portrait'] + }, + { + 'name' : 'stop_screen_share', + 'ligature': 'stop_screen_share', + 'tags' : ['stop_screen_share'] + }, + { + 'name' : 'stop', + 'ligature': 'stop', + 'tags' : ['stop'] + }, + { + 'name' : 'storage', + 'ligature': 'storage', + 'tags' : ['storage'] + }, + { + 'name' : 'store_mall_directory', + 'ligature': 'store_mall_directory', + 'tags' : ['store_mall_directory'] + }, + { + 'name' : 'store', + 'ligature': 'store', + 'tags' : ['store'] + }, + { + 'name' : 'straighten', + 'ligature': 'straighten', + 'tags' : ['straighten'] + }, + { + 'name' : 'streetview', + 'ligature': 'streetview', + 'tags' : ['streetview'] + }, + { + 'name' : 'strikethrough_s', + 'ligature': 'strikethrough_s', + 'tags' : ['strikethrough_s'] + }, + { + 'name' : 'style', + 'ligature': 'style', + 'tags' : ['style'] + }, + { + 'name' : 'subdirectory_arrow_left', + 'ligature': 'subdirectory_arrow_left', + 'tags' : ['subdirectory_arrow_left'] + }, + { + 'name' : 'subdirectory_arrow_right', + 'ligature': 'subdirectory_arrow_right', + 'tags' : ['subdirectory_arrow_right'] + }, + { + 'name' : 'subject', + 'ligature': 'subject', + 'tags' : ['subject'] + }, + { + 'name' : 'subscriptions', + 'ligature': 'subscriptions', + 'tags' : ['subscriptions'] + }, + { + 'name' : 'subtitles', + 'ligature': 'subtitles', + 'tags' : ['subtitles'] + }, + { + 'name' : 'subway', + 'ligature': 'subway', + 'tags' : ['subway'] + }, + { + 'name' : 'supervised_user_circle', + 'ligature': 'supervised_user_circle', + 'tags' : ['supervised_user_circle'] + }, + { + 'name' : 'supervisor_account', + 'ligature': 'supervisor_account', + 'tags' : ['supervisor_account'] + }, + { + 'name' : 'surround_sound', + 'ligature': 'surround_sound', + 'tags' : ['surround_sound'] + }, + { + 'name' : 'swap_calls', + 'ligature': 'swap_calls', + 'tags' : ['swap_calls'] + }, + { + 'name' : 'swap_horiz', + 'ligature': 'swap_horiz', + 'tags' : ['swap_horiz'] + }, + { + 'name' : 'swap_horizontal_circle', + 'ligature': 'swap_horizontal_circle', + 'tags' : ['swap_horizontal_circle'] + }, + { + 'name' : 'swap_vert', + 'ligature': 'swap_vert', + 'tags' : ['swap_vert'] + }, + { + 'name' : 'swap_vertical_circle', + 'ligature': 'swap_vertical_circle', + 'tags' : ['swap_vertical_circle'] + }, + { + 'name' : 'switch_camera', + 'ligature': 'switch_camera', + 'tags' : ['switch_camera'] + }, + { + 'name' : 'switch_video', + 'ligature': 'switch_video', + 'tags' : ['switch_video'] + }, + { + 'name' : 'sync_disabled', + 'ligature': 'sync_disabled', + 'tags' : ['sync_disabled'] + }, + { + 'name' : 'sync_problem', + 'ligature': 'sync_problem', + 'tags' : ['sync_problem'] + }, + { + 'name' : 'sync', + 'ligature': 'sync', + 'tags' : ['sync'] + }, + { + 'name' : 'system_update', + 'ligature': 'system_update', + 'tags' : ['system_update'] + }, + { + 'name' : 'tab_unselected', + 'ligature': 'tab_unselected', + 'tags' : ['tab_unselected'] + }, + { + 'name' : 'tab', + 'ligature': 'tab', + 'tags' : ['tab'] + }, + { + 'name' : 'table_chart', + 'ligature': 'table_chart', + 'tags' : ['table_chart'] + }, + { + 'name' : 'tablet_android', + 'ligature': 'tablet_android', + 'tags' : ['tablet_android'] + }, + { + 'name' : 'tablet_mac', + 'ligature': 'tablet_mac', + 'tags' : ['tablet_mac'] + }, + { + 'name' : 'tablet', + 'ligature': 'tablet', + 'tags' : ['tablet'] + }, + { + 'name' : 'tag_faces', + 'ligature': 'tag_faces', + 'tags' : ['tag_faces'] + }, + { + 'name' : 'tap_and_play', + 'ligature': 'tap_and_play', + 'tags' : ['tap_and_play'] + }, + { + 'name' : 'terrain', + 'ligature': 'terrain', + 'tags' : ['terrain'] + }, + { + 'name' : 'text_fields', + 'ligature': 'text_fields', + 'tags' : ['text_fields'] + }, + { + 'name' : 'text_format', + 'ligature': 'text_format', + 'tags' : ['text_format'] + }, + { + 'name' : 'text_rotate_up', + 'ligature': 'text_rotate_up', + 'tags' : ['text_rotate_up'] + }, + { + 'name' : 'text_rotate_vertical', + 'ligature': 'text_rotate_vertical', + 'tags' : ['text_rotate_vertical'] + }, + { + 'name' : 'text_rotation_down', + 'ligature': 'text_rotation_down', + 'tags' : ['text_rotation_down'] + }, + { + 'name' : 'text_rotation_none', + 'ligature': 'text_rotation_none', + 'tags' : ['text_rotation_none'] + }, + { + 'name' : 'textsms', + 'ligature': 'textsms', + 'tags' : ['textsms'] + }, + { + 'name' : 'texture', + 'ligature': 'texture', + 'tags' : ['texture'] + }, + { + 'name' : 'theaters', + 'ligature': 'theaters', + 'tags' : ['theaters'] + }, + { + 'name' : 'thumb_down_alt', + 'ligature': 'thumb_down_alt', + 'tags' : ['thumb_down_alt'] + }, + { + 'name' : 'thumb_down', + 'ligature': 'thumb_down', + 'tags' : ['thumb_down'] + }, + { + 'name' : 'thumb_up_alt', + 'ligature': 'thumb_up_alt', + 'tags' : ['thumb_up_alt'] + }, + { + 'name' : 'thumb_up', + 'ligature': 'thumb_up', + 'tags' : ['thumb_up'] + }, + { + 'name' : 'thumbs_up_down', + 'ligature': 'thumbs_up_down', + 'tags' : ['thumbs_up_down'] + }, + { + 'name' : 'time_to_leave', + 'ligature': 'time_to_leave', + 'tags' : ['time_to_leave'] + }, + { + 'name' : 'timelapse', + 'ligature': 'timelapse', + 'tags' : ['timelapse'] + }, + { + 'name' : 'timeline', + 'ligature': 'timeline', + 'tags' : ['timeline'] + }, + { + 'name' : 'timer_3', + 'ligature': 'timer_3', + 'tags' : ['timer_3'] + }, + { + 'name' : 'timer_10', + 'ligature': 'timer_10', + 'tags' : ['timer_10'] + }, + { + 'name' : 'timer_off', + 'ligature': 'timer_off', + 'tags' : ['timer_off'] + }, + { + 'name' : 'timer', + 'ligature': 'timer', + 'tags' : ['timer'] + }, + { + 'name' : 'title', + 'ligature': 'title', + 'tags' : ['title'] + }, + { + 'name' : 'toc', + 'ligature': 'toc', + 'tags' : ['toc'] + }, + { + 'name' : 'today', + 'ligature': 'today', + 'tags' : ['today'] + }, + { + 'name' : 'toggle_off', + 'ligature': 'toggle_off', + 'tags' : ['toggle_off'] + }, + { + 'name' : 'toggle_on', + 'ligature': 'toggle_on', + 'tags' : ['toggle_on'] + }, + { + 'name' : 'toll', + 'ligature': 'toll', + 'tags' : ['toll'] + }, + { + 'name' : 'tonality', + 'ligature': 'tonality', + 'tags' : ['tonality'] + }, + { + 'name' : 'touch_app', + 'ligature': 'touch_app', + 'tags' : ['touch_app'] + }, + { + 'name' : 'toys', + 'ligature': 'toys', + 'tags' : ['toys'] + }, + { + 'name' : 'track_changes', + 'ligature': 'track_changes', + 'tags' : ['track_changes'] + }, + { + 'name' : 'traffic', + 'ligature': 'traffic', + 'tags' : ['traffic'] + }, + { + 'name' : 'train', + 'ligature': 'train', + 'tags' : ['train'] + }, + { + 'name' : 'tram', + 'ligature': 'tram', + 'tags' : ['tram'] + }, + { + 'name' : 'transfer_within_a_station', + 'ligature': 'transfer_within_a_station', + 'tags' : ['transfer_within_a_station'] + }, + { + 'name' : 'transform', + 'ligature': 'transform', + 'tags' : ['transform'] + }, + { + 'name' : 'transit_enterexit', + 'ligature': 'transit_enterexit', + 'tags' : ['transit_enterexit'] + }, + { + 'name' : 'translate', + 'ligature': 'translate', + 'tags' : ['translate'] + }, + { + 'name' : 'trending_down', + 'ligature': 'trending_down', + 'tags' : ['trending_down'] + }, + { + 'name' : 'trending_flat', + 'ligature': 'trending_flat', + 'tags' : ['trending_flat'] + }, + { + 'name' : 'trending_up', + 'ligature': 'trending_up', + 'tags' : ['trending_up'] + }, + { + 'name' : 'trip_origin', + 'ligature': 'trip_origin', + 'tags' : ['trip_origin'] + }, + { + 'name' : 'tune', + 'ligature': 'tune', + 'tags' : ['tune'] + }, + { + 'name' : 'turned_in_not', + 'ligature': 'turned_in_not', + 'tags' : ['turned_in_not'] + }, + { + 'name' : 'turned_in', + 'ligature': 'turned_in', + 'tags' : ['turned_in'] + }, + { + 'name' : 'tv_off', + 'ligature': 'tv_off', + 'tags' : ['tv_off'] + }, + { + 'name' : 'tv', + 'ligature': 'tv', + 'tags' : ['tv'] + }, + { + 'name' : 'unarchive', + 'ligature': 'unarchive', + 'tags' : ['unarchive'] + }, + { + 'name' : 'undo', + 'ligature': 'undo', + 'tags' : ['undo'] + }, + { + 'name' : 'unfold_less', + 'ligature': 'unfold_less', + 'tags' : ['unfold_less'] + }, + { + 'name' : 'unfold_more', + 'ligature': 'unfold_more', + 'tags' : ['unfold_more'] + }, + { + 'name' : 'unsubscribe', + 'ligature': 'unsubscribe', + 'tags' : ['unsubscribe'] + }, + { + 'name' : 'update', + 'ligature': 'update', + 'tags' : ['update'] + }, + { + 'name' : 'usb', + 'ligature': 'usb', + 'tags' : ['usb'] + }, + { + 'name' : 'verified_user', + 'ligature': 'verified_user', + 'tags' : ['verified_user'] + }, + { + 'name' : 'vertical_align_bottom', + 'ligature': 'vertical_align_bottom', + 'tags' : ['vertical_align_bottom'] + }, + { + 'name' : 'vertical_align_center', + 'ligature': 'vertical_align_center', + 'tags' : ['vertical_align_center'] + }, + { + 'name' : 'vertical_align_top', + 'ligature': 'vertical_align_top', + 'tags' : ['vertical_align_top'] + }, + { + 'name' : 'vertical_split', + 'ligature': 'vertical_split', + 'tags' : ['vertical_split'] + }, + { + 'name' : 'vibration', + 'ligature': 'vibration', + 'tags' : ['vibration'] + }, + { + 'name' : 'video_call', + 'ligature': 'video_call', + 'tags' : ['video_call'] + }, + { + 'name' : 'video_label', + 'ligature': 'video_label', + 'tags' : ['video_label'] + }, + { + 'name' : 'video_library', + 'ligature': 'video_library', + 'tags' : ['video_library'] + }, + { + 'name' : 'videocam_off', + 'ligature': 'videocam_off', + 'tags' : ['videocam_off'] + }, + { + 'name' : 'videocam', + 'ligature': 'videocam', + 'tags' : ['videocam'] + }, + { + 'name' : 'videogame_asset', + 'ligature': 'videogame_asset', + 'tags' : ['videogame_asset'] + }, + { + 'name' : 'view_agenda', + 'ligature': 'view_agenda', + 'tags' : ['view_agenda'] + }, + { + 'name' : 'view_array', + 'ligature': 'view_array', + 'tags' : ['view_array'] + }, + { + 'name' : 'view_carousel', + 'ligature': 'view_carousel', + 'tags' : ['view_carousel'] + }, + { + 'name' : 'view_column', + 'ligature': 'view_column', + 'tags' : ['view_column'] + }, + { + 'name' : 'view_comfy', + 'ligature': 'view_comfy', + 'tags' : ['view_comfy'] + }, + { + 'name' : 'view_compact', + 'ligature': 'view_compact', + 'tags' : ['view_compact'] + }, + { + 'name' : 'view_day', + 'ligature': 'view_day', + 'tags' : ['view_day'] + }, + { + 'name' : 'view_headline', + 'ligature': 'view_headline', + 'tags' : ['view_headline'] + }, + { + 'name' : 'view_list', + 'ligature': 'view_list', + 'tags' : ['view_list'] + }, + { + 'name' : 'view_module', + 'ligature': 'view_module', + 'tags' : ['view_module'] + }, + { + 'name' : 'view_quilt', + 'ligature': 'view_quilt', + 'tags' : ['view_quilt'] + }, + { + 'name' : 'view_stream', + 'ligature': 'view_stream', + 'tags' : ['view_stream'] + }, + { + 'name' : 'view_week', + 'ligature': 'view_week', + 'tags' : ['view_week'] + }, + { + 'name' : 'vignette', + 'ligature': 'vignette', + 'tags' : ['vignette'] + }, + { + 'name' : 'visibility_off', + 'ligature': 'visibility_off', + 'tags' : ['visibility_off'] + }, + { + 'name' : 'visibility', + 'ligature': 'visibility', + 'tags' : ['visibility'] + }, + { + 'name' : 'voice_chat', + 'ligature': 'voice_chat', + 'tags' : ['voice_chat'] + }, + { + 'name' : 'voice_over_off', + 'ligature': 'voice_over_off', + 'tags' : ['voice_over_off'] + }, + { + 'name' : 'voicemail', + 'ligature': 'voicemail', + 'tags' : ['voicemail'] + }, + { + 'name' : 'volume_down', + 'ligature': 'volume_down', + 'tags' : ['volume_down'] + }, + { + 'name' : 'volume_mute', + 'ligature': 'volume_mute', + 'tags' : ['volume_mute'] + }, + { + 'name' : 'volume_off', + 'ligature': 'volume_off', + 'tags' : ['volume_off'] + }, + { + 'name' : 'volume_up', + 'ligature': 'volume_up', + 'tags' : ['volume_up'] + }, + { + 'name' : 'vpn_key', + 'ligature': 'vpn_key', + 'tags' : ['vpn_key'] + }, + { + 'name' : 'vpn_lock', + 'ligature': 'vpn_lock', + 'tags' : ['vpn_lock'] + }, + { + 'name' : 'wallpaper', + 'ligature': 'wallpaper', + 'tags' : ['wallpaper'] + }, + { + 'name' : 'warning', + 'ligature': 'warning', + 'tags' : ['warning'] + }, + { + 'name' : 'watch_later', + 'ligature': 'watch_later', + 'tags' : ['watch_later'] + }, + { + 'name' : 'watch', + 'ligature': 'watch', + 'tags' : ['watch'] + }, + { + 'name' : 'waves', + 'ligature': 'waves', + 'tags' : ['waves'] + }, + { + 'name' : 'wb_auto', + 'ligature': 'wb_auto', + 'tags' : ['wb_auto'] + }, + { + 'name' : 'wb_cloudy', + 'ligature': 'wb_cloudy', + 'tags' : ['wb_cloudy'] + }, + { + 'name' : 'wb_incandescent', + 'ligature': 'wb_incandescent', + 'tags' : ['wb_incandescent'] + }, + { + 'name' : 'wb_iridescent', + 'ligature': 'wb_iridescent', + 'tags' : ['wb_iridescent'] + }, + { + 'name' : 'wb_sunny', + 'ligature': 'wb_sunny', + 'tags' : ['wb_sunny'] + }, + { + 'name' : 'wc', + 'ligature': 'wc', + 'tags' : ['wc'] + }, + { + 'name' : 'web_asset', + 'ligature': 'web_asset', + 'tags' : ['web_asset'] + }, + { + 'name' : 'web', + 'ligature': 'web', + 'tags' : ['web'] + }, + { + 'name' : 'weekend', + 'ligature': 'weekend', + 'tags' : ['weekend'] + }, + { + 'name' : 'whatshot', + 'ligature': 'whatshot', + 'tags' : ['whatshot'] + }, + { + 'name' : 'where_to_vote', + 'ligature': 'where_to_vote', + 'tags' : ['where_to_vote'] + }, + { + 'name' : 'widgets', + 'ligature': 'widgets', + 'tags' : ['widgets'] + }, + { + 'name' : 'wifi_lock', + 'ligature': 'wifi_lock', + 'tags' : ['wifi_lock'] + }, + { + 'name' : 'wifi_off', + 'ligature': 'wifi_off', + 'tags' : ['wifi_off'] + }, + { + 'name' : 'wifi_tethering', + 'ligature': 'wifi_tethering', + 'tags' : ['wifi_tethering'] + }, + { + 'name' : 'wifi', + 'ligature': 'wifi', + 'tags' : ['wifi'] + }, + { + 'name' : 'work_off', + 'ligature': 'work_off', + 'tags' : ['work_off'] + }, + { + 'name' : 'work_outline', + 'ligature': 'work_outline', + 'tags' : ['work_outline'] + }, + { + 'name' : 'work', + 'ligature': 'work', + 'tags' : ['work'] + }, + { + 'name' : 'wrap_text', + 'ligature': 'wrap_text', + 'tags' : ['wrap_text'] + }, + { + 'name' : 'youtube_searched_for', + 'ligature': 'youtube_searched_for', + 'tags' : ['youtube_searched_for'] + }, + { + 'name' : 'zoom_in', + 'ligature': 'zoom_in', + 'tags' : ['zoom_in'] + }, + { + 'name' : 'zoom_out_map', + 'ligature': 'zoom_out_map', + 'tags' : ['zoom_out_map'] + }, + { + 'name' : 'zoom_out', + 'ligature': 'zoom_out', + 'tags' : ['zoom_out'] + } ]; - } diff --git a/src/app/fake-db/invoice.ts b/src/app/fake-db/invoice.ts index 761fd6f4..ced41c1b 100644 --- a/src/app/fake-db/invoice.ts +++ b/src/app/fake-db/invoice.ts @@ -15,8 +15,8 @@ export class InvoiceFakeDb 'email' : 'johndoe@mail.com' }, 'number' : 'P9-0004', - 'date' : 'Jul 19, 2015', - 'dueDate' : 'Aug 24, 2015', + 'date' : 'Jul 19, 2018', + 'dueDate' : 'Aug 24, 2018', 'services': [ { 'title' : 'Prototype & Design', diff --git a/src/app/fake-db/profile.ts b/src/app/fake-db/profile.ts index 61bc7076..6237012d 100644 --- a/src/app/fake-db/profile.ts +++ b/src/app/fake-db/profile.ts @@ -16,7 +16,7 @@ export class ProfileFakeDb 'avatar': 'assets/images/avatars/andrew.jpg' }, 'message': 'sent you a message.', - 'time' : 'June 10,2015' + 'time' : 'June 10,2018' }, { 'user' : { @@ -24,7 +24,7 @@ export class ProfileFakeDb 'avatar': 'assets/images/avatars/garry.jpg' }, 'message': 'shared a public post with your group.', - 'time' : 'June 9,2015' + 'time' : 'June 9,2018' }, { 'user' : { @@ -32,7 +32,7 @@ export class ProfileFakeDb 'avatar': 'assets/images/avatars/carl.jpg' }, 'message': 'wants to play Fallout Shelter with you.', - 'time' : 'June 8,2015' + 'time' : 'June 8,2018' }, { 'user' : { @@ -40,7 +40,7 @@ export class ProfileFakeDb 'avatar': 'assets/images/avatars/jane.jpg' }, 'message': 'started following you.', - 'time' : 'June 7,2015' + 'time' : 'June 7,2018' }, { 'user' : { @@ -48,7 +48,7 @@ export class ProfileFakeDb 'avatar': 'assets/images/avatars/james.jpg' }, 'message': 'sent you a message.', - 'time' : 'June 6,2015' + 'time' : 'June 6,2018' }, { 'user' : { @@ -56,7 +56,7 @@ export class ProfileFakeDb 'avatar': 'assets/images/avatars/joyce.jpg' }, 'message': 'shared a photo with you.', - 'time' : 'June 5,2015' + 'time' : 'June 5,2018' }, { 'user' : { @@ -64,7 +64,7 @@ export class ProfileFakeDb 'avatar': 'assets/images/avatars/vincent.jpg' }, 'message': 'shared a photo with you.', - 'time' : 'June 4,2015' + 'time' : 'June 4,2018' } ], posts : [ @@ -80,7 +80,7 @@ export class ProfileFakeDb 'share' : 21, 'media' : { 'type' : 'image', - 'preview': 'assets/images/etc/early-sunrise.jpg' + 'preview': 'assets/images/profile/morain-lake.jpg' }, 'comments': [ { @@ -88,7 +88,7 @@ export class ProfileFakeDb 'name' : 'Alice Freeman', 'avatar': 'assets/images/avatars/alice.jpg' }, - 'time' : 'June 10, 2015', + 'time' : 'June 10, 2018', 'message': 'That’s a wonderful place. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce et eleifend ligula. Fusce posuere in sapien ac facilisis. Etiam sit amet justo non felis ornare feugiat.' } ] @@ -99,17 +99,17 @@ export class ProfileFakeDb 'avatar': 'assets/images/avatars/andrew.jpg' }, 'message' : 'Hey, man! Check this, it’s pretty awesome!', - 'time' : 'June 12, 2015', + 'time' : 'June 12, 2018', 'type' : 'article', 'like' : 98, 'share' : 6, 'article' : { - 'title' : 'The Fallout 4 Pip-Boy Edition Is Back In Stock Now', - 'subtitle': 'Kotaku', - 'excerpt' : 'The Fallout 4 Pip-Boy edition is back in stock at Gamestop, for all 3 platforms. Additionally, Walmart also has it in stock for the PS4 and Xbox One as of this writing, as does Best Buy.', + 'title' : 'Never stop changing!', + 'subtitle': 'John Westrock', + 'excerpt' : 'John Westrock\'s new photo album called \'Never stop changing\' is published! It features more than 200 photos that will take you right in.', 'media' : { 'type' : 'image', - 'preview': 'assets/images/etc/fallout.jpg' + 'preview': 'assets/images/profile/never-stop-changing.jpg' } }, 'comments': [ @@ -118,7 +118,7 @@ export class ProfileFakeDb 'name' : 'Alice Freeman', 'avatar': 'assets/images/avatars/alice.jpg' }, - 'time' : 'June 10, 2015', + 'time' : 'June 10, 2018', 'message': 'That’s a wonderful place. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce et eleifend ligula. Fusce posuere in sapien ac facilisis. Etiam sit amet justo non felis ornare feugiat.' } ] @@ -129,7 +129,7 @@ export class ProfileFakeDb 'avatar': 'assets/images/avatars/carl.jpg' }, 'message': 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce et eleifend ligula. Fusce posuere in sapien ac facilisis. Etiam sit amet justo non felis ornare feugiat. Aenean lorem ex, ultrices sit amet ligula sed...', - 'time' : 'June 10, 2015', + 'time' : 'June 10, 2018', 'type' : 'something', 'like' : 4, 'share' : 1 @@ -139,130 +139,130 @@ export class ProfileFakeDb public static photosVideos = [ { - 'name' : 'June 2015', + 'name' : 'June 2018', 'info' : '5 Photos', 'media': [ { 'type' : 'photo', - 'title' : 'Mountain Sunset', - 'preview': 'assets/images/etc/mountain-sunset.jpg' + 'title' : 'A Walk Amongst Friends', + 'preview': 'assets/images/profile/a-walk-amongst-friends-small.jpg' }, { 'type' : 'photo', - 'title' : 'Mountain Lake', - 'preview': 'assets/images/etc/mountain-lake.jpg' + 'title' : 'Braies Lake', + 'preview': 'assets/images/profile/braies-lake-small.jpg' }, { 'type' : 'photo', - 'title' : 'Hot air balloons', - 'preview': 'assets/images/etc/air-balloons.jpg' + 'title' : 'Fall Glow', + 'preview': 'assets/images/profile/fall-glow-small.jpg' }, { 'type' : 'photo', - 'title' : 'Cactus', - 'preview': 'assets/images/etc/cactus.jpg' + 'title' : 'First Snow', + 'preview': 'assets/images/profile/first-snow-small.jpg' }, { 'type' : 'photo', - 'title' : 'Road Trip', - 'preview': 'assets/images/etc/road-trip.jpg' + 'title' : 'Lago di Braies', + 'preview': 'assets/images/profile/lago-di-braies-small.jpg' } ] }, { - 'name' : 'May 2015', + 'name' : 'May 2018', 'info' : '7 Photos, 3 Videos', 'media': [ { 'type' : 'photo', - 'title' : 'Mountain Sunset', - 'preview': 'assets/images/etc/mountain-sunset.jpg' + 'title' : 'Lago di Sorapis', + 'preview': 'assets/images/profile/lago-di-sorapis-small.jpg' }, { 'type' : 'photo', - 'title' : 'Mountain Lake', - 'preview': 'assets/images/etc/mountain-lake.jpg' + 'title' : 'Morain Lake', + 'preview': 'assets/images/profile/morain-lake-small.jpg' }, { 'type' : 'photo', - 'title' : 'Hot air balloons', - 'preview': 'assets/images/etc/air-balloons.jpg' + 'title' : 'Never Stop Changing', + 'preview': 'assets/images/profile/never-stop-changing-small.jpg' }, { 'type' : 'photo', - 'title' : 'Cactus', - 'preview': 'assets/images/etc/cactus.jpg' + 'title' : 'Reaching', + 'preview': 'assets/images/profile/reaching-small.jpg' }, { 'type' : 'photo', - 'title' : 'Road Trip', - 'preview': 'assets/images/etc/road-trip.jpg' + 'title' : 'Yosemite', + 'preview': 'assets/images/profile/yosemite-small.jpg' }, { 'type' : 'photo', - 'title' : 'Mountain Sunset', - 'preview': 'assets/images/etc/mountain-sunset.jpg' + 'title' : 'A Walk Amongst Friends', + 'preview': 'assets/images/profile/a-walk-amongst-friends-small.jpg' }, { 'type' : 'photo', - 'title' : 'Mountain Lake', - 'preview': 'assets/images/etc/mountain-lake.jpg' + 'title' : 'Braies Lake', + 'preview': 'assets/images/profile/braies-lake-small.jpg' }, { 'type' : 'photo', - 'title' : 'Hot air balloons', - 'preview': 'assets/images/etc/air-balloons.jpg' + 'title' : 'Fall Glow', + 'preview': 'assets/images/profile/fall-glow-small.jpg' }, { 'type' : 'photo', - 'title' : 'Cactus', - 'preview': 'assets/images/etc/cactus.jpg' + 'title' : 'First Snow', + 'preview': 'assets/images/profile/first-snow-small.jpg' }, { 'type' : 'photo', - 'title' : 'Road Trip', - 'preview': 'assets/images/etc/road-trip.jpg' + 'title' : 'Lago di Braies', + 'preview': 'assets/images/profile/lago-di-braies-small.jpg' } ] }, { - 'name' : 'April 2015', - 'info' : '5 Photos', + 'name' : 'April 2018', + 'info' : '7 Photos', 'media': [ { 'type' : 'photo', - 'title' : 'Mountain Sunset', - 'preview': 'assets/images/etc/mountain-sunset.jpg' + 'title' : 'Lago di Sorapis', + 'preview': 'assets/images/profile/lago-di-sorapis-small.jpg' }, { 'type' : 'photo', - 'title' : 'Mountain Lake', - 'preview': 'assets/images/etc/mountain-lake.jpg' + 'title' : 'Morain Lake', + 'preview': 'assets/images/profile/morain-lake-small.jpg' }, { 'type' : 'photo', - 'title' : 'Hot air balloons', - 'preview': 'assets/images/etc/air-balloons.jpg' + 'title' : 'Never Stop Changing', + 'preview': 'assets/images/profile/never-stop-changing-small.jpg' }, { 'type' : 'photo', - 'title' : 'Cactus', - 'preview': 'assets/images/etc/cactus.jpg' + 'title' : 'Reaching', + 'preview': 'assets/images/profile/reaching-small.jpg' }, { 'type' : 'photo', - 'title' : 'Road Trip', - 'preview': 'assets/images/etc/road-trip.jpg' + 'title' : 'Yosemite', + 'preview': 'assets/images/profile/yosemite-small.jpg' }, { 'type' : 'photo', - 'title' : 'Mountain Sunset', - 'preview': 'assets/images/etc/mountain-sunset.jpg' + 'title' : 'A Walk Amongst Friends', + 'preview': 'assets/images/profile/a-walk-amongst-friends-small.jpg' }, { 'type' : 'photo', - 'title' : 'Mountain Lake', - 'preview': 'assets/images/etc/mountain-lake.jpg' + 'title' : 'Braies Lake', + 'preview': 'assets/images/profile/braies-lake-small.jpg' } ] } @@ -270,10 +270,10 @@ export class ProfileFakeDb public static about = { 'general': { - 'gender' : 'Female', - 'birthday' : 'May 8th, 1988', + 'gender' : 'Male', + 'birthday' : 'February 30th, 1974', 'locations': [ - 'Istanbul, Turkey', + 'London, UK', 'New York, USA' ], 'about' : 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis eget pharetra felis, sed ullamcorper dui. Sed et elementum neque. Vestibulum pellente viverra ultrices. Etiam justo augue, vehicula ac gravida a, interdum sit amet nisl. Integer vitae nisi id nibh dictum mollis in vitae tortor.' @@ -308,19 +308,16 @@ export class ProfileFakeDb }, 'groups' : [ { - 'logo' : 'assets/images/logos/android.png', 'name' : 'Android', 'category': 'Technology', 'members' : '1.856.546' }, { - 'logo' : 'assets/images/logos/google.png', 'name' : 'Google', 'category': 'Web', 'members' : '1.226.121' }, { - 'logo' : 'assets/images/logos/fallout.png', 'name' : 'Fallout', 'category': 'Games', 'members' : '526.142' diff --git a/src/app/fake-db/quick-panel.ts b/src/app/fake-db/quick-panel.ts index 81c89e66..da6aa40e 100644 --- a/src/app/fake-db/quick-panel.ts +++ b/src/app/fake-db/quick-panel.ts @@ -3,11 +3,11 @@ export class QuickPanelFakeDb public static notes = [ { 'title' : 'Best songs to listen while working', - 'detail': 'Last edit: May 8th, 2015' + 'detail': 'Last edit: May 8th, 2018' }, { 'title' : 'Useful subreddits', - 'detail': 'Last edit: January 12th, 2015' + 'detail': 'Last edit: January 12th, 2018' } ]; diff --git a/src/app/fake-db/search.ts b/src/app/fake-db/search.ts index 3cbbdf0e..17f693e2 100644 --- a/src/app/fake-db/search.ts +++ b/src/app/fake-db/search.ts @@ -1,6 +1,6 @@ export class SearchFakeDb { - public static classic = [ + public static search = [ { 'title' : 'Dynamically Procrastinate B2C', 'url' : 'ourwebaddress.com/articles/procrastinate', @@ -43,97 +43,4 @@ export class SearchFakeDb } ]; - public static table = [ - { - 'name' : 'Airi Satou', - 'position' : 'Accountant', - 'office' : 'Tokyo', - 'age' : '33', - 'startDate': '2008/11/28', - 'salary' : '162700', - 'email' : 'a.satou@mail.com' - }, - { - 'name' : 'Angellica Ramos', - 'position' : 'Chief Executive Officer (CEO)', - 'office' : 'London', - 'age' : '47', - 'startDate': '2009/10/09', - 'salary' : '1200000', - 'email' : 'a.ramos@mail.com' - }, - { - 'name' : 'Ashton Cox', - 'position' : 'Hunior Technical Author', - 'office' : 'San Fransisco', - 'age' : '66', - 'startDate': '2009/01/12', - 'salary' : '86000', - 'email' : 'a.cox@mail.com' - }, - { - 'name' : 'Bradley Greer', - 'position' : 'Software Engineer', - 'office' : 'London', - 'age' : '41', - 'startDate': '2012/10/13', - 'salary' : '132000', - 'email' : 'b.greer@mail.com' - }, - { - 'name' : 'Brenden Wagner', - 'position' : 'Software Engineer', - 'office' : 'San Fransisco', - 'age' : '28', - 'startDate': '2011/06/07', - 'salary' : '206850', - 'email' : 'b.wagner@mail.com' - }, - { - 'name' : 'Brielle Williamson', - 'position' : 'Integration Specialist', - 'office' : 'New York', - 'age' : '61', - 'startDate': '2012/12/02', - 'salary' : '372000', - 'email' : 'b.williamson@mail.com' - }, - { - 'name' : 'Bruno Nash', - 'position' : 'Software Engineer', - 'office' : 'London', - 'age' : '38', - 'startDate': '2011/05/03', - 'salary' : '163500', - 'email' : 'b.nash@mail.com' - }, - { - 'name' : 'Caesar Vance', - 'position' : 'Pre-Sales Support', - 'office' : 'New York', - 'age' : '21', - 'startDate': '2011/12/12', - 'salary' : '106450', - 'email' : 'c.vance@mail.com' - }, - { - 'name' : 'Cara Stevens', - 'position' : 'Sales Assistant', - 'office' : 'New York', - 'age' : '46', - 'startDate': '2011/12/06', - 'salary' : '145600', - 'email' : 'c.stevens@mail.com' - }, - { - 'name' : 'Cedric Kelly', - 'position' : 'Senior Javascript Developer', - 'office' : 'Edinburg', - 'age' : '22', - 'startDate': '2012/03/29', - 'salary' : '433060', - 'email' : 'c.kelly@mail.com' - } - ]; - } diff --git a/src/app/fake-db/todo.ts b/src/app/fake-db/todo.ts index 88121a98..b36cd847 100644 --- a/src/app/fake-db/todo.ts +++ b/src/app/fake-db/todo.ts @@ -5,7 +5,7 @@ export class TodoFakeDb 'id' : '561551bd7fe2ff461101c192', 'title' : 'Proident tempor est nulla irure ad est', 'notes' : 'Id nulla nulla proident deserunt deserunt proident in quis. Cillum reprehenderit labore id anim laborum.', - 'startDate': 'Wednesday, January 29, 2014 3:17 PM', + 'startDate': 'Wednesday, January 29, 2017 3:17 PM', 'dueDate' : null, 'completed': false, 'starred' : false, @@ -17,8 +17,8 @@ export class TodoFakeDb 'id' : '561551bd4ac1e7eb77a3a750', 'title' : 'Magna quis irure quis ea pariatur laborum', 'notes' : '', - 'startDate': 'Sunday, February 1, 2015 1:30 PM', - 'dueDate' : 'Friday, December 30, 2016 10:07 AM', + 'startDate': 'Sunday, February 1, 2018 1:30 PM', + 'dueDate' : 'Friday, December 30, 2019 10:07 AM', 'completed': false, 'starred' : false, 'important': true, @@ -29,7 +29,7 @@ export class TodoFakeDb 'id' : '561551bd917bfec2ddef2d49', 'title' : 'Ullamco duis commodo sint ad aliqua aute', 'notes' : 'Sunt laborum enim nostrud ea fugiat cillum mollit aliqua exercitation ad elit.', - 'startDate': 'Friday, April 11, 2014 3:43 AM', + 'startDate': 'Friday, April 11, 2017 3:43 AM', 'dueDate' : 'Wednesday, July 26, 2017 11:14 AM', 'completed': false, 'starred' : true, @@ -41,7 +41,7 @@ export class TodoFakeDb 'id' : '561551bdeeb2fd6877e18c29', 'title' : 'Eiusmod non occaecat pariatur Lorem in ex', 'notes' : 'Nostrud anim mollit incididunt qui qui sit commodo duis. Anim amet irure aliquip duis nostrud sit quis fugiat ullamco non dolor labore. Lorem sunt voluptate laboris culpa proident. Aute eiusmod aliqua exercitation irure exercitation qui laboris mollit occaecat eu occaecat fugiat.', - 'startDate': 'Wednesday, May 7, 2014 4:14 AM', + 'startDate': 'Wednesday, May 7, 2017 4:14 AM', 'dueDate' : 'Friday, December 15, 2017 4:01 AM', 'completed': true, 'starred' : true, @@ -53,8 +53,8 @@ export class TodoFakeDb 'id' : '561551bdf38eae0134ae43d4', 'title' : 'Lorem magna cillum consequat consequat mollit', 'notes' : 'Velit ipsum proident ea incididunt et. Consectetur eiusmod laborum voluptate duis occaecat ullamco sint enim proident.', - 'startDate': 'Sunday, August 23, 2015 11:19 PM', - 'dueDate' : 'Friday, July 8, 2016 10:49 AM', + 'startDate': 'Sunday, August 23, 2018 11:19 PM', + 'dueDate' : 'Friday, July 8, 2019 10:49 AM', 'completed': false, 'starred' : false, 'important': false, @@ -65,7 +65,7 @@ export class TodoFakeDb 'id' : '561551bd32f1588c814a0ccd', 'title' : 'Quis irure cupidatat ad consequat reprehenderit excepteur', 'notes' : 'Esse nisi mollit aliquip mollit aute consequat adipisicing. Do excepteur dolore proident cupidatat pariatur irure consequat incididunt.', - 'startDate': 'Sunday, June 7, 2015 10:49 AM', + 'startDate': 'Sunday, June 7, 2018 10:49 AM', 'dueDate' : 'Monday, January 9, 2017 8:34 AM', 'completed': false, 'starred' : true, @@ -77,8 +77,8 @@ export class TodoFakeDb 'id' : '561551bd0bb4b08ca77038ef', 'title' : 'Officia voluptate tempor ut mollit ea cillum', 'notes' : 'Deserunt veniam reprehenderit do elit magna ut.', - 'startDate': 'Saturday, October 18, 2014 4:25 AM', - 'dueDate' : 'Sunday, August 21, 2016 10:48 PM', + 'startDate': 'Saturday, October 18, 2017 4:25 AM', + 'dueDate' : 'Sunday, August 21, 2019 10:48 PM', 'completed': true, 'starred' : false, 'important': false, @@ -89,8 +89,8 @@ export class TodoFakeDb 'id' : '561551bdf84eec913835ebe5', 'title' : 'Sit exercitation cupidatat minim est ipsum excepteur', 'notes' : '', - 'startDate': 'Friday, August 8, 2014 5:45 AM', - 'dueDate' : 'Wednesday, June 15, 2016 1:53 PM', + 'startDate': 'Friday, August 8, 2017 5:45 AM', + 'dueDate' : 'Wednesday, June 15, 2019 1:53 PM', 'completed': true, 'starred' : false, 'important': true, @@ -101,8 +101,8 @@ export class TodoFakeDb 'id' : '561551bd2047cc709af0f670', 'title' : 'Sunt fugiat officia nisi minim sunt duis', 'notes' : 'Eiusmod eiusmod sint aliquip exercitation cillum. Magna nulla officia ex consectetur ea ad excepteur in qui.', - 'startDate': 'Monday, July 13, 2015 1:55 PM', - 'dueDate' : 'Thursday, March 3, 2016 2:26 PM', + 'startDate': 'Monday, July 13, 2018 1:55 PM', + 'dueDate' : 'Thursday, March 3, 2019 2:26 PM', 'completed': false, 'starred' : false, 'important': false, @@ -120,8 +120,8 @@ export class TodoFakeDb 'id' : '561551bd73d1a627e97005ce', 'title' : 'Non cupidatat enim quis aliquip minim laborum', 'notes' : 'Qui cillum eiusmod nostrud sunt dolore velit nostrud labore voluptate ad dolore. Eu Lorem anim pariatur aliqua. Ullamco ut dolor velit esse occaecat dolore eu cillum commodo qui. Nulla dolor consequat voluptate magna ut commodo magna consectetur non aute proident.', - 'startDate': 'Tuesday, November 11, 2014 6:36 PM', - 'dueDate' : 'Tuesday, August 9, 2016 7:18 AM', + 'startDate': 'Tuesday, November 11, 2017 6:36 PM', + 'dueDate' : 'Tuesday, August 9, 2019 7:18 AM', 'completed': false, 'starred' : false, 'important': false, @@ -132,8 +132,8 @@ export class TodoFakeDb 'id' : '561551bd8f7d793ded0a2353', 'title' : 'Dolor ex occaecat magna labore laboris qui', 'notes' : 'Incididunt qui excepteur eiusmod elit cillum occaecat voluptate cillum nostrud. Dolor ullamco ullamco eiusmod do sunt adipisicing pariatur. In esse esse labore id reprehenderit sint do. Pariatur culpa dolor tempor qui excepteur duis do anim minim ipsum.', - 'startDate': 'Monday, June 9, 2014 3:15 PM', - 'dueDate' : 'Wednesday, October 19, 2016 3:38 PM', + 'startDate': 'Monday, June 9, 2017 3:15 PM', + 'dueDate' : 'Wednesday, October 19, 2019 3:38 PM', 'completed': false, 'starred' : false, 'important': true, @@ -144,7 +144,7 @@ export class TodoFakeDb 'id' : '561551bdaa586f72d0be02cc', 'title' : 'Ex nisi amet id dolore nostrud esse', 'notes' : '', - 'startDate': 'Thursday, January 15, 2015 6:11 PM', + 'startDate': 'Thursday, January 15, 2018 6:11 PM', 'dueDate' : 'Sunday, August 20, 2017 10:02 AM', 'completed': false, 'starred' : true, @@ -156,7 +156,7 @@ export class TodoFakeDb 'id' : '561551bd9f1c2de5b27f537b', 'title' : 'In dolor velit labore dolore ex eiusmod', 'notes' : '', - 'startDate': 'Monday, March 10, 2014 12:50 AM', + 'startDate': 'Monday, March 10, 2017 12:50 AM', 'dueDate' : 'Thursday, January 26, 2017 3:10 PM', 'completed': false, 'starred' : false, @@ -168,7 +168,7 @@ export class TodoFakeDb 'id' : '561551bd26e21bb5e85b35cb', 'title' : 'Sunt voluptate aliquip exercitation minim magna sit', 'notes' : '', - 'startDate': 'Tuesday, March 24, 2015 10:54 PM', + 'startDate': 'Tuesday, March 24, 2018 10:54 PM', 'dueDate' : 'Wednesday, August 23, 2017 5:35 PM', 'completed': false, 'starred' : false, @@ -180,7 +180,7 @@ export class TodoFakeDb 'id' : '561551bd719860cf0ad2011a', 'title' : 'Nisi et ullamco minim ea proident tempor', 'notes' : 'Dolor veniam dolor cillum Lorem magna nisi in occaecat nulla dolor ea eiusmod.', - 'startDate': 'Friday, February 14, 2014 10:03 AM', + 'startDate': 'Friday, February 14, 2017 10:03 AM', 'dueDate' : 'Saturday, July 8, 2017 11:54 PM', 'completed': false, 'starred' : true, @@ -192,8 +192,8 @@ export class TodoFakeDb 'id' : '561551bd49d800c243264a91', 'title' : 'Sit ipsum mollit cupidatat adipisicing officia aliquip', 'notes' : '', - 'startDate': 'Wednesday, December 10, 2014 9:25 AM', - 'dueDate' : 'Friday, March 25, 2016 12:29 AM', + 'startDate': 'Wednesday, December 10, 2017 9:25 AM', + 'dueDate' : 'Friday, March 25, 2019 12:29 AM', 'completed': true, 'starred' : false, 'important': false, @@ -204,8 +204,8 @@ export class TodoFakeDb 'id' : '561551bd061990eaf40fb64f', 'title' : 'Amet sunt et quis amet commodo quis', 'notes' : 'Nulla dolore consequat aliqua sint consequat elit qui occaecat et.', - 'startDate': 'Saturday, March 1, 2014 3:59 PM', - 'dueDate' : 'Saturday, November 7, 2015 2:00 PM', + 'startDate': 'Saturday, March 1, 2017 3:59 PM', + 'dueDate' : 'Saturday, November 7, 2018 2:00 PM', 'completed': false, 'starred' : false, 'important': true, @@ -216,7 +216,7 @@ export class TodoFakeDb 'id' : '561551be81d05fa94711e7f3', 'title' : 'Ut eiusmod ex ea eiusmod culpa incididunt', 'notes' : 'Fugiat non incididunt officia ex incididunt occaecat. Voluptate nostrud culpa aliquip mollit incididunt non dolore.', - 'startDate': 'Monday, February 2, 2015 3:07 PM', + 'startDate': 'Monday, February 2, 2018 3:07 PM', 'dueDate' : 'Saturday, October 14, 2017 6:57 AM', 'completed': false, 'starred' : false, @@ -228,8 +228,8 @@ export class TodoFakeDb 'id' : '561551be05c093a80e0c8d05', 'title' : 'Proident reprehenderit laboris pariatur ut et nisi', 'notes' : 'Reprehenderit proident ut ad cillum quis velit quis aliqua ut aliquip tempor ullamco.', - 'startDate': 'Sunday, June 14, 2015 4:40 AM', - 'dueDate' : 'Wednesday, February 10, 2016 10:47 AM', + 'startDate': 'Sunday, June 14, 2018 4:40 AM', + 'dueDate' : 'Wednesday, February 10, 2019 10:47 AM', 'completed': true, 'starred' : true, 'important': true, @@ -240,8 +240,8 @@ export class TodoFakeDb 'id' : '561551be3bb43a5bd431c2fc', 'title' : 'Aliqua aliquip aliquip aliquip et exercitation aute', 'notes' : 'Adipisicing Lorem tempor ex anim. Labore tempor laboris nostrud dolore voluptate ullamco. Fugiat ex deserunt anim minim esse velit laboris aute ea duis incididunt. Elit irure id Lorem incididunt laborum aliquip consectetur est irure sunt. Ut labore anim nisi aliqua tempor laborum nulla cillum. Duis irure consequat cillum magna cillum eiusmod ut. Et exercitation voluptate quis deserunt elit quis dolor deserunt ex ex esse ex.', - 'startDate': 'Saturday, May 3, 2014 1:32 AM', - 'dueDate' : 'Monday, September 12, 2016 9:16 PM', + 'startDate': 'Saturday, May 3, 2017 1:32 AM', + 'dueDate' : 'Monday, September 12, 2019 9:16 PM', 'completed': true, 'starred' : false, 'important': true, diff --git a/src/app/layout/components/chat-panel/chat-panel.component.html b/src/app/layout/components/chat-panel/chat-panel.component.html index 50541432..6043866e 100644 --- a/src/app/layout/components/chat-panel/chat-panel.component.html +++ b/src/app/layout/components/chat-panel/chat-panel.component.html @@ -4,7 +4,7 @@

- chat + chat

Team Chat

diff --git a/src/app/layout/components/toolbar/toolbar.component.html b/src/app/layout/components/toolbar/toolbar.component.html index 8db88628..86df4c56 100644 --- a/src/app/layout/components/toolbar/toolbar.component.html +++ b/src/app/layout/components/toolbar/toolbar.component.html @@ -63,7 +63,7 @@ class="language-button" [matMenuTriggerFor]="languageMenu">
- + {{selectedLanguage.id}}
@@ -72,7 +72,7 @@ diff --git a/src/app/main/angular-material-elements/angular-material-elements.component.html b/src/app/main/angular-material-elements/angular-material-elements.component.html index 6deae6ba..8dff33df 100644 --- a/src/app/main/angular-material-elements/angular-material-elements.component.html +++ b/src/app/main/angular-material-elements/angular-material-elements.component.html @@ -5,7 +5,7 @@ fxLayoutAlign.gt-xs="space-between center">
-
+
home chevron_right Components diff --git a/src/app/main/apps/academy/course/course.component.html b/src/app/main/apps/academy/course/course.component.html index 2bce6d6b..7f678987 100644 --- a/src/app/main/apps/academy/course/course.component.html +++ b/src/app/main/apps/academy/course/course.component.html @@ -68,14 +68,14 @@
- - - \ No newline at end of file +
diff --git a/src/app/main/documentation/components-third-party/datatable/ngx-datatable.component.html b/src/app/main/documentation/components-third-party/datatable/ngx-datatable.component.html index c9ca2725..007c6efb 100644 --- a/src/app/main/documentation/components-third-party/datatable/ngx-datatable.component.html +++ b/src/app/main/documentation/components-third-party/datatable/ngx-datatable.component.html @@ -4,7 +4,7 @@
-
+
home chevron_right Documentation diff --git a/src/app/main/documentation/components-third-party/google-maps/google-maps.component.html b/src/app/main/documentation/components-third-party/google-maps/google-maps.component.html index 9e574d47..8f201057 100644 --- a/src/app/main/documentation/components-third-party/google-maps/google-maps.component.html +++ b/src/app/main/documentation/components-third-party/google-maps/google-maps.component.html @@ -4,7 +4,7 @@
-
+
home chevron_right Documentation diff --git a/src/app/main/documentation/components/components.module.ts b/src/app/main/documentation/components/components.module.ts index 50b9bef8..9eb74f6f 100644 --- a/src/app/main/documentation/components/components.module.ts +++ b/src/app/main/documentation/components/components.module.ts @@ -1,14 +1,10 @@ import { NgModule } from '@angular/core'; import { RouterModule } from '@angular/router'; -import { - MatButtonModule, MatButtonToggleModule, MatFormFieldModule, MatIconModule, MatListModule, MatMenuModule, MatSelectModule, MatSlideToggleModule, MatTabsModule -} from '@angular/material'; -import { NgxChartsModule } from '@swimlane/ngx-charts'; +import { MatButtonModule, MatIconModule } from '@angular/material'; import { FuseSharedModule } from '@fuse/shared.module'; import { FuseCountdownModule, FuseHighlightModule, FuseMaterialColorPickerModule, FuseWidgetModule } from '@fuse/components'; -import { DocsComponentsCardsComponent } from 'app/main/documentation/components/cards/cards.component'; import { DocsComponentsCountdownComponent } from 'app/main/documentation/components/countdown/countdown.component'; import { DocsComponentsHighlightComponent } from 'app/main/documentation/components/highlight/highlight.component'; import { DocsComponentsMaterialColorPickerComponent } from 'app/main/documentation/components/material-color-picker/material-color-picker.component'; @@ -20,10 +16,6 @@ import { DocsComponentsShortcutsComponent } from 'app/main/documentation/compone import { DocsComponentsWidgetComponent } from 'app/main/documentation/components/widget/widget.component'; const routes = [ - { - path : 'cards', - component: DocsComponentsCardsComponent - }, { path : 'countdown', component: DocsComponentsCountdownComponent @@ -64,7 +56,6 @@ const routes = [ @NgModule({ declarations: [ - DocsComponentsCardsComponent, DocsComponentsCountdownComponent, DocsComponentsHighlightComponent, DocsComponentsMaterialColorPickerComponent, @@ -79,16 +70,7 @@ const routes = [ RouterModule.forChild(routes), MatButtonModule, - MatButtonToggleModule, - MatFormFieldModule, MatIconModule, - MatListModule, - MatMenuModule, - MatSelectModule, - MatSlideToggleModule, - MatTabsModule, - - NgxChartsModule, FuseSharedModule, diff --git a/src/app/main/documentation/components/countdown/countdown.component.html b/src/app/main/documentation/components/countdown/countdown.component.html index 63c7bf37..bb5cfb8f 100644 --- a/src/app/main/documentation/components/countdown/countdown.component.html +++ b/src/app/main/documentation/components/countdown/countdown.component.html @@ -3,7 +3,7 @@
-
+
home chevron_right Documentation diff --git a/src/app/main/documentation/components/highlight/highlight.component.html b/src/app/main/documentation/components/highlight/highlight.component.html index 828bd073..d6a12184 100644 --- a/src/app/main/documentation/components/highlight/highlight.component.html +++ b/src/app/main/documentation/components/highlight/highlight.component.html @@ -3,7 +3,7 @@
-
+
home chevron_right Documentation diff --git a/src/app/main/documentation/components/material-color-picker/material-color-picker.component.html b/src/app/main/documentation/components/material-color-picker/material-color-picker.component.html index ca0e6600..56d21dd4 100644 --- a/src/app/main/documentation/components/material-color-picker/material-color-picker.component.html +++ b/src/app/main/documentation/components/material-color-picker/material-color-picker.component.html @@ -3,7 +3,7 @@
-
+
home chevron_right Documentation diff --git a/src/app/main/documentation/components/progress-bar/progress-bar.component.html b/src/app/main/documentation/components/progress-bar/progress-bar.component.html index 512c6dd1..cef3296c 100644 --- a/src/app/main/documentation/components/progress-bar/progress-bar.component.html +++ b/src/app/main/documentation/components/progress-bar/progress-bar.component.html @@ -3,7 +3,7 @@
-
+
home chevron_right Documentation diff --git a/src/app/main/documentation/components/search-bar/search-bar.component.html b/src/app/main/documentation/components/search-bar/search-bar.component.html index 86f2c86f..a17c0c53 100644 --- a/src/app/main/documentation/components/search-bar/search-bar.component.html +++ b/src/app/main/documentation/components/search-bar/search-bar.component.html @@ -3,7 +3,7 @@
-
+
home chevron_right Documentation diff --git a/src/app/main/documentation/components/shortcuts/shortcuts.component.html b/src/app/main/documentation/components/shortcuts/shortcuts.component.html index bf9ac6ba..a08b5c00 100644 --- a/src/app/main/documentation/components/shortcuts/shortcuts.component.html +++ b/src/app/main/documentation/components/shortcuts/shortcuts.component.html @@ -3,7 +3,7 @@
-
+
home chevron_right Documentation diff --git a/src/app/main/documentation/components/sidebar/sidebar.component.html b/src/app/main/documentation/components/sidebar/sidebar.component.html index 7eb96630..97c5bb8e 100644 --- a/src/app/main/documentation/components/sidebar/sidebar.component.html +++ b/src/app/main/documentation/components/sidebar/sidebar.component.html @@ -3,7 +3,7 @@
-
+
home chevron_right Documentation diff --git a/src/app/main/documentation/components/widget/widget.component.html b/src/app/main/documentation/components/widget/widget.component.html index 0219940c..2dd27f7b 100644 --- a/src/app/main/documentation/components/widget/widget.component.html +++ b/src/app/main/documentation/components/widget/widget.component.html @@ -3,7 +3,7 @@
-
+
home chevron_right Documentation diff --git a/src/app/main/documentation/directives/fuseIfOnDom/fuse-if-on-dom.component.html b/src/app/main/documentation/directives/fuseIfOnDom/fuse-if-on-dom.component.html index 1b56ae78..d311ef3b 100644 --- a/src/app/main/documentation/directives/fuseIfOnDom/fuse-if-on-dom.component.html +++ b/src/app/main/documentation/directives/fuseIfOnDom/fuse-if-on-dom.component.html @@ -3,7 +3,7 @@
-
+
home chevron_right Documentation diff --git a/src/app/main/documentation/directives/fuseInnerScroll/fuse-inner-scroll.component.html b/src/app/main/documentation/directives/fuseInnerScroll/fuse-inner-scroll.component.html index a9593154..b880e9ae 100644 --- a/src/app/main/documentation/directives/fuseInnerScroll/fuse-inner-scroll.component.html +++ b/src/app/main/documentation/directives/fuseInnerScroll/fuse-inner-scroll.component.html @@ -3,7 +3,7 @@
-
+
home chevron_right Documentation diff --git a/src/app/main/documentation/directives/fuseMatSidenav/fuse-mat-sidenav.component.html b/src/app/main/documentation/directives/fuseMatSidenav/fuse-mat-sidenav.component.html index 181954a3..6ac87a8a 100644 --- a/src/app/main/documentation/directives/fuseMatSidenav/fuse-mat-sidenav.component.html +++ b/src/app/main/documentation/directives/fuseMatSidenav/fuse-mat-sidenav.component.html @@ -3,7 +3,7 @@
-
+
home chevron_right Documentation diff --git a/src/app/main/documentation/directives/fusePerfectScrollbar/fuse-perfect-scrollbar.component.html b/src/app/main/documentation/directives/fusePerfectScrollbar/fuse-perfect-scrollbar.component.html index 93fc1d8a..88fd5c23 100644 --- a/src/app/main/documentation/directives/fusePerfectScrollbar/fuse-perfect-scrollbar.component.html +++ b/src/app/main/documentation/directives/fusePerfectScrollbar/fuse-perfect-scrollbar.component.html @@ -3,7 +3,7 @@
-
+
home chevron_right Documentation diff --git a/src/app/main/documentation/getting-started/installation/installation.component.html b/src/app/main/documentation/getting-started/installation/installation.component.html index 9cff3c40..c9728ab8 100644 --- a/src/app/main/documentation/getting-started/installation/installation.component.html +++ b/src/app/main/documentation/getting-started/installation/installation.component.html @@ -3,7 +3,7 @@
-
+
home chevron_right Documentation diff --git a/src/app/main/documentation/getting-started/introduction/introduction.component.html b/src/app/main/documentation/getting-started/introduction/introduction.component.html index d11830fd..4de5fe0f 100644 --- a/src/app/main/documentation/getting-started/introduction/introduction.component.html +++ b/src/app/main/documentation/getting-started/introduction/introduction.component.html @@ -3,7 +3,7 @@
-
+
home chevron_right Documentation diff --git a/src/app/main/documentation/services/fuse-config/fuse-config.component.html b/src/app/main/documentation/services/fuse-config/fuse-config.component.html index 5da575fb..1e965d7f 100644 --- a/src/app/main/documentation/services/fuse-config/fuse-config.component.html +++ b/src/app/main/documentation/services/fuse-config/fuse-config.component.html @@ -3,7 +3,7 @@
-
+
home chevron_right Documentation diff --git a/src/app/main/documentation/services/fuse-splash-screen/fuse-splash-screen.component.html b/src/app/main/documentation/services/fuse-splash-screen/fuse-splash-screen.component.html index 00cba9a0..59dbd6d4 100644 --- a/src/app/main/documentation/services/fuse-splash-screen/fuse-splash-screen.component.html +++ b/src/app/main/documentation/services/fuse-splash-screen/fuse-splash-screen.component.html @@ -3,7 +3,7 @@
-
+
home chevron_right Documentation diff --git a/src/app/main/documentation/working-with-fuse/directory-structure/directory-structure.component.html b/src/app/main/documentation/working-with-fuse/directory-structure/directory-structure.component.html index 3e677137..36d5591d 100644 --- a/src/app/main/documentation/working-with-fuse/directory-structure/directory-structure.component.html +++ b/src/app/main/documentation/working-with-fuse/directory-structure/directory-structure.component.html @@ -3,7 +3,7 @@
-
+
home chevron_right Documentation diff --git a/src/app/main/documentation/working-with-fuse/material-theming/material-theming.component.html b/src/app/main/documentation/working-with-fuse/material-theming/material-theming.component.html index 1f1040e8..0d0563c9 100644 --- a/src/app/main/documentation/working-with-fuse/material-theming/material-theming.component.html +++ b/src/app/main/documentation/working-with-fuse/material-theming/material-theming.component.html @@ -3,7 +3,7 @@
-
+
home chevron_right Documentation diff --git a/src/app/main/documentation/working-with-fuse/multi-language/multi-language.component.html b/src/app/main/documentation/working-with-fuse/multi-language/multi-language.component.html index 58bcb0d6..fc297ced 100644 --- a/src/app/main/documentation/working-with-fuse/multi-language/multi-language.component.html +++ b/src/app/main/documentation/working-with-fuse/multi-language/multi-language.component.html @@ -3,7 +3,7 @@
-
+
home chevron_right Components diff --git a/src/app/main/documentation/working-with-fuse/page-layouts/page-layouts.component.html b/src/app/main/documentation/working-with-fuse/page-layouts/page-layouts.component.html index 657800d6..d4b405cf 100644 --- a/src/app/main/documentation/working-with-fuse/page-layouts/page-layouts.component.html +++ b/src/app/main/documentation/working-with-fuse/page-layouts/page-layouts.component.html @@ -3,7 +3,7 @@
-
+
home chevron_right Documentation diff --git a/src/app/main/documentation/working-with-fuse/production/production.component.html b/src/app/main/documentation/working-with-fuse/production/production.component.html index f1336934..5acc92ca 100644 --- a/src/app/main/documentation/working-with-fuse/production/production.component.html +++ b/src/app/main/documentation/working-with-fuse/production/production.component.html @@ -3,7 +3,7 @@
-
+
home chevron_right Documentation diff --git a/src/app/main/documentation/working-with-fuse/server/server.component.html b/src/app/main/documentation/working-with-fuse/server/server.component.html index e7ffe546..e10f8d5a 100644 --- a/src/app/main/documentation/working-with-fuse/server/server.component.html +++ b/src/app/main/documentation/working-with-fuse/server/server.component.html @@ -3,7 +3,7 @@
-
+
home chevron_right Documentation diff --git a/src/app/main/documentation/working-with-fuse/theme-layouts/theme-layouts.component.html b/src/app/main/documentation/working-with-fuse/theme-layouts/theme-layouts.component.html index 1394fa48..60be20a5 100644 --- a/src/app/main/documentation/working-with-fuse/theme-layouts/theme-layouts.component.html +++ b/src/app/main/documentation/working-with-fuse/theme-layouts/theme-layouts.component.html @@ -3,7 +3,7 @@
-
+
home chevron_right Documentation diff --git a/src/app/main/documentation/working-with-fuse/updating-fuse/updating-fuse.component.html b/src/app/main/documentation/working-with-fuse/updating-fuse/updating-fuse.component.html index b14195de..449431b5 100644 --- a/src/app/main/documentation/working-with-fuse/updating-fuse/updating-fuse.component.html +++ b/src/app/main/documentation/working-with-fuse/updating-fuse/updating-fuse.component.html @@ -3,7 +3,7 @@
-
+
home chevron_right Documentation diff --git a/src/app/main/pages/authentication/forgot-password-2/forgot-password-2.component.html b/src/app/main/pages/authentication/forgot-password-2/forgot-password-2.component.html index ea0bff78..aa1d1f29 100644 --- a/src/app/main/pages/authentication/forgot-password-2/forgot-password-2.component.html +++ b/src/app/main/pages/authentication/forgot-password-2/forgot-password-2.component.html @@ -30,8 +30,10 @@
- - + + Email + + mail Email is required @@ -53,4 +55,4 @@
-
\ No newline at end of file +
diff --git a/src/app/main/pages/authentication/forgot-password-2/forgot-password-2.module.ts b/src/app/main/pages/authentication/forgot-password-2/forgot-password-2.module.ts index bc985e94..e11ae2bf 100644 --- a/src/app/main/pages/authentication/forgot-password-2/forgot-password-2.module.ts +++ b/src/app/main/pages/authentication/forgot-password-2/forgot-password-2.module.ts @@ -1,6 +1,6 @@ import { NgModule } from '@angular/core'; import { RouterModule } from '@angular/router'; -import { MatButtonModule, MatFormFieldModule, MatInputModule } from '@angular/material'; +import { MatButtonModule, MatFormFieldModule, MatIconModule, MatInputModule } from '@angular/material'; import { FuseSharedModule } from '@fuse/shared.module'; @@ -22,6 +22,7 @@ const routes = [ MatButtonModule, MatFormFieldModule, + MatIconModule, MatInputModule, FuseSharedModule, diff --git a/src/app/main/pages/authentication/forgot-password/forgot-password.component.html b/src/app/main/pages/authentication/forgot-password/forgot-password.component.html index f2170dee..d73d87c7 100644 --- a/src/app/main/pages/authentication/forgot-password/forgot-password.component.html +++ b/src/app/main/pages/authentication/forgot-password/forgot-password.component.html @@ -12,8 +12,10 @@ - - + + Email + + mail Email is required @@ -36,4 +38,4 @@
-
\ No newline at end of file +
diff --git a/src/app/main/pages/authentication/forgot-password/forgot-password.module.ts b/src/app/main/pages/authentication/forgot-password/forgot-password.module.ts index c9ac1439..7edd5612 100644 --- a/src/app/main/pages/authentication/forgot-password/forgot-password.module.ts +++ b/src/app/main/pages/authentication/forgot-password/forgot-password.module.ts @@ -1,6 +1,6 @@ import { NgModule } from '@angular/core'; import { RouterModule } from '@angular/router'; -import { MatButtonModule, MatFormFieldModule, MatInputModule } from '@angular/material'; +import { MatButtonModule, MatFormFieldModule, MatIconModule, MatInputModule } from '@angular/material'; import { FuseSharedModule } from '@fuse/shared.module'; @@ -22,6 +22,7 @@ const routes = [ MatButtonModule, MatFormFieldModule, + MatIconModule, MatInputModule, FuseSharedModule diff --git a/src/app/main/pages/authentication/lock/lock.component.html b/src/app/main/pages/authentication/lock/lock.component.html index 7802d096..4680d44b 100644 --- a/src/app/main/pages/authentication/lock/lock.component.html +++ b/src/app/main/pages/authentication/lock/lock.component.html @@ -23,12 +23,16 @@ - - + + Username + + account_circle - - + + Password + + vpn_key Password is required @@ -49,4 +53,4 @@
-
\ No newline at end of file +
diff --git a/src/app/main/pages/authentication/login-2/login-2.component.html b/src/app/main/pages/authentication/login-2/login-2.component.html index 217d261c..86e2b178 100644 --- a/src/app/main/pages/authentication/login-2/login-2.component.html +++ b/src/app/main/pages/authentication/login-2/login-2.component.html @@ -30,8 +30,10 @@ - - + + Email + + mail Email is required @@ -42,8 +44,10 @@ - - + + Password + + vpn_key Password is required @@ -89,4 +93,4 @@
-
\ No newline at end of file +
diff --git a/src/app/main/pages/authentication/login-2/login-2.module.ts b/src/app/main/pages/authentication/login-2/login-2.module.ts index d8f653a7..9d070aef 100644 --- a/src/app/main/pages/authentication/login-2/login-2.module.ts +++ b/src/app/main/pages/authentication/login-2/login-2.module.ts @@ -1,6 +1,6 @@ import { NgModule } from '@angular/core'; import { RouterModule } from '@angular/router'; -import { MatButtonModule, MatCheckboxModule, MatFormFieldModule, MatInputModule } from '@angular/material'; +import { MatButtonModule, MatCheckboxModule, MatFormFieldModule, MatIconModule, MatInputModule } from '@angular/material'; import { FuseSharedModule } from '@fuse/shared.module'; @@ -23,6 +23,7 @@ const routes = [ MatButtonModule, MatCheckboxModule, MatFormFieldModule, + MatIconModule, MatInputModule, FuseSharedModule diff --git a/src/app/main/pages/authentication/login/login.component.html b/src/app/main/pages/authentication/login/login.component.html index 36f0b43a..a597c091 100644 --- a/src/app/main/pages/authentication/login/login.component.html +++ b/src/app/main/pages/authentication/login/login.component.html @@ -12,8 +12,10 @@ - - + + Email + + mail Email is required @@ -24,8 +26,10 @@ - - + + Password + + vpn_key Password is required @@ -70,4 +74,4 @@
-
\ No newline at end of file +
diff --git a/src/app/main/pages/authentication/login/login.module.ts b/src/app/main/pages/authentication/login/login.module.ts index 12d5eebd..9495b137 100644 --- a/src/app/main/pages/authentication/login/login.module.ts +++ b/src/app/main/pages/authentication/login/login.module.ts @@ -1,6 +1,6 @@ import { NgModule } from '@angular/core'; import { RouterModule } from '@angular/router'; -import { MatButtonModule, MatCheckboxModule, MatFormFieldModule, MatInputModule } from '@angular/material'; +import { MatButtonModule, MatCheckboxModule, MatFormFieldModule, MatIconModule, MatInputModule } from '@angular/material'; import { FuseSharedModule } from '@fuse/shared.module'; @@ -23,6 +23,7 @@ const routes = [ MatButtonModule, MatCheckboxModule, MatFormFieldModule, + MatIconModule, MatInputModule, FuseSharedModule diff --git a/src/app/main/pages/authentication/register-2/register-2.component.html b/src/app/main/pages/authentication/register-2/register-2.component.html index 9900b504..01031d32 100644 --- a/src/app/main/pages/authentication/register-2/register-2.component.html +++ b/src/app/main/pages/authentication/register-2/register-2.component.html @@ -30,15 +30,19 @@ - - + + Name + + account_circle Name is required - - + + Email + + mail Email is required @@ -47,15 +51,19 @@ - - + + Password + + vpn_key Password is required - - + + Password (Confirm) + + vpn_key Password confirmation is required @@ -85,4 +93,4 @@
-
\ No newline at end of file +
diff --git a/src/app/main/pages/authentication/register-2/register-2.module.ts b/src/app/main/pages/authentication/register-2/register-2.module.ts index 3b689cb3..ad943b5e 100644 --- a/src/app/main/pages/authentication/register-2/register-2.module.ts +++ b/src/app/main/pages/authentication/register-2/register-2.module.ts @@ -1,6 +1,6 @@ import { NgModule } from '@angular/core'; import { RouterModule } from '@angular/router'; -import { MatButtonModule, MatCheckboxModule, MatFormFieldModule, MatInputModule } from '@angular/material'; +import { MatButtonModule, MatCheckboxModule, MatFormFieldModule, MatIconModule, MatInputModule } from '@angular/material'; import { FuseSharedModule } from '@fuse/shared.module'; @@ -23,6 +23,7 @@ const routes = [ MatButtonModule, MatCheckboxModule, MatFormFieldModule, + MatIconModule, MatInputModule, FuseSharedModule diff --git a/src/app/main/pages/authentication/register/register.component.html b/src/app/main/pages/authentication/register/register.component.html index 3669e8b2..aeab1ec3 100644 --- a/src/app/main/pages/authentication/register/register.component.html +++ b/src/app/main/pages/authentication/register/register.component.html @@ -12,15 +12,19 @@ - - + + Name + + account_circle Name is required - - + + Email + + mail Email is required @@ -29,15 +33,19 @@ - - + + Password + + vpn_key Password is required - - + + Password (Confirm) + + vpn_key Password confirmation is required @@ -70,4 +78,4 @@
-
\ No newline at end of file +
diff --git a/src/app/main/pages/authentication/register/register.module.ts b/src/app/main/pages/authentication/register/register.module.ts index 117198e9..ef6b71d6 100644 --- a/src/app/main/pages/authentication/register/register.module.ts +++ b/src/app/main/pages/authentication/register/register.module.ts @@ -1,6 +1,6 @@ import { NgModule } from '@angular/core'; import { RouterModule } from '@angular/router'; -import { MatButtonModule, MatCheckboxModule, MatFormFieldModule, MatInputModule } from '@angular/material'; +import { MatButtonModule, MatCheckboxModule, MatFormFieldModule, MatIconModule, MatInputModule } from '@angular/material'; import { FuseSharedModule } from '@fuse/shared.module'; @@ -23,6 +23,7 @@ const routes = [ MatButtonModule, MatCheckboxModule, MatFormFieldModule, + MatIconModule, MatInputModule, FuseSharedModule diff --git a/src/app/main/pages/authentication/reset-password-2/reset-password-2.component.html b/src/app/main/pages/authentication/reset-password-2/reset-password-2.component.html index 06e7487f..d9bbe43f 100644 --- a/src/app/main/pages/authentication/reset-password-2/reset-password-2.component.html +++ b/src/app/main/pages/authentication/reset-password-2/reset-password-2.component.html @@ -30,8 +30,10 @@ - - + + Email + + mail Email is required @@ -40,15 +42,19 @@ - - + + Password + + vpn_key Password is required - - + + Password (Confirm) + + vpn_key Password confirmation is required @@ -70,4 +76,4 @@
-
\ No newline at end of file +
diff --git a/src/app/main/pages/authentication/reset-password-2/reset-password-2.module.ts b/src/app/main/pages/authentication/reset-password-2/reset-password-2.module.ts index 5d70a2a0..baa1b8d3 100644 --- a/src/app/main/pages/authentication/reset-password-2/reset-password-2.module.ts +++ b/src/app/main/pages/authentication/reset-password-2/reset-password-2.module.ts @@ -1,6 +1,6 @@ import { NgModule } from '@angular/core'; import { RouterModule } from '@angular/router'; -import { MatButtonModule, MatFormFieldModule, MatInputModule } from '@angular/material'; +import { MatButtonModule, MatFormFieldModule, MatIconModule, MatInputModule } from '@angular/material'; import { FuseSharedModule } from '@fuse/shared.module'; @@ -22,6 +22,7 @@ const routes = [ MatButtonModule, MatFormFieldModule, + MatIconModule, MatInputModule, FuseSharedModule diff --git a/src/app/main/pages/authentication/reset-password/reset-password.component.html b/src/app/main/pages/authentication/reset-password/reset-password.component.html index f68a7cc1..66c39427 100644 --- a/src/app/main/pages/authentication/reset-password/reset-password.component.html +++ b/src/app/main/pages/authentication/reset-password/reset-password.component.html @@ -12,8 +12,10 @@ - - + + Email + + mail Email is required @@ -22,15 +24,19 @@ - - + + Password + + vpn_key Password is required - - + + Password (Confirm) + + vpn_key Password confirmation is required @@ -54,4 +60,4 @@
-
\ No newline at end of file +
diff --git a/src/app/main/pages/authentication/reset-password/reset-password.module.ts b/src/app/main/pages/authentication/reset-password/reset-password.module.ts index ed454e5d..d7f45631 100644 --- a/src/app/main/pages/authentication/reset-password/reset-password.module.ts +++ b/src/app/main/pages/authentication/reset-password/reset-password.module.ts @@ -1,6 +1,6 @@ import { NgModule } from '@angular/core'; import { RouterModule } from '@angular/router'; -import { MatButtonModule, MatFormFieldModule, MatInputModule } from '@angular/material'; +import { MatButtonModule, MatFormFieldModule, MatIconModule, MatInputModule } from '@angular/material'; import { FuseSharedModule } from '@fuse/shared.module'; @@ -22,6 +22,7 @@ const routes = [ MatButtonModule, MatFormFieldModule, + MatIconModule, MatInputModule, FuseSharedModule diff --git a/src/app/main/pages/coming-soon/coming-soon.component.html b/src/app/main/pages/coming-soon/coming-soon.component.html index fc44953e..e0dfa08c 100644 --- a/src/app/main/pages/coming-soon/coming-soon.component.html +++ b/src/app/main/pages/coming-soon/coming-soon.component.html @@ -28,6 +28,7 @@ Email + mail Email is required @@ -48,4 +49,4 @@
-
\ No newline at end of file +
diff --git a/src/app/main/pages/coming-soon/coming-soon.module.ts b/src/app/main/pages/coming-soon/coming-soon.module.ts index f891fd1b..4405bf6b 100644 --- a/src/app/main/pages/coming-soon/coming-soon.module.ts +++ b/src/app/main/pages/coming-soon/coming-soon.module.ts @@ -1,7 +1,7 @@ import { NgModule } from '@angular/core'; import { RouterModule } from '@angular/router'; -import { MatButtonModule, MatFormFieldModule, MatInputModule } from '@angular/material'; +import { MatButtonModule, MatFormFieldModule, MatIconModule, MatInputModule } from '@angular/material'; import { FuseSharedModule } from '@fuse/shared.module'; import { FuseCountdownModule } from '@fuse/components'; @@ -24,6 +24,7 @@ const routes = [ MatButtonModule, MatFormFieldModule, + MatIconModule, MatInputModule, FuseSharedModule, diff --git a/src/app/main/pages/errors/404/error-404.component.html b/src/app/main/pages/errors/404/error-404.component.html index c5764940..3838a2f1 100644 --- a/src/app/main/pages/errors/404/error-404.component.html +++ b/src/app/main/pages/errors/404/error-404.component.html @@ -8,7 +8,7 @@ Go back to dashboard diff --git a/src/app/main/pages/errors/404/error-404.component.scss b/src/app/main/pages/errors/404/error-404.component.scss index 071dc9bd..b29efe09 100644 --- a/src/app/main/pages/errors/404/error-404.component.scss +++ b/src/app/main/pages/errors/404/error-404.component.scss @@ -28,7 +28,8 @@ error-404 { line-height: 56px; margin: 48px auto 16px auto; padding: 16px; - @include mat-elevation(1); + border: 1px solid; + border-radius: 28px; input { padding: 0 0 0 16px; diff --git a/src/app/main/pages/errors/404/error-404.component.ts b/src/app/main/pages/errors/404/error-404.component.ts index 5d5d1270..fd4cda94 100644 --- a/src/app/main/pages/errors/404/error-404.component.ts +++ b/src/app/main/pages/errors/404/error-404.component.ts @@ -1,7 +1,5 @@ import { Component, ViewEncapsulation } from '@angular/core'; -import { FuseConfigService } from '@fuse/services/config.service'; - @Component({ selector : 'error-404', templateUrl : './error-404.component.html', @@ -12,29 +10,9 @@ export class Error404Component { /** * Constructor - * - * @param {FuseConfigService} _fuseConfigService */ - constructor( - private _fuseConfigService: FuseConfigService - ) + constructor() { - // Configure the layout - this._fuseConfigService.config = { - layout: { - navbar : { - hidden: true - }, - toolbar : { - hidden: true - }, - footer : { - hidden: true - }, - sidepanel: { - hidden: true - } - } - }; + } } diff --git a/src/app/main/pages/errors/404/error-404.theme.scss b/src/app/main/pages/errors/404/error-404.theme.scss index 596b9608..a657e7cd 100644 --- a/src/app/main/pages/errors/404/error-404.theme.scss +++ b/src/app/main/pages/errors/404/error-404.theme.scss @@ -15,6 +15,7 @@ .search { background: map-get($background, card); + border-color: map-get($foreground, divider); input { background: map-get($background, card); diff --git a/src/app/main/pages/errors/500/error-500.component.ts b/src/app/main/pages/errors/500/error-500.component.ts index 52d8327c..14329f94 100644 --- a/src/app/main/pages/errors/500/error-500.component.ts +++ b/src/app/main/pages/errors/500/error-500.component.ts @@ -1,7 +1,5 @@ import { Component, ViewEncapsulation } from '@angular/core'; -import { FuseConfigService } from '@fuse/services/config.service'; - @Component({ selector : 'error-500', templateUrl : './error-500.component.html', @@ -12,29 +10,8 @@ export class Error500Component { /** * Constructor - * - * @param {FuseConfigService} _fuseConfigService */ - constructor( - private _fuseConfigService: FuseConfigService - ) + constructor() { - // Configure the layout - this._fuseConfigService.config = { - layout: { - navbar : { - hidden: true - }, - toolbar : { - hidden: true - }, - footer : { - hidden: true - }, - sidepanel: { - hidden: true - } - } - }; } } diff --git a/src/app/main/pages/faq/faq.component.scss b/src/app/main/pages/faq/faq.component.scss index cee58956..d8fa8dff 100644 --- a/src/app/main/pages/faq/faq.component.scss +++ b/src/app/main/pages/faq/faq.component.scss @@ -37,6 +37,8 @@ faq { height: 56px; line-height: 56px; padding: 18px; + border-radius: 28px; + overflow: hidden; input { height: 56px; diff --git a/src/app/main/pages/invoices/compact/compact.component.scss b/src/app/main/pages/invoices/compact/compact.component.scss index 9badaac5..bad6d0fa 100644 --- a/src/app/main/pages/invoices/compact/compact.component.scss +++ b/src/app/main/pages/invoices/compact/compact.component.scss @@ -9,6 +9,7 @@ invoice-compact { .invoice-container { padding: 64px; + margin: 0 auto; .card { width: 1020px; @@ -354,4 +355,4 @@ invoice-compact { } } } -} \ No newline at end of file +} diff --git a/src/app/main/pages/invoices/modern/modern.component.scss b/src/app/main/pages/invoices/modern/modern.component.scss index 2583475b..59526ce4 100644 --- a/src/app/main/pages/invoices/modern/modern.component.scss +++ b/src/app/main/pages/invoices/modern/modern.component.scss @@ -9,6 +9,7 @@ invoice-modern { .invoice-container { padding: 64px; + margin: 0 auto; .card { width: 1020px; @@ -370,4 +371,4 @@ invoice-modern { } } } -} \ No newline at end of file +} diff --git a/src/app/main/pages/knowledge-base/knowledge-base.component.html b/src/app/main/pages/knowledge-base/knowledge-base.component.html index 1ab4e538..202c1d93 100644 --- a/src/app/main/pages/knowledge-base/knowledge-base.component.html +++ b/src/app/main/pages/knowledge-base/knowledge-base.component.html @@ -16,13 +16,13 @@
- +

{{category.title}}

- note + insert_drive_file {{ article.title }} diff --git a/src/app/main/pages/knowledge-base/knowledge-base.component.scss b/src/app/main/pages/knowledge-base/knowledge-base.component.scss index e1fbd388..d2f1fa8a 100644 --- a/src/app/main/pages/knowledge-base/knowledge-base.component.scss +++ b/src/app/main/pages/knowledge-base/knowledge-base.component.scss @@ -55,6 +55,8 @@ min-width: 400px; margin: 16px; padding: 16px; + border-radius: 4px; + @include mat-elevation(1); @include media-breakpoint('xs') { min-width: 300px; @@ -63,10 +65,6 @@ .mat-list-item { text-decoration: none !important; - - .mat-list-item-content { - - } } .see-all-link { diff --git a/src/app/main/pages/pages.module.ts b/src/app/main/pages/pages.module.ts index 8cef2f0e..b84d64a4 100644 --- a/src/app/main/pages/pages.module.ts +++ b/src/app/main/pages/pages.module.ts @@ -18,7 +18,8 @@ import { InvoiceCompactModule } from 'app/main/pages/invoices/compact/compact.mo import { MaintenanceModule } from 'app/main/pages/maintenance/maintenence.module'; import { PricingModule } from 'app/main/pages/pricing/pricing.module'; import { ProfileModule } from 'app/main/pages/profile/profile.module'; -import { SearchModule } from 'app/main/pages/search/search.module'; +import { SearchClassicModule } from 'app/main/pages/search/classic/search-classic.module'; +import { SearchModernModule } from 'app/main/pages/search/modern/search-modern.module'; import { FaqModule } from 'app/main/pages/faq/faq.module'; import { KnowledgeBaseModule } from 'app/main/pages/knowledge-base/knowledge-base.module'; @@ -57,7 +58,8 @@ import { KnowledgeBaseModule } from 'app/main/pages/knowledge-base/knowledge-bas ProfileModule, // Search - SearchModule, + SearchClassicModule, + SearchModernModule, // Faq FaqModule, diff --git a/src/app/main/pages/profile/profile.component.html b/src/app/main/pages/profile/profile.component.html index 49be7b5f..ecfabc83 100644 --- a/src/app/main/pages/profile/profile.component.html +++ b/src/app/main/pages/profile/profile.component.html @@ -6,9 +6,10 @@