From 167336f245d1298583e482c2b2d725266256da95 Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Sun, 22 Oct 2017 00:02:41 +0100 Subject: [PATCH] Refactor demo shell as CLI project (#2501) * split interfaces * angular cli demo refactoring * fix test import * fix demo script * fix demo script * fix demo script * fix demo script --- demo-shell-ng2/.angular-cli.json | 292 +++ .../.ebextensions/deploy_npm.config | 18 - demo-shell-ng2/.editorconfig | 12 +- demo-shell-ng2/.gitignore | 44 + demo-shell-ng2/app.config-prod.json | 302 --- .../{app.config-dev.json => app.config.json} | 4 +- demo-shell-ng2/app/app.component.html | 1 - demo-shell-ng2/app/app.module.ts | 141 -- .../app-layout/app-layout.component.scss | 57 - .../file-view/file-view.component.html | 9 - demo-shell-ng2/app/components/index.ts | 36 - demo-shell-ng2/app/general.scss | 3 - demo-shell-ng2/app/vendor.ts | 71 - demo-shell-ng2/config/helpers.js | 10 - demo-shell-ng2/config/karma-test-shim.js | 21 - demo-shell-ng2/config/karma.conf.js | 73 - demo-shell-ng2/config/loaders/debug.js | 5 - .../config/loaders/license-check.js | 67 - demo-shell-ng2/config/loaders/system.js | 27 - demo-shell-ng2/config/webpack.common.js | 191 -- demo-shell-ng2/config/webpack.dev.js | 148 -- demo-shell-ng2/config/webpack.prod.js | 134 -- demo-shell-ng2/config/webpack.style.js | 37 - demo-shell-ng2/config/webpack.test.js | 58 - demo-shell-ng2/e2e/app.e2e-spec.ts | 14 + demo-shell-ng2/e2e/app.po.ts | 11 + demo-shell-ng2/e2e/tsconfig.e2e.json | 12 + demo-shell-ng2/favicon-96x96.png | Bin 9826 -> 0 bytes demo-shell-ng2/index.html | 68 - demo-shell-ng2/karma.conf.js | 45 +- demo-shell-ng2/package.json | 140 +- demo-shell-ng2/protractor.conf.js | 30 + demo-shell-ng2/proxy.conf.json | 18 + demo-shell-ng2/public/js/Blob.js | 211 -- demo-shell-ng2/public/js/classList.js | 240 -- demo-shell-ng2/public/js/formdata.js | 37 - demo-shell-ng2/public/js/typedarray.js | 1048 --------- demo-shell-ng2/src/app/adf.module.ts | 47 + .../app/app.component.css} | 0 demo-shell-ng2/src/app/app.component.html | 1 + demo-shell-ng2/src/app/app.component.spec.ts | 32 + demo-shell-ng2/{ => src}/app/app.component.ts | 36 +- demo-shell-ng2/src/app/app.module.ts | 100 + demo-shell-ng2/{ => src}/app/app.routes.ts | 53 +- .../app/components/about/about.component.css | 0 .../app/components/about/about.component.html | 0 .../app/components/about/about.component.ts | 0 ...activiti-process-attachments.component.css | 0 ...ctiviti-process-attachments.component.html | 0 .../activiti-process-attachments.component.ts | 0 .../activiti-show-diagram.component.css | 0 .../activiti-show-diagram.component.html | 0 .../activiti-show-diagram.component.ts | 0 .../activiti-task-attachments.component.css | 0 .../activiti-task-attachments.component.html | 0 .../activiti-task-attachments.component.ts | 0 .../activiti/activiti.component.html} | 0 .../activiti/activiti.component.scss} | 0 .../activiti/activiti.component.ts} | 7 +- .../app/components/activiti/apps.view.ts | 0 .../custom-editor/custom-editor.component.ts | 0 .../activiti/demo-field-validator.ts | 0 .../activiti/form-node-viewer.component.css | 0 .../activiti/form-node-viewer.component.html | 0 .../activiti/form-node-viewer.component.ts | 0 .../activiti/form-viewer.component.css | 0 .../activiti/form-viewer.component.html | 0 .../activiti/form-viewer.component.ts | 0 .../app-layout/app-layout.component.html | 0 .../app-layout/app-layout.component.scss | 58 + .../app-layout/app-layout.component.ts | 2 +- .../datatable/datatable.component.css} | 0 .../datatable/datatable.component.html} | 0 .../datatable/datatable.component.ts} | 6 +- .../file-view/file-view.component.html | 5 + .../file-view/file-view.component.ts | 0 .../files/custom-sources.component.html | 0 .../files/custom-sources.component.ts | 0 .../app/components/files/files.component.html | 0 .../app/components/files/files.component.scss | 2 - .../app/components/files/files.component.ts | 0 .../app/components/form/demo-form.ts | 0 .../components/form/form-list.component.html} | 0 .../components/form/form-list.component.scss} | 0 .../components/form/form-list.component.ts} | 6 +- .../app/components/form/form.component.css} | 0 .../app/components/form/form.component.html} | 0 .../app/components/form/form.component.ts} | 6 +- .../app/components/home/home.component.html | 0 .../app/components/home/home.component.scss | 0 .../components/home/home.component.spec.ts | 0 .../app/components/home/home.component.ts | 0 .../app/components/login/login.component.css} | 0 .../components/login/login.component.html} | 0 .../app/components/login/login.component.ts} | 6 +- .../search/search-bar.component.html | 0 .../components/search/search-bar.component.ts | 0 .../components/search/search.component.html | 0 .../components/search/search.component.scss | 0 .../app/components/search/search.component.ts | 0 .../settings/settings.component.html | 0 .../settings/settings.component.scss | 12 +- .../components/settings/settings.component.ts | 0 .../components/social/social.component.html | 0 .../components/social/social.component.scss | 0 .../app/components/social/social.component.ts | 0 .../app/components/tag/tag.component.html | 0 .../app/components/tag/tag.component.scss | 0 .../app/components/tag/tag.component.ts | 0 .../style-manager/style-manager.ts | 0 .../components/theme-picker/theme-picker.css | 0 .../components/theme-picker/theme-picker.html | 0 .../components/theme-picker/theme-picker.ts | 0 .../theme-storage/theme-storage.ts | 0 .../webscript/webscript.component.html | 0 .../webscript/webscript.component.ts | 0 .../{ => src}/app/material.module.ts | 35 +- .../app/services/debug-app-config.service.ts | 0 .../app/services/in-memory-form.service.ts | 0 demo-shell-ng2/src/assets/.gitkeep | 0 .../{app/theme.scss => src/custom-style.scss} | 9 +- .../src/environments/environment.prod.ts | 3 + .../src/environments/environment.ts | 8 + demo-shell-ng2/src/favicon.ico | Bin 0 -> 5430 bytes demo-shell-ng2/src/index.html | 53 + demo-shell-ng2/src/main.ts | 16 + demo-shell-ng2/src/polyfills.ts | 68 + demo-shell-ng2/src/styles.css | 6 + demo-shell-ng2/src/test.ts | 32 + demo-shell-ng2/src/tsconfig.app.json | 13 + demo-shell-ng2/src/tsconfig.dev.json | 117 + demo-shell-ng2/src/tsconfig.spec.json | 20 + demo-shell-ng2/src/typings.d.ts | 5 + demo-shell-ng2/tsconfig.dev.json | 57 - demo-shell-ng2/tsconfig.json | 63 +- demo-shell-ng2/tslint.json | 259 +-- demo-shell-ng2/webpack.config.js | 1 - demo-shell-ng2/wsrv-config.js | 26 - ng2-components/ng2-activiti-form/index.ts | 16 +- .../dynamic-table/cell-validator.model.ts | 29 + .../date-cell-validator-model.ts | 52 + .../dynamic-row-validation-summary.model.ts | 17 +- .../dynamic-table-column-option.model.ts | 13 +- .../dynamic-table-column.model.ts | 46 + .../dynamic-table/dynamic-table-row.model.ts | 24 + .../dynamic-table.widget.model.ts | 159 +- .../dynamic-table.widget.spec.ts | 7 +- .../dynamic-table/dynamic-table.widget.ts | 10 +- .../editors/boolean/boolean.editor.spec.ts | 6 +- .../editors/boolean/boolean.editor.ts | 6 +- .../editors/date/date.editor.spec.ts | 7 +- .../dynamic-table/editors/date/date.editor.ts | 19 +- .../editors/dropdown/dropdown.editor.spec.ts | 11 +- .../editors/dropdown/dropdown.editor.ts | 5 +- .../dynamic-table/editors/row.editor.spec.ts | 11 +- .../dynamic-table/editors/row.editor.ts | 5 +- .../editors/text/text.editor.spec.ts | 3 +- .../dynamic-table/editors/text/text.editor.ts | 6 +- .../number-cell-validator.model.ts | 63 + .../required-cell-validator.model.ts | 55 + .../validate-dynamic-table-row.event.ts | 4 +- .../src/components/start-task.component.ts | 2 +- .../components/datatable/data-cell.event.ts | 3 +- .../datatable/data-row-action.event.ts | 2 +- .../datatable/datatable-cell.component.ts | 4 +- .../datatable/datatable.component.ts | 7 +- .../src/data/data-column.model.ts | 30 + .../src/data/data-row-event.model.ts | 32 + .../src/data/data-row.model.ts | 24 + .../src/data/data-sorting.model.ts | 9 +- .../src/data/datatable-adapter.ts | 45 +- .../ng2-alfresco-datatable/src/data/index.ts | 6 +- .../src/data/object-datatable-adapter.spec.ts | 4 +- .../src/data/object-datatable-adapter.ts | 5 +- .../content-node-selector.component.ts | 5 +- .../document-list.component.spec.ts | 5 +- .../src/components/document-list.component.ts | 6 +- .../src/data/image-resolver.model.ts | 20 + .../src/data/row-filter.model.ts | 20 + .../src/data/share-data-row.model.ts | 97 + .../src/data/share-datatable-adapter.spec.ts | 3 +- .../src/data/share-datatable-adapter.ts | 86 +- .../src/services/node-actions.service.ts | 2 +- typescript | 1934 +++++++++++++++++ 184 files changed, 3898 insertions(+), 3832 deletions(-) create mode 100644 demo-shell-ng2/.angular-cli.json delete mode 100644 demo-shell-ng2/.ebextensions/deploy_npm.config delete mode 100644 demo-shell-ng2/app.config-prod.json rename demo-shell-ng2/{app.config-dev.json => app.config.json} (99%) delete mode 100644 demo-shell-ng2/app/app.component.html delete mode 100644 demo-shell-ng2/app/app.module.ts delete mode 100644 demo-shell-ng2/app/components/app-layout/app-layout.component.scss delete mode 100644 demo-shell-ng2/app/components/file-view/file-view.component.html delete mode 100644 demo-shell-ng2/app/components/index.ts delete mode 100644 demo-shell-ng2/app/general.scss delete mode 100644 demo-shell-ng2/app/vendor.ts delete mode 100644 demo-shell-ng2/config/helpers.js delete mode 100644 demo-shell-ng2/config/karma-test-shim.js delete mode 100644 demo-shell-ng2/config/karma.conf.js delete mode 100644 demo-shell-ng2/config/loaders/debug.js delete mode 100644 demo-shell-ng2/config/loaders/license-check.js delete mode 100644 demo-shell-ng2/config/loaders/system.js delete mode 100644 demo-shell-ng2/config/webpack.common.js delete mode 100644 demo-shell-ng2/config/webpack.dev.js delete mode 100644 demo-shell-ng2/config/webpack.prod.js delete mode 100644 demo-shell-ng2/config/webpack.style.js delete mode 100644 demo-shell-ng2/config/webpack.test.js create mode 100644 demo-shell-ng2/e2e/app.e2e-spec.ts create mode 100644 demo-shell-ng2/e2e/app.po.ts create mode 100644 demo-shell-ng2/e2e/tsconfig.e2e.json delete mode 100644 demo-shell-ng2/favicon-96x96.png delete mode 100644 demo-shell-ng2/index.html create mode 100644 demo-shell-ng2/protractor.conf.js create mode 100644 demo-shell-ng2/proxy.conf.json delete mode 100644 demo-shell-ng2/public/js/Blob.js delete mode 100644 demo-shell-ng2/public/js/classList.js delete mode 100644 demo-shell-ng2/public/js/formdata.js delete mode 100644 demo-shell-ng2/public/js/typedarray.js create mode 100644 demo-shell-ng2/src/app/adf.module.ts rename demo-shell-ng2/{app/components/activiti/activiti-show-diagram.component.css => src/app/app.component.css} (100%) create mode 100644 demo-shell-ng2/src/app/app.component.html create mode 100644 demo-shell-ng2/src/app/app.component.spec.ts rename demo-shell-ng2/{ => src}/app/app.component.ts (56%) create mode 100644 demo-shell-ng2/src/app/app.module.ts rename demo-shell-ng2/{ => src}/app/app.routes.ts (72%) rename demo-shell-ng2/{ => src}/app/components/about/about.component.css (100%) rename demo-shell-ng2/{ => src}/app/components/about/about.component.html (100%) rename demo-shell-ng2/{ => src}/app/components/about/about.component.ts (100%) rename demo-shell-ng2/{ => src}/app/components/activiti/activiti-process-attachments.component.css (100%) rename demo-shell-ng2/{ => src}/app/components/activiti/activiti-process-attachments.component.html (100%) rename demo-shell-ng2/{ => src}/app/components/activiti/activiti-process-attachments.component.ts (100%) create mode 100644 demo-shell-ng2/src/app/components/activiti/activiti-show-diagram.component.css rename demo-shell-ng2/{ => src}/app/components/activiti/activiti-show-diagram.component.html (100%) rename demo-shell-ng2/{ => src}/app/components/activiti/activiti-show-diagram.component.ts (100%) rename demo-shell-ng2/{ => src}/app/components/activiti/activiti-task-attachments.component.css (100%) rename demo-shell-ng2/{ => src}/app/components/activiti/activiti-task-attachments.component.html (100%) rename demo-shell-ng2/{ => src}/app/components/activiti/activiti-task-attachments.component.ts (100%) rename demo-shell-ng2/{app/components/activiti/activiti-demo.component.html => src/app/components/activiti/activiti.component.html} (100%) rename demo-shell-ng2/{app/components/activiti/activiti-demo.component.scss => src/app/components/activiti/activiti.component.scss} (100%) rename demo-shell-ng2/{app/components/activiti/activiti-demo.component.ts => src/app/components/activiti/activiti.component.ts} (98%) rename demo-shell-ng2/{ => src}/app/components/activiti/apps.view.ts (100%) rename demo-shell-ng2/{ => src}/app/components/activiti/custom-editor/custom-editor.component.ts (100%) rename demo-shell-ng2/{ => src}/app/components/activiti/demo-field-validator.ts (100%) rename demo-shell-ng2/{ => src}/app/components/activiti/form-node-viewer.component.css (100%) rename demo-shell-ng2/{ => src}/app/components/activiti/form-node-viewer.component.html (100%) rename demo-shell-ng2/{ => src}/app/components/activiti/form-node-viewer.component.ts (100%) rename demo-shell-ng2/{ => src}/app/components/activiti/form-viewer.component.css (100%) rename demo-shell-ng2/{ => src}/app/components/activiti/form-viewer.component.html (100%) rename demo-shell-ng2/{ => src}/app/components/activiti/form-viewer.component.ts (100%) rename demo-shell-ng2/{ => src}/app/components/app-layout/app-layout.component.html (100%) create mode 100644 demo-shell-ng2/src/app/components/app-layout/app-layout.component.scss rename demo-shell-ng2/{ => src}/app/components/app-layout/app-layout.component.ts (98%) rename demo-shell-ng2/{app/components/datatable/datatable-demo.component.css => src/app/components/datatable/datatable.component.css} (100%) rename demo-shell-ng2/{app/components/datatable/datatable-demo.component.html => src/app/components/datatable/datatable.component.html} (100%) rename demo-shell-ng2/{app/components/datatable/datatable-demo.component.ts => src/app/components/datatable/datatable.component.ts} (98%) create mode 100644 demo-shell-ng2/src/app/components/file-view/file-view.component.html rename demo-shell-ng2/{ => src}/app/components/file-view/file-view.component.ts (100%) rename demo-shell-ng2/{ => src}/app/components/files/custom-sources.component.html (100%) rename demo-shell-ng2/{ => src}/app/components/files/custom-sources.component.ts (100%) rename demo-shell-ng2/{ => src}/app/components/files/files.component.html (100%) rename demo-shell-ng2/{ => src}/app/components/files/files.component.scss (99%) rename demo-shell-ng2/{ => src}/app/components/files/files.component.ts (100%) rename demo-shell-ng2/{ => src}/app/components/form/demo-form.ts (100%) rename demo-shell-ng2/{app/components/form/form-list-demo.component.html => src/app/components/form/form-list.component.html} (100%) rename demo-shell-ng2/{app/components/form/form-list-demo.component.scss => src/app/components/form/form-list.component.scss} (100%) rename demo-shell-ng2/{app/components/form/form-list-demo.component.ts => src/app/components/form/form-list.component.ts} (94%) rename demo-shell-ng2/{app/components/form/form-demo.component.css => src/app/components/form/form.component.css} (100%) rename demo-shell-ng2/{app/components/form/form-demo.component.html => src/app/components/form/form.component.html} (100%) rename demo-shell-ng2/{app/components/form/form-demo.component.ts => src/app/components/form/form.component.ts} (91%) rename demo-shell-ng2/{ => src}/app/components/home/home.component.html (100%) rename demo-shell-ng2/{ => src}/app/components/home/home.component.scss (100%) rename demo-shell-ng2/{ => src}/app/components/home/home.component.spec.ts (100%) rename demo-shell-ng2/{ => src}/app/components/home/home.component.ts (100%) rename demo-shell-ng2/{app/components/login/login-demo.component.css => src/app/components/login/login.component.css} (100%) rename demo-shell-ng2/{app/components/login/login-demo.component.html => src/app/components/login/login.component.html} (100%) rename demo-shell-ng2/{app/components/login/login-demo.component.ts => src/app/components/login/login.component.ts} (95%) rename demo-shell-ng2/{ => src}/app/components/search/search-bar.component.html (100%) rename demo-shell-ng2/{ => src}/app/components/search/search-bar.component.ts (100%) rename demo-shell-ng2/{ => src}/app/components/search/search.component.html (100%) rename demo-shell-ng2/{ => src}/app/components/search/search.component.scss (100%) rename demo-shell-ng2/{ => src}/app/components/search/search.component.ts (100%) rename demo-shell-ng2/{ => src}/app/components/settings/settings.component.html (100%) rename demo-shell-ng2/{ => src}/app/components/settings/settings.component.scss (94%) rename demo-shell-ng2/{ => src}/app/components/settings/settings.component.ts (100%) rename demo-shell-ng2/{ => src}/app/components/social/social.component.html (100%) rename demo-shell-ng2/{ => src}/app/components/social/social.component.scss (100%) rename demo-shell-ng2/{ => src}/app/components/social/social.component.ts (100%) rename demo-shell-ng2/{ => src}/app/components/tag/tag.component.html (100%) rename demo-shell-ng2/{ => src}/app/components/tag/tag.component.scss (100%) rename demo-shell-ng2/{ => src}/app/components/tag/tag.component.ts (100%) rename demo-shell-ng2/{ => src}/app/components/theme-picker/style-manager/style-manager.ts (100%) rename demo-shell-ng2/{ => src}/app/components/theme-picker/theme-picker.css (100%) rename demo-shell-ng2/{ => src}/app/components/theme-picker/theme-picker.html (100%) rename demo-shell-ng2/{ => src}/app/components/theme-picker/theme-picker.ts (100%) rename demo-shell-ng2/{ => src}/app/components/theme-picker/theme-storage/theme-storage.ts (100%) rename demo-shell-ng2/{ => src}/app/components/webscript/webscript.component.html (100%) rename demo-shell-ng2/{ => src}/app/components/webscript/webscript.component.ts (100%) rename demo-shell-ng2/{ => src}/app/material.module.ts (64%) rename demo-shell-ng2/{ => src}/app/services/debug-app-config.service.ts (100%) rename demo-shell-ng2/{ => src}/app/services/in-memory-form.service.ts (100%) create mode 100644 demo-shell-ng2/src/assets/.gitkeep rename demo-shell-ng2/{app/theme.scss => src/custom-style.scss} (90%) create mode 100644 demo-shell-ng2/src/environments/environment.prod.ts create mode 100644 demo-shell-ng2/src/environments/environment.ts create mode 100644 demo-shell-ng2/src/favicon.ico create mode 100644 demo-shell-ng2/src/index.html create mode 100644 demo-shell-ng2/src/main.ts create mode 100644 demo-shell-ng2/src/polyfills.ts create mode 100644 demo-shell-ng2/src/styles.css create mode 100644 demo-shell-ng2/src/test.ts create mode 100644 demo-shell-ng2/src/tsconfig.app.json create mode 100644 demo-shell-ng2/src/tsconfig.dev.json create mode 100644 demo-shell-ng2/src/tsconfig.spec.json create mode 100644 demo-shell-ng2/src/typings.d.ts delete mode 100644 demo-shell-ng2/tsconfig.dev.json delete mode 100644 demo-shell-ng2/webpack.config.js delete mode 100644 demo-shell-ng2/wsrv-config.js create mode 100644 ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/cell-validator.model.ts create mode 100644 ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/date-cell-validator-model.ts rename demo-shell-ng2/app/polyfills.ts => ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-row-validation-summary.model.ts (67%) rename demo-shell-ng2/app/main.ts => ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-table-column-option.model.ts (67%) create mode 100644 ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-table-column.model.ts create mode 100644 ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-table-row.model.ts create mode 100644 ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/number-cell-validator.model.ts create mode 100644 ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/required-cell-validator.model.ts create mode 100644 ng2-components/ng2-alfresco-datatable/src/data/data-column.model.ts create mode 100644 ng2-components/ng2-alfresco-datatable/src/data/data-row-event.model.ts create mode 100644 ng2-components/ng2-alfresco-datatable/src/data/data-row.model.ts rename demo-shell-ng2/assets/license_header.txt => ng2-components/ng2-alfresco-datatable/src/data/data-sorting.model.ts (83%) create mode 100644 ng2-components/ng2-alfresco-documentlist/src/data/image-resolver.model.ts create mode 100644 ng2-components/ng2-alfresco-documentlist/src/data/row-filter.model.ts create mode 100644 ng2-components/ng2-alfresco-documentlist/src/data/share-data-row.model.ts create mode 100644 typescript diff --git a/demo-shell-ng2/.angular-cli.json b/demo-shell-ng2/.angular-cli.json new file mode 100644 index 0000000000..ce1cc48990 --- /dev/null +++ b/demo-shell-ng2/.angular-cli.json @@ -0,0 +1,292 @@ +{ + "$schema": "./node_modules/@angular/cli/lib/config/schema.json", + "project": { + "name": "myapp" + }, + "apps": [ + { + "root": "src", + "outDir": "dist", + "assets": [ + "assets", + "favicon.ico", + "app.config.json", + { + "glob": "**/*", + "input": "../resources", + "output": "./resources" + }, + { + "glob": "**/*", + "input": "../node_modules/ng2-alfresco-core/prebuilt-themes", + "output": "./prebuilt-themes" + }, + { + "glob": "**/*", + "input": "../node_modules/ng2-alfresco-core/bundles/assets", + "output": "./assets/" + }, + { + "glob": "**/*", + "input": "../node_modules/ng2-alfresco-login/bundles/assets", + "output": "./assets/" + }, + { + "glob": "**/*", + "input": "../node_modules/ng2-alfresco-userinfo/bundles/assets", + "output": "./assets/" + }, + { + "glob": "**/*", + "input": "../node_modules/ng2-alfresco-upload/bundles/assets", + "output": "./assets/" + }, + + { + "glob": "**/*", + "input": "../node_modules/ng2-alfresco-search/bundles/assets", + "output": "./assets/" + }, + { + "glob": "**/*", + "input": "../node_modules/ng2-alfresco-datatable/bundles/assets", + "output": "./assets/" + }, + { + "glob": "**/*", + "input": "../node_modules/ng2-alfresco-documentlist/bundles/assets", + "output": "./assets/" + }, + { + "glob": "**/*", + "input": "../node_modules/ng2-alfresco-viewer/bundles/assets", + "output": "./assets/" + }, + { + "glob": "**/*", + "input": "../node_modules/ng2-alfresco-social/bundles/assets", + "output": "./assets/" + }, + { + "glob": "**/*", + "input": "../node_modules/ng2-alfresco-tag/bundles/assets", + "output": "./assets/" + }, + { + "glob": "**/*", + "input": "../node_modules/ng2-alfresco-webscript/bundles/assets", + "output": "./assets/" + }, + { + "glob": "**/*", + "input": "../node_modules/ng2-activiti-analytics/bundles/assets", + "output": "./assets/" + }, + { + "glob": "**/*", + "input": "../node_modules/ng2-activiti-diagrams/bundles/assets", + "output": "./assets/" + }, + { + "glob": "**/*", + "input": "../node_modules/ng2-activiti-form/bundles/assets", + "output": "./assets/" + }, + { + "glob": "**/*", + "input": "../node_modules/ng2-activiti-processlist/bundles/assets", + "output": "./assets/" + }, + { + "glob": "**/*", + "input": "../node_modules/ng2-activiti-tasklist/bundles/assets", + "output": "./assets/" + } + ], + "index": "index.html", + "main": "main.ts", + "polyfills": "polyfills.ts", + "test": "test.ts", + "tsconfig": "tsconfig.app.json", + "testTsconfig": "tsconfig.spec.json", + "prefix": "app", + "styles": [ + "styles.css", + "../node_modules/ng2-alfresco-core/prebuilt-themes/adf-blue-orange.css", + "../node_modules/material-design-lite/dist/material.orange-blue.min.css", + "../node_modules/dialog-polyfill/dialog-polyfill.css", + "custom-style.scss" + ], + "scripts": [ + "../node_modules/material-design-lite/material.min.js", + "../node_modules/pdfjs-dist/build/pdf.js", + "../node_modules/pdfjs-dist/web/compatibility.js", + "../node_modules/pdfjs-dist/web/pdf_viewer.js", + "../node_modules/dialog-polyfill/dialog-polyfill", + "../node_modules/raphael/raphael.min.js", + "../node_modules/moment/min/moment.min.js", + "../node_modules/three/build/three.min.js" + ], + "environmentSource": "environments/environment.ts", + "environments": { + "dev": "environments/environment.ts", + "prod": "environments/environment.prod.ts" + } + }, + + { + "root": "src", + "outDir": "dist", + "assets": [ + "assets", + "app.config.json", + { + "glob": "**/*", + "input": "../resources", + "output": "./resources" + }, + { + "glob": "**/*", + "input": "../../ng2-components/ng2-alfresco-core/prebuilt-themes", + "output": "./prebuilt-themes" + }, + { + "glob": "**/*", + "input": "../../ng2-components/ng2-alfresco-core/bundles/assets", + "output": "./assets/" + }, + { + "glob": "**/*", + "input": "../../ng2-components/ng2-alfresco-login/bundles/assets", + "output": "./assets/" + }, + { + "glob": "**/*", + "input": "../../ng2-components/ng2-alfresco-userinfo/bundles/assets", + "output": "./assets/" + }, + { + "glob": "**/*", + "input": "../../ng2-components/ng2-alfresco-upload/bundles/assets", + "output": "./assets/" + }, + + { + "glob": "**/*", + "input": "../../ng2-components/ng2-alfresco-search/bundles/assets", + "output": "./assets/" + }, + { + "glob": "**/*", + "input": "../../ng2-components/ng2-alfresco-datatable/bundles/assets", + "output": "./assets/" + }, + { + "glob": "**/*", + "input": "../../ng2-components/ng2-alfresco-documentlist/bundles/assets", + "output": "./assets/" + }, + { + "glob": "**/*", + "input": "../../ng2-components/ng2-alfresco-viewer/bundles/assets", + "output": "./assets/" + }, + { + "glob": "**/*", + "input": "../../ng2-components/ng2-alfresco-social/bundles/assets", + "output": "./assets/" + }, + { + "glob": "**/*", + "input": "../../ng2-components/ng2-alfresco-tag/bundles/assets", + "output": "./assets/" + }, + { + "glob": "**/*", + "input": "../../ng2-components/ng2-alfresco-webscript/bundles/assets", + "output": "./assets/" + }, + { + "glob": "**/*", + "input": "../../ng2-components/ng2-activiti-analytics/bundles/assets", + "output": "./assets/" + }, + { + "glob": "**/*", + "input": "../../ng2-components/ng2-activiti-diagrams/bundles/assets", + "output": "./assets/" + }, + { + "glob": "**/*", + "input": "../../ng2-components/ng2-activiti-form/bundles/assets", + "output": "./assets/" + }, + { + "glob": "**/*", + "input": "../../ng2-components/ng2-activiti-processlist/bundles/assets", + "output": "./assets/" + }, + { + "glob": "**/*", + "input": "../../ng2-components/ng2-activiti-tasklist/bundles/assets", + "output": "./assets/" + } + ], + "index": "index.html", + "main": "main.ts", + "polyfills": "polyfills.ts", + "test": "test.ts", + "tsconfig": "tsconfig.dev.json", + "testTsconfig": "tsconfig.spec.json", + "prefix": "app-dev", + "styles": [ + "styles.css", + "../node_modules/ng2-alfresco-core/prebuilt-themes/adf-blue-orange.css", + "../node_modules/material-design-lite/dist/material.orange-blue.min.css", + "../node_modules/dialog-polyfill/dialog-polyfill.css", + "custom-style.scss" + ], + "scripts": [ + "../node_modules/material-design-lite/material.min.js", + "../node_modules/pdfjs-dist/build/pdf.js", + "../node_modules/pdfjs-dist/web/compatibility.js", + "../node_modules/pdfjs-dist/web/pdf_viewer.js", + "../node_modules/dialog-polyfill/dialog-polyfill", + "../node_modules/raphael/raphael.min.js", + "../node_modules/moment/min/moment.min.js", + "../node_modules/three/build/three.min.js" + ], + "environmentSource": "environments/environment.ts", + "environments": { + "dev": "environments/environment.ts", + "prod": "environments/environment.prod.ts" + } + } + ], + "e2e": { + "protractor": { + "config": "./protractor.conf.js" + } + }, + "lint": [ + { + "project": "src/tsconfig.app.json" + }, + { + "project": "src/tsconfig.spec.json" + }, + { + "project": "e2e/tsconfig.e2e.json" + } + ], + "test": { + "karma": { + "config": "./karma.conf.js" + } + }, + "defaults": { + "styleExt": "scss", + "component": { + } + } +} diff --git a/demo-shell-ng2/.ebextensions/deploy_npm.config b/demo-shell-ng2/.ebextensions/deploy_npm.config deleted file mode 100644 index 7abdb9c83f..0000000000 --- a/demo-shell-ng2/.ebextensions/deploy_npm.config +++ /dev/null @@ -1,18 +0,0 @@ -files: - "/opt/elasticbeanstalk/hooks/appdeploy/pre/50npm.sh" : - mode: "000775" - owner: root - group: root - content: | - #!/bin/bash - function error_exit - { - eventHelper.py --msg "$1" --severity ERROR - exit $2 - } - - export HOME=/home/ec2-user - echo "export home" - - sudo curl -sL https://rpm.nodesource.com/setup_6.x | sudo -E bash - - sudo yum install -y nodejs diff --git a/demo-shell-ng2/.editorconfig b/demo-shell-ng2/.editorconfig index c310eb95da..6e87a003da 100644 --- a/demo-shell-ng2/.editorconfig +++ b/demo-shell-ng2/.editorconfig @@ -1,19 +1,13 @@ -# http://editorconfig.org - +# Editor configuration, see http://editorconfig.org root = true [*] charset = utf-8 indent_style = space -indent_size = 4 -end_of_line = lf +indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true -[package.json] -indent_style = space -indent_size = 2 - [*.md] -insert_final_newline = false +max_line_length = off trim_trailing_whitespace = false diff --git a/demo-shell-ng2/.gitignore b/demo-shell-ng2/.gitignore index 67093b31a5..64ab775d6c 100644 --- a/demo-shell-ng2/.gitignore +++ b/demo-shell-ng2/.gitignore @@ -1,3 +1,47 @@ +# See http://help.github.com/ignore-files/ for more about ignoring files. + +# compiled output +/dist +/tmp +/out-tsc + +# dependencies +/node_modules + +# IDEs and editors +/.idea +.project +.classpath +.c9/ +*.launch +.settings/ +*.sublime-workspace + +# IDE - VSCode +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json + +# misc +/.sass-cache +/connect.lock +/coverage +/libpeerconnection.log +npm-debug.log +testem.log +/typings + +# e2e +/e2e/*.js +/e2e/*.map + + +# System Files +.DS_Store +Thumbs.db + typings/ node_modules/ bower_components/ diff --git a/demo-shell-ng2/app.config-prod.json b/demo-shell-ng2/app.config-prod.json deleted file mode 100644 index c2a6284575..0000000000 --- a/demo-shell-ng2/app.config-prod.json +++ /dev/null @@ -1,302 +0,0 @@ -{ - "ecmHost": "http://{hostname}", - "bpmHost": "http://{hostname}", - "application": { - "name": "Alfresco ADF Appplication" - }, - "languages": [ - { - "key": "en", - "label": "English" - }, - { - "key": "fr", - "label": "French" - }, - { - "key": "de", - "label": "German" - }, - { - "key": "it", - "label": "Italian" - }, - { - "key": "es", - "label": "Spanish" - }, - { - "key": "ja", - "label": "Japanese" - }, - { - "key": "nl", - "label": "Dutch" - }, - { - "key": "pt-BR", - "label": "Brazilian Portuguese" - }, - { - "key": "nb", - "label": "Norwegian" - }, - { - "key": "ru", - "label": "Russian" - }, - { - "key": "zh-CN", - "label": "Simplified Chinese" - } - ], - "pagination": { - "size": 25 - }, - "files": { - "excluded": [".DS_Store", "desktop.ini", ".git"] - }, - "logLevel" : "silent", - "activiti": { - "rest": { - "fields": [ - { - "processId": "0", - "taskId": "7501", - "fieldId": "label10", - "values": [ - { "id": "f1", "name": "Field 1" }, - { "id": "f2", "name": "Field 2" }, - { "id": "f3", "name": "Field 3" } - ] - } - ] - } - }, - "document-list": { - "supportedPageSizes": [5, 10, 15, 20], - "presets": { - "-trashcan-": [ - { - "key": "$thumbnail", - "type": "image", - "srTitle": "ADF-DOCUMENT-LIST.LAYOUT.THUMBNAIL", - "sortable": false - }, - { - "key": "name", - "type": "text", - "title": "ADF-DOCUMENT-LIST.LAYOUT.NAME", - "cssClass": "full-width ellipsis-cell", - "sortable": true - }, - { - "key": "path", - "type": "location", - "title": "ADF-DOCUMENT-LIST.LAYOUT.LOCATION", - "format": "/files", - "sortable": true - }, - { - "key": "content.sizeInBytes", - "type": "fileSize", - "title": "ADF-DOCUMENT-LIST.LAYOUT.SIZE", - "sortable": true - }, - { - "key": "archivedAt", - "type": "date", - "title": "ADF-DOCUMENT-LIST.LAYOUT.DELETED_ON", - "format": "timeAgo", - "sortable": true - }, - { - "key": "archivedByUser.displayName", - "type": "text", - "title": "ADF-DOCUMENT-LIST.LAYOUT.DELETED_BY", - "sortable": true - } - ], - "-sites-": [ - { - "key": "$thumbnail", - "type": "image", - "srTitle": "ADF-DOCUMENT-LIST.LAYOUT.THUMBNAIL", - "sortable": false - }, - { - "key": "title", - "type": "text", - "title": "ADF-DOCUMENT-LIST.LAYOUT.NAME", - "cssClass": "full-width ellipsis-cell", - "sortable": true - }, - { - "key": "visibility", - "type": "text", - "title": "ADF-DOCUMENT-LIST.LAYOUT.STATUS", - "sortable": true - } - ], - "-favorites-": [ - { - "key": "$thumbnail", - "type": "image", - "srTitle": "ADF-DOCUMENT-LIST.LAYOUT.THUMBNAIL", - "sortable": false - }, - { - "key": "name", - "type": "text", - "title": "ADF-DOCUMENT-LIST.LAYOUT.NAME", - "cssClass": "full-width ellipsis-cell", - "sortable": true - }, - { - "key": "path", - "type": "location", - "title": "ADF-DOCUMENT-LIST.LAYOUT.LOCATION", - "format": "/files", - "sortable": true - }, - { - "key": "content.sizeInBytes", - "type": "fileSize", - "title": "ADF-DOCUMENT-LIST.LAYOUT.SIZE", - "sortable": true - }, - { - "key": "modifiedAt", - "type": "date", - "title": "ADF-DOCUMENT-LIST.LAYOUT.MODIFIED_ON", - "format": "timeAgo", - "sortable": true - }, - { - "key": "modifiedByUser.displayName", - "type": "text", - "title": "ADF-DOCUMENT-LIST.LAYOUT.MODIFIED_BY", - "sortable": true - } - ], - "-recent-": [ - { - "key": "$thumbnail", - "type": "image", - "srTitle": "ADF-DOCUMENT-LIST.LAYOUT.THUMBNAIL", - "sortable": false - }, - { - "key": "name", - "type": "text", - "title": "ADF-DOCUMENT-LIST.LAYOUT.NAME", - "cssClass": "full-width ellipsis-cell", - "sortable": true - }, - { - "key": "path", - "type": "location", - "title": "ADF-DOCUMENT-LIST.LAYOUT.LOCATION", - "cssClass": "ellipsis-cell", - "format": "/files", - "sortable": true - }, - { - "key": "content.sizeInBytes", - "type": "fileSize", - "title": "ADF-DOCUMENT-LIST.LAYOUT.SIZE", - "sortable": true - }, - { - "key": "modifiedAt", - "type": "date", - "title": "ADF-DOCUMENT-LIST.LAYOUT.MODIFIED_ON", - "format": "timeAgo", - "sortable": true - } - ], - "-sharedlinks-": [ - { - "key": "$thumbnail", - "type": "image", - "srTitle": "ADF-DOCUMENT-LIST.LAYOUT.THUMBNAIL", - "sortable": false - }, - { - "key": "name", - "type": "text", - "title": "ADF-DOCUMENT-LIST.LAYOUT.NAME", - "cssClass": "full-width ellipsis-cell", - "sortable": true - }, - { - "key": "path", - "type": "location", - "title": "ADF-DOCUMENT-LIST.LAYOUT.LOCATION", - "cssClass": "ellipsis-cell", - "format": "/files", - "sortable": true - }, - { - "key": "content.sizeInBytes", - "type": "fileSize", - "title": "ADF-DOCUMENT-LIST.LAYOUT.SIZE", - "sortable": true - }, - { - "key": "modifiedAt", - "type": "date", - "title": "ADF-DOCUMENT-LIST.LAYOUT.MODIFIED_ON", - "format": "timeAgo", - "sortable": true - }, - { - "key": "modifiedByUser.displayName", - "type": "text", - "title": "ADF-DOCUMENT-LIST.LAYOUT.MODIFIED_BY", - "sortable": true - }, - { - "key": "sharedByUser.displayName", - "type": "text", - "title": "ADF-DOCUMENT-LIST.LAYOUT.SHARED_BY", - "sortable": true - } - ], - "default": [ - { - "key": "$thumbnail", - "type": "image", - "srTitle": "ADF-DOCUMENT-LIST.LAYOUT.THUMBNAIL", - "sortable": false - }, - { - "key": "name", - "type": "text", - "title": "ADF-DOCUMENT-LIST.LAYOUT.NAME", - "cssClass": "full-width ellipsis-cell", - "sortable": true - }, - { - "key": "content.sizeInBytes", - "type": "fileSize", - "title": "ADF-DOCUMENT-LIST.LAYOUT.SIZE", - "sortable": true - }, - { - "key": "modifiedAt", - "type": "date", - "title": "ADF-DOCUMENT-LIST.LAYOUT.MODIFIED_ON", - "format": "timeAgo", - "sortable": true - }, - { - "key": "modifiedByUser.displayName", - "type": "text", - "title": "ADF-DOCUMENT-LIST.LAYOUT.MODIFIED_BY", - "sortable": true - } - ] - } - } -} diff --git a/demo-shell-ng2/app.config-dev.json b/demo-shell-ng2/app.config.json similarity index 99% rename from demo-shell-ng2/app.config-dev.json rename to demo-shell-ng2/app.config.json index 669af0fddc..658e97d439 100644 --- a/demo-shell-ng2/app.config-dev.json +++ b/demo-shell-ng2/app.config.json @@ -1,6 +1,6 @@ { - "ecmHost": "http://{hostname}:{port}/ecm", - "bpmHost": "http://{hostname}:{port}/bpm", + "ecmHost": "http://{hostname}:{port}", + "bpmHost": "http://{hostname}:{port}", "application": { "name": "Alfresco ADF Appplication" }, diff --git a/demo-shell-ng2/app/app.component.html b/demo-shell-ng2/app/app.component.html deleted file mode 100644 index 90c6b64632..0000000000 --- a/demo-shell-ng2/app/app.component.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/demo-shell-ng2/app/app.module.ts b/demo-shell-ng2/app/app.module.ts deleted file mode 100644 index c5073419f3..0000000000 --- a/demo-shell-ng2/app/app.module.ts +++ /dev/null @@ -1,141 +0,0 @@ -/*! - * @license - * Copyright 2016 Alfresco Software, Ltd. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import { NgModule } from '@angular/core'; -import { BrowserModule } from '@angular/platform-browser'; - -import { AnalyticsModule } from 'ng2-activiti-analytics'; -import { DiagramsModule } from 'ng2-activiti-diagrams'; -import { ActivitiFormModule } from 'ng2-activiti-form'; -import { ActivitiProcessListModule } from 'ng2-activiti-processlist'; -import { ActivitiTaskListModule } from 'ng2-activiti-tasklist'; -import { AppConfigService, CoreModule, TRANSLATION_PROVIDER } from 'ng2-alfresco-core'; -import { DataTableModule } from 'ng2-alfresco-datatable'; -import { DocumentListModule } from 'ng2-alfresco-documentlist'; -import { LoginModule } from 'ng2-alfresco-login'; -import { SearchModule } from 'ng2-alfresco-search'; -import { SocialModule } from 'ng2-alfresco-social'; -import { TagModule } from 'ng2-alfresco-tag'; -import { UploadModule } from 'ng2-alfresco-upload'; -import { UserInfoModule } from 'ng2-alfresco-userinfo'; -import { ViewerModule } from 'ng2-alfresco-viewer'; -import { WebScriptModule } from 'ng2-alfresco-webscript'; - -import { FlexLayoutModule } from '@angular/flex-layout'; -import { Editor3DModule } from 'ng2-3d-editor'; -import { ChartsModule } from 'ng2-charts'; -import { AppComponent } from './app.component'; -import { routing } from './app.routes'; -import { CustomEditorsModule } from './components/activiti/custom-editor/custom-editor.component'; -import { AppLayoutComponent } from './components/app-layout/app-layout.component'; -import { FileViewComponent } from './components/file-view/file-view.component'; -import { FormListDemoComponent } from './components/form/form-list-demo.component'; -import { ThemePickerModule } from './components/theme-picker/theme-picker'; -import { MaterialModule } from './material.module'; -import { DebugAppConfigService } from './services/debug-app-config.service'; - -import { CustomSourcesComponent } from './components/files/custom-sources.component'; - -import { - AboutComponent, - ActivitiAppsViewComponent, - ActivitiDemoComponent, - ActivitiProcessAttachmentsComponent, - ActivitiShowDiagramComponent, - ActivitiTaskAttachmentsComponent, - DataTableDemoComponent, - FilesComponent, - FormDemoComponent, - FormNodeViewerComponent, - FormViewerComponent, - HomeComponent, - LoginDemoComponent, - SearchBarComponent, - SearchComponent, - SettingsComponent, - SocialComponent, - TagComponent, - WebscriptComponent -} from './components/index'; - -@NgModule({ - imports: [ - BrowserModule, - routing, - CoreModule, - MaterialModule, - LoginModule, - SearchModule, - DataTableModule, - DocumentListModule, - UploadModule, - TagModule, - SocialModule, - WebScriptModule, - ViewerModule, - ActivitiFormModule, - ActivitiTaskListModule, - ActivitiProcessListModule, - UserInfoModule, - AnalyticsModule, - DiagramsModule, - CustomEditorsModule, - Editor3DModule, - ChartsModule, - ThemePickerModule, - FlexLayoutModule - ], - declarations: [ - AppComponent, - HomeComponent, - DataTableDemoComponent, - SearchComponent, - SearchBarComponent, - LoginDemoComponent, - ActivitiDemoComponent, - ActivitiTaskAttachmentsComponent, - ActivitiProcessAttachmentsComponent, - ActivitiShowDiagramComponent, - ActivitiAppsViewComponent, - FormViewerComponent, - WebscriptComponent, - TagComponent, - SocialComponent, - AboutComponent, - FilesComponent, - FormNodeViewerComponent, - SettingsComponent, - FormDemoComponent, - FormListDemoComponent, - CustomSourcesComponent, - FileViewComponent, - AppLayoutComponent - ], - providers: [ - { provide: AppConfigService, useClass: DebugAppConfigService }, - { - provide: TRANSLATION_PROVIDER, - multi: true, - useValue: { - name: 'app', - source: 'resources' - } - } - ], - bootstrap: [ AppComponent ] -}) -export class AppModule { } diff --git a/demo-shell-ng2/app/components/app-layout/app-layout.component.scss b/demo-shell-ng2/app/components/app-layout/app-layout.component.scss deleted file mode 100644 index 35ca625e6b..0000000000 --- a/demo-shell-ng2/app/components/app-layout/app-layout.component.scss +++ /dev/null @@ -1,57 +0,0 @@ -@mixin adf-app-layout-theme($theme) { - $primary: map-get($theme, primary); - $minimumAppWidth: 320px; - $toolbarHeight: 64px; - - .adf-app-layout { - display: block; - min-width: $minimumAppWidth; - height: 100%; - - .adf-nav-container { - display: block; - min-width: $minimumAppWidth; - height: 100%; - } - - .adf-sidenav-link { - &.active { - color: mat-color($primary); - } - } - - &-user-profile { - margin-right: 10px; - } - - &-menu-spacer { - flex: 1 1 auto; - } - - &-toolbar { - height: $toolbarHeight; - line-height: $toolbarHeight; - overflow: hidden; - - mat-toolbar-row { - height: $toolbarHeight; - align-items: stretch; - justify-content: space-between; - } - - .adf-toolbar-link { - min-width: 0; - line-height: $toolbarHeight; - - &.active { - background-color: rgba(0,0,0,.12); - } - } - } - } - - @media ($mat-small) { - .adf-userinfo-name{display: none; - } - } -} diff --git a/demo-shell-ng2/app/components/file-view/file-view.component.html b/demo-shell-ng2/app/components/file-view/file-view.component.html deleted file mode 100644 index 050da36d0d..0000000000 --- a/demo-shell-ng2/app/components/file-view/file-view.component.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/demo-shell-ng2/app/components/index.ts b/demo-shell-ng2/app/components/index.ts deleted file mode 100644 index a80033cdad..0000000000 --- a/demo-shell-ng2/app/components/index.ts +++ /dev/null @@ -1,36 +0,0 @@ -/*! - * @license - * Copyright 2016 Alfresco Software, Ltd. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -export { HomeComponent } from './home/home.component'; -export { DataTableDemoComponent } from './datatable/datatable-demo.component'; -export { SearchComponent } from './search/search.component'; -export { SearchBarComponent } from './search/search-bar.component'; -export { LoginDemoComponent } from './login/login-demo.component'; -export { ActivitiDemoComponent } from './activiti/activiti-demo.component'; -export { ActivitiTaskAttachmentsComponent } from './activiti/activiti-task-attachments.component'; -export { ActivitiProcessAttachmentsComponent } from './activiti/activiti-process-attachments.component'; -export { ActivitiShowDiagramComponent } from './activiti/activiti-show-diagram.component'; -export { FormViewerComponent } from './activiti/form-viewer.component'; -export { WebscriptComponent } from './webscript/webscript.component'; -export { TagComponent } from './tag/tag.component'; -export { SocialComponent } from './social/social.component'; -export { AboutComponent } from './about/about.component'; -export { FilesComponent } from './files/files.component'; -export { FormNodeViewerComponent } from './activiti/form-node-viewer.component'; -export { ActivitiAppsViewComponent } from './activiti/apps.view'; -export { SettingsComponent } from './settings/settings.component'; -export { FormDemoComponent } from './form/form-demo.component'; diff --git a/demo-shell-ng2/app/general.scss b/demo-shell-ng2/app/general.scss deleted file mode 100644 index 481285505a..0000000000 --- a/demo-shell-ng2/app/general.scss +++ /dev/null @@ -1,3 +0,0 @@ -.mat-form-field input.mat-input-element { - line-height: normal; -} \ No newline at end of file diff --git a/demo-shell-ng2/app/vendor.ts b/demo-shell-ng2/app/vendor.ts deleted file mode 100644 index 4b2a6e95b9..0000000000 --- a/demo-shell-ng2/app/vendor.ts +++ /dev/null @@ -1,71 +0,0 @@ -/*! - * @license - * Copyright 2016 Alfresco Software, Ltd. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* tslint:disable */ - -// Angular -import '@angular/common'; -import '@angular/core'; -import '@angular/http'; -import '@angular/platform-browser'; -import '@angular/platform-browser-dynamic'; -import '@angular/router'; - -// RxJS -import 'rxjs'; - -// hammerjs -import 'hammerjs'; - -// Alfresco -import 'alfresco-js-api'; -import 'ng2-activiti-analytics'; -import 'ng2-activiti-diagrams'; -import 'ng2-activiti-form'; -import 'ng2-activiti-processlist'; -import 'ng2-activiti-tasklist'; -import 'ng2-alfresco-core'; -import 'ng2-alfresco-datatable'; -import 'ng2-alfresco-documentlist'; -import 'ng2-alfresco-login'; -import 'ng2-alfresco-search'; -import 'ng2-alfresco-social'; -import 'ng2-alfresco-tag'; -import 'ng2-alfresco-upload'; -import 'ng2-alfresco-userinfo'; -import 'ng2-alfresco-viewer'; -import 'ng2-alfresco-webscript'; - -import 'chart.js'; -import 'ng2-charts'; -require('script-loader!raphael/raphael.min.js'); - -require('script-loader!moment/min/moment.min.js'); - -require('pdfjs-dist/web/compatibility.js'); - -// Setting worker path to worker bundle. -let pdfjsLib = require('pdfjs-dist'); -pdfjsLib.PDFJS.workerSrc = 'pdf.worker.js'; - -require('pdfjs-dist/web/pdf_viewer.js'); - - -// 3D viewer -require('three/build/three.min.js'); -import 'ng2-3d-editor'; -import 'three'; diff --git a/demo-shell-ng2/config/helpers.js b/demo-shell-ng2/config/helpers.js deleted file mode 100644 index a11fa771d6..0000000000 --- a/demo-shell-ng2/config/helpers.js +++ /dev/null @@ -1,10 +0,0 @@ -var path = require('path'); - -var _root = path.resolve(__dirname, '..'); - -function root(args) { - args = Array.prototype.slice.call(arguments, 0); - return path.join.apply(path, [_root].concat(args)); -} - -exports.root = root; diff --git a/demo-shell-ng2/config/karma-test-shim.js b/demo-shell-ng2/config/karma-test-shim.js deleted file mode 100644 index dc7798bb7e..0000000000 --- a/demo-shell-ng2/config/karma-test-shim.js +++ /dev/null @@ -1,21 +0,0 @@ -Error.stackTraceLimit = Infinity; - -require('core-js/es6'); -require('core-js/es7/reflect'); - -require('zone.js/dist/zone'); -require('zone.js/dist/long-stack-trace-zone'); -require('zone.js/dist/proxy'); -require('zone.js/dist/sync-test'); -require('zone.js/dist/jasmine-patch'); -require('zone.js/dist/async-test'); -require('zone.js/dist/fake-async-test'); - -var appContext = require.context('../app', true, /\.spec\.ts/); - -appContext.keys().forEach(appContext); - -var testing = require('@angular/core/testing'); -var browser = require('@angular/platform-browser-dynamic/testing'); - -testing.TestBed.initTestEnvironment(browser.BrowserDynamicTestingModule, browser.platformBrowserDynamicTesting()); diff --git a/demo-shell-ng2/config/karma.conf.js b/demo-shell-ng2/config/karma.conf.js deleted file mode 100644 index c7bf96fe26..0000000000 --- a/demo-shell-ng2/config/karma.conf.js +++ /dev/null @@ -1,73 +0,0 @@ -var webpackConfig = require('./webpack.test'); - -module.exports = function (config) { - var _config = { - basePath: '', - - frameworks: ['jasmine'], - - files: [ - './node_modules/hammerjs/hammer.js', - - { pattern: './config/karma-test-shim.js', watched: false } - ], - - preprocessors: { - './config/karma-test-shim.js': ['webpack', 'sourcemap'] - }, - - webpack: webpackConfig, - - webpackMiddleware: { - stats: 'errors-only' - }, - - port: 9876, - - // level of logging - // possible values: config.LOG_DISABLE || config.LOG_ERROR || config.LOG_WARN || config.LOG_INFO || config.LOG_DEBUG - logLevel: config.LOG_INFO, - - colors: true, - - autoWatch: true, - - captureTimeout: 180000, - browserDisconnectTimeout: 180000, - browserDisconnectTolerance: 3, - browserNoActivityTimeout: 300000, - - browsers: ['Chrome'], - - customLaunchers: { - Chrome_travis_ci: { - base: 'Chrome', - flags: ['--no-sandbox'] - } - }, - - // Karma plugins loaded - plugins: [ - require('../node_modules/karma-jasmine'), - require('../node_modules/karma-coverage'), - require('../node_modules/karma-sourcemap-loader'), - require('../node_modules/karma-chrome-launcher'), - require('../node_modules/karma-mocha-reporter'), - require('../node_modules/karma-webpack'), - require('../node_modules/karma-jasmine-html-reporter') - ], - - webpackServer: { - noInfo: true - }, - - reporters: ['mocha'] - - }; - - if (process.env.TRAVIS) { - config.browsers = ['Chrome_travis_ci']; - } - - config.set(_config); -}; diff --git a/demo-shell-ng2/config/loaders/debug.js b/demo-shell-ng2/config/loaders/debug.js deleted file mode 100644 index 841cccf223..0000000000 --- a/demo-shell-ng2/config/loaders/debug.js +++ /dev/null @@ -1,5 +0,0 @@ -module.exports = function(source) { - this.cacheable(); - console.log(this.resource); - return source; -} diff --git a/demo-shell-ng2/config/loaders/license-check.js b/demo-shell-ng2/config/loaders/license-check.js deleted file mode 100644 index 6a15ac03e2..0000000000 --- a/demo-shell-ng2/config/loaders/license-check.js +++ /dev/null @@ -1,67 +0,0 @@ -var path = require('path'); -var loaderUtils = require('loader-utils'); -var fs = require('fs'); - -var licenseFileUtf8Store = undefined; - -function readLicenseHeaderFile(licenseFilePath) { - if (licenseFileUtf8Store) { - return licenseFileUtf8Store; - } - - if (fs.existsSync(licenseFilePath)) { - licenseFileUtf8Store = fs.readFileSync(licenseFilePath, 'utf8').split(/\r?\n/); - return licenseFileUtf8Store; - } - - throw new Error('The license header file path is wrong ' + licenseFilePath); -} - -function isFileEmpty(fileContents) { - return fileContents.toString('utf8').trim() === ''; -} - -function readCurrentFile(fileContent) { - return fileContent.toString('utf8').split(/\r?\n/); -} - -function isLicenseHeaderPresent(currentFileContent, licenseFilePath) { - if (!isFileEmpty(currentFileContent)) { - var currentFileUtf8 = readCurrentFile(currentFileContent), - licenseFileUtf8 = readLicenseHeaderFile(licenseFilePath); - skipStrict = 0; - - if(currentFileUtf8[0] === '"use strict";' ) { - skipStrict = 1; - } - - for (var i = skipStrict; i < licenseFileUtf8.length; i++) { - if (currentFileUtf8[i + skipStrict] !== licenseFileUtf8[i]) { - return false; - } - } - } - return true; -} - -function report(hasHeader, emitter, filename) { - if (hasHeader) return; - emitter('Missing license header file : ' + filename); -} - -function licenseCheck(webpackInstance, input, options) { - var isLicensePresent = isLicenseHeaderPresent(input, options.licenseFile); - - var emitter = options.emitErrors ? webpackInstance.emitError : webpackInstance.emitWarning; - - report(isLicensePresent, emitter, webpackInstance.resourcePath); -} - -module.exports = function(input, map) { - this.cacheable && this.cacheable(); - var callback = this.async(); - - var options = loaderUtils.getOptions(this); - licenseCheck(this, input, options); - callback(null, input, map); -}; diff --git a/demo-shell-ng2/config/loaders/system.js b/demo-shell-ng2/config/loaders/system.js deleted file mode 100644 index 3e3e4aa3b6..0000000000 --- a/demo-shell-ng2/config/loaders/system.js +++ /dev/null @@ -1,27 +0,0 @@ -const moduleIdRegex = /moduleId: module.id,/g; -const moduleNameRegex = /moduleId: __moduleName,/g; -const moduleIdPath = /module.id.replace/g; - -module.exports = function(source) { - this.cacheable(); - - if (moduleIdRegex.test(source)) { - source = source.replace(moduleIdRegex, (match) => { - return `// ${match}`; - }); - } - - if (moduleNameRegex.test(source)) { - source = source.replace(moduleNameRegex, (match) => { - return `// ${match}`; - }); - } - - if (moduleIdPath.test(source)) { - source = source.replace(moduleIdPath, (match) => { - return `''.replace`; - }); - } - - return source; -} diff --git a/demo-shell-ng2/config/webpack.common.js b/demo-shell-ng2/config/webpack.common.js deleted file mode 100644 index 99dffd6cf7..0000000000 --- a/demo-shell-ng2/config/webpack.common.js +++ /dev/null @@ -1,191 +0,0 @@ -const webpack = require('webpack'); -const HtmlWebpackPlugin = require('html-webpack-plugin'); -const CopyWebpackPlugin = require('copy-webpack-plugin'); -const ExtractTextPlugin = require("extract-text-webpack-plugin"); -const helpers = require('./helpers'); -const path = require('path'); - -module.exports = { - entry: { - 'polyfills': './app/polyfills.ts', - 'vendor': './app/vendor.ts', - 'app': './app/main.ts' - }, - - resolveLoader: { - alias: { - "license-check": path.resolve(__dirname, "./loaders/license-check") - } - }, - - module: { - rules: [ - { - enforce: 'pre', - test: /\.js$/, - include: [helpers.root('app'), helpers.root('../ng2-components')], - loader: 'source-map-loader', - exclude: [/node_modules/, /public/, /resources/, /dist/] - }, - { - enforce: 'pre', - test: /\.ts$/, - loader: 'tslint-loader', - include: [helpers.root('app')], - options: { - emitErrors: true, - fix: true - }, - exclude: [/node_modules/, /public/, /resources/, /dist/] - }, - { - enforce: 'pre', - test: /\.ts$/, - use: 'source-map-loader', - exclude: [/public/, /resources/, /dist/] - }, - { - test: /\.html$/, - include: [helpers.root('app'), helpers.root('../ng2-components')], - loader: 'html-loader', - exclude: [/node_modules/, /public/, /resources/, /dist/] - }, - { - test: /\.css$/, - exclude: [helpers.root('app'), helpers.root('../ng2-components')], - loader: ExtractTextPlugin.extract({ - fallback: 'style-loader', - use: 'css-loader?sourceMap' - }) - }, - { - test: /\.css$/, - include: [helpers.root('app'), helpers.root('../ng2-components')], - loader: 'raw-loader' - }, - { - test: /\.(png|jpe?g|gif|svg|woff|woff2|ttf|eot|ico)$/, - loader: 'file-loader?name=assets/[name].[hash].[ext]' - }, - { - enforce: 'pre', - test: /\.ts$/, - loader: 'license-check', - include: helpers.root('app'), - options: { - emitErrors: true, - licenseFile: path.resolve(__dirname, '../assets/license_header.txt') - }, - exclude: [/theme-picker/] - } - ] - }, - - plugins: [ - new webpack.ContextReplacementPlugin( - // The (\\|\/) piece accounts for path separators in *nix and Windows - /angular(\\|\/)core(\\|\/)@angular/, - helpers.root('./app'), // location of your src - {} // a map of your routes - ), - new HtmlWebpackPlugin({ - template: './index.html' - }), - - new CopyWebpackPlugin([ - { - context: 'resources/i18n', - from: '**/*.json', - to: 'resources/i18n' - }, - { - from: 'favicon-96x96.png' - }, - { - from: 'node_modules/pdfjs-dist/build/pdf.worker.js', - to: 'pdf.worker.js' - }, - { - from: 'node_modules/web-animations-js/web-animations.min.js', - to: 'js/web-animations.min.js' - }, - { - from: 'node_modules/core-js/client/core.min.js', - to: 'js/core.min.js' - }, - { - from: 'node_modules/custom-event-polyfill/custom-event-polyfill.js', - to: 'js/custom-event-polyfill.js' - }, - { - from: 'node_modules/intl/dist/Intl.min.js', - to: 'js/Intl.min.js' - }, - { - context: 'public', - from: '', - to: '' - }, - { - from: 'versions.json' - } - ]), - - new webpack.optimize.CommonsChunkPlugin({ - name: ['app', 'vendor', 'polyfills'] - }) - ], - - devServer: { - contentBase: helpers.root('dist'), - compress: true, - port: 3000, - historyApiFallback: true, - host: '0.0.0.0', - inline: true, - proxy: { - '/ecm': { - target: { - host: "0.0.0.0", - protocol: 'http:', - port: 8080 - }, - pathRewrite: { - '^/ecm': '' - }, - secure: false, - changeOrigin: true, - // workaround for REPO-2260 - onProxyRes: function (proxyRes, req, res) { - const header = proxyRes.headers['www-authenticate']; - if (header && header.startsWith('Basic')) { - proxyRes.headers['www-authenticate'] = 'x' + header; - } - } - }, - '/bpm': { - target: { - host: "0.0.0.0", - protocol: 'http:', - port: 9999 - }, - pathRewrite: { - '^/bpm': '' - }, - secure: false, - changeOrigin: true, - // workaround - onProxyRes: function (proxyRes, req, res) { - const header = proxyRes.headers['www-authenticate']; - if (header && header.startsWith('Basic')) { - proxyRes.headers['www-authenticate'] = 'x' + header; - } - } - } - } - }, - - node: { - fs: 'empty' - } -}; diff --git a/demo-shell-ng2/config/webpack.dev.js b/demo-shell-ng2/config/webpack.dev.js deleted file mode 100644 index 38881bdaa1..0000000000 --- a/demo-shell-ng2/config/webpack.dev.js +++ /dev/null @@ -1,148 +0,0 @@ -const webpack = require('webpack'); -const webpackMerge = require('webpack-merge'); -const ExtractTextPlugin = require('extract-text-webpack-plugin'); -const commonConfig = require('./webpack.common.js'); -const helpers = require('./helpers'); -const path = require('path'); -const CopyWebpackPlugin = require('copy-webpack-plugin'); -const HappyPack = require('happypack'); -const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin'); - -const alfrescoLibs = [ - 'ng2-activiti-analytics', - 'ng2-activiti-diagrams', - 'ng2-activiti-form', - 'ng2-activiti-processlist', - 'ng2-activiti-tasklist', - 'ng2-alfresco-core', - 'ng2-alfresco-datatable', - 'ng2-alfresco-documentlist', - 'ng2-alfresco-login', - 'ng2-alfresco-search', - 'ng2-alfresco-tag', - 'ng2-alfresco-upload', - 'ng2-alfresco-userinfo', - 'ng2-alfresco-viewer', - 'ng2-alfresco-webscript' -]; - -module.exports = webpackMerge(commonConfig, { - - devtool: 'cheap-module-source-map', - - output: { - path: helpers.root('dist'), - filename: '[name].js', - chunkFilename: '[id].chunk.js' - }, - - module: { - rules: [ - { - test: /\.ts$/, - include: [helpers.root('app'), helpers.root('../ng2-components')], - loader: [ - 'happypack/loader?id=ts','angular2-template-loader' - ], - exclude: [/node_modules/, /public/, /resources/, /dist/] - }, - { - test: /\.scss$/, - use: [{ - loader: "to-string-loader" - }, { - loader: "raw-loader" - }, { - loader: "sass-loader", - options: { - includePaths: [path.resolve(__dirname, '../../ng2-components/ng2-alfresco-core/styles')] - } - }] - } - ] - }, - - resolve: { - alias: { - "ng2-alfresco-core$": path.resolve(__dirname, '../../ng2-components/ng2-alfresco-core/index.ts'), - "ng2-alfresco-core": path.resolve(__dirname, '../../ng2-components/ng2-alfresco-core'), - "ng2-alfresco-datatable$": path.resolve(__dirname, '../../ng2-components/ng2-alfresco-datatable/index.ts'), - "ng2-alfresco-datatable": path.resolve(__dirname, '../../ng2-components/ng2-alfresco-datatable'), - "ng2-activiti-form/stencils/runtime.ng1$": path.resolve(__dirname, '../../ng2-components/ng2-activiti-form/stencils/runtime.ng1'), - "ng2-activiti-form/stencils/runtime.adf$": path.resolve(__dirname, '../../ng2-components/ng2-activiti-form/stencils/runtime.adf'), - "ng2-activiti-diagrams$": path.resolve(__dirname, '../../ng2-components/ng2-activiti-diagrams/index.ts'), - "ng2-activiti-diagrams": path.resolve(__dirname, '../../ng2-components/ng2-activiti-diagrams'), - "ng2-activiti-analytics$": path.resolve(__dirname, '../../ng2-components/ng2-activiti-analytics/index.ts'), - "ng2-activiti-analytics": path.resolve(__dirname, '../../ng2-components/ng2-activiti-analytics'), - "ng2-activiti-form$": path.resolve(__dirname, '../../ng2-components/ng2-activiti-form/index.ts'), - "ng2-activiti-form": path.resolve(__dirname, '../../ng2-components/ng2-activiti-form'), - "ng2-activiti-tasklist$": path.resolve(__dirname, '../../ng2-components/ng2-activiti-tasklist/index.ts'), - "ng2-activiti-tasklist": path.resolve(__dirname, '../../ng2-components/ng2-activiti-tasklist'), - "ng2-activiti-processlist$": path.resolve(__dirname, '../../ng2-components/ng2-activiti-processlist/index.ts'), - "ng2-activiti-processlist": path.resolve(__dirname, '../../ng2-components/ng2-activiti-processlist'), - "ng2-alfresco-documentlist$": path.resolve(__dirname, '../../ng2-components/ng2-alfresco-documentlist/index.ts'), - "ng2-alfresco-documentlist": path.resolve(__dirname, '../../ng2-components/ng2-alfresco-documentlist'), - "ng2-alfresco-login$": path.resolve(__dirname, '../../ng2-components/ng2-alfresco-login/index.ts'), - "ng2-alfresco-login": path.resolve(__dirname, '../../ng2-components/ng2-alfresco-login'), - "ng2-alfresco-search$": path.resolve(__dirname, '../../ng2-components/ng2-alfresco-search/index.ts'), - "ng2-alfresco-search": path.resolve(__dirname, '../../ng2-components/ng2-alfresco-search'), - "ng2-alfresco-social$": path.resolve(__dirname, '../../ng2-components/ng2-alfresco-social/index.ts'), - "ng2-alfresco-social": path.resolve(__dirname, '../../ng2-components/ng2-alfresco-social'), - "ng2-alfresco-tag$": path.resolve(__dirname, '../../ng2-components/ng2-alfresco-tag/index.ts'), - "ng2-alfresco-tag": path.resolve(__dirname, '../../ng2-components/ng2-alfresco-tag'), - "ng2-alfresco-upload$": path.resolve(__dirname, '../../ng2-components/ng2-alfresco-upload/index.ts'), - "ng2-alfresco-upload": path.resolve(__dirname, '../../ng2-components/ng2-alfresco-upload'), - "ng2-alfresco-viewer$": path.resolve(__dirname, '../../ng2-components/ng2-alfresco-viewer/index.ts'), - "ng2-alfresco-viewer": path.resolve(__dirname, '../../ng2-components/ng2-alfresco-viewer'), - "ng2-alfresco-webscript$": path.resolve(__dirname, '../../ng2-components/ng2-alfresco-webscript/index.ts'), - "ng2-alfresco-webscript": path.resolve(__dirname, '../../ng2-components/ng2-alfresco-webscript'), - "ng2-alfresco-userinfo$": path.resolve(__dirname, '../../ng2-components/ng2-alfresco-userinfo/index.ts'), - "ng2-alfresco-userinfo": path.resolve(__dirname, '../../ng2-components/ng2-alfresco-userinfo') - }, - extensions: ['.ts', '.js'], - modules: [path.resolve(__dirname, '../node_modules')] - }, - - plugins: [ - new ForkTsCheckerWebpackPlugin({tsconfig: "tsconfig.dev.json"}), - - new HappyPack({ - id: 'ts', - threads: 8, - loaders: [ - { - path: 'ts-loader', - query: {happyPackMode: true} - } - ] - }), - - new webpack.NoEmitOnErrorsPlugin(), - new ExtractTextPlugin('[name].[hash].css'), - new webpack.LoaderOptionsPlugin({ - htmlLoader: { - minimize: false // workaround for ng2 - } - }), - new CopyWebpackPlugin([ - ... alfrescoLibs.map(lib => { - return { - context: `../ng2-components/${lib}/src/i18n/`, - from: '**/*', - to: `assets/${lib}/i18n/` - } - }), - { - from: 'app.config-dev.json', - to: 'app.config.json' - } - ]), - new CopyWebpackPlugin([ - { - context: `../ng2-components/ng2-alfresco-core/prebuilt-themes/`, - from: '**/*.css', - to: 'prebuilt-themes' - } - ]) - ] -}); diff --git a/demo-shell-ng2/config/webpack.prod.js b/demo-shell-ng2/config/webpack.prod.js deleted file mode 100644 index 92012b9bf2..0000000000 --- a/demo-shell-ng2/config/webpack.prod.js +++ /dev/null @@ -1,134 +0,0 @@ -const webpack = require('webpack'); -const webpackMerge = require('webpack-merge'); -const ExtractTextPlugin = require('extract-text-webpack-plugin'); -const commonConfig = require('./webpack.common.js'); -const helpers = require('./helpers'); -const CopyWebpackPlugin = require('copy-webpack-plugin'); -var HappyPack = require('happypack'); -const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin'); -const path = require('path'); -const ENV = process.env.NODE_ENV = process.env.ENV = 'production'; - -const alfrescoLibs = [ - 'ng2-activiti-analytics', - 'ng2-activiti-diagrams', - 'ng2-activiti-form', - 'ng2-activiti-processlist', - 'ng2-activiti-tasklist', - 'ng2-alfresco-core', - 'ng2-alfresco-datatable', - 'ng2-alfresco-documentlist', - 'ng2-alfresco-login', - 'ng2-alfresco-search', - 'ng2-alfresco-tag', - 'ng2-alfresco-upload', - 'ng2-alfresco-userinfo', - 'ng2-alfresco-viewer', - 'ng2-alfresco-webscript' -]; - -module.exports = webpackMerge(commonConfig, { - - devtool: 'eval', - - output: { - path: helpers.root('dist'), - publicPath: '/', - filename: '[name].[hash].js', - chunkFilename: '[id].[hash].chunk.js' - }, - - resolve: { - extensions: ['.ts', '.js'], - modules: [helpers.root('node_modules')] - }, - - module: { - rules: [ - { - test: /\.ts$/, - include: [helpers.root('app'), helpers.root('../ng2-components')], - use: ['happypack/loader?id=ts', 'angular2-template-loader'], - exclude: [/node_modules/, /public/, /resources/, /dist/] - }, - { - test: /\.scss$/, - use: [{ - loader: "to-string-loader" - }, { - loader: "raw-loader" - }, { - loader: "sass-loader", - options: { - includePaths: [path.resolve(__dirname, helpers.root('node_modules') + '/ng2-alfresco-core/styles')] - } - }] - }, - ] - }, - - plugins: [ - new ForkTsCheckerWebpackPlugin(), - - new HappyPack({ - id: 'ts', - threads: 4, - loaders: [ - { - path: 'ts-loader', - query: { - happyPackMode: true, - "compilerOptions": { - "paths": {} - } - } - } - ] - }), - - new CopyWebpackPlugin([ - ... alfrescoLibs.map(lib => { - return { - context: `node_modules/${lib}/bundles/assets/`, - from: '**/*', - to: `assets/` - } - }) - ]), - new CopyWebpackPlugin([ - { - context: `node_modules/ng2-alfresco-core/prebuilt-themes/`, - from: '**/*.css', - to: 'prebuilt-themes' - }, - { - from: 'app.config-prod.json', - to: 'app.config.json' - } - ]), - new webpack.NoEmitOnErrorsPlugin(), - new webpack.optimize.UglifyJsPlugin({ // https://github.com/angular/angular/issues/10618 - mangle: { - keep_fnames: true - }, - compress: { - warnings: false - }, - output: { - comments: false - }, - sourceMap: true - }), - new ExtractTextPlugin('[name].[hash].css'), - new webpack.DefinePlugin({ - 'process.env': { - 'ENV': JSON.stringify(ENV) - } - }), - new webpack.LoaderOptionsPlugin({ - htmlLoader: { - minimize: false // workaround for ng2 - } - }) - ] -}); diff --git a/demo-shell-ng2/config/webpack.style.js b/demo-shell-ng2/config/webpack.style.js deleted file mode 100644 index 0c01d1c0a5..0000000000 --- a/demo-shell-ng2/config/webpack.style.js +++ /dev/null @@ -1,37 +0,0 @@ -const ExtractTextPlugin = require("extract-text-webpack-plugin"); -const path = require('path'); - -const extractScss = new ExtractTextPlugin('../ng2-components/ng2-alfresco-core/prebuilt-themes/[name].css'); - -module.exports = { - - entry: { - 'adf-blue-orange': '../ng2-components/ng2-alfresco-core/styles/prebuilt/adf-blue-orange.scss', - 'adf-blue-purple': '../ng2-components/ng2-alfresco-core/styles/prebuilt/adf-blue-purple.scss', - 'adf-cyan-orange': '../ng2-components/ng2-alfresco-core/styles/prebuilt/adf-cyan-orange.scss', - 'adf-cyan-purple': '../ng2-components/ng2-alfresco-core/styles/prebuilt/adf-cyan-purple.scss', - 'adf-green-purple': '../ng2-components/ng2-alfresco-core/styles/prebuilt/adf-green-purple.scss', - 'adf-green-orange': '../ng2-components/ng2-alfresco-core/styles/prebuilt/adf-green-orange.scss', - 'adf-pink-bluegrey': '../ng2-components/ng2-alfresco-core/styles/prebuilt/adf-pink-bluegrey.scss', - 'adf-indigo-pink': '../ng2-components/ng2-alfresco-core/styles/prebuilt/adf-indigo-pink.scss', - 'adf-purple-green': '../ng2-components/ng2-alfresco-core/styles/prebuilt/adf-purple-green.scss' - }, - - output: { - filename: '../dist/[name].js' - }, - - module: { - rules: [{ - test: /\.scss$/, - use: extractScss.extract([{ - loader: "raw-loader" - }, { - loader: "sass-loader" - }]) - }] - }, - plugins: [ - extractScss - ] -}; diff --git a/demo-shell-ng2/config/webpack.test.js b/demo-shell-ng2/config/webpack.test.js deleted file mode 100644 index e3676a3b96..0000000000 --- a/demo-shell-ng2/config/webpack.test.js +++ /dev/null @@ -1,58 +0,0 @@ -const webpack = require('webpack'); -const helpers= require('./helpers'); -var HappyPack = require('happypack'); - -module.exports = { - - devtool: 'inline-source-map', - - resolve: { - extensions: ['.ts', '.js'], - modules: [helpers.root('../ng2-components'), helpers.root('node_modules')] - }, - - module: { - rules: [ - { - test: /\.ts$/, - loaders: ['happypack/loader?id=ts', 'angular2-template-loader'], - exclude: [ /public/, /resources/, /dist/] - }, - { - test: /\.html$/, - loader: 'html-loader', - exclude: [ /public/, /resources/, /dist/] - - }, - { - test: /\.(png|jpe?g|gif|svg|woff|woff2|ttf|eot|ico)$/, - loader: 'null-loader' - }, - { - test: /\.css$/, - loader: ['to-string-loader', 'css-loader'], - exclude: [ /public/, /resources/, /dist/] - } - ] - }, - - plugins: [ - new HappyPack({ - id: 'ts', - threads: 4, - loaders: [ - { - path: 'ts-loader', - query: {happyPackMode: true} - } - ] - }), - - new webpack.ContextReplacementPlugin( - // The (\\|\/) piece accounts for path separators in *nix and Windows - /angular(\\|\/)core(\\|\/)(esm(\\|\/)src|src)(\\|\/)linker/, - helpers.root('./src'), // location of your src - {} // a map of your routes - ) - ] -} diff --git a/demo-shell-ng2/e2e/app.e2e-spec.ts b/demo-shell-ng2/e2e/app.e2e-spec.ts new file mode 100644 index 0000000000..cd3f2ce792 --- /dev/null +++ b/demo-shell-ng2/e2e/app.e2e-spec.ts @@ -0,0 +1,14 @@ +import { MyappPage } from './app.po'; + +describe('myapp App', () => { + let page: MyappPage; + + beforeEach(() => { + page = new MyappPage(); + }); + + it('should display message saying app works', () => { + page.navigateTo(); + expect(page.getParagraphText()).toEqual('app works!'); + }); +}); diff --git a/demo-shell-ng2/e2e/app.po.ts b/demo-shell-ng2/e2e/app.po.ts new file mode 100644 index 0000000000..ecb0bc31b9 --- /dev/null +++ b/demo-shell-ng2/e2e/app.po.ts @@ -0,0 +1,11 @@ +import { browser, element, by } from 'protractor'; + +export class MyappPage { + navigateTo() { + return browser.get('/'); + } + + getParagraphText() { + return element(by.css('app-root h1')).getText(); + } +} diff --git a/demo-shell-ng2/e2e/tsconfig.e2e.json b/demo-shell-ng2/e2e/tsconfig.e2e.json new file mode 100644 index 0000000000..ac7a373257 --- /dev/null +++ b/demo-shell-ng2/e2e/tsconfig.e2e.json @@ -0,0 +1,12 @@ +{ + "extends": "../tsconfig.json", + "compilerOptions": { + "outDir": "../out-tsc/e2e", + "module": "commonjs", + "target": "es5", + "types":[ + "jasmine", + "node" + ] + } +} diff --git a/demo-shell-ng2/favicon-96x96.png b/demo-shell-ng2/favicon-96x96.png deleted file mode 100644 index d342b10ee0a3e9902047b427f9be8607b487e228..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9826 zcmZ`{5KWcjq=A3`m7KQX zgtr+acLik`q)j*^Tmc+E7bbE5pj}sxmeBHEKF##W(3(rV@7Q10*Von7y=~{iz>xe( zmGeEEIwy=a?W1W%Sc1Zz_}&i@+?+!nGlt%!dJ!g!K1J)%afVrDrba4&Bv$jfqGZ%z zmeLW^itgL)cGvy(Vl?Nzh{I{Goen+)>}}0}o6F8c?gb{!Gxmk|eX_0%9w>d~6k2D{ zGolI-myA4e@Jry1f?PW>7RBKY5CkEWqgGJ<{T8n?*jSuape!h56A&r%W^IN7_r)IQFvq2PSUBdhnw1uY_DgyT#Ew%WfK} z=NlcP7e1`tQ3TY~#*C|R^*B(RD2gk(e{q)h{iEf_f~%Agi3}zN75p>z1rWZKEgsJ8?IeH@S>?ZSi(t(eVMDqHBsy9(=y0>#!c-`oP#k z8`X^iu{eoJC#L<}dmharPC%msBP+{Kd+!O`b}InE8+Q>AYT|p3KQpZnz4_AV2T4~C z#xnnByd0lM$LZivA%(~95tM~fm&k#wdM)Yq{hQa#j|Kc6<+ zWkqVUug1j^*2axEDwGFow|eUEi|EfBaQ$_sb;YZa5PzSVZnU< zWjaFAtp`yY1SRH+_whBt#Mu70*R>-$H%g-xJV(ZHakF{`7oE==YY2K1gEl(^YW zB=|6w1v8zTLE4}pNsSVREN%MSXQBLjkR0J+!+ZGSAH~yT0+l)70A&45sxM)kGtA1kABU0YvZOL>uwJ+b{O}V%S zPp-|a<6S?dM4)w>+u1MXpErvq0M*0|9z3tGjT_ZH zd661~8{Fj_U*G=y??L%EkI=+N6712_4GH>C7|Yy9Y@^&-Dkp#o!>;qRGjFP(ubD`2 zafK+owZc))igGN?cwtK7^?ti0j9$6YnsqNff>|ZdUl2ozrkL_kAQALIHct@&RTlu! z1g?jKt~C+(ZR9VB8bmD55fy}^X2PHai6K2qh`5!mu1smxwJRdh_G zmH)^Q27EN%$La#-2;O%W$U?q(n)eIV2*QSV_F}@FMR5Men=kuGe>}3xW#saTjb<6* zDL37OfY?LE!RPZahd$AE5`ksRVdiE`?8mZPN#GOwsFGg%1|=D_2zkEI0@`OWT!n;< zj-{}~>c-`f46cbrQtl7m2T*-mXL2=M-dJq6>=8s1k59FnQ3f=-wZYg}a)IA3k2Q zMBqbk<%_P2W?^VYOWBGl3y?KTPU3nr4sZkQXikJXt!EERv+_=++-2irVb0KQSN+*R#k)?S16C{jODH5`bcc7=Y zTZ_5#B+X88UB(bk>Xwlyo@&hRxhFSVi>8BoK}b-SqBKH}uW4x+w$f=~eWZuL+AgnP z(b@BxXtp$FZ6%4)x@P7x0;=t)nIf{} z)7oA*dA*=Mg*2mEThN-Enta2B+(zPfIG^&^pQn{5oFq=vw-$zH%}2sy&7FcZBm(Zv zs7DMDL4yu7PIgpAK)g7*vB~cr9Y)+=kM$K(HIKSVV`4~A3O>HmS8T=n8cvPG{ne4J z;@)lKk7D#U4PifTX!hBWm7QElq6JI8zu_($rX1?=HSNyMB#)@qm@u0?bI2la7qk(a zB!~l~UIWUIqV5@9XovUD*+K|2lxAsT>96$mIZbo;CBG5&J_cXtB>$aE6B z8A^Lq;i&XXj~9itjsCY}@VxUu8^-tN*xQ{m*u*>GF)os-xk+6*(esdce9 zctVM?{U7C5HgCS7&H^{8Xh5pAft*0vUJz>0Jrvh|ajGxBihTPv|0{Y(!eX+29>tiY zmJMw7Kv(OsY2_D#iR=${=7v$(svjy$cOy;b+a|m6{g4!d$kYrG{a^5&&Wj};7T6p% zU&Zu4{#xl2y~CYvK$>LV7g?u^s!9=gj=RCc_d@8yNZ?xf&a z*Lgc>*y~-6lg3utZF${BgoV8wxZm!MVsTk!^fWm9Y6eNYi0b)w#PQ?VK(ac~4HeRz zY5VIJb5nR|D4}~EA7L&+CbI)|x#4&XEy}l0Mz>r9jDjaHNB{gfOOO%Z1sBMVhm2P# zOtST^(@Nb2Oy@rZG76~7Os8-%Te;*YO45_R{zb;stc5D!7ntJFu|5=q)!sed^A+Ae z&`3{jVx#hB@!(|Vwhk3P*$n-&myz1QSH2HsvU)hKB}q5QPE>Nykji{MZ%#t^$zg*s zu@J{lx*Q+uJ|X~H@g|l-3b+nBhtu63ym`aF1`nKCI~#uHv_lT>mc5Pbh;kDV0*p+e z>+m|&-VZ3ZXb)b7efiRe5#`5Ly1UMDbQu|>#_NGyu=6G2$orxw!iM>p`Wsfz(+oZlUe8A;upB1#RU97{r->CmuRc9sZm*eNqY<({FB5W!z-pfTBJ3f-uI4vv=F4z@IJ@E2RAZ-)^ zC&zxFYBlfP!~6MV|Cx) zkx@R*P=itO;Dh-fXT|K(!&&Q5gOPso{d;5Masr?SSDo<&7@~~nmjuy;oNn7_auN0R z-xc~61^Ywv$;vnsayDnkmD_(3xWYEARgpl z2`{{y-Emk972+4WAerPu;Tu`@Q<^Yt?(*YdPp_6D1n6BmhnHwgl-2#s9~bL4JTDUH zq2PcBrM~?+6GTP#W1`&jWsHcsYPrf)v;j=svX3$85lLcr^Y;+99WGo9Imj+n-t+c3 z8t!Ex+td~{cZz&{q$^0wvg0qFR?$NkU_O}C)Va7ox$lJ(IvAl}ER`BH1Hy~G32oYr zb9go}Vwb^;>d;^6G&0nP&>Znr85!y1X9_j$v2ZK@6gbjXH;YdrHNe>b#%S?t!3{_t zYU>gb5j4V=*px*MK!$#mf@81#{bKS_h$pv|RcNfe-KwU@29M-6i~Obu7?qZ3^KN#4 zZf|M5q6=lJ>0$Q0+I+`D!@P$!Zf`jVcXY5P#A;9MCoe<>{x;0WbqRHNrNfj$7EJEM}z|pjKYdSv5S2m^q{}g6*r++ zu@cr8!!2M`AR?#?YI8l1pO5$SJRu#LD{EyDQnTGh%gZA`Rp-Hi%}ajJvp@TIl!O7^ z`$Gy+j#TzwqAO2>{n=5OnykpqwHnfN`))CFMSOvSw6;4t@}|~Gp7wxXvxB1S3}IvU z)8fgQPp}o{`h<1fI~Q5iGAavM0nuifr#{IX+mH4Fe>)I3nrUqAFnSpV>aaI&nLY3$ zq(F#6P}CHwY&Uu}SISb9&n>b|F9RzNT@^o^cUMu*^ykEvlg-qt_i*_(41^N;AxbEL zBMZM`oDjcAIbG!NHA^Jyh~U=9kwfu7l>DTfZN#l3oq9;t&;);bu~(;)lYq!X5|N0D z+A&368l>tI{N}x%5+4Q!Ojd~s;M`yYr4;_=X+}QUrnz$ZMQ9Z;C+W14&j`B}*aurt zL@J*7+Ka`2XUA#;#g27&IPi7P?oge^RRjnm%RA63Ub&!}QY>za9V+i>VQe7kFyo{g z!xEaWnNX5EhYO4KgJ)IW?x)znR%lf-9WtG-ydI};+RWE74+%DaG&R=D2&C-VY}zi# zIA=~=Qq7g1q2#w6FO^%y}##3{Ra)5$WOlCyFLl|$9=t#!@^O(q$(_g7b_i1 z?W|X371-M%KNe>L5){yck_!H^Z}ReYOpja%Qbv@wjUqQPvJCe}GB8jvS=_mAL-Ccd zE?0B^^*BEhCm`!k|N3Q*H>2{tkf+EJ-ZVaVq7ZNO){I7YXqXgYu=&L{j9+eY(#W&D=1fy!Tn3SQpq+U-rC zB-Z__RHMx&Cvd{+0ae=Mm2Xx!ivn3%Z^eo?23ki?cZEJfuQh!bKtTghx(^cky6VRT z01i1d~ENDacqX7uUz`kPFsV6oOy@D$*f?L3DiJC z4n=*gsEsduc}Mq}CuQ9=nk2asQVZzyUeEEi|G>#SU?@To%fkh1`njW#su3930hd`7 zE~8nw(?(-gMg2%|dvd1$5-YBtPNUL>JPUJSW(GvcJelxemtG3^f7qpnM$hzTr-B^s zC0|5&@o+YbN`VM0%~opdt=Ht`O7Mj6!ts#Z)faulQ4$+Jehx+nM}L=H8(O{x4!R!J zHBpM-YYFI?+Nx-++NGRyiLEhhoqok`-ZQsZ!}w|42pcwbUteWKB^s%dBN#6}J$(=* zL?X|RET~NCkD~bHF!+PJ^10)hElsy) zp`M@oI-aSo6zBiz55;CJZ3`NCr(>#=j%4&t^y_6@u*BfqOmc8n!B@5Aob`0$P`r>o>@-XaOf20>aunuP_h#}o zZo82@tMxm0@M}Tc6)h+w3}-vWCEpADd68)ydnSU9?(^(0)#zpnhvFWY`mcC5v6|@{ z9c&1qVD6cSA2JaC1DcOXGVXGMJ{M89bukp#6k9?cKf|hnqkmrf3-=-TPi3MiI=17! zh`l3vRiK5!n*5VzL*6jcz2ByyE4MNjb5L@m+q_af5ySGZ zb7!L`;`+B4EpAU*Y)ZjI^>sd1lZX_eUoYGwzNer4h%%RV!4;YM-dl?!nrusXP^T%}$StpeOMb;qGhn_CNejkG>BY-gn*&0D ziXeiCV?9`e?siUW$yVnFq1L%t7#IVQYf{ms2SV_8=~rU~3BO+DlY(1u#dk3@g9OT6 zYG)3JN%N2FJB$B{fmpcUFy^cVrp@WceV(YFndI>LHJ+Za7QX|iOR?X5&ZcstM{`rm zlzq4kR)3Dhr;tM_xAc!rF8eLdoc%uU9gYIT;Y)DU19Snb@xtyrwg?gTGvjQ!oh{LZA#?fMJt7N<=|E-QM+%)8Rd zS$jfbwfrQ)Yd=xduQ$fHi>=L4JD?3iVJ7{db)`(Mh@e>5L7c}9287@ zMD|&r{KaDnO+a)}8mLp%MuVLU=}o#UO>CJ-6ddqp#5 z$N9J-9bKqjdXQXsh%fX4LL~j9`L{)SP61E<&iyTa?1!25UezyxAJ$uYP*k1C_3T)S9iYNGb_IR*TZe-C>{m#oR&o`BRT4HyqGgm59jojxljmQU=&}$chj0SwkFDH8{Wb`<_JcW6+$V8d zILrB?0pFe{pS{hOle4wX)^M*Gt(r(vFCOJCJrKeKczrpUFjpFDK-O^oVv>c`sWpsw z!$6Hk<2p}LMWGpHTIZuoI6by=`VxR-?+PLdsz? z@VO>Kpn=c^H?TWHUnO(d%LlEeeNCNN=!ABV<~_XJH+mA%q z9cCCN<-JpAOKo`3=IZ(3cWjj08I4Ca;b@cl+z^wv8iY)B zBA9OidoB~G-n8pO&d>Z$PuV?_2K*qR&@)*g#QHjUeUy(vK{gD(3Nul3QPIc7%w?t9 zfdX{~x;g8V>Aey9&9dB5a{*vQuwfeKh*kW-)*mJgCpb)elQm~22ndbGq%M;9)gx@8 zR!Uq=J)&Z=q)1GtD$=0sl@L)OUv8oMmcO)g6KhtYjg;gaWy=Mc#j#KIH`fli%!KiC}B$X ze|Vpls{UT>(ij2V<^Zzqk;?%EeR(8wvV=*LQkmFYu9;uh6~6+4jwmHB+>G!Rs;0;* zW+FSFk1|?g#C19kcP46X*iq4m>LSQQD;qN~0?(CY3PLqxX%Vhf zWoq86?vYdG{O4}JhHemaL0$2SvB^5QNSu0@)cvMc>FR8>nvi9XOnk5k-nXJG2Ze<3 zsV|TM&Pi!0moE}9d52Iq_R-vOpd#JT0kJQ==e*M zS_b>5_FnZIkr#FriBOZM(OAP!`iom0+V6)#hnAe)T@9-=h?#KJo20l0muL(pq|K|) zBrQLdYfK@0#tKppK?XRF;9Pd2KN4pCF%%G&Pto69Z)p3<}qN|$wr`<<0_u2{R zh(~RdxefZLZHI5C{gK1|xjG(^3R_(YN1C63G zR_#5eUHc(&Tt>G-n;SY6zd{?jrGV#+x5uS^#I(OB!>7J0;+G?{K&#^5+C_{JMfaQ1 zROPXZH61HocmSbZlb>8Nse!H2|Tz8^uLUb6_SYq7`PijsPDhFuhDZ`n;>0iK z(OxT2Kaf9KYNCA<>Pt4mDhJ^+>G7Ch7&YIZv6iTXfLwzJOIBx|RX7#wZMHlTYw`|x zb@(=v<7kkXb06J0?F4F=zSHl{>NPl$->-QYktXe007}BqklNB4-0-zIsHT6fM$e)~ zo5D7Ri1!m{Fp?SiNMtTm%&3W#VRbxY|FE5|!Mb29hLd?8K{LsI*7 z$>oBZ`dCOK29n5>VO}XCFK&zp_egeUY33`6#18`!z+=>U|<(c)A>29W#AE zK1?{nk03AQ_Qy?Iji?dwhNfq*4bs-ciy#~MijOCm;TOf|;+V*=+IagBC4c6QXoCsN z_}3+j3X*a^3B}DqP!Hr4lrO<-W&e;v_sr$)XP$F!vtzk9$yuYi0JU8w6TKHXYc~Bi zuR$FLjn79PSSAT;;3PYzN~Y+q!$r>B<^sQMjOl(nuUjbH)QcdELtGE?q;7jpWR7~> zmS6QN4M4^^qJ0=Esrj_BnknOmPlI8Fs=;Yy)5?cF-;o4$*at#FkgR8^! zLlhm+A2*#0*Qn7ex|@VAHJ(c+7Y#i`YmfUrlnLl;Q+mnJ3)q#Ac=}N@@&u*S182JvJ#1W9q1j zNZ`YETCcPXMD`=}I>ziuriE!30fQ3sJ>nzcDUMXe&6UUcxrVA;FqF%X@Y->9Z+wP) zxrY+-1#K-?BsE%<=TSE=m(21FZWCsg!_KB_IK6kH+Wj}Ou(bCf=kk8=9|m*k5I5QR zW>P+uOZC4PGlm(4DX#juOF<<)4L>-d`Hd6|63?762~o`RpBGzX0HE@zQw$DF!l)Vq4cGmG@Y+~FQH zto=;Dl{@Dq@!*UJ12C|z)~eh7k)2&>)ZU7eCW4#lLGO#fQO1m~-$n)*gc5a>hu7rM z4~JX6DX6(zYZNMuDDpGe@9He>ZZRtb#jwQbSPixx8UdP$K5B}o@eFYe`qRnv84zlX z;R=mmb_FIY1*YqO@~J?+%o(Zo1Bzux$@!?mY~s76h{PM3y#iC78|bY;HER=xIDu!b zp18Y>!mHxgNr8vPU`-;~CZuU+N3@r~1G2n-uu>HrdCpTZEpN$BbnY^r+|5ngEdnA7nQTClckNl1(myx zvjvrnv%47pcxP;1p(DHKFftCSj*KeoY5;IFXl!O^cr - - - - Demo Application - Angular 2 - - - - - - - - - - - - - - - - - - - - -
-
-
Loading Demo Shell..
-
-
-
- - - diff --git a/demo-shell-ng2/karma.conf.js b/demo-shell-ng2/karma.conf.js index 9649b15661..84b4cd5aca 100644 --- a/demo-shell-ng2/karma.conf.js +++ b/demo-shell-ng2/karma.conf.js @@ -1 +1,44 @@ -module.exports = require('./config/karma.conf.js'); +// Karma configuration file, see link for more information +// https://karma-runner.github.io/0.13/config/configuration-file.html + +module.exports = function (config) { + config.set({ + basePath: '', + frameworks: ['jasmine', '@angular/cli'], + plugins: [ + require('karma-jasmine'), + require('karma-chrome-launcher'), + require('karma-jasmine-html-reporter'), + require('karma-coverage-istanbul-reporter'), + require('@angular/cli/plugins/karma') + ], + client:{ + clearContext: false // leave Jasmine Spec Runner output visible in browser + }, + files: [ + { pattern: './src/test.ts', watched: false } + ], + preprocessors: { + './src/test.ts': ['@angular/cli'] + }, + mime: { + 'text/x-typescript': ['ts','tsx'] + }, + coverageIstanbulReporter: { + reports: [ 'html', 'lcovonly' ], + fixWebpackSourcePaths: true + }, + angularCli: { + environment: 'dev' + }, + reporters: config.angularCli && config.angularCli.codeCoverage + ? ['progress', 'coverage-istanbul'] + : ['progress', 'kjhtml'], + port: 9876, + colors: true, + logLevel: config.LOG_INFO, + autoWatch: true, + browsers: ['Chrome'], + singleRun: false + }); +}; diff --git a/demo-shell-ng2/package.json b/demo-shell-ng2/package.json index f97054dd68..df520bf41f 100644 --- a/demo-shell-ng2/package.json +++ b/demo-shell-ng2/package.json @@ -1,66 +1,28 @@ { - "name": "Alfresco-Angular2-Demo", - "description": "Demo shell for Alfresco Angular2 components", - "version": "1.9.0", - "author": "Alfresco Software, Ltd.", + "name": "myapp", + "version": "0.0.0", + "license": "MIT", "scripts": { - "build": "npm run server-versions && rimraf dist && npm run webpack -- --config config/webpack.prod.js --progress --profile --bail", - "build:dev": "npm run server-versions && rimraf dist && npm run style:dev && npm run webpack -- --config config/webpack.dev.js --progress --profile --bail", - "style:dev": "npm run webpack -- --config config/webpack.style.js --progress --profile --bail", - "start:dist": "npm run server-versions && wsrv -s dist/ -p 3000 -a 0.0.0.0", - "start": "npm run server-versions && npm run webpack-dev-server -- --config config/webpack.prod.js --progress --content-base app/ ", - "start:dev": "npm run server-versions && npm run style:dev && npm run webpack-dev-server -- --config config/webpack.dev.js --progress --content-base ", - "test": "rimraf coverage && karma start --single-run", + "ng": "ng", + "start": "npm run server-versions && rimraf dist && ng serve --app=0 --open", + "start:dev": "npm run server-versions && rimraf dist && ng serve --app=1 pp-dev --proxy-config proxy.conf.json --open", + "start:prod": "npm run server-versions && rimraf dist && ng serve --prod --app=0 pp-dev --proxy-config proxy.conf.json --open", + "build": "npm run server-versions && rimraf dist && ng build -app=0", + "build:dev": "npm run server-versions && rimraf dist && ng build -app=1", + "test": "ng test", + "lint": "ng lint", + "e2e": "ng e2e", + "server-versions": "rimraf versions.json && npm list --depth=0 --json=true --prod=true > versions.json || exit 0", "clean": "npm run clean-build && rimraf dist node_modules typings dist", "clean-build": "rimraf 'app/{,**/}**.js' 'app/{,**/}**.js.map' 'app/{,**/}**.d.ts'", - "clean-lock": "rimraf package-lock.json", - "server-versions": "rimraf versions.json && npm list --depth=0 --json=true --prod=true > versions.json || exit 0", - "webpack-dev-server": "node node_modules/webpack-dev-server/bin/webpack-dev-server.js", - "webpack": "node node_modules/webpack/bin/webpack.js", - "aws": "node app.js" + "clean-lock": "rimraf package-lock.json" }, - "repository": { - "type": "git", - "url": "https://github.com/Alfresco/alfresco-ng2-components.git" - }, - "bugs": { - "url": "https://github.com/Alfresco/alfresco-ng2-components/issues" - }, - "license": "Apache-2.0", - "contributors": [ - { - "name": "Denys Vuika", - "email": "denis.vuyka@gmail.com" - }, - { - "name": "Mario Romano", - "email": "mario.romano83@gmail.com" - }, - { - "name": "Will Abson", - "email": "will.abson@alfresco.com" - }, - { - "name": "Eugenio Romano", - "email": "eugenio.romano@alfresco.com" - }, - { - "name": "Maurizio Vitale", - "email": "maurizio.vitale@alfresco.com" - } - ], - "keywords": [ - "ng2", - "angular", - "angular2", - "alfresco" - ], + "private": true, "dependencies": { "@angular/animations": "4.4.5", "@angular/cdk": "2.0.0-beta.12", "@angular/common": "4.4.5", "@angular/compiler": "4.4.5", - "@angular/compiler-cli": "4.4.5", "@angular/core": "4.4.5", "@angular/flex-layout": "2.0.0-beta.9", "@angular/forms": "4.4.5", @@ -70,19 +32,22 @@ "@angular/platform-browser-dynamic": "4.4.5", "@angular/router": "4.4.5", "@ngx-translate/core": "7.0.0", - "alfresco-js-api": "1.9.0", "chart.js": "2.5.0", "core-js": "2.4.1", - "custom-event-polyfill": "^0.3.0", + "custom-event-polyfill": "0.3.0", + "dialog-polyfill": "0.4.7", + "element.scrollintoviewifneeded-polyfill": "1.0.1", + "hammerjs": "2.0.8", "intl": "1.2.5", + "material-design-lite": "1.2.1", "minimatch": "3.0.4", "moment": "2.15.1", "ng2-3d-editor": "0.0.15", + "alfresco-js-api": "1.9.0", "ng2-activiti-analytics": "1.9.0", "ng2-activiti-diagrams": "1.9.0", "ng2-activiti-form": "1.9.0", "ng2-activiti-processlist": "1.9.0", - "ng2-activiti-tasklist": "1.9.0", "ng2-alfresco-core": "1.9.0", "ng2-alfresco-datatable": "1.9.0", "ng2-alfresco-documentlist": "1.9.0", @@ -100,52 +65,25 @@ "reflect-metadata": "0.1.9", "rxjs": "5.1.0", "web-animations-js": "2.3.1", - "zone.js": "0.8.12" + "zone.js": "0.8.4" }, "devDependencies": { - "@types/hammerjs": "2.0.35", - "@types/jasmine": "2.5.35", - "@types/node": "6.0.45", - "adf-tslint-rules": "0.0.3", - "angular2-template-loader": "0.6.2", - "codelyzer": "3.1.2", - "copy-webpack-plugin": "4.0.1", - "css-loader": "0.25.0", - "extract-text-webpack-plugin": "2.0.0-rc.3", - "file-loader": "0.10.0", - "fork-ts-checker-webpack-plugin": "0.2.4", - "happypack": "^4.0.0-beta.1", - "html-loader": "0.4.4", - "html-webpack-plugin": "2.28.0", - "jasmine-core": "2.5.2", - "karma": "1.7.0", - "karma-chrome-launcher": "2.0.0", - "karma-coverage": "1.1.1", - "karma-jasmine": "1.1.0", - "karma-jasmine-ajax": "0.1.13", - "karma-jasmine-html-reporter": "0.2.0", - "karma-mocha-reporter": "2.2.2", - "karma-remap-istanbul": "0.6.0", - "karma-sourcemap-loader": "0.3.7", - "karma-webpack": "2.0.3", - "loader-utils": "^1.1.0", - "node-sass": "4.5.3", - "null-loader": "0.1.1", - "raw-loader": "0.5.1", - "rimraf": "2.6.1", - "sass-loader": "6.0.5", - "script-loader": "0.7.0", - "source-map-loader": "0.1.6", - "sourcemap-istanbul-instrumenter-loader": "0.2.0", - "style-loader": "0.13.1", - "to-string-loader": "1.1.5", - "ts-loader": "2.2.1", - "tslint": "5.5.0", - "tslint-loader": "3.5.3", - "typescript": "2.3.4", - "webpack": "2.2.1", - "webpack-dev-server": "2.3.0", - "webpack-merge": "2.6.1", - "wsrv": "0.1.7" + "@angular/cli": "1.0.0", + "@angular/compiler-cli": "^4.4.6", + "@types/jasmine": "2.5.38", + "@types/node": "^6.0.90", + "codelyzer": "~2.0.0", + "jasmine-core": "~2.5.2", + "jasmine-spec-reporter": "~3.2.0", + "karma": "~1.4.1", + "karma-chrome-launcher": "~2.0.0", + "karma-cli": "~1.0.1", + "karma-coverage-istanbul-reporter": "^0.2.0", + "karma-jasmine": "~1.1.0", + "karma-jasmine-html-reporter": "^0.2.2", + "protractor": "~5.1.0", + "ts-node": "~2.0.0", + "tslint": "~4.5.0", + "typescript": "~2.2.0" } } diff --git a/demo-shell-ng2/protractor.conf.js b/demo-shell-ng2/protractor.conf.js new file mode 100644 index 0000000000..1c5e1e5a44 --- /dev/null +++ b/demo-shell-ng2/protractor.conf.js @@ -0,0 +1,30 @@ +// Protractor configuration file, see link for more information +// https://github.com/angular/protractor/blob/master/lib/config.ts + +const { SpecReporter } = require('jasmine-spec-reporter'); + +exports.config = { + allScriptsTimeout: 11000, + specs: [ + './e2e/**/*.e2e-spec.ts' + ], + capabilities: { + 'browserName': 'chrome' + }, + directConnect: true, + baseUrl: 'http://localhost:4200/', + framework: 'jasmine', + jasmineNodeOpts: { + showColors: true, + defaultTimeoutInterval: 30000, + print: function() {} + }, + beforeLaunch: function() { + require('ts-node').register({ + project: 'e2e/tsconfig.e2e.json' + }); + }, + onPrepare() { + jasmine.getEnv().addReporter(new SpecReporter({ spec: { displayStacktrace: true } })); + } +}; diff --git a/demo-shell-ng2/proxy.conf.json b/demo-shell-ng2/proxy.conf.json new file mode 100644 index 0000000000..57a400824b --- /dev/null +++ b/demo-shell-ng2/proxy.conf.json @@ -0,0 +1,18 @@ +{ + "/alfresco": { + "target": "http://localhost:8080", + "secure": false, + "pathRewrite": { + "^/alfresco/alfresco": "" + }, + "changeOrigin": true + }, + "/activiti-app": { + "target": "http://localhost:9999", + "secure": false, + "pathRewrite": { + "^/activiti-app/activiti-app": "" + }, + "changeOrigin": true + } +} diff --git a/demo-shell-ng2/public/js/Blob.js b/demo-shell-ng2/public/js/Blob.js deleted file mode 100644 index bd41a44806..0000000000 --- a/demo-shell-ng2/public/js/Blob.js +++ /dev/null @@ -1,211 +0,0 @@ -/* Blob.js - * A Blob implementation. - * 2014-07-24 - * - * By Eli Grey, http://eligrey.com - * By Devin Samarin, https://github.com/dsamarin - * License: MIT - * See https://github.com/eligrey/Blob.js/blob/master/LICENSE.md - */ - -/*global self, unescape */ -/*jslint bitwise: true, regexp: true, confusion: true, es5: true, vars: true, white: true, - plusplus: true */ - -/*! @source http://purl.eligrey.com/github/Blob.js/blob/master/Blob.js */ - -(function (view) { - "use strict"; - - view.URL = view.URL || view.webkitURL; - - if (view.Blob && view.URL) { - try { - new Blob; - return; - } catch (e) {} - } - - // Internally we use a BlobBuilder implementation to base Blob off of - // in order to support older browsers that only have BlobBuilder - var BlobBuilder = view.BlobBuilder || view.WebKitBlobBuilder || view.MozBlobBuilder || (function(view) { - var - get_class = function(object) { - return Object.prototype.toString.call(object).match(/^\[object\s(.*)\]$/)[1]; - } - , FakeBlobBuilder = function BlobBuilder() { - this.data = []; - } - , FakeBlob = function Blob(data, type, encoding) { - this.data = data; - this.size = data.length; - this.type = type; - this.encoding = encoding; - } - , FBB_proto = FakeBlobBuilder.prototype - , FB_proto = FakeBlob.prototype - , FileReaderSync = view.FileReaderSync - , FileException = function(type) { - this.code = this[this.name = type]; - } - , file_ex_codes = ( - "NOT_FOUND_ERR SECURITY_ERR ABORT_ERR NOT_READABLE_ERR ENCODING_ERR " - + "NO_MODIFICATION_ALLOWED_ERR INVALID_STATE_ERR SYNTAX_ERR" - ).split(" ") - , file_ex_code = file_ex_codes.length - , real_URL = view.URL || view.webkitURL || view - , real_create_object_URL = real_URL.createObjectURL - , real_revoke_object_URL = real_URL.revokeObjectURL - , URL = real_URL - , btoa = view.btoa - , atob = view.atob - - , ArrayBuffer = view.ArrayBuffer - , Uint8Array = view.Uint8Array - - , origin = /^[\w-]+:\/*\[?[\w\.:-]+\]?(?::[0-9]+)?/ - ; - FakeBlob.fake = FB_proto.fake = true; - while (file_ex_code--) { - FileException.prototype[file_ex_codes[file_ex_code]] = file_ex_code + 1; - } - // Polyfill URL - if (!real_URL.createObjectURL) { - URL = view.URL = function(uri) { - var - uri_info = document.createElementNS("http://www.w3.org/1999/xhtml", "a") - , uri_origin - ; - uri_info.href = uri; - if (!("origin" in uri_info)) { - if (uri_info.protocol.toLowerCase() === "data:") { - uri_info.origin = null; - } else { - uri_origin = uri.match(origin); - uri_info.origin = uri_origin && uri_origin[1]; - } - } - return uri_info; - }; - } - URL.createObjectURL = function(blob) { - var - type = blob.type - , data_URI_header - ; - if (type === null) { - type = "application/octet-stream"; - } - if (blob instanceof FakeBlob) { - data_URI_header = "data:" + type; - if (blob.encoding === "base64") { - return data_URI_header + ";base64," + blob.data; - } else if (blob.encoding === "URI") { - return data_URI_header + "," + decodeURIComponent(blob.data); - } if (btoa) { - return data_URI_header + ";base64," + btoa(blob.data); - } else { - return data_URI_header + "," + encodeURIComponent(blob.data); - } - } else if (real_create_object_URL) { - return real_create_object_URL.call(real_URL, blob); - } - }; - URL.revokeObjectURL = function(object_URL) { - if (object_URL.substring(0, 5) !== "data:" && real_revoke_object_URL) { - real_revoke_object_URL.call(real_URL, object_URL); - } - }; - FBB_proto.append = function(data/*, endings*/) { - var bb = this.data; - // decode data to a binary string - if (Uint8Array && (data instanceof ArrayBuffer || data instanceof Uint8Array)) { - var - str = "" - , buf = new Uint8Array(data) - , i = 0 - , buf_len = buf.length - ; - for (; i < buf_len; i++) { - str += String.fromCharCode(buf[i]); - } - bb.push(str); - } else if (get_class(data) === "Blob" || get_class(data) === "File") { - if (FileReaderSync) { - var fr = new FileReaderSync; - bb.push(fr.readAsBinaryString(data)); - } else { - // async FileReader won't work as BlobBuilder is sync - throw new FileException("NOT_READABLE_ERR"); - } - } else if (data instanceof FakeBlob) { - if (data.encoding === "base64" && atob) { - bb.push(atob(data.data)); - } else if (data.encoding === "URI") { - bb.push(decodeURIComponent(data.data)); - } else if (data.encoding === "raw") { - bb.push(data.data); - } - } else { - if (typeof data !== "string") { - data += ""; // convert unsupported types to strings - } - // decode UTF-16 to binary string - bb.push(unescape(encodeURIComponent(data))); - } - }; - FBB_proto.getBlob = function(type) { - if (!arguments.length) { - type = null; - } - return new FakeBlob(this.data.join(""), type, "raw"); - }; - FBB_proto.toString = function() { - return "[object BlobBuilder]"; - }; - FB_proto.slice = function(start, end, type) { - var args = arguments.length; - if (args < 3) { - type = null; - } - return new FakeBlob( - this.data.slice(start, args > 1 ? end : this.data.length) - , type - , this.encoding - ); - }; - FB_proto.toString = function() { - return "[object Blob]"; - }; - FB_proto.close = function() { - this.size = 0; - delete this.data; - }; - return FakeBlobBuilder; - }(view)); - - view.Blob = function(blobParts, options) { - var type = options ? (options.type || "") : ""; - var builder = new BlobBuilder(); - if (blobParts) { - for (var i = 0, len = blobParts.length; i < len; i++) { - if (Uint8Array && blobParts[i] instanceof Uint8Array) { - builder.append(blobParts[i].buffer); - } - else { - builder.append(blobParts[i]); - } - } - } - var blob = builder.getBlob(type); - if (!blob.slice && blob.webkitSlice) { - blob.slice = blob.webkitSlice; - } - return blob; - }; - - var getPrototypeOf = Object.getPrototypeOf || function(object) { - return object.__proto__; - }; - view.Blob.prototype = getPrototypeOf(new view.Blob()); -}(typeof self !== "undefined" && self || typeof window !== "undefined" && window || this.content || this)); diff --git a/demo-shell-ng2/public/js/classList.js b/demo-shell-ng2/public/js/classList.js deleted file mode 100644 index 794d031f94..0000000000 --- a/demo-shell-ng2/public/js/classList.js +++ /dev/null @@ -1,240 +0,0 @@ -/* - * classList.js: Cross-browser full element.classList implementation. - * 1.1.20170427 - * - * By Eli Grey, http://eligrey.com - * License: Dedicated to the public domain. - * See https://github.com/eligrey/classList.js/blob/master/LICENSE.md - */ - -/*global self, document, DOMException */ - -/*! @source http://purl.eligrey.com/github/classList.js/blob/master/classList.js */ - -if ("document" in self) { - -// Full polyfill for browsers with no classList support -// Including IE < Edge missing SVGElement.classList - if (!("classList" in document.createElement("_")) - || document.createElementNS && !("classList" in document.createElementNS("http://www.w3.org/2000/svg","g"))) { - - (function (view) { - - "use strict"; - - if (!('Element' in view)) return; - - var - classListProp = "classList" - , protoProp = "prototype" - , elemCtrProto = view.Element[protoProp] - , objCtr = Object - , strTrim = String[protoProp].trim || function () { - return this.replace(/^\s+|\s+$/g, ""); - } - , arrIndexOf = Array[protoProp].indexOf || function (item) { - var - i = 0 - , len = this.length - ; - for (; i < len; i++) { - if (i in this && this[i] === item) { - return i; - } - } - return -1; - } - // Vendors: please allow content code to instantiate DOMExceptions - , DOMEx = function (type, message) { - this.name = type; - this.code = DOMException[type]; - this.message = message; - } - , checkTokenAndGetIndex = function (classList, token) { - if (token === "") { - throw new DOMEx( - "SYNTAX_ERR" - , "An invalid or illegal string was specified" - ); - } - if (/\s/.test(token)) { - throw new DOMEx( - "INVALID_CHARACTER_ERR" - , "String contains an invalid character" - ); - } - return arrIndexOf.call(classList, token); - } - , ClassList = function (elem) { - var - trimmedClasses = strTrim.call(elem.getAttribute("class") || "") - , classes = trimmedClasses ? trimmedClasses.split(/\s+/) : [] - , i = 0 - , len = classes.length - ; - for (; i < len; i++) { - this.push(classes[i]); - } - this._updateClassName = function () { - elem.setAttribute("class", this.toString()); - }; - } - , classListProto = ClassList[protoProp] = [] - , classListGetter = function () { - return new ClassList(this); - } - ; -// Most DOMException implementations don't allow calling DOMException's toString() -// on non-DOMExceptions. Error's toString() is sufficient here. - DOMEx[protoProp] = Error[protoProp]; - classListProto.item = function (i) { - return this[i] || null; - }; - classListProto.contains = function (token) { - token += ""; - return checkTokenAndGetIndex(this, token) !== -1; - }; - classListProto.add = function () { - var - tokens = arguments - , i = 0 - , l = tokens.length - , token - , updated = false - ; - do { - token = tokens[i] + ""; - if (checkTokenAndGetIndex(this, token) === -1) { - this.push(token); - updated = true; - } - } - while (++i < l); - - if (updated) { - this._updateClassName(); - } - }; - classListProto.remove = function () { - var - tokens = arguments - , i = 0 - , l = tokens.length - , token - , updated = false - , index - ; - do { - token = tokens[i] + ""; - index = checkTokenAndGetIndex(this, token); - while (index !== -1) { - this.splice(index, 1); - updated = true; - index = checkTokenAndGetIndex(this, token); - } - } - while (++i < l); - - if (updated) { - this._updateClassName(); - } - }; - classListProto.toggle = function (token, force) { - token += ""; - - var - result = this.contains(token) - , method = result ? - force !== true && "remove" - : - force !== false && "add" - ; - - if (method) { - this[method](token); - } - - if (force === true || force === false) { - return force; - } else { - return !result; - } - }; - classListProto.toString = function () { - return this.join(" "); - }; - - if (objCtr.defineProperty) { - var classListPropDesc = { - get: classListGetter - , enumerable: true - , configurable: true - }; - try { - objCtr.defineProperty(elemCtrProto, classListProp, classListPropDesc); - } catch (ex) { // IE 8 doesn't support enumerable:true - // adding undefined to fight this issue https://github.com/eligrey/classList.js/issues/36 - // modernie IE8-MSW7 machine has IE8 8.0.6001.18702 and is affected - if (ex.number === undefined || ex.number === -0x7FF5EC54) { - classListPropDesc.enumerable = false; - objCtr.defineProperty(elemCtrProto, classListProp, classListPropDesc); - } - } - } else if (objCtr[protoProp].__defineGetter__) { - elemCtrProto.__defineGetter__(classListProp, classListGetter); - } - - }(self)); - - } - -// There is full or partial native classList support, so just check if we need -// to normalize the add/remove and toggle APIs. - - (function () { - "use strict"; - - var testElement = document.createElement("_"); - - testElement.classList.add("c1", "c2"); - - // Polyfill for IE 10/11 and Firefox <26, where classList.add and - // classList.remove exist but support only one argument at a time. - if (!testElement.classList.contains("c2")) { - var createMethod = function(method) { - var original = DOMTokenList.prototype[method]; - - DOMTokenList.prototype[method] = function(token) { - var i, len = arguments.length; - - for (i = 0; i < len; i++) { - token = arguments[i]; - original.call(this, token); - } - }; - }; - createMethod('add'); - createMethod('remove'); - } - - testElement.classList.toggle("c3", false); - - // Polyfill for IE 10 and Firefox <24, where classList.toggle does not - // support the second argument. - if (testElement.classList.contains("c3")) { - var _toggle = DOMTokenList.prototype.toggle; - - DOMTokenList.prototype.toggle = function(token, force) { - if (1 in arguments && !this.contains(token) === !force) { - return force; - } else { - return _toggle.call(this, token); - } - }; - - } - - testElement = null; - }()); - -} diff --git a/demo-shell-ng2/public/js/formdata.js b/demo-shell-ng2/public/js/formdata.js deleted file mode 100644 index 4eabc4815b..0000000000 --- a/demo-shell-ng2/public/js/formdata.js +++ /dev/null @@ -1,37 +0,0 @@ -/** - * Emulate FormData for some browsers - * MIT License - * (c) 2010 François de Metz - */ -(function(w) { - if (w.FormData) - return; - function FormData() { - this.fake = true; - this.boundary = "--------FormData" + Math.random(); - this._fields = []; - } - FormData.prototype.append = function(key, value) { - this._fields.push([key, value]); - } - FormData.prototype.toString = function() { - var boundary = this.boundary; - var body = ""; - this._fields.forEach(function(field) { - body += "--" + boundary + "\r\n"; - // file upload - if (field[1].name) { - var file = field[1]; - body += "Content-Disposition: form-data; name=\""+ field[0] +"\"; filename=\""+ file.name +"\"\r\n"; - body += "Content-Type: "+ file.type +"\r\n\r\n"; - body += file.getAsBinary() + "\r\n"; - } else { - body += "Content-Disposition: form-data; name=\""+ field[0] +"\";\r\n\r\n"; - body += field[1] + "\r\n"; - } - }); - body += "--" + boundary +"--"; - return body; - } - w.FormData = FormData; -})(window); diff --git a/demo-shell-ng2/public/js/typedarray.js b/demo-shell-ng2/public/js/typedarray.js deleted file mode 100644 index 3d9fafd437..0000000000 --- a/demo-shell-ng2/public/js/typedarray.js +++ /dev/null @@ -1,1048 +0,0 @@ -/* - Copyright (c) 2010, Linden Research, Inc. - Copyright (c) 2014, Joshua Bell - - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in - all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN - THE SOFTWARE. - $/LicenseInfo$ - */ - -// Original can be found at: -// https://bitbucket.org/lindenlab/llsd -// Modifications by Joshua Bell inexorabletash@gmail.com -// https://github.com/inexorabletash/polyfill - -// ES3/ES5 implementation of the Krhonos Typed Array Specification -// Ref: http://www.khronos.org/registry/typedarray/specs/latest/ -// Date: 2011-02-01 -// -// Variations: -// * Allows typed_array.get/set() as alias for subscripts (typed_array[]) -// * Gradually migrating structure from Khronos spec to ES2015 spec -// -// Caveats: -// * Beyond 10000 or so entries, polyfilled array accessors (ta[0], -// etc) become memory-prohibitive, so array creation will fail. Set -// self.TYPED_ARRAY_POLYFILL_NO_ARRAY_ACCESSORS=true to disable -// creation of accessors. Your code will need to use the -// non-standard get()/set() instead, and will need to add those to -// native arrays for interop. -(function(global) { - 'use strict'; - var undefined = (void 0); // Paranoia - - // Beyond this value, index getters/setters (i.e. array[0], array[1]) are so slow to - // create, and consume so much memory, that the browser appears frozen. - var MAX_ARRAY_LENGTH = 1e5; - - // Approximations of internal ECMAScript conversion functions - function Type(v) { - switch(typeof v) { - case 'undefined': return 'undefined'; - case 'boolean': return 'boolean'; - case 'number': return 'number'; - case 'string': return 'string'; - default: return v === null ? 'null' : 'object'; - } - } - - // Class returns internal [[Class]] property, used to avoid cross-frame instanceof issues: - function Class(v) { return Object.prototype.toString.call(v).replace(/^\[object *|\]$/g, ''); } - function IsCallable(o) { return typeof o === 'function'; } - function ToObject(v) { - if (v === null || v === undefined) throw TypeError(); - return Object(v); - } - function ToInt32(v) { return v >> 0; } - function ToUint32(v) { return v >>> 0; } - - // Snapshot intrinsics - var LN2 = Math.LN2, - abs = Math.abs, - floor = Math.floor, - log = Math.log, - max = Math.max, - min = Math.min, - pow = Math.pow, - round = Math.round; - - // emulate ES5 getter/setter API using legacy APIs - // http://blogs.msdn.com/b/ie/archive/2010/09/07/transitioning-existing-code-to-the-es5-getter-setter-apis.aspx - // (second clause tests for Object.defineProperty() in IE<9 that only supports extending DOM prototypes, but - // note that IE<9 does not support __defineGetter__ or __defineSetter__ so it just renders the method harmless) - - (function() { - var orig = Object.defineProperty; - var dom_only = !(function(){try{return Object.defineProperty({},'x',{});}catch(_){return false;}}()); - - if (!orig || dom_only) { - Object.defineProperty = function (o, prop, desc) { - // In IE8 try built-in implementation for defining properties on DOM prototypes. - if (orig) - try { return orig(o, prop, desc); } catch (_) {} - if (o !== Object(o)) - throw TypeError('Object.defineProperty called on non-object'); - if (Object.prototype.__defineGetter__ && ('get' in desc)) - Object.prototype.__defineGetter__.call(o, prop, desc.get); - if (Object.prototype.__defineSetter__ && ('set' in desc)) - Object.prototype.__defineSetter__.call(o, prop, desc.set); - if ('value' in desc) - o[prop] = desc.value; - return o; - }; - } - }()); - - // ES5: Make obj[index] an alias for obj._getter(index)/obj._setter(index, value) - // for index in 0 ... obj.length - function makeArrayAccessors(obj) { - if ('TYPED_ARRAY_POLYFILL_NO_ARRAY_ACCESSORS' in global) - return; - - if (obj.length > MAX_ARRAY_LENGTH) throw RangeError('Array too large for polyfill'); - - function makeArrayAccessor(index) { - Object.defineProperty(obj, index, { - 'get': function() { return obj._getter(index); }, - 'set': function(v) { obj._setter(index, v); }, - enumerable: true, - configurable: false - }); - } - - var i; - for (i = 0; i < obj.length; i += 1) { - makeArrayAccessor(i); - } - } - - // Internal conversion functions: - // pack() - take a number (interpreted as Type), output a byte array - // unpack() - take a byte array, output a Type-like number - - function as_signed(value, bits) { var s = 32 - bits; return (value << s) >> s; } - function as_unsigned(value, bits) { var s = 32 - bits; return (value << s) >>> s; } - - function packI8(n) { return [n & 0xff]; } - function unpackI8(bytes) { return as_signed(bytes[0], 8); } - - function packU8(n) { return [n & 0xff]; } - function unpackU8(bytes) { return as_unsigned(bytes[0], 8); } - - function packU8Clamped(n) { n = round(Number(n)); return [n < 0 ? 0 : n > 0xff ? 0xff : n & 0xff]; } - - function packI16(n) { return [n & 0xff, (n >> 8) & 0xff]; } - function unpackI16(bytes) { return as_signed(bytes[1] << 8 | bytes[0], 16); } - - function packU16(n) { return [n & 0xff, (n >> 8) & 0xff]; } - function unpackU16(bytes) { return as_unsigned(bytes[1] << 8 | bytes[0], 16); } - - function packI32(n) { return [n & 0xff, (n >> 8) & 0xff, (n >> 16) & 0xff, (n >> 24) & 0xff]; } - function unpackI32(bytes) { return as_signed(bytes[3] << 24 | bytes[2] << 16 | bytes[1] << 8 | bytes[0], 32); } - - function packU32(n) { return [n & 0xff, (n >> 8) & 0xff, (n >> 16) & 0xff, (n >> 24) & 0xff]; } - function unpackU32(bytes) { return as_unsigned(bytes[3] << 24 | bytes[2] << 16 | bytes[1] << 8 | bytes[0], 32); } - - function packIEEE754(v, ebits, fbits) { - - var bias = (1 << (ebits - 1)) - 1; - - function roundToEven(n) { - var w = floor(n), f = n - w; - if (f < 0.5) - return w; - if (f > 0.5) - return w + 1; - return w % 2 ? w + 1 : w; - } - - // Compute sign, exponent, fraction - var s, e, f; - if (v !== v) { - // NaN - // http://dev.w3.org/2006/webapi/WebIDL/#es-type-mapping - e = (1 << ebits) - 1; f = pow(2, fbits - 1); s = 0; - } else if (v === Infinity || v === -Infinity) { - e = (1 << ebits) - 1; f = 0; s = (v < 0) ? 1 : 0; - } else if (v === 0) { - e = 0; f = 0; s = (1 / v === -Infinity) ? 1 : 0; - } else { - s = v < 0; - v = abs(v); - - if (v >= pow(2, 1 - bias)) { - // Normalized - e = min(floor(log(v) / LN2), 1023); - var significand = v / pow(2, e); - if (significand < 1) { - e -= 1; - significand *= 2; - } - if (significand >= 2) { - e += 1; - significand /= 2; - } - var d = pow(2, fbits); - f = roundToEven(significand * d) - d; - e += bias; - if (f / d >= 1) { - e += 1; - f = 0; - } - if (e > 2 * bias) { - // Overflow - e = (1 << ebits) - 1; - f = 0; - } - } else { - // Denormalized - e = 0; - f = roundToEven(v / pow(2, 1 - bias - fbits)); - } - } - - // Pack sign, exponent, fraction - var bits = [], i; - for (i = fbits; i; i -= 1) { bits.push(f % 2 ? 1 : 0); f = floor(f / 2); } - for (i = ebits; i; i -= 1) { bits.push(e % 2 ? 1 : 0); e = floor(e / 2); } - bits.push(s ? 1 : 0); - bits.reverse(); - var str = bits.join(''); - - // Bits to bytes - var bytes = []; - while (str.length) { - bytes.unshift(parseInt(str.substring(0, 8), 2)); - str = str.substring(8); - } - return bytes; - } - - function unpackIEEE754(bytes, ebits, fbits) { - // Bytes to bits - var bits = [], i, j, b, str, - bias, s, e, f; - - for (i = 0; i < bytes.length; ++i) { - b = bytes[i]; - for (j = 8; j; j -= 1) { - bits.push(b % 2 ? 1 : 0); b = b >> 1; - } - } - bits.reverse(); - str = bits.join(''); - - // Unpack sign, exponent, fraction - bias = (1 << (ebits - 1)) - 1; - s = parseInt(str.substring(0, 1), 2) ? -1 : 1; - e = parseInt(str.substring(1, 1 + ebits), 2); - f = parseInt(str.substring(1 + ebits), 2); - - // Produce number - if (e === (1 << ebits) - 1) { - return f !== 0 ? NaN : s * Infinity; - } else if (e > 0) { - // Normalized - return s * pow(2, e - bias) * (1 + f / pow(2, fbits)); - } else if (f !== 0) { - // Denormalized - return s * pow(2, -(bias - 1)) * (f / pow(2, fbits)); - } else { - return s < 0 ? -0 : 0; - } - } - - function unpackF64(b) { return unpackIEEE754(b, 11, 52); } - function packF64(v) { return packIEEE754(v, 11, 52); } - function unpackF32(b) { return unpackIEEE754(b, 8, 23); } - function packF32(v) { return packIEEE754(v, 8, 23); } - - // - // 3 The ArrayBuffer Type - // - - (function() { - - function ArrayBuffer(length) { - length = ToInt32(length); - if (length < 0) throw RangeError('ArrayBuffer size is not a small enough positive integer.'); - Object.defineProperty(this, 'byteLength', {value: length}); - Object.defineProperty(this, '_bytes', {value: Array(length)}); - - for (var i = 0; i < length; i += 1) - this._bytes[i] = 0; - } - - global.ArrayBuffer = global.ArrayBuffer || ArrayBuffer; - - // - // 5 The Typed Array View Types - // - - function $TypedArray$() { - - // %TypedArray% ( length ) - if (!arguments.length || typeof arguments[0] !== 'object') { - return (function(length) { - length = ToInt32(length); - if (length < 0) throw RangeError('length is not a small enough positive integer.'); - Object.defineProperty(this, 'length', {value: length}); - Object.defineProperty(this, 'byteLength', {value: length * this.BYTES_PER_ELEMENT}); - Object.defineProperty(this, 'buffer', {value: new ArrayBuffer(this.byteLength)}); - Object.defineProperty(this, 'byteOffset', {value: 0}); - - }).apply(this, arguments); - } - - // %TypedArray% ( typedArray ) - if (arguments.length >= 1 && - Type(arguments[0]) === 'object' && - arguments[0] instanceof $TypedArray$) { - return (function(typedArray){ - if (this.constructor !== typedArray.constructor) throw TypeError(); - - var byteLength = typedArray.length * this.BYTES_PER_ELEMENT; - Object.defineProperty(this, 'buffer', {value: new ArrayBuffer(byteLength)}); - Object.defineProperty(this, 'byteLength', {value: byteLength}); - Object.defineProperty(this, 'byteOffset', {value: 0}); - Object.defineProperty(this, 'length', {value: typedArray.length}); - - for (var i = 0; i < this.length; i += 1) - this._setter(i, typedArray._getter(i)); - - }).apply(this, arguments); - } - - // %TypedArray% ( array ) - if (arguments.length >= 1 && - Type(arguments[0]) === 'object' && - !(arguments[0] instanceof $TypedArray$) && - !(arguments[0] instanceof ArrayBuffer || Class(arguments[0]) === 'ArrayBuffer')) { - return (function(array) { - - var byteLength = array.length * this.BYTES_PER_ELEMENT; - Object.defineProperty(this, 'buffer', {value: new ArrayBuffer(byteLength)}); - Object.defineProperty(this, 'byteLength', {value: byteLength}); - Object.defineProperty(this, 'byteOffset', {value: 0}); - Object.defineProperty(this, 'length', {value: array.length}); - - for (var i = 0; i < this.length; i += 1) { - var s = array[i]; - this._setter(i, Number(s)); - } - }).apply(this, arguments); - } - - // %TypedArray% ( buffer, byteOffset=0, length=undefined ) - if (arguments.length >= 1 && - Type(arguments[0]) === 'object' && - (arguments[0] instanceof ArrayBuffer || Class(arguments[0]) === 'ArrayBuffer')) { - return (function(buffer, byteOffset, length) { - - byteOffset = ToUint32(byteOffset); - if (byteOffset > buffer.byteLength) - throw RangeError('byteOffset out of range'); - - // The given byteOffset must be a multiple of the element - // size of the specific type, otherwise an exception is raised. - if (byteOffset % this.BYTES_PER_ELEMENT) - throw RangeError('buffer length minus the byteOffset is not a multiple of the element size.'); - - if (length === undefined) { - var byteLength = buffer.byteLength - byteOffset; - if (byteLength % this.BYTES_PER_ELEMENT) - throw RangeError('length of buffer minus byteOffset not a multiple of the element size'); - length = byteLength / this.BYTES_PER_ELEMENT; - - } else { - length = ToUint32(length); - byteLength = length * this.BYTES_PER_ELEMENT; - } - - if ((byteOffset + byteLength) > buffer.byteLength) - throw RangeError('byteOffset and length reference an area beyond the end of the buffer'); - - Object.defineProperty(this, 'buffer', {value: buffer}); - Object.defineProperty(this, 'byteLength', {value: byteLength}); - Object.defineProperty(this, 'byteOffset', {value: byteOffset}); - Object.defineProperty(this, 'length', {value: length}); - - }).apply(this, arguments); - } - - // %TypedArray% ( all other argument combinations ) - throw TypeError(); - } - - // Properties of the %TypedArray Instrinsic Object - - // %TypedArray%.from ( source , mapfn=undefined, thisArg=undefined ) - Object.defineProperty($TypedArray$, 'from', {value: function(iterable) { - return new this(iterable); - }}); - - // %TypedArray%.of ( ...items ) - Object.defineProperty($TypedArray$, 'of', {value: function(/*...items*/) { - return new this(arguments); - }}); - - // %TypedArray%.prototype - var $TypedArrayPrototype$ = {}; - $TypedArray$.prototype = $TypedArrayPrototype$; - - // WebIDL: getter type (unsigned long index); - Object.defineProperty($TypedArray$.prototype, '_getter', {value: function(index) { - if (arguments.length < 1) throw SyntaxError('Not enough arguments'); - - index = ToUint32(index); - if (index >= this.length) - return undefined; - - var bytes = [], i, o; - for (i = 0, o = this.byteOffset + index * this.BYTES_PER_ELEMENT; - i < this.BYTES_PER_ELEMENT; - i += 1, o += 1) { - bytes.push(this.buffer._bytes[o]); - } - return this._unpack(bytes); - }}); - - // NONSTANDARD: convenience alias for getter: type get(unsigned long index); - Object.defineProperty($TypedArray$.prototype, 'get', {value: $TypedArray$.prototype._getter}); - - // WebIDL: setter void (unsigned long index, type value); - Object.defineProperty($TypedArray$.prototype, '_setter', {value: function(index, value) { - if (arguments.length < 2) throw SyntaxError('Not enough arguments'); - - index = ToUint32(index); - if (index >= this.length) - return; - - var bytes = this._pack(value), i, o; - for (i = 0, o = this.byteOffset + index * this.BYTES_PER_ELEMENT; - i < this.BYTES_PER_ELEMENT; - i += 1, o += 1) { - this.buffer._bytes[o] = bytes[i]; - } - }}); - - // get %TypedArray%.prototype.buffer - // get %TypedArray%.prototype.byteLength - // get %TypedArray%.prototype.byteOffset - // -- applied directly to the object in the constructor - - // %TypedArray%.prototype.constructor - Object.defineProperty($TypedArray$.prototype, 'constructor', {value: $TypedArray$}); - - // %TypedArray%.prototype.copyWithin (target, start, end = this.length ) - Object.defineProperty($TypedArray$.prototype, 'copyWithin', {value: function(target, start) { - var end = arguments[2]; - - var o = ToObject(this); - var lenVal = o.length; - var len = ToUint32(lenVal); - len = max(len, 0); - var relativeTarget = ToInt32(target); - var to; - if (relativeTarget < 0) - to = max(len + relativeTarget, 0); - else - to = min(relativeTarget, len); - var relativeStart = ToInt32(start); - var from; - if (relativeStart < 0) - from = max(len + relativeStart, 0); - else - from = min(relativeStart, len); - var relativeEnd; - if (end === undefined) - relativeEnd = len; - else - relativeEnd = ToInt32(end); - var final; - if (relativeEnd < 0) - final = max(len + relativeEnd, 0); - else - final = min(relativeEnd, len); - var count = min(final - from, len - to); - var direction; - if (from < to && to < from + count) { - direction = -1; - from = from + count - 1; - to = to + count - 1; - } else { - direction = 1; - } - while (count > 0) { - o._setter(to, o._getter(from)); - from = from + direction; - to = to + direction; - count = count - 1; - } - return o; - }}); - - // %TypedArray%.prototype.entries ( ) - // -- defined in es6.js to shim browsers w/ native TypedArrays - - // %TypedArray%.prototype.every ( callbackfn, thisArg = undefined ) - Object.defineProperty($TypedArray$.prototype, 'every', {value: function(callbackfn) { - if (this === undefined || this === null) throw TypeError(); - var t = Object(this); - var len = ToUint32(t.length); - if (!IsCallable(callbackfn)) throw TypeError(); - var thisArg = arguments[1]; - for (var i = 0; i < len; i++) { - if (!callbackfn.call(thisArg, t._getter(i), i, t)) - return false; - } - return true; - }}); - - // %TypedArray%.prototype.fill (value, start = 0, end = this.length ) - Object.defineProperty($TypedArray$.prototype, 'fill', {value: function(value) { - var start = arguments[1], - end = arguments[2]; - - var o = ToObject(this); - var lenVal = o.length; - var len = ToUint32(lenVal); - len = max(len, 0); - var relativeStart = ToInt32(start); - var k; - if (relativeStart < 0) - k = max((len + relativeStart), 0); - else - k = min(relativeStart, len); - var relativeEnd; - if (end === undefined) - relativeEnd = len; - else - relativeEnd = ToInt32(end); - var final; - if (relativeEnd < 0) - final = max((len + relativeEnd), 0); - else - final = min(relativeEnd, len); - while (k < final) { - o._setter(k, value); - k += 1; - } - return o; - }}); - - // %TypedArray%.prototype.filter ( callbackfn, thisArg = undefined ) - Object.defineProperty($TypedArray$.prototype, 'filter', {value: function(callbackfn) { - if (this === undefined || this === null) throw TypeError(); - var t = Object(this); - var len = ToUint32(t.length); - if (!IsCallable(callbackfn)) throw TypeError(); - var res = []; - var thisp = arguments[1]; - for (var i = 0; i < len; i++) { - var val = t._getter(i); // in case fun mutates this - if (callbackfn.call(thisp, val, i, t)) - res.push(val); - } - return new this.constructor(res); - }}); - - // %TypedArray%.prototype.find (predicate, thisArg = undefined) - Object.defineProperty($TypedArray$.prototype, 'find', {value: function(predicate) { - var o = ToObject(this); - var lenValue = o.length; - var len = ToUint32(lenValue); - if (!IsCallable(predicate)) throw TypeError(); - var t = arguments.length > 1 ? arguments[1] : undefined; - var k = 0; - while (k < len) { - var kValue = o._getter(k); - var testResult = predicate.call(t, kValue, k, o); - if (Boolean(testResult)) - return kValue; - ++k; - } - return undefined; - }}); - - // %TypedArray%.prototype.findIndex ( predicate, thisArg = undefined ) - Object.defineProperty($TypedArray$.prototype, 'findIndex', {value: function(predicate) { - var o = ToObject(this); - var lenValue = o.length; - var len = ToUint32(lenValue); - if (!IsCallable(predicate)) throw TypeError(); - var t = arguments.length > 1 ? arguments[1] : undefined; - var k = 0; - while (k < len) { - var kValue = o._getter(k); - var testResult = predicate.call(t, kValue, k, o); - if (Boolean(testResult)) - return k; - ++k; - } - return -1; - }}); - - // %TypedArray%.prototype.forEach ( callbackfn, thisArg = undefined ) - Object.defineProperty($TypedArray$.prototype, 'forEach', {value: function(callbackfn) { - if (this === undefined || this === null) throw TypeError(); - var t = Object(this); - var len = ToUint32(t.length); - if (!IsCallable(callbackfn)) throw TypeError(); - var thisp = arguments[1]; - for (var i = 0; i < len; i++) - callbackfn.call(thisp, t._getter(i), i, t); - }}); - - // %TypedArray%.prototype.indexOf (searchElement, fromIndex = 0 ) - Object.defineProperty($TypedArray$.prototype, 'indexOf', {value: function(searchElement) { - if (this === undefined || this === null) throw TypeError(); - var t = Object(this); - var len = ToUint32(t.length); - if (len === 0) return -1; - var n = 0; - if (arguments.length > 0) { - n = Number(arguments[1]); - if (n !== n) { - n = 0; - } else if (n !== 0 && n !== (1 / 0) && n !== -(1 / 0)) { - n = (n > 0 || -1) * floor(abs(n)); - } - } - if (n >= len) return -1; - var k = n >= 0 ? n : max(len - abs(n), 0); - for (; k < len; k++) { - if (t._getter(k) === searchElement) { - return k; - } - } - return -1; - }}); - - // %TypedArray%.prototype.join ( separator ) - Object.defineProperty($TypedArray$.prototype, 'join', {value: function(separator) { - if (this === undefined || this === null) throw TypeError(); - var t = Object(this); - var len = ToUint32(t.length); - var tmp = Array(len); - for (var i = 0; i < len; ++i) - tmp[i] = t._getter(i); - return tmp.join(separator === undefined ? ',' : separator); // Hack for IE7 - }}); - - // %TypedArray%.prototype.keys ( ) - // -- defined in es6.js to shim browsers w/ native TypedArrays - - // %TypedArray%.prototype.lastIndexOf ( searchElement, fromIndex = this.length-1 ) - Object.defineProperty($TypedArray$.prototype, 'lastIndexOf', {value: function(searchElement) { - if (this === undefined || this === null) throw TypeError(); - var t = Object(this); - var len = ToUint32(t.length); - if (len === 0) return -1; - var n = len; - if (arguments.length > 1) { - n = Number(arguments[1]); - if (n !== n) { - n = 0; - } else if (n !== 0 && n !== (1 / 0) && n !== -(1 / 0)) { - n = (n > 0 || -1) * floor(abs(n)); - } - } - var k = n >= 0 ? min(n, len - 1) : len - abs(n); - for (; k >= 0; k--) { - if (t._getter(k) === searchElement) - return k; - } - return -1; - }}); - - // get %TypedArray%.prototype.length - // -- applied directly to the object in the constructor - - // %TypedArray%.prototype.map ( callbackfn, thisArg = undefined ) - Object.defineProperty($TypedArray$.prototype, 'map', {value: function(callbackfn) { - if (this === undefined || this === null) throw TypeError(); - var t = Object(this); - var len = ToUint32(t.length); - if (!IsCallable(callbackfn)) throw TypeError(); - var res = []; res.length = len; - var thisp = arguments[1]; - for (var i = 0; i < len; i++) - res[i] = callbackfn.call(thisp, t._getter(i), i, t); - return new this.constructor(res); - }}); - - // %TypedArray%.prototype.reduce ( callbackfn [, initialValue] ) - Object.defineProperty($TypedArray$.prototype, 'reduce', {value: function(callbackfn) { - if (this === undefined || this === null) throw TypeError(); - var t = Object(this); - var len = ToUint32(t.length); - if (!IsCallable(callbackfn)) throw TypeError(); - // no value to return if no initial value and an empty array - if (len === 0 && arguments.length === 1) throw TypeError(); - var k = 0; - var accumulator; - if (arguments.length >= 2) { - accumulator = arguments[1]; - } else { - accumulator = t._getter(k++); - } - while (k < len) { - accumulator = callbackfn.call(undefined, accumulator, t._getter(k), k, t); - k++; - } - return accumulator; - }}); - - // %TypedArray%.prototype.reduceRight ( callbackfn [, initialValue] ) - Object.defineProperty($TypedArray$.prototype, 'reduceRight', {value: function(callbackfn) { - if (this === undefined || this === null) throw TypeError(); - var t = Object(this); - var len = ToUint32(t.length); - if (!IsCallable(callbackfn)) throw TypeError(); - // no value to return if no initial value, empty array - if (len === 0 && arguments.length === 1) throw TypeError(); - var k = len - 1; - var accumulator; - if (arguments.length >= 2) { - accumulator = arguments[1]; - } else { - accumulator = t._getter(k--); - } - while (k >= 0) { - accumulator = callbackfn.call(undefined, accumulator, t._getter(k), k, t); - k--; - } - return accumulator; - }}); - - // %TypedArray%.prototype.reverse ( ) - Object.defineProperty($TypedArray$.prototype, 'reverse', {value: function() { - if (this === undefined || this === null) throw TypeError(); - var t = Object(this); - var len = ToUint32(t.length); - var half = floor(len / 2); - for (var i = 0, j = len - 1; i < half; ++i, --j) { - var tmp = t._getter(i); - t._setter(i, t._getter(j)); - t._setter(j, tmp); - } - return t; - }}); - - // %TypedArray%.prototype.set(array, offset = 0 ) - // %TypedArray%.prototype.set(typedArray, offset = 0 ) - // WebIDL: void set(TypedArray array, optional unsigned long offset); - // WebIDL: void set(sequence array, optional unsigned long offset); - Object.defineProperty($TypedArray$.prototype, 'set', {value: function(index, value) { - if (arguments.length < 1) throw SyntaxError('Not enough arguments'); - var array, sequence, offset, len, - i, s, d, - byteOffset, byteLength, tmp; - - if (typeof arguments[0] === 'object' && arguments[0].constructor === this.constructor) { - // void set(TypedArray array, optional unsigned long offset); - array = arguments[0]; - offset = ToUint32(arguments[1]); - - if (offset + array.length > this.length) { - throw RangeError('Offset plus length of array is out of range'); - } - - byteOffset = this.byteOffset + offset * this.BYTES_PER_ELEMENT; - byteLength = array.length * this.BYTES_PER_ELEMENT; - - if (array.buffer === this.buffer) { - tmp = []; - for (i = 0, s = array.byteOffset; i < byteLength; i += 1, s += 1) { - tmp[i] = array.buffer._bytes[s]; - } - for (i = 0, d = byteOffset; i < byteLength; i += 1, d += 1) { - this.buffer._bytes[d] = tmp[i]; - } - } else { - for (i = 0, s = array.byteOffset, d = byteOffset; - i < byteLength; i += 1, s += 1, d += 1) { - this.buffer._bytes[d] = array.buffer._bytes[s]; - } - } - } else if (typeof arguments[0] === 'object' && typeof arguments[0].length !== 'undefined') { - // void set(sequence array, optional unsigned long offset); - sequence = arguments[0]; - len = ToUint32(sequence.length); - offset = ToUint32(arguments[1]); - - if (offset + len > this.length) { - throw RangeError('Offset plus length of array is out of range'); - } - - for (i = 0; i < len; i += 1) { - s = sequence[i]; - this._setter(offset + i, Number(s)); - } - } else { - throw TypeError('Unexpected argument type(s)'); - } - }}); - - // %TypedArray%.prototype.slice ( start, end ) - Object.defineProperty($TypedArray$.prototype, 'slice', {value: function(start, end) { - var o = ToObject(this); - var lenVal = o.length; - var len = ToUint32(lenVal); - var relativeStart = ToInt32(start); - var k = (relativeStart < 0) ? max(len + relativeStart, 0) : min(relativeStart, len); - var relativeEnd = (end === undefined) ? len : ToInt32(end); - var final = (relativeEnd < 0) ? max(len + relativeEnd, 0) : min(relativeEnd, len); - var count = final - k; - var c = o.constructor; - var a = new c(count); - var n = 0; - while (k < final) { - var kValue = o._getter(k); - a._setter(n, kValue); - ++k; - ++n; - } - return a; - }}); - - // %TypedArray%.prototype.some ( callbackfn, thisArg = undefined ) - Object.defineProperty($TypedArray$.prototype, 'some', {value: function(callbackfn) { - if (this === undefined || this === null) throw TypeError(); - var t = Object(this); - var len = ToUint32(t.length); - if (!IsCallable(callbackfn)) throw TypeError(); - var thisp = arguments[1]; - for (var i = 0; i < len; i++) { - if (callbackfn.call(thisp, t._getter(i), i, t)) { - return true; - } - } - return false; - }}); - - // %TypedArray%.prototype.sort ( comparefn ) - Object.defineProperty($TypedArray$.prototype, 'sort', {value: function(comparefn) { - if (this === undefined || this === null) throw TypeError(); - var t = Object(this); - var len = ToUint32(t.length); - var tmp = Array(len); - for (var i = 0; i < len; ++i) - tmp[i] = t._getter(i); - if (comparefn) tmp.sort(comparefn); else tmp.sort(); // Hack for IE8/9 - for (i = 0; i < len; ++i) - t._setter(i, tmp[i]); - return t; - }}); - - // %TypedArray%.prototype.subarray(begin = 0, end = this.length ) - // WebIDL: TypedArray subarray(long begin, optional long end); - Object.defineProperty($TypedArray$.prototype, 'subarray', {value: function(start, end) { - function clamp(v, min, max) { return v < min ? min : v > max ? max : v; } - - start = ToInt32(start); - end = ToInt32(end); - - if (arguments.length < 1) { start = 0; } - if (arguments.length < 2) { end = this.length; } - - if (start < 0) { start = this.length + start; } - if (end < 0) { end = this.length + end; } - - start = clamp(start, 0, this.length); - end = clamp(end, 0, this.length); - - var len = end - start; - if (len < 0) { - len = 0; - } - - return new this.constructor( - this.buffer, this.byteOffset + start * this.BYTES_PER_ELEMENT, len); - }}); - - // %TypedArray%.prototype.toLocaleString ( ) - // %TypedArray%.prototype.toString ( ) - // %TypedArray%.prototype.values ( ) - // %TypedArray%.prototype [ @@iterator ] ( ) - // get %TypedArray%.prototype [ @@toStringTag ] - // -- defined in es6.js to shim browsers w/ native TypedArrays - - function makeTypedArray(elementSize, pack, unpack) { - // Each TypedArray type requires a distinct constructor instance with - // identical logic, which this produces. - var TypedArray = function() { - Object.defineProperty(this, 'constructor', {value: TypedArray}); - $TypedArray$.apply(this, arguments); - makeArrayAccessors(this); - }; - if ('__proto__' in TypedArray) { - TypedArray.__proto__ = $TypedArray$; - } else { - TypedArray.from = $TypedArray$.from; - TypedArray.of = $TypedArray$.of; - } - - TypedArray.BYTES_PER_ELEMENT = elementSize; - - var TypedArrayPrototype = function() {}; - TypedArrayPrototype.prototype = $TypedArrayPrototype$; - - TypedArray.prototype = new TypedArrayPrototype(); - - Object.defineProperty(TypedArray.prototype, 'BYTES_PER_ELEMENT', {value: elementSize}); - Object.defineProperty(TypedArray.prototype, '_pack', {value: pack}); - Object.defineProperty(TypedArray.prototype, '_unpack', {value: unpack}); - - return TypedArray; - } - - var Int8Array = makeTypedArray(1, packI8, unpackI8); - var Uint8Array = makeTypedArray(1, packU8, unpackU8); - var Uint8ClampedArray = makeTypedArray(1, packU8Clamped, unpackU8); - var Int16Array = makeTypedArray(2, packI16, unpackI16); - var Uint16Array = makeTypedArray(2, packU16, unpackU16); - var Int32Array = makeTypedArray(4, packI32, unpackI32); - var Uint32Array = makeTypedArray(4, packU32, unpackU32); - var Float32Array = makeTypedArray(4, packF32, unpackF32); - var Float64Array = makeTypedArray(8, packF64, unpackF64); - - global.Int8Array = global.Int8Array || Int8Array; - global.Uint8Array = global.Uint8Array || Uint8Array; - global.Uint8ClampedArray = global.Uint8ClampedArray || Uint8ClampedArray; - global.Int16Array = global.Int16Array || Int16Array; - global.Uint16Array = global.Uint16Array || Uint16Array; - global.Int32Array = global.Int32Array || Int32Array; - global.Uint32Array = global.Uint32Array || Uint32Array; - global.Float32Array = global.Float32Array || Float32Array; - global.Float64Array = global.Float64Array || Float64Array; - }()); - - // - // 6 The DataView View Type - // - - (function() { - function r(array, index) { - return IsCallable(array.get) ? array.get(index) : array[index]; - } - - var IS_BIG_ENDIAN = (function() { - var u16array = new Uint16Array([0x1234]), - u8array = new Uint8Array(u16array.buffer); - return r(u8array, 0) === 0x12; - }()); - - // DataView(buffer, byteOffset=0, byteLength=undefined) - // WebIDL: Constructor(ArrayBuffer buffer, - // optional unsigned long byteOffset, - // optional unsigned long byteLength) - function DataView(buffer, byteOffset, byteLength) { - if (!(buffer instanceof ArrayBuffer || Class(buffer) === 'ArrayBuffer')) throw TypeError(); - - byteOffset = ToUint32(byteOffset); - if (byteOffset > buffer.byteLength) - throw RangeError('byteOffset out of range'); - - if (byteLength === undefined) - byteLength = buffer.byteLength - byteOffset; - else - byteLength = ToUint32(byteLength); - - if ((byteOffset + byteLength) > buffer.byteLength) - throw RangeError('byteOffset and length reference an area beyond the end of the buffer'); - - Object.defineProperty(this, 'buffer', {value: buffer}); - Object.defineProperty(this, 'byteLength', {value: byteLength}); - Object.defineProperty(this, 'byteOffset', {value: byteOffset}); - }; - - // get DataView.prototype.buffer - // get DataView.prototype.byteLength - // get DataView.prototype.byteOffset - // -- applied directly to instances by the constructor - - function makeGetter(arrayType) { - return function GetViewValue(byteOffset, littleEndian) { - byteOffset = ToUint32(byteOffset); - - if (byteOffset + arrayType.BYTES_PER_ELEMENT > this.byteLength) - throw RangeError('Array index out of range'); - - byteOffset += this.byteOffset; - - var uint8Array = new Uint8Array(this.buffer, byteOffset, arrayType.BYTES_PER_ELEMENT), - bytes = []; - for (var i = 0; i < arrayType.BYTES_PER_ELEMENT; i += 1) - bytes.push(r(uint8Array, i)); - - if (Boolean(littleEndian) === Boolean(IS_BIG_ENDIAN)) - bytes.reverse(); - - return r(new arrayType(new Uint8Array(bytes).buffer), 0); - }; - } - - Object.defineProperty(DataView.prototype, 'getUint8', {value: makeGetter(Uint8Array)}); - Object.defineProperty(DataView.prototype, 'getInt8', {value: makeGetter(Int8Array)}); - Object.defineProperty(DataView.prototype, 'getUint16', {value: makeGetter(Uint16Array)}); - Object.defineProperty(DataView.prototype, 'getInt16', {value: makeGetter(Int16Array)}); - Object.defineProperty(DataView.prototype, 'getUint32', {value: makeGetter(Uint32Array)}); - Object.defineProperty(DataView.prototype, 'getInt32', {value: makeGetter(Int32Array)}); - Object.defineProperty(DataView.prototype, 'getFloat32', {value: makeGetter(Float32Array)}); - Object.defineProperty(DataView.prototype, 'getFloat64', {value: makeGetter(Float64Array)}); - - function makeSetter(arrayType) { - return function SetViewValue(byteOffset, value, littleEndian) { - byteOffset = ToUint32(byteOffset); - if (byteOffset + arrayType.BYTES_PER_ELEMENT > this.byteLength) - throw RangeError('Array index out of range'); - - // Get bytes - var typeArray = new arrayType([value]), - byteArray = new Uint8Array(typeArray.buffer), - bytes = [], i, byteView; - - for (i = 0; i < arrayType.BYTES_PER_ELEMENT; i += 1) - bytes.push(r(byteArray, i)); - - // Flip if necessary - if (Boolean(littleEndian) === Boolean(IS_BIG_ENDIAN)) - bytes.reverse(); - - // Write them - byteView = new Uint8Array(this.buffer, byteOffset, arrayType.BYTES_PER_ELEMENT); - byteView.set(bytes); - }; - } - - Object.defineProperty(DataView.prototype, 'setUint8', {value: makeSetter(Uint8Array)}); - Object.defineProperty(DataView.prototype, 'setInt8', {value: makeSetter(Int8Array)}); - Object.defineProperty(DataView.prototype, 'setUint16', {value: makeSetter(Uint16Array)}); - Object.defineProperty(DataView.prototype, 'setInt16', {value: makeSetter(Int16Array)}); - Object.defineProperty(DataView.prototype, 'setUint32', {value: makeSetter(Uint32Array)}); - Object.defineProperty(DataView.prototype, 'setInt32', {value: makeSetter(Int32Array)}); - Object.defineProperty(DataView.prototype, 'setFloat32', {value: makeSetter(Float32Array)}); - Object.defineProperty(DataView.prototype, 'setFloat64', {value: makeSetter(Float64Array)}); - - global.DataView = global.DataView || DataView; - - }()); - -}(self)); diff --git a/demo-shell-ng2/src/app/adf.module.ts b/demo-shell-ng2/src/app/adf.module.ts new file mode 100644 index 0000000000..bb3116d262 --- /dev/null +++ b/demo-shell-ng2/src/app/adf.module.ts @@ -0,0 +1,47 @@ +import { NgModule } from '@angular/core'; + +// ADF modules +import { CoreModule } from 'ng2-alfresco-core'; +import { DataTableModule } from 'ng2-alfresco-datatable'; +import { ViewerModule } from 'ng2-alfresco-viewer'; +import { DocumentListModule } from 'ng2-alfresco-documentlist'; +import { LoginModule } from 'ng2-alfresco-login'; +import { UploadModule } from 'ng2-alfresco-upload'; +import { SearchModule } from 'ng2-alfresco-search'; +import { UserInfoModule } from 'ng2-alfresco-userinfo'; +import { SocialModule } from 'ng2-alfresco-social'; +import { TagModule } from 'ng2-alfresco-tag'; +import { WebScriptModule } from 'ng2-alfresco-webscript'; +import { ActivitiFormModule } from 'ng2-activiti-form'; +import { ActivitiTaskListModule } from 'ng2-activiti-tasklist'; +import { ActivitiProcessListModule } from 'ng2-activiti-processlist'; +import { DiagramsModule } from 'ng2-activiti-diagrams'; +import { AnalyticsModule } from 'ng2-activiti-analytics'; + +export function modules() { + return [ + // ADF modules + CoreModule, + DataTableModule, + DocumentListModule, + LoginModule, + SearchModule, + SocialModule, + TagModule, + UploadModule, + UserInfoModule, + ViewerModule, + WebScriptModule, + ActivitiFormModule, + ActivitiTaskListModule, + ActivitiProcessListModule, + DiagramsModule, + AnalyticsModule + ]; +} + +@NgModule({ + imports: modules(), + exports: modules() +}) +export class AdfModule {} diff --git a/demo-shell-ng2/app/components/activiti/activiti-show-diagram.component.css b/demo-shell-ng2/src/app/app.component.css similarity index 100% rename from demo-shell-ng2/app/components/activiti/activiti-show-diagram.component.css rename to demo-shell-ng2/src/app/app.component.css diff --git a/demo-shell-ng2/src/app/app.component.html b/demo-shell-ng2/src/app/app.component.html new file mode 100644 index 0000000000..0680b43f9c --- /dev/null +++ b/demo-shell-ng2/src/app/app.component.html @@ -0,0 +1 @@ + diff --git a/demo-shell-ng2/src/app/app.component.spec.ts b/demo-shell-ng2/src/app/app.component.spec.ts new file mode 100644 index 0000000000..c740bcd745 --- /dev/null +++ b/demo-shell-ng2/src/app/app.component.spec.ts @@ -0,0 +1,32 @@ +import { TestBed, async } from '@angular/core/testing'; + +import { AppComponent } from './app.component'; + +describe('AppComponent', () => { + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [ + AppComponent + ], + }).compileComponents(); + })); + + it('should create the app', async(() => { + const fixture = TestBed.createComponent(AppComponent); + const app = fixture.debugElement.componentInstance; + expect(app).toBeTruthy(); + })); + + it(`should have as title 'app works!'`, async(() => { + const fixture = TestBed.createComponent(AppComponent); + const app = fixture.debugElement.componentInstance; + expect(app.title).toEqual('app works!'); + })); + + it('should render title in a h1 tag', async(() => { + const fixture = TestBed.createComponent(AppComponent); + fixture.detectChanges(); + const compiled = fixture.debugElement.nativeElement; + expect(compiled.querySelector('h1').textContent).toContain('app works!'); + })); +}); diff --git a/demo-shell-ng2/app/app.component.ts b/demo-shell-ng2/src/app/app.component.ts similarity index 56% rename from demo-shell-ng2/app/app.component.ts rename to demo-shell-ng2/src/app/app.component.ts index 44a5739264..5ebdcd8bd8 100644 --- a/demo-shell-ng2/app/app.component.ts +++ b/demo-shell-ng2/src/app/app.component.ts @@ -20,27 +20,27 @@ import { ActivatedRoute, Router } from '@angular/router'; import { AlfrescoSettingsService, PageTitleService, StorageService, TranslationService } from 'ng2-alfresco-core'; @Component({ - selector: 'adf-app', - templateUrl: './app.component.html', - styleUrls: ['./theme.scss'], - encapsulation: ViewEncapsulation.None + selector: 'app-root', + templateUrl: './app.component.html', + styleUrls: ['./app.component.css'], + encapsulation: ViewEncapsulation.None }) export class AppComponent { - searchTerm: string = ''; + searchTerm: string = ''; - constructor(private settingsService: AlfrescoSettingsService, - private storage: StorageService, - translationService: TranslationService, - pageTitleService: PageTitleService, - route: ActivatedRoute, - router: Router) { - this.setProvider(); - pageTitleService.setTitle(); - } + constructor(private settingsService: AlfrescoSettingsService, + private storage: StorageService, + translationService: TranslationService, + pageTitleService: PageTitleService, + route: ActivatedRoute, + router: Router) { + this.setProvider(); + pageTitleService.setTitle(); + } - private setProvider() { - if (this.storage.hasItem(`providers`)) { - this.settingsService.setProviders(this.storage.getItem(`providers`)); - } + private setProvider() { + if (this.storage.hasItem(`providers`)) { + this.settingsService.setProviders(this.storage.getItem(`providers`)); } + } } diff --git a/demo-shell-ng2/src/app/app.module.ts b/demo-shell-ng2/src/app/app.module.ts new file mode 100644 index 0000000000..bbead8d6d8 --- /dev/null +++ b/demo-shell-ng2/src/app/app.module.ts @@ -0,0 +1,100 @@ +import { BrowserModule } from '@angular/platform-browser'; +import { NgModule } from '@angular/core'; +import { FormsModule } from '@angular/forms'; +import { HttpModule } from '@angular/http'; +import { MatInputModule } from '@angular/material'; +import { FlexLayoutModule } from '@angular/flex-layout'; +// import { Editor3DModule } from 'ng2-3d-editor'; +import { ChartsModule } from 'ng2-charts'; +// import { Viewer3DComponent } from './../../node_modules/ng2-3d-editor/src/componets/viewer3D.component'; + +import { AppConfigService, TRANSLATION_PROVIDER } from 'ng2-alfresco-core'; +import { AppComponent } from './app.component'; +import { AdfModule } from './adf.module'; +import { MaterialModule } from './material.module'; +import { LoginComponent } from './components/login/login.component'; +import { SettingsComponent } from './components/settings/settings.component'; +import { AppLayoutComponent } from './components/app-layout/app-layout.component'; +import { HomeComponent } from './components/home/home.component'; +import { SearchBarComponent } from './components/search/search-bar.component'; +import { SearchComponent } from './components/search/search.component'; +import { AboutComponent } from './components/about/about.component'; +import { FormComponent } from './components/form/form.component'; +import { FormListComponent } from './components/form/form-list.component'; +import { CustomSourcesComponent } from './components/files/custom-sources.component'; + +import { ActivitiComponent } from './components/activiti/activiti.component'; +import { ActivitiTaskAttachmentsComponent } from './components/activiti/activiti-task-attachments.component'; +import { ActivitiProcessAttachmentsComponent } from './components/activiti/activiti-process-attachments.component'; +import { ActivitiShowDiagramComponent } from './components/activiti/activiti-show-diagram.component'; +import { FormViewerComponent } from './components/activiti/form-viewer.component'; +import { FormNodeViewerComponent } from './components/activiti/form-node-viewer.component'; +import { ActivitiAppsViewComponent } from './components/activiti/apps.view'; +import { DataTableComponent } from './components/datatable/datatable.component'; +import { FilesComponent } from './components/files/files.component'; +import { FileViewComponent } from './components/file-view/file-view.component'; +import { WebscriptComponent } from './components/webscript/webscript.component'; +import { TagComponent } from './components/tag/tag.component'; +import { SocialComponent } from './components/social/social.component'; + +import { ThemePickerModule } from './components/theme-picker/theme-picker'; +import { DebugAppConfigService } from './services/debug-app-config.service'; + +import { routing } from './app.routes'; + + +@NgModule({ + declarations: [ + AppComponent, + LoginComponent, + SettingsComponent, + AppLayoutComponent, + HomeComponent, + SearchBarComponent, + SearchComponent, + AboutComponent, + ActivitiComponent, + ActivitiTaskAttachmentsComponent, + ActivitiProcessAttachmentsComponent, + ActivitiShowDiagramComponent, + FormViewerComponent, + FormNodeViewerComponent, + ActivitiAppsViewComponent, + DataTableComponent, + FilesComponent, + FileViewComponent, + FormComponent, + FormListComponent, + WebscriptComponent, + TagComponent, + SocialComponent, + CustomSourcesComponent + ], + imports: [ + BrowserModule, + routing, + FormsModule, + HttpModule, + MatInputModule, + AdfModule, + MaterialModule, + ThemePickerModule, + FlexLayoutModule, + // Editor3DModule, + ChartsModule, + ], + providers: [ + { provide: AppConfigService, useClass: DebugAppConfigService }, + { + provide: TRANSLATION_PROVIDER, + multi: true, + useValue: { + name: 'app', + source: 'resources' + } + } + ], + bootstrap: [AppComponent] +}) +export class AppModule { +} diff --git a/demo-shell-ng2/app/app.routes.ts b/demo-shell-ng2/src/app/app.routes.ts similarity index 72% rename from demo-shell-ng2/app/app.routes.ts rename to demo-shell-ng2/src/app/app.routes.ts index 829aab11ad..929ad3cd63 100644 --- a/demo-shell-ng2/app/app.routes.ts +++ b/demo-shell-ng2/src/app/app.routes.ts @@ -19,33 +19,31 @@ import { ModuleWithProviders } from '@angular/core'; import { RouterModule, Routes } from '@angular/router'; import { AuthGuard, AuthGuardBpm, AuthGuardEcm } from 'ng2-alfresco-core'; import { AppLayoutComponent } from './components/app-layout/app-layout.component'; +import { LoginComponent } from './components/login/login.component'; +import { SettingsComponent } from './components/settings/settings.component'; +import { HomeComponent } from './components/home/home.component'; +import { AboutComponent } from './components/about/about.component'; +import { ActivitiComponent } from './components/activiti/activiti.component'; +import { ActivitiShowDiagramComponent } from './components/activiti/activiti-show-diagram.component'; +import { FormViewerComponent } from './components/activiti/form-viewer.component'; +import { FormNodeViewerComponent } from './components/activiti/form-node-viewer.component'; +import { ActivitiAppsViewComponent } from './components/activiti/apps.view'; +import { SearchComponent } from './components/search/search.component'; -import { - AboutComponent, - ActivitiAppsViewComponent, - ActivitiDemoComponent, - ActivitiShowDiagramComponent, - DataTableDemoComponent, - FilesComponent, - FormDemoComponent, - FormNodeViewerComponent, - FormViewerComponent, - HomeComponent, - LoginDemoComponent, - SearchComponent, - SettingsComponent, - SocialComponent, - TagComponent, - WebscriptComponent -} from './components/index'; +import { DataTableComponent } from './components/datatable/datatable.component'; +import { WebscriptComponent } from './components/webscript/webscript.component'; +import { TagComponent } from './components/tag/tag.component'; +import { SocialComponent } from './components/social/social.component'; +import { FilesComponent } from './components/files/files.component'; +import { FormComponent } from './components/form/form.component'; import { UploadButtonComponent } from 'ng2-alfresco-upload'; import { FileViewComponent } from './components/file-view/file-view.component'; import { CustomSourcesComponent } from './components/files/custom-sources.component'; -import { FormListDemoComponent } from './components/form/form-list-demo.component'; +import { FormListComponent } from './components/form/form-list.component'; export const appRoutes: Routes = [ - { path: 'login', component: LoginDemoComponent }, + { path: 'login', component: LoginComponent }, { path: 'settings', component: SettingsComponent }, { path: 'files/:nodeId/view', component: FileViewComponent, canActivate: [ AuthGuardEcm ] }, { @@ -60,7 +58,8 @@ export const appRoutes: Routes = [ { path: 'home', component: HomeComponent - }, + } + , { path: 'files', component: FilesComponent, @@ -78,7 +77,7 @@ export const appRoutes: Routes = [ }, { path: 'datatable', - component: DataTableDemoComponent + component: DataTableComponent }, { path: 'uploader', @@ -102,12 +101,12 @@ export const appRoutes: Routes = [ }, { path: 'activiti/apps/:appId/tasks', - component: ActivitiDemoComponent, + component: ActivitiComponent, canActivate: [AuthGuardBpm] }, { path: 'activiti/apps/:appId/processes', - component: ActivitiDemoComponent, + component: ActivitiComponent, canActivate: [AuthGuardBpm] }, { @@ -118,7 +117,7 @@ export const appRoutes: Routes = [ // TODO: check if neeeded { path: 'activiti/appId/:appId', - component: ActivitiDemoComponent, + component: ActivitiComponent, canActivate: [AuthGuardBpm] }, // TODO: check if needed @@ -149,8 +148,8 @@ export const appRoutes: Routes = [ canActivate: [AuthGuardEcm] }, { path: 'about', component: AboutComponent }, - { path: 'form', component: FormDemoComponent }, - { path: 'form-list', component: FormListDemoComponent } + { path: 'form', component: FormComponent }, + { path: 'form-list', component: FormListComponent } ] } ]; diff --git a/demo-shell-ng2/app/components/about/about.component.css b/demo-shell-ng2/src/app/components/about/about.component.css similarity index 100% rename from demo-shell-ng2/app/components/about/about.component.css rename to demo-shell-ng2/src/app/components/about/about.component.css diff --git a/demo-shell-ng2/app/components/about/about.component.html b/demo-shell-ng2/src/app/components/about/about.component.html similarity index 100% rename from demo-shell-ng2/app/components/about/about.component.html rename to demo-shell-ng2/src/app/components/about/about.component.html diff --git a/demo-shell-ng2/app/components/about/about.component.ts b/demo-shell-ng2/src/app/components/about/about.component.ts similarity index 100% rename from demo-shell-ng2/app/components/about/about.component.ts rename to demo-shell-ng2/src/app/components/about/about.component.ts diff --git a/demo-shell-ng2/app/components/activiti/activiti-process-attachments.component.css b/demo-shell-ng2/src/app/components/activiti/activiti-process-attachments.component.css similarity index 100% rename from demo-shell-ng2/app/components/activiti/activiti-process-attachments.component.css rename to demo-shell-ng2/src/app/components/activiti/activiti-process-attachments.component.css diff --git a/demo-shell-ng2/app/components/activiti/activiti-process-attachments.component.html b/demo-shell-ng2/src/app/components/activiti/activiti-process-attachments.component.html similarity index 100% rename from demo-shell-ng2/app/components/activiti/activiti-process-attachments.component.html rename to demo-shell-ng2/src/app/components/activiti/activiti-process-attachments.component.html diff --git a/demo-shell-ng2/app/components/activiti/activiti-process-attachments.component.ts b/demo-shell-ng2/src/app/components/activiti/activiti-process-attachments.component.ts similarity index 100% rename from demo-shell-ng2/app/components/activiti/activiti-process-attachments.component.ts rename to demo-shell-ng2/src/app/components/activiti/activiti-process-attachments.component.ts diff --git a/demo-shell-ng2/src/app/components/activiti/activiti-show-diagram.component.css b/demo-shell-ng2/src/app/components/activiti/activiti-show-diagram.component.css new file mode 100644 index 0000000000..e69de29bb2 diff --git a/demo-shell-ng2/app/components/activiti/activiti-show-diagram.component.html b/demo-shell-ng2/src/app/components/activiti/activiti-show-diagram.component.html similarity index 100% rename from demo-shell-ng2/app/components/activiti/activiti-show-diagram.component.html rename to demo-shell-ng2/src/app/components/activiti/activiti-show-diagram.component.html diff --git a/demo-shell-ng2/app/components/activiti/activiti-show-diagram.component.ts b/demo-shell-ng2/src/app/components/activiti/activiti-show-diagram.component.ts similarity index 100% rename from demo-shell-ng2/app/components/activiti/activiti-show-diagram.component.ts rename to demo-shell-ng2/src/app/components/activiti/activiti-show-diagram.component.ts diff --git a/demo-shell-ng2/app/components/activiti/activiti-task-attachments.component.css b/demo-shell-ng2/src/app/components/activiti/activiti-task-attachments.component.css similarity index 100% rename from demo-shell-ng2/app/components/activiti/activiti-task-attachments.component.css rename to demo-shell-ng2/src/app/components/activiti/activiti-task-attachments.component.css diff --git a/demo-shell-ng2/app/components/activiti/activiti-task-attachments.component.html b/demo-shell-ng2/src/app/components/activiti/activiti-task-attachments.component.html similarity index 100% rename from demo-shell-ng2/app/components/activiti/activiti-task-attachments.component.html rename to demo-shell-ng2/src/app/components/activiti/activiti-task-attachments.component.html diff --git a/demo-shell-ng2/app/components/activiti/activiti-task-attachments.component.ts b/demo-shell-ng2/src/app/components/activiti/activiti-task-attachments.component.ts similarity index 100% rename from demo-shell-ng2/app/components/activiti/activiti-task-attachments.component.ts rename to demo-shell-ng2/src/app/components/activiti/activiti-task-attachments.component.ts diff --git a/demo-shell-ng2/app/components/activiti/activiti-demo.component.html b/demo-shell-ng2/src/app/components/activiti/activiti.component.html similarity index 100% rename from demo-shell-ng2/app/components/activiti/activiti-demo.component.html rename to demo-shell-ng2/src/app/components/activiti/activiti.component.html diff --git a/demo-shell-ng2/app/components/activiti/activiti-demo.component.scss b/demo-shell-ng2/src/app/components/activiti/activiti.component.scss similarity index 100% rename from demo-shell-ng2/app/components/activiti/activiti-demo.component.scss rename to demo-shell-ng2/src/app/components/activiti/activiti.component.scss diff --git a/demo-shell-ng2/app/components/activiti/activiti-demo.component.ts b/demo-shell-ng2/src/app/components/activiti/activiti.component.ts similarity index 98% rename from demo-shell-ng2/app/components/activiti/activiti-demo.component.ts rename to demo-shell-ng2/src/app/components/activiti/activiti.component.ts index 0ba7827933..57a40db3a0 100644 --- a/demo-shell-ng2/app/components/activiti/activiti-demo.component.ts +++ b/demo-shell-ng2/src/app/components/activiti/activiti.component.ts @@ -24,6 +24,7 @@ import { DynamicTableRow, FORM_FIELD_VALIDATORS, FormEvent, FormFieldEvent, FormRenderingService, FormService, ValidateDynamicTableRowEvent } from 'ng2-activiti-form'; + import { ProcessFiltersComponent, ProcessInstance, @@ -56,11 +57,11 @@ const currentTaskIdNew = '__NEW__'; @Component({ selector: 'adf-activiti-demo', - templateUrl: './activiti-demo.component.html', - styleUrls: ['./activiti-demo.component.scss'], + templateUrl: './activiti.component.html', + styleUrls: ['./activiti.component.scss'], encapsulation: ViewEncapsulation.None }) -export class ActivitiDemoComponent implements AfterViewInit, OnDestroy, OnInit { +export class ActivitiComponent implements AfterViewInit, OnDestroy, OnInit { @ViewChild(TaskFiltersComponent) activitifilter: TaskFiltersComponent; diff --git a/demo-shell-ng2/app/components/activiti/apps.view.ts b/demo-shell-ng2/src/app/components/activiti/apps.view.ts similarity index 100% rename from demo-shell-ng2/app/components/activiti/apps.view.ts rename to demo-shell-ng2/src/app/components/activiti/apps.view.ts diff --git a/demo-shell-ng2/app/components/activiti/custom-editor/custom-editor.component.ts b/demo-shell-ng2/src/app/components/activiti/custom-editor/custom-editor.component.ts similarity index 100% rename from demo-shell-ng2/app/components/activiti/custom-editor/custom-editor.component.ts rename to demo-shell-ng2/src/app/components/activiti/custom-editor/custom-editor.component.ts diff --git a/demo-shell-ng2/app/components/activiti/demo-field-validator.ts b/demo-shell-ng2/src/app/components/activiti/demo-field-validator.ts similarity index 100% rename from demo-shell-ng2/app/components/activiti/demo-field-validator.ts rename to demo-shell-ng2/src/app/components/activiti/demo-field-validator.ts diff --git a/demo-shell-ng2/app/components/activiti/form-node-viewer.component.css b/demo-shell-ng2/src/app/components/activiti/form-node-viewer.component.css similarity index 100% rename from demo-shell-ng2/app/components/activiti/form-node-viewer.component.css rename to demo-shell-ng2/src/app/components/activiti/form-node-viewer.component.css diff --git a/demo-shell-ng2/app/components/activiti/form-node-viewer.component.html b/demo-shell-ng2/src/app/components/activiti/form-node-viewer.component.html similarity index 100% rename from demo-shell-ng2/app/components/activiti/form-node-viewer.component.html rename to demo-shell-ng2/src/app/components/activiti/form-node-viewer.component.html diff --git a/demo-shell-ng2/app/components/activiti/form-node-viewer.component.ts b/demo-shell-ng2/src/app/components/activiti/form-node-viewer.component.ts similarity index 100% rename from demo-shell-ng2/app/components/activiti/form-node-viewer.component.ts rename to demo-shell-ng2/src/app/components/activiti/form-node-viewer.component.ts diff --git a/demo-shell-ng2/app/components/activiti/form-viewer.component.css b/demo-shell-ng2/src/app/components/activiti/form-viewer.component.css similarity index 100% rename from demo-shell-ng2/app/components/activiti/form-viewer.component.css rename to demo-shell-ng2/src/app/components/activiti/form-viewer.component.css diff --git a/demo-shell-ng2/app/components/activiti/form-viewer.component.html b/demo-shell-ng2/src/app/components/activiti/form-viewer.component.html similarity index 100% rename from demo-shell-ng2/app/components/activiti/form-viewer.component.html rename to demo-shell-ng2/src/app/components/activiti/form-viewer.component.html diff --git a/demo-shell-ng2/app/components/activiti/form-viewer.component.ts b/demo-shell-ng2/src/app/components/activiti/form-viewer.component.ts similarity index 100% rename from demo-shell-ng2/app/components/activiti/form-viewer.component.ts rename to demo-shell-ng2/src/app/components/activiti/form-viewer.component.ts diff --git a/demo-shell-ng2/app/components/app-layout/app-layout.component.html b/demo-shell-ng2/src/app/components/app-layout/app-layout.component.html similarity index 100% rename from demo-shell-ng2/app/components/app-layout/app-layout.component.html rename to demo-shell-ng2/src/app/components/app-layout/app-layout.component.html diff --git a/demo-shell-ng2/src/app/components/app-layout/app-layout.component.scss b/demo-shell-ng2/src/app/components/app-layout/app-layout.component.scss new file mode 100644 index 0000000000..b406e0f116 --- /dev/null +++ b/demo-shell-ng2/src/app/components/app-layout/app-layout.component.scss @@ -0,0 +1,58 @@ +@mixin adf-app-layout-theme($theme) { + $primary: map-get($theme, primary); + $minimumAppWidth: 320px; + $toolbarHeight: 64px; + + .adf-app-layout { + display: block; + min-width: $minimumAppWidth; + height: 100%; + + .adf-nav-container { + display: block; + min-width: $minimumAppWidth; + height: 100%; + } + + .adf-sidenav-link { + &.active { + color: mat-color($primary); + } + } + + &-user-profile { + margin-right: 10px; + } + + &-menu-spacer { + flex: 1 1 auto; + } + + &-toolbar { + height: $toolbarHeight; + line-height: $toolbarHeight; + overflow: hidden; + + mat-toolbar-row { + height: $toolbarHeight; + align-items: stretch; + justify-content: space-between; + } + + .adf-toolbar-link { + min-width: 0; + line-height: $toolbarHeight; + + &.active { + background-color: rgba(0, 0, 0, .12); + } + } + } + } + + @media ($mat-small) { + .adf-userinfo-name { + display: none; + } + } +} diff --git a/demo-shell-ng2/app/components/app-layout/app-layout.component.ts b/demo-shell-ng2/src/app/components/app-layout/app-layout.component.ts similarity index 98% rename from demo-shell-ng2/app/components/app-layout/app-layout.component.ts rename to demo-shell-ng2/src/app/components/app-layout/app-layout.component.ts index 4b6b23306c..8beb4bbc4e 100644 --- a/demo-shell-ng2/app/components/app-layout/app-layout.component.ts +++ b/demo-shell-ng2/src/app/components/app-layout/app-layout.component.ts @@ -44,5 +44,5 @@ export class AppLayoutComponent { { href: '/about', icon: 'info_outline', title: 'About' } ]; - constructor() {} + constructor(){}; } diff --git a/demo-shell-ng2/app/components/datatable/datatable-demo.component.css b/demo-shell-ng2/src/app/components/datatable/datatable.component.css similarity index 100% rename from demo-shell-ng2/app/components/datatable/datatable-demo.component.css rename to demo-shell-ng2/src/app/components/datatable/datatable.component.css diff --git a/demo-shell-ng2/app/components/datatable/datatable-demo.component.html b/demo-shell-ng2/src/app/components/datatable/datatable.component.html similarity index 100% rename from demo-shell-ng2/app/components/datatable/datatable-demo.component.html rename to demo-shell-ng2/src/app/components/datatable/datatable.component.html diff --git a/demo-shell-ng2/app/components/datatable/datatable-demo.component.ts b/demo-shell-ng2/src/app/components/datatable/datatable.component.ts similarity index 98% rename from demo-shell-ng2/app/components/datatable/datatable-demo.component.ts rename to demo-shell-ng2/src/app/components/datatable/datatable.component.ts index 067efd20e5..9f6649aa81 100644 --- a/demo-shell-ng2/app/components/datatable/datatable-demo.component.ts +++ b/demo-shell-ng2/src/app/components/datatable/datatable.component.ts @@ -22,10 +22,10 @@ import { Observable } from 'rxjs/Rx'; @Component({ selector: 'datatable-demo', - templateUrl: './datatable-demo.component.html', - styleUrls: ['./datatable-demo.component.css'] + templateUrl: './datatable.component.html', + styleUrls: ['./datatable.component.css'] }) -export class DataTableDemoComponent { +export class DataTableComponent { multiselect: boolean = false; data: ObjectDataTableAdapter; diff --git a/demo-shell-ng2/src/app/components/file-view/file-view.component.html b/demo-shell-ng2/src/app/components/file-view/file-view.component.html new file mode 100644 index 0000000000..a814df3341 --- /dev/null +++ b/demo-shell-ng2/src/app/components/file-view/file-view.component.html @@ -0,0 +1,5 @@ + + +§--> + + diff --git a/demo-shell-ng2/app/components/file-view/file-view.component.ts b/demo-shell-ng2/src/app/components/file-view/file-view.component.ts similarity index 100% rename from demo-shell-ng2/app/components/file-view/file-view.component.ts rename to demo-shell-ng2/src/app/components/file-view/file-view.component.ts diff --git a/demo-shell-ng2/app/components/files/custom-sources.component.html b/demo-shell-ng2/src/app/components/files/custom-sources.component.html similarity index 100% rename from demo-shell-ng2/app/components/files/custom-sources.component.html rename to demo-shell-ng2/src/app/components/files/custom-sources.component.html diff --git a/demo-shell-ng2/app/components/files/custom-sources.component.ts b/demo-shell-ng2/src/app/components/files/custom-sources.component.ts similarity index 100% rename from demo-shell-ng2/app/components/files/custom-sources.component.ts rename to demo-shell-ng2/src/app/components/files/custom-sources.component.ts diff --git a/demo-shell-ng2/app/components/files/files.component.html b/demo-shell-ng2/src/app/components/files/files.component.html similarity index 100% rename from demo-shell-ng2/app/components/files/files.component.html rename to demo-shell-ng2/src/app/components/files/files.component.html diff --git a/demo-shell-ng2/app/components/files/files.component.scss b/demo-shell-ng2/src/app/components/files/files.component.scss similarity index 99% rename from demo-shell-ng2/app/components/files/files.component.scss rename to demo-shell-ng2/src/app/components/files/files.component.scss index 0d1a2f2aa4..443d29b227 100644 --- a/demo-shell-ng2/app/components/files/files.component.scss +++ b/demo-shell-ng2/src/app/components/files/files.component.scss @@ -90,5 +90,3 @@ adf-document-list ::ng-deep adf-datatable tr.is-selected .image-table-cell::befo } } } - - diff --git a/demo-shell-ng2/app/components/files/files.component.ts b/demo-shell-ng2/src/app/components/files/files.component.ts similarity index 100% rename from demo-shell-ng2/app/components/files/files.component.ts rename to demo-shell-ng2/src/app/components/files/files.component.ts diff --git a/demo-shell-ng2/app/components/form/demo-form.ts b/demo-shell-ng2/src/app/components/form/demo-form.ts similarity index 100% rename from demo-shell-ng2/app/components/form/demo-form.ts rename to demo-shell-ng2/src/app/components/form/demo-form.ts diff --git a/demo-shell-ng2/app/components/form/form-list-demo.component.html b/demo-shell-ng2/src/app/components/form/form-list.component.html similarity index 100% rename from demo-shell-ng2/app/components/form/form-list-demo.component.html rename to demo-shell-ng2/src/app/components/form/form-list.component.html diff --git a/demo-shell-ng2/app/components/form/form-list-demo.component.scss b/demo-shell-ng2/src/app/components/form/form-list.component.scss similarity index 100% rename from demo-shell-ng2/app/components/form/form-list-demo.component.scss rename to demo-shell-ng2/src/app/components/form/form-list.component.scss diff --git a/demo-shell-ng2/app/components/form/form-list-demo.component.ts b/demo-shell-ng2/src/app/components/form/form-list.component.ts similarity index 94% rename from demo-shell-ng2/app/components/form/form-list-demo.component.ts rename to demo-shell-ng2/src/app/components/form/form-list.component.ts index 26082b65be..57c90149df 100644 --- a/demo-shell-ng2/app/components/form/form-list-demo.component.ts +++ b/demo-shell-ng2/src/app/components/form/form-list.component.ts @@ -21,10 +21,10 @@ import { LogService } from 'ng2-alfresco-core'; @Component({ selector: 'form-list-demo', - templateUrl: 'form-list-demo.component.html', - styleUrls: ['form-list-demo.component.scss'] + templateUrl: 'form-list.component.html', + styleUrls: ['form-list.component.scss'] }) -export class FormListDemoComponent { +export class FormListComponent { @ViewChild(ActivitiForm) activitiForm: ActivitiForm; diff --git a/demo-shell-ng2/app/components/form/form-demo.component.css b/demo-shell-ng2/src/app/components/form/form.component.css similarity index 100% rename from demo-shell-ng2/app/components/form/form-demo.component.css rename to demo-shell-ng2/src/app/components/form/form.component.css diff --git a/demo-shell-ng2/app/components/form/form-demo.component.html b/demo-shell-ng2/src/app/components/form/form.component.html similarity index 100% rename from demo-shell-ng2/app/components/form/form-demo.component.html rename to demo-shell-ng2/src/app/components/form/form.component.html diff --git a/demo-shell-ng2/app/components/form/form-demo.component.ts b/demo-shell-ng2/src/app/components/form/form.component.ts similarity index 91% rename from demo-shell-ng2/app/components/form/form-demo.component.ts rename to demo-shell-ng2/src/app/components/form/form.component.ts index 2e5ee0e9d4..bd40257c2e 100644 --- a/demo-shell-ng2/app/components/form/form-demo.component.ts +++ b/demo-shell-ng2/src/app/components/form/form.component.ts @@ -23,13 +23,13 @@ import { DemoForm } from './demo-form'; @Component({ selector: 'form-demo', - templateUrl: 'form-demo.component.html', - styleUrls: [ 'form-demo.component.css' ], + templateUrl: 'form.component.html', + styleUrls: [ 'form.component.css' ], providers: [ { provide: FormService, useClass: InMemoryFormService } ] }) -export class FormDemoComponent implements OnInit { +export class FormComponent implements OnInit { form: FormModel; diff --git a/demo-shell-ng2/app/components/home/home.component.html b/demo-shell-ng2/src/app/components/home/home.component.html similarity index 100% rename from demo-shell-ng2/app/components/home/home.component.html rename to demo-shell-ng2/src/app/components/home/home.component.html diff --git a/demo-shell-ng2/app/components/home/home.component.scss b/demo-shell-ng2/src/app/components/home/home.component.scss similarity index 100% rename from demo-shell-ng2/app/components/home/home.component.scss rename to demo-shell-ng2/src/app/components/home/home.component.scss diff --git a/demo-shell-ng2/app/components/home/home.component.spec.ts b/demo-shell-ng2/src/app/components/home/home.component.spec.ts similarity index 100% rename from demo-shell-ng2/app/components/home/home.component.spec.ts rename to demo-shell-ng2/src/app/components/home/home.component.spec.ts diff --git a/demo-shell-ng2/app/components/home/home.component.ts b/demo-shell-ng2/src/app/components/home/home.component.ts similarity index 100% rename from demo-shell-ng2/app/components/home/home.component.ts rename to demo-shell-ng2/src/app/components/home/home.component.ts diff --git a/demo-shell-ng2/app/components/login/login-demo.component.css b/demo-shell-ng2/src/app/components/login/login.component.css similarity index 100% rename from demo-shell-ng2/app/components/login/login-demo.component.css rename to demo-shell-ng2/src/app/components/login/login.component.css diff --git a/demo-shell-ng2/app/components/login/login-demo.component.html b/demo-shell-ng2/src/app/components/login/login.component.html similarity index 100% rename from demo-shell-ng2/app/components/login/login-demo.component.html rename to demo-shell-ng2/src/app/components/login/login.component.html diff --git a/demo-shell-ng2/app/components/login/login-demo.component.ts b/demo-shell-ng2/src/app/components/login/login.component.ts similarity index 95% rename from demo-shell-ng2/app/components/login/login-demo.component.ts rename to demo-shell-ng2/src/app/components/login/login.component.ts index 8c6c6ae894..07a54d533f 100644 --- a/demo-shell-ng2/app/components/login/login-demo.component.ts +++ b/demo-shell-ng2/src/app/components/login/login.component.ts @@ -22,10 +22,10 @@ import { LogService, StorageService } from 'ng2-alfresco-core'; @Component({ selector: 'login-demo', - templateUrl: './login-demo.component.html', - styleUrls: ['./login-demo.component.css'] + templateUrl: './login.component.html', + styleUrls: ['./login.component.css'] }) -export class LoginDemoComponent implements OnInit { +export class LoginComponent implements OnInit { @ViewChild('alfrescologin') alfrescologin: any; diff --git a/demo-shell-ng2/app/components/search/search-bar.component.html b/demo-shell-ng2/src/app/components/search/search-bar.component.html similarity index 100% rename from demo-shell-ng2/app/components/search/search-bar.component.html rename to demo-shell-ng2/src/app/components/search/search-bar.component.html diff --git a/demo-shell-ng2/app/components/search/search-bar.component.ts b/demo-shell-ng2/src/app/components/search/search-bar.component.ts similarity index 100% rename from demo-shell-ng2/app/components/search/search-bar.component.ts rename to demo-shell-ng2/src/app/components/search/search-bar.component.ts diff --git a/demo-shell-ng2/app/components/search/search.component.html b/demo-shell-ng2/src/app/components/search/search.component.html similarity index 100% rename from demo-shell-ng2/app/components/search/search.component.html rename to demo-shell-ng2/src/app/components/search/search.component.html diff --git a/demo-shell-ng2/app/components/search/search.component.scss b/demo-shell-ng2/src/app/components/search/search.component.scss similarity index 100% rename from demo-shell-ng2/app/components/search/search.component.scss rename to demo-shell-ng2/src/app/components/search/search.component.scss diff --git a/demo-shell-ng2/app/components/search/search.component.ts b/demo-shell-ng2/src/app/components/search/search.component.ts similarity index 100% rename from demo-shell-ng2/app/components/search/search.component.ts rename to demo-shell-ng2/src/app/components/search/search.component.ts diff --git a/demo-shell-ng2/app/components/settings/settings.component.html b/demo-shell-ng2/src/app/components/settings/settings.component.html similarity index 100% rename from demo-shell-ng2/app/components/settings/settings.component.html rename to demo-shell-ng2/src/app/components/settings/settings.component.html diff --git a/demo-shell-ng2/app/components/settings/settings.component.scss b/demo-shell-ng2/src/app/components/settings/settings.component.scss similarity index 94% rename from demo-shell-ng2/app/components/settings/settings.component.scss rename to demo-shell-ng2/src/app/components/settings/settings.component.scss index dd75412397..32c37ed43e 100644 --- a/demo-shell-ng2/app/components/settings/settings.component.scss +++ b/demo-shell-ng2/src/app/components/settings/settings.component.scss @@ -8,30 +8,30 @@ border-collapse: collapse; border-spacing: 0; } - + .adf-setting-card { width: 400px; } - + .full-width { width: 100%; } - + .adf-setting-card-padding { width: 50%; display: table-cell; vertical-align: middle; margin: 0; } - + .adf-settings-link-icon { position: relative; top: 6px; margin-right: 10px; } - + .adf-settings-actions { display: flex; justify-content: flex-end; - } + } } \ No newline at end of file diff --git a/demo-shell-ng2/app/components/settings/settings.component.ts b/demo-shell-ng2/src/app/components/settings/settings.component.ts similarity index 100% rename from demo-shell-ng2/app/components/settings/settings.component.ts rename to demo-shell-ng2/src/app/components/settings/settings.component.ts diff --git a/demo-shell-ng2/app/components/social/social.component.html b/demo-shell-ng2/src/app/components/social/social.component.html similarity index 100% rename from demo-shell-ng2/app/components/social/social.component.html rename to demo-shell-ng2/src/app/components/social/social.component.html diff --git a/demo-shell-ng2/app/components/social/social.component.scss b/demo-shell-ng2/src/app/components/social/social.component.scss similarity index 100% rename from demo-shell-ng2/app/components/social/social.component.scss rename to demo-shell-ng2/src/app/components/social/social.component.scss diff --git a/demo-shell-ng2/app/components/social/social.component.ts b/demo-shell-ng2/src/app/components/social/social.component.ts similarity index 100% rename from demo-shell-ng2/app/components/social/social.component.ts rename to demo-shell-ng2/src/app/components/social/social.component.ts diff --git a/demo-shell-ng2/app/components/tag/tag.component.html b/demo-shell-ng2/src/app/components/tag/tag.component.html similarity index 100% rename from demo-shell-ng2/app/components/tag/tag.component.html rename to demo-shell-ng2/src/app/components/tag/tag.component.html diff --git a/demo-shell-ng2/app/components/tag/tag.component.scss b/demo-shell-ng2/src/app/components/tag/tag.component.scss similarity index 100% rename from demo-shell-ng2/app/components/tag/tag.component.scss rename to demo-shell-ng2/src/app/components/tag/tag.component.scss diff --git a/demo-shell-ng2/app/components/tag/tag.component.ts b/demo-shell-ng2/src/app/components/tag/tag.component.ts similarity index 100% rename from demo-shell-ng2/app/components/tag/tag.component.ts rename to demo-shell-ng2/src/app/components/tag/tag.component.ts diff --git a/demo-shell-ng2/app/components/theme-picker/style-manager/style-manager.ts b/demo-shell-ng2/src/app/components/theme-picker/style-manager/style-manager.ts similarity index 100% rename from demo-shell-ng2/app/components/theme-picker/style-manager/style-manager.ts rename to demo-shell-ng2/src/app/components/theme-picker/style-manager/style-manager.ts diff --git a/demo-shell-ng2/app/components/theme-picker/theme-picker.css b/demo-shell-ng2/src/app/components/theme-picker/theme-picker.css similarity index 100% rename from demo-shell-ng2/app/components/theme-picker/theme-picker.css rename to demo-shell-ng2/src/app/components/theme-picker/theme-picker.css diff --git a/demo-shell-ng2/app/components/theme-picker/theme-picker.html b/demo-shell-ng2/src/app/components/theme-picker/theme-picker.html similarity index 100% rename from demo-shell-ng2/app/components/theme-picker/theme-picker.html rename to demo-shell-ng2/src/app/components/theme-picker/theme-picker.html diff --git a/demo-shell-ng2/app/components/theme-picker/theme-picker.ts b/demo-shell-ng2/src/app/components/theme-picker/theme-picker.ts similarity index 100% rename from demo-shell-ng2/app/components/theme-picker/theme-picker.ts rename to demo-shell-ng2/src/app/components/theme-picker/theme-picker.ts diff --git a/demo-shell-ng2/app/components/theme-picker/theme-storage/theme-storage.ts b/demo-shell-ng2/src/app/components/theme-picker/theme-storage/theme-storage.ts similarity index 100% rename from demo-shell-ng2/app/components/theme-picker/theme-storage/theme-storage.ts rename to demo-shell-ng2/src/app/components/theme-picker/theme-storage/theme-storage.ts diff --git a/demo-shell-ng2/app/components/webscript/webscript.component.html b/demo-shell-ng2/src/app/components/webscript/webscript.component.html similarity index 100% rename from demo-shell-ng2/app/components/webscript/webscript.component.html rename to demo-shell-ng2/src/app/components/webscript/webscript.component.html diff --git a/demo-shell-ng2/app/components/webscript/webscript.component.ts b/demo-shell-ng2/src/app/components/webscript/webscript.component.ts similarity index 100% rename from demo-shell-ng2/app/components/webscript/webscript.component.ts rename to demo-shell-ng2/src/app/components/webscript/webscript.component.ts diff --git a/demo-shell-ng2/app/material.module.ts b/demo-shell-ng2/src/app/material.module.ts similarity index 64% rename from demo-shell-ng2/app/material.module.ts rename to demo-shell-ng2/src/app/material.module.ts index 7011bbe081..df0ca238c6 100644 --- a/demo-shell-ng2/app/material.module.ts +++ b/demo-shell-ng2/src/app/material.module.ts @@ -17,25 +17,30 @@ import { NgModule } from '@angular/core'; import { - MatDialogModule, - MatInputModule, - MatProgressBarModule, - MatSelectModule, - MatSidenavModule, - MatSlideToggleModule + MatDialogModule, + MatInputModule, + MatProgressBarModule, + MatSelectModule, + MatSidenavModule, + MatSlideToggleModule, + MatCardModule, + MatListModule } from '@angular/material'; const MATERIAL_MODULES = [ - MatSlideToggleModule, - MatInputModule, - MatSelectModule, - MatDialogModule, - MatSidenavModule, - MatProgressBarModule + MatSlideToggleModule, + MatInputModule, + MatSelectModule, + MatDialogModule, + MatSidenavModule, + MatProgressBarModule, + MatCardModule, + MatListModule ]; @NgModule({ - imports: MATERIAL_MODULES, - exports: MATERIAL_MODULES + imports: MATERIAL_MODULES, + exports: MATERIAL_MODULES }) -export class MaterialModule {} +export class MaterialModule { +} diff --git a/demo-shell-ng2/app/services/debug-app-config.service.ts b/demo-shell-ng2/src/app/services/debug-app-config.service.ts similarity index 100% rename from demo-shell-ng2/app/services/debug-app-config.service.ts rename to demo-shell-ng2/src/app/services/debug-app-config.service.ts diff --git a/demo-shell-ng2/app/services/in-memory-form.service.ts b/demo-shell-ng2/src/app/services/in-memory-form.service.ts similarity index 100% rename from demo-shell-ng2/app/services/in-memory-form.service.ts rename to demo-shell-ng2/src/app/services/in-memory-form.service.ts diff --git a/demo-shell-ng2/src/assets/.gitkeep b/demo-shell-ng2/src/assets/.gitkeep new file mode 100644 index 0000000000..e69de29bb2 diff --git a/demo-shell-ng2/app/theme.scss b/demo-shell-ng2/src/custom-style.scss similarity index 90% rename from demo-shell-ng2/app/theme.scss rename to demo-shell-ng2/src/custom-style.scss index 733b0c5d41..5f19cfb2ec 100644 --- a/demo-shell-ng2/app/theme.scss +++ b/demo-shell-ng2/src/custom-style.scss @@ -1,4 +1,5 @@ -@import './components/app-layout/app-layout.component.scss'; +@import './app/components/app-layout/app-layout.component.scss'; + @import '~ng2-alfresco-core/styles/theming'; @import '~ng2-alfresco-core/styles/index'; @import '~ng2-activiti-analytics/styles/index'; @@ -12,12 +13,14 @@ @import '~ng2-alfresco-upload/styles/index'; @import '~ng2-alfresco-userinfo/styles/index'; @import '~ng2-alfresco-search/styles/index'; -@import './general'; + +@import '~@angular/material/theming'; + @include mat-core(); $custom-typography: mat-typography-config( - $font-family: 'Muli, Roboto, "Helvetica Neue", sans-serif' + $font-family: 'Muli, Roboto, "Helvetica Neue", sans-serif' ); @include angular-material-typography($custom-typography); diff --git a/demo-shell-ng2/src/environments/environment.prod.ts b/demo-shell-ng2/src/environments/environment.prod.ts new file mode 100644 index 0000000000..3612073bc3 --- /dev/null +++ b/demo-shell-ng2/src/environments/environment.prod.ts @@ -0,0 +1,3 @@ +export const environment = { + production: true +}; diff --git a/demo-shell-ng2/src/environments/environment.ts b/demo-shell-ng2/src/environments/environment.ts new file mode 100644 index 0000000000..b7f639aeca --- /dev/null +++ b/demo-shell-ng2/src/environments/environment.ts @@ -0,0 +1,8 @@ +// The file contents for the current environment will overwrite these during build. +// The build system defaults to the dev environment which uses `environment.ts`, but if you do +// `ng build --env=prod` then `environment.prod.ts` will be used instead. +// The list of which env maps to which file can be found in `.angular-cli.json`. + +export const environment = { + production: false +}; diff --git a/demo-shell-ng2/src/favicon.ico b/demo-shell-ng2/src/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..8081c7ceaf2be08bf59010158c586170d9d2d517 GIT binary patch literal 5430 zcmc(je{54#6vvCoAI3i*G5%$U7!sA3wtMZ$fH6V9C`=eXGJb@R1%(I_{vnZtpD{6n z5Pl{DmxzBDbrB>}`90e12m8T*36WoeDLA&SD_hw{H^wM!cl_RWcVA!I+x87ee975; z@4kD^=bYPn&pmG@(+JZ`rqQEKxW<}RzhW}I!|ulN=fmjVi@x{p$cC`)5$a!)X&U+blKNvN5tg=uLvuLnuqRM;Yc*swiexsoh#XPNu{9F#c`G zQLe{yWA(Y6(;>y|-efAy11k<09(@Oo1B2@0`PtZSkqK&${ zgEY}`W@t{%?9u5rF?}Y7OL{338l*JY#P!%MVQY@oqnItpZ}?s z!r?*kwuR{A@jg2Chlf0^{q*>8n5Ir~YWf*wmsh7B5&EpHfd5@xVaj&gqsdui^spyL zB|kUoblGoO7G(MuKTfa9?pGH0@QP^b#!lM1yHWLh*2iq#`C1TdrnO-d#?Oh@XV2HK zKA{`eo{--^K&MW66Lgsktfvn#cCAc*(}qsfhrvOjMGLE?`dHVipu1J3Kgr%g?cNa8 z)pkmC8DGH~fG+dlrp(5^-QBeEvkOvv#q7MBVLtm2oD^$lJZx--_=K&Ttd=-krx(Bb zcEoKJda@S!%%@`P-##$>*u%T*mh+QjV@)Qa=Mk1?#zLk+M4tIt%}wagT{5J%!tXAE;r{@=bb%nNVxvI+C+$t?!VJ@0d@HIyMJTI{vEw0Ul ze(ha!e&qANbTL1ZneNl45t=#Ot??C0MHjjgY8%*mGisN|S6%g3;Hlx#fMNcL<87MW zZ>6moo1YD?P!fJ#Jb(4)_cc50X5n0KoDYfdPoL^iV`k&o{LPyaoqMqk92wVM#_O0l z09$(A-D+gVIlq4TA&{1T@BsUH`Bm=r#l$Z51J-U&F32+hfUP-iLo=jg7Xmy+WLq6_tWv&`wDlz#`&)Jp~iQf zZP)tu>}pIIJKuw+$&t}GQuqMd%Z>0?t%&BM&Wo^4P^Y z)c6h^f2R>X8*}q|bblAF?@;%?2>$y+cMQbN{X$)^R>vtNq_5AB|0N5U*d^T?X9{xQnJYeU{ zoZL#obI;~Pp95f1`%X3D$Mh*4^?O?IT~7HqlWguezmg?Ybq|7>qQ(@pPHbE9V?f|( z+0xo!#m@Np9PljsyxBY-UA*{U*la#8Wz2sO|48_-5t8%_!n?S$zlGe+NA%?vmxjS- zHE5O3ZarU=X}$7>;Okp(UWXJxI%G_J-@IH;%5#Rt$(WUX?6*Ux!IRd$dLP6+SmPn= z8zjm4jGjN772R{FGkXwcNv8GBcZI#@Y2m{RNF_w8(Z%^A*!bS*!}s6sh*NnURytky humW;*g7R+&|Ledvc- + + + + ACS APS ADF Application with Angular CLI + + + + + + + + + + + +
+
+
Loading Demo Shell..
+
+
+
+ + diff --git a/demo-shell-ng2/src/main.ts b/demo-shell-ng2/src/main.ts new file mode 100644 index 0000000000..fadc7d66b7 --- /dev/null +++ b/demo-shell-ng2/src/main.ts @@ -0,0 +1,16 @@ +import { enableProdMode } from '@angular/core'; +import { platformBrowserDynamic } from '@angular/platform-browser-dynamic'; + +import { AppModule } from './app/app.module'; +import { environment } from './environments/environment'; +import 'hammerjs'; +import 'chart.js'; +import 'ng2-charts'; +import 'ng2-3d-editor'; +import 'three'; + +if (environment.production) { + enableProdMode(); +} + +platformBrowserDynamic().bootstrapModule(AppModule); diff --git a/demo-shell-ng2/src/polyfills.ts b/demo-shell-ng2/src/polyfills.ts new file mode 100644 index 0000000000..53bdaf1b86 --- /dev/null +++ b/demo-shell-ng2/src/polyfills.ts @@ -0,0 +1,68 @@ +/** + * This file includes polyfills needed by Angular and is loaded before the app. + * You can add your own extra polyfills to this file. + * + * This file is divided into 2 sections: + * 1. Browser polyfills. These are applied before loading ZoneJS and are sorted by browsers. + * 2. Application imports. Files imported after ZoneJS that should be loaded before your main + * file. + * + * The current setup is for so-called "evergreen" browsers; the last versions of browsers that + * automatically update themselves. This includes Safari >= 10, Chrome >= 55 (including Opera), + * Edge >= 13 on the desktop, and iOS 10 and Chrome on mobile. + * + * Learn more in https://angular.io/docs/ts/latest/guide/browser-support.html + */ + +/*************************************************************************************************** + * BROWSER POLYFILLS + */ + +/** IE9, IE10 and IE11 requires all of the following polyfills. **/ +// import 'core-js/es6/symbol'; +// import 'core-js/es6/object'; +// import 'core-js/es6/function'; +// import 'core-js/es6/parse-int'; +// import 'core-js/es6/parse-float'; +// import 'core-js/es6/number'; +// import 'core-js/es6/math'; +// import 'core-js/es6/string'; +// import 'core-js/es6/date'; +// import 'core-js/es6/array'; +// import 'core-js/es6/regexp'; +// import 'core-js/es6/map'; +// import 'core-js/es6/set'; + +/** IE10 and IE11 requires the following for NgClass support on SVG elements */ +// import 'classlist.js'; // Run `npm install --save classlist.js`. + +/** IE10 and IE11 requires the following to support `@angular/animation`. */ +// import 'web-animations-js'; // Run `npm install --save web-animations-js`. + + +/** Evergreen browsers require these. **/ +import 'core-js/es6/reflect'; +import 'core-js/es7/reflect'; + + +/** ALL Firefox browsers require the following to support `@angular/animation`. **/ +// import 'web-animations-js'; // Run `npm install --save web-animations-js`. + + + +/*************************************************************************************************** + * Zone JS is required by Angular itself. + */ +import 'zone.js/dist/zone'; // Included with Angular CLI. + + + +/*************************************************************************************************** + * APPLICATION IMPORTS + */ + +/** + * Date, currency, decimal and percent pipes. + * Needed for: All but Chrome, Firefox, Edge, IE11 and Safari 10 + */ +// import 'intl'; // Run `npm install --save intl`. diff --git a/demo-shell-ng2/src/styles.css b/demo-shell-ng2/src/styles.css new file mode 100644 index 0000000000..9afef092f7 --- /dev/null +++ b/demo-shell-ng2/src/styles.css @@ -0,0 +1,6 @@ +/* You can add global styles to this file, and also import other style files */ +@import "~@angular/material/prebuilt-themes/indigo-pink.css"; + +.mat-form-field input.mat-input-element { + line-height: normal; +} diff --git a/demo-shell-ng2/src/test.ts b/demo-shell-ng2/src/test.ts new file mode 100644 index 0000000000..9bf72267e9 --- /dev/null +++ b/demo-shell-ng2/src/test.ts @@ -0,0 +1,32 @@ +// This file is required by karma.conf.js and loads recursively all the .spec and framework files + +import 'zone.js/dist/long-stack-trace-zone'; +import 'zone.js/dist/proxy.js'; +import 'zone.js/dist/sync-test'; +import 'zone.js/dist/jasmine-patch'; +import 'zone.js/dist/async-test'; +import 'zone.js/dist/fake-async-test'; +import { getTestBed } from '@angular/core/testing'; +import { + BrowserDynamicTestingModule, + platformBrowserDynamicTesting +} from '@angular/platform-browser-dynamic/testing'; + +// Unfortunately there's no typing for the `__karma__` variable. Just declare it as any. +declare var __karma__: any; +declare var require: any; + +// Prevent Karma from running prematurely. +__karma__.loaded = function () {}; + +// First, initialize the Angular testing environment. +getTestBed().initTestEnvironment( + BrowserDynamicTestingModule, + platformBrowserDynamicTesting() +); +// Then we find all the tests. +const context = require.context('./', true, /\.spec\.ts$/); +// And load the modules. +context.keys().map(context); +// Finally, start Karma to run the tests. +__karma__.start(); diff --git a/demo-shell-ng2/src/tsconfig.app.json b/demo-shell-ng2/src/tsconfig.app.json new file mode 100644 index 0000000000..5e2507db58 --- /dev/null +++ b/demo-shell-ng2/src/tsconfig.app.json @@ -0,0 +1,13 @@ +{ + "extends": "../tsconfig.json", + "compilerOptions": { + "outDir": "../out-tsc/app", + "module": "es2015", + "baseUrl": "", + "types": [] + }, + "exclude": [ + "test.ts", + "**/*.spec.ts" + ] +} diff --git a/demo-shell-ng2/src/tsconfig.dev.json b/demo-shell-ng2/src/tsconfig.dev.json new file mode 100644 index 0000000000..f5a80feab8 --- /dev/null +++ b/demo-shell-ng2/src/tsconfig.dev.json @@ -0,0 +1,117 @@ +{ + "extends": "../tsconfig.json", + "compilerOptions": { + "outDir": "../out-tsc/app", + "module": "es2015", + "baseUrl": "", + "types": [], + "paths": { + "ng2-alfresco-core": [ + "../../ng2-components/ng2-alfresco-core/index.ts" + ], + "ng2-alfresco-core/*": [ + "../../ng2-components/ng2-alfresco-core/*" + ], + "ng2-alfresco-login": [ + "../../ng2-components/ng2-alfresco-login/index.ts" + ], + "ng2-alfresco-login/*": [ + "../../ng2-components/ng2-alfresco-login/*" + ], + "ng2-alfresco-userinfo": [ + "../../ng2-components/ng2-alfresco-userinfo/index.ts" + ], + "ng2-alfresco-userinfo/*": [ + "../../ng2-components/ng2-alfresco-userinfo/*" + ], + "ng2-alfresco-search": [ + "../../ng2-components/ng2-alfresco-search/index.ts" + ], + "ng2-alfresco-search/*": [ + "../../ng2-components/ng2-alfresco-search/*" + ], + "ng2-alfresco-datatable": [ + "../../ng2-components/ng2-alfresco-datatable/index.ts" + ], + "ng2-alfresco-datatable/*": [ + "../../ng2-components/ng2-alfresco-datatable/*" + ], + "ng2-alfresco-documentlist": [ + "../../ng2-components/ng2-alfresco-documentlist/index.ts" + ], + "ng2-alfresco-documentlist/*": [ + "../../ng2-components/ng2-alfresco-documentlist/*" + ], + "ng2-alfresco-viewer": [ + "../../ng2-components/ng2-alfresco-viewer/index.ts" + ], + "ng2-alfresco-viewer/*": [ + "../../ng2-components/ng2-alfresco-viewer/*" + ], + "ng2-alfresco-social": [ + "../../ng2-components/ng2-alfresco-social/index.ts" + ], + "ng2-alfresco-social/*": [ + "../../ng2-components/ng2-alfresco-social/*" + ], + "ng2-alfresco-tag": [ + "../../ng2-components/ng2-alfresco-tag/index.ts" + ], + "ng2-alfresco-tag/*": [ + "../../ng2-components/ng2-alfresco-tag/*" + ], + "ng2-alfresco-upload": [ + "../../ng2-components/ng2-alfresco-upload/index.ts" + ], + "ng2-alfresco-upload/*": [ + "../../ng2-components/ng2-alfresco-upload/*" + ], + "ng2-alfresco-webscript": [ + "../../ng2-components/ng2-alfresco-webscript/index.ts" + ], + "ng2-alfresco-webscript/*": [ + "../../ng2-components/ng2-alfresco-webscript/*" + ], + "ng2-activiti-analytics": [ + "../../ng2-components/ng2-activiti-analytics/index.ts" + ], + "ng2-activiti-analytics/*": [ + "../../ng2-components/ng2-activiti-analytics/*" + ], + "ng2-activiti-diagrams": [ + "../../ng2-components/ng2-activiti-diagrams/index.ts" + ], + "ng2-activiti-diagrams/*": [ + "../../ng2-components/ng2-activiti-diagrams/*" + ], + "ng2-activiti-form": [ + "../../ng2-components/ng2-activiti-form/index.ts" + ], + "ng2-activiti-form/*": [ + "../../ng2-components/ng2-activiti-form/*" + ], + "ng2-activiti-processlist": [ + "../../ng2-components/ng2-activiti-processlist/index.ts" + ], + "ng2-activiti-processlist/*": [ + "../../ng2-components/ng2-activiti-processlist/*" + ], + "ng2-activiti-tasklist": [ + "../../ng2-components/ng2-activiti-tasklist/index.ts" + ], + "ng2-activiti-tasklist/*": [ + "../../ng2-components/ng2-activiti-tasklist/*" + ], + "rxjs/*": [ + "../node_modules/rxjs/*" + ], + "@angular/*": [ + "../node_modules/@angular/*" + ] + } + }, + "exclude": [ + "test.ts", + "**/*.spec.ts" + ] +} diff --git a/demo-shell-ng2/src/tsconfig.spec.json b/demo-shell-ng2/src/tsconfig.spec.json new file mode 100644 index 0000000000..510e3f1fda --- /dev/null +++ b/demo-shell-ng2/src/tsconfig.spec.json @@ -0,0 +1,20 @@ +{ + "extends": "../tsconfig.json", + "compilerOptions": { + "outDir": "../out-tsc/spec", + "module": "commonjs", + "target": "es5", + "baseUrl": "", + "types": [ + "jasmine", + "node" + ] + }, + "files": [ + "test.ts" + ], + "include": [ + "**/*.spec.ts", + "**/*.d.ts" + ] +} diff --git a/demo-shell-ng2/src/typings.d.ts b/demo-shell-ng2/src/typings.d.ts new file mode 100644 index 0000000000..ef5c7bd620 --- /dev/null +++ b/demo-shell-ng2/src/typings.d.ts @@ -0,0 +1,5 @@ +/* SystemJS module definition */ +declare var module: NodeModule; +interface NodeModule { + id: string; +} diff --git a/demo-shell-ng2/tsconfig.dev.json b/demo-shell-ng2/tsconfig.dev.json deleted file mode 100644 index a4b48a856c..0000000000 --- a/demo-shell-ng2/tsconfig.dev.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "compilerOptions": { - "baseUrl": ".", - "target": "es5", - "module": "commonjs", - "moduleResolution": "node", - "sourceMap": true, - "emitDecoratorMetadata": true, - "experimentalDecorators": true, - "skipLibCheck": true, - "noLib": false, - "allowUnreachableCode": false, - "allowUnusedLabels": false, - "noImplicitAny": false, - "noImplicitReturns": false, - "noImplicitUseStrict": false, - "noFallthroughCasesInSwitch": true, - "removeComments": true, - "declaration": true, - "outDir": "./dist", - "lib": [ - "es2015", - "dom" - ], - "paths": { - "ng2-alfresco-core": ["../ng2-components/ng2-alfresco-core/"], - "ng2-alfresco-datatable": ["../ng2-components/ng2-alfresco-datatable/"], - "ng2-activiti-diagrams": ["../ng2-components/ng2-activiti-diagrams/"], - "ng2-activiti-analytics":["../ng2-components/ng2-activiti-analytics/"], - "ng2-activiti-form":["../ng2-components/ng2-activiti-form/"], - "ng2-activiti-tasklist": ["../ng2-components/ng2-activiti-tasklist/"], - "ng2-activiti-processlist": ["../ng2-components/ng2-activiti-processlist/"], - "ng2-alfresco-documentlist": ["../ng2-components/ng2-alfresco-documentlist/"], - "ng2-alfresco-login": ["../ng2-components/ng2-alfresco-login/"], - "ng2-alfresco-search": ["../ng2-components/ng2-alfresco-search/"], - "ng2-alfresco-social": ["../ng2-components/ng2-alfresco-social/"], - "ng2-alfresco-tag": ["../ng2-components/ng2-alfresco-tag/"], - "ng2-alfresco-upload": ["../ng2-components/ng2-alfresco-upload/"], - "ng2-alfresco-viewer": ["../ng2-components/ng2-alfresco-viewer/"], - "ng2-alfresco-webscript": ["../ng2-components/ng2-alfresco-webscript/"], - "ng2-alfresco-userinfo": ["../ng2-components/ng2-alfresco-userinfo/"], - "@angular/*": ["node_modules/@angular/*"], - "rxjs/*": ["node_modules/rxjs/*"] - }, - "suppressImplicitAnyIndexErrors": true, - "noUnusedLocals": true - }, - "exclude": [ - "demo", - "node_modules", - "dist" - ], - "angularCompilerOptions": { - "strictMetadataEmit": false, - "skipTemplateCodegen": true - } -} diff --git a/demo-shell-ng2/tsconfig.json b/demo-shell-ng2/tsconfig.json index e7079fdccb..0649a65a5d 100644 --- a/demo-shell-ng2/tsconfig.json +++ b/demo-shell-ng2/tsconfig.json @@ -1,41 +1,30 @@ { - "compilerOptions": { - "baseUrl": ".", - "target": "es5", - "module": "commonjs", - "moduleResolution": "node", - "sourceMap": true, - "emitDecoratorMetadata": true, - "experimentalDecorators": true, - "skipLibCheck": true, - "noLib": false, - "allowUnreachableCode": false, - "allowUnusedLabels": false, - "noImplicitAny": false, - "noImplicitReturns": false, - "noImplicitUseStrict": false, - "noFallthroughCasesInSwitch": true, - "removeComments": true, - "declaration": true, - "outDir": "./dist", - "lib": [ - "es2015", - "dom" - ], - "paths": { - "@angular/*": ["node_modules/@angular/*"], - "rxjs/*": ["node_modules/rxjs/*"] - }, - "suppressImplicitAnyIndexErrors": true, - "noUnusedLocals": true - }, - "exclude": [ - "demo", - "node_modules", - "dist" + "compileOnSave": false, + "compilerOptions": { + "outDir": "./dist/out-tsc", + "baseUrl": "src", + "sourceMap": true, + "declaration": false, + "moduleResolution": "node", + "emitDecoratorMetadata": true, + "experimentalDecorators": true, + "skipLibCheck": true, + "noUnusedLocals": true, + "target": "es5", + "typeRoots": [ + "node_modules/@types" ], - "angularCompilerOptions": { - "strictMetadataEmit": false, - "skipTemplateCodegen": true + "lib": [ + "es2016", + "dom" + ], + "paths": { + "rxjs/*": [ + "../node_modules/rxjs/*" + ], + "@angular/*": [ + "../node_modules/@angular/*" + ] } + } } diff --git a/demo-shell-ng2/tslint.json b/demo-shell-ng2/tslint.json index 07a622dec7..9113f1368b 100644 --- a/demo-shell-ng2/tslint.json +++ b/demo-shell-ng2/tslint.json @@ -1,149 +1,116 @@ { - "rulesDirectory": [ - "node_modules/codelyzer" + "rulesDirectory": [ + "node_modules/codelyzer" + ], + "rules": { + "callable-types": true, + "class-name": true, + "comment-format": [ + true, + "check-space" ], - "rules": { - "align": [ - true, - "parameters", - "statements" - ], - "ban": false, - "class-name": true, - "comment-format": [ - true, - "check-space" - ], - "curly": true, - "eofline": true, - "forin": true, - "indent": [ - true, - "spaces" - ], - "interface-name": false, - "jsdoc-format": true, - "label-position": true, - "max-line-length": [ - true, - 180 - ], - "member-ordering": [ - true, - "static-before-instance", - "variables-before-functions" - ], - "no-any": false, - "no-arg": true, - "no-bitwise": false, - "no-conditional-assignment": true, - "no-consecutive-blank-lines": true, - "no-console": [ - true, - "log", - "debug", - "info", - "time", - "timeEnd", - "trace" - ], - "no-construct": true, - "no-constructor-vars": false, - "no-debugger": true, - "no-duplicate-variable": true, - "no-empty": false, - "no-eval": true, - "no-inferrable-types": false, - "no-internal-module": true, - "no-require-imports": false, - "no-shadowed-variable": true, - "no-switch-case-fall-through": true, - "no-trailing-whitespace": true, - "no-unused-expression": true, - "no-unused-variable": true, - "no-use-before-declare": true, - "no-var-keyword": true, - "no-var-requires": true, - "object-literal-sort-keys": false, - "one-line": [ - true, - "check-open-brace", - "check-catch", - "check-else", - "check-whitespace" - ], - "quotemark": [ - true, - "single", - "avoid-escape" - ], - "radix": true, - "semicolon": true, - "switch-default": true, - "trailing-comma": [ - true, - { - "multiline": "never", - "singleline": "never" - } - ], - "triple-equals": [ - true, - "allow-null-check" - ], - "typedef": false, - "typedef-whitespace": [ - true, - { - "call-signature": "nospace", - "index-signature": "nospace", - "parameter": "nospace", - "property-declaration": "nospace", - "variable-declaration": "nospace" - } - ], - "use-strict": false, - "variable-name": [ - true, - "check-format", - "allow-leading-underscore", - "ban-keywords" - ], - "callable-types": true, - "import-blacklist": [ - true, - "rxjs" - ], - "import-spacing": true, - "interface-over-type-literal": true, - "member-access": false, - "no-empty-interface": true, - "no-string-literal": false, - "no-string-throw": true, - "prefer-const": false, - "typeof-compare": true, - "unified-signatures": true, - "whitespace": [ - true, - "check-branch", - "check-decl", - "check-operator", - "check-separator", - "check-typecast", - "check-type", - "check-typecast", - "check-module" - ], - "ordered-imports": true, - "use-input-property-decorator": true, - "use-output-property-decorator": true, - "use-host-property-decorator": false, - "use-life-cycle-interface": true, - "use-pipe-transform-interface": true, - "no-access-missing-member": false, - "templates-use-public": true, - "invoke-injectable": true, - "component-class-suffix": true, - "directive-class-suffix": true - } + "curly": true, + "eofline": true, + "forin": true, + "import-blacklist": [true, "rxjs"], + "import-spacing": true, + "indent": [ + true, + "spaces" + ], + "interface-over-type-literal": true, + "label-position": true, + "max-line-length": [ + true, + 140 + ], + "member-access": false, + "member-ordering": [ + true, + "static-before-instance", + "variables-before-functions" + ], + "no-arg": true, + "no-bitwise": true, + "no-console": [ + true, + "debug", + "info", + "time", + "timeEnd", + "trace" + ], + "no-construct": true, + "no-debugger": true, + "no-duplicate-variable": true, + "no-empty": false, + "no-empty-interface": true, + "no-eval": true, + "no-inferrable-types": [true, "ignore-params"], + "no-shadowed-variable": true, + "no-string-literal": false, + "no-string-throw": true, + "no-switch-case-fall-through": true, + "no-trailing-whitespace": true, + "no-unused-expression": true, + "no-use-before-declare": true, + "no-var-keyword": true, + "object-literal-sort-keys": false, + "one-line": [ + true, + "check-open-brace", + "check-catch", + "check-else", + "check-whitespace" + ], + "prefer-const": true, + "quotemark": [ + true, + "single" + ], + "radix": true, + "semicolon": [ + "always" + ], + "triple-equals": [ + true, + "allow-null-check" + ], + "typedef-whitespace": [ + true, + { + "call-signature": "nospace", + "index-signature": "nospace", + "parameter": "nospace", + "property-declaration": "nospace", + "variable-declaration": "nospace" + } + ], + "typeof-compare": true, + "unified-signatures": true, + "variable-name": false, + "whitespace": [ + true, + "check-branch", + "check-decl", + "check-operator", + "check-separator", + "check-type" + ], + + "directive-selector": [true, "attribute", "app", "camelCase"], + "component-selector": [true, "element", "app", "kebab-case"], + "use-input-property-decorator": true, + "use-output-property-decorator": true, + "use-host-property-decorator": true, + "no-input-rename": true, + "no-output-rename": true, + "use-life-cycle-interface": true, + "use-pipe-transform-interface": true, + "component-class-suffix": true, + "directive-class-suffix": true, + "no-access-missing-member": true, + "templates-use-public": true, + "invoke-injectable": true + } } diff --git a/demo-shell-ng2/webpack.config.js b/demo-shell-ng2/webpack.config.js deleted file mode 100644 index 26df33c5f6..0000000000 --- a/demo-shell-ng2/webpack.config.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('./config/webpack.dev.js'); diff --git a/demo-shell-ng2/wsrv-config.js b/demo-shell-ng2/wsrv-config.js deleted file mode 100644 index 173c82d788..0000000000 --- a/demo-shell-ng2/wsrv-config.js +++ /dev/null @@ -1,26 +0,0 @@ -module.exports = { - "host": "0.0.0.0", - "port": 3000, - "dir": "./dist", - "spa": true, - "proxy": { - "/ecm/{p*}": { - "options": { - "uri": "http://0.0.0.0:8080/{p}" - } - }, - "/bpm/{p*}": { - "options": { - "uri": "http://0.0.0.0:9999/{p}" - } - } - }, - onResHeaders(headers) { - if (headers) { - const authHeader = headers['www-authenticate']; - if (authHeader) { - headers['www-authenticate'] = `x${authHeader}`; - } - } - } -} diff --git a/ng2-components/ng2-activiti-form/index.ts b/ng2-components/ng2-activiti-form/index.ts index 0dfa5f5de6..9872d340fc 100644 --- a/ng2-components/ng2-activiti-form/index.ts +++ b/ng2-components/ng2-activiti-form/index.ts @@ -50,12 +50,13 @@ export * from './src/events/index'; export { FORM_FIELD_VALIDATORS } from './src/components/widgets/core/form-field-validator'; // Old deprecated import -import {FormComponent as ActivitiForm } from './src/components/form.component'; -import {StartFormComponent as ActivitiStartForm } from './src/components/start-form.component'; -import {ContentWidgetComponent as ActivitiContent } from './src/components/widgets/content/content.widget'; -export {FormComponent as ActivitiForm} from './src/components/form.component'; -export {ContentWidgetComponent as ActivitiContent} from './src/components/widgets/content/content.widget'; -export {StartFormComponent as ActivitiStartForm} from './src/components/start-form.component'; +import { FormComponent as ActivitiForm } from './src/components/form.component'; +import { StartFormComponent as ActivitiStartForm } from './src/components/start-form.component'; +import { ContentWidgetComponent as ActivitiContent } from './src/components/widgets/content/content.widget'; +export { FormComponent as ActivitiForm } from './src/components/form.component'; +export { ContentWidgetComponent as ActivitiContent } from './src/components/widgets/content/content.widget'; +export { StartFormComponent as ActivitiStartForm } from './src/components/start-form.component'; +export { DynamicTableRow } from './src/components/widgets/dynamic-table/dynamic-table-row.model'; export const ACTIVITI_FORM_DIRECTIVES: any[] = [ FormComponent, @@ -116,4 +117,5 @@ export const ACTIVITI_FORM_PROVIDERS: any[] = [ MaterialModule ] }) -export class ActivitiFormModule {} +export class ActivitiFormModule { +} diff --git a/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/cell-validator.model.ts b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/cell-validator.model.ts new file mode 100644 index 0000000000..1d31b1c76d --- /dev/null +++ b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/cell-validator.model.ts @@ -0,0 +1,29 @@ +/*! + * @license + * Copyright 2016 Alfresco Software, Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* tslint:disable:component-selector */ + +import { DynamicTableColumn } from './dynamic-table-column.model' +import { DynamicTableRow } from './dynamic-table-row.model' +import { DynamicRowValidationSummary } from './dynamic-row-validation-summary.model' + +export interface CellValidator { + + isSupported(column: DynamicTableColumn): boolean; + validate(row: DynamicTableRow, column: DynamicTableColumn, summary?: DynamicRowValidationSummary): boolean; + +} diff --git a/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/date-cell-validator-model.ts b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/date-cell-validator-model.ts new file mode 100644 index 0000000000..c3cc98f087 --- /dev/null +++ b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/date-cell-validator-model.ts @@ -0,0 +1,52 @@ +/*! + * @license + * Copyright 2016 Alfresco Software, Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* tslint:disable:component-selector */ + +import * as moment from 'moment'; +import { CellValidator } from './cell-validator.model'; +import { DynamicRowValidationSummary } from './dynamic-row-validation-summary.model'; +import { DynamicTableColumn } from './dynamic-table-column.model'; +import { DynamicTableRow } from './dynamic-table-row.model'; + +export class DateCellValidator implements CellValidator { + + private supportedTypes: string[] = [ + 'Date' + ]; + + isSupported(column: DynamicTableColumn): boolean { + return column && column.editable && this.supportedTypes.indexOf(column.type) > -1; + } + + validate(row: DynamicTableRow, column: DynamicTableColumn, summary?: DynamicRowValidationSummary): boolean { + + if (this.isSupported(column)) { + let value = row.value[column.id]; + let dateValue = moment(value, 'D-M-YYYY'); + if (!dateValue.isValid()) { + if (summary) { + summary.isValid = false; + summary.text = `Invalid '${column.name}' format.`; + } + return false; + } + } + + return true; + } +} diff --git a/demo-shell-ng2/app/polyfills.ts b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-row-validation-summary.model.ts similarity index 67% rename from demo-shell-ng2/app/polyfills.ts rename to ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-row-validation-summary.model.ts index b8cda6c116..24cfb7980a 100644 --- a/demo-shell-ng2/app/polyfills.ts +++ b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-row-validation-summary.model.ts @@ -15,20 +15,11 @@ * limitations under the License. */ -/* tslint:disable */ +/* tslint:disable:component-selector */ -import 'core-js/es6/reflect'; -import 'core-js/es7/reflect'; -import 'zone.js/dist/zone'; -import 'intl'; +export interface DynamicRowValidationSummary { -if (process.env.ENV === 'production') { - // Production + isValid: boolean; + text: string; -} else { - // Development - - Error['stackTraceLimit'] = Infinity; - - require('zone.js/dist/long-stack-trace-zone'); } diff --git a/demo-shell-ng2/app/main.ts b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-table-column-option.model.ts similarity index 67% rename from demo-shell-ng2/app/main.ts rename to ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-table-column-option.model.ts index 200c60aeea..102098dd6b 100644 --- a/demo-shell-ng2/app/main.ts +++ b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-table-column-option.model.ts @@ -15,13 +15,10 @@ * limitations under the License. */ -import { enableProdMode } from '@angular/core'; -import { platformBrowserDynamic } from '@angular/platform-browser-dynamic'; -import { AppModule } from './app.module'; +/* tslint:disable:component-selector */ -if (process.env.ENV === 'production') { - enableProdMode(); +// maps to: com.activiti.model.editor.form.OptionRepresentation +export interface DynamicTableColumnOption { + id: string; + name: string; } - -const platform = platformBrowserDynamic(); -platform.bootstrapModule(AppModule); diff --git a/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-table-column.model.ts b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-table-column.model.ts new file mode 100644 index 0000000000..3f56b5eb7a --- /dev/null +++ b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-table-column.model.ts @@ -0,0 +1,46 @@ +/*! + * @license + * Copyright 2016 Alfresco Software, Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* tslint:disable:component-selector */ + +import { DynamicTableColumnOption } from './dynamic-table-column-option.model'; + +// maps to: com.activiti.model.editor.form.ColumnDefinitionRepresentation +export interface DynamicTableColumn { + + id: string; + name: string; + type: string; + value: any; + optionType: string; + options: DynamicTableColumnOption[]; + restResponsePath: string; + restUrl: string; + restIdProperty: string; + restLabelProperty: string; + amountCurrency: string; + amountEnableFractions: boolean; + required: boolean; + editable: boolean; + sortable: boolean; + visible: boolean; + + // TODO: com.activiti.domain.idm.EndpointConfiguration.EndpointConfigurationRepresentation + endpoint: any; + // TODO: com.activiti.model.editor.form.RequestHeaderRepresentation + requestHeaders: any; +} diff --git a/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-table-row.model.ts b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-table-row.model.ts new file mode 100644 index 0000000000..6cfc5f5bca --- /dev/null +++ b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-table-row.model.ts @@ -0,0 +1,24 @@ +/*! + * @license + * Copyright 2016 Alfresco Software, Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* tslint:disable:component-selector */ + +export interface DynamicTableRow { + isNew: boolean; + selected: boolean; + value: any; +} diff --git a/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-table.widget.model.ts b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-table.widget.model.ts index 77ea8b5973..10cdba9f63 100644 --- a/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-table.widget.model.ts +++ b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-table.widget.model.ts @@ -22,6 +22,13 @@ import { ValidateDynamicTableRowEvent } from '../../../events/validate-dynamic-t import { FormService } from './../../../services/form.service'; import { FormFieldModel } from './../core/form-field.model'; import { FormWidgetModel } from './../core/form-widget.model'; +import { CellValidator } from './cell-validator.model'; +import { DateCellValidator } from './date-cell-validator-model'; +import { DynamicRowValidationSummary } from './dynamic-row-validation-summary.model'; +import { DynamicTableColumn } from './dynamic-table-column.model'; +import { DynamicTableRow } from './dynamic-table-row.model'; +import { NumberCellValidator } from './number-cell-validator.model'; +import { RequiredCellValidator } from './required-cell-validator.model'; export class DynamicTableModel extends FormWidgetModel { @@ -194,155 +201,3 @@ export class DynamicTableModel extends FormWidgetModel { return result; } } - -export interface DynamicRowValidationSummary { - - isValid: boolean; - text: string; - -} - -export interface CellValidator { - - isSupported(column: DynamicTableColumn): boolean; - validate(row: DynamicTableRow, column: DynamicTableColumn, summary?: DynamicRowValidationSummary): boolean; - -} - -export class RequiredCellValidator implements CellValidator { - - private supportedTypes: string[] = [ - 'String', - 'Number', - 'Amount', - 'Date', - 'Dropdown' - ]; - - isSupported(column: DynamicTableColumn): boolean { - return column && column.required && this.supportedTypes.indexOf(column.type) > -1; - } - - validate(row: DynamicTableRow, column: DynamicTableColumn, summary?: DynamicRowValidationSummary): boolean { - if (this.isSupported(column)) { - let value = row.value[column.id]; - if (column.required) { - if (value === null || value === undefined || value === '') { - if (summary) { - summary.isValid = false; - summary.text = `Field '${column.name}' is required.`; - } - return false; - } - } - } - - return true; - } -} - -export class DateCellValidator implements CellValidator { - - private supportedTypes: string[] = [ - 'Date' - ]; - - isSupported(column: DynamicTableColumn): boolean { - return column && column.editable && this.supportedTypes.indexOf(column.type) > -1; - } - - validate(row: DynamicTableRow, column: DynamicTableColumn, summary?: DynamicRowValidationSummary): boolean { - - if (this.isSupported(column)) { - let value = row.value[column.id]; - let dateValue = moment(value, 'D-M-YYYY'); - if (!dateValue.isValid()) { - if (summary) { - summary.isValid = false; - summary.text = `Invalid '${column.name}' format.`; - } - return false; - } - } - - return true; - } -} - -export class NumberCellValidator implements CellValidator { - - private supportedTypes: string[] = [ - 'Number', - 'Amount' - ]; - - isSupported(column: DynamicTableColumn): boolean { - return column && column.required && this.supportedTypes.indexOf(column.type) > -1; - } - - isNumber(value: any): boolean { - if (value === null || value === undefined || value === '') { - return false; - } - - return !isNaN(+value); - } - - validate(row: DynamicTableRow, column: DynamicTableColumn, summary?: DynamicRowValidationSummary): boolean { - - if (this.isSupported(column)) { - let value = row.value[column.id]; - if (value === null || - value === undefined || - value === '' || - this.isNumber(value)) { - return true; - } - - if (summary) { - summary.isValid = false; - summary.text = `Field '${column.name}' must be a number.`; - } - return false; - } - return true; - } -} - -// maps to: com.activiti.model.editor.form.ColumnDefinitionRepresentation -export interface DynamicTableColumn { - - id: string; - name: string; - type: string; - value: any; - optionType: string; - options: DynamicTableColumnOption[]; - restResponsePath: string; - restUrl: string; - restIdProperty: string; - restLabelProperty: string; - amountCurrency: string; - amountEnableFractions: boolean; - required: boolean; - editable: boolean; - sortable: boolean; - visible: boolean; - - // TODO: com.activiti.domain.idm.EndpointConfiguration.EndpointConfigurationRepresentation - endpoint: any; - // TODO: com.activiti.model.editor.form.RequestHeaderRepresentation - requestHeaders: any; -} - -// maps to: com.activiti.model.editor.form.OptionRepresentation -export interface DynamicTableColumnOption { - id: string; - name: string; -} - -export interface DynamicTableRow { - isNew: boolean; - selected: boolean; - value: any; -} diff --git a/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-table.widget.spec.ts b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-table.widget.spec.ts index 560b16fc95..5784be2bc7 100644 --- a/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-table.widget.spec.ts +++ b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-table.widget.spec.ts @@ -25,7 +25,12 @@ import { EcmModelService } from './../../../services/ecm-model.service'; import { FormService } from './../../../services/form.service'; import { FormFieldModel, FormFieldTypes, FormModel } from './../core/index'; import { DynamicTableWidgetComponent } from './dynamic-table.widget'; -import { DynamicTableColumn, DynamicTableModel, DynamicTableRow } from './dynamic-table.widget.model'; +import { DynamicTableModel } from './dynamic-table.widget.model'; +import { DynamicTableColumn } from './dynamic-table-column.model'; +import { DynamicTableRow } from './dynamic-table-row.model'; + + + import { BooleanEditorComponent } from './editors/boolean/boolean.editor'; import { DateEditorComponent } from './editors/date/date.editor'; import { DropdownEditorComponent } from './editors/dropdown/dropdown.editor'; diff --git a/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-table.widget.ts b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-table.widget.ts index 34cfce0244..a6a42b6a4c 100644 --- a/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-table.widget.ts +++ b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-table.widget.ts @@ -15,14 +15,16 @@ * limitations under the License. */ - /* tslint:disable:component-selector */ +/* tslint:disable:component-selector */ import { ChangeDetectorRef, Component, ElementRef, OnInit, ViewEncapsulation } from '@angular/core'; import { LogService } from 'ng2-alfresco-core'; import { WidgetVisibilityService } from '../../../services/widget-visibility.service'; import { FormService } from './../../../services/form.service'; -import { baseHost , WidgetComponent } from './../widget.component'; -import { DynamicTableColumn, DynamicTableModel, DynamicTableRow } from './dynamic-table.widget.model'; +import { baseHost, WidgetComponent } from './../widget.component'; +import { DynamicTableColumn } from './dynamic-table-column.model'; +import { DynamicTableRow } from './dynamic-table-row.model'; +import { DynamicTableModel } from './dynamic-table.widget.model'; @Component({ selector: 'dynamic-table-widget', @@ -47,7 +49,7 @@ export class DynamicTableWidgetComponent extends WidgetComponent implements OnIn private visibilityService: WidgetVisibilityService, private logService: LogService, private cd: ChangeDetectorRef) { - super(formService); + super(formService); } ngOnInit() { diff --git a/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/boolean/boolean.editor.spec.ts b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/boolean/boolean.editor.spec.ts index acaac1ec1c..4dbd063c55 100644 --- a/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/boolean/boolean.editor.spec.ts +++ b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/boolean/boolean.editor.spec.ts @@ -15,7 +15,11 @@ * limitations under the License. */ -import { DynamicTableColumn, DynamicTableRow } from './../../dynamic-table.widget.model'; +import { DynamicTableColumn } from './../../dynamic-table-column.model'; +import { DynamicTableRow } from './../../dynamic-table-row.model'; + + + import { BooleanEditorComponent } from './boolean.editor'; describe('BooleanEditorComponent', () => { diff --git a/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/boolean/boolean.editor.ts b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/boolean/boolean.editor.ts index 423f906b3d..7e6bc420b4 100644 --- a/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/boolean/boolean.editor.ts +++ b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/boolean/boolean.editor.ts @@ -15,10 +15,12 @@ * limitations under the License. */ - /* tslint:disable:component-selector */ +/* tslint:disable:component-selector */ import { Component, Input } from '@angular/core'; -import { DynamicTableColumn, DynamicTableModel, DynamicTableRow } from './../../dynamic-table.widget.model'; +import { DynamicTableColumn } from './../../dynamic-table-column.model'; +import { DynamicTableRow } from './../../dynamic-table-row.model'; +import { DynamicTableModel } from './../../dynamic-table.widget.model'; @Component({ selector: 'adf-boolean-editor', diff --git a/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/date/date.editor.spec.ts b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/date/date.editor.spec.ts index a4775200b2..41fc559d30 100644 --- a/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/date/date.editor.spec.ts +++ b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/date/date.editor.spec.ts @@ -21,7 +21,12 @@ import * as moment from 'moment'; import { CoreModule } from 'ng2-alfresco-core'; import { MaterialModule } from '../../../../material.module'; import { FormFieldModel, FormModel } from '../../../index'; -import { DynamicTableColumn, DynamicTableModel, DynamicTableRow } from './../../dynamic-table.widget.model'; +import { DynamicTableModel } from './../../dynamic-table.widget.model'; +import { DynamicTableColumn } from './../../dynamic-table-column.model'; +import { DynamicTableRow } from './../../dynamic-table-row.model'; + + + import { DateEditorComponent } from './date.editor'; describe('DateEditorComponent', () => { diff --git a/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/date/date.editor.ts b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/date/date.editor.ts index b35cf730ee..6c86fe3cb5 100644 --- a/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/date/date.editor.ts +++ b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/date/date.editor.ts @@ -15,14 +15,16 @@ * limitations under the License. */ - /* tslint:disable:component-selector */ +/* tslint:disable:component-selector */ import { Component, Input, OnInit } from '@angular/core'; import { DateAdapter, MAT_DATE_FORMATS } from '@angular/material'; import * as moment from 'moment'; import { Moment } from 'moment'; import { MOMENT_DATE_FORMATS, MomentDateAdapter, UserPreferencesService } from 'ng2-alfresco-core'; -import { DynamicTableColumn, DynamicTableModel, DynamicTableRow } from './../../dynamic-table.widget.model'; +import { DynamicTableColumn } from './../../dynamic-table-column.model'; +import { DynamicTableRow } from './../../dynamic-table-row.model'; +import { DynamicTableModel } from './../../dynamic-table.widget.model'; @Component({ selector: 'adf-date-editor', @@ -50,19 +52,18 @@ export class DateEditorComponent implements OnInit { minDate: Moment; maxDate: Moment; - constructor( - private dateAdapter: DateAdapter, - private preferences: UserPreferencesService) { + constructor(private dateAdapter: DateAdapter, + private preferences: UserPreferencesService) { } ngOnInit() { - this.preferences.locale$.subscribe( (locale) => { + this.preferences.locale$.subscribe((locale) => { this.dateAdapter.setLocale(locale); }); let momentDateAdapter = this.dateAdapter; momentDateAdapter.overrideDisplyaFormat = this.DATE_FORMAT; - this.value = moment(this.table.getCellValue(this.row, this.column), this.DATE_FORMAT); + this.value = moment(this.table.getCellValue(this.row, this.column), this.DATE_FORMAT); } onDateChanged(newDateValue) { @@ -70,8 +71,8 @@ export class DateEditorComponent implements OnInit { let momentDate = moment(newDateValue, this.DATE_FORMAT, true); if (!momentDate.isValid()) { - this.row.value[this.column.id] = ''; - }else { + this.row.value[this.column.id] = ''; + } else { this.row.value[this.column.id] = `${momentDate.format('YYYY-MM-DD')}T00:00:00.000Z`; this.table.flushValue(); } diff --git a/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/dropdown/dropdown.editor.spec.ts b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/dropdown/dropdown.editor.spec.ts index a2cc72ddcc..3c7e55786b 100644 --- a/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/dropdown/dropdown.editor.spec.ts +++ b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/dropdown/dropdown.editor.spec.ts @@ -23,12 +23,11 @@ import { EcmModelService } from '../../../../../services/ecm-model.service'; import { MaterialModule } from '../../../../material.module'; import { FormService } from './../../../../../services/form.service'; import { FormFieldModel, FormModel } from './../../../core/index'; -import { - DynamicTableColumn, - DynamicTableColumnOption, - DynamicTableModel, - DynamicTableRow -} from './../../dynamic-table.widget.model'; +import { DynamicTableModel } from './../../dynamic-table.widget.model'; +import { DynamicTableColumn } from './../../dynamic-table-column.model'; +import { DynamicTableColumnOption } from './../../dynamic-table-column-option.model'; +import { DynamicTableRow } from './../../dynamic-table-row.model'; + import { DropdownEditorComponent } from './dropdown.editor'; describe('DropdownEditorComponent', () => { diff --git a/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/dropdown/dropdown.editor.ts b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/dropdown/dropdown.editor.ts index 5186d95327..5ce23ad998 100644 --- a/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/dropdown/dropdown.editor.ts +++ b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/dropdown/dropdown.editor.ts @@ -20,7 +20,10 @@ import { Component, Input, OnInit } from '@angular/core'; import { LogService } from 'ng2-alfresco-core'; import { FormService } from './../../../../../services/form.service'; -import { DynamicTableColumn, DynamicTableColumnOption, DynamicTableModel, DynamicTableRow } from './../../dynamic-table.widget.model'; +import { DynamicTableColumnOption } from './../../dynamic-table-column-option.model'; +import { DynamicTableColumn } from './../../dynamic-table-column.model'; +import { DynamicTableRow } from './../../dynamic-table-row.model'; +import { DynamicTableModel } from './../../dynamic-table.widget.model'; @Component({ selector: 'adf-dropdown-editor', diff --git a/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/row.editor.spec.ts b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/row.editor.spec.ts index 27076c8bc4..d136f47a1a 100644 --- a/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/row.editor.spec.ts +++ b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/row.editor.spec.ts @@ -17,8 +17,11 @@ import { FormFieldModel, FormModel } from '../../index'; import { FormService } from './../../../../services/form.service'; -import { DynamicRowValidationSummary, DynamicTableColumn, DynamicTableModel, DynamicTableRow } from './../dynamic-table.widget.model'; import { RowEditorComponent } from './row.editor'; +import { DynamicTableModel } from './../dynamic-table.widget.model'; +import { DynamicTableColumn } from './../dynamic-table-column.model'; +import { DynamicRowValidationSummary } from './../dynamic-row-validation-summary.model'; +import { DynamicTableRow } from './../dynamic-table-row.model'; describe('RowEditorComponent', () => { @@ -28,7 +31,7 @@ describe('RowEditorComponent', () => { component = new RowEditorComponent(); const field = new FormFieldModel(new FormModel()); component.table = new DynamicTableModel(field, new FormService(null, null, null)); - component.row = {}; + component.row = {}; component.column = {}; }); @@ -55,7 +58,7 @@ describe('RowEditorComponent', () => { it('should emit [save] event', (done) => { spyOn(component.table, 'validateRow').and.returnValue( - { isValid: true, text: null } + {isValid: true, text: null} ); component.save.subscribe(e => { expect(e.table).toBe(component.table); @@ -68,7 +71,7 @@ describe('RowEditorComponent', () => { it('should not emit [save] event for invalid row', () => { spyOn(component.table, 'validateRow').and.returnValue( - { isValid: false, text: 'error' } + {isValid: false, text: 'error'} ); let raised = false; component.save.subscribe(e => raised = true); diff --git a/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/row.editor.ts b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/row.editor.ts index cb75ff329d..5f9b476146 100644 --- a/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/row.editor.ts +++ b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/row.editor.ts @@ -18,7 +18,10 @@ /* tslint:disable:component-selector */ import { Component, EventEmitter, Input, Output } from '@angular/core'; -import { DynamicRowValidationSummary, DynamicTableColumn, DynamicTableModel, DynamicTableRow } from './../dynamic-table.widget.model'; +import { DynamicRowValidationSummary } from './../dynamic-row-validation-summary.model'; +import { DynamicTableColumn } from './../dynamic-table-column.model'; +import { DynamicTableRow } from './../dynamic-table-row.model'; +import { DynamicTableModel } from './../dynamic-table.widget.model'; @Component({ selector: 'row-editor', diff --git a/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/text/text.editor.spec.ts b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/text/text.editor.spec.ts index c1690d41b4..e1cb91c9c5 100644 --- a/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/text/text.editor.spec.ts +++ b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/text/text.editor.spec.ts @@ -15,7 +15,8 @@ * limitations under the License. */ -import { DynamicTableColumn, DynamicTableRow } from './../../dynamic-table.widget.model'; +import { DynamicTableColumn } from './../../dynamic-table-column.model'; +import { DynamicTableRow } from './../../dynamic-table-row.model'; import { TextEditorComponent } from './text.editor'; describe('TextEditorComponent', () => { diff --git a/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/text/text.editor.ts b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/text/text.editor.ts index 8f739eee33..c049fabf2b 100644 --- a/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/text/text.editor.ts +++ b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/text/text.editor.ts @@ -15,10 +15,12 @@ * limitations under the License. */ - /* tslint:disable:component-selector */ +/* tslint:disable:component-selector */ import { Component, Input, OnInit } from '@angular/core'; -import { DynamicTableColumn, DynamicTableModel, DynamicTableRow } from './../../dynamic-table.widget.model'; +import { DynamicTableColumn } from './../../dynamic-table-column.model'; +import { DynamicTableRow } from './../../dynamic-table-row.model'; +import { DynamicTableModel } from './../../dynamic-table.widget.model'; @Component({ selector: 'adf-text-editor', diff --git a/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/number-cell-validator.model.ts b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/number-cell-validator.model.ts new file mode 100644 index 0000000000..680b7e5c3b --- /dev/null +++ b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/number-cell-validator.model.ts @@ -0,0 +1,63 @@ +/*! + * @license + * Copyright 2016 Alfresco Software, Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* tslint:disable:component-selector */ + +import { CellValidator } from './cell-validator.model'; +import { DynamicRowValidationSummary } from './dynamic-row-validation-summary.model'; +import { DynamicTableColumn } from './dynamic-table-column.model'; +import { DynamicTableRow } from './dynamic-table-row.model'; + +export class NumberCellValidator implements CellValidator { + + private supportedTypes: string[] = [ + 'Number', + 'Amount' + ]; + + isSupported(column: DynamicTableColumn): boolean { + return column && column.required && this.supportedTypes.indexOf(column.type) > -1; + } + + isNumber(value: any): boolean { + if (value === null || value === undefined || value === '') { + return false; + } + + return !isNaN(+value); + } + + validate(row: DynamicTableRow, column: DynamicTableColumn, summary?: DynamicRowValidationSummary): boolean { + + if (this.isSupported(column)) { + let value = row.value[column.id]; + if (value === null || + value === undefined || + value === '' || + this.isNumber(value)) { + return true; + } + + if (summary) { + summary.isValid = false; + summary.text = `Field '${column.name}' must be a number.`; + } + return false; + } + return true; + } +} diff --git a/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/required-cell-validator.model.ts b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/required-cell-validator.model.ts new file mode 100644 index 0000000000..99114b7789 --- /dev/null +++ b/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/required-cell-validator.model.ts @@ -0,0 +1,55 @@ +/*! + * @license + * Copyright 2016 Alfresco Software, Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* tslint:disable:component-selector */ + +import { CellValidator } from './cell-validator.model'; +import { DynamicRowValidationSummary } from './dynamic-row-validation-summary.model'; +import { DynamicTableColumn } from './dynamic-table-column.model'; +import { DynamicTableRow } from './dynamic-table-row.model'; + +export class RequiredCellValidator implements CellValidator { + + private supportedTypes: string[] = [ + 'String', + 'Number', + 'Amount', + 'Date', + 'Dropdown' + ]; + + isSupported(column: DynamicTableColumn): boolean { + return column && column.required && this.supportedTypes.indexOf(column.type) > -1; + } + + validate(row: DynamicTableRow, column: DynamicTableColumn, summary?: DynamicRowValidationSummary): boolean { + if (this.isSupported(column)) { + let value = row.value[column.id]; + if (column.required) { + if (value === null || value === undefined || value === '') { + if (summary) { + summary.isValid = false; + summary.text = `Field '${column.name}' is required.`; + } + return false; + } + } + } + + return true; + } +} diff --git a/ng2-components/ng2-activiti-form/src/events/validate-dynamic-table-row.event.ts b/ng2-components/ng2-activiti-form/src/events/validate-dynamic-table-row.event.ts index d7cb0bc483..d6ff9ac077 100644 --- a/ng2-components/ng2-activiti-form/src/events/validate-dynamic-table-row.event.ts +++ b/ng2-components/ng2-activiti-form/src/events/validate-dynamic-table-row.event.ts @@ -15,7 +15,9 @@ * limitations under the License. */ -import { DynamicRowValidationSummary, DynamicTableRow } from '../components/widgets/dynamic-table/dynamic-table.widget.model'; +import { DynamicRowValidationSummary } from '../components/widgets/dynamic-table/dynamic-row-validation-summary.model'; +import { DynamicTableRow } from '../components/widgets/dynamic-table/dynamic-table-row.model'; + import { FormFieldModel, FormModel } from './../components/widgets/core/index'; import { FormFieldEvent } from './form-field.event'; diff --git a/ng2-components/ng2-activiti-tasklist/src/components/start-task.component.ts b/ng2-components/ng2-activiti-tasklist/src/components/start-task.component.ts index 4a88b0fce0..fee4dbc9c3 100644 --- a/ng2-components/ng2-activiti-tasklist/src/components/start-task.component.ts +++ b/ng2-components/ng2-activiti-tasklist/src/components/start-task.component.ts @@ -90,7 +90,7 @@ export class StartTaskComponent implements OnInit { public start(): void { if (this.startTaskmodel.name) { - if(this.appId) { + if (this.appId) { this.startTaskmodel.category = this.appId.toString(); } this.taskService.createNewTask(new TaskDetailsModel(this.startTaskmodel)) diff --git a/ng2-components/ng2-alfresco-datatable/src/components/datatable/data-cell.event.ts b/ng2-components/ng2-alfresco-datatable/src/components/datatable/data-cell.event.ts index e5070ee48e..704c948dc2 100644 --- a/ng2-components/ng2-alfresco-datatable/src/components/datatable/data-cell.event.ts +++ b/ng2-components/ng2-alfresco-datatable/src/components/datatable/data-cell.event.ts @@ -16,7 +16,8 @@ */ import { BaseEvent } from 'ng2-alfresco-core'; -import { DataColumn, DataRow } from '../../data/datatable-adapter'; +import { DataColumn } from '../../data/data-column.model'; +import { DataRow } from '../../data/data-row.model'; export class DataCellEvent extends BaseEvent { diff --git a/ng2-components/ng2-alfresco-datatable/src/components/datatable/data-row-action.event.ts b/ng2-components/ng2-alfresco-datatable/src/components/datatable/data-row-action.event.ts index 606a66d444..a78db4ef70 100644 --- a/ng2-components/ng2-alfresco-datatable/src/components/datatable/data-row-action.event.ts +++ b/ng2-components/ng2-alfresco-datatable/src/components/datatable/data-row-action.event.ts @@ -16,7 +16,7 @@ */ import { BaseEvent } from 'ng2-alfresco-core'; -import { DataRow } from '../../data/datatable-adapter'; +import { DataRow } from '../../data/data-row.model'; export class DataRowActionEvent extends BaseEvent { diff --git a/ng2-components/ng2-alfresco-datatable/src/components/datatable/datatable-cell.component.ts b/ng2-components/ng2-alfresco-datatable/src/components/datatable/datatable-cell.component.ts index 84f11adddd..9479e9df9e 100644 --- a/ng2-components/ng2-alfresco-datatable/src/components/datatable/datatable-cell.component.ts +++ b/ng2-components/ng2-alfresco-datatable/src/components/datatable/datatable-cell.component.ts @@ -16,7 +16,9 @@ */ import { ChangeDetectionStrategy, Component, Input, OnInit, ViewEncapsulation } from '@angular/core'; -import { DataColumn, DataRow, DataTableAdapter } from '../../data/datatable-adapter'; +import { DataColumn } from '../../data/data-column.model'; +import { DataRow } from '../../data/data-row.model'; +import { DataTableAdapter } from '../../data/datatable-adapter'; @Component({ selector: 'adf-datatable-cell, alfresco-datatable-cell', diff --git a/ng2-components/ng2-alfresco-datatable/src/components/datatable/datatable.component.ts b/ng2-components/ng2-alfresco-datatable/src/components/datatable/datatable.component.ts index 55875746df..6a3284692c 100644 --- a/ng2-components/ng2-alfresco-datatable/src/components/datatable/datatable.component.ts +++ b/ng2-components/ng2-alfresco-datatable/src/components/datatable/datatable.component.ts @@ -22,7 +22,12 @@ import { import { MatCheckboxChange } from '@angular/material'; import { DataColumnListComponent } from 'ng2-alfresco-core'; import { Observable, Observer, Subscription } from 'rxjs/Rx'; -import { DataColumn, DataRow, DataRowEvent, DataSorting, DataTableAdapter } from '../../data/datatable-adapter'; +import { DataColumn } from '../../data/data-column.model'; +import { DataRowEvent } from '../../data/data-row-event.model'; +import { DataRow } from '../../data/data-row.model'; +import { DataSorting } from '../../data/data-sorting.model'; +import { DataTableAdapter } from '../../data/datatable-adapter'; + import { ObjectDataRow, ObjectDataTableAdapter } from '../../data/object-datatable-adapter'; import { DataCellEvent } from './data-cell.event'; import { DataRowActionEvent } from './data-row-action.event'; diff --git a/ng2-components/ng2-alfresco-datatable/src/data/data-column.model.ts b/ng2-components/ng2-alfresco-datatable/src/data/data-column.model.ts new file mode 100644 index 0000000000..c5b1545fa1 --- /dev/null +++ b/ng2-components/ng2-alfresco-datatable/src/data/data-column.model.ts @@ -0,0 +1,30 @@ +/*! + * @license + * Copyright 2016 Alfresco Software, Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { TemplateRef } from '@angular/core'; + +export interface DataColumn { + key: string; + type: string; // text|image|date + format?: string; + sortable?: boolean; + title?: string; + srTitle?: string; + cssClass?: string; + template?: TemplateRef; + formatTooltip?: Function; +} diff --git a/ng2-components/ng2-alfresco-datatable/src/data/data-row-event.model.ts b/ng2-components/ng2-alfresco-datatable/src/data/data-row-event.model.ts new file mode 100644 index 0000000000..2908b3544e --- /dev/null +++ b/ng2-components/ng2-alfresco-datatable/src/data/data-row-event.model.ts @@ -0,0 +1,32 @@ +/*! + * @license + * Copyright 2016 Alfresco Software, Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { BaseUIEvent } from 'ng2-alfresco-core'; +import { DataRow } from './data-row.model'; + +export class DataRowEvent extends BaseUIEvent { + + sender: any; + + constructor(value: DataRow, domEvent: Event, sender?: any) { + super(); + this.value = value; + this.event = domEvent; + this.sender = sender; + } + +} diff --git a/ng2-components/ng2-alfresco-datatable/src/data/data-row.model.ts b/ng2-components/ng2-alfresco-datatable/src/data/data-row.model.ts new file mode 100644 index 0000000000..98750a02c3 --- /dev/null +++ b/ng2-components/ng2-alfresco-datatable/src/data/data-row.model.ts @@ -0,0 +1,24 @@ +/*! + * @license + * Copyright 2016 Alfresco Software, Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +export interface DataRow { + isSelected: boolean; + isDropTarget?: boolean; + cssClass?: string; + hasValue(key: string): boolean; + getValue(key: string): any; +} diff --git a/demo-shell-ng2/assets/license_header.txt b/ng2-components/ng2-alfresco-datatable/src/data/data-sorting.model.ts similarity index 83% rename from demo-shell-ng2/assets/license_header.txt rename to ng2-components/ng2-alfresco-datatable/src/data/data-sorting.model.ts index 83fd1531a3..29d30f9ddb 100644 --- a/demo-shell-ng2/assets/license_header.txt +++ b/ng2-components/ng2-alfresco-datatable/src/data/data-sorting.model.ts @@ -13,4 +13,11 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ \ No newline at end of file + */ + +export class DataSorting { + constructor( + public key?: string, + public direction?: string) { + } +} diff --git a/ng2-components/ng2-alfresco-datatable/src/data/datatable-adapter.ts b/ng2-components/ng2-alfresco-datatable/src/data/datatable-adapter.ts index 8505ae6fc0..cad48181ca 100644 --- a/ng2-components/ng2-alfresco-datatable/src/data/datatable-adapter.ts +++ b/ng2-components/ng2-alfresco-datatable/src/data/datatable-adapter.ts @@ -15,8 +15,9 @@ * limitations under the License. */ -import { TemplateRef } from '@angular/core'; -import { BaseUIEvent } from 'ng2-alfresco-core'; +import { DataColumn } from './data-column.model'; +import { DataRow } from './data-row.model'; +import { DataSorting } from './data-sorting.model'; export interface DataTableAdapter { selectedRow: DataRow; @@ -29,43 +30,3 @@ export interface DataTableAdapter { setSorting(sorting: DataSorting): void; sort(key?: string, direction?: string): void; } - -export interface DataRow { - isSelected: boolean; - isDropTarget?: boolean; - cssClass?: string; - hasValue(key: string): boolean; - getValue(key: string): any; -} - -export interface DataColumn { - key: string; - type: string; // text|image|date - format?: string; - sortable?: boolean; - title?: string; - srTitle?: string; - cssClass?: string; - template?: TemplateRef; - formatTooltip?: Function; -} - -export class DataSorting { - constructor( - public key?: string, - public direction?: string) { - } -} - -export class DataRowEvent extends BaseUIEvent { - - sender: any; - - constructor(value: DataRow, domEvent: Event, sender?: any) { - super(); - this.value = value; - this.event = domEvent; - this.sender = sender; - } - -} diff --git a/ng2-components/ng2-alfresco-datatable/src/data/index.ts b/ng2-components/ng2-alfresco-datatable/src/data/index.ts index 8cb961eb76..2c7268dab3 100644 --- a/ng2-components/ng2-alfresco-datatable/src/data/index.ts +++ b/ng2-components/ng2-alfresco-datatable/src/data/index.ts @@ -15,5 +15,9 @@ * limitations under the License. */ -export { DataColumn, DataRow, DataRowEvent, DataSorting, DataTableAdapter } from './datatable-adapter'; +export { DataTableAdapter } from './datatable-adapter'; export { ObjectDataColumn, ObjectDataRow, ObjectDataTableAdapter } from './object-datatable-adapter'; +export { DataRow } from './data-row.model'; +export { DataRowEvent } from './data-row-event.model'; +export { DataColumn } from './data-column.model'; +export { DataSorting } from './data-sorting.model'; diff --git a/ng2-components/ng2-alfresco-datatable/src/data/object-datatable-adapter.spec.ts b/ng2-components/ng2-alfresco-datatable/src/data/object-datatable-adapter.spec.ts index d044be2b04..13a5305476 100644 --- a/ng2-components/ng2-alfresco-datatable/src/data/object-datatable-adapter.spec.ts +++ b/ng2-components/ng2-alfresco-datatable/src/data/object-datatable-adapter.spec.ts @@ -15,7 +15,9 @@ * limitations under the License. */ -import { DataColumn, DataRow, DataSorting } from './datatable-adapter'; +import { DataColumn } from './data-column.model'; +import { DataRow } from './data-row.model'; +import { DataSorting } from './data-sorting.model'; import { ObjectDataColumn, ObjectDataRow, ObjectDataTableAdapter } from './object-datatable-adapter'; describe('ObjectDataTableAdapter', () => { diff --git a/ng2-components/ng2-alfresco-datatable/src/data/object-datatable-adapter.ts b/ng2-components/ng2-alfresco-datatable/src/data/object-datatable-adapter.ts index ad34ef21cb..874c968e75 100644 --- a/ng2-components/ng2-alfresco-datatable/src/data/object-datatable-adapter.ts +++ b/ng2-components/ng2-alfresco-datatable/src/data/object-datatable-adapter.ts @@ -19,7 +19,10 @@ import { DatePipe } from '@angular/common'; import { TemplateRef } from '@angular/core'; import { ObjectUtils, TimeAgoPipe } from 'ng2-alfresco-core'; -import { DataColumn, DataRow, DataSorting, DataTableAdapter } from './datatable-adapter'; +import { DataColumn } from './data-column.model'; +import { DataRow } from './data-row.model'; +import { DataSorting } from './data-sorting.model'; +import { DataTableAdapter } from './datatable-adapter'; // Simple implementation of the DataTableAdapter interface. export class ObjectDataTableAdapter implements DataTableAdapter { diff --git a/ng2-components/ng2-alfresco-documentlist/src/components/content-node-selector/content-node-selector.component.ts b/ng2-components/ng2-alfresco-documentlist/src/components/content-node-selector/content-node-selector.component.ts index 272d6dd281..713c2e335f 100644 --- a/ng2-components/ng2-alfresco-documentlist/src/components/content-node-selector/content-node-selector.component.ts +++ b/ng2-components/ng2-alfresco-documentlist/src/components/content-node-selector/content-node-selector.component.ts @@ -19,7 +19,8 @@ import { Component, EventEmitter, Inject, Input, OnInit, Optional, Output, ViewC import { MAT_DIALOG_DATA, MatDialogRef } from '@angular/material'; import { MinimalNodeEntryEntity, NodePaging, Pagination } from 'alfresco-js-api'; import { AlfrescoContentService, HighlightDirective, SiteModel } from 'ng2-alfresco-core'; -import { ImageResolver, RowFilter } from '../../data/share-datatable-adapter'; +import { ImageResolver } from '../../data/image-resolver.model'; +import { RowFilter } from '../../data/row-filter.model'; import { DocumentListComponent, PaginationStrategy } from '../document-list.component'; import { ContentNodeSelectorService } from './content-node-selector.service'; @@ -130,7 +131,7 @@ export class ContentNodeSelectorComponent implements OnInit { /** * Returns the actually selected|entered folder node or null in case of searching for the breadcrumb */ - get breadcrumbFolderNode(): MinimalNodeEntryEntity|null { + get breadcrumbFolderNode(): MinimalNodeEntryEntity | null { if (this.showingSearchResults && this.chosenNode) { return this.chosenNode; } else { diff --git a/ng2-components/ng2-alfresco-documentlist/src/components/document-list.component.spec.ts b/ng2-components/ng2-alfresco-documentlist/src/components/document-list.component.spec.ts index 4df2701326..12e931aa75 100644 --- a/ng2-components/ng2-alfresco-documentlist/src/components/document-list.component.spec.ts +++ b/ng2-components/ng2-alfresco-documentlist/src/components/document-list.component.spec.ts @@ -32,7 +32,10 @@ import { import { MaterialModule } from '../material.module'; import { ContentActionModel } from '../models/content-action.model'; import { NodeMinimal, NodeMinimalEntry, NodePaging } from '../models/document-library.model'; -import { ImageResolver, RowFilter } from './../data/share-datatable-adapter'; +import { ImageResolver } from './../data/image-resolver.model'; +import { RowFilter } from './../data/row-filter.model'; + + import { DocumentListService } from './../services/document-list.service'; import { DocumentListComponent } from './document-list.component'; diff --git a/ng2-components/ng2-alfresco-documentlist/src/components/document-list.component.ts b/ng2-components/ng2-alfresco-documentlist/src/components/document-list.component.ts index 9faa88cd84..53658fe4d5 100644 --- a/ng2-components/ng2-alfresco-documentlist/src/components/document-list.component.ts +++ b/ng2-components/ng2-alfresco-documentlist/src/components/document-list.component.ts @@ -24,7 +24,11 @@ import { AlfrescoApiService, AppConfigService, DataColumnListComponent, UserPref import { DataCellEvent, DataColumn, DataRowActionEvent, DataSorting, DataTableComponent, ObjectDataColumn } from 'ng2-alfresco-datatable'; import { Observable, Subject } from 'rxjs/Rx'; import { presetsDefaultModel } from '../models/preset.model'; -import { ImageResolver, RowFilter, ShareDataRow, ShareDataTableAdapter } from './../data/share-datatable-adapter'; +import { ImageResolver } from './../data/image-resolver.model'; +import { RowFilter } from './../data/row-filter.model'; +import { ShareDataRow } from './../data/share-data-row.model'; +import { ShareDataTableAdapter } from './../data/share-datatable-adapter'; + import { ContentActionModel } from './../models/content-action.model'; import { PermissionStyleModel } from './../models/permissions-style.model'; import { DocumentListService } from './../services/document-list.service'; diff --git a/ng2-components/ng2-alfresco-documentlist/src/data/image-resolver.model.ts b/ng2-components/ng2-alfresco-documentlist/src/data/image-resolver.model.ts new file mode 100644 index 0000000000..43997cfb10 --- /dev/null +++ b/ng2-components/ng2-alfresco-documentlist/src/data/image-resolver.model.ts @@ -0,0 +1,20 @@ +/*! + * @license + * Copyright 2016 Alfresco Software, Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { DataColumn, DataRow } from 'ng2-alfresco-datatable'; + +export type ImageResolver = (row: DataRow, column: DataColumn) => string; diff --git a/ng2-components/ng2-alfresco-documentlist/src/data/row-filter.model.ts b/ng2-components/ng2-alfresco-documentlist/src/data/row-filter.model.ts new file mode 100644 index 0000000000..5cb71d882e --- /dev/null +++ b/ng2-components/ng2-alfresco-documentlist/src/data/row-filter.model.ts @@ -0,0 +1,20 @@ +/*! + * @license + * Copyright 2016 Alfresco Software, Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { ShareDataRow } from './share-data-row.model'; + +export type RowFilter = (value: ShareDataRow, index: number, array: ShareDataRow[]) => any; diff --git a/ng2-components/ng2-alfresco-documentlist/src/data/share-data-row.model.ts b/ng2-components/ng2-alfresco-documentlist/src/data/share-data-row.model.ts new file mode 100644 index 0000000000..3004b2a029 --- /dev/null +++ b/ng2-components/ng2-alfresco-documentlist/src/data/share-data-row.model.ts @@ -0,0 +1,97 @@ +/*! + * @license + * Copyright 2016 Alfresco Software, Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { MinimalNode, MinimalNodeEntity } from 'alfresco-js-api'; +import { ObjectUtils } from 'ng2-alfresco-core'; +import { DataRow } from 'ng2-alfresco-datatable'; +import { PermissionStyleModel } from './../models/permissions-style.model'; +import { DocumentListService } from './../services/document-list.service'; + +export class ShareDataRow implements DataRow { + + static ERR_OBJECT_NOT_FOUND: string = 'Object source not found'; + + cache: { [key: string]: any } = {}; + isSelected: boolean = false; + isDropTarget: boolean; + cssClass: string = ''; + + get node(): MinimalNodeEntity { + return this.obj; + } + + constructor(private obj: MinimalNodeEntity, private documentListService: DocumentListService, private permissionsStyle: PermissionStyleModel[]) { + if (!obj) { + throw new Error(ShareDataRow.ERR_OBJECT_NOT_FOUND); + } + + this.isDropTarget = this.isFolderAndHasPermissionToUpload(obj); + + if (permissionsStyle) { + this.cssClass = this.getPermissionClass(obj); + } + } + + getPermissionClass(nodeEntity: MinimalNodeEntity): string { + let permissionsClasses = ''; + + this.permissionsStyle.forEach((currentPermissionsStyle: PermissionStyleModel) => { + + if (this.applyPermissionStyleToFolder(nodeEntity.entry, currentPermissionsStyle) || this.applyPermissionStyleToFile(nodeEntity.entry, currentPermissionsStyle)) { + + if (this.documentListService.hasPermission(nodeEntity.entry, currentPermissionsStyle.permission)) { + permissionsClasses += ` ${currentPermissionsStyle.css}`; + } + } + + }); + + return permissionsClasses; + } + + private applyPermissionStyleToFile(node: MinimalNode, currentPermissionsStyle: PermissionStyleModel): boolean { + return (currentPermissionsStyle.isFile && node.isFile); + } + + private applyPermissionStyleToFolder(node: MinimalNode, currentPermissionsStyle: PermissionStyleModel): boolean { + return (currentPermissionsStyle.isFolder && node.isFolder); + } + + isFolderAndHasPermissionToUpload(obj: MinimalNodeEntity): boolean { + return this.isFolder(obj) && this.documentListService.hasPermission(obj.entry, 'create'); + } + + isFolder(obj: MinimalNodeEntity): boolean { + return obj.entry && obj.entry.isFolder; + } + + cacheValue(key: string, value: any): any { + this.cache[key] = value; + return value; + } + + getValue(key: string): any { + if (this.cache[key] !== undefined) { + return this.cache[key]; + } + return ObjectUtils.getValue(this.obj.entry, key); + } + + hasValue(key: string): boolean { + return this.getValue(key) !== undefined; + } +} diff --git a/ng2-components/ng2-alfresco-documentlist/src/data/share-datatable-adapter.spec.ts b/ng2-components/ng2-alfresco-documentlist/src/data/share-datatable-adapter.spec.ts index c52b3545e4..25073f6feb 100644 --- a/ng2-components/ng2-alfresco-documentlist/src/data/share-datatable-adapter.spec.ts +++ b/ng2-components/ng2-alfresco-documentlist/src/data/share-datatable-adapter.spec.ts @@ -20,7 +20,8 @@ import { CoreModule } from 'ng2-alfresco-core'; import { DataColumn, DataRow, DataSorting } from 'ng2-alfresco-datatable'; import { FileNode, FolderNode } from './../assets/document-library.model.mock'; import { DocumentListService } from './../services/document-list.service'; -import { ShareDataRow, ShareDataTableAdapter } from './share-datatable-adapter'; +import { ShareDataTableAdapter } from './share-datatable-adapter'; +import { ShareDataRow } from './share-data-row.model'; describe('ShareDataTableAdapter', () => { diff --git a/ng2-components/ng2-alfresco-documentlist/src/data/share-datatable-adapter.ts b/ng2-components/ng2-alfresco-documentlist/src/data/share-datatable-adapter.ts index b7a4f20c71..9e0c21a3e1 100644 --- a/ng2-components/ng2-alfresco-documentlist/src/data/share-datatable-adapter.ts +++ b/ng2-components/ng2-alfresco-documentlist/src/data/share-datatable-adapter.ts @@ -16,11 +16,14 @@ */ import { DatePipe } from '@angular/common'; -import { MinimalNode, MinimalNodeEntity, NodePaging } from 'alfresco-js-api'; -import { ObjectUtils, TimeAgoPipe } from 'ng2-alfresco-core'; +import { NodePaging } from 'alfresco-js-api'; +import { TimeAgoPipe } from 'ng2-alfresco-core'; import { DataColumn, DataRow, DataSorting, DataTableAdapter } from 'ng2-alfresco-datatable'; import { PermissionStyleModel } from './../models/permissions-style.model'; import { DocumentListService } from './../services/document-list.service'; +import { ImageResolver } from './image-resolver.model'; +import { RowFilter } from './row-filter.model'; +import { ShareDataRow } from './share-data-row.model'; export class ShareDataTableAdapter implements DataTableAdapter { @@ -239,82 +242,3 @@ export class ShareDataTableAdapter implements DataTableAdapter { } } } - -export class ShareDataRow implements DataRow { - - static ERR_OBJECT_NOT_FOUND: string = 'Object source not found'; - - cache: { [key: string]: any } = {}; - isSelected: boolean = false; - isDropTarget: boolean; - cssClass: string = ''; - - get node(): MinimalNodeEntity { - return this.obj; - } - - constructor(private obj: MinimalNodeEntity, private documentListService: DocumentListService, private permissionsStyle: PermissionStyleModel[]) { - if (!obj) { - throw new Error(ShareDataRow.ERR_OBJECT_NOT_FOUND); - } - - this.isDropTarget = this.isFolderAndHasPermissionToUpload(obj); - - if (permissionsStyle) { - this.cssClass = this.getPermissionClass(obj); - } - } - - getPermissionClass(nodeEntity: MinimalNodeEntity): string { - let permissionsClasses = ''; - - this.permissionsStyle.forEach((currentPermissionsStyle: PermissionStyleModel) => { - - if (this.applyPermissionStyleToFolder(nodeEntity.entry, currentPermissionsStyle) || this.applyPermissionStyleToFile(nodeEntity.entry, currentPermissionsStyle)) { - - if (this.documentListService.hasPermission(nodeEntity.entry, currentPermissionsStyle.permission)) { - permissionsClasses += ` ${currentPermissionsStyle.css}`; - } - } - - }); - - return permissionsClasses; - } - - private applyPermissionStyleToFile(node: MinimalNode, currentPermissionsStyle: PermissionStyleModel): boolean { - return (currentPermissionsStyle.isFile && node.isFile); - } - - private applyPermissionStyleToFolder(node: MinimalNode, currentPermissionsStyle: PermissionStyleModel): boolean { - return (currentPermissionsStyle.isFolder && node.isFolder); - } - - isFolderAndHasPermissionToUpload(obj: MinimalNodeEntity): boolean { - return this.isFolder(obj) && this.documentListService.hasPermission(obj.entry, 'create'); - } - - isFolder(obj: MinimalNodeEntity): boolean { - return obj.entry && obj.entry.isFolder; - } - - cacheValue(key: string, value: any): any { - this.cache[key] = value; - return value; - } - - getValue(key: string): any { - if (this.cache[key] !== undefined) { - return this.cache[key]; - } - return ObjectUtils.getValue(this.obj.entry, key); - } - - hasValue(key: string): boolean { - return this.getValue(key) !== undefined; - } -} - -export type RowFilter = (value: ShareDataRow, index: number, array: ShareDataRow[]) => any; - -export type ImageResolver = (row: DataRow, column: DataColumn) => string; diff --git a/ng2-components/ng2-alfresco-documentlist/src/services/node-actions.service.ts b/ng2-components/ng2-alfresco-documentlist/src/services/node-actions.service.ts index c5909b1518..29f0fe5544 100644 --- a/ng2-components/ng2-alfresco-documentlist/src/services/node-actions.service.ts +++ b/ng2-components/ng2-alfresco-documentlist/src/services/node-actions.service.ts @@ -22,7 +22,7 @@ import { AlfrescoContentService } from 'ng2-alfresco-core'; import { DataColumn } from 'ng2-alfresco-datatable'; import { Subject } from 'rxjs/Rx'; import { ContentNodeSelectorComponent, ContentNodeSelectorComponentData } from '../components/content-node-selector/content-node-selector.component'; -import { ShareDataRow } from '../data/share-datatable-adapter'; +import { ShareDataRow } from '../data/share-data-row.model'; import { DocumentListService } from './document-list.service'; @Injectable() diff --git a/typescript b/typescript new file mode 100644 index 0000000000..f27df4cf57 --- /dev/null +++ b/typescript @@ -0,0 +1,1934 @@ +Script started on Fri Oct 20 17:58:54 2017 +(B maxfiles 256 unlimited +./ Now using node v8.5.0 (npm v5.3.0) +^C[?1034h]0;~/dev/alfresco-ng2-components +mromano at MBP256-MROMANO-0615 in ~/dev/alfresco-ng2-components on dev-mromano-clean [!?] +$ (B./ +adf-rules/ assets/ demo-shell-ng2/ dist/ docs/ ng2-components/ scripts/ +]0;~/dev/alfresco-ng2-components +mromano at MBP256-MROMANO-0615 in ~/dev/alfresco-ng2-components on dev-mromano-clean [!?] +$ (B./cd scripts/ +]0;~/dev/alfresco-ng2-components/scripts +mromano at MBP256-MROMANO-0615 in ~/dev/alfresco-ng2-components/scripts on dev-mromano-clean [!] +$ (B./start.sh +====== Install Demo shell ===== +[?25l⸨░░░░░░░░░░░░░░░░░░⸩ ⠦ rollbackFailedOptional: verb npm-session e71061efb52ce17a ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:myapp: info lifecycle myapp@0.0.0~preinstall: myapp@0.0.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:myapp: info lifecycle myapp@0.0.0~preinstall: myapp@0.0.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:myapp: info lifecycle myapp@0.0.0~preinstall: myapp@0.0.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:myapp: info lifecycle myapp@0.0.0~preinstall: myapp@0.0.0 ^C [?25h +]0;~/dev/alfresco-ng2-components/scripts +mromano at MBP256-MROMANO-0615 in ~/dev/alfresco-ng2-components/scripts on dev-mromano-clean [!] +$ (Bls +README.md import-langs.sh next_version.sh npm-build-all.sh npm-clean.sh npm-prepublish.sh npm-relock-pkgs.sh update-version.sh +extract-langs.sh last_beta_version.sh npm-add-pkg.sh npm-check-bundles.sh npm-move-tag.sh npm-publish.sh start.sh +]0;~/dev/alfresco-ng2-components/scripts +mromano at MBP256-MROMANO-0615 in ~/dev/alfresco-ng2-components/scripts on dev-mromano-clean [!] +$ (B./npm +npm-add-pkg.sh* npm-build-all.sh* npm-check-bundles.sh* npm-clean.sh* npm-prepublish.sh* npm-publish.sh* npm-relock-pkgs.sh* +]0;~/dev/alfresco-ng2-components/scripts +mromano at MBP256-MROMANO-0615 in ~/dev/alfresco-ng2-components/scripts on dev-mromano-clean [!] +$ (B./npm-build-all.sh +====== Regenerate global ng2-components package.json ===== +[?25l⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session 90e091629636a1f7 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session 90e091629636a1f7 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session 90e091629636a1f7 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session 90e091629636a1f7 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session 90e091629636a1f7 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠏ rollbackFailedOptional: verb npm-session 90e091629636a1f7 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠼ fetchMetadata: sill resolveWithNewModule package-json-merge@0.0.1 checking installable status ⸨ ░░░░░░░░░░░⸩ ⠹ extract:package-json-merge: verb lock using /Users/mromano/.npm/_locks/staging-343bc207ba0138a9.lock for /Users/mromano/.nvm/versions/node/v8.5.0/lib/node_modules/.staging ⸨ ░░░░░░░░░░░⸩ ⠹ extract:package-json-merge: verb lock using /Users/mromano/.npm/_locks/staging-343bc207ba0138a9.lock for /Users/mromano/.nvm/versions/node/v8.5.0/lib/node_modules/.staging ⸨ ░░░░░░░░░░░⸩ ⠹ extract:package-json-merge: verb lock using /Users/mromano/.npm/_locks/staging-343bc207ba0138a9.lock for /Users/mromano/.nvm/versions/node/v8.5.0/lib/node_modules/.staging ⸨ ░░░░░░░░░░░⸩ ⠹ extract:package-json-merge: verb lock using /Users/mromano/.npm/_locks/staging-343bc207ba0138a9.lock for /Users/mromano/.nvm/versions/node/v8.5.0/lib/node_modules/.staging ⸨ ░░░░░░░░░░░⸩ ⠹ extract:package-json-merge: verb lock using /Users/mromano/.npm/_locks/staging-343bc207ba0138a9.lock for /Users/mromano/.nvm/versions/node/v8.5.0/lib/node_modules/.staging ⸨ ░░░░░░⸩ ⠧ unbuild:package-json-merge: sill doReverseSerial unbuild 10 [?25h/Users/mromano/.nvm/versions/node/v8.5.0/bin/package-json-merge -> /Users/mromano/.nvm/versions/node/v8.5.0/lib/node_modules/package-json-merge/bin/package-json-merge ++ package-json-merge@0.0.1 +updated 1 package in 0.983s + +> ng2-alfresco-components@1.9.0 pkg-build /Users/mromano/dev/alfresco-ng2-components/ng2-components +> package-json-merge ng2-alfresco-core/package.json ng2-alfresco-datatable/package.json ng2-activiti-diagrams/package.json ng2-activiti-analytics/package.json ng2-activiti-form/package.json ng2-activiti-tasklist/package.json ng2-activiti-processlist/package.json ng2-alfresco-documentlist/package.json ng2-alfresco-login/package.json ng2-alfresco-search/package.json ng2-alfresco-tag/package.json ng2-alfresco-upload/package.json ng2-alfresco-viewer/package.json ng2-alfresco-webscript/package.json ng2-alfresco-webscript/package.json ng2-alfresco-userinfo/package.json ng2-alfresco-social/package.json package-base.json > package.json + +====== Install ng2-components dependencies ===== +[?25l⸨░░░░░░░░░░░░░░░░░░⸩ ⠦ rollbackFailedOptional: verb npm-session 33a2038e104aa6c7 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠸ loadIdealTree:loadAllDepsIntoIdealTree: sill install loadIdealTree ⸨ ░░░░░░░░░░░░░░░░⸩ ⠼ loadDep:pdfjs-dist: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░░░░⸩ ⠼ loadDep:source-map-support: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░░░⸩ ⠼ loadDep:zone.js: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░░⸩ ⠼ loadDevDep:markdownlint-cli: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░░⸩ ⠼ loadDep:source-list-map: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░░⸩ ⠼ loadDep:postcss-value-parser: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░░⸩ ⠼ loadDep:webpack-sources: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░░⸩ ⠼ loadDep:kind-of: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░░⸩ ⠼ loadDep:sntp: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░░⸩ ⠼ loadDep:xml-char-classes: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░░⸩ ⠼ loadDep:isexe: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░░⸩ ⠼ loadDep:json3: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░░⸩ ⠼ loadDep:karma-jasmine: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░⸩ ⠼ loadDep:toml: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░⸩ ⠼ loadDep:strip-ansi: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░⸩ ⠼ loadDep:wrap-ansi: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░⸩ ⠼ loadDep:trim-right: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░⸩ ⠼ loadDep:yn: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░⸩ ⠼ loadDep:inherits: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░⸩ ⠼ loadDep:yargs: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░⸩ ⠼ loadDep:wbuf: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░⸩ ⠼ loadDep:vise: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░⸩ ⠧ diffTrees: sill install generateActionsToTake ⸨ ░░░░░░░░░░░⸩ ⠧ diffTrees: sill install generateActionsToTake ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░⸩ ⠏ unbuild:abbrev: sill doReverseSerial unbuild 1788 ⸨ ░░░░░░⸩ ⠦ unbuild:yargs: info lifecycle yargs@3.10.0~postuninstall: yargs@3.10.0 ⸨ ░░░░░░⸩ ⠋ unbuild:grunt-legacy-util: info lifecycle grunt-legacy-util@0.2.0~postuninstall: grunt-legacy-util@0.2.0 ⸨ ░░░░░░⸩ ⠸ unbuild:argparse: info lifecycle argparse@1.0.9~postuninstall: argparse@1.0.9 ⸨ ░░░░░░⸩ ⠙ unbuild:graceful-fs: info lifecycle graceful-fs@4.1.11~postuninstall: graceful-fs@4.1.11 ⸨ ░░░░░░⸩ ⠼ unbuild:lodash: info lifecycle lodash@3.7.0~postuninstall: lodash@3.7.0 ⸨ ░░░░░░⸩ ⠧ unbuild:verror: info lifecycle verror@1.3.6~postuninstall: verror@1.3.6 ⸨ ░░░░░░⸩ ⠴ unbuild:colors: info lifecycle colors@0.6.2~postuninstall: colors@0.6.2 ⸨ ░░░░░░⸩ ⠼ remove:webpack: sill doSerial remove 1788 ⸨ ░░░░░░⸩ ⠏ remove:array-map: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/array-map ⸨ ░░░░░░⸩ ⠇ remove:babylon: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/babel-jscs/node_modules/babylon ⸨ ░░░░░░⸩ ⠇ remove:babylon: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/babel-jscs/node_modules/babylon ⸨ ░░░░░░⸩ ⠇ remove:babylon: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/babel-jscs/node_modules/babylon ⸨ ░░░░░░⸩ ⠹ remove:json5: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/babel-jscs/node_modules/json5 ⸨ ░░░░░░⸩ ⠴ remove:path-exists: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/babel-jscs/node_modules/path-exists ⸨ ░░░░░░⸩ ⠼ remove:babel-plugin-property-literals: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/babel-plugin-property-liter ⸨ ░░░░░░⸩ ⠹ remove:babel-plugin-undefined-to-void: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/babel-plugin-undefined-to-v ⸨ ░░░░░░⸩ ⠴ remove:colors: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/colors ⸨ ░░░░░░⸩ ⠇ remove:cookiejar: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/cookiejar ⸨ ░░░░░░⸩ ⠇ remove:cookiejar: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/cookiejar ⸨ ░░░░░░⸩ ⠼ remove:assert-plus: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/dashdash/node_modules/assert-plus ⸨ ░░░░░░⸩ ⠙ remove:d: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/es6-symbol/node_modules/d ⸨ ░░░░░░⸩ ⠸ remove:es6-iterator: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/es6-iterator ⸨ ░░░░░░⸩ ⠋ remove:event-emitter: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/es6-set/node_modules/event-emitter ⸨ ░░░░░░⸩ ⠴ remove:forever-agent: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/forever-agent ⸨ ░░░░░░⸩ ⠇ remove:graceful-fs: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/fsevents/node_modules/graceful-fs ⸨ ░░░░░░⸩ ⠦ remove:ms: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/fsevents/node_modules/ms ⸨ ░░░░░░⸩ ⠙ remove:util-deprecate: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/fsevents/node_modules/util-deprecate ⸨ ░░░░░░⸩ ⠹ remove:graceful-readlink: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/graceful-readlink ⸨ ░░░░░░⸩ ⠦ remove:nopt: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/grunt-cli/node_modules/nopt ⸨ ░░░░░░⸩ ⠇ remove:source-map: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/handlebars/node_modules/source-map ⸨ ░░░░░░⸩ ⠋ remove:is-builtin-module: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/is-builtin-module ⸨ ░░░░░░⸩ ⠧ remove:estraverse: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/jscs/node_modules/estraverse ⸨ ░░░░░░⸩ ⠇ remove:lodash: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/jscs/node_modules/lodash ⸨ ░░░░░░⸩ ⠙ remove:jsesc: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/jsesc ⸨ ░░░░░░⸩ ⠸ remove:assert-plus: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/jsprim/node_modules/assert-plus ⸨ ░░░░░░⸩ ⠦ remove:loader-utils: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/loader-utils ⸨ ░░░░░░⸩ ⠦ remove:loader-utils: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/loader-utils ⸨ ░░░░░░⸩ ⠏ remove:lodash._bindcallback: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/lodash._bindcallback ⸨ ░░░░░░⸩ ⠦ remove:des.js: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/des.js ⸨ ░░░░░░⸩ ⠏ remove:ncp: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/ncp ⸨ ░░░░░░⸩ ⠏ remove:ncp: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/ncp ⸨ ░░░░░░⸩ ⠙ remove:nopt: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/nopt ⸨ ░░░░░░⸩ ⠹ remove:path-browserify: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/path-browserify ⸨ ░░░░░░⸩ ⠹ remove:q: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/q ⸨ ░░░░░░⸩ ⠇ remove:babel-runtime: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/babel-runtime ⸨ ░░░░░░⸩ ⠼ remove:braces: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/braces ⸨ ░░░░░░⸩ ⠼ remove:ripemd160: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/ripemd160 ⸨ ░░░░░░⸩ ⠦ remove:pbkdf2: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/pbkdf2 ⸨ ░░░░░░⸩ ⠹ remove:minimatch: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/grunt/node_modules/minimatch ⸨ ░░░░░░⸩ ⠙ remove:sprintf-js: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/sprintf-js ⸨ ░░░░░░⸩ ⠋ remove:assert-plus: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/sshpk/node_modules/assert-plus ⸨ ░░░░░░⸩ ⠇ remove:babel-types: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/babel-types ⸨ ░░░░░░⸩ ⠼ remove:babel-plugin-transform-es2015-parameters: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/babel-plugin-tran ⸨ ░░░░░░⸩ ⠸ remove:colors: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/tslint/node_modules/colors ⸨ ░░░░░░⸩ ⠏ remove:underscore: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/underscore ⸨ ░░░░░░⸩ ⠋ remove:concat-stream: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/browserify/node_modules/concat-stream ⸨ ░░░░░░⸩ ⠦ remove:stream-combiner2: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/stream-combiner2 ⸨ ░░░░░░⸩ ⠏ remove:superagent: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/superagent ⸨ ░░░░░░⸩ ⠏ remove:superagent: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/superagent ⸨ ░░░░░░⸩ ⠧ remove:vow-queue: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/vow-queue ⸨ ░░░░░░⸩ ⠼ remove:wordwrap: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/wordwrap ⸨ ░░░░░░⸩ ⠼ remove:utile: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/utile ⸨ ░░░░░░⸩ ⠇ remove:vow-fs: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/vow-fs ⸨ ░░░░░░⸩ ⠏ remove:browser-pack: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/browser-pack ⸨ ░░░░░░⸩ ⠹ remove:module-deps: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/module-deps ⸨ ░░░░░░⸩ ⠹ remove:module-deps: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/module-deps ⸨ ░░░░░░⸩ ⠧ remove:regenerator: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/regenerator ⸨ ░░░░░░⸩ ⠋ remove:jscs: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/jscs ⸨ ░░░░░░⸩ ⠸ remove:chai-datetime: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/chai-datetime ⸨ ░░░░░░⸩ ⠧ remove:mocha-lcov-reporter: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/mocha-lcov-reporter ⸨ ░░░░░░⸩ ⠙ remove:tslint: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/tslint ⸨ ░░░░░░⸩ ⠸ remove:watchify: sill remove /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/node_modules/watchify ⸨ ░░░░⸩ ⠋ prepare:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~prepare: ng2-alfresco-components@1.9.0 ⸨ ░░░░⸩ ⠼ prepare:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~prepare: ng2-alfresco-components@1.9.0 [?25hremoved 889 packages and updated 1 package in 11.748s +====== Build ng2-components ===== + +> ng2-alfresco-components@1.9.0 build /Users/mromano/dev/alfresco-ng2-components/ng2-components +> npm run pkg-build && npm run toc && npm run markdownlint && npm run webpack -- --config config/webpack.build.js --progress --profile --bail && npm run build-style + + +> ng2-alfresco-components@1.9.0 pkg-build /Users/mromano/dev/alfresco-ng2-components/ng2-components +> package-json-merge ng2-alfresco-core/package.json ng2-alfresco-datatable/package.json ng2-activiti-diagrams/package.json ng2-activiti-analytics/package.json ng2-activiti-form/package.json ng2-activiti-tasklist/package.json ng2-activiti-processlist/package.json ng2-alfresco-documentlist/package.json ng2-alfresco-login/package.json ng2-alfresco-search/package.json ng2-alfresco-tag/package.json ng2-alfresco-upload/package.json ng2-alfresco-viewer/package.json ng2-alfresco-webscript/package.json ng2-alfresco-webscript/package.json ng2-alfresco-userinfo/package.json ng2-alfresco-social/package.json package-base.json > package.json + + +> ng2-alfresco-components@1.9.0 toc /Users/mromano/dev/alfresco-ng2-components/ng2-components +> markdown-toc -i ng2-alfresco-core/README.md && markdown-toc -i ng2-alfresco-datatable/README.md && markdown-toc -i ng2-activiti-diagrams/README.md && markdown-toc -i ng2-activiti-analytics/README.md && markdown-toc -i ng2-activiti-form/README.md && markdown-toc -i ng2-activiti-tasklist/README.md && markdown-toc -i ng2-activiti-processlist/README.md && markdown-toc -i ng2-alfresco-documentlist/README.md && markdown-toc -i ng2-alfresco-login/README.md && markdown-toc -i ng2-alfresco-search/README.md && markdown-toc -i ng2-alfresco-tag/README.md && markdown-toc -i ng2-alfresco-upload/README.md && markdown-toc -i ng2-alfresco-viewer/README.md && markdown-toc -i ng2-alfresco-webscript/README.md && markdown-toc -i ng2-alfresco-webscript/README.md && markdown-toc -i ng2-alfresco-userinfo/README.md && markdown-toc -i ng2-alfresco-social/README.md && markdown-toc -i README.md + + +> ng2-alfresco-components@1.9.0 markdownlint /Users/mromano/dev/alfresco-ng2-components/ng2-components +> markdownlint ng2-alfresco-core/README.md && markdownlint ng2-alfresco-datatable/README.md && markdownlint ng2-activiti-diagrams/README.md && markdownlint ng2-activiti-analytics/README.md && markdownlint ng2-activiti-form/README.md && markdownlint ng2-activiti-tasklist/README.md && markdownlint ng2-activiti-processlist/README.md && markdownlint ng2-alfresco-documentlist/README.md && markdownlint ng2-alfresco-login/README.md && markdownlint ng2-alfresco-search/README.md && markdownlint ng2-alfresco-tag/README.md && markdownlint ng2-alfresco-upload/README.md && markdownlint ng2-alfresco-viewer/README.md && markdownlint ng2-alfresco-webscript/README.md && markdownlint ng2-alfresco-webscript/README.md && markdownlint ng2-alfresco-userinfo/README.md && markdownlint ng2-alfresco-social/README.md && markdownlint README.md + + + + + + + + + + + + + + + + + + + + +> ng2-alfresco-components@1.9.0 webpack /Users/mromano/dev/alfresco-ng2-components/ng2-components +> node node_modules/webpack/bin/webpack.js "--config" "config/webpack.build.js" "--progress" "--profile" "--bail" + +Starting type checking service... +Using 1 worker with 2048MB memory limit + 0% compiling 10% building modules 0/1 modules 1 active ...components/ng2-alfresco-core/index.ts 10% building modules 0/2 modules 2 active ...onents/ng2-activiti-diagrams/index.ts 10% building modules 0/3 modules 3 active ...nents/ng2-activiti-analytics/index.ts 10% building modules 0/4 modules 4 active ...nents/ng2-alfresco-datatable/index.ts 10% building modules 0/5 modules 5 active ...onents/ng2-activiti-tasklist/index.ts 10% building modules 0/6 modules 6 active ...components/ng2-activiti-form/index.ts 10% building modules 0/7 modules 7 active ...ts/ng2-alfresco-documentlist/index.ts 10% building modules 0/8 modules 8 active ...nts/ng2-activiti-processlist/index.ts 10% building modules 0/9 modules 9 active ...omponents/ng2-alfresco-login/index.ts 10% building modules 0/10 modules 10 active ...mponents/ng2-alfresco-social/index.ts 10% building modules 0/11 modules 11 active ...-components/ng2-alfresco-tag/index.ts 10% building modules 0/12 modules 12 active ...mponents/ng2-alfresco-search/index.ts 10% building modules 0/13 modules 13 active ...mponents/ng2-alfresco-viewer/index.ts 10% building modules 0/14 modules 14 active ...mponents/ng2-alfresco-upload/index.ts 10% building modules 0/15 modules 15 active ...onents/ng2-alfresco-userinfo/index.ts 10% building modules 0/16 modules 16 active ...nents/ng2-alfresco-webscript/index.tsWarning: The 'no-unused-variable' rule requires type infomation. +Warning: The 'no-use-before-declare' rule requires type infomation. + 10% building modules 1/16 modules 15 active ...nents/ng2-alfresco-webscript/index.ts                 10% building modules 1/17 modules 16 active external "@angular/core" 10% building modules 2/17 modules 15 active ...nents/ng2-alfresco-webscript/index.ts             10% building modules 2/18 modules 16 active external "ng2-alfresco-core" 10% building modules 3/18 modules 15 active ...nents/ng2-alfresco-webscript/index.ts 10% building modules 4/18 modules 14 active ...nents/ng2-alfresco-webscript/index.ts         10% building modules 4/19 modules 15 active external "ng2-activiti-diagrams" 10% building modules 5/19 modules 14 active ...nents/ng2-alfresco-webscript/index.ts                    10% building modules 5/20 modules 15 active external "ng2-charts" 10% building modules 6/20 modules 14 active ...nents/ng2-alfresco-webscript/index.ts 10% building modules 7/20 modules 13 active ...nents/ng2-alfresco-webscript/index.ts               10% building modules 7/21 modules 14 active external "@angular/router" 10% building modules 8/21 modules 13 active ...nents/ng2-alfresco-webscript/index.ts 11% building modules 9/21 modules 12 active ...nents/ng2-alfresco-webscript/index.ts        11% building modules 9/22 modules 13 active external "ng2-alfresco-datatable" 11% building modules 10/22 modules 12 active ...nents/ng2-alfresco-webscript/index.ts 11% building modules 11/22 modules 11 active ...nents/ng2-alfresco-webscript/index.ts 11% building modules 12/22 modules 10 active ...nents/ng2-alfresco-webscript/index.ts  11% building modules 13/22 modules 9 active ...nents/ng2-alfresco-webscript/index.ts 11% building modules 14/22 modules 8 active ...nents/ng2-alfresco-webscript/index.ts                11% building modules 14/23 modules 9 active external "@angular/forms" 11% building modules 15/23 modules 8 active ...nents/ng2-alfresco-webscript/index.ts     11% building modules 15/24 modules 9 active external "ng2-alfresco-documentlist" 11% building modules 16/24 modules 8 active ...nents/ng2-alfresco-webscript/index.ts 12% building modules 17/24 modules 7 active ...nents/ng2-alfresco-webscript/index.ts 12% building modules 18/24 modules 6 active ...nents/ng2-alfresco-webscript/index.ts 12% building modules 19/24 modules 5 active ...nents/ng2-alfresco-webscript/index.ts 12% building modules 20/24 modules 4 active ...nts/ng2-activiti-processlist/index.ts 12% building modules 20/25 modules 5 active ...viti-analytics/src/material.module.ts 12% building modules 20/26 modules 6 active ...ents/analytics-generator.component.ts 12% building modules 20/27 modules 7 active ...nalytics-report-heat-map.component.ts 12% building modules 20/28 modules 8 active ...ts/analytics-report-list.component.ts 12% building modules 20/29 modules 9 active ...lytics-report-parameters.component.ts 12% building modules 20/30 modules 10 active ...src/components/analytics.component.ts 12% building modules 20/31 modules 11 active ...ytics/src/components/widgets/index.ts 12% building modules 20/32 modules 12 active ...ics/src/services/analytics.service.ts 12% building modules 20/33 modules 13 active ...esco-datatable/src/material.module.ts 12% building modules 20/34 modules 14 active ...-alfresco-datatable/src/data/index.ts 12% building modules 20/35 modules 15 active ...ectives/loading-template.directive.ts 12% building modules 20/36 modules 16 active ...ives/no-content-template.directive.ts 12% building modules 20/37 modules 17 active ...o-documentlist/src/material.module.ts 12% building modules 20/38 modules 18 active ...components/document-list.component.ts 12% building modules 20/39 modules 19 active ...mentlist/src/components/node.event.ts 12% building modules 20/40 modules 20 active ...ts/breadcrumb/breadcrumb.component.ts 12% building modules 20/41 modules 21 active ...rumb/dropdown-breadcrumb.component.ts 12% building modules 20/42 modules 22 active ...tion/content-action-list.component.ts 12% building modules 20/43 modules 23 active ...nt-action/content-action.component.ts 12% building modules 20/44 modules 24 active ...lumn/content-column-list.component.ts 12% building modules 20/45 modules 25 active ...nt-column/content-column.component.ts 12% building modules 20/46 modules 26 active ...or/content-node-selector.component.ts 12% building modules 20/47 modules 27 active ...ctor/content-node-selector.service.ts 12% building modules 20/48 modules 28 active ...der/empty-folder-content.directive.ts 12% building modules 20/49 modules 29 active ...-dropdown/sites-dropdown.component.ts 12% building modules 20/50 modules 30 active .../services/document-actions.service.ts 12% building modules 20/51 modules 31 active ...src/services/document-list.service.ts 12% building modules 20/52 modules 32 active ...rc/services/folder-actions.service.ts 12% building modules 20/53 modules 33 active .../src/services/node-actions.service.ts 12% building modules 20/54 modules 34 active ...t/src/data/share-datatable-adapter.ts 12% building modules 20/55 modules 35 active ...st/src/models/content-action.model.ts 12% building modules 20/56 modules 36 active .../src/models/document-library.model.ts 12% building modules 20/57 modules 37 active ...tlist/src/models/permissions.model.ts 12% building modules 20/58 modules 38 active ...src/models/permissions-style.model.ts 12% building modules 20/59 modules 39 active ...alfresco-login/src/material.module.ts 12% building modules 20/60 modules 40 active ...gin/src/components/login.component.ts 12% building modules 20/61 modules 41 active .../directives/login-footer.directive.ts 12% building modules 20/62 modules 42 active .../directives/login-header.directive.ts 12% building modules 20/63 modules 43 active ...lfresco-social/src/material.module.ts 12% building modules 20/64 modules 44 active ...cial/src/components/like.component.ts 12% building modules 20/65 modules 45 active ...al/src/components/rating.component.ts 12% building modules 20/66 modules 46 active ...social/src/services/rating.service.ts 12% building modules 20/67 modules 47 active ...lfresco-viewer/src/material.module.ts 12% building modules 20/68 modules 48 active ...src/components/imgViewer.component.ts 12% building modules 20/69 modules 49 active ...c/components/mediaPlayer.component.ts 12% building modules 20/70 modules 50 active ...src/components/pdfViewer.component.ts 12% building modules 20/71 modules 51 active ...src/components/txtViewer.component.ts 12% building modules 20/72 modules 52 active ...nents/viewer-info-drawer.component.ts 12% building modules 20/73 modules 53 active ...omponents/viewer-toolbar.component.ts 12% building modules 20/74 modules 54 active ...er/src/components/viewer.component.ts 12% building modules 20/75 modules 55 active ...wn-format/unknown-format.component.ts 12% building modules 20/76 modules 56 active ...ectives/extension-viewer.directive.ts 12% building modules 20/77 modules 57 active .../services/rendering-queue.services.ts 12% building modules 20/78 modules 58 active ...viti-diagrams/src/components/index.ts 12% building modules 20/79 modules 59 active ...grams/src/components/raphael/index.ts 12% building modules 20/80 modules 60 active ...activiti-diagrams/src/models/index.ts 12% building modules 20/81 modules 61 active ...datatable/datatable-cell.component.ts 12% building modules 20/82 modules 62 active ...ents/datatable/datatable.component.ts 12% building modules 20/83 modules 63 active ...nts/datatable/empty-list.component.ts 12% building modules 20/84 modules 64 active ...mponents/datatable/data-cell.event.ts 12% building modules 20/85 modules 65 active ...ts/datatable/data-row-action.event.ts 12% building modules 20/86 modules 66 active ...ents/datatable/date-cell.component.ts 12% building modules 20/87 modules 67 active .../datatable/filesize-cell.component.ts 12% building modules 20/88 modules 68 active .../datatable/location-cell.component.ts 12% building modules 20/89 modules 69 active ...resco-userinfo/src/material.module.ts 12% building modules 20/90 modules 70 active ...src/components/user-info.component.ts 12% building modules 20/91 modules 71 active ...info/src/services/bpm-user.service.ts 12% building modules 20/92 modules 72 active ...info/src/services/ecm-user.service.ts 12% building modules 20/93 modules 73 active ...tag/src/components/material.module.ts 12% building modules 20/94 modules 74 active ...c/components/tag-actions.component.ts 12% building modules 20/95 modules 75 active .../src/components/tag-list.component.ts 12% building modules 20/96 modules 76 active ...components/tag-node-list.component.ts 12% building modules 20/97 modules 77 active ...resco-tag/src/services/tag.service.ts 12% building modules 20/98 modules 78 active ...ents/search-autocomplete.component.ts 12% building modules 20/99 modules 79 active ...omponents/search-control.component.ts 12% building modules 20/100 modules 80 active ...ch/src/components/search.component.ts 12% building modules 20/101 modules 81 active ...lfresco-upload/src/material.module.ts 12% building modules 20/102 modules 82 active ...ts/file-uploading-dialog.component.ts 12% building modules 20/103 modules 83 active .../file-uploading-list-row.component.ts 12% building modules 20/104 modules 84 active ...ents/file-uploading-list.component.ts 12% building modules 20/105 modules 85 active ...components/upload-button.component.ts 12% building modules 20/106 modules 86 active ...ponents/upload-drag-area.component.ts 12% building modules 20/107 modules 87 active ...irectives/file-draggable.directive.ts 12% building modules 20/108 modules 88 active ...pload/src/models/permissions.model.ts 12% building modules 20/109 modules 89 active ...-webscript/src/webscript.component.ts 12% building modules 21/109 modules 88 active ...-webscript/src/webscript.component.ts             12% building modules 21/110 modules 89 active external "@angular/material" 12% building modules 22/110 modules 88 active ...-webscript/src/webscript.component.tsts-loader: Using typescript@2.5.2 and /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-tasklist/tsconfig.json +ts-loader: Using typescript@2.5.2 and /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/tsconfig.json + 12% building modules 23/110 modules 87 active ...-webscript/src/webscript.component.ts 12% building modules 24/110 modules 86 active ...-webscript/src/webscript.component.ts 13% building modules 25/110 modules 85 active ...-webscript/src/webscript.component.ts                       13% building modules 25/111 modules 86 active external "rxjs/Rx" 13% building modules 26/111 modules 85 active ...-webscript/src/webscript.component.ts 13% building modules 27/111 modules 84 active ...-webscript/src/webscript.component.ts^C +> ng2-alfresco-components@1.9.0 build-style /Users/mromano/dev/alfresco-ng2-components/ng2-components +> npm run webpack -- --config config/webpack.style.js --progress --profile --bail + + +> ng2-alfresco-components@1.9.0 webpack /Users/mromano/dev/alfresco-ng2-components/ng2-components +> node node_modules/webpack/bin/webpack.js "--config" "config/webpack.style.js" "--progress" "--profile" "--bail" + + 0% compiling 10% building modules 0/1 modules 1 active .../styles/prebuilt/adf-blue-orange.scss 10% building modules 0/2 modules 2 active .../styles/prebuilt/adf-blue-purple.scss 10% building modules 0/3 modules 3 active .../styles/prebuilt/adf-cyan-orange.scss 10% building modules 0/4 modules 4 active .../styles/prebuilt/adf-cyan-purple.scss 10% building modules 0/5 modules 5 active ...styles/prebuilt/adf-green-purple.scss 10% building modules 0/6 modules 6 active ...styles/prebuilt/adf-green-orange.scss 10% building modules 0/7 modules 7 active ...tyles/prebuilt/adf-pink-bluegrey.scss 10% building modules 0/8 modules 8 active .../styles/prebuilt/adf-indigo-pink.scss 10% building modules 0/9 modules 9 active ...styles/prebuilt/adf-purple-green.scss(node:48733) DeprecationWarning: loaderUtils.parseQuery() received a non-string value which can be problematic, see https://github.com/webpack/loader-utils/issues/56 +parseQuery() will be replaced with getOptions() in the next major version of loader-utils. +^[[A 10% building modules 1/9 modules 8 active ...styles/prebuilt/adf-purple-green.scss 10% building modules 2/9 modules 7 active ...styles/prebuilt/adf-purple-green.scss 10% building modules 3/9 modules 6 active ...styles/prebuilt/adf-purple-green.scss 10% building modules 4/9 modules 5 active ...styles/prebuilt/adf-purple-green.scss 10% building modules 5/9 modules 4 active ...styles/prebuilt/adf-purple-green.scss 10% building modules 6/9 modules 3 active ...styles/prebuilt/adf-purple-green.scss 10% building modules 7/9 modules 2 active ...styles/prebuilt/adf-purple-green.scss 10% building modules 8/9 modules 1 active ...styles/prebuilt/adf-purple-green.scss                                          11% building modules 9/9 modules 0 active                   1426ms building modules + 71% sealing 1ms sealing + 72% optimizing 0ms optimizing + 73% basic module optimization 0ms basic module optimization + 74% module optimization 0ms module optimization + 75% advanced module optimization 1ms advanced module optimization + 76% basic chunk optimization 0ms basic chunk optimization + 77% chunk optimization 0ms chunk optimization + 78% advanced chunk optimization 1ms advanced chunk optimization + 11% building modules 9/10 modules 1 active .../styles/prebuilt/adf-blue-orange.scss 11% building modules 9/11 modules 2 active .../styles/prebuilt/adf-blue-purple.scss 11% building modules 9/12 modules 3 active .../styles/prebuilt/adf-cyan-orange.scss 11% building modules 9/13 modules 4 active .../styles/prebuilt/adf-cyan-purple.scss 11% building modules 9/14 modules 5 active ...styles/prebuilt/adf-green-purple.scss 11% building modules 9/15 modules 6 active ...styles/prebuilt/adf-green-orange.scss 11% building modules 9/16 modules 7 active ...tyles/prebuilt/adf-pink-bluegrey.scss 11% building modules 9/17 modules 8 active .../styles/prebuilt/adf-indigo-pink.scss 11% building modules 9/18 modules 9 active ...styles/prebuilt/adf-purple-green.scss 11% building modules 10/18 modules 8 active ...styles/prebuilt/adf-purple-green.scss 11% building modules 11/18 modules 7 active ...styles/prebuilt/adf-purple-green.scss 11% building modules 12/18 modules 6 active ...styles/prebuilt/adf-purple-green.scss 11% building modules 13/18 modules 5 active ...styles/prebuilt/adf-purple-green.scss 11% building modules 14/18 modules 4 active ...styles/prebuilt/adf-purple-green.scss 11% building modules 15/18 modules 3 active ...styles/prebuilt/adf-purple-green.scss^C]0;~/dev/alfresco-ng2-components/scripts +mromano at MBP256-MROMANO-0615 in ~/dev/alfresco-ng2-components/scripts on dev-mromano-clean [!] +$ (B./npm-build-all.sh -t +====== Regenerate global ng2-components package.json ===== +[?25l⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session addf2571a7b17555 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session addf2571a7b17555 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠼ fetchMetadata: sill resolveWithNewModule package-json-merge@0.0.1 checking installable status ⸨ ░░░░░░░░░░░⸩ ⠹ extract:package-json-merge: verb lock using /Users/mromano/.npm/_locks/staging-343bc207ba0138a9.lock for /Users/mromano/.nvm/versions/node/v8.5.0/lib/node_modules/.staging ⸨ ░░░░░░░░░░░⸩ ⠹ extract:package-json-merge: verb lock using /Users/mromano/.npm/_locks/staging-343bc207ba0138a9.lock for /Users/mromano/.nvm/versions/node/v8.5.0/lib/node_modules/.staging ⸨ ░░░░░░░░░░░⸩ ⠹ extract:package-json-merge: verb lock using /Users/mromano/.npm/_locks/staging-343bc207ba0138a9.lock for /Users/mromano/.nvm/versions/node/v8.5.0/lib/node_modules/.staging ⸨ ░░░░░░░░░░░⸩ ⠹ extract:package-json-merge: verb lock using /Users/mromano/.npm/_locks/staging-343bc207ba0138a9.lock for /Users/mromano/.nvm/versions/node/v8.5.0/lib/node_modules/.staging ⸨ ░░░░░░░░░░░⸩ ⠹ extract:package-json-merge: verb lock using /Users/mromano/.npm/_locks/staging-343bc207ba0138a9.lock for /Users/mromano/.nvm/versions/node/v8.5.0/lib/node_modules/.staging ⸨ ░░░░░░░░░░░⸩ ⠹ extract:package-json-merge: verb lock using /Users/mromano/.npm/_locks/staging-343bc207ba0138a9.lock for /Users/mromano/.nvm/versions/node/v8.5.0/lib/node_modules/.staging [?25h/Users/mromano/.nvm/versions/node/v8.5.0/bin/package-json-merge -> /Users/mromano/.nvm/versions/node/v8.5.0/lib/node_modules/package-json-merge/bin/package-json-merge ++ package-json-merge@0.0.1 +updated 1 package in 0.754s + +> ng2-alfresco-components@1.9.0 pkg-build /Users/mromano/dev/alfresco-ng2-components/ng2-components +> package-json-merge ng2-alfresco-core/package.json ng2-alfresco-datatable/package.json ng2-activiti-diagrams/package.json ng2-activiti-analytics/package.json ng2-activiti-form/package.json ng2-activiti-tasklist/package.json ng2-activiti-processlist/package.json ng2-alfresco-documentlist/package.json ng2-alfresco-login/package.json ng2-alfresco-search/package.json ng2-alfresco-tag/package.json ng2-alfresco-upload/package.json ng2-alfresco-viewer/package.json ng2-alfresco-webscript/package.json ng2-alfresco-webscript/package.json ng2-alfresco-userinfo/package.json ng2-alfresco-social/package.json package-base.json > package.json + +====== Install ng2-components dependencies ===== +[?25l⸨░░░░░░░░░░░░░░░░░░⸩ ⠦ rollbackFailedOptional: verb npm-session 0894efd1837f2fc7 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠸ loadIdealTree:loadAllDepsIntoIdealTree: sill install loadIdealTree ⸨ ░░░░░░░░░░░░░░░░⸩ ⠼ loadDep:pdfjs-dist: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░░░⸩ ⠼ loadDep:zone.js: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░░░⸩ ⠼ loadDep:zone.js: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░░⸩ ⠼ loadDep:sprintf-js: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░░⸩ ⠼ loadDep:postcss-zindex: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░░⸩ ⠼ loadDep:esprima: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░░⸩ ⠼ loadDep:readdirp: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░░⸩ ⠼ loadDep:strip-json-comments: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░░⸩ ⠼ loadDep:object-assign: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░░⸩ ⠼ loadDep:uglify-js: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░░⸩ ⠼ loadDep:expand-range: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░░⸩ ⠼ loadDep:trim-newlines: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░⸩ ⠼ loadDep:webpack-dev-middleware: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░⸩ ⠼ loadDep:which: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░⸩ ⠼ loadDep:yargs: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░⸩ ⠼ loadDep:source-map: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░⸩ ⠼ loadDep:strip-json-comments: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░⸩ ⠼ loadDep:sha.js: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░⸩ ⠼ loadDep:yargs-parser: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░⸩ ⠼ loadDep:url-parse: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░⸩ ⠼ loadDep:topo: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░⸩ ⠧ diffTrees: sill install generateActionsToTake ⸨ ░░░░░░░░░░░⸩ ⠹ postinstall: sill install executeActions ⸨ ░░░░░░░░░⸩ ⠋ prepare:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~prepare: ng2-alfresco-components@1.9.0 [?25hup to date in 4.838s +====== Build ng2-components ===== + +> ng2-alfresco-components@1.9.0 build /Users/mromano/dev/alfresco-ng2-components/ng2-components +> npm run pkg-build && npm run toc && npm run markdownlint && npm run webpack -- --config config/webpack.build.js --progress --profile --bail && npm run build-style + + +> ng2-alfresco-components@1.9.0 pkg-build /Users/mromano/dev/alfresco-ng2-components/ng2-components +> package-json-merge ng2-alfresco-core/package.json ng2-alfresco-datatable/package.json ng2-activiti-diagrams/package.json ng2-activiti-analytics/package.json ng2-activiti-form/package.json ng2-activiti-tasklist/package.json ng2-activiti-processlist/package.json ng2-alfresco-documentlist/package.json ng2-alfresco-login/package.json ng2-alfresco-search/package.json ng2-alfresco-tag/package.json ng2-alfresco-upload/package.json ng2-alfresco-viewer/package.json ng2-alfresco-webscript/package.json ng2-alfresco-webscript/package.json ng2-alfresco-userinfo/package.json ng2-alfresco-social/package.json package-base.json > package.json + + +> ng2-alfresco-components@1.9.0 toc /Users/mromano/dev/alfresco-ng2-components/ng2-components +> markdown-toc -i ng2-alfresco-core/README.md && markdown-toc -i ng2-alfresco-datatable/README.md && markdown-toc -i ng2-activiti-diagrams/README.md && markdown-toc -i ng2-activiti-analytics/README.md && markdown-toc -i ng2-activiti-form/README.md && markdown-toc -i ng2-activiti-tasklist/README.md && markdown-toc -i ng2-activiti-processlist/README.md && markdown-toc -i ng2-alfresco-documentlist/README.md && markdown-toc -i ng2-alfresco-login/README.md && markdown-toc -i ng2-alfresco-search/README.md && markdown-toc -i ng2-alfresco-tag/README.md && markdown-toc -i ng2-alfresco-upload/README.md && markdown-toc -i ng2-alfresco-viewer/README.md && markdown-toc -i ng2-alfresco-webscript/README.md && markdown-toc -i ng2-alfresco-webscript/README.md && markdown-toc -i ng2-alfresco-userinfo/README.md && markdown-toc -i ng2-alfresco-social/README.md && markdown-toc -i README.md + + +> ng2-alfresco-components@1.9.0 markdownlint /Users/mromano/dev/alfresco-ng2-components/ng2-components +> markdownlint ng2-alfresco-core/README.md && markdownlint ng2-alfresco-datatable/README.md && markdownlint ng2-activiti-diagrams/README.md && markdownlint ng2-activiti-analytics/README.md && markdownlint ng2-activiti-form/README.md && markdownlint ng2-activiti-tasklist/README.md && markdownlint ng2-activiti-processlist/README.md && markdownlint ng2-alfresco-documentlist/README.md && markdownlint ng2-alfresco-login/README.md && markdownlint ng2-alfresco-search/README.md && markdownlint ng2-alfresco-tag/README.md && markdownlint ng2-alfresco-upload/README.md && markdownlint ng2-alfresco-viewer/README.md && markdownlint ng2-alfresco-webscript/README.md && markdownlint ng2-alfresco-webscript/README.md && markdownlint ng2-alfresco-userinfo/README.md && markdownlint ng2-alfresco-social/README.md && markdownlint README.md + + + + + + + + + + + + + + + + + + + + +> ng2-alfresco-components@1.9.0 webpack /Users/mromano/dev/alfresco-ng2-components/ng2-components +> node node_modules/webpack/bin/webpack.js "--config" "config/webpack.build.js" "--progress" "--profile" "--bail" + +Starting type checking service... +Using 1 worker with 2048MB memory limit + 0% compiling 10% building modules 0/1 modules 1 active ...components/ng2-alfresco-core/index.ts 10% building modules 0/2 modules 2 active ...nents/ng2-alfresco-datatable/index.ts 10% building modules 0/3 modules 3 active ...onents/ng2-activiti-diagrams/index.ts 10% building modules 0/4 modules 4 active ...nents/ng2-activiti-analytics/index.ts 10% building modules 0/5 modules 5 active ...components/ng2-activiti-form/index.ts 10% building modules 0/6 modules 6 active ...onents/ng2-activiti-tasklist/index.ts 10% building modules 0/7 modules 7 active ...nts/ng2-activiti-processlist/index.ts 10% building modules 0/8 modules 8 active ...ts/ng2-alfresco-documentlist/index.ts 10% building modules 0/9 modules 9 active ...omponents/ng2-alfresco-login/index.ts 10% building modules 0/10 modules 10 active ...mponents/ng2-alfresco-search/index.ts 10% building modules 0/11 modules 11 active ...mponents/ng2-alfresco-social/index.ts 10% building modules 0/12 modules 12 active ...-components/ng2-alfresco-tag/index.ts 10% building modules 0/13 modules 13 active ...mponents/ng2-alfresco-upload/index.ts 10% building modules 0/14 modules 14 active ...mponents/ng2-alfresco-viewer/index.ts 10% building modules 0/15 modules 15 active ...nents/ng2-alfresco-webscript/index.ts 10% building modules 0/16 modules 16 active ...onents/ng2-alfresco-userinfo/index.tsWarning: The 'no-unused-variable' rule requires type infomation. +Warning: The 'no-use-before-declare' rule requires type infomation. + 10% building modules 1/16 modules 15 active ...onents/ng2-alfresco-userinfo/index.ts                 10% building modules 1/17 modules 16 active external "@angular/core" 10% building modules 2/17 modules 15 active ...onents/ng2-alfresco-userinfo/index.ts               10% building modules 2/18 modules 16 active external "@angular/router" 10% building modules 3/18 modules 15 active ...onents/ng2-alfresco-userinfo/index.ts             10% building modules 3/19 modules 16 active external "ng2-alfresco-core" 10% building modules 4/19 modules 15 active ...onents/ng2-alfresco-userinfo/index.ts 10% building modules 5/19 modules 14 active ...onents/ng2-alfresco-userinfo/index.ts         10% building modules 5/20 modules 15 active external "ng2-activiti-diagrams" 10% building modules 6/20 modules 14 active ...onents/ng2-alfresco-userinfo/index.ts                    10% building modules 6/21 modules 15 active external "ng2-charts" 10% building modules 7/21 modules 14 active ...onents/ng2-alfresco-userinfo/index.ts 10% building modules 8/21 modules 13 active ...onents/ng2-alfresco-userinfo/index.ts 11% building modules 9/21 modules 12 active ...onents/ng2-alfresco-userinfo/index.ts        11% building modules 9/22 modules 13 active external "ng2-alfresco-datatable" 11% building modules 10/22 modules 12 active ...onents/ng2-alfresco-userinfo/index.ts 11% building modules 11/22 modules 11 active ...onents/ng2-alfresco-userinfo/index.ts 11% building modules 12/22 modules 10 active ...onents/ng2-alfresco-userinfo/index.ts                11% building modules 12/23 modules 11 active external "@angular/forms" 11% building modules 13/23 modules 10 active ...onents/ng2-alfresco-userinfo/index.ts     11% building modules 13/24 modules 11 active external "ng2-alfresco-documentlist" 11% building modules 14/24 modules 10 active ...onents/ng2-alfresco-userinfo/index.ts  11% building modules 15/24 modules 9 active ...onents/ng2-alfresco-userinfo/index.ts 11% building modules 16/24 modules 8 active ...onents/ng2-alfresco-userinfo/index.ts 12% building modules 17/24 modules 7 active ...onents/ng2-alfresco-userinfo/index.ts 12% building modules 18/24 modules 6 active ...onents/ng2-alfresco-userinfo/index.ts 12% building modules 19/24 modules 5 active ...onents/ng2-alfresco-userinfo/index.ts 12% building modules 20/24 modules 4 active ...nts/ng2-activiti-processlist/index.tsts-loader: Using typescript@2.5.2 and /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-form/tsconfig.json + 12% building modules 20/25 modules 5 active ...esco-datatable/src/material.module.ts 12% building modules 20/26 modules 6 active ...-alfresco-datatable/src/data/index.ts 12% building modules 20/27 modules 7 active ...ectives/loading-template.directive.ts 12% building modules 20/28 modules 8 active ...ives/no-content-template.directive.ts 12% building modules 20/29 modules 9 active ...viti-analytics/src/material.module.ts 12% building modules 20/30 modules 10 active ...ents/analytics-generator.component.ts 12% building modules 20/31 modules 11 active ...nalytics-report-heat-map.component.ts 12% building modules 20/32 modules 12 active ...ts/analytics-report-list.component.ts 12% building modules 20/33 modules 13 active ...lytics-report-parameters.component.ts 12% building modules 20/34 modules 14 active ...src/components/analytics.component.ts 12% building modules 20/35 modules 15 active ...ytics/src/components/widgets/index.ts 12% building modules 20/36 modules 16 active ...ics/src/services/analytics.service.ts 12% building modules 20/37 modules 17 active ...o-documentlist/src/material.module.ts 12% building modules 20/38 modules 18 active ...components/document-list.component.ts 12% building modules 20/39 modules 19 active ...mentlist/src/components/node.event.ts 12% building modules 20/40 modules 20 active ...ts/breadcrumb/breadcrumb.component.ts 12% building modules 20/41 modules 21 active ...rumb/dropdown-breadcrumb.component.ts 12% building modules 20/42 modules 22 active ...tion/content-action-list.component.ts 12% building modules 20/43 modules 23 active ...nt-action/content-action.component.ts 12% building modules 20/44 modules 24 active ...lumn/content-column-list.component.ts 12% building modules 20/45 modules 25 active ...nt-column/content-column.component.ts 12% building modules 20/46 modules 26 active ...or/content-node-selector.component.ts 12% building modules 20/47 modules 27 active ...ctor/content-node-selector.service.ts 12% building modules 20/48 modules 28 active ...der/empty-folder-content.directive.ts 12% building modules 20/49 modules 29 active ...-dropdown/sites-dropdown.component.ts 12% building modules 20/50 modules 30 active .../services/document-actions.service.ts 12% building modules 20/51 modules 31 active ...src/services/document-list.service.ts 12% building modules 20/52 modules 32 active ...rc/services/folder-actions.service.ts 12% building modules 20/53 modules 33 active .../src/services/node-actions.service.ts 12% building modules 20/54 modules 34 active ...t/src/data/share-datatable-adapter.ts 12% building modules 20/55 modules 35 active ...st/src/models/content-action.model.ts 12% building modules 20/56 modules 36 active .../src/models/document-library.model.ts 12% building modules 20/57 modules 37 active ...tlist/src/models/permissions.model.ts 12% building modules 20/58 modules 38 active ...src/models/permissions-style.model.ts 12% building modules 20/59 modules 39 active ...alfresco-login/src/material.module.ts 12% building modules 20/60 modules 40 active ...gin/src/components/login.component.ts 12% building modules 20/61 modules 41 active .../directives/login-footer.directive.ts 12% building modules 20/62 modules 42 active .../directives/login-header.directive.ts 12% building modules 20/63 modules 43 active ...lfresco-social/src/material.module.ts 12% building modules 20/64 modules 44 active ...cial/src/components/like.component.ts 12% building modules 20/65 modules 45 active ...al/src/components/rating.component.ts 12% building modules 20/66 modules 46 active ...social/src/services/rating.service.ts 12% building modules 20/67 modules 47 active ...lfresco-upload/src/material.module.ts 12% building modules 20/68 modules 48 active ...ts/file-uploading-dialog.component.ts 12% building modules 20/69 modules 49 active .../file-uploading-list-row.component.ts 12% building modules 20/70 modules 50 active ...ents/file-uploading-list.component.ts 12% building modules 20/71 modules 51 active ...components/upload-button.component.ts 12% building modules 20/72 modules 52 active ...ponents/upload-drag-area.component.ts 12% building modules 20/73 modules 53 active ...irectives/file-draggable.directive.ts 12% building modules 20/74 modules 54 active ...pload/src/models/permissions.model.ts 12% building modules 20/75 modules 55 active ...datatable/datatable-cell.component.ts 12% building modules 20/76 modules 56 active ...ents/datatable/datatable.component.ts 12% building modules 20/77 modules 57 active ...nts/datatable/empty-list.component.ts 12% building modules 20/78 modules 58 active ...mponents/datatable/data-cell.event.ts 12% building modules 20/79 modules 59 active ...ts/datatable/data-row-action.event.ts 12% building modules 20/80 modules 60 active ...ents/datatable/date-cell.component.ts 12% building modules 20/81 modules 61 active .../datatable/filesize-cell.component.ts 12% building modules 20/82 modules 62 active .../datatable/location-cell.component.ts 12% building modules 20/83 modules 63 active ...viti-diagrams/src/components/index.ts 12% building modules 20/84 modules 64 active ...grams/src/components/raphael/index.ts 12% building modules 20/85 modules 65 active ...activiti-diagrams/src/models/index.ts 12% building modules 20/86 modules 66 active ...ents/search-autocomplete.component.ts 12% building modules 20/87 modules 67 active ...omponents/search-control.component.ts 12% building modules 20/88 modules 68 active ...ch/src/components/search.component.ts 12% building modules 20/89 modules 69 active ...tag/src/components/material.module.ts 12% building modules 20/90 modules 70 active ...c/components/tag-actions.component.ts 12% building modules 20/91 modules 71 active .../src/components/tag-list.component.ts 12% building modules 20/92 modules 72 active ...components/tag-node-list.component.ts 12% building modules 20/93 modules 73 active ...resco-tag/src/services/tag.service.ts 12% building modules 20/94 modules 74 active ...lfresco-viewer/src/material.module.ts 12% building modules 20/95 modules 75 active ...src/components/imgViewer.component.ts 12% building modules 20/96 modules 76 active ...c/components/mediaPlayer.component.ts 12% building modules 20/97 modules 77 active ...src/components/pdfViewer.component.ts 12% building modules 20/98 modules 78 active ...src/components/txtViewer.component.ts 12% building modules 20/99 modules 79 active ...nents/viewer-info-drawer.component.ts 12% building modules 20/100 modules 80 active ...omponents/viewer-toolbar.component.ts 12% building modules 20/101 modules 81 active ...er/src/components/viewer.component.ts 12% building modules 20/102 modules 82 active ...wn-format/unknown-format.component.ts 12% building modules 20/103 modules 83 active ...ectives/extension-viewer.directive.ts 12% building modules 20/104 modules 84 active .../services/rendering-queue.services.ts 12% building modules 20/105 modules 85 active ...-webscript/src/webscript.component.ts 12% building modules 20/106 modules 86 active ...resco-userinfo/src/material.module.ts 12% building modules 20/107 modules 87 active ...src/components/user-info.component.ts 12% building modules 20/108 modules 88 active ...info/src/services/bpm-user.service.ts 12% building modules 20/109 modules 89 active ...info/src/services/ecm-user.service.ts 12% building modules 21/109 modules 88 active ...info/src/services/ecm-user.service.ts             12% building modules 21/110 modules 89 active external "@angular/material" 12% building modules 22/110 modules 88 active ...info/src/services/ecm-user.service.ts 12% building modules 23/110 modules 87 active ...info/src/services/ecm-user.service.tsts-loader: Using typescript@2.5.2 and /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/tsconfig.json + 12% building modules 24/110 modules 86 active ...info/src/services/ecm-user.service.ts 13% building modules 25/110 modules 85 active ...info/src/services/ecm-user.service.ts 13% building modules 26/110 modules 84 active ...info/src/services/ecm-user.service.ts 13% building modules 27/110 modules 83 active ...info/src/services/ecm-user.service.ts 13% building modules 28/110 modules 82 active ...info/src/services/ecm-user.service.ts                       13% building modules 28/111 modules 83 active external "rxjs/Rx" 13% building modules 29/111 modules 82 active ...info/src/services/ecm-user.service.ts 13% building modules 30/111 modules 81 active ...info/src/services/ecm-user.service.ts 13% building modules 31/111 modules 80 active ...info/src/services/ecm-user.service.ts                        13% building modules 31/112 modules 81 active external "moment" 13% building modules 32/112 modules 80 active ...info/src/services/ecm-user.service.ts 13% building modules 33/112 modules 79 active ...info/src/services/ecm-user.service.ts 14% building modules 34/112 modules 78 active ...info/src/services/ecm-user.service.ts 14% building modules 35/112 modules 77 active ...info/src/services/ecm-user.service.ts 14% building modules 36/112 modules 76 active ...info/src/services/ecm-user.service.ts               14% building modules 36/113 modules 77 active external "alfresco-js-api" 14% building modules 37/113 modules 76 active ...info/src/services/ecm-user.service.ts 14% building modules 38/113 modules 75 active ...info/src/services/ecm-user.service.ts 14% building modules 39/113 modules 74 active ...info/src/services/ecm-user.service.ts 14% building modules 40/113 modules 73 active ...info/src/services/ecm-user.service.ts 14% building modules 41/113 modules 72 active ...info/src/services/ecm-user.service.ts 15% building modules 42/113 modules 71 active ...info/src/services/ecm-user.service.ts 15% building modules 43/113 modules 70 active ...info/src/services/ecm-user.service.ts 15% building modules 44/113 modules 69 active ...info/src/services/ecm-user.service.ts 15% building modules 45/113 modules 68 active ...info/src/services/ecm-user.service.ts 15% building modules 46/113 modules 67 active ...info/src/services/ecm-user.service.ts 15% building modules 47/113 modules 66 active ...info/src/services/ecm-user.service.ts               15% building modules 47/114 modules 67 active external "rxjs/Observable" 15% building modules 48/114 modules 66 active ...info/src/services/ecm-user.service.ts 15% building modules 49/114 modules 65 active ...info/src/services/ecm-user.service.ts 16% building modules 50/114 modules 64 active ...info/src/services/ecm-user.service.ts 16% building modules 51/114 modules 63 active ...info/src/services/ecm-user.service.ts 16% building modules 52/114 modules 62 active ...info/src/services/ecm-user.service.ts 16% building modules 53/114 modules 61 active ...info/src/services/ecm-user.service.ts 16% building modules 54/114 modules 60 active ...info/src/services/ecm-user.service.ts 16% building modules 55/114 modules 59 active ...info/src/services/ecm-user.service.ts 16% building modules 56/114 modules 58 active ...info/src/services/ecm-user.service.ts 16% building modules 57/114 modules 57 active ...info/src/services/ecm-user.service.ts 16% building modules 58/114 modules 56 active ...info/src/services/ecm-user.service.ts 17% building modules 59/114 modules 55 active ...info/src/services/ecm-user.service.ts 17% building modules 60/114 modules 54 active ...info/src/services/ecm-user.service.ts 17% building modules 61/114 modules 53 active ...info/src/services/ecm-user.service.ts 17% building modules 62/114 modules 52 active ...info/src/services/ecm-user.service.ts 17% building modules 63/114 modules 51 active ...info/src/services/ecm-user.service.ts 17% building modules 64/114 modules 50 active ...info/src/services/ecm-user.service.ts 17% building modules 65/114 modules 49 active ...info/src/services/ecm-user.service.ts 17% building modules 66/114 modules 48 active ...info/src/services/ecm-user.service.ts 18% building modules 67/114 modules 47 active ...info/src/services/ecm-user.service.ts 18% building modules 68/114 modules 46 active ...info/src/services/ecm-user.service.ts 18% building modules 69/114 modules 45 active ...info/src/services/ecm-user.service.ts 18% building modules 70/114 modules 44 active ...info/src/services/ecm-user.service.ts 18% building modules 71/114 modules 43 active ...info/src/services/ecm-user.service.ts 18% building modules 72/114 modules 42 active ...info/src/services/ecm-user.service.ts 18% building modules 73/114 modules 41 active ...info/src/services/ecm-user.service.ts 18% building modules 74/114 modules 40 active ...info/src/services/ecm-user.service.ts 19% building modules 75/114 modules 39 active ...info/src/services/ecm-user.service.ts 19% building modules 76/114 modules 38 active ...info/src/services/ecm-user.service.ts 19% building modules 77/114 modules 37 active ...info/src/services/ecm-user.service.ts 19% building modules 78/114 modules 36 active ...info/src/services/ecm-user.service.ts           19% building modules 78/115 modules 37 active external "@angular/animations" 19% building modules 79/115 modules 36 active ...info/src/services/ecm-user.service.ts 19% building modules 80/115 modules 35 active ...info/src/services/ecm-user.service.ts 19% building modules 81/115 modules 34 active ...info/src/services/ecm-user.service.ts 19% building modules 82/115 modules 33 active ...info/src/services/ecm-user.service.ts 19% building modules 83/115 modules 32 active ...info/src/services/ecm-user.service.ts 20% building modules 84/115 modules 31 active ...info/src/services/ecm-user.service.ts 20% building modules 85/115 modules 30 active ...info/src/services/ecm-user.service.ts 20% building modules 86/115 modules 29 active ...info/src/services/ecm-user.service.ts 20% building modules 87/115 modules 28 active ...info/src/services/ecm-user.service.ts 20% building modules 88/115 modules 27 active ...info/src/services/ecm-user.service.ts 20% building modules 89/115 modules 26 active ...info/src/services/ecm-user.service.ts 20% building modules 90/115 modules 25 active ...info/src/services/ecm-user.service.ts 20% building modules 91/115 modules 24 active ...info/src/services/ecm-user.service.ts                 20% building modules 91/116 modules 25 active external "@angular/http" 21% building modules 92/116 modules 24 active ...info/src/services/ecm-user.service.ts   21% building modules 92/117 modules 25 active external "rxjs/add/operator/toPromise" 21% building modules 93/117 modules 24 active ...info/src/services/ecm-user.service.ts 21% building modules 94/117 modules 23 active ...info/src/services/ecm-user.service.ts 21% building modules 95/117 modules 22 active ...info/src/services/ecm-user.service.ts 21% building modules 96/117 modules 21 active ...info/src/services/ecm-user.service.ts               21% building modules 96/118 modules 22 active external "@angular/common" 21% building modules 97/118 modules 21 active ...info/src/services/ecm-user.service.ts 21% building modules 98/118 modules 20 active ...info/src/services/ecm-user.service.ts 21% building modules 99/118 modules 19 active ...info/src/services/ecm-user.service.ts 22% building modules 100/118 modules 18 active ...info/src/services/ecm-user.service.ts 22% building modules 101/118 modules 17 active ...info/src/services/ecm-user.service.ts 22% building modules 102/118 modules 16 active ...info/src/services/ecm-user.service.ts 22% building modules 103/118 modules 15 active ...info/src/services/bpm-user.service.ts 22% building modules 104/118 modules 14 active ...info/src/services/bpm-user.service.ts 22% building modules 105/118 modules 13 active ...ts/datatable/data-row-action.event.ts 22% building modules 106/118 modules 12 active ...ts/datatable/data-row-action.event.ts 22% building modules 107/118 modules 11 active ...ts/datatable/data-row-action.event.ts 22% building modules 107/119 modules 12 active ...@angular/platform-browser/animations" 22% building modules 108/119 modules 11 active ...ts/datatable/data-row-action.event.ts 22% building modules 108/120 modules 12 active ...onents/upload-drag-area.component.css 23% building modules 109/120 modules 11 active ...onents/upload-drag-area.component.css             23% building modules 109/121 modules 12 active external "ng2-activiti-form" 23% building modules 110/121 modules 11 active ...onents/upload-drag-area.component.css         23% building modules 110/122 modules 12 active external "ng2-activiti-tasklist" 23% building modules 111/122 modules 11 active ...onents/upload-drag-area.component.css 23% building modules 112/122 modules 10 active ...onents/upload-drag-area.component.css          23% building modules 112/123 modules 11 active external "@angular/flex-layout" 23% building modules 113/123 modules 10 active ...onents/upload-drag-area.component.css  23% building modules 114/123 modules 9 active ...onents/upload-drag-area.component.css 23% building modules 114/124 modules 10 active ...s/widgets/checkbox/checkbox.widget.ts 23% building modules 114/125 modules 11 active ...dgets/date-range/date-range.widget.ts 23% building modules 114/126 modules 12 active ...s/widgets/dropdown/dropdown.widget.ts 23% building modules 114/127 modules 13 active ...s/widgets/duration/duration.widget.ts 23% building modules 114/128 modules 14 active ...nents/widgets/number/number.widget.ts 23% building modules 114/129 modules 15 active ...ts/diagram-sequence-flow.component.ts 23% building modules 114/130 modules 16 active ...s/src/components/diagram.component.ts 23% building modules 114/131 modules 17 active ...s/raphael/raphael-circle.component.ts 23% building modules 114/132 modules 18 active ...ts/raphael/raphael-cross.component.ts 23% building modules 114/133 modules 19 active ...phael/raphael-flow-arrow.component.ts 23% building modules 114/134 modules 20 active ...l/raphael-multiline-text.component.ts 23% building modules 114/135 modules 21 active ...raphael/raphael-pentagon.component.ts 23% building modules 114/136 modules 22 active ...nts/raphael/raphael-plus.component.ts 23% building modules 114/137 modules 23 active ...nts/raphael/raphael-rect.component.ts 23% building modules 114/138 modules 24 active .../raphael/raphael-rhombus.component.ts 23% building modules 114/139 modules 25 active ...nts/raphael/raphael-text.component.ts 23% building modules 114/140 modules 26 active ...components/raphael/raphael.service.ts 23% building modules 114/141 modules 27 active ...ti-diagrams/src/models/chart.model.ts 23% building modules 114/142 modules 28 active ...src/models/form-submit-event.model.ts 23% building modules 114/143 modules 29 active ...i-diagrams/src/models/report.model.ts 23% building modules 114/144 modules 30 active ...ms/src/components/activities/index.ts 23% building modules 114/145 modules 31 active ...c/components/boundary-events/index.ts 23% building modules 114/146 modules 32 active ...agrams/src/components/events/index.ts 23% building modules 114/147 modules 33 active ...rams/src/components/gateways/index.ts 23% building modules 114/148 modules 34 active ...iagrams/src/components/icons/index.ts 23% building modules 114/149 modules 35 active ...intermediate-catching-events/index.ts 23% building modules 114/150 modules 36 active ...ams/src/components/swimlanes/index.ts 23% building modules 114/151 modules 37 active ...ms/src/components/structural/index.ts 23% building modules 114/152 modules 38 active ...grams/src/components/tooltip/index.ts 23% building modules 114/153 modules 39 active ...src/services/diagram-color.service.ts 23% building modules 114/154 modules 40 active ...rams/src/services/diagrams.service.ts 23% building modules 114/155 modules 41 active ...src/components/raphael/icons/index.ts 23% building modules 115/155 modules 40 active ...src/components/raphael/icons/index.ts 23% building modules 115/156 modules 41 active ...ch/src/forms/search-term-validator.ts 23% building modules 115/157 modules 42 active ...userinfo/src/models/bpm-user.model.ts 23% building modules 115/158 modules 43 active ...userinfo/src/models/ecm-user.model.ts 23% building modules 115/159 modules 44 active ...-alfresco-core/src/material.module.ts 23% building modules 115/160 modules 45 active ...re/src/services/app-config.service.ts 23% building modules 115/161 modules 46 active .../src/services/alfresco-api.service.ts 23% building modules 115/162 modules 47 active .../services/alfresco-content.service.ts 23% building modules 115/163 modules 48 active ...services/alfresco-settings.service.ts 23% building modules 115/164 modules 49 active ...rc/services/auth-guard-bpm.service.ts 23% building modules 115/165 modules 50 active ...rc/services/auth-guard-ecm.service.ts 23% building modules 115/166 modules 51 active ...re/src/services/auth-guard.service.ts 23% building modules 115/167 modules 52 active ...rc/services/authentication.service.ts 23% building modules 115/168 modules 53 active ...c/services/comment-process.service.ts 23% building modules 115/169 modules 54 active ...-core/src/services/content.service.ts 23% building modules 115/170 modules 55 active ...o-core/src/services/cookie.service.ts 23% building modules 115/171 modules 56 active ...esco-core/src/services/log.service.ts 23% building modules 115/172 modules 57 active .../src/services/notification.service.ts 23% building modules 115/173 modules 58 active ...re/src/services/page-title.service.ts 23% building modules 115/174 modules 59 active ...re/src/services/renditions.service.ts 23% building modules 115/175 modules 60 active ...-core/src/services/storage.service.ts 23% building modules 115/176 modules 61 active ...ore/src/services/thumbnail.service.ts 23% building modules 115/177 modules 62 active .../services/translate-loader.service.ts 23% building modules 115/178 modules 63 active ...e/src/services/translation.service.ts 23% building modules 115/179 modules 64 active ...o-core/src/services/upload.service.ts 23% building modules 115/180 modules 65 active .../src/services/apps-process.service.ts 23% building modules 115/181 modules 66 active ...services/deleted-nodes-api.service.ts 23% building modules 115/182 modules 67 active ...src/services/discovery-api.service.ts 23% building modules 115/183 modules 68 active ...src/services/favorites-api.service.ts 23% building modules 115/184 modules 69 active ...rvices/highlight-transform.service.ts 23% building modules 115/185 modules 70 active ...ore/src/services/nodes-api.service.ts 23% building modules 115/186 modules 71 active ...rc/services/people-content.service.ts 23% building modules 115/187 modules 72 active ...rc/services/people-process.service.ts 23% building modules 115/188 modules 73 active ...re/src/services/search-api.service.ts 23% building modules 115/189 modules 74 active ...o-core/src/services/search.service.ts 23% building modules 115/190 modules 75 active .../services/shared-links-api.service.ts 23% building modules 115/191 modules 76 active ...ore/src/services/sites-api.service.ts 23% building modules 115/192 modules 77 active .../services/user-preferences.service.ts 23% building modules 115/193 modules 78 active .../services/card-view-update.service.ts 23% building modules 115/194 modules 79 active ...e/src/dialogs/create-folder.dialog.ts 23% building modules 115/195 modules 80 active ...re/src/dialogs/download-zip.dialog.ts 23% building modules 115/196 modules 81 active ...src/directives/highlight.directive.ts 23% building modules 115/197 modules 82 active ...re/src/directives/logout.directive.ts 23% building modules 115/198 modules 83 active ...c/directives/node-delete.directive.ts 23% building modules 115/199 modules 84 active ...directives/node-favorite.directive.ts 23% building modules 115/200 modules 85 active ...rectives/node-permission.directive.ts 23% building modules 115/201 modules 86 active .../directives/node-restore.directive.ts 23% building modules 115/202 modules 87 active ...re/src/directives/upload.directive.ts 23% building modules 115/203 modules 88 active ...o-core/src/utils/momentDateAdapter.ts 23% building modules 115/204 modules 89 active .../ng2-alfresco-core/src/utils/index.ts 23% building modules 115/205 modules 90 active ...esco-core/src/pipes/file-size.pipe.ts 23% building modules 115/206 modules 91 active ...core/src/pipes/mime-type-icon.pipe.ts 23% building modules 115/207 modules 92 active ...core/src/pipes/text-highlight.pipe.ts 23% building modules 115/208 modules 93 active ...resco-core/src/pipes/time-ago.pipe.ts 23% building modules 115/209 modules 94 active ...o-core/src/pipes/user-initial.pipe.ts 23% building modules 115/210 modules 95 active ...interface/card-view-item.interface.ts 23% building modules 115/211 modules 96 active ...ore/src/interface/injection.tokens.ts 23% building modules 115/212 modules 97 active ...lfresco-core/src/events/base.event.ts 23% building modules 115/213 modules 98 active ...esco-core/src/events/base-ui.event.ts 23% building modules 115/214 modules 99 active ...re/src/events/folder-created.event.ts 23% building modules 115/215 modules 100 active ...lfresco-core/src/events/file.event.ts 23% building modules 115/216 modules 101 active ...rc/models/card-view-textitem.model.ts 23% building modules 115/217 modules 102 active ...src/models/card-view-mapitem.model.ts 23% building modules 115/218 modules 103 active ...rc/models/card-view-dateitem.model.ts 23% building modules 115/219 modules 104 active ...lfresco-core/src/models/file.model.ts 23% building modules 115/220 modules 105 active ...o-core/src/models/permissions.enum.ts 23% building modules 115/221 modules 106 active ...lfresco-core/src/models/site.model.ts 23% building modules 115/222 modules 107 active ...e/src/models/product-version.model.ts 23% building modules 115/223 modules 108 active ...core/src/models/user-process.model.ts 23% building modules 115/224 modules 109 active ...e/src/models/comment-process.model.ts 23% building modules 115/225 modules 110 active ...onents/upload-drag-area.component.css 23% building modules 116/225 modules 109 active ...e/src/models/comment-process.model.ts 23% building modules 116/226 modules 110 active ...nents/form-custom-button.directive.ts 23% building modules 116/227 modules 111 active ...src/components/form-list.component.ts 23% building modules 116/228 modules 112 active ...form/src/components/form.component.ts 23% building modules 116/229 modules 113 active ...orm/src/components/material.module.ts 23% building modules 116/230 modules 114 active ...rc/components/start-form.component.ts 23% building modules 116/231 modules 115 active ...-form/src/components/widgets/index.ts 23% building modules 116/232 modules 116 active ...ts/form-field/form-field.component.ts 23% building modules 116/233 modules 117 active ...omponents/widgets/widget.component.ts 23% building modules 116/234 modules 118 active ...nts/widgets/content/content.widget.ts 23% building modules 116/235 modules 119 active ...services/activiti-alfresco.service.ts 23% building modules 116/236 modules 120 active .../services/activiti-content-service.ts 23% building modules 116/237 modules 121 active ...orm/src/services/ecm-model.service.ts 23% building modules 116/238 modules 122 active ...rc/services/form-rendering.service.ts 23% building modules 116/239 modules 123 active ...iti-form/src/services/form.service.ts 23% building modules 116/240 modules 124 active ...iti-form/src/services/node.service.ts 23% building modules 116/241 modules 125 active ...services/widget-visibility.service.ts 23% building modules 116/242 modules 126 active ...ng2-activiti-form/src/events/index.ts 23% building modules 116/243 modules 127 active .../widgets/core/form-field-validator.ts 23% building modules 116/244 modules 128 active ...amic-table/dynamic-table-row.model.ts 23% building modules 116/245 modules 129 active ...nts/collapsable/collapsable.module.ts 23% building modules 116/246 modules 130 active ...s/context-menu/context-menu.module.ts 23% building modules 116/247 modules 131 active .../components/toolbar/toolbar.module.ts 23% building modules 116/248 modules 132 active ...c/components/view/card-view.module.ts 23% building modules 116/249 modules 133 active ...-column/data-column-list.component.ts 23% building modules 116/250 modules 134 active .../data-column/data-column.component.ts 23% building modules 116/251 modules 135 active ...rawer/info-drawer-layout.component.ts 23% building modules 116/252 modules 136 active .../info-drawer/info-drawer.component.ts 23% building modules 116/253 modules 137 active ...guage-menu/language-menu.component.ts 23% building modules 116/254 modules 138 active ...tion/infinite-pagination.component.ts 23% building modules 116/255 modules 139 active ...ts/pagination/pagination.component.ts 24% building modules 117/255 modules 138 active ...ts/pagination/pagination.component.ts 24% building modules 118/255 modules 137 active ...ts/pagination/pagination.component.ts 24% building modules 119/255 modules 136 active ...ts/pagination/pagination.component.ts 24% building modules 120/255 modules 135 active ...ts/pagination/pagination.component.ts 24% building modules 121/255 modules 134 active ...ts/pagination/pagination.component.ts 24% building modules 122/255 modules 133 active ...ts/pagination/pagination.component.ts 24% building modules 123/255 modules 132 active ...ts/pagination/pagination.component.ts 24% building modules 124/255 modules 131 active ...ts/pagination/pagination.component.ts 25% building modules 125/255 modules 130 active ...ts/pagination/pagination.component.ts 25% building modules 126/255 modules 129 active ...ts/pagination/pagination.component.ts 25% building modules 127/255 modules 128 active ...ts/pagination/pagination.component.ts 25% building modules 128/255 modules 127 active ...ts/pagination/pagination.component.ts 25% building modules 129/255 modules 126 active ...ts/pagination/pagination.component.ts 25% building modules 130/255 modules 125 active ...ts/pagination/pagination.component.ts 25% building modules 131/255 modules 124 active ...ts/pagination/pagination.component.ts 25% building modules 132/255 modules 123 active ...ts/pagination/pagination.component.ts 25% building modules 133/255 modules 122 active ...ts/pagination/pagination.component.ts 26% building modules 134/255 modules 121 active ...ts/pagination/pagination.component.ts 26% building modules 135/255 modules 120 active ...ts/pagination/pagination.component.ts 26% building modules 136/255 modules 119 active ...ts/pagination/pagination.component.ts 26% building modules 137/255 modules 118 active ...ts/pagination/pagination.component.ts 26% building modules 138/255 modules 117 active ...ts/pagination/pagination.component.ts 26% building modules 139/255 modules 116 active ...ts/pagination/pagination.component.ts 26% building modules 140/255 modules 115 active ...ts/pagination/pagination.component.ts 26% building modules 141/255 modules 114 active ...ts/pagination/pagination.component.ts 27% building modules 142/255 modules 113 active ...ts/pagination/pagination.component.ts 27% building modules 142/256 modules 114 active ...n/src/assets/images/alfresco-logo.svg 27% building modules 142/257 modules 115 active ...ogin/src/assets/images/background.svg 27% building modules 142/258 modules 116 active ...h/src/assets/images/empty_doc_lib.svg 27% building modules 142/259 modules 117 active .../src/assets/images/ecm-background.png 27% building modules 142/260 modules 118 active .../src/assets/images/bpm-background.png 27% building modules 142/261 modules 119 active ...rinfo/src/assets/images/anonymous.gif 27% building modules 142/262 modules 120 active ...reate-process-attachment.component.ts 27% building modules 142/263 modules 121 active .../process-attachment-list.component.ts 27% building modules 142/264 modules 122 active ...ponents/process-comments.component.ts 27% building modules 142/265 modules 123 active ...components/process-audit.directive.ts 27% building modules 142/266 modules 124 active ...mponents/process-filters.component.ts 27% building modules 142/267 modules 125 active ...process-instance-details.component.ts 27% building modules 142/268 modules 126 active .../process-instance-header.component.ts 27% building modules 142/269 modules 127 active ...s/process-instance-tasks.component.ts 27% building modules 142/270 modules 128 active .../components/process-list.component.ts 27% building modules 142/271 modules 129 active ...components/start-process.component.ts 27% building modules 142/272 modules 130 active ...rc/services/process-upload.service.ts 27% building modules 142/273 modules 131 active ...slist/src/services/process.service.ts 27% building modules 142/274 modules 132 active ...st/src/models/filter-process.model.ts 27% building modules 142/275 modules 133 active ...dels/process-instance-filter.model.ts 27% building modules 142/276 modules 134 active .../src/models/process-instance.model.ts 27% building modules 142/277 modules 135 active ...rc/models/process-definition.model.ts 27% building modules 142/278 modules 136 active ...ls/process-instance-variable.model.ts 27% building modules 142/279 modules 137 active ...tatable/src/data/datatable-adapter.ts 27% building modules 142/280 modules 138 active .../src/data/object-datatable-adapter.ts 27% building modules 142/281 modules 139 active ...-datatable/src/data/data-row.model.ts 27% building modules 142/282 modules 140 active ...able/src/data/data-row-event.model.ts 27% building modules 142/283 modules 141 active ...tatable/src/data/data-column.model.ts 27% building modules 142/284 modules 142 active ...atable/src/data/data-sorting.model.ts 27% building modules 143/284 modules 141 active ...atable/src/data/data-sorting.model.ts 27% building modules 144/284 modules 140 active ...atable/src/data/data-sorting.model.ts 27% building modules 145/284 modules 139 active ...atable/src/data/data-sorting.model.ts 27% building modules 146/284 modules 138 active ...atable/src/data/data-sorting.model.ts 27% building modules 147/284 modules 137 active ...atable/src/data/data-sorting.model.ts 27% building modules 148/284 modules 136 active ...atable/src/data/data-sorting.model.ts 27% building modules 149/284 modules 135 active ...atable/src/data/data-sorting.model.ts 28% building modules 150/284 modules 134 active ...atable/src/data/data-sorting.model.ts 28% building modules 151/284 modules 133 active ...atable/src/data/data-sorting.model.ts 28% building modules 152/284 modules 132 active ...atable/src/data/data-sorting.model.ts 28% building modules 153/284 modules 131 active ...atable/src/data/data-sorting.model.ts 28% building modules 154/284 modules 130 active ...atable/src/data/data-sorting.model.ts 28% building modules 155/284 modules 129 active ...atable/src/data/data-sorting.model.ts 28% building modules 156/284 modules 128 active ...atable/src/data/data-sorting.model.ts 28% building modules 157/284 modules 127 active ...atable/src/data/data-sorting.model.ts 28% building modules 158/284 modules 126 active ...atable/src/data/data-sorting.model.ts 29% building modules 159/284 modules 125 active ...atable/src/data/data-sorting.model.ts 29% building modules 160/284 modules 124 active ...atable/src/data/data-sorting.model.ts 29% building modules 161/284 modules 123 active ...atable/src/data/data-sorting.model.ts 29% building modules 162/284 modules 122 active ...atable/src/data/data-sorting.model.ts 29% building modules 163/284 modules 121 active ...atable/src/data/data-sorting.model.ts 29% building modules 164/284 modules 120 active ...atable/src/data/data-sorting.model.ts 29% building modules 165/284 modules 119 active ...atable/src/data/data-sorting.model.ts 29% building modules 166/284 modules 118 active ...atable/src/data/data-sorting.model.ts 30% building modules 167/284 modules 117 active ...atable/src/data/data-sorting.model.ts 30% building modules 168/284 modules 116 active ...atable/src/data/data-sorting.model.ts     30% building modules 168/285 modules 117 active external "@angular/platform-browser" 30% building modules 169/285 modules 116 active ...atable/src/data/data-sorting.model.ts 30% building modules 170/285 modules 115 active ...atable/src/data/data-sorting.model.ts 30% building modules 171/285 modules 114 active ...atable/src/data/data-sorting.model.ts 30% building modules 172/285 modules 113 active ...atable/src/data/data-sorting.model.ts 30% building modules 173/285 modules 112 active ...atable/src/data/data-sorting.model.ts 30% building modules 174/285 modules 111 active ...atable/src/data/data-sorting.model.ts 31% building modules 175/285 modules 110 active ...atable/src/data/data-sorting.model.ts 31% building modules 176/285 modules 109 active ...atable/src/data/data-sorting.model.ts 31% building modules 177/285 modules 108 active ...atable/src/data/data-sorting.model.ts 31% building modules 178/285 modules 107 active ...atable/src/data/data-sorting.model.ts 31% building modules 179/285 modules 106 active ...atable/src/data/data-sorting.model.ts 31% building modules 180/285 modules 105 active ...atable/src/data/data-sorting.model.ts 31% building modules 181/285 modules 104 active ...atable/src/data/data-sorting.model.ts 31% building modules 182/285 modules 103 active ...atable/src/data/data-sorting.model.ts 31% building modules 183/285 modules 102 active ...atable/src/data/data-sorting.model.ts 32% building modules 184/285 modules 101 active ...atable/src/data/data-sorting.model.ts 32% building modules 185/285 modules 100 active ...atable/src/data/data-sorting.model.ts  32% building modules 186/285 modules 99 active ...atable/src/data/data-sorting.model.ts 32% building modules 187/285 modules 98 active ...atable/src/data/data-sorting.model.ts 32% building modules 188/285 modules 97 active ...atable/src/data/data-sorting.model.ts 32% building modules 189/285 modules 96 active ...atable/src/data/data-sorting.model.ts 32% building modules 190/285 modules 95 active ...atable/src/data/data-sorting.model.ts 32% building modules 191/285 modules 94 active ...atable/src/data/data-sorting.model.ts          32% building modules 191/286 modules 95 active external "rxjs/BehaviorSubject" 33% building modules 192/286 modules 94 active ...atable/src/data/data-sorting.model.ts 33% building modules 193/286 modules 93 active ...atable/src/data/data-sorting.model.ts                  33% building modules 193/287 modules 94 active external "rxjs/Subject" 33% building modules 194/287 modules 93 active ...atable/src/data/data-sorting.model.ts 33% building modules 195/287 modules 92 active ...atable/src/data/data-sorting.model.ts 33% building modules 196/287 modules 91 active ...atable/src/data/data-sorting.model.ts 33% building modules 197/287 modules 90 active ...atable/src/data/data-sorting.model.ts 33% building modules 198/287 modules 89 active ...atable/src/data/data-sorting.model.ts 33% building modules 199/287 modules 88 active ...atable/src/data/data-sorting.model.ts 34% building modules 200/287 modules 87 active ...atable/src/data/data-sorting.model.ts 34% building modules 201/287 modules 86 active ...atable/src/data/data-sorting.model.ts 34% building modules 202/287 modules 85 active ...atable/src/data/data-sorting.model.ts 34% building modules 203/287 modules 84 active ...atable/src/data/data-sorting.model.ts 34% building modules 204/287 modules 83 active ...atable/src/data/data-sorting.model.ts 34% building modules 205/287 modules 82 active ...atable/src/data/data-sorting.model.ts 34% building modules 206/287 modules 81 active ...atable/src/data/data-sorting.model.ts 34% building modules 207/287 modules 80 active ...atable/src/data/data-sorting.model.ts 34% building modules 208/287 modules 79 active ...atable/src/data/data-sorting.model.ts 35% building modules 209/287 modules 78 active ...atable/src/data/data-sorting.model.ts 35% building modules 210/287 modules 77 active ...atable/src/data/data-sorting.model.ts 35% building modules 211/287 modules 76 active ...atable/src/data/data-sorting.model.ts 35% building modules 212/287 modules 75 active ...atable/src/data/data-sorting.model.ts 35% building modules 213/287 modules 74 active ...atable/src/data/data-sorting.model.ts 35% building modules 214/287 modules 73 active ...atable/src/data/data-sorting.model.ts 35% building modules 215/287 modules 72 active ...atable/src/data/data-sorting.model.ts 35% building modules 216/287 modules 71 active ...atable/src/data/data-sorting.model.ts 36% building modules 217/287 modules 70 active ...atable/src/data/data-sorting.model.ts 36% building modules 218/287 modules 69 active ...atable/src/data/data-sorting.model.ts 36% building modules 219/287 modules 68 active ...atable/src/data/data-sorting.model.ts 36% building modules 220/287 modules 67 active ...atable/src/data/data-sorting.model.ts 36% building modules 221/287 modules 66 active ...atable/src/data/data-sorting.model.ts 36% building modules 222/287 modules 65 active ...atable/src/data/data-sorting.model.ts 36% building modules 223/287 modules 64 active ...atable/src/data/data-sorting.model.ts 36% building modules 224/287 modules 63 active ...atable/src/data/data-sorting.model.ts 37% building modules 225/287 modules 62 active ...atable/src/data/data-sorting.model.ts 37% building modules 225/288 modules 63 active ...de_modules/css-loader/lib/css-base.js 37% building modules 226/288 modules 62 active ...de_modules/css-loader/lib/css-base.js 37% building modules 227/288 modules 61 active ...de_modules/css-loader/lib/css-base.js 37% building modules 228/288 modules 60 active ...de_modules/css-loader/lib/css-base.js 37% building modules 229/288 modules 59 active ...de_modules/css-loader/lib/css-base.js 37% building modules 230/288 modules 58 active ...de_modules/css-loader/lib/css-base.js 37% building modules 231/288 modules 57 active ...de_modules/css-loader/lib/css-base.js 37% building modules 232/288 modules 56 active ...de_modules/css-loader/lib/css-base.js 37% building modules 233/288 modules 55 active ...de_modules/css-loader/lib/css-base.js 38% building modules 234/288 modules 54 active ...de_modules/css-loader/lib/css-base.js 38% building modules 235/288 modules 53 active ...de_modules/css-loader/lib/css-base.js 38% building modules 236/288 modules 52 active ...de_modules/css-loader/lib/css-base.js 38% building modules 237/288 modules 51 active ...de_modules/css-loader/lib/css-base.js 38% building modules 238/288 modules 50 active ...de_modules/css-loader/lib/css-base.js 38% building modules 239/288 modules 49 active ...de_modules/css-loader/lib/css-base.js 38% building modules 240/288 modules 48 active ...de_modules/css-loader/lib/css-base.js 38% building modules 241/288 modules 47 active ...de_modules/css-loader/lib/css-base.js 39% building modules 242/288 modules 46 active ...de_modules/css-loader/lib/css-base.js 39% building modules 243/288 modules 45 active ...de_modules/css-loader/lib/css-base.js 39% building modules 244/288 modules 44 active ...de_modules/css-loader/lib/css-base.js 39% building modules 245/288 modules 43 active ...de_modules/css-loader/lib/css-base.js 39% building modules 246/288 modules 42 active ...de_modules/css-loader/lib/css-base.js 39% building modules 247/288 modules 41 active ...de_modules/css-loader/lib/css-base.js 39% building modules 248/288 modules 40 active ...de_modules/css-loader/lib/css-base.js 39% building modules 249/288 modules 39 active ...de_modules/css-loader/lib/css-base.js 40% building modules 250/288 modules 38 active ...de_modules/css-loader/lib/css-base.js 40% building modules 251/288 modules 37 active ...de_modules/css-loader/lib/css-base.js 40% building modules 252/288 modules 36 active ...de_modules/css-loader/lib/css-base.js 40% building modules 253/288 modules 35 active ...de_modules/css-loader/lib/css-base.js 40% building modules 254/288 modules 34 active ...de_modules/css-loader/lib/css-base.js 40% building modules 254/289 modules 35 active ...ist/src/components/material.module.ts 40% building modules 254/290 modules 36 active ...src/components/apps-list.component.ts 40% building modules 254/291 modules 37 active ...src/components/checklist.component.ts 40% building modules 254/292 modules 38 active .../components/comment-list.component.ts 40% building modules 254/293 modules 39 active .../src/components/comments.component.ts 40% building modules 254/294 modules 40 active ...s/create-task-attachment.component.ts 40% building modules 254/295 modules 41 active .../no-task-detail-template.directive.ts 40% building modules 254/296 modules 42 active ...c/components/people-list.component.ts 40% building modules 254/297 modules 43 active ...components/people-search.component.ts 40% building modules 254/298 modules 44 active ...st/src/components/people.component.ts 40% building modules 254/299 modules 45 active ...rc/components/start-task.component.ts 40% building modules 254/300 modules 46 active ...nts/task-attachment-list.component.ts 40% building modules 254/301 modules 47 active ...rc/components/task-audit.directive.ts 40% building modules 254/302 modules 48 active .../components/task-details.component.ts 40% building modules 254/303 modules 49 active .../components/task-filters.component.ts 40% building modules 254/304 modules 50 active ...c/components/task-header.component.ts 40% building modules 254/305 modules 51 active ...src/components/task-list.component.ts 40% building modules 254/306 modules 52 active ...rc/services/process-upload.service.ts 40% building modules 254/307 modules 53 active ...list/src/services/tasklist.service.ts 40% building modules 254/308 modules 54 active ...i-tasklist/src/models/filter.model.ts 40% building modules 254/309 modules 55 active ...iti-tasklist/src/models/icon.model.ts 40% building modules 254/310 modules 56 active ...list/src/models/task-details.model.ts 40% building modules 254/311 modules 57 active ...list/src/models/task-details.event.ts 40% building modules 254/312 modules 58 active ...sklist/src/models/user-event.model.ts 40% building modules 254/313 modules 59 active ...sklist/src/models/start-task.model.ts 40% building modules 255/313 modules 58 active ...sklist/src/models/start-task.model.ts 40% building modules 256/313 modules 57 active ...sklist/src/models/start-task.model.ts 40% building modules 257/313 modules 56 active ...sklist/src/models/start-task.model.ts 40% building modules 258/313 modules 55 active ...sklist/src/models/start-task.model.ts 40% building modules 258/314 modules 56 active .../src/components/diagram.component.css 40% building modules 258/315 modules 57 active ...list/src/data/share-data-row.model.ts 40% building modules 258/316 modules 58 active ...mentlist/src/data/row-filter.model.ts 40% building modules 258/317 modules 59 active ...list/src/data/image-resolver.model.ts 41% building modules 259/317 modules 58 active ...list/src/data/image-resolver.model.ts 41% building modules 260/317 modules 57 active ...list/src/data/image-resolver.model.ts 41% building modules 261/317 modules 56 active ...list/src/data/image-resolver.model.ts 41% building modules 262/317 modules 55 active ...list/src/data/image-resolver.model.ts 41% building modules 263/317 modules 54 active ...list/src/data/image-resolver.model.ts 41% building modules 264/317 modules 53 active ...list/src/data/image-resolver.model.ts 41% building modules 265/317 modules 52 active ...list/src/data/image-resolver.model.ts 41% building modules 266/317 modules 51 active ...list/src/data/image-resolver.model.ts 42% building modules 267/317 modules 50 active ...list/src/data/image-resolver.model.ts 42% building modules 268/317 modules 49 active ...list/src/data/image-resolver.model.ts 42% building modules 269/317 modules 48 active ...list/src/data/image-resolver.model.ts 42% building modules 270/317 modules 47 active ...list/src/data/image-resolver.model.ts 42% building modules 271/317 modules 46 active ...list/src/data/image-resolver.model.ts 42% building modules 272/317 modules 45 active ...list/src/data/image-resolver.model.ts 42% building modules 273/317 modules 44 active ...list/src/data/image-resolver.model.ts 42% building modules 274/317 modules 43 active ...list/src/data/image-resolver.model.ts 43% building modules 275/317 modules 42 active ...list/src/data/image-resolver.model.ts 43% building modules 276/317 modules 41 active ...list/src/data/image-resolver.model.ts 43% building modules 277/317 modules 40 active ...list/src/data/image-resolver.model.ts 43% building modules 278/317 modules 39 active ...list/src/data/image-resolver.model.ts 43% building modules 279/317 modules 38 active ...list/src/data/image-resolver.model.ts 43% building modules 279/318 modules 39 active ...cumentlist/src/models/preset.model.ts 43% building modules 279/319 modules 40 active ...t/src/assets/images/empty_doc_lib.svg 43% building modules 279/320 modules 41 active ...omponents/widgets/widget.component.ts 43% building modules 279/321 modules 42 active ...-diagrams/src/models/diagram.model.ts 43% building modules 279/322 modules 43 active ...rc/components/raphael/raphael-base.ts 43% building modules 279/323 modules 44 active ...ms/src/components/raphael/polyline.ts 43% building modules 280/323 modules 43 active ...ms/src/components/raphael/polyline.ts 43% building modules 281/323 modules 42 active ...ms/src/components/raphael/polyline.ts 43% building modules 282/323 modules 41 active ...ms/src/components/raphael/polyline.ts 43% building modules 283/323 modules 40 active ...ms/src/components/raphael/polyline.ts 43% building modules 283/324 modules 41 active ...am-alfresco-publish-task.component.ts 43% building modules 283/325 modules 42 active ...diagram-box-publish-task.component.ts 43% building modules 283/326 modules 43 active ...agram-business-rule-task.component.ts 43% building modules 283/327 modules 44 active ...ities/diagram-camel-task.component.ts 43% building modules 283/328 modules 45 active ...m-container-service-task.component.ts 43% building modules 283/329 modules 46 active ...oogle-drive-publish-task.component.ts 43% building modules 283/330 modules 47 active ...ties/diagram-manual-task.component.ts 43% building modules 283/331 modules 48 active ...vities/diagram-mule-task.component.ts 43% building modules 283/332 modules 49 active ...ies/diagram-receive-task.component.ts 43% building modules 283/333 modules 50 active ...s/diagram-rest-call-task.component.ts 43% building modules 283/334 modules 51 active ...ties/diagram-script-task.component.ts 43% building modules 283/335 modules 52 active ...vities/diagram-send-task.component.ts 43% building modules 283/336 modules 53 active ...ies/diagram-service-task.component.ts 43% building modules 283/337 modules 54 active .../activities/diagram-task.component.ts 43% building modules 283/338 modules 55 active ...vities/diagram-user-task.component.ts 43% building modules 283/339 modules 56 active ...events/diagram-end-event.component.ts 43% building modules 283/340 modules 57 active ...nts/events/diagram-event.component.ts 43% building modules 283/341 modules 58 active ...ents/diagram-start-event.component.ts 43% building modules 283/342 modules 59 active ...ermediate-catching-event.component.ts 43% building modules 283/343 modules 60 active ...ys/diagram-event-gateway.component.ts 43% building modules 283/344 modules 61 active ...iagram-exclusive-gateway.component.ts 43% building modules 283/345 modules 62 active ...gateways/diagram-gateway.component.ts 43% building modules 283/346 modules 63 active ...iagram-inclusive-gateway.component.ts 43% building modules 283/347 modules 64 active ...diagram-parallel-gateway.component.ts 43% building modules 283/348 modules 65 active ...s/diagram-boundary-event.component.ts 43% building modules 283/349 modules 66 active ...ents/diagram-throw-event.component.ts 43% building modules 283/350 modules 67 active ...diagram-event-subprocess.component.ts 43% building modules 283/351 modules 68 active ...tural/diagram-subprocess.component.ts 43% building modules 283/352 modules 69 active ...s/swimlanes/diagram-pool.component.ts 43% building modules 283/353 modules 70 active .../swimlanes/diagram-pools.component.ts 43% building modules 283/354 modules 71 active ...s/swimlanes/diagram-lane.component.ts 43% building modules 283/355 modules 72 active .../swimlanes/diagram-lanes.component.ts 43% building modules 283/356 modules 73 active ...ram-container-icon-event.component.ts 43% building modules 283/357 modules 74 active ...on-alfresco-publish-task.component.ts 43% building modules 283/358 modules 75 active ...am-icon-box-publish-task.component.ts 43% building modules 283/359 modules 76 active ...-icon-business-rule-task.component.ts 43% building modules 283/360 modules 77 active .../diagram-icon-camel-task.component.ts 43% building modules 283/361 modules 78 active ...icons/diagram-icon-error.component.ts 43% building modules 283/362 modules 79 active ...oogle-drive-publish-task.component.ts 43% building modules 283/363 modules 80 active ...diagram-icon-manual-task.component.ts 43% building modules 283/364 modules 81 active ...ons/diagram-icon-message.component.ts 43% building modules 283/365 modules 82 active ...s/diagram-icon-mule-task.component.ts 43% building modules 283/366 modules 83 active ...iagram-icon-receive-task.component.ts 43% building modules 283/367 modules 84 active ...gram-icon-rest-call-task.component.ts 43% building modules 283/368 modules 85 active ...diagram-icon-script-task.component.ts 43% building modules 283/369 modules 86 active ...s/diagram-icon-send-task.component.ts 43% building modules 283/370 modules 87 active ...iagram-icon-service-task.component.ts 43% building modules 283/371 modules 88 active ...cons/diagram-icon-signal.component.ts 43% building modules 283/372 modules 89 active ...icons/diagram-icon-timer.component.ts 43% building modules 283/373 modules 90 active ...s/diagram-icon-user-task.component.ts 43% building modules 283/374 modules 91 active ...rc/components/raphael/models/point.ts 43% building modules 283/375 modules 92 active .../tooltip/diagram-tooltip.component.ts 43% building modules 283/376 modules 93 active ...el-icon-alfresco-publish.component.ts 43% building modules 283/377 modules 94 active ...raphael-icon-box-publish.component.ts 43% building modules 283/378 modules 95 active ...icons/raphael-icon-camel.component.ts 43% building modules 283/379 modules 96 active ...phael-icon-business-rule.component.ts 44% building modules 284/379 modules 95 active ...phael-icon-business-rule.component.ts 44% building modules 284/380 modules 96 active ...icons/raphael-icon-error.component.ts 44% building modules 284/381 modules 97 active ...con-google-drive-publish.component.ts 44% building modules 284/382 modules 98 active ...cons/raphael-icon-manual.component.ts 44% building modules 284/383 modules 99 active ...ons/raphael-icon-message.component.ts 44% building modules 284/384 modules 100 active .../icons/raphael-icon-mule.component.ts 44% building modules 284/385 modules 101 active ...ons/raphael-icon-receive.component.ts 44% building modules 284/386 modules 102 active ...s/raphael-icon-rest-call.component.ts 44% building modules 284/387 modules 103 active ...cons/raphael-icon-script.component.ts 44% building modules 284/388 modules 104 active .../icons/raphael-icon-send.component.ts 44% building modules 284/389 modules 105 active ...ons/raphael-icon-service.component.ts 44% building modules 284/390 modules 106 active ...cons/raphael-icon-signal.component.ts 44% building modules 284/391 modules 107 active ...icons/raphael-icon-timer.component.ts 44% building modules 284/392 modules 108 active .../icons/raphael-icon-user.component.ts 44% building modules 284/393 modules 109 active ...fresco-core/src/utils/object-utils.ts 44% building modules 284/394 modules 110 active ...co-core/src/models/component.model.ts 44% building modules 284/395 modules 111 active ...assets/images/ft_ic_miscellaneous.svg 44% building modules 284/396 modules 112 active .../assets/images/ft_ic_raster_image.svg 44% building modules 284/397 modules 113 active ...-core/src/assets/images/ft_ic_pdf.svg 44% building modules 284/398 modules 114 active .../src/assets/images/ft_ic_ms_excel.svg 44% building modules 284/399 modules 115 active ...e/src/assets/images/ft_ic_ms_word.svg 44% building modules 284/400 modules 116 active ...assets/images/ft_ic_ms_powerpoint.svg 44% building modules 284/401 modules 117 active ...ore/src/assets/images/ft_ic_video.svg 44% building modules 284/402 modules 118 active .../src/assets/images/ft_ic_document.svg 44% building modules 284/403 modules 119 active .../assets/images/ft_ic_vector_image.svg 44% building modules 284/404 modules 120 active ...e/src/assets/images/ft_ic_website.svg 44% building modules 284/405 modules 121 active ...e/src/assets/images/ft_ic_archive.svg 44% building modules 284/406 modules 122 active .../assets/images/ft_ic_presentation.svg 44% building modules 284/407 modules 123 active ...c/assets/images/ft_ic_spreadsheet.svg 44% building modules 284/408 modules 124 active ...re/src/assets/images/ft_ic_folder.svg 44% building modules 284/409 modules 125 active ...ssets/images/ft_ic_folder_disable.svg 44% building modules 284/410 modules 126 active ...alfresco-core/src/utils/file-utils.ts 44% building modules 284/411 modules 127 active ...rc/models/card-view-baseitem.model.ts 44% building modules 284/412 modules 128 active ..._modules/@ngx-translate/core/index.js 44% building modules 285/412 modules 127 active ..._modules/@ngx-translate/core/index.js 44% building modules 286/412 modules 126 active ..._modules/@ngx-translate/core/index.js 44% building modules 287/412 modules 125 active ..._modules/@ngx-translate/core/index.js 44% building modules 288/412 modules 124 active ..._modules/@ngx-translate/core/index.js 44% building modules 289/412 modules 123 active ..._modules/@ngx-translate/core/index.js 44% building modules 290/412 modules 122 active ..._modules/@ngx-translate/core/index.js 44% building modules 291/412 modules 121 active ..._modules/@ngx-translate/core/index.js 45% building modules 292/412 modules 120 active ..._modules/@ngx-translate/core/index.js 45% building modules 293/412 modules 119 active ..._modules/@ngx-translate/core/index.js 45% building modules 294/412 modules 118 active ..._modules/@ngx-translate/core/index.js 45% building modules 295/412 modules 117 active ..._modules/@ngx-translate/core/index.js 45% building modules 296/412 modules 116 active ..._modules/@ngx-translate/core/index.js 45% building modules 297/412 modules 115 active ..._modules/@ngx-translate/core/index.js 45% building modules 298/412 modules 114 active ..._modules/@ngx-translate/core/index.js 45% building modules 299/412 modules 113 active ..._modules/@ngx-translate/core/index.js 46% building modules 300/412 modules 112 active ..._modules/@ngx-translate/core/index.js 46% building modules 301/412 modules 111 active ..._modules/@ngx-translate/core/index.js 46% building modules 302/412 modules 110 active ..._modules/@ngx-translate/core/index.js 46% building modules 303/412 modules 109 active ..._modules/@ngx-translate/core/index.js 46% building modules 304/412 modules 108 active ..._modules/@ngx-translate/core/index.js 46% building modules 305/412 modules 107 active ..._modules/@ngx-translate/core/index.js 46% building modules 306/412 modules 106 active ..._modules/@ngx-translate/core/index.js 46% building modules 307/412 modules 105 active ..._modules/@ngx-translate/core/index.js 46% building modules 307/413 modules 106 active .../src/components/diagram.component.css 46% building modules 308/413 modules 105 active ..._modules/@ngx-translate/core/index.js 46% building modules 308/414 modules 106 active ...ts/analytics-generator.component.html 46% building modules 308/415 modules 107 active ...lytics-report-heat-map.component.html 46% building modules 308/416 modules 108 active .../analytics-report-list.component.html 46% building modules 308/417 modules 109 active ...c/components/analytics.component.html 46% building modules 308/418 modules 110 active ...tics-report-parameters.component.html 46% building modules 308/419 modules 111 active .../breadcrumb/breadcrumb.component.html 46% building modules 308/420 modules 112 active ...mb/dropdown-breadcrumb.component.html 46% building modules 308/421 modules 113 active ...ropdown/sites-dropdown.component.html 46% building modules 308/422 modules 114 active ...n/src/components/login.component.html 46% building modules 308/423 modules 115 active ...al/src/components/like.component.html 46% building modules 308/424 modules 116 active .../src/components/rating.component.html 46% building modules 308/425 modules 117 active .../file-uploading-dialog.component.html 46% building modules 308/426 modules 118 active ...ile-uploading-list-row.component.html 46% building modules 308/427 modules 119 active ...ts/file-uploading-list.component.html 46% building modules 308/428 modules 120 active ...mponents/upload-button.component.html 46% building modules 308/429 modules 121 active ...nents/upload-drag-area.component.html 46% building modules 308/430 modules 122 active ...s/datatable/empty-list.component.html 46% building modules 308/431 modules 123 active ...ts/search-autocomplete.component.html 46% building modules 308/432 modules 124 active .../src/components/search.component.html 46% building modules 308/433 modules 125 active ...ponents/search-control.component.html 46% building modules 308/434 modules 126 active ...components/tag-actions.component.html 46% building modules 308/435 modules 127 active ...rc/components/tag-list.component.html 46% building modules 308/436 modules 128 active ...mponents/tag-node-list.component.html 46% building modules 308/437 modules 129 active ...c/components/imgViewer.component.html 46% building modules 308/438 modules 130 active ...components/mediaPlayer.component.html 46% building modules 308/439 modules 131 active ...c/components/pdfViewer.component.html 46% building modules 308/440 modules 132 active ...c/components/txtViewer.component.html 46% building modules 308/441 modules 133 active .../src/components/viewer.component.html 46% building modules 308/442 modules 134 active ...-format/unknown-format.component.html 46% building modules 308/443 modules 135 active ...ebscript/src/webscript.component.html 46% building modules 308/444 modules 136 active ...c/components/user-info.component.html 46% building modules 308/445 modules 137 active .../content-node-selector.component.html 46% building modules 308/446 modules 138 active ...mponents/document-list.component.html 46% building modules 308/447 modules 139 active ...widgets/checkbox/checkbox.widget.html 46% building modules 308/448 modules 140 active ...ets/date-range/date-range.widget.html 46% building modules 308/449 modules 141 active ...widgets/dropdown/dropdown.widget.html 46% building modules 308/450 modules 142 active ...widgets/duration/duration.widget.html 46% building modules 308/451 modules 143 active ...nts/widgets/number/number.widget.html 46% building modules 308/452 modules 144 active .../diagram-sequence-flow.component.html 46% building modules 308/453 modules 145 active ...src/components/diagram.component.html 46% building modules 308/454 modules 146 active .../src/dialogs/download-zip.dialog.html 46% building modules 308/455 modules 147 active ...rm/src/components/form.component.html 46% building modules 308/456 modules 148 active ...c/components/form-list.component.html 46% building modules 308/457 modules 149 active .../components/start-form.component.html 46% building modules 308/458 modules 150 active ...s/widgets/content/content.widget.html 46% building modules 308/459 modules 151 active ...wer/info-drawer-layout.component.html 46% building modules 308/460 modules 152 active ...nfo-drawer/info-drawer.component.html 46% building modules 308/461 modules 153 active ...on/infinite-pagination.component.html 46% building modules 308/462 modules 154 active .../pagination/pagination.component.html 46% building modules 308/463 modules 155 active ...ts/datatable/datatable.component.html 46% building modules 308/464 modules 156 active ...ts/analytics-generator.component.scss 47% building modules 309/464 modules 155 active ...ts/datatable/datatable.component.html 47% building modules 309/465 modules 156 active .../analytics-report-list.component.scss 47% building modules 310/465 modules 155 active ...ts/datatable/datatable.component.html 47% building modules 310/466 modules 156 active ...c/components/analytics.component.scss 47% building modules 311/466 modules 155 active ...ts/datatable/datatable.component.html 47% building modules 311/467 modules 156 active ...tics-report-parameters.component.scss 47% building modules 312/467 modules 155 active ...ts/datatable/datatable.component.html 47% building modules 312/468 modules 156 active .../breadcrumb/breadcrumb.component.scss 47% building modules 313/468 modules 155 active ...ts/datatable/datatable.component.html 47% building modules 313/469 modules 156 active ...mb/dropdown-breadcrumb.component.scss 47% building modules 314/469 modules 155 active ...ts/datatable/datatable.component.html 47% building modules 314/470 modules 156 active ...ropdown/sites-dropdown.component.scss 47% building modules 315/470 modules 155 active ...ts/datatable/datatable.component.html 47% building modules 315/471 modules 156 active ...n/src/components/login.component.scss 47% building modules 316/471 modules 155 active ...ts/datatable/datatable.component.html 47% building modules 316/472 modules 156 active ...al/src/components/like.component.scss 48% building modules 317/472 modules 155 active ...ts/datatable/datatable.component.html 48% building modules 317/473 modules 156 active .../src/components/rating.component.scss 48% building modules 318/473 modules 155 active ...ts/datatable/datatable.component.html 48% building modules 318/474 modules 156 active .../file-uploading-dialog.component.scss 48% building modules 319/474 modules 155 active ...ts/datatable/datatable.component.html 48% building modules 319/475 modules 156 active ...ile-uploading-list-row.component.scss 48% building modules 320/475 modules 155 active ...ts/datatable/datatable.component.html 48% building modules 320/476 modules 156 active ...ts/file-uploading-list.component.scss 48% building modules 321/476 modules 155 active ...ts/datatable/datatable.component.html 48% building modules 321/477 modules 156 active ...mponents/upload-button.component.scss 48% building modules 322/477 modules 155 active ...ts/datatable/datatable.component.html 48% building modules 322/478 modules 156 active ...s/datatable/empty-list.component.scss 48% building modules 323/478 modules 155 active ...ts/datatable/datatable.component.html 48% building modules 323/479 modules 156 active ...ts/search-autocomplete.component.scss 48% building modules 324/479 modules 155 active ...ts/datatable/datatable.component.html 48% building modules 324/480 modules 156 active .../src/components/search.component.scss 49% building modules 325/480 modules 155 active ...ts/datatable/datatable.component.html 49% building modules 325/481 modules 156 active ...ponents/search-control.component.scss 49% building modules 326/481 modules 155 active ...ts/datatable/datatable.component.html 49% building modules 326/482 modules 156 active ...components/tag-actions.component.scss 49% building modules 327/482 modules 155 active ...ts/datatable/datatable.component.html 49% building modules 327/483 modules 156 active ...rc/components/tag-list.component.scss 49% building modules 328/483 modules 155 active ...ts/datatable/datatable.component.html 49% building modules 328/484 modules 156 active ...mponents/tag-node-list.component.scss 49% building modules 329/484 modules 155 active ...ts/datatable/datatable.component.html 49% building modules 329/485 modules 156 active ...c/components/imgViewer.component.scss 49% building modules 330/485 modules 155 active ...ts/datatable/datatable.component.html 49% building modules 330/486 modules 156 active ...components/mediaPlayer.component.scss 49% building modules 331/486 modules 155 active ...ts/datatable/datatable.component.html 49% building modules 331/487 modules 156 active ...c/components/pdfViewer.component.scss 49% building modules 332/487 modules 155 active ...ts/datatable/datatable.component.html 49% building modules 332/488 modules 156 active ...mponents/pdfViewerHost.component.scss 49% building modules 333/488 modules 155 active ...ts/datatable/datatable.component.html 49% building modules 333/489 modules 156 active ...c/components/txtViewer.component.scss 50% building modules 334/489 modules 155 active ...ts/datatable/datatable.component.html 50% building modules 334/490 modules 156 active .../src/components/viewer.component.scss 50% building modules 335/490 modules 155 active ...ts/datatable/datatable.component.html 50% building modules 335/491 modules 156 active ...-format/unknown-format.component.scss 50% building modules 336/491 modules 155 active ...ts/datatable/datatable.component.html 50% building modules 336/492 modules 156 active ...c/components/user-info.component.scss 50% building modules 337/492 modules 155 active ...ts/datatable/datatable.component.html 50% building modules 337/493 modules 156 active .../content-node-selector.component.scss 50% building modules 338/493 modules 155 active ...ts/datatable/datatable.component.html 50% building modules 338/494 modules 156 active ...mponents/document-list.component.scss 50% building modules 339/494 modules 155 active ...ts/datatable/datatable.component.html 50% building modules 339/495 modules 156 active ...ets/date-range/date-range.widget.scss 50% building modules 340/495 modules 155 active ...ts/datatable/datatable.component.html 50% building modules 340/496 modules 156 active ...widgets/dropdown/dropdown.widget.scss 50% building modules 341/496 modules 155 active ...ts/datatable/datatable.component.html 50% building modules 341/497 modules 156 active ...widgets/duration/duration.widget.scss 51% building modules 342/497 modules 155 active ...ts/datatable/datatable.component.html 51% building modules 342/498 modules 156 active ...nts/widgets/number/number.widget.scss 51% building modules 343/498 modules 155 active ...ts/datatable/datatable.component.html 51% building modules 343/499 modules 156 active .../src/dialogs/download-zip.dialog.scss 51% building modules 344/499 modules 155 active ...ts/datatable/datatable.component.html 51% building modules 344/500 modules 156 active ...rm/src/components/form.component.scss 51% building modules 345/500 modules 155 active ...ts/datatable/datatable.component.html 51% building modules 345/501 modules 156 active ...c/components/form-list.component.scss 51% building modules 346/501 modules 155 active ...ts/datatable/datatable.component.html 51% building modules 346/502 modules 156 active ...s/widgets/content/content.widget.scss 51% building modules 347/502 modules 155 active ...ts/datatable/datatable.component.html 51% building modules 347/503 modules 156 active ...wer/info-drawer-layout.component.scss 51% building modules 348/503 modules 155 active ...ts/datatable/datatable.component.html 51% building modules 348/504 modules 156 active ...nfo-drawer/info-drawer.component.scss 51% building modules 349/504 modules 155 active ...ts/datatable/datatable.component.html 51% building modules 349/505 modules 156 active ...on/infinite-pagination.component.scss 51% building modules 350/505 modules 155 active ...ts/datatable/datatable.component.html 51% building modules 350/506 modules 156 active .../pagination/pagination.component.scss 51% building modules 351/506 modules 155 active ...ts/datatable/datatable.component.html 51% building modules 351/507 modules 156 active ...ts/datatable/datatable.component.scss 51% building modules 352/507 modules 155 active ...ts/datatable/datatable.component.html 51% building modules 352/508 modules 156 active .../src/components/widgets/core/index.ts 51% building modules 352/509 modules 157 active ...dynamic-table/dynamic-table.widget.ts 51% building modules 352/510 modules 158 active ...c-table/dynamic-table.widget.model.ts 51% building modules 352/511 modules 159 active ...ts/widgets/core/content-link.model.ts 51% building modules 352/512 modules 160 active ...ctiviti-form/src/events/form.event.ts 51% building modules 352/513 modules 161 active ...i-form/src/events/form-error.event.ts 51% building modules 352/514 modules 162 active ...i-form/src/events/form-field.event.ts 51% building modules 352/515 modules 163 active ...c/events/validate-form-field.event.ts 50% building modules 352/516 modules 164 active ...orm/src/events/validate-form.event.ts 50% building modules 352/517 modules 165 active ...s/validate-dynamic-table-row.event.ts 50% building modules 352/518 modules 166 active ...lapsable/accordion-group.component.ts 50% building modules 352/519 modules 167 active ...ts/collapsable/accordion.component.ts 50% building modules 352/520 modules 168 active ...ents/widgets/core/form-field-types.ts 50% building modules 352/521 modules 169 active ...menu/context-menu-holder.component.ts 50% building modules 352/522 modules 170 active ...ontext-menu/context-menu.directive.ts 50% building modules 352/523 modules 171 active .../context-menu/context-menu.service.ts 50% building modules 352/524 modules 172 active .../toolbar/toolbar-divider.component.ts 50% building modules 352/525 modules 173 active ...ts/toolbar/toolbar-title.component.ts 50% building modules 352/526 modules 174 active ...mponents/toolbar/toolbar.component.ts 50% building modules 352/527 modules 175 active .../card-view-content-proxy.directive.ts 50% building modules 352/528 modules 176 active .../view/card-view-dateitem.component.ts 49% building modules 352/529 modules 177 active ...ard-view-item-dispatcher.component.ts 49% building modules 352/530 modules 178 active ...s/view/card-view-mapitem.component.ts 49% building modules 352/531 modules 179 active .../view/card-view-textitem.component.ts 49% building modules 352/532 modules 180 active ...omponents/view/card-view.component.ts 49% building modules 352/533 modules 181 active ...nents/process-comments.component.html 49% building modules 352/534 modules 182 active ...onents/process-comments.component.css 49% building modules 352/535 modules 183 active ...rocess-attachment-list.component.scss 49% building modules 353/535 modules 182 active ...onents/process-comments.component.css 49% building modules 353/536 modules 183 active ...rocess-attachment-list.component.html 49% building modules 353/537 modules 184 active ...eate-process-attachment.component.css 49% building modules 353/538 modules 185 active ...ate-process-attachment.component.html 49% building modules 353/539 modules 186 active ...onents/process-filters.component.scss 49% building modules 354/539 modules 185 active ...ate-process-attachment.component.html 49% building modules 354/540 modules 186 active ...onents/process-filters.component.html 49% building modules 354/541 modules 187 active ...ocess-instance-details.component.html 49% building modules 354/542 modules 188 active ...rocess-instance-details.component.css 49% building modules 354/543 modules 189 active ...process-instance-tasks.component.html 49% building modules 354/544 modules 190 active .../process-instance-tasks.component.css 48% building modules 354/545 modules 191 active ...mponents/start-process.component.html 48% building modules 354/546 modules 192 active ...mponents/start-process.component.scss 49% building modules 355/546 modules 191 active ...mponents/start-process.component.html 48% building modules 355/547 modules 192 active ...o-core/src/models/log-levels.model.ts 49% building modules 356/547 modules 191 active ...o-core/src/models/log-levels.model.ts 49% building modules 357/547 modules 190 active ...o-core/src/models/log-levels.model.ts 49% building modules 357/548 modules 191 active ...ts/analytics-generator.component.scss 49% building modules 357/549 modules 192 active .../analytics-report-list.component.scss 48% building modules 357/550 modules 193 active ...c/components/analytics.component.scss 48% building modules 357/551 modules 194 active ...tics-report-parameters.component.scss 48% building modules 357/552 modules 195 active ...n/src/components/login.component.scss 48% building modules 357/553 modules 196 active ...al/src/components/like.component.scss 48% building modules 357/554 modules 197 active .../src/components/rating.component.scss 48% building modules 357/555 modules 198 active .../file-uploading-dialog.component.scss 48% building modules 357/556 modules 199 active ...ile-uploading-list-row.component.scss 48% building modules 357/557 modules 200 active ...ts/file-uploading-list.component.scss 48% building modules 357/558 modules 201 active ...mponents/upload-button.component.scss 48% building modules 357/559 modules 202 active ...ts/search-autocomplete.component.scss 48% building modules 357/560 modules 203 active .../src/components/search.component.scss 48% building modules 357/561 modules 204 active ...ponents/search-control.component.scss 48% building modules 357/562 modules 205 active ...components/tag-actions.component.scss 48% building modules 357/563 modules 206 active ...rc/components/tag-list.component.scss 47% building modules 357/564 modules 207 active ...mponents/tag-node-list.component.scss 47% building modules 357/565 modules 208 active ...c/components/imgViewer.component.scss 47% building modules 357/566 modules 209 active ...components/mediaPlayer.component.scss 47% building modules 357/567 modules 210 active ...c/components/pdfViewer.component.scss 47% building modules 357/568 modules 211 active ...mponents/pdfViewerHost.component.scss 47% building modules 357/569 modules 212 active ...c/components/txtViewer.component.scss 47% building modules 357/570 modules 213 active .../src/components/viewer.component.scss 47% building modules 357/571 modules 214 active ...c/components/user-info.component.scss 47% building modules 357/572 modules 215 active ...mponents/document-list.component.scss 47% building modules 357/573 modules 216 active .../src/dialogs/download-zip.dialog.scss 47% building modules 357/574 modules 217 active ...rm/src/components/form.component.scss 47% building modules 357/575 modules 218 active ...c/components/form-list.component.scss 47% building modules 357/576 modules 219 active .../breadcrumb/breadcrumb.component.scss 47% building modules 357/577 modules 220 active ...mb/dropdown-breadcrumb.component.scss 47% building modules 357/578 modules 221 active ...ropdown/sites-dropdown.component.scss 46% building modules 357/579 modules 222 active ...s/datatable/empty-list.component.scss 46% building modules 357/580 modules 223 active ...-format/unknown-format.component.scss 46% building modules 357/581 modules 224 active .../content-node-selector.component.scss 46% building modules 357/582 modules 225 active ...wer/info-drawer-layout.component.scss 46% building modules 357/583 modules 226 active ...nfo-drawer/info-drawer.component.scss 46% building modules 357/584 modules 227 active ...on/infinite-pagination.component.scss 46% building modules 357/585 modules 228 active .../pagination/pagination.component.scss 46% building modules 357/586 modules 229 active ...ts/datatable/datatable.component.scss 46% building modules 357/587 modules 230 active ...ets/date-range/date-range.widget.scss 46% building modules 357/588 modules 231 active ...widgets/dropdown/dropdown.widget.scss 46% building modules 357/589 modules 232 active ...widgets/duration/duration.widget.scss 46% building modules 357/590 modules 233 active ...nts/widgets/number/number.widget.scss 46% building modules 357/591 modules 234 active ...s/widgets/content/content.widget.scss 46% building modules 357/592 modules 235 active ...rocess-attachment-list.component.scss 46% building modules 357/593 modules 236 active ...onents/process-filters.component.scss 46% building modules 357/594 modules 237 active ...mponents/start-process.component.scss 46% building modules 357/595 modules 238 active ...widgets/container/container.widget.ts 45% building modules 357/596 modules 239 active ...omponents/widgets/tabs/tabs.widget.ts 45% building modules 357/597 modules 240 active ...nts/widgets/unknown/unknown.widget.ts 45% building modules 357/598 modules 241 active ...nents/widgets/amount/amount.widget.ts 45% building modules 357/599 modules 242 active ...nents/widgets/attach/attach.widget.ts 45% building modules 357/600 modules 243 active ...omponents/widgets/date/date.widget.ts 45% building modules 357/601 modules 244 active ...s/widgets/checkbox/checkbox.widget.ts 45% building modules 357/602 modules 245 active ...s/display-text/display-text.widget.ts 45% building modules 357/603 modules 246 active ...s/widgets/document/document.widget.ts 45% building modules 357/604 modules 247 active ...s/widgets/dropdown/dropdown.widget.ts 45% building modules 357/605 modules 248 active ...s/dynamic-table/editors/row.editor.ts 45% building modules 357/606 modules 249 active ...ble/editors/boolean/boolean.editor.ts 45% building modules 357/607 modules 250 active ...mic-table/editors/date/date.editor.ts 45% building modules 357/608 modules 251 active ...e/editors/dropdown/dropdown.editor.ts 45% building modules 357/609 modules 252 active ...mic-table/editors/text/text.editor.ts 45% building modules 357/610 modules 253 active ...ents/widgets/error/error.component.ts 45% building modules 357/611 modules 254 active ...onal-group/functional-group.widget.ts 45% building modules 357/612 modules 255 active ...widgets/hyperlink/hyperlink.widget.ts 44% building modules 357/613 modules 256 active ...ltiline-text/multiline-text.widget.ts 44% building modules 357/614 modules 257 active ...nents/widgets/number/number.widget.ts 44% building modules 357/615 modules 258 active ...nents/widgets/people/people.widget.ts 44% building modules 357/616 modules 259 active ...radio-buttons/radio-buttons.widget.ts 44% building modules 357/617 modules 260 active ...s/widgets/text/text-mask.component.ts 44% building modules 357/618 modules 261 active ...omponents/widgets/text/text.widget.ts 44% building modules 357/619 modules 262 active ...widgets/typeahead/typeahead.widget.ts 44% building modules 357/620 modules 263 active ...nents/widgets/upload/upload.widget.ts 44% building modules 357/621 modules 264 active ...m/src/models/form-definition.model.ts 44% building modules 357/622 modules 265 active ...orm/src/models/node-metadata.model.ts 44% building modules 357/623 modules 266 active ...rocess-instance-header.component.html 44% building modules 358/623 modules 265 active ...rocess-instance-header.component.html 44% building modules 358/624 modules 266 active ...process-instance-header.component.css 44% building modules 359/624 modules 265 active ...process-instance-header.component.css 44% building modules 360/624 modules 264 active ...process-instance-header.component.css 44% building modules 361/624 modules 263 active ...process-instance-header.component.css 44% building modules 362/624 modules 262 active ...process-instance-header.component.css 44% building modules 363/624 modules 261 active ...process-instance-header.component.css 44% building modules 363/625 modules 262 active ...t/src/assets/images/empty_doc_lib.svg 44% building modules 363/626 modules 263 active ...c/components/checklist.component.scss 44% building modules 364/626 modules 262 active ...t/src/assets/images/empty_doc_lib.svg 44% building modules 364/627 modules 263 active ...c/components/checklist.component.scss 44% building modules 364/628 modules 264 active ...c/components/checklist.component.html 44% building modules 364/629 modules 265 active ...c/components/apps-list.component.html 44% building modules 364/630 modules 266 active ...c/components/apps-list.component.scss 44% building modules 365/630 modules 265 active ...c/components/apps-list.component.html 44% building modules 365/631 modules 266 active ...c/components/apps-list.component.scss 44% building modules 365/632 modules 267 active ...c/components/apps-grid.component.scss 44% building modules 366/632 modules 266 active ...c/components/apps-list.component.scss 44% building modules 366/633 modules 267 active ...c/components/apps-grid.component.scss 44% building modules 366/634 modules 268 active ...rc/components/comments.component.html 44% building modules 366/635 modules 269 active ...src/components/comments.component.css 44% building modules 366/636 modules 270 active ...omponents/comment-list.component.html 44% building modules 366/637 modules 271 active ...omponents/comment-list.component.scss 44% building modules 367/637 modules 270 active ...omponents/comment-list.component.html 44% building modules 367/638 modules 271 active ...omponents/comment-list.component.scss 44% building modules 367/639 modules 272 active ...create-task-attachment.component.html 44% building modules 367/640 modules 273 active ...create-task-attachment.component.scss 44% building modules 368/640 modules 272 active ...create-task-attachment.component.html 44% building modules 368/641 modules 273 active ...create-task-attachment.component.scss 44% building modules 368/642 modules 274 active ...components/people-list.component.html 44% building modules 368/643 modules 275 active ...components/people-list.component.scss 44% building modules 369/643 modules 274 active ...components/people-list.component.html 44% building modules 369/644 modules 275 active ...components/people-list.component.scss 44% building modules 369/645 modules 276 active ...mponents/people-search.component.html 44% building modules 369/646 modules 277 active ...mponents/people-search.component.scss 44% building modules 370/646 modules 276 active ...mponents/people-search.component.html 44% building modules 370/647 modules 277 active ...mponents/people-search.component.scss 44% building modules 370/648 modules 278 active .../src/components/people.component.html 44% building modules 370/649 modules 279 active .../src/components/people.component.scss 44% building modules 371/649 modules 278 active .../src/components/people.component.html 44% building modules 371/650 modules 279 active .../src/components/people.component.scss 44% building modules 371/651 modules 280 active ...s/task-attachment-list.component.html 44% building modules 371/652 modules 281 active ...s/task-attachment-list.component.scss 44% building modules 372/652 modules 280 active ...s/task-attachment-list.component.html 44% building modules 372/653 modules 281 active ...s/task-attachment-list.component.scss 44% building modules 372/654 modules 282 active ...omponents/task-filters.component.html 44% building modules 372/655 modules 283 active ...omponents/task-filters.component.scss 44% building modules 373/655 modules 282 active ...omponents/task-filters.component.html 44% building modules 373/656 modules 283 active ...omponents/task-filters.component.scss 44% building modules 373/657 modules 284 active ...omponents/task-details.component.html 44% building modules 373/658 modules 285 active ...omponents/task-details.component.scss 44% building modules 374/658 modules 284 active ...omponents/task-details.component.html 44% building modules 374/659 modules 285 active ...omponents/task-details.component.scss 43% building modules 374/660 modules 286 active ...components/task-header.component.html 43% building modules 374/661 modules 287 active ...components/task-header.component.scss 44% building modules 375/661 modules 286 active ...components/task-header.component.html 43% building modules 375/662 modules 287 active ...components/task-header.component.scss 44% building modules 376/662 modules 286 active ...components/task-header.component.scss 44% building modules 377/662 modules 285 active ...components/task-header.component.scss 44% building modules 378/662 modules 284 active ...components/task-header.component.scss 44% building modules 379/662 modules 283 active ...components/task-header.component.scss 44% building modules 380/662 modules 282 active ...components/task-header.component.scss 44% building modules 381/662 modules 281 active ...components/task-header.component.scss 44% building modules 382/662 modules 280 active ...components/task-header.component.scss 44% building modules 383/662 modules 279 active ...components/task-header.component.scss 44% building modules 384/662 modules 278 active ...components/task-header.component.scss 44% building modules 385/662 modules 277 active ...components/task-header.component.scss 44% building modules 386/662 modules 276 active ...components/task-header.component.scss 45% building modules 387/662 modules 275 active ...components/task-header.component.scss 45% building modules 388/662 modules 274 active ...components/task-header.component.scss 45% building modules 389/662 modules 273 active ...components/task-header.component.scss 45% building modules 390/662 modules 272 active ...components/task-header.component.scss 45% building modules 391/662 modules 271 active ...components/task-header.component.scss 45% building modules 392/662 modules 270 active ...components/task-header.component.scss 45% building modules 393/662 modules 269 active ...components/task-header.component.scss 45% building modules 394/662 modules 268 active ...components/task-header.component.scss 45% building modules 395/662 modules 267 active ...components/task-header.component.scss 45% building modules 396/662 modules 266 active ...components/task-header.component.scss 45% building modules 397/662 modules 265 active ...components/task-header.component.scss 46% building modules 398/662 modules 264 active ...components/task-header.component.scss 46% building modules 399/662 modules 263 active ...components/task-header.component.scss 46% building modules 400/662 modules 262 active ...components/task-header.component.scss 46% building modules 401/662 modules 261 active ...components/task-header.component.scss 46% building modules 402/662 modules 260 active ...components/task-header.component.scss 46% building modules 403/662 modules 259 active ...components/task-header.component.scss 46% building modules 404/662 modules 258 active ...components/task-header.component.scss 46% building modules 405/662 modules 257 active ...components/task-header.component.scss 46% building modules 406/662 modules 256 active ...components/task-header.component.scss 46% building modules 407/662 modules 255 active ...components/task-header.component.scss 46% building modules 408/662 modules 254 active ...components/task-header.component.scss 47% building modules 409/662 modules 253 active ...components/task-header.component.scss 47% building modules 410/662 modules 252 active ...components/task-header.component.scss 47% building modules 411/662 modules 251 active ...components/task-header.component.scss 47% building modules 412/662 modules 250 active ...components/task-header.component.scss 47% building modules 413/662 modules 249 active ...components/task-header.component.scss 47% building modules 414/662 modules 248 active ...components/task-header.component.scss 47% building modules 415/662 modules 247 active ...components/task-header.component.scss 47% building modules 416/662 modules 246 active ...components/task-header.component.scss 47% building modules 417/662 modules 245 active ...components/task-header.component.scss 47% building modules 418/662 modules 244 active ...components/task-header.component.scss 47% building modules 419/662 modules 243 active ...components/task-header.component.scss 48% building modules 420/662 modules 242 active ...components/task-header.component.scss 48% building modules 421/662 modules 241 active ...components/task-header.component.scss 48% building modules 422/662 modules 240 active ...components/task-header.component.scss 48% building modules 423/662 modules 239 active ...components/task-header.component.scss 48% building modules 424/662 modules 238 active ...components/task-header.component.scss 48% building modules 425/662 modules 237 active ...components/task-header.component.scss 48% building modules 426/662 modules 236 active ...components/task-header.component.scss 48% building modules 427/662 modules 235 active ...components/task-header.component.scss 48% building modules 428/662 modules 234 active ...components/task-header.component.scss 48% building modules 429/662 modules 233 active ...components/task-header.component.scss 48% building modules 430/662 modules 232 active ...components/task-header.component.scss 49% building modules 431/662 modules 231 active ...components/task-header.component.scss 49% building modules 432/662 modules 230 active ...components/task-header.component.scss 49% building modules 433/662 modules 229 active ...components/task-header.component.scss 49% building modules 434/662 modules 228 active ...components/task-header.component.scss 49% building modules 435/662 modules 227 active ...components/task-header.component.scss 49% building modules 436/662 modules 226 active ...components/task-header.component.scss 49% building modules 437/662 modules 225 active ...components/task-header.component.scss 49% building modules 438/662 modules 224 active ...components/task-header.component.scss 49% building modules 439/662 modules 223 active ...components/task-header.component.scss 49% building modules 440/662 modules 222 active ...components/task-header.component.scss 49% building modules 441/662 modules 221 active ...components/task-header.component.scss 50% building modules 442/662 modules 220 active ...components/task-header.component.scss 50% building modules 443/662 modules 219 active ...components/task-header.component.scss 50% building modules 444/662 modules 218 active ...components/task-header.component.scss 50% building modules 445/662 modules 217 active ...components/task-header.component.scss 50% building modules 446/662 modules 216 active ...components/task-header.component.scss 50% building modules 447/662 modules 215 active ...components/task-header.component.scss 50% building modules 448/662 modules 214 active ...components/task-header.component.scss 50% building modules 449/662 modules 213 active ...components/task-header.component.scss 50% building modules 450/662 modules 212 active ...components/task-header.component.scss 50% building modules 451/662 modules 211 active ...components/task-header.component.scss 50% building modules 452/662 modules 210 active ...components/task-header.component.scss 51% building modules 453/662 modules 209 active ...components/task-header.component.scss 51% building modules 454/662 modules 208 active ...components/task-header.component.scss 51% building modules 455/662 modules 207 active ...components/task-header.component.scss 51% building modules 456/662 modules 206 active ...components/task-header.component.scss 51% building modules 457/662 modules 205 active ...components/task-header.component.scss 51% building modules 458/662 modules 204 active ...components/task-header.component.scss 51% building modules 459/662 modules 203 active ...components/task-header.component.scss 51% building modules 460/662 modules 202 active ...components/task-header.component.scss 51% building modules 461/662 modules 201 active ...components/task-header.component.scss 51% building modules 462/662 modules 200 active ...components/task-header.component.scss 51% building modules 463/662 modules 199 active ...components/task-header.component.scss 52% building modules 464/662 modules 198 active ...components/task-header.component.scss 52% building modules 465/662 modules 197 active ...components/task-header.component.scss 52% building modules 466/662 modules 196 active ...components/task-header.component.scss 52% building modules 467/662 modules 195 active ...components/task-header.component.scss 52% building modules 467/663 modules 196 active ...components/process-list.component.css 52% building modules 467/664 modules 197 active ...omponents/process-list.component.html 52% building modules 467/665 modules 198 active .../components/start-task.component.html 52% building modules 467/666 modules 199 active .../components/start-task.component.scss 52% building modules 468/666 modules 198 active .../components/start-task.component.html 52% building modules 468/667 modules 199 active .../components/start-task.component.scss 52% building modules 469/667 modules 198 active .../components/start-task.component.scss 52% building modules 470/667 modules 197 active .../components/start-task.component.scss 52% building modules 471/667 modules 196 active .../components/start-task.component.scss 52% building modules 472/667 modules 195 active .../components/start-task.component.scss 52% building modules 473/667 modules 194 active .../components/start-task.component.scss 52% building modules 474/667 modules 193 active .../components/start-task.component.scss 52% building modules 475/667 modules 192 active .../components/start-task.component.scss 52% building modules 476/667 modules 191 active .../components/start-task.component.scss 52% building modules 477/667 modules 190 active .../components/start-task.component.scss 52% building modules 478/667 modules 189 active .../components/start-task.component.scss 53% building modules 479/667 modules 188 active .../components/start-task.component.scss 53% building modules 480/667 modules 187 active .../components/start-task.component.scss 53% building modules 481/667 modules 186 active .../components/start-task.component.scss 53% building modules 482/667 modules 185 active .../components/start-task.component.scss 53% building modules 483/667 modules 184 active .../components/start-task.component.scss 53% building modules 484/667 modules 183 active .../components/start-task.component.scss 53% building modules 485/667 modules 182 active .../components/start-task.component.scss 53% building modules 486/667 modules 181 active .../components/start-task.component.scss 53% building modules 487/667 modules 180 active .../components/start-task.component.scss 53% building modules 488/667 modules 179 active .../components/start-task.component.scss 53% building modules 489/667 modules 178 active .../components/start-task.component.scss 54% building modules 490/667 modules 177 active .../components/start-task.component.scss 54% building modules 491/667 modules 176 active .../components/start-task.component.scss 54% building modules 492/667 modules 175 active .../components/start-task.component.scss 54% building modules 493/667 modules 174 active .../components/start-task.component.scss 54% building modules 494/667 modules 173 active .../components/start-task.component.scss 54% building modules 495/667 modules 172 active .../components/start-task.component.scss 54% building modules 496/667 modules 171 active .../components/start-task.component.scss 54% building modules 497/667 modules 170 active .../components/start-task.component.scss 54% building modules 498/667 modules 169 active .../components/start-task.component.scss 54% building modules 499/667 modules 168 active .../components/start-task.component.scss 54% building modules 500/667 modules 167 active .../components/start-task.component.scss 55% building modules 501/667 modules 166 active .../components/start-task.component.scss 55% building modules 502/667 modules 165 active .../components/start-task.component.scss 55% building modules 503/667 modules 164 active .../components/start-task.component.scss 55% building modules 504/667 modules 163 active .../components/start-task.component.scss 55% building modules 505/667 modules 162 active .../components/start-task.component.scss 55% building modules 506/667 modules 161 active .../components/start-task.component.scss 55% building modules 507/667 modules 160 active .../components/start-task.component.scss 55% building modules 508/667 modules 159 active .../components/start-task.component.scss 55% building modules 509/667 modules 158 active .../components/start-task.component.scss 55% building modules 510/667 modules 157 active .../components/start-task.component.scss 55% building modules 511/667 modules 156 active .../components/start-task.component.scss 56% building modules 512/667 modules 155 active .../components/start-task.component.scss 56% building modules 513/667 modules 154 active .../components/start-task.component.scss 56% building modules 514/667 modules 153 active .../components/start-task.component.scss 56% building modules 515/667 modules 152 active .../components/start-task.component.scss 56% building modules 516/667 modules 151 active .../components/start-task.component.scss 56% building modules 517/667 modules 150 active .../components/start-task.component.scss 56% building modules 518/667 modules 149 active .../components/start-task.component.scss 56% building modules 519/667 modules 148 active .../components/start-task.component.scss 56% building modules 520/667 modules 147 active .../components/start-task.component.scss 56% building modules 521/667 modules 146 active .../components/start-task.component.scss 56% building modules 522/667 modules 145 active .../components/start-task.component.scss 57% building modules 523/667 modules 144 active .../components/start-task.component.scss 57% building modules 524/667 modules 143 active .../components/start-task.component.scss 57% building modules 525/667 modules 142 active .../components/start-task.component.scss 57% building modules 526/667 modules 141 active .../components/start-task.component.scss 57% building modules 527/667 modules 140 active .../components/start-task.component.scss 57% building modules 528/667 modules 139 active .../components/start-task.component.scss 57% building modules 529/667 modules 138 active .../components/start-task.component.scss 57% building modules 530/667 modules 137 active .../components/start-task.component.scss 57% building modules 531/667 modules 136 active .../components/start-task.component.scss          57% building modules 531/668 modules 137 active external "@angular/cdk/overlay" 57% building modules 532/668 modules 136 active .../components/start-task.component.scss        57% building modules 532/669 modules 137 active external "@angular/cdk/scrolling" 57% building modules 533/669 modules 136 active .../components/start-task.component.scss 57% building modules 534/669 modules 135 active .../components/start-task.component.scss 57% building modules 535/669 modules 134 active .../components/start-task.component.scss 58% building modules 536/669 modules 133 active .../components/start-task.component.scss 58% building modules 537/669 modules 132 active .../components/start-task.component.scss 58% building modules 538/669 modules 131 active .../components/start-task.component.scss 58% building modules 539/669 modules 130 active .../components/start-task.component.scss 58% building modules 540/669 modules 129 active .../components/start-task.component.scss 58% building modules 541/669 modules 128 active .../components/start-task.component.scss 58% building modules 542/669 modules 127 active .../components/start-task.component.scss 58% building modules 543/669 modules 126 active .../components/start-task.component.scss 58% building modules 544/669 modules 125 active .../components/start-task.component.scss 58% building modules 545/669 modules 124 active .../components/start-task.component.scss 58% building modules 545/670 modules 125 active ...onents/process-comments.component.css 58% building modules 546/670 modules 124 active .../components/start-task.component.scss 58% building modules 547/670 modules 123 active .../components/start-task.component.scss 59% building modules 548/670 modules 122 active .../components/start-task.component.scss 59% building modules 548/671 modules 123 active ...eate-process-attachment.component.css 59% building modules 549/671 modules 122 active .../components/start-task.component.scss 59% building modules 550/671 modules 121 active .../components/start-task.component.scss 59% building modules 551/671 modules 120 active .../components/start-task.component.scss 59% building modules 552/671 modules 119 active .../components/start-task.component.scss 59% building modules 553/671 modules 118 active .../components/start-task.component.scss 59% building modules 553/672 modules 119 active ...rocess-instance-details.component.css 59% building modules 554/672 modules 118 active .../components/start-task.component.scss 59% building modules 555/672 modules 117 active .../components/start-task.component.scss 59% building modules 556/672 modules 116 active .../components/start-task.component.scss 59% building modules 556/673 modules 117 active .../process-instance-tasks.component.css 59% building modules 557/673 modules 116 active .../components/start-task.component.scss 59% building modules 558/673 modules 115 active .../components/start-task.component.scss 59% building modules 559/673 modules 114 active .../components/start-task.component.scss 59% building modules 559/674 modules 115 active ...i-tasklist/src/assets/images/user.jpg 59% building modules 559/675 modules 116 active ...t/src/assets/images/empty_doc_lib.svg 59% building modules 560/675 modules 115 active ...t/src/assets/images/empty_doc_lib.svg 59% building modules 561/675 modules 114 active ...t/src/assets/images/empty_doc_lib.svg 59% building modules 562/675 modules 113 active ...t/src/assets/images/empty_doc_lib.svg 60% building modules 563/675 modules 112 active ...t/src/assets/images/empty_doc_lib.svg 60% building modules 564/675 modules 111 active ...t/src/assets/images/empty_doc_lib.svg 60% building modules 565/675 modules 110 active ...t/src/assets/images/empty_doc_lib.svg 60% building modules 566/675 modules 109 active ...t/src/assets/images/empty_doc_lib.svg 60% building modules 567/675 modules 108 active ...t/src/assets/images/empty_doc_lib.svg 60% building modules 568/675 modules 107 active ...t/src/assets/images/empty_doc_lib.svg 60% building modules 569/675 modules 106 active ...t/src/assets/images/empty_doc_lib.svg 60% building modules 570/675 modules 105 active ...t/src/assets/images/empty_doc_lib.svg 60% building modules 571/675 modules 104 active ...t/src/assets/images/empty_doc_lib.svg 60% building modules 572/675 modules 103 active ...t/src/assets/images/empty_doc_lib.svg         60% building modules 572/676 modules 104 active external "@angular/cdk/keycodes" 60% building modules 573/676 modules 103 active ...t/src/assets/images/empty_doc_lib.svg 60% building modules 574/676 modules 102 active ...t/src/assets/images/empty_doc_lib.svg 61% building modules 575/676 modules 101 active ...t/src/assets/images/empty_doc_lib.svg 61% building modules 576/676 modules 100 active ...t/src/assets/images/empty_doc_lib.svg  61% building modules 577/676 modules 99 active ...t/src/assets/images/empty_doc_lib.svg 61% building modules 578/676 modules 98 active ...t/src/assets/images/empty_doc_lib.svg 61% building modules 579/676 modules 97 active ...t/src/assets/images/empty_doc_lib.svg 61% building modules 580/676 modules 96 active ...t/src/assets/images/empty_doc_lib.svg 61% building modules 581/676 modules 95 active ...t/src/assets/images/empty_doc_lib.svg 61% building modules 582/676 modules 94 active ...t/src/assets/images/empty_doc_lib.svg 61% building modules 583/676 modules 93 active ...t/src/assets/images/empty_doc_lib.svg 61% building modules 584/676 modules 92 active ...t/src/assets/images/empty_doc_lib.svg 61% building modules 585/676 modules 91 active ...t/src/assets/images/empty_doc_lib.svg 61% building modules 585/677 modules 92 active ...process-instance-header.component.css 61% building modules 586/677 modules 91 active ...t/src/assets/images/empty_doc_lib.svg 62% building modules 587/677 modules 90 active ...t/src/assets/images/empty_doc_lib.svg 62% building modules 588/677 modules 89 active ...t/src/assets/images/empty_doc_lib.svg 62% building modules 589/677 modules 88 active ...t/src/assets/images/empty_doc_lib.svg 62% building modules 590/677 modules 87 active ...t/src/assets/images/empty_doc_lib.svg 62% building modules 591/677 modules 86 active ...t/src/assets/images/empty_doc_lib.svg 62% building modules 592/677 modules 85 active ...t/src/assets/images/empty_doc_lib.svg 62% building modules 593/677 modules 84 active ...t/src/assets/images/empty_doc_lib.svg 62% building modules 594/677 modules 83 active ...t/src/assets/images/empty_doc_lib.svg 62% building modules 595/677 modules 82 active ...t/src/assets/images/empty_doc_lib.svg 62% building modules 595/678 modules 83 active ...agram-box-publish-task.component.html 62% building modules 595/679 modules 84 active ...ram-business-rule-task.component.html 62% building modules 595/680 modules 85 active ...-alfresco-publish-task.component.html 62% building modules 595/681 modules 86 active ...ies/diagram-camel-task.component.html 62% building modules 595/682 modules 87 active ...container-service-task.component.html 62% building modules 595/683 modules 88 active ...gle-drive-publish-task.component.html 62% building modules 595/684 modules 89 active ...ties/diagram-mule-task.component.html 62% building modules 595/685 modules 90 active ...es/diagram-manual-task.component.html 62% building modules 595/686 modules 91 active ...s/diagram-receive-task.component.html 61% building modules 595/687 modules 92 active ...diagram-rest-call-task.component.html 61% building modules 595/688 modules 93 active ...es/diagram-script-task.component.html 61% building modules 595/689 modules 94 active ...ties/diagram-send-task.component.html 61% building modules 595/690 modules 95 active ...s/diagram-service-task.component.html 61% building modules 595/691 modules 96 active ...ctivities/diagram-task.component.html 61% building modules 595/692 modules 97 active ...ties/diagram-user-task.component.html 61% building modules 595/693 modules 98 active ...ents/diagram-end-event.component.html 61% building modules 595/694 modules 99 active ...s/events/diagram-event.component.html 61% building modules 595/695 modules 100 active ...ts/diagram-start-event.component.html 61% building modules 595/696 modules 101 active ...mediate-catching-event.component.html 61% building modules 595/697 modules 102 active .../diagram-event-gateway.component.html 61% building modules 595/698 modules 103 active ...teways/diagram-gateway.component.html 61% building modules 595/699 modules 104 active ...gram-exclusive-gateway.component.html 61% building modules 595/700 modules 105 active ...gram-inclusive-gateway.component.html 60% building modules 595/701 modules 106 active ...agram-parallel-gateway.component.html 60% building modules 595/702 modules 107 active ...ral/diagram-subprocess.component.html 60% building modules 595/703 modules 108 active ...diagram-boundary-event.component.html 60% building modules 595/704 modules 109 active ...agram-event-subprocess.component.html 60% building modules 595/705 modules 110 active ...ts/diagram-throw-event.component.html 60% building modules 595/706 modules 111 active ...wimlanes/diagram-pools.component.html 60% building modules 595/707 modules 112 active ...swimlanes/diagram-pool.component.html 60% building modules 595/708 modules 113 active ...wimlanes/diagram-lanes.component.html 60% building modules 595/709 modules 114 active ...swimlanes/diagram-lane.component.html 60% building modules 595/710 modules 115 active ...m-container-icon-event.component.html 60% building modules 595/711 modules 116 active ...-icon-box-publish-task.component.html 60% building modules 595/712 modules 117 active ...-alfresco-publish-task.component.html 60% building modules 595/713 modules 118 active ...con-business-rule-task.component.html 60% building modules 595/714 modules 119 active ...iagram-icon-camel-task.component.html 59% building modules 595/715 modules 120 active ...ons/diagram-icon-error.component.html 59% building modules 595/716 modules 121 active ...gle-drive-publish-task.component.html 59% building modules 595/717 modules 122 active ...agram-icon-manual-task.component.html 59% building modules 595/718 modules 123 active ...s/diagram-icon-message.component.html 59% building modules 595/719 modules 124 active ...diagram-icon-mule-task.component.html 59% building modules 595/720 modules 125 active ...gram-icon-receive-task.component.html 59% building modules 595/721 modules 126 active ...am-icon-rest-call-task.component.html 59% building modules 595/722 modules 127 active ...agram-icon-script-task.component.html 59% building modules 595/723 modules 128 active ...gram-icon-service-task.component.html 59% building modules 595/724 modules 129 active ...diagram-icon-send-task.component.html 59% building modules 595/725 modules 130 active ...ns/diagram-icon-signal.component.html 59% building modules 595/726 modules 131 active ...ons/diagram-icon-timer.component.html 59% building modules 595/727 modules 132 active ...diagram-icon-user-task.component.html 59% building modules 595/728 modules 133 active ...ooltip/diagram-tooltip.component.html 58% building modules 595/729 modules 134 active ...ooltip/diagram-tooltip.component.scss 59% building modules 596/729 modules 133 active ...ooltip/diagram-tooltip.component.html 58% building modules 596/730 modules 134 active ...ooltip/diagram-tooltip.component.scss 59% building modules 597/730 modules 133 active ...ooltip/diagram-tooltip.component.scss 59% building modules 598/730 modules 132 active ...ooltip/diagram-tooltip.component.scss 59% building modules 599/730 modules 131 active ...ooltip/diagram-tooltip.component.scss 59% building modules 600/730 modules 130 active ...ooltip/diagram-tooltip.component.scss 59% building modules 601/730 modules 129 active ...ooltip/diagram-tooltip.component.scss 59% building modules 601/731 modules 130 active ...src/components/comments.component.css 59% building modules 602/731 modules 129 active ...ooltip/diagram-tooltip.component.scss 59% building modules 603/731 modules 128 active ...ooltip/diagram-tooltip.component.scss 59% building modules 604/731 modules 127 active ...ooltip/diagram-tooltip.component.scss 59% building modules 605/731 modules 126 active ...ooltip/diagram-tooltip.component.scss 59% building modules 606/731 modules 125 active ...ooltip/diagram-tooltip.component.scss 59% building modules 607/731 modules 124 active ...ooltip/diagram-tooltip.component.scss 59% building modules 608/731 modules 123 active ...ooltip/diagram-tooltip.component.scss 59% building modules 609/731 modules 122 active ...ooltip/diagram-tooltip.component.scss 60% building modules 610/731 modules 121 active ...ooltip/diagram-tooltip.component.scss 60% building modules 611/731 modules 120 active ...ooltip/diagram-tooltip.component.scss 60% building modules 612/731 modules 119 active ...ooltip/diagram-tooltip.component.scss 60% building modules 613/731 modules 118 active ...ooltip/diagram-tooltip.component.scss 60% building modules 614/731 modules 117 active ...ooltip/diagram-tooltip.component.scss 60% building modules 615/731 modules 116 active ...ooltip/diagram-tooltip.component.scss 60% building modules 615/732 modules 117 active ...rams/src/components/raphael/anchor.ts 60% building modules 615/733 modules 118 active ...psable/accordion-group.component.html 60% building modules 615/734 modules 119 active ...psable/accordion-group.component.scss 60% building modules 616/734 modules 118 active ...psable/accordion-group.component.html 60% building modules 616/735 modules 119 active ...psable/accordion-group.component.scss 60% building modules 616/736 modules 120 active ...onents/toolbar/toolbar.component.html 60% building modules 616/737 modules 121 active ...onents/toolbar/toolbar.component.scss 60% building modules 617/737 modules 120 active ...onents/toolbar/toolbar.component.html 60% building modules 617/738 modules 121 active ...onents/toolbar/toolbar.component.scss 60% building modules 617/739 modules 122 active ...iew/card-view-dateitem.component.html 60% building modules 617/740 modules 123 active ...iew/card-view-dateitem.component.scss 60% building modules 618/740 modules 122 active ...iew/card-view-dateitem.component.html 60% building modules 618/741 modules 123 active ...iew/card-view-dateitem.component.scss 59% building modules 618/742 modules 124 active ...view/card-view-mapitem.component.html 59% building modules 618/743 modules 125 active ...view/card-view-mapitem.component.scss 59% building modules 619/743 modules 124 active ...view/card-view-mapitem.component.html 59% building modules 619/744 modules 125 active ...view/card-view-mapitem.component.scss 59% building modules 619/745 modules 126 active ...iew/card-view-textitem.component.html 59% building modules 619/746 modules 127 active ...iew/card-view-textitem.component.scss 59% building modules 620/746 modules 126 active ...iew/card-view-textitem.component.html 59% building modules 620/747 modules 127 active ...iew/card-view-textitem.component.scss 59% building modules 620/748 modules 128 active ...ponents/view/card-view.component.html 59% building modules 620/749 modules 129 active ...ponents/view/card-view.component.scss 59% building modules 621/749 modules 128 active ...ponents/view/card-view.component.html 59% building modules 621/750 modules 129 active ...ponents/view/card-view.component.scss 59% building modules 622/750 modules 128 active ...ponents/view/card-view.component.scss 59% building modules 623/750 modules 127 active ...ponents/view/card-view.component.scss 59% building modules 624/750 modules 126 active ...ponents/view/card-view.component.scss 60% building modules 625/750 modules 125 active ...ponents/view/card-view.component.scss 59% building modules 625/751 modules 126 active ...dgets/container/container.widget.html 59% building modules 625/752 modules 127 active ...dgets/container/container.widget.scss 59% building modules 626/752 modules 126 active ...dgets/container/container.widget.html 59% building modules 626/753 modules 127 active ...dgets/container/container.widget.scss 59% building modules 626/754 modules 128 active ...nts/widgets/amount/amount.widget.html 59% building modules 626/755 modules 129 active ...nts/widgets/amount/amount.widget.scss 59% building modules 627/755 modules 128 active ...nts/widgets/amount/amount.widget.html 59% building modules 627/756 modules 129 active ...nts/widgets/amount/amount.widget.scss 59% building modules 627/757 modules 130 active ...s/widgets/unknown/unknown.widget.scss 59% building modules 628/757 modules 129 active ...nts/widgets/amount/amount.widget.scss 59% building modules 628/758 modules 130 active ...s/widgets/unknown/unknown.widget.scss 59% building modules 628/759 modules 131 active ...ponents/widgets/tabs/tabs.widget.html 59% building modules 628/760 modules 132 active ...nts/widgets/attach/attach.widget.html 59% building modules 628/761 modules 133 active ...ents/widgets/attach/attach.widget.css 59% building modules 628/762 modules 134 active ...widgets/checkbox/checkbox.widget.html 59% building modules 629/762 modules 133 active ...widgets/checkbox/checkbox.widget.html 59% building modules 629/763 modules 134 active ...ponents/widgets/date/date.widget.html 59% building modules 629/764 modules 135 active ...ponents/widgets/date/date.widget.scss 59% building modules 630/764 modules 134 active ...ponents/widgets/date/date.widget.html 59% building modules 630/765 modules 135 active ...ponents/widgets/date/date.widget.scss 59% building modules 630/766 modules 136 active ...display-text/display-text.widget.html 59% building modules 630/767 modules 137 active ...display-text/display-text.widget.scss 59% building modules 631/767 modules 136 active ...display-text/display-text.widget.html 59% building modules 631/768 modules 137 active ...display-text/display-text.widget.scss 59% building modules 631/769 modules 138 active ...widgets/document/document.widget.html 59% building modules 632/769 modules 137 active ...widgets/document/document.widget.html 59% building modules 633/769 modules 136 active ...widgets/document/document.widget.html 59% building modules 633/770 modules 137 active ...widgets/dropdown/dropdown.widget.html 59% building modules 633/771 modules 138 active ...widgets/dropdown/dropdown.widget.scss 59% building modules 634/771 modules 137 active ...widgets/dropdown/dropdown.widget.html 59% building modules 634/772 modules 138 active ...widgets/dropdown/dropdown.widget.scss 59% building modules 634/773 modules 139 active ...ts/widgets/error/error.component.scss 59% building modules 635/773 modules 138 active ...widgets/dropdown/dropdown.widget.scss 59% building modules 635/774 modules 139 active ...ts/widgets/error/error.component.scss 59% building modules 635/775 modules 140 active ...al-group/functional-group.widget.html 59% building modules 635/776 modules 141 active ...ts/widgets/error/error.component.html 59% building modules 635/777 modules 142 active ...al-group/functional-group.widget.scss 59% building modules 636/777 modules 141 active ...ts/widgets/error/error.component.html 59% building modules 636/778 modules 142 active ...al-group/functional-group.widget.scss 58% building modules 636/779 modules 143 active ...iline-text/multiline-text.widget.html 58% building modules 636/780 modules 144 active ...iline-text/multiline-text.widget.scss 59% building modules 637/780 modules 143 active ...iline-text/multiline-text.widget.html 58% building modules 637/781 modules 144 active ...iline-text/multiline-text.widget.scss 58% building modules 637/782 modules 145 active ...dgets/hyperlink/hyperlink.widget.html 58% building modules 637/783 modules 146 active ...dgets/hyperlink/hyperlink.widget.scss 58% building modules 638/783 modules 145 active ...dgets/hyperlink/hyperlink.widget.html 58% building modules 638/784 modules 146 active ...dgets/hyperlink/hyperlink.widget.scss 58% building modules 638/785 modules 147 active ...nts/widgets/number/number.widget.html 58% building modules 638/786 modules 148 active ...nts/widgets/number/number.widget.scss 58% building modules 639/786 modules 147 active ...nts/widgets/number/number.widget.html 58% building modules 639/787 modules 148 active ...nts/widgets/number/number.widget.scss 58% building modules 639/788 modules 149 active ...nts/widgets/people/people.widget.html 58% building modules 639/789 modules 150 active ...nts/widgets/people/people.widget.scss 58% building modules 640/789 modules 149 active ...nts/widgets/people/people.widget.html 58% building modules 640/790 modules 150 active ...nts/widgets/people/people.widget.scss 58% building modules 640/791 modules 151 active ...dio-buttons/radio-buttons.widget.html 58% building modules 640/792 modules 152 active ...dio-buttons/radio-buttons.widget.scss 58% building modules 641/792 modules 151 active ...dio-buttons/radio-buttons.widget.html 58% building modules 641/793 modules 152 active ...dio-buttons/radio-buttons.widget.scss 58% building modules 641/794 modules 153 active ...ponents/widgets/text/text.widget.html 58% building modules 641/795 modules 154 active ...ponents/widgets/text/text.widget.scss 58% building modules 642/795 modules 153 active ...ponents/widgets/text/text.widget.html 58% building modules 642/796 modules 154 active ...ponents/widgets/text/text.widget.scss 58% building modules 642/797 modules 155 active ...dgets/typeahead/typeahead.widget.html 58% building modules 642/798 modules 156 active ...dgets/typeahead/typeahead.widget.scss 58% building modules 643/798 modules 155 active ...dgets/typeahead/typeahead.widget.html 58% building modules 643/799 modules 156 active ...dgets/typeahead/typeahead.widget.scss 58% building modules 644/799 modules 155 active ...dgets/typeahead/typeahead.widget.scss 58% building modules 645/799 modules 154 active ...dgets/typeahead/typeahead.widget.scss 58% building modules 645/800 modules 155 active ...c/components/task-list.component.html 58% building modules 645/801 modules 156 active ...iti-tasklist/src/models/form.model.ts 58% building modules 645/802 modules 157 active ...rc/components/task-list.component.css 58% building modules 645/803 modules 158 active ...namic-table/dynamic-table.widget.html 58% building modules 645/804 modules 159 active ...namic-table/dynamic-table.widget.scss 58% building modules 646/804 modules 158 active ...namic-table/dynamic-table.widget.html 58% building modules 646/805 modules 159 active ...namic-table/dynamic-table.widget.scss 58% building modules 646/806 modules 160 active ...dynamic-table/editors/row.editor.html 58% building modules 646/807 modules 161 active .../dynamic-table/editors/row.editor.css 57% building modules 646/808 modules 162 active ...editors/dropdown/dropdown.editor.html 57% building modules 646/809 modules 163 active ...editors/dropdown/dropdown.editor.scss 57% building modules 647/809 modules 162 active ...editors/dropdown/dropdown.editor.html 57% building modules 647/810 modules 163 active ...editors/dropdown/dropdown.editor.scss 57% building modules 647/811 modules 164 active ...c-table/editors/text/text.editor.html 57% building modules 647/812 modules 165 active ...c-table/editors/text/text.editor.scss 57% building modules 648/812 modules 164 active ...c-table/editors/text/text.editor.html 57% building modules 648/813 modules 165 active ...c-table/editors/text/text.editor.scss 57% building modules 649/813 modules 164 active ...c-table/editors/text/text.editor.scss 57% building modules 649/814 modules 165 active ...s/widgets/core/form-field-metadata.ts 57% building modules 649/815 modules 166 active ...omponents/widgets/core/form-values.ts 57% building modules 649/816 modules 167 active ...nts/widgets/core/form-field-option.ts 57% building modules 650/816 modules 166 active ...nts/widgets/core/form-field-option.ts 57% building modules 650/817 modules 167 active .../widgets/core/form-field-templates.ts 57% building modules 650/818 modules 168 active ...nts/widgets/core/form-widget.model.ts 57% building modules 650/819 modules 169 active ...ents/widgets/core/form-field.model.ts 57% building modules 650/820 modules 170 active ...components/widgets/core/form.model.ts 57% building modules 650/821 modules 171 active ...nents/widgets/core/container.model.ts 57% building modules 650/822 modules 172 active ...idgets/core/container-column.model.ts 57% building modules 650/823 modules 173 active .../components/widgets/core/tab.model.ts 57% building modules 650/824 modules 174 active ...ts/widgets/core/form-outcome.model.ts 57% building modules 650/825 modules 175 active ...gets/core/form-outcome-event.model.ts 57% building modules 650/826 modules 176 active ...s/widgets/core/error-message.model.ts 57% building modules 651/826 modules 175 active ...s/widgets/core/error-message.model.ts 57% building modules 651/827 modules 176 active ...s/node_modules/minimatch/minimatch.js 57% building modules 652/827 modules 175 active ...s/node_modules/minimatch/minimatch.js 57% building modules 653/827 modules 174 active ...s/node_modules/minimatch/minimatch.js 57% building modules 654/827 modules 173 active ...s/node_modules/minimatch/minimatch.js 57% building modules 655/827 modules 172 active ...s/node_modules/minimatch/minimatch.js 57% building modules 656/827 modules 171 active ...s/node_modules/minimatch/minimatch.js 57% building modules 657/827 modules 170 active ...s/node_modules/minimatch/minimatch.js 57% building modules 658/827 modules 169 active ...s/node_modules/minimatch/minimatch.js 57% building modules 659/827 modules 168 active ...s/node_modules/minimatch/minimatch.js 57% building modules 660/827 modules 167 active ...s/node_modules/minimatch/minimatch.js 57% building modules 661/827 modules 166 active ...s/node_modules/minimatch/minimatch.js 58% building modules 662/827 modules 165 active ...s/node_modules/minimatch/minimatch.js 58% building modules 663/827 modules 164 active ...s/node_modules/minimatch/minimatch.js 58% building modules 664/827 modules 163 active ...s/node_modules/minimatch/minimatch.js 58% building modules 665/827 modules 162 active ...s/node_modules/minimatch/minimatch.js 58% building modules 666/827 modules 161 active ...s/node_modules/minimatch/minimatch.js 58% building modules 667/827 modules 160 active ...s/node_modules/minimatch/minimatch.js 58% building modules 668/827 modules 159 active ...s/node_modules/minimatch/minimatch.js 58% building modules 669/827 modules 158 active ...s/node_modules/minimatch/minimatch.js 58% building modules 670/827 modules 157 active ...s/node_modules/minimatch/minimatch.js 58% building modules 671/827 modules 156 active ...s/node_modules/minimatch/minimatch.js 58% building modules 672/827 modules 155 active ...s/node_modules/minimatch/minimatch.js 58% building modules 673/827 modules 154 active ...s/node_modules/minimatch/minimatch.js 58% building modules 674/827 modules 153 active ...s/node_modules/minimatch/minimatch.js 58% building modules 675/827 modules 152 active ...s/node_modules/minimatch/minimatch.js 59% building modules 676/827 modules 151 active ...s/node_modules/minimatch/minimatch.js 59% building modules 677/827 modules 150 active ...s/node_modules/minimatch/minimatch.js 59% building modules 678/827 modules 149 active ...s/node_modules/minimatch/minimatch.js 59% building modules 679/827 modules 148 active ...s/node_modules/minimatch/minimatch.js 59% building modules 680/827 modules 147 active ...s/node_modules/minimatch/minimatch.js 59% building modules 681/827 modules 146 active ...s/node_modules/minimatch/minimatch.js 59% building modules 682/827 modules 145 active ...s/node_modules/minimatch/minimatch.js 59% building modules 683/827 modules 144 active ...s/node_modules/minimatch/minimatch.js 59% building modules 684/827 modules 143 active ...s/node_modules/minimatch/minimatch.js 59% building modules 685/827 modules 142 active ...s/node_modules/minimatch/minimatch.js 59% building modules 686/827 modules 141 active ...s/node_modules/minimatch/minimatch.js 59% building modules 687/827 modules 140 active ...s/node_modules/minimatch/minimatch.js 59% building modules 688/827 modules 139 active ...s/node_modules/minimatch/minimatch.js 59% building modules 689/827 modules 138 active ...s/node_modules/minimatch/minimatch.js 60% building modules 690/827 modules 137 active ...s/node_modules/minimatch/minimatch.js 60% building modules 691/827 modules 136 active ...s/node_modules/minimatch/minimatch.js 60% building modules 692/827 modules 135 active ...s/node_modules/minimatch/minimatch.js 60% building modules 693/827 modules 134 active ...s/node_modules/minimatch/minimatch.js 60% building modules 694/827 modules 133 active ...s/node_modules/minimatch/minimatch.js 60% building modules 695/827 modules 132 active ...s/node_modules/minimatch/minimatch.js 60% building modules 696/827 modules 131 active ...s/node_modules/minimatch/minimatch.js 60% building modules 697/827 modules 130 active ...s/node_modules/minimatch/minimatch.js 60% building modules 698/827 modules 129 active ...s/node_modules/minimatch/minimatch.js 60% building modules 699/827 modules 128 active ...s/node_modules/minimatch/minimatch.js 60% building modules 700/827 modules 127 active ...s/node_modules/minimatch/minimatch.js 60% building modules 701/827 modules 126 active ...s/node_modules/minimatch/minimatch.js 60% building modules 702/827 modules 125 active ...s/node_modules/minimatch/minimatch.js 61% building modules 703/827 modules 124 active ...s/node_modules/minimatch/minimatch.js 61% building modules 704/827 modules 123 active ...s/node_modules/minimatch/minimatch.js 61% building modules 704/828 modules 124 active ...s/container/container.widget.model.ts 61% building modules 705/828 modules 123 active ...s/container/container.widget.model.ts 61% building modules 706/828 modules 122 active ...s/container/container.widget.model.ts 61% building modules 707/828 modules 121 active ...s/container/container.widget.model.ts 61% building modules 707/829 modules 122 active ...ic-table/date-cell-validator-model.ts 61% building modules 707/830 modules 123 active ...-table/number-cell-validator.model.ts 61% building modules 707/831 modules 124 active ...able/required-cell-validator.model.ts 60% building modules 707/832 modules 125 active ...c-table/dynamic-table-column.model.ts 60% building modules 707/833 modules 126 active ...e/editors/boolean/boolean.editor.html 60% building modules 707/834 modules 127 active ...e/editors/boolean/boolean.editor.scss 60% building modules 708/834 modules 126 active ...e/editors/boolean/boolean.editor.html 60% building modules 708/835 modules 127 active ...e/editors/boolean/boolean.editor.scss 60% building modules 709/835 modules 126 active ...e/editors/boolean/boolean.editor.scss 61% building modules 710/835 modules 125 active ...e/editors/boolean/boolean.editor.scss 61% building modules 711/835 modules 124 active ...e/editors/boolean/boolean.editor.scss 61% building modules 712/835 modules 123 active ...e/editors/boolean/boolean.editor.scss 61% building modules 713/835 modules 122 active ...e/editors/boolean/boolean.editor.scss 61% building modules 714/835 modules 121 active ...e/editors/boolean/boolean.editor.scss 61% building modules 715/835 modules 120 active ...e/editors/boolean/boolean.editor.scss 61% building modules 716/835 modules 119 active ...e/editors/boolean/boolean.editor.scss 61% building modules 717/835 modules 118 active ...e/editors/boolean/boolean.editor.scss 61% building modules 717/836 modules 119 active ...ranslate/core/src/translate.loader.js 61% building modules 717/837 modules 120 active ...anslate/core/src/translate.service.js 61% building modules 717/838 modules 121 active ...re/src/missing-translation-handler.js 61% building modules 717/839 modules 122 active ...ranslate/core/src/translate.parser.js 61% building modules 717/840 modules 123 active ...slate/core/src/translate.directive.js 61% building modules 717/841 modules 124 active ...-translate/core/src/translate.pipe.js 61% building modules 717/842 modules 125 active ...translate/core/src/translate.store.js 61% building modules 718/842 modules 124 active ...translate/core/src/translate.store.js 61% building modules 719/842 modules 123 active ...translate/core/src/translate.store.js 61% building modules 720/842 modules 122 active ...translate/core/src/translate.store.js 61% building modules 721/842 modules 121 active ...translate/core/src/translate.store.js 61% building modules 722/842 modules 120 active ...translate/core/src/translate.store.js 61% building modules 723/842 modules 119 active ...translate/core/src/translate.store.js 61% building modules 723/843 modules 120 active ...ents/widgets/attach/attach.widget.css 61% building modules 724/843 modules 119 active ...translate/core/src/translate.store.js 61% building modules 725/843 modules 118 active ...translate/core/src/translate.store.js 61% building modules 726/843 modules 117 active ...translate/core/src/translate.store.js 61% building modules 727/843 modules 116 active ...translate/core/src/translate.store.js 61% building modules 728/843 modules 115 active ...translate/core/src/translate.store.js 61% building modules 729/843 modules 114 active ...translate/core/src/translate.store.js 61% building modules 730/843 modules 113 active ...translate/core/src/translate.store.js 62% building modules 731/843 modules 112 active ...translate/core/src/translate.store.js 62% building modules 732/843 modules 111 active ...translate/core/src/translate.store.js 62% building modules 733/843 modules 110 active ...translate/core/src/translate.store.js 62% building modules 734/843 modules 109 active ...translate/core/src/translate.store.js 62% building modules 735/843 modules 108 active ...translate/core/src/translate.store.js 62% building modules 736/843 modules 107 active ...translate/core/src/translate.store.js 62% building modules 737/843 modules 106 active ...translate/core/src/translate.store.js 62% building modules 738/843 modules 105 active ...translate/core/src/translate.store.js 62% building modules 739/843 modules 104 active ...translate/core/src/translate.store.js 62% building modules 740/843 modules 103 active ...translate/core/src/translate.store.js 62% building modules 741/843 modules 102 active ...translate/core/src/translate.store.js 62% building modules 742/843 modules 101 active ...translate/core/src/translate.store.js 62% building modules 743/843 modules 100 active ...translate/core/src/translate.store.js  62% building modules 744/843 modules 99 active ...translate/core/src/translate.store.js 63% building modules 745/843 modules 98 active ...translate/core/src/translate.store.js 62% building modules 745/844 modules 99 active .../dynamic-table/editors/row.editor.css 63% building modules 746/844 modules 98 active ...translate/core/src/translate.store.js 63% building modules 747/844 modules 97 active ...translate/core/src/translate.store.js 63% building modules 748/844 modules 96 active ...translate/core/src/translate.store.js 63% building modules 748/845 modules 97 active ...nts/widgets/upload/upload.widget.scss 63% building modules 749/845 modules 96 active ...translate/core/src/translate.store.js 63% building modules 749/846 modules 97 active ...nts/widgets/upload/upload.widget.scss 63% building modules 749/847 modules 98 active ...nts/widgets/upload/upload.widget.html 62% building modules 749/848 modules 99 active ...c-table/editors/date/date.editor.html 62% building modules 749/849 modules 100 active ...c-table/editors/date/date.editor.scss  63% building modules 750/849 modules 99 active ...c-table/editors/date/date.editor.html 62% building modules 750/850 modules 100 active ...c-table/editors/date/date.editor.scss  63% building modules 751/850 modules 99 active ...c-table/editors/date/date.editor.scss 63% building modules 752/850 modules 98 active ...c-table/editors/date/date.editor.scss 63% building modules 753/850 modules 97 active ...c-table/editors/date/date.editor.scss 63% building modules 754/850 modules 96 active ...c-table/editors/date/date.editor.scss 63% building modules 755/850 modules 95 active ...c-table/editors/date/date.editor.scss 63% building modules 756/850 modules 94 active ...c-table/editors/date/date.editor.scss 63% building modules 757/850 modules 93 active ...c-table/editors/date/date.editor.scss 63% building modules 758/850 modules 92 active ...c-table/editors/date/date.editor.scss 63% building modules 759/850 modules 91 active ...c-table/editors/date/date.editor.scss 63% building modules 760/850 modules 90 active ...c-table/editors/date/date.editor.scss 63% building modules 761/850 modules 89 active ...c-table/editors/date/date.editor.scss 63% building modules 762/850 modules 88 active ...c-table/editors/date/date.editor.scss 63% building modules 763/850 modules 87 active ...c-table/editors/date/date.editor.scss 63% building modules 764/850 modules 86 active ...c-table/editors/date/date.editor.scss 64% building modules 765/850 modules 85 active ...c-table/editors/date/date.editor.scss 64% building modules 766/850 modules 84 active ...c-table/editors/date/date.editor.scss 64% building modules 767/850 modules 83 active ...c-table/editors/date/date.editor.scss 64% building modules 768/850 modules 82 active ...c-table/editors/date/date.editor.scss 64% building modules 769/850 modules 81 active ...c-table/editors/date/date.editor.scss 64% building modules 770/850 modules 80 active ...c-table/editors/date/date.editor.scss 64% building modules 771/850 modules 79 active ...c-table/editors/date/date.editor.scss 64% building modules 772/850 modules 78 active ...c-table/editors/date/date.editor.scss 64% building modules 773/850 modules 77 active ...c-table/editors/date/date.editor.scss 64% building modules 774/850 modules 76 active ...c-table/editors/date/date.editor.scss 64% building modules 775/850 modules 75 active ...c-table/editors/date/date.editor.scss 64% building modules 776/850 modules 74 active ...c-table/editors/date/date.editor.scss        64% building modules 776/851 modules 75 active external "rxjs/add/observable/of" 64% building modules 777/851 modules 74 active ...c-table/editors/date/date.editor.scss      64% building modules 777/852 modules 75 active external "rxjs/add/operator/concat" 64% building modules 778/852 modules 74 active ...c-table/editors/date/date.editor.scss       64% building modules 778/853 modules 75 active external "rxjs/add/operator/share" 64% building modules 779/853 modules 74 active ...c-table/editors/date/date.editor.scss         64% building modules 779/854 modules 75 active external "rxjs/add/operator/map" 64% building modules 780/854 modules 74 active ...c-table/editors/date/date.editor.scss       64% building modules 780/855 modules 75 active external "rxjs/add/operator/merge" 64% building modules 781/855 modules 74 active ...c-table/editors/date/date.editor.scss   64% building modules 781/856 modules 75 active external "rxjs/add/operator/switchMap" 64% building modules 782/856 modules 74 active ...c-table/editors/date/date.editor.scss     64% building modules 782/857 modules 75 active external "rxjs/add/operator/toArray" 64% building modules 783/857 modules 74 active ...c-table/editors/date/date.editor.scss        64% building modules 783/858 modules 75 active external "rxjs/add/operator/take" 64% building modules 784/858 modules 74 active ...c-table/editors/date/date.editor.scss 64% building modules 785/858 modules 73 active ...c-table/editors/date/date.editor.scss 64% building modules 786/858 modules 72 active ...c-table/editors/date/date.editor.scss 65% building modules 787/858 modules 71 active ...c-table/editors/date/date.editor.scss 65% building modules 788/858 modules 70 active ...c-table/editors/date/date.editor.scss 65% building modules 789/858 modules 69 active ...c-table/editors/date/date.editor.scss 65% building modules 790/858 modules 68 active ...c-table/editors/date/date.editor.scss 65% building modules 791/858 modules 67 active ...c-table/editors/date/date.editor.scss 65% building modules 792/858 modules 66 active ...c-table/editors/date/date.editor.scss 65% building modules 793/858 modules 65 active ...c-table/editors/date/date.editor.scss 65% building modules 794/858 modules 64 active ...c-table/editors/date/date.editor.scss 65% building modules 795/858 modules 63 active ...c-table/editors/date/date.editor.scss 65% building modules 796/858 modules 62 active ...c-table/editors/date/date.editor.scss 65% building modules 797/858 modules 61 active ...c-table/editors/date/date.editor.scss 65% building modules 798/858 modules 60 active ...c-table/editors/date/date.editor.scss 65% building modules 799/858 modules 59 active ...c-table/editors/date/date.editor.scss 65% building modules 800/858 modules 58 active ...c-table/editors/date/date.editor.scss 66% building modules 801/858 modules 57 active ...c-table/editors/date/date.editor.scss 66% building modules 802/858 modules 56 active ...c-table/editors/date/date.editor.scss 66% building modules 802/859 modules 57 active ...node_modules/path-browserify/index.js 66% building modules 803/859 modules 56 active ...node_modules/path-browserify/index.js 66% building modules 804/859 modules 55 active ...node_modules/path-browserify/index.js 66% building modules 805/859 modules 54 active ...node_modules/path-browserify/index.js 66% building modules 805/860 modules 55 active ...dules/@ngx-translate/core/src/util.js 66% building modules 806/860 modules 54 active ...dules/@ngx-translate/core/src/util.js 66% building modules 807/860 modules 53 active ...dules/@ngx-translate/core/src/util.js 66% building modules 808/860 modules 52 active ...dules/@ngx-translate/core/src/util.js 66% building modules 809/860 modules 51 active ...dules/@ngx-translate/core/src/util.js 66% building modules 810/860 modules 50 active ...dules/@ngx-translate/core/src/util.js 66% building modules 811/860 modules 49 active ...dules/@ngx-translate/core/src/util.js 66% building modules 812/860 modules 48 active ...dules/@ngx-translate/core/src/util.js 66% building modules 813/860 modules 47 active ...c-table/editors/date/date.editor.scss 66% building modules 814/860 modules 46 active ...c-table/editors/date/date.editor.scss 66% building modules 815/860 modules 45 active ...c-table/editors/date/date.editor.scss 66% building modules 815/861 modules 46 active ...node_modules/brace-expansion/index.js 66% building modules 816/861 modules 45 active ...node_modules/brace-expansion/index.js 66% building modules 817/861 modules 44 active ...node_modules/brace-expansion/index.js 67% building modules 818/861 modules 43 active ...node_modules/brace-expansion/index.js 67% building modules 819/861 modules 42 active ...node_modules/brace-expansion/index.js 67% building modules 819/862 modules 43 active ...nents/node_modules/process/browser.js 67% building modules 820/862 modules 42 active ...nents/node_modules/process/browser.js 67% building modules 821/862 modules 41 active ...nents/node_modules/process/browser.js 67% building modules 822/862 modules 40 active ...nents/node_modules/process/browser.js 67% building modules 823/862 modules 39 active ...nents/node_modules/process/browser.js 67% building modules 824/862 modules 38 active ...nents/node_modules/process/browser.js 67% building modules 825/862 modules 37 active ...nents/node_modules/process/browser.js 67% building modules 826/862 modules 36 active ...c-table/editors/date/date.editor.scss 67% building modules 827/862 modules 35 active ...c-table/editors/date/date.editor.scss 67% building modules 828/862 modules 34 active ...c-table/editors/date/date.editor.scss 67% building modules 829/862 modules 33 active ...c-table/editors/date/date.editor.scss 67% building modules 830/862 modules 32 active ...c-table/editors/date/date.editor.scss 67% building modules 831/862 modules 31 active ...c-table/editors/date/date.editor.scss 67% building modules 832/862 modules 30 active ...c-table/editors/date/date.editor.scss 67% building modules 833/862 modules 29 active ...c-table/editors/date/date.editor.scss 68% building modules 834/862 modules 28 active ...c-table/editors/date/date.editor.scss 68% building modules 835/862 modules 27 active ...c-table/editors/date/date.editor.scss 68% building modules 836/862 modules 26 active ...c-table/editors/date/date.editor.scss 68% building modules 837/862 modules 25 active ...c-table/editors/date/date.editor.scss 68% building modules 838/862 modules 24 active ...c-table/editors/date/date.editor.scss 68% building modules 839/862 modules 23 active ...c-table/editors/date/date.editor.scss 68% building modules 839/863 modules 24 active ...ents/node_modules/concat-map/index.js 68% building modules 839/864 modules 25 active .../node_modules/balanced-match/index.js 68% building modules 840/864 modules 24 active .../node_modules/balanced-match/index.js 68% building modules 841/864 modules 23 active .../node_modules/balanced-match/index.js 68% building modules 842/864 modules 22 active .../node_modules/balanced-match/index.js 68% building modules 843/864 modules 21 active .../node_modules/balanced-match/index.js 68% building modules 844/864 modules 20 active ...c-table/editors/date/date.editor.scss 68% building modules 845/864 modules 19 active ...c-table/editors/date/date.editor.scss 68% building modules 846/864 modules 18 active ...c-table/editors/date/date.editor.scss 68% building modules 847/864 modules 17 active ...c-table/editors/date/date.editor.scss 68% building modules 848/864 modules 16 active ...c-table/editors/date/date.editor.scss 68% building modules 849/864 modules 15 active ...c-table/editors/date/date.editor.scss 69% building modules 850/864 modules 14 active ...c-table/editors/date/date.editor.scss 69% building modules 851/864 modules 13 active ...c-table/editors/date/date.editor.scss 69% building modules 852/864 modules 12 active ...c-table/editors/date/date.editor.scss 69% building modules 853/864 modules 11 active ...c-table/editors/date/date.editor.scss 69% building modules 854/864 modules 10 active ...c-table/editors/date/date.editor.scss  69% building modules 855/864 modules 9 active ...c-table/editors/date/date.editor.scss 69% building modules 856/864 modules 8 active ...c-table/editors/date/date.editor.scss 69% building modules 857/864 modules 7 active ...c-table/editors/date/date.editor.scss 69% building modules 858/864 modules 6 active ...c-table/editors/date/date.editor.scss 69% building modules 859/864 modules 5 active ...c-table/editors/date/date.editor.scss 69% building modules 860/864 modules 4 active ...nts/widgets/upload/upload.widget.scss 69% building modules 861/864 modules 3 active ...rc/components/task-list.component.css 69% building modules 862/864 modules 2 active ...rc/components/task-list.component.css 69% building modules 863/864 modules 1 active ...rc/components/task-list.component.css 69% building modules 863/865 modules 2 active ...components/process-list.component.css 69% building modules 864/865 modules 1 active ...rc/components/task-list.component.css                                          70% building modules 865/865 modules 0 active 69% building modules 865/866 modules 1 active ...rc/components/task-list.component.css                                          70% building modules 866/866 modules 0 active                      17875ms building modules + 71% sealing13ms sealing + 72% optimizing 5ms optimizing + 73% basic module optimization 1ms basic module optimization + 74% module optimization 4ms module optimization + 75% advanced module optimization 1ms advanced module optimization + 76% basic chunk optimization 0ms basic chunk optimization + 77% chunk optimization 0ms chunk optimization + 78% advanced chunk optimization 0ms advanced chunk optimization + 79% module and chunk tree optimization 4ms module and chunk tree optimization + 80% module reviving14ms module reviving + 81% module order optimization 3ms module order optimization + 82% module id optimization 2ms module id optimization + 83% chunk reviving 5ms chunk reviving + 84% chunk order optimization 0ms chunk order optimization + 85% chunk id optimization38ms chunk id optimization + 86% hashing21ms hashing + 87% module assets processing 1ms module assets processing + 88% chunk assets processing55ms chunk assets processing + 89% additional chunk assets processing 2ms additional chunk assets processing + 90% recording 0ms recording + 91% additional asset processing 0ms additional asset processing + 92% chunk asset optimization215ms chunk asset optimization + 94% asset optimization57ms asset optimization + 95% emitting68ms emitting +Hash: 46b0e3bf6607d3423c23 +Version: webpack 2.2.1 +Time: 18753ms + Asset Size Chunks   Chunk Names + ng2-alfresco-core/bundles/assets/ng2-alfresco-core/i18n/it.json 245 bytes  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_document.43d9bfb2ccae054a56e2ca40c4e6d77e.svg 6.69 kB  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_archive.52c6fbd59da7367b8d80838bb540ed53.svg 6.79 kB  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_ms_excel.ff0b4c431df45a024b88f16be849a4a8.svg 8.19 kB  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_ms_word.03b957812273e6e731c8b759a4b479b9.svg 7.61 kB  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_raster_image.a2a29ea444a70beddb38e4897ea76a0f.svg 6.65 kB  [emitted] + ng2-activiti-tasklist/bundles/assets/images/user.01b46903dd0c2cb3b0abc908f3095d93.jpg 6.96 kB  [emitted] + ng2-activiti-processlist/bundles/assets/images/empty_doc_lib.a89c064e4edfa54d2e347bf594947219.svg 26.5 kB  [emitted] + ng2-activiti-tasklist/bundles/assets/images/empty_doc_lib.a89c064e4edfa54d2e347bf594947219.svg 26.5 kB  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_folder.1ece9230c256a6ebeeca193cb0fd860e.svg 6.6 kB  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_folder_disable.06441910956c575688822a09b0566784.svg 239 bytes  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_miscellaneous.e4862994d43932202b2a996180153e51.svg 6.61 kB  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_pdf.16544c01efcb040787005ead12b0bc3e.svg 7.02 kB  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_presentation.9290474661f7afba546d50b9fbed90f1.svg 6.63 kB  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_spreadsheet.844b9d5f795485f82ce8e8c5a59a498e.svg 7 kB  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_vector_image.e1a2da09c969362955bdcec518b44ec3.svg 6.76 kB  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_video.7c067349a7712caaee3957a5abd132c5.svg 6.72 kB  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_website.188ff3afc07c9fb4f751ce4ccfcba147.svg 6.62 kB  [emitted] +ng2-alfresco-documentlist/bundles/assets/images/empty_doc_lib.a89c064e4edfa54d2e347bf594947219.svg 26.5 kB  [emitted] + ng2-alfresco-login/bundles/assets/images/alfresco-logo.2db246e1d7e6fca3effb566e92e51f42.svg 5.79 kB  [emitted] + ng2-alfresco-login/bundles/assets/images/background.fa3544aac8d4255bcb78b25374bd0fe4.svg 1.09 kB  [emitted] + ng2-alfresco-search/bundles/assets/images/empty_doc_lib.a89c064e4edfa54d2e347bf594947219.svg 26.5 kB  [emitted] + ng2-alfresco-userinfo/bundles/assets/images/anonymous.6de44e6eb9dc32187635b13868e6b2fc.gif 1.76 kB  [emitted] + ng2-alfresco-userinfo/bundles/assets/images/bpm-background.ee4a55539eeb9762ca6b7b037664b192.png 6.39 kB  [emitted] + ng2-alfresco-userinfo/bundles/assets/images/ecm-background.84de3762880d8e6b7d94ab283b026d3a.png 5.03 kB  [emitted] + ng2-alfresco-core/bundles/ng2-alfresco-core.js 510 kB 0 [emitted] [big] ng2-alfresco-core + ng2-activiti-form/bundles/ng2-activiti-form.js 405 kB 1 [emitted] [big] ng2-activiti-form + ng2-activiti-diagrams/bundles/ng2-activiti-diagrams.js 418 kB 2 [emitted] [big] ng2-activiti-diagrams + ng2-activiti-tasklist/bundles/ng2-activiti-tasklist.js 228 kB 3 [emitted] ng2-activiti-tasklist + ng2-activiti-processlist/bundles/ng2-activiti-processlist.js 139 kB 4 [emitted] ng2-activiti-processlist + ng2-alfresco-documentlist/bundles/ng2-alfresco-documentlist.js 160 kB 5 [emitted] ng2-alfresco-documentlist + ng2-activiti-analytics/bundles/ng2-activiti-analytics.js 122 kB 6 [emitted] ng2-activiti-analytics + ng2-alfresco-viewer/bundles/ng2-alfresco-viewer.js 87.2 kB 7 [emitted] ng2-alfresco-viewer + ng2-alfresco-datatable/bundles/ng2-alfresco-datatable.js 79.2 kB 8 [emitted] ng2-alfresco-datatable + ng2-alfresco-upload/bundles/ng2-alfresco-upload.js 72.1 kB 9 [emitted] ng2-alfresco-upload + ng2-alfresco-search/bundles/ng2-alfresco-search.js 50.1 kB 10 [emitted] ng2-alfresco-search + ng2-alfresco-tag/bundles/ng2-alfresco-tag.js 30.1 kB 11 [emitted] ng2-alfresco-tag + ng2-alfresco-userinfo/bundles/ng2-alfresco-userinfo.js 33.1 kB 12 [emitted] ng2-alfresco-userinfo + ng2-alfresco-login/bundles/ng2-alfresco-login.js 37.8 kB 13 [emitted] ng2-alfresco-login + ng2-alfresco-social/bundles/ng2-alfresco-social.js 23.8 kB 14 [emitted] ng2-alfresco-social + ng2-alfresco-webscript/bundles/ng2-alfresco-webscript.js 13.3 kB 15 [emitted] ng2-alfresco-webscript + ng2-alfresco-core/bundles/ng2-alfresco-core.js.map 454 kB 0 [emitted] ng2-alfresco-core + ng2-activiti-form/bundles/ng2-activiti-form.js.map 389 kB 1 [emitted] ng2-activiti-form + ng2-activiti-diagrams/bundles/ng2-activiti-diagrams.js.map 320 kB 2 [emitted] ng2-activiti-diagrams + ng2-activiti-tasklist/bundles/ng2-activiti-tasklist.js.map 226 kB 3 [emitted] ng2-activiti-tasklist + ng2-activiti-processlist/bundles/ng2-activiti-processlist.js.map 137 kB 4 [emitted] ng2-activiti-processlist + ng2-alfresco-documentlist/bundles/ng2-alfresco-documentlist.js.map 153 kB 5 [emitted] ng2-alfresco-documentlist + ng2-activiti-analytics/bundles/ng2-activiti-analytics.js.map 113 kB 6 [emitted] ng2-activiti-analytics + ng2-alfresco-viewer/bundles/ng2-alfresco-viewer.js.map 86.9 kB 7 [emitted] ng2-alfresco-viewer + ng2-alfresco-datatable/bundles/ng2-alfresco-datatable.js.map 71.2 kB 8 [emitted] ng2-alfresco-datatable + ng2-alfresco-upload/bundles/ng2-alfresco-upload.js.map 70.2 kB 9 [emitted] ng2-alfresco-upload + ng2-alfresco-search/bundles/ng2-alfresco-search.js.map 46.4 kB 10 [emitted] ng2-alfresco-search + ng2-alfresco-tag/bundles/ng2-alfresco-tag.js.map 26.9 kB 11 [emitted] ng2-alfresco-tag + ng2-alfresco-userinfo/bundles/ng2-alfresco-userinfo.js.map 32.2 kB 12 [emitted] ng2-alfresco-userinfo + ng2-alfresco-login/bundles/ng2-alfresco-login.js.map 35.4 kB 13 [emitted] ng2-alfresco-login + ng2-alfresco-social/bundles/ng2-alfresco-social.js.map 21.7 kB 14 [emitted] ng2-alfresco-social + ng2-alfresco-webscript/bundles/ng2-alfresco-webscript.js.map 12.2 kB 15 [emitted] ng2-alfresco-webscript + ng2-activiti-analytics/bundles/assets/ng2-activiti-analytics/i18n/de.json 2.23 kB  [emitted] + ng2-activiti-analytics/bundles/assets/ng2-activiti-analytics/i18n/en.json 2.12 kB  [emitted] + ng2-activiti-analytics/bundles/assets/ng2-activiti-analytics/i18n/fr.json 2.33 kB  [emitted] + ng2-activiti-analytics/bundles/assets/ng2-activiti-analytics/i18n/es.json 2.3 kB  [emitted] + ng2-activiti-analytics/bundles/assets/ng2-activiti-analytics/i18n/it.json 2.31 kB  [emitted] + ng2-activiti-analytics/bundles/assets/ng2-activiti-analytics/i18n/ja.json 2.41 kB  [emitted] + ng2-activiti-analytics/bundles/assets/ng2-activiti-analytics/i18n/nb.json 2.12 kB  [emitted] + ng2-activiti-analytics/bundles/assets/ng2-activiti-analytics/i18n/nl.json 2.15 kB  [emitted] + ng2-activiti-analytics/bundles/assets/ng2-activiti-analytics/i18n/pt-BR.json 2.29 kB  [emitted] + ng2-activiti-analytics/bundles/assets/ng2-activiti-analytics/i18n/zh-CN.json 1.97 kB  [emitted] + ng2-activiti-analytics/bundles/assets/ng2-activiti-analytics/i18n/ru.json 2.99 kB  [emitted] + ng2-activiti-diagrams/bundles/assets/ng2-activiti-diagrams/i18n/en.json 29 bytes  [emitted] + ng2-activiti-diagrams/bundles/assets/ng2-activiti-diagrams/i18n/de.json 29 bytes  [emitted] + ng2-activiti-diagrams/bundles/assets/ng2-activiti-diagrams/i18n/fr.json 30 bytes  [emitted] + ng2-activiti-diagrams/bundles/assets/ng2-activiti-diagrams/i18n/es.json 29 bytes  [emitted] + ng2-activiti-diagrams/bundles/assets/ng2-activiti-diagrams/i18n/nb.json 30 bytes  [emitted] + ng2-activiti-diagrams/bundles/assets/ng2-activiti-diagrams/i18n/it.json 29 bytes  [emitted] + ng2-activiti-diagrams/bundles/assets/ng2-activiti-diagrams/i18n/nl.json 30 bytes  [emitted] + ng2-activiti-diagrams/bundles/assets/ng2-activiti-diagrams/i18n/ja.json 23 bytes  [emitted] + ng2-activiti-diagrams/bundles/assets/ng2-activiti-diagrams/i18n/pt-BR.json 29 bytes  [emitted] + ng2-activiti-diagrams/bundles/assets/ng2-activiti-diagrams/i18n/zh-CN.json 26 bytes  [emitted] + ng2-activiti-diagrams/bundles/assets/ng2-activiti-diagrams/i18n/ru.json 30 bytes  [emitted] + ng2-activiti-form/bundles/assets/ng2-activiti-form/i18n/de.json 213 bytes  [emitted] + ng2-activiti-form/bundles/assets/ng2-activiti-form/i18n/en.json 720 bytes  [emitted] + ng2-activiti-form/bundles/assets/ng2-activiti-form/i18n/es.json 216 bytes  [emitted] + ng2-activiti-form/bundles/assets/ng2-activiti-form/i18n/fr.json 219 bytes  [emitted] + ng2-activiti-form/bundles/assets/ng2-activiti-form/i18n/it.json 741 bytes  [emitted] + ng2-activiti-form/bundles/assets/ng2-activiti-form/i18n/nb.json 217 bytes  [emitted] + ng2-activiti-form/bundles/assets/ng2-activiti-form/i18n/ja.json 226 bytes  [emitted] + ng2-activiti-form/bundles/assets/ng2-activiti-form/i18n/nl.json 210 bytes  [emitted] + ng2-activiti-form/bundles/assets/ng2-activiti-form/i18n/pt-BR.json 230 bytes  [emitted] + ng2-activiti-form/bundles/assets/ng2-activiti-form/i18n/ru.json 310 bytes  [emitted] + ng2-activiti-form/bundles/assets/ng2-activiti-form/i18n/zh-CN.json 199 bytes  [emitted] + ng2-activiti-processlist/bundles/assets/ng2-activiti-processlist/i18n/de.json 3.18 kB  [emitted] + ng2-activiti-processlist/bundles/assets/ng2-activiti-processlist/i18n/es.json 3.09 kB  [emitted] + ng2-activiti-processlist/bundles/assets/ng2-activiti-processlist/i18n/en.json 3.94 kB  [emitted] + ng2-activiti-processlist/bundles/assets/ng2-activiti-processlist/i18n/fr.json 3.21 kB  [emitted] + ng2-activiti-processlist/bundles/assets/ng2-activiti-processlist/i18n/it.json 3.04 kB  [emitted] + ng2-activiti-processlist/bundles/assets/ng2-activiti-processlist/i18n/ja.json 3.56 kB  [emitted] + ng2-activiti-processlist/bundles/assets/ng2-activiti-processlist/i18n/nb.json 2.92 kB  [emitted] + ng2-activiti-processlist/bundles/assets/ng2-activiti-processlist/i18n/nl.json 3 kB  [emitted] + ng2-activiti-processlist/bundles/assets/ng2-activiti-processlist/i18n/ru.json 4.07 kB  [emitted] + ng2-activiti-processlist/bundles/assets/ng2-activiti-processlist/i18n/pt-BR.json 3.12 kB  [emitted] + ng2-activiti-processlist/bundles/assets/ng2-activiti-processlist/i18n/zh-CN.json 2.75 kB  [emitted] + ng2-activiti-tasklist/bundles/assets/ng2-activiti-tasklist/i18n/de.json 3 kB  [emitted] + ng2-activiti-tasklist/bundles/assets/ng2-activiti-tasklist/i18n/en.json 4.13 kB  [emitted] + ng2-activiti-tasklist/bundles/assets/ng2-activiti-tasklist/i18n/fr.json 3.04 kB  [emitted] + ng2-activiti-tasklist/bundles/assets/ng2-activiti-tasklist/i18n/es.json 2.95 kB  [emitted] + ng2-activiti-tasklist/bundles/assets/ng2-activiti-tasklist/i18n/it.json 3.35 kB  [emitted] + ng2-activiti-tasklist/bundles/assets/ng2-activiti-tasklist/i18n/ja.json 3.35 kB  [emitted] + ng2-activiti-tasklist/bundles/assets/ng2-activiti-tasklist/i18n/nb.json 2.74 kB  [emitted] + ng2-activiti-tasklist/bundles/assets/ng2-activiti-tasklist/i18n/nl.json 2.85 kB  [emitted] + ng2-activiti-tasklist/bundles/assets/ng2-activiti-tasklist/i18n/pt-BR.json 2.92 kB  [emitted] + ng2-activiti-tasklist/bundles/assets/ng2-activiti-tasklist/i18n/ru.json 3.64 kB  [emitted] + ng2-activiti-tasklist/bundles/assets/ng2-activiti-tasklist/i18n/zh-CN.json 2.64 kB  [emitted] + ng2-alfresco-core/bundles/assets/ng2-alfresco-core/i18n/de.json 243 bytes  [emitted] + ng2-alfresco-core/bundles/assets/ng2-alfresco-core/i18n/en.json 1.48 kB  [emitted] + ng2-alfresco-core/bundles/assets/ng2-alfresco-core/i18n/es.json 239 bytes  [emitted] + ng2-alfresco-core/bundles/assets/ng2-alfresco-core/i18n/fr.json 239 bytes  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_ms_powerpoint.cb1eb5f9ba7cdac57b995b819cb966eb.svg 7.51 kB  [emitted] + ng2-alfresco-core/bundles/assets/ng2-alfresco-core/i18n/ja.json 253 bytes  [emitted] + ng2-alfresco-core/bundles/assets/ng2-alfresco-core/i18n/nb.json 227 bytes  [emitted] + ng2-alfresco-core/bundles/assets/ng2-alfresco-core/i18n/nl.json 243 bytes  [emitted] + ng2-alfresco-core/bundles/assets/ng2-alfresco-core/i18n/pt-BR.json 235 bytes  [emitted] + ng2-alfresco-core/bundles/assets/ng2-alfresco-core/i18n/ru.json 286 bytes  [emitted] + ng2-alfresco-core/bundles/assets/ng2-alfresco-core/i18n/zh-CN.json 225 bytes  [emitted] + ng2-alfresco-datatable/bundles/assets/ng2-alfresco-datatable/i18n/de.json 206 bytes  [emitted] + ng2-alfresco-datatable/bundles/assets/ng2-alfresco-datatable/i18n/en.json 239 bytes  [emitted] + ng2-alfresco-datatable/bundles/assets/ng2-alfresco-datatable/i18n/es.json 208 bytes  [emitted] + ng2-alfresco-datatable/bundles/assets/ng2-alfresco-datatable/i18n/fr.json 206 bytes  [emitted] + ng2-alfresco-datatable/bundles/assets/ng2-alfresco-datatable/i18n/it.json 210 bytes  [emitted] + ng2-alfresco-datatable/bundles/assets/ng2-alfresco-datatable/i18n/ja.json 258 bytes  [emitted] + ng2-alfresco-datatable/bundles/assets/ng2-alfresco-datatable/i18n/nb.json 199 bytes  [emitted] + ng2-alfresco-datatable/bundles/assets/ng2-alfresco-datatable/i18n/nl.json 208 bytes  [emitted] + ng2-alfresco-datatable/bundles/assets/ng2-alfresco-datatable/i18n/pt-BR.json 205 bytes  [emitted] + ng2-alfresco-datatable/bundles/assets/ng2-alfresco-datatable/i18n/ru.json 232 bytes  [emitted] + ng2-alfresco-datatable/bundles/assets/ng2-alfresco-datatable/i18n/zh-CN.json 182 bytes  [emitted] + ng2-alfresco-documentlist/bundles/assets/ng2-alfresco-documentlist/i18n/en.json 1.72 kB  [emitted] + ng2-alfresco-documentlist/bundles/assets/ng2-alfresco-documentlist/i18n/de.json 1.48 kB  [emitted] + ng2-alfresco-documentlist/bundles/assets/ng2-alfresco-documentlist/i18n/es.json 1.43 kB  [emitted] + ng2-alfresco-documentlist/bundles/assets/ng2-alfresco-documentlist/i18n/fr.json 1.39 kB  [emitted] + ng2-alfresco-documentlist/bundles/assets/ng2-alfresco-documentlist/i18n/it.json 1.45 kB  [emitted] + ng2-alfresco-documentlist/bundles/assets/ng2-alfresco-documentlist/i18n/ja.json 1.58 kB  [emitted] + ng2-alfresco-documentlist/bundles/assets/ng2-alfresco-documentlist/i18n/nl.json 1.39 kB  [emitted] + ng2-alfresco-documentlist/bundles/assets/ng2-alfresco-documentlist/i18n/nb.json 1.31 kB  [emitted] + ng2-alfresco-documentlist/bundles/assets/ng2-alfresco-documentlist/i18n/pt-BR.json 1.38 kB  [emitted] + ng2-alfresco-documentlist/bundles/assets/ng2-alfresco-documentlist/i18n/ru.json 1.8 kB  [emitted] + ng2-alfresco-documentlist/bundles/assets/ng2-alfresco-documentlist/i18n/zh-CN.json 1.3 kB  [emitted] + ng2-alfresco-login/bundles/assets/ng2-alfresco-login/i18n/de.json 1.15 kB  [emitted] + ng2-alfresco-login/bundles/assets/ng2-alfresco-login/i18n/en.json 1.13 kB  [emitted] + ng2-alfresco-login/bundles/assets/ng2-alfresco-login/i18n/es.json 1.17 kB  [emitted] + ng2-alfresco-login/bundles/assets/ng2-alfresco-login/i18n/fr.json 1.12 kB  [emitted] + ng2-alfresco-login/bundles/assets/ng2-alfresco-login/i18n/it.json 1.1 kB  [emitted] + ng2-alfresco-login/bundles/assets/ng2-alfresco-login/i18n/nb.json 1.04 kB  [emitted] + ng2-alfresco-login/bundles/assets/ng2-alfresco-login/i18n/nl.json 1.14 kB  [emitted] + ng2-alfresco-login/bundles/assets/ng2-alfresco-login/i18n/ja.json 1.33 kB  [emitted] + ng2-alfresco-login/bundles/assets/ng2-alfresco-login/i18n/pt-BR.json 1.09 kB  [emitted] + ng2-alfresco-login/bundles/assets/ng2-alfresco-login/i18n/zh-CN.json 996 bytes  [emitted] + ng2-alfresco-login/bundles/assets/ng2-alfresco-login/i18n/ru.json 1.45 kB  [emitted] + ng2-alfresco-search/bundles/assets/ng2-alfresco-search/i18n/de.json 1.44 kB  [emitted] + ng2-alfresco-search/bundles/assets/ng2-alfresco-search/i18n/fr.json 1.45 kB  [emitted] + ng2-alfresco-search/bundles/assets/ng2-alfresco-search/i18n/en.json 1.63 kB  [emitted] + ng2-alfresco-search/bundles/assets/ng2-alfresco-search/i18n/es.json 1.46 kB  [emitted] + ng2-alfresco-search/bundles/assets/ng2-alfresco-search/i18n/it.json 1.39 kB  [emitted] + ng2-alfresco-search/bundles/assets/ng2-alfresco-search/i18n/ja.json 1.5 kB  [emitted] + ng2-alfresco-search/bundles/assets/ng2-alfresco-search/i18n/nl.json 1.42 kB  [emitted] + ng2-alfresco-search/bundles/assets/ng2-alfresco-search/i18n/nb.json 1.32 kB  [emitted] + ng2-alfresco-search/bundles/assets/ng2-alfresco-search/i18n/pt-BR.json 1.45 kB  [emitted] + ng2-alfresco-search/bundles/assets/ng2-alfresco-search/i18n/ru.json 1.82 kB  [emitted] + ng2-alfresco-search/bundles/assets/ng2-alfresco-search/i18n/zh-CN.json 1.33 kB  [emitted] + ng2-alfresco-social/bundles/assets/ng2-alfresco-social/i18n/de.json 2 bytes  [emitted] + ng2-alfresco-social/bundles/assets/ng2-alfresco-social/i18n/en.json 5 bytes  [emitted] + ng2-alfresco-social/bundles/assets/ng2-alfresco-social/i18n/fr.json 2 bytes  [emitted] + ng2-alfresco-social/bundles/assets/ng2-alfresco-social/i18n/es.json 2 bytes  [emitted] + ng2-alfresco-social/bundles/assets/ng2-alfresco-social/i18n/it.json 2 bytes  [emitted] + ng2-alfresco-social/bundles/assets/ng2-alfresco-social/i18n/ja.json 2 bytes  [emitted] + ng2-alfresco-social/bundles/assets/ng2-alfresco-social/i18n/nl.json 2 bytes  [emitted] + ng2-alfresco-social/bundles/assets/ng2-alfresco-social/i18n/nb.json 2 bytes  [emitted] + ng2-alfresco-social/bundles/assets/ng2-alfresco-social/i18n/pt-BR.json 2 bytes  [emitted] + ng2-alfresco-social/bundles/assets/ng2-alfresco-social/i18n/ru.json 2 bytes  [emitted] + ng2-alfresco-social/bundles/assets/ng2-alfresco-social/i18n/zh-CN.json 2 bytes  [emitted] + ng2-alfresco-tag/bundles/assets/ng2-alfresco-tag/i18n/de.json 190 bytes  [emitted] + ng2-alfresco-tag/bundles/assets/ng2-alfresco-tag/i18n/fr.json 185 bytes  [emitted] + ng2-alfresco-tag/bundles/assets/ng2-alfresco-tag/i18n/en.json 218 bytes  [emitted] + ng2-alfresco-tag/bundles/assets/ng2-alfresco-tag/i18n/es.json 193 bytes  [emitted] + ng2-alfresco-tag/bundles/assets/ng2-alfresco-tag/i18n/it.json 178 bytes  [emitted] + ng2-alfresco-tag/bundles/assets/ng2-alfresco-tag/i18n/ja.json 200 bytes  [emitted] + ng2-alfresco-tag/bundles/assets/ng2-alfresco-tag/i18n/nl.json 177 bytes  [emitted] + ng2-alfresco-tag/bundles/assets/ng2-alfresco-tag/i18n/nb.json 180 bytes  [emitted] + ng2-alfresco-tag/bundles/assets/ng2-alfresco-tag/i18n/pt-BR.json 183 bytes  [emitted] + ng2-alfresco-tag/bundles/assets/ng2-alfresco-tag/i18n/ru.json 226 bytes  [emitted] + ng2-alfresco-tag/bundles/assets/ng2-alfresco-tag/i18n/zh-CN.json 179 bytes  [emitted] + ng2-alfresco-upload/bundles/assets/ng2-alfresco-upload/i18n/de.json 1.67 kB  [emitted] + ng2-alfresco-upload/bundles/assets/ng2-alfresco-upload/i18n/en.json 1.7 kB  [emitted] + ng2-alfresco-upload/bundles/assets/ng2-alfresco-upload/i18n/es.json 1.55 kB  [emitted] + ng2-alfresco-upload/bundles/assets/ng2-alfresco-upload/i18n/fr.json 1.63 kB  [emitted] + ng2-alfresco-upload/bundles/assets/ng2-alfresco-upload/i18n/ja.json 2.06 kB  [emitted] + ng2-alfresco-upload/bundles/assets/ng2-alfresco-upload/i18n/it.json 1.57 kB  [emitted] + ng2-alfresco-upload/bundles/assets/ng2-alfresco-upload/i18n/nb.json 1.49 kB  [emitted] + ng2-alfresco-upload/bundles/assets/ng2-alfresco-upload/i18n/nl.json 1.61 kB  [emitted] + ng2-alfresco-upload/bundles/assets/ng2-alfresco-upload/i18n/pt-BR.json 1.55 kB  [emitted] + ng2-alfresco-upload/bundles/assets/ng2-alfresco-upload/i18n/ru.json 2.02 kB  [emitted] + ng2-alfresco-upload/bundles/assets/ng2-alfresco-upload/i18n/zh-CN.json 1.44 kB  [emitted] + ng2-alfresco-userinfo/bundles/assets/ng2-alfresco-userinfo/i18n/de.json 156 bytes  [emitted] + ng2-alfresco-userinfo/bundles/assets/ng2-alfresco-userinfo/i18n/en.json 210 bytes  [emitted] + ng2-alfresco-userinfo/bundles/assets/ng2-alfresco-userinfo/i18n/es.json 155 bytes  [emitted] + ng2-alfresco-userinfo/bundles/assets/ng2-alfresco-userinfo/i18n/fr.json 155 bytes  [emitted] + ng2-alfresco-userinfo/bundles/assets/ng2-alfresco-userinfo/i18n/it.json 166 bytes  [emitted] + ng2-alfresco-userinfo/bundles/assets/ng2-alfresco-userinfo/i18n/ja.json 159 bytes  [emitted] + ng2-alfresco-userinfo/bundles/assets/ng2-alfresco-userinfo/i18n/nb.json 160 bytes  [emitted] + ng2-alfresco-userinfo/bundles/assets/ng2-alfresco-userinfo/i18n/nl.json 154 bytes  [emitted] + ng2-alfresco-userinfo/bundles/assets/ng2-alfresco-userinfo/i18n/ru.json 174 bytes  [emitted] + ng2-alfresco-userinfo/bundles/assets/ng2-alfresco-userinfo/i18n/pt-BR.json 152 bytes  [emitted] + ng2-alfresco-userinfo/bundles/assets/ng2-alfresco-userinfo/i18n/zh-CN.json 159 bytes  [emitted] + ng2-alfresco-viewer/bundles/assets/ng2-alfresco-viewer/i18n/en.json 700 bytes  [emitted] + ng2-alfresco-viewer/bundles/assets/ng2-alfresco-viewer/i18n/de.json 2 bytes  [emitted] + ng2-alfresco-viewer/bundles/assets/ng2-alfresco-viewer/i18n/fr.json 2 bytes  [emitted] + ng2-alfresco-viewer/bundles/assets/ng2-alfresco-viewer/i18n/es.json 2 bytes  [emitted] + ng2-alfresco-viewer/bundles/assets/ng2-alfresco-viewer/i18n/nb.json 2 bytes  [emitted] + ng2-alfresco-viewer/bundles/assets/ng2-alfresco-viewer/i18n/it.json 2 bytes  [emitted] + ng2-alfresco-viewer/bundles/assets/ng2-alfresco-viewer/i18n/ja.json 2 bytes  [emitted] + ng2-alfresco-viewer/bundles/assets/ng2-alfresco-viewer/i18n/pt-BR.json 2 bytes  [emitted] + ng2-alfresco-viewer/bundles/assets/ng2-alfresco-viewer/i18n/nl.json 2 bytes  [emitted] + ng2-alfresco-viewer/bundles/assets/ng2-alfresco-viewer/i18n/zh-CN.json 2 bytes  [emitted] + ng2-alfresco-viewer/bundles/assets/ng2-alfresco-viewer/i18n/ru.json 2 bytes  [emitted] + ng2-alfresco-webscript/bundles/assets/ng2-alfresco-webscript/i18n/de.json 2 bytes  [emitted] + ng2-alfresco-webscript/bundles/assets/ng2-alfresco-webscript/i18n/en.json 112 bytes  [emitted] + ng2-alfresco-webscript/bundles/assets/ng2-alfresco-webscript/i18n/fr.json 2 bytes  [emitted] + ng2-alfresco-webscript/bundles/assets/ng2-alfresco-webscript/i18n/es.json 2 bytes  [emitted] + ng2-alfresco-webscript/bundles/assets/ng2-alfresco-webscript/i18n/ja.json 2 bytes  [emitted] + ng2-alfresco-webscript/bundles/assets/ng2-alfresco-webscript/i18n/it.json 2 bytes  [emitted] + ng2-alfresco-webscript/bundles/assets/ng2-alfresco-webscript/i18n/nb.json 2 bytes  [emitted] + ng2-alfresco-webscript/bundles/assets/ng2-alfresco-webscript/i18n/nl.json 2 bytes  [emitted] + ng2-alfresco-webscript/bundles/assets/ng2-alfresco-webscript/i18n/pt-BR.json 2 bytes  [emitted] + ng2-alfresco-webscript/bundles/assets/ng2-alfresco-webscript/i18n/ru.json 2 bytes  [emitted] + ng2-alfresco-webscript/bundles/assets/ng2-alfresco-webscript/i18n/zh-CN.json 2 bytes  [emitted] + [851] ./ng2-activiti-diagrams/index.ts 2.65 kB {2} [built] + factory:265ms building:850ms dependencies:1ms = 1116ms + [852] ./ng2-activiti-form/index.ts 6.61 kB {1} [built] + factory:266ms building:7476ms dependencies:0ms = 7742ms + [853] ./ng2-activiti-processlist/index.ts 10.9 kB {4} [built] + factory:265ms building:7544ms dependencies:0ms = 7809ms + [854] ./ng2-activiti-tasklist/index.ts 12.9 kB {3} [built] + factory:265ms building:7600ms dependencies:0ms = 7865ms + [855] ./ng2-alfresco-core/index.ts 23 kB {0} [built] + factory:136ms building:7618ms dependencies:0ms = 7754ms + [856] ./ng2-alfresco-datatable/index.ts 4.95 kB {8} [built] + factory:264ms building:427ms = 691ms + [857] ./ng2-alfresco-documentlist/index.ts 6.61 kB {5} [built] + factory:265ms building:1196ms dependencies:0ms = 1461ms + [858] ./ng2-alfresco-login/index.ts 3.51 kB {13} [built] + factory:265ms building:1230ms dependencies:1ms = 1496ms + [859] ./ng2-alfresco-search/index.ts 4.61 kB {10} [built] + factory:266ms building:1276ms dependencies:0ms = 1542ms + [860] ./ng2-alfresco-social/index.ts 2.6 kB {14} [built] + factory:266ms building:1296ms dependencies:0ms = 1562ms + [861] ./ng2-alfresco-tag/index.ts 3.83 kB {11} [built] + factory:266ms building:1385ms dependencies:0ms = 1651ms + [862] ./ng2-alfresco-upload/index.ts 3.77 kB {9} [built] + factory:267ms building:1323ms dependencies:0ms = 1590ms + [863] ./ng2-alfresco-userinfo/index.ts 3.17 kB {12} [built] + factory:267ms building:1454ms dependencies:0ms = 1721ms + [864] ./ng2-alfresco-viewer/index.ts 3.91 kB {7} [built] + factory:267ms building:1411ms dependencies:0ms = 1678ms + [865] ./ng2-alfresco-webscript/index.ts 2.57 kB {15} [built] + factory:268ms building:1425ms dependencies:0ms = 1693ms + + 851 hidden modules + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-table.widget.spec.ts +(28,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-table.widget.model"' has no exported member 'DynamicTableColumn'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-table.widget.spec.ts +(28,49): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-table.widget.model"' has no exported member 'DynamicTableRow'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/boolean/boolean.editor.spec.ts +(18,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-table.widget.model"' has no exported member 'DynamicTableColumn'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/boolean/boolean.editor.spec.ts +(18,30): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-table.widget.model"' has no exported member 'DynamicTableRow'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/date/date.editor.spec.ts +(24,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-table.widget.model"' has no exported member 'DynamicTableColumn'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/date/date.editor.spec.ts +(24,49): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-table.widget.model"' has no exported member 'DynamicTableRow'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/dropdown/dropdown.editor.spec.ts +(27,5): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-table.widget.model"' has no exported member 'DynamicTableColumn'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/dropdown/dropdown.editor.spec.ts +(28,5): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-table.widget.model"' has no exported member 'DynamicTableColumnOption'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/dropdown/dropdown.editor.spec.ts +(30,5): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-table.widget.model"' has no exported member 'DynamicTableRow'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/row.editor.spec.ts +(20,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-table.widget.model"' has no exported member 'DynamicRowValidationSummary'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/row.editor.spec.ts +(20,39): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-table.widget.model"' has no exported member 'DynamicTableColumn'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/row.editor.spec.ts +(20,78): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-table.widget.model"' has no exported member 'DynamicTableRow'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/text/text.editor.spec.ts +(18,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-table.widget.model"' has no exported member 'DynamicTableColumn'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/editors/text/text.editor.spec.ts +(18,30): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-form/src/components/widgets/dynamic-table/dynamic-table.widget.model"' has no exported member 'DynamicTableRow'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-processlist/src/components/process-filters.component.ts +(19,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/index"' has no exported member 'ProcessInstanceFilterRepresentation'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-processlist/src/models/filter-process.model.ts +(18,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/index"' has no exported member 'ProcessFilterRequestRepresentation'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-processlist/src/models/filter-process.model.ts +(18,46): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/index"' has no exported member 'ProcessInstanceFilterRepresentation'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-processlist/src/models/filter-process.model.ts +(18,83): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/index"' has no exported member 'UserProcessInstanceFilterRepresentation'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-processlist/src/models/process-instance.model.ts +(18,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/index"' has no exported member 'LightUserRepresentation'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-processlist/src/models/process-instance.model.ts +(18,35): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/index"' has no exported member 'ProcessInstanceRepresentation'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-tasklist/src/models/filter.model.ts +(18,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/index"' has no exported member 'TaskQueryRequestRepresentation'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-tasklist/src/models/filter.model.ts +(18,42): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/index"' has no exported member 'UserTaskFilterRepresentation'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-tasklist/src/models/task-details.model.ts +(25,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/index"' has no exported member 'TaskRepresentation'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/pagination/pagination.component.spec.ts +(20,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MaterialModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/pagination/pagination.component.spec.ts +(47,28): Property 'forRoot' does not exist on type 'typeof CoreModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/pagination/pagination.module.ts +(20,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MaterialModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/toolbar/toolbar.module.ts +(20,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdToolbarModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view-dateitem.component.spec.ts +(19,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdDatepickerModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view-dateitem.component.spec.ts +(19,30): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdInputModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view-dateitem.component.spec.ts +(19,45): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdNativeDateModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view-dateitem.component.ts +(19,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdDatepicker'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view-mapitem.component.spec.ts +(21,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdDatepickerModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view-mapitem.component.spec.ts +(21,30): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdIconModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view-mapitem.component.spec.ts +(21,44): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdInputModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view-mapitem.component.spec.ts +(21,59): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdNativeDateModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view-textitem.component.spec.ts +(20,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdDatepickerModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view-textitem.component.spec.ts +(20,30): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdIconModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view-textitem.component.spec.ts +(20,44): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdInputModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view-textitem.component.spec.ts +(20,59): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdNativeDateModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view.component.spec.ts +(20,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdDatepickerModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view.component.spec.ts +(20,30): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdIconModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view.component.spec.ts +(20,44): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdInputModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view.component.spec.ts +(20,59): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdNativeDateModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view.module.ts +(21,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdButtonModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view.module.ts +(21,26): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdDatepickerModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view.module.ts +(21,46): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdIconModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view.module.ts +(21,60): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdInputModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view.module.ts +(21,75): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdNativeDateModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/dialogs/download-zip.dialog.ts +(19,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MD_DIALOG_DATA'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/dialogs/download-zip.dialog.ts +(19,26): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdDialogRef'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/material.module.ts +(20,5): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdButtonModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/material.module.ts +(21,5): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdDialogModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/material.module.ts +(22,5): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdInputModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/material.module.ts +(23,5): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdProgressBarModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/material.module.ts +(24,5): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdSnackBarModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/material.module.ts +(25,5): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdTabsModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/material.module.ts +(26,5): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdToolbarModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/services/notification.service.spec.ts +(20,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'LiveAnnouncer'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/services/notification.service.spec.ts +(20,25): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdSnackBar'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/services/notification.service.spec.ts +(20,37): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdSnackBarModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/services/notification.service.spec.ts +(20,55): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'OVERLAY_PROVIDERS'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/services/notification.service.spec.ts +(20,74): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'OverlayModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/services/notification.service.ts +(19,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdSnackBar'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/services/notification.service.ts +(19,22): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdSnackBarRef'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/utils/momentDateAdapter.ts +(18,23): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdDateFormats'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/utils/momentDateAdapter.ts +(39,14): Non-abstract class 'MomentDateAdapter' does not implement inherited abstract member 'fromIso8601' from class 'DateAdapter'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/utils/momentDateAdapter.ts +(39,14): Non-abstract class 'MomentDateAdapter' does not implement inherited abstract member 'isDateInstance' from class 'DateAdapter'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/utils/momentDateAdapter.ts +(39,14): Non-abstract class 'MomentDateAdapter' does not implement inherited abstract member 'isValid' from class 'DateAdapter'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/utils/momentDateAdapter.ts +(39,14): Non-abstract class 'MomentDateAdapter' does not implement inherited abstract member 'toIso8601' from class 'DateAdapter'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/src/models/comment-process.model.ts +(18,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/index"' has no exported member 'CommentRepresentation'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/src/models/comment-process.model.ts +(18,33): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/index"' has no exported member 'LightUserRepresentation'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/src/models/user-process.model.ts +(22,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/index"' has no exported member 'LightUserRepresentation'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/src/services/apps-process.service.ts +(19,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/index"' has no exported member 'AppDefinitionRepresentation'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-documentlist/src/components/document-list.component.spec.ts +(35,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-documentlist/src/data/share-datatable-adapter"' has no exported member 'ImageResolver'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-documentlist/src/components/document-list.component.spec.ts +(35,25): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-documentlist/src/data/share-datatable-adapter"' has no exported member 'RowFilter'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-documentlist/src/data/share-datatable-adapter.spec.ts +(23,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-documentlist/src/data/share-datatable-adapter"' has no exported member 'ShareDataRow'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-userinfo/src/models/bpm-user.model.ts +(18,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/alfresco-js-api/index"' has no exported member 'UserRepresentation'. +npm ERR! code ELIFECYCLE +npm ERR! errno 2 +npm ERR! ng2-alfresco-components@1.9.0 webpack: `node node_modules/webpack/bin/webpack.js "--config" "config/webpack.build.js" "--progress" "--profile" "--bail"` +npm ERR! Exit status 2 +npm ERR! +npm ERR! Failed at the ng2-alfresco-components@1.9.0 webpack script. +npm ERR! This is probably not a problem with npm. There is likely additional logging output above. + +npm ERR! A complete log of this run can be found in: +npm ERR! /Users/mromano/.npm/_logs/2017-10-20T17_01_13_358Z-debug.log +npm ERR! code ELIFECYCLE +npm ERR! errno 2 +npm ERR! ng2-alfresco-components@1.9.0 build: `npm run pkg-build && npm run toc && npm run markdownlint && npm run webpack -- --config config/webpack.build.js --progress --profile --bail && npm run build-style` +npm ERR! Exit status 2 +npm ERR! +npm ERR! Failed at the ng2-alfresco-components@1.9.0 build script. +npm ERR! This is probably not a problem with npm. There is likely additional logging output above. + +npm ERR! A complete log of this run can be found in: +npm ERR! /Users/mromano/.npm/_logs/2017-10-20T17_01_13_412Z-debug.log +]0;~/dev/alfresco-ng2-components/scripts +mromano at MBP256-MROMANO-0615 in ~/dev/alfresco-ng2-components/scripts on dev-mromano-clean [!] +$ (B./npm-build-all.sh -t -vjsapi alpha +====== Regenerate global ng2-components package.json ===== +[?25l⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session ff329c282b30c4b9 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session ff329c282b30c4b9 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session ff329c282b30c4b9 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session ff329c282b30c4b9 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠏ rollbackFailedOptional: verb npm-session ff329c282b30c4b9 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠼ fetchMetadata: sill resolveWithNewModule package-json-merge@0.0.1 checking installable status ⸨ ░░░░░░░░░░░⸩ ⠹ extract:package-json-merge: verb lock using /Users/mromano/.npm/_locks/staging-343bc207ba0138a9.lock for /Users/mromano/.nvm/versions/node/v8.5.0/lib/node_modules/.staging ⸨ ░░░░░░░░░░░⸩ ⠹ extract:package-json-merge: verb lock using /Users/mromano/.npm/_locks/staging-343bc207ba0138a9.lock for /Users/mromano/.nvm/versions/node/v8.5.0/lib/node_modules/.staging ⸨ ░░░░░░░░░░░⸩ ⠹ extract:package-json-merge: verb lock using /Users/mromano/.npm/_locks/staging-343bc207ba0138a9.lock for /Users/mromano/.nvm/versions/node/v8.5.0/lib/node_modules/.staging ⸨ ░░░░░░░░░░░⸩ ⠹ extract:package-json-merge: verb lock using /Users/mromano/.npm/_locks/staging-343bc207ba0138a9.lock for /Users/mromano/.nvm/versions/node/v8.5.0/lib/node_modules/.staging ⸨ ░░░░░░░░░░░⸩ ⠹ extract:package-json-merge: verb lock using /Users/mromano/.npm/_locks/staging-343bc207ba0138a9.lock for /Users/mromano/.nvm/versions/node/v8.5.0/lib/node_modules/.staging ⸨ ░░░░░░░░░░░⸩ ⠹ extract:package-json-merge: verb lock using /Users/mromano/.npm/_locks/staging-343bc207ba0138a9.lock for /Users/mromano/.nvm/versions/node/v8.5.0/lib/node_modules/.staging [?25h/Users/mromano/.nvm/versions/node/v8.5.0/bin/package-json-merge -> /Users/mromano/.nvm/versions/node/v8.5.0/lib/node_modules/package-json-merge/bin/package-json-merge ++ package-json-merge@0.0.1 +updated 1 package in 0.917s + +> ng2-alfresco-components@1.9.0 pkg-build /Users/mromano/dev/alfresco-ng2-components/ng2-components +> package-json-merge ng2-alfresco-core/package.json ng2-alfresco-datatable/package.json ng2-activiti-diagrams/package.json ng2-activiti-analytics/package.json ng2-activiti-form/package.json ng2-activiti-tasklist/package.json ng2-activiti-processlist/package.json ng2-alfresco-documentlist/package.json ng2-alfresco-login/package.json ng2-alfresco-search/package.json ng2-alfresco-tag/package.json ng2-alfresco-upload/package.json ng2-alfresco-viewer/package.json ng2-alfresco-webscript/package.json ng2-alfresco-webscript/package.json ng2-alfresco-userinfo/package.json ng2-alfresco-social/package.json package-base.json > package.json + +====== Install ng2-components dependencies ===== +[?25l⸨░░░░░░░░░░░░░░░░░░⸩ ⠦ rollbackFailedOptional: verb npm-session 0b66be000d6bd7f5 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ preinstall:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~preinstall: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠸ loadIdealTree:loadAllDepsIntoIdealTree: sill install loadIdealTree ⸨ ░░░░░░░░░░░░░░░░⸩ ⠼ loadDep:pdfjs-dist: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░░░⸩ ⠼ loadDep:zone.js: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░░░⸩ ⠼ loadDep:zone.js: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░░⸩ ⠼ loadDep:semver: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░░⸩ ⠼ loadDep:postcss-zindex: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░░⸩ ⠼ loadDep:whet.extend: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░░⸩ ⠼ loadDep:lodash.startswith: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░░⸩ ⠼ loadDep:readable-stream: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░░⸩ ⠼ loadDep:rimraf: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░░⸩ ⠼ loadDep:readable-stream: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░░⸩ ⠼ loadDep:type-is: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░░⸩ ⠼ loadDep:yeast: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░░⸩ ⠼ loadDep:sparkles: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░⸩ ⠼ loadDep:rc: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░⸩ ⠼ loadDep:wide-align: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░⸩ ⠼ loadDep:camelcase: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░⸩ ⠼ loadDep:source-map: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░⸩ ⠼ loadDep:semver: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░⸩ ⠼ loadDep:randombytes: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░⸩ ⠼ loadDep:yargs-parser: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░⸩ ⠼ loadDep:mkdirp: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░⸩ ⠼ loadDep:hoek: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░⸩ ⠧ diffTrees: sill install generateActionsToTake ⸨ ░░░░░░░░░░░⸩ ⠹ postinstall: sill install executeActions ⸨ ░░░░░░░░░⸩ ⠋ prepare:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~prepare: ng2-alfresco-components@1.9.0 ⸨ ░░░░░░░░░⸩ ⠼ prepare:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~prepare: ng2-alfresco-components@1.9.0 [?25hup to date in 5.421s +====== Use the alfresco JS-API 'alpha'===== +[?25l⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session bc56914fefc835e6 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session bc56914fefc835e6 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session bc56914fefc835e6 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session bc56914fefc835e6 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session bc56914fefc835e6 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session bc56914fefc835e6 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session bc56914fefc835e6 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session bc56914fefc835e6 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session bc56914fefc835e6 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session bc56914fefc835e6 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session bc56914fefc835e6 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session bc56914fefc835e6 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session bc56914fefc835e6 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session bc56914fefc835e6 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session bc56914fefc835e6 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session bc56914fefc835e6 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session bc56914fefc835e6 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session bc56914fefc835e6 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session bc56914fefc835e6 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session bc56914fefc835e6 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session bc56914fefc835e6 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session bc56914fefc835e6 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session bc56914fefc835e6 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠹ loadIdealTree:loadAllDepsIntoIdealTree: sill install loadIdealTree ⸨░░░░░░░░░░░░░░░░░░⸩ ⠼ fetchMetadata: sill resolveWithNewModule alfresco-js-api@1.10.0-fe41c7a612562143aabb3dddfc1093fee5e4c472 checking installable status ⸨░░░░░░░░░░░░░░░░░░⸩ ⠋ fetchMetadata: sill resolveWithNewModule event-emitter@0.3.4 checking installable status ⸨ ░░░░░░░░░░░░░░░░⸩ ⠸ loadDep:readable-stream: sill resolveWithNewModule d@0.1.1 checking installable status ⸨ ░░░░░░░░░░░░░░░⸩ ⠏ loadDep:tslib: sill resolveWithNewModule formidable@1.1.1 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠏ loadExtraneous: sill resolveWithNewModule formidable@1.1.1 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠏ loadExtraneous: sill resolveWithNewModule formidable@1.1.1 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠏ loadExtraneous: sill resolveWithNewModule formidable@1.1.1 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠏ loadExtraneous: sill resolveWithNewModule formidable@1.1.1 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠏ loadExtraneous: sill resolveWithNewModule formidable@1.1.1 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠏ loadExtraneous: sill resolveWithNewModule formidable@1.1.1 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠏ loadExtraneous: sill resolveWithNewModule formidable@1.1.1 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠏ loadExtraneous: sill resolveWithNewModule formidable@1.1.1 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠏ loadExtraneous: sill resolveWithNewModule formidable@1.1.1 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠏ loadExtraneous: sill resolveWithNewModule formidable@1.1.1 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠏ loadExtraneous: sill resolveWithNewModule formidable@1.1.1 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠏ loadExtraneous: sill resolveWithNewModule formidable@1.1.1 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠏ loadExtraneous: sill resolveWithNewModule formidable@1.1.1 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠏ loadExtraneous: sill resolveWithNewModule formidable@1.1.1 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠏ loadExtraneous: sill resolveWithNewModule formidable@1.1.1 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠏ loadExtraneous: sill resolveWithNewModule formidable@1.1.1 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠏ loadExtraneous: sill resolveWithNewModule formidable@1.1.1 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠏ loadExtraneous: sill resolveWithNewModule formidable@1.1.1 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠙ loadExtraneous: sill resolveWithNewModule formidable@1.1.1 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠧ loadExtraneous: sill resolveWithNewModule alfresco-js-api@1.9.0 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠙ loadExtraneous: sill resolveWithNewModule alfresco-js-api@1.9.0 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠙ loadExtraneous: sill resolveWithNewModule alfresco-js-api@1.9.0 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠙ loadExtraneous: sill resolveWithNewModule alfresco-js-api@1.9.0 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠙ loadExtraneous: sill resolveWithNewModule alfresco-js-api@1.9.0 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠙ loadExtraneous: sill resolveWithNewModule alfresco-js-api@1.9.0 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠙ loadExtraneous: sill resolveWithNewModule alfresco-js-api@1.9.0 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠼ diffTrees: sill install generateActionsToTake ⸨ ░░░░░░░░░░░⸩ ⠼ diffTrees: sill install generateActionsToTake ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: sill extract alfresco-js-api@1.10.0-fe41c7a612562143aabb3dddfc1093fee5e4c472 ⸨ ░░░░░░░⸩ ⠸ extract:alfresco-js-api: sill extract alfresco-js-api@1.10.0-fe41c7a612562143aabb3dddfc1093fee5e4c472 ⸨ ░░░░░░⸩ ⠙ remove:alfresco-js-api: sill doSerial remove 58 ⸨ ░░░░░░⸩ ⠙ remove:alfresco-js-api: sill doSerial remove 58 [?25h+ alfresco-js-api@1.10.0-fe41c7a612562143aabb3dddfc1093fee5e4c472 +added 6 packages and updated 1 package in 8.365s +====== Build ng2-components ===== + +> ng2-alfresco-components@1.9.0 build /Users/mromano/dev/alfresco-ng2-components/ng2-components +> npm run pkg-build && npm run toc && npm run markdownlint && npm run webpack -- --config config/webpack.build.js --progress --profile --bail && npm run build-style + + +> ng2-alfresco-components@1.9.0 pkg-build /Users/mromano/dev/alfresco-ng2-components/ng2-components +> package-json-merge ng2-alfresco-core/package.json ng2-alfresco-datatable/package.json ng2-activiti-diagrams/package.json ng2-activiti-analytics/package.json ng2-activiti-form/package.json ng2-activiti-tasklist/package.json ng2-activiti-processlist/package.json ng2-alfresco-documentlist/package.json ng2-alfresco-login/package.json ng2-alfresco-search/package.json ng2-alfresco-tag/package.json ng2-alfresco-upload/package.json ng2-alfresco-viewer/package.json ng2-alfresco-webscript/package.json ng2-alfresco-webscript/package.json ng2-alfresco-userinfo/package.json ng2-alfresco-social/package.json package-base.json > package.json + + +> ng2-alfresco-components@1.9.0 toc /Users/mromano/dev/alfresco-ng2-components/ng2-components +> markdown-toc -i ng2-alfresco-core/README.md && markdown-toc -i ng2-alfresco-datatable/README.md && markdown-toc -i ng2-activiti-diagrams/README.md && markdown-toc -i ng2-activiti-analytics/README.md && markdown-toc -i ng2-activiti-form/README.md && markdown-toc -i ng2-activiti-tasklist/README.md && markdown-toc -i ng2-activiti-processlist/README.md && markdown-toc -i ng2-alfresco-documentlist/README.md && markdown-toc -i ng2-alfresco-login/README.md && markdown-toc -i ng2-alfresco-search/README.md && markdown-toc -i ng2-alfresco-tag/README.md && markdown-toc -i ng2-alfresco-upload/README.md && markdown-toc -i ng2-alfresco-viewer/README.md && markdown-toc -i ng2-alfresco-webscript/README.md && markdown-toc -i ng2-alfresco-webscript/README.md && markdown-toc -i ng2-alfresco-userinfo/README.md && markdown-toc -i ng2-alfresco-social/README.md && markdown-toc -i README.md + + +> ng2-alfresco-components@1.9.0 markdownlint /Users/mromano/dev/alfresco-ng2-components/ng2-components +> markdownlint ng2-alfresco-core/README.md && markdownlint ng2-alfresco-datatable/README.md && markdownlint ng2-activiti-diagrams/README.md && markdownlint ng2-activiti-analytics/README.md && markdownlint ng2-activiti-form/README.md && markdownlint ng2-activiti-tasklist/README.md && markdownlint ng2-activiti-processlist/README.md && markdownlint ng2-alfresco-documentlist/README.md && markdownlint ng2-alfresco-login/README.md && markdownlint ng2-alfresco-search/README.md && markdownlint ng2-alfresco-tag/README.md && markdownlint ng2-alfresco-upload/README.md && markdownlint ng2-alfresco-viewer/README.md && markdownlint ng2-alfresco-webscript/README.md && markdownlint ng2-alfresco-webscript/README.md && markdownlint ng2-alfresco-userinfo/README.md && markdownlint ng2-alfresco-social/README.md && markdownlint README.md + + + + + + + + + + + + + + + + + + + + +> ng2-alfresco-components@1.9.0 webpack /Users/mromano/dev/alfresco-ng2-components/ng2-components +> node node_modules/webpack/bin/webpack.js "--config" "config/webpack.build.js" "--progress" "--profile" "--bail" + +Starting type checking service... +Using 1 worker with 2048MB memory limit + 0% compiling 10% building modules 0/1 modules 1 active ...components/ng2-alfresco-core/index.ts 10% building modules 0/2 modules 2 active ...nents/ng2-alfresco-datatable/index.ts 10% building modules 0/3 modules 3 active ...onents/ng2-activiti-diagrams/index.ts 10% building modules 0/4 modules 4 active ...nents/ng2-activiti-analytics/index.ts 10% building modules 0/5 modules 5 active ...components/ng2-activiti-form/index.ts 10% building modules 0/6 modules 6 active ...onents/ng2-activiti-tasklist/index.ts 10% building modules 0/7 modules 7 active ...nts/ng2-activiti-processlist/index.ts 10% building modules 0/8 modules 8 active ...ts/ng2-alfresco-documentlist/index.ts 10% building modules 0/9 modules 9 active ...omponents/ng2-alfresco-login/index.ts 10% building modules 0/10 modules 10 active ...mponents/ng2-alfresco-search/index.ts 10% building modules 0/11 modules 11 active ...mponents/ng2-alfresco-social/index.ts 10% building modules 0/12 modules 12 active ...-components/ng2-alfresco-tag/index.ts 10% building modules 0/13 modules 13 active ...mponents/ng2-alfresco-upload/index.ts 10% building modules 0/14 modules 14 active ...mponents/ng2-alfresco-viewer/index.ts 10% building modules 0/15 modules 15 active ...nents/ng2-alfresco-webscript/index.ts 10% building modules 0/16 modules 16 active ...onents/ng2-alfresco-userinfo/index.tsWarning: The 'no-unused-variable' rule requires type infomation. +Warning: The 'no-use-before-declare' rule requires type infomation. + 10% building modules 1/16 modules 15 active ...onents/ng2-alfresco-userinfo/index.ts                 10% building modules 1/17 modules 16 active external "@angular/core" 10% building modules 2/17 modules 15 active ...onents/ng2-alfresco-userinfo/index.ts             10% building modules 2/18 modules 16 active external "ng2-alfresco-core" 10% building modules 3/18 modules 15 active ...onents/ng2-alfresco-userinfo/index.ts 10% building modules 4/18 modules 14 active ...onents/ng2-alfresco-userinfo/index.ts               10% building modules 4/19 modules 15 active external "@angular/router" 10% building modules 5/19 modules 14 active ...onents/ng2-alfresco-userinfo/index.ts 10% building modules 6/19 modules 13 active ...onents/ng2-alfresco-userinfo/index.ts         10% building modules 6/20 modules 14 active external "ng2-activiti-diagrams" 10% building modules 7/20 modules 13 active ...onents/ng2-alfresco-userinfo/index.ts                    10% building modules 7/21 modules 14 active external "ng2-charts" 10% building modules 8/21 modules 13 active ...onents/ng2-alfresco-userinfo/index.ts 11% building modules 9/21 modules 12 active ...onents/ng2-alfresco-userinfo/index.ts               11% building modules 9/22 modules 13 active external "@angular/common" 11% building modules 10/22 modules 12 active ...onents/ng2-alfresco-userinfo/index.ts                11% building modules 10/23 modules 13 active external "@angular/forms" 11% building modules 11/23 modules 12 active ...onents/ng2-alfresco-userinfo/index.ts                 11% building modules 11/24 modules 13 active external "@angular/http" 11% building modules 12/24 modules 12 active ...onents/ng2-alfresco-userinfo/index.ts 11% building modules 12/25 modules 13 active ...@angular/platform-browser/animations" 11% building modules 13/25 modules 12 active ...onents/ng2-alfresco-userinfo/index.ts 11% building modules 14/25 modules 11 active ...onents/ng2-alfresco-userinfo/index.ts          11% building modules 14/26 modules 12 active external "@angular/flex-layout" 11% building modules 15/26 modules 11 active ...onents/ng2-alfresco-userinfo/index.ts             11% building modules 15/27 modules 12 active external "ng2-activiti-form" 11% building modules 16/27 modules 11 active ...onents/ng2-alfresco-userinfo/index.ts        11% building modules 16/28 modules 12 active external "ng2-alfresco-datatable" 12% building modules 17/28 modules 11 active ...onents/ng2-alfresco-userinfo/index.ts 12% building modules 18/28 modules 10 active ...onents/ng2-alfresco-userinfo/index.ts  12% building modules 19/28 modules 9 active ...onents/ng2-alfresco-userinfo/index.ts            12% building modules 19/29 modules 10 active external "@angular/material" 12% building modules 20/29 modules 9 active ...onents/ng2-alfresco-userinfo/index.ts        12% building modules 20/30 modules 10 active external "ng2-activiti-tasklist" 12% building modules 21/30 modules 9 active ...onents/ng2-alfresco-userinfo/index.ts 12% building modules 22/30 modules 8 active ...onents/ng2-alfresco-userinfo/index.ts 12% building modules 23/30 modules 7 active ...onents/ng2-alfresco-userinfo/index.ts 12% building modules 24/30 modules 6 active ...onents/ng2-alfresco-userinfo/index.ts     12% building modules 24/31 modules 7 active external "ng2-alfresco-documentlist" 13% building modules 25/31 modules 6 active ...onents/ng2-alfresco-userinfo/index.ts 13% building modules 26/31 modules 5 active ...onents/ng2-alfresco-userinfo/index.ts 13% building modules 27/31 modules 4 active ...onents/ng2-alfresco-userinfo/index.ts 13% building modules 28/31 modules 3 active ...onents/ng2-alfresco-userinfo/index.ts 13% building modules 29/31 modules 2 active ...onents/ng2-alfresco-userinfo/index.ts 13% building modules 30/31 modules 1 active ...onents/ng2-alfresco-userinfo/index.ts                                          13% building modules 31/31 modules 0 active 13% building modules 31/32 modules 1 active ...esco-datatable/src/material.module.ts 13% building modules 31/33 modules 2 active ...-alfresco-datatable/src/data/index.ts 13% building modules 31/34 modules 3 active ...ectives/loading-template.directive.ts 13% building modules 31/35 modules 4 active ...ives/no-content-template.directive.ts 13% building modules 31/36 modules 5 active ...viti-analytics/src/material.module.ts 13% building modules 31/37 modules 6 active ...ents/analytics-generator.component.ts 13% building modules 31/38 modules 7 active ...nalytics-report-heat-map.component.ts 13% building modules 31/39 modules 8 active ...ts/analytics-report-list.component.ts 13% building modules 31/40 modules 9 active ...lytics-report-parameters.component.ts 13% building modules 31/41 modules 10 active ...src/components/analytics.component.ts 13% building modules 31/42 modules 11 active ...ytics/src/components/widgets/index.ts 13% building modules 31/43 modules 12 active ...ics/src/services/analytics.service.ts 13% building modules 31/44 modules 13 active ...-alfresco-core/src/material.module.ts 13% building modules 31/45 modules 14 active ...re/src/services/app-config.service.ts 13% building modules 31/46 modules 15 active .../src/services/alfresco-api.service.ts 13% building modules 31/47 modules 16 active .../services/alfresco-content.service.ts 13% building modules 31/48 modules 17 active ...services/alfresco-settings.service.ts 13% building modules 31/49 modules 18 active ...rc/services/auth-guard-bpm.service.ts 13% building modules 31/50 modules 19 active ...rc/services/auth-guard-ecm.service.ts 13% building modules 31/51 modules 20 active ...re/src/services/auth-guard.service.ts 13% building modules 31/52 modules 21 active ...rc/services/authentication.service.ts 13% building modules 31/53 modules 22 active ...c/services/comment-process.service.ts 13% building modules 31/54 modules 23 active ...-core/src/services/content.service.ts 13% building modules 31/55 modules 24 active ...o-core/src/services/cookie.service.ts 13% building modules 31/56 modules 25 active ...esco-core/src/services/log.service.ts 13% building modules 31/57 modules 26 active .../src/services/notification.service.ts 13% building modules 31/58 modules 27 active ...re/src/services/page-title.service.ts 13% building modules 31/59 modules 28 active ...re/src/services/renditions.service.ts 13% building modules 31/60 modules 29 active ...-core/src/services/storage.service.ts 13% building modules 31/61 modules 30 active ...ore/src/services/thumbnail.service.ts 13% building modules 31/62 modules 31 active .../services/translate-loader.service.ts 13% building modules 31/63 modules 32 active ...e/src/services/translation.service.ts 13% building modules 31/64 modules 33 active ...o-core/src/services/upload.service.ts 13% building modules 31/65 modules 34 active .../src/services/apps-process.service.ts 13% building modules 31/66 modules 35 active ...services/deleted-nodes-api.service.ts 13% building modules 31/67 modules 36 active ...src/services/discovery-api.service.ts 13% building modules 31/68 modules 37 active ...src/services/favorites-api.service.ts 13% building modules 31/69 modules 38 active ...rvices/highlight-transform.service.ts 13% building modules 31/70 modules 39 active ...ore/src/services/nodes-api.service.ts 13% building modules 31/71 modules 40 active ...rc/services/people-content.service.ts 13% building modules 31/72 modules 41 active ...rc/services/people-process.service.ts 13% building modules 31/73 modules 42 active ...re/src/services/search-api.service.ts 13% building modules 31/74 modules 43 active ...o-core/src/services/search.service.ts 13% building modules 31/75 modules 44 active .../services/shared-links-api.service.ts 13% building modules 31/76 modules 45 active ...ore/src/services/sites-api.service.ts 13% building modules 31/77 modules 46 active .../services/user-preferences.service.ts 13% building modules 31/78 modules 47 active .../services/card-view-update.service.ts 13% building modules 31/79 modules 48 active ...e/src/dialogs/create-folder.dialog.ts 13% building modules 31/80 modules 49 active ...re/src/dialogs/download-zip.dialog.ts 13% building modules 31/81 modules 50 active ...src/directives/highlight.directive.ts 13% building modules 31/82 modules 51 active ...re/src/directives/logout.directive.ts 13% building modules 31/83 modules 52 active ...c/directives/node-delete.directive.ts 13% building modules 31/84 modules 53 active ...directives/node-favorite.directive.ts 13% building modules 31/85 modules 54 active ...rectives/node-permission.directive.ts 13% building modules 31/86 modules 55 active .../directives/node-restore.directive.ts 13% building modules 31/87 modules 56 active ...re/src/directives/upload.directive.ts 13% building modules 31/88 modules 57 active ...o-core/src/utils/momentDateAdapter.ts 13% building modules 31/89 modules 58 active .../ng2-alfresco-core/src/utils/index.ts 13% building modules 31/90 modules 59 active ...esco-core/src/pipes/file-size.pipe.ts 13% building modules 31/91 modules 60 active ...core/src/pipes/mime-type-icon.pipe.ts 13% building modules 31/92 modules 61 active ...core/src/pipes/text-highlight.pipe.ts 13% building modules 31/93 modules 62 active ...resco-core/src/pipes/time-ago.pipe.ts 13% building modules 31/94 modules 63 active ...o-core/src/pipes/user-initial.pipe.ts 13% building modules 31/95 modules 64 active ...interface/card-view-item.interface.ts 13% building modules 31/96 modules 65 active ...ore/src/interface/injection.tokens.ts 13% building modules 31/97 modules 66 active ...lfresco-core/src/events/base.event.ts 13% building modules 31/98 modules 67 active ...esco-core/src/events/base-ui.event.ts 13% building modules 31/99 modules 68 active ...re/src/events/folder-created.event.ts 13% building modules 31/100 modules 69 active ...lfresco-core/src/events/file.event.ts 13% building modules 31/101 modules 70 active ...rc/models/card-view-textitem.model.ts 13% building modules 31/102 modules 71 active ...src/models/card-view-mapitem.model.ts 13% building modules 31/103 modules 72 active ...rc/models/card-view-dateitem.model.ts 13% building modules 31/104 modules 73 active ...lfresco-core/src/models/file.model.ts 13% building modules 31/105 modules 74 active ...o-core/src/models/permissions.enum.ts 13% building modules 31/106 modules 75 active ...lfresco-core/src/models/site.model.ts 13% building modules 31/107 modules 76 active ...e/src/models/product-version.model.ts 13% building modules 31/108 modules 77 active ...core/src/models/user-process.model.ts 13% building modules 31/109 modules 78 active ...e/src/models/comment-process.model.ts 13% building modules 31/110 modules 79 active ...o-documentlist/src/material.module.ts 13% building modules 31/111 modules 80 active ...components/document-list.component.ts 13% building modules 31/112 modules 81 active ...mentlist/src/components/node.event.ts 13% building modules 31/113 modules 82 active ...ts/breadcrumb/breadcrumb.component.ts 13% building modules 31/114 modules 83 active ...rumb/dropdown-breadcrumb.component.ts 13% building modules 31/115 modules 84 active ...tion/content-action-list.component.ts 13% building modules 31/116 modules 85 active ...nt-action/content-action.component.ts 13% building modules 31/117 modules 86 active ...lumn/content-column-list.component.ts 13% building modules 31/118 modules 87 active ...nt-column/content-column.component.ts 13% building modules 31/119 modules 88 active ...or/content-node-selector.component.ts 13% building modules 31/120 modules 89 active ...ctor/content-node-selector.service.ts 13% building modules 31/121 modules 90 active ...der/empty-folder-content.directive.ts 13% building modules 31/122 modules 91 active ...-dropdown/sites-dropdown.component.ts 13% building modules 31/123 modules 92 active .../services/document-actions.service.ts 13% building modules 31/124 modules 93 active ...src/services/document-list.service.ts 13% building modules 31/125 modules 94 active ...rc/services/folder-actions.service.ts 13% building modules 31/126 modules 95 active .../src/services/node-actions.service.ts 13% building modules 31/127 modules 96 active ...t/src/data/share-datatable-adapter.ts 13% building modules 31/128 modules 97 active ...st/src/models/content-action.model.ts 13% building modules 31/129 modules 98 active .../src/models/document-library.model.ts 13% building modules 31/130 modules 99 active ...tlist/src/models/permissions.model.ts 13% building modules 31/131 modules 100 active ...src/models/permissions-style.model.ts 13% building modules 31/132 modules 101 active ...alfresco-login/src/material.module.ts 13% building modules 31/133 modules 102 active ...gin/src/components/login.component.ts 13% building modules 31/134 modules 103 active .../directives/login-footer.directive.ts 13% building modules 31/135 modules 104 active .../directives/login-header.directive.ts 13% building modules 31/136 modules 105 active ...lfresco-social/src/material.module.ts 13% building modules 31/137 modules 106 active ...cial/src/components/like.component.ts 13% building modules 31/138 modules 107 active ...al/src/components/rating.component.ts 13% building modules 31/139 modules 108 active ...social/src/services/rating.service.ts 13% building modules 31/140 modules 109 active ...lfresco-upload/src/material.module.ts 13% building modules 31/141 modules 110 active ...ts/file-uploading-dialog.component.ts 13% building modules 31/142 modules 111 active .../file-uploading-list-row.component.ts 13% building modules 31/143 modules 112 active ...ents/file-uploading-list.component.ts 13% building modules 31/144 modules 113 active ...components/upload-button.component.ts 13% building modules 31/145 modules 114 active ...ponents/upload-drag-area.component.ts 13% building modules 31/146 modules 115 active ...irectives/file-draggable.directive.ts 13% building modules 31/147 modules 116 active ...pload/src/models/permissions.model.ts 13% building modules 31/148 modules 117 active ...viti-diagrams/src/components/index.ts 13% building modules 31/149 modules 118 active ...grams/src/components/raphael/index.ts 13% building modules 31/150 modules 119 active ...activiti-diagrams/src/models/index.ts 13% building modules 31/151 modules 120 active ...datatable/datatable-cell.component.ts 13% building modules 31/152 modules 121 active ...ents/datatable/datatable.component.ts 13% building modules 31/153 modules 122 active ...nts/datatable/empty-list.component.ts 13% building modules 31/154 modules 123 active ...mponents/datatable/data-cell.event.ts 13% building modules 31/155 modules 124 active ...ts/datatable/data-row-action.event.ts 13% building modules 31/156 modules 125 active ...ents/datatable/date-cell.component.ts 13% building modules 31/157 modules 126 active .../datatable/filesize-cell.component.ts 13% building modules 31/158 modules 127 active .../datatable/location-cell.component.ts 13% building modules 31/159 modules 128 active ...lfresco-viewer/src/material.module.ts 13% building modules 31/160 modules 129 active ...src/components/imgViewer.component.ts 13% building modules 31/161 modules 130 active ...c/components/mediaPlayer.component.ts 13% building modules 31/162 modules 131 active ...src/components/pdfViewer.component.ts 13% building modules 31/163 modules 132 active ...src/components/txtViewer.component.ts 13% building modules 31/164 modules 133 active ...nents/viewer-info-drawer.component.ts 13% building modules 31/165 modules 134 active ...omponents/viewer-toolbar.component.ts 13% building modules 31/166 modules 135 active ...er/src/components/viewer.component.ts 13% building modules 31/167 modules 136 active ...wn-format/unknown-format.component.ts 13% building modules 31/168 modules 137 active ...ectives/extension-viewer.directive.ts 13% building modules 31/169 modules 138 active .../services/rendering-queue.services.ts 13% building modules 31/170 modules 139 active ...-webscript/src/webscript.component.ts 13% building modules 31/171 modules 140 active ...nts/collapsable/collapsable.module.ts 13% building modules 31/172 modules 141 active ...s/context-menu/context-menu.module.ts 13% building modules 31/173 modules 142 active .../components/toolbar/toolbar.module.ts 13% building modules 31/174 modules 143 active ...c/components/view/card-view.module.ts 13% building modules 31/175 modules 144 active ...-column/data-column-list.component.ts 13% building modules 31/176 modules 145 active .../data-column/data-column.component.ts 13% building modules 31/177 modules 146 active ...rawer/info-drawer-layout.component.ts 13% building modules 31/178 modules 147 active .../info-drawer/info-drawer.component.ts 13% building modules 31/179 modules 148 active ...guage-menu/language-menu.component.ts 13% building modules 31/180 modules 149 active ...tion/infinite-pagination.component.ts 13% building modules 31/181 modules 150 active ...ts/pagination/pagination.component.ts 13% building modules 31/182 modules 151 active ...ist/src/components/material.module.ts 13% building modules 31/183 modules 152 active ...src/components/apps-list.component.ts 13% building modules 31/184 modules 153 active ...src/components/checklist.component.ts 13% building modules 31/185 modules 154 active .../components/comment-list.component.ts 13% building modules 31/186 modules 155 active .../src/components/comments.component.ts 13% building modules 31/187 modules 156 active ...s/create-task-attachment.component.ts 13% building modules 31/188 modules 157 active .../no-task-detail-template.directive.ts 13% building modules 31/189 modules 158 active ...c/components/people-list.component.ts 13% building modules 31/190 modules 159 active ...components/people-search.component.ts 13% building modules 31/191 modules 160 active ...st/src/components/people.component.ts 13% building modules 31/192 modules 161 active ...rc/components/start-task.component.ts 13% building modules 31/193 modules 162 active ...nts/task-attachment-list.component.ts 13% building modules 31/194 modules 163 active ...rc/components/task-audit.directive.ts 13% building modules 31/195 modules 164 active .../components/task-details.component.ts 13% building modules 31/196 modules 165 active .../components/task-filters.component.ts 13% building modules 31/197 modules 166 active ...c/components/task-header.component.ts 13% building modules 31/198 modules 167 active ...src/components/task-list.component.ts 13% building modules 31/199 modules 168 active ...rc/services/process-upload.service.ts 13% building modules 31/200 modules 169 active ...list/src/services/tasklist.service.ts 13% building modules 31/201 modules 170 active ...i-tasklist/src/models/filter.model.ts 13% building modules 31/202 modules 171 active ...iti-tasklist/src/models/icon.model.ts 13% building modules 31/203 modules 172 active ...list/src/models/task-details.model.ts 13% building modules 31/204 modules 173 active ...list/src/models/task-details.event.ts 13% building modules 31/205 modules 174 active ...sklist/src/models/user-event.model.ts 13% building modules 31/206 modules 175 active ...sklist/src/models/start-task.model.ts 13% building modules 31/207 modules 176 active ...nents/form-custom-button.directive.ts 13% building modules 31/208 modules 177 active ...src/components/form-list.component.ts 13% building modules 31/209 modules 178 active ...form/src/components/form.component.ts 13% building modules 31/210 modules 179 active ...orm/src/components/material.module.ts 13% building modules 31/211 modules 180 active ...rc/components/start-form.component.ts 13% building modules 31/212 modules 181 active ...ts/form-field/form-field.component.ts 13% building modules 31/213 modules 182 active ...-form/src/components/widgets/index.ts 13% building modules 31/214 modules 183 active ...omponents/widgets/widget.component.ts 13% building modules 31/215 modules 184 active ...nts/widgets/content/content.widget.ts 13% building modules 31/216 modules 185 active ...services/activiti-alfresco.service.ts 13% building modules 31/217 modules 186 active .../services/activiti-content-service.ts 13% building modules 31/218 modules 187 active ...orm/src/services/ecm-model.service.ts 13% building modules 31/219 modules 188 active ...rc/services/form-rendering.service.ts 13% building modules 31/220 modules 189 active ...iti-form/src/services/form.service.ts 13% building modules 31/221 modules 190 active ...iti-form/src/services/node.service.ts 13% building modules 31/222 modules 191 active ...services/widget-visibility.service.ts 13% building modules 31/223 modules 192 active ...ng2-activiti-form/src/events/index.ts 13% building modules 31/224 modules 193 active .../widgets/core/form-field-validator.ts 13% building modules 31/225 modules 194 active ...amic-table/dynamic-table-row.model.ts 13% building modules 31/226 modules 195 active ...reate-process-attachment.component.ts 13% building modules 31/227 modules 196 active .../process-attachment-list.component.ts 13% building modules 31/228 modules 197 active ...components/process-audit.directive.ts 13% building modules 31/229 modules 198 active ...ponents/process-comments.component.ts 13% building modules 31/230 modules 199 active ...mponents/process-filters.component.ts 13% building modules 31/231 modules 200 active ...process-instance-details.component.ts 13% building modules 31/232 modules 201 active .../process-instance-header.component.ts 13% building modules 31/233 modules 202 active ...s/process-instance-tasks.component.ts 13% building modules 31/234 modules 203 active .../components/process-list.component.ts 13% building modules 31/235 modules 204 active ...components/start-process.component.ts 13% building modules 31/236 modules 205 active ...rc/services/process-upload.service.ts 13% building modules 31/237 modules 206 active ...slist/src/services/process.service.ts 13% building modules 31/238 modules 207 active ...st/src/models/filter-process.model.ts 13% building modules 31/239 modules 208 active ...rc/models/process-definition.model.ts 13% building modules 31/240 modules 209 active .../src/models/process-instance.model.ts 13% building modules 31/241 modules 210 active ...dels/process-instance-filter.model.ts 13% building modules 31/242 modules 211 active ...ls/process-instance-variable.model.ts 13% building modules 31/243 modules 212 active ...resco-userinfo/src/material.module.ts 13% building modules 31/244 modules 213 active ...src/components/user-info.component.ts 13% building modules 31/245 modules 214 active ...info/src/services/bpm-user.service.ts 13% building modules 31/246 modules 215 active ...info/src/services/ecm-user.service.ts 13% building modules 31/247 modules 216 active ...ents/search-autocomplete.component.ts 13% building modules 31/248 modules 217 active ...omponents/search-control.component.ts 13% building modules 31/249 modules 218 active ...ch/src/components/search.component.ts 13% building modules 31/250 modules 219 active ...tag/src/components/material.module.ts 13% building modules 31/251 modules 220 active ...c/components/tag-actions.component.ts 13% building modules 31/252 modules 221 active .../src/components/tag-list.component.ts 13% building modules 31/253 modules 222 active ...components/tag-node-list.component.ts 13% building modules 31/254 modules 223 active ...resco-tag/src/services/tag.service.ts 13% building modules 32/254 modules 222 active ...resco-tag/src/services/tag.service.ts 13% building modules 33/254 modules 221 active ...resco-tag/src/services/tag.service.ts 14% building modules 34/254 modules 220 active ...resco-tag/src/services/tag.service.ts 14% building modules 35/254 modules 219 active ...resco-tag/src/services/tag.service.ts 14% building modules 36/254 modules 218 active ...resco-tag/src/services/tag.service.ts 14% building modules 37/254 modules 217 active ...resco-tag/src/services/tag.service.ts 14% building modules 38/254 modules 216 active ...resco-tag/src/services/tag.service.ts 14% building modules 39/254 modules 215 active ...resco-tag/src/services/tag.service.ts                       14% building modules 39/255 modules 216 active external "rxjs/Rx" 14% building modules 40/255 modules 215 active ...resco-tag/src/services/tag.service.ts 14% building modules 41/255 modules 214 active ...resco-tag/src/services/tag.service.ts                        14% building modules 41/256 modules 215 active external "moment" 15% building modules 42/256 modules 214 active ...resco-tag/src/services/tag.service.ts 15% building modules 43/256 modules 213 active ...resco-tag/src/services/tag.service.ts 15% building modules 44/256 modules 212 active ...resco-tag/src/services/tag.service.ts 15% building modules 45/256 modules 211 active ...resco-tag/src/services/tag.service.ts 15% building modules 46/256 modules 210 active ...resco-tag/src/services/tag.service.ts 15% building modules 47/256 modules 209 active ...resco-tag/src/services/tag.service.ts 15% building modules 48/256 modules 208 active ...resco-tag/src/services/tag.service.ts               15% building modules 48/257 modules 209 active external "alfresco-js-api" 15% building modules 49/257 modules 208 active ...resco-tag/src/services/tag.service.ts 16% building modules 50/257 modules 207 active ...resco-tag/src/services/tag.service.ts 16% building modules 51/257 modules 206 active ...resco-tag/src/services/tag.service.ts 16% building modules 52/257 modules 205 active ...resco-tag/src/services/tag.service.ts 16% building modules 53/257 modules 204 active ...resco-tag/src/services/tag.service.ts 16% building modules 54/257 modules 203 active ...resco-tag/src/services/tag.service.ts 16% building modules 55/257 modules 202 active ...resco-tag/src/services/tag.service.ts 16% building modules 56/257 modules 201 active ...resco-tag/src/services/tag.service.ts     16% building modules 56/258 modules 202 active external "@angular/platform-browser" 16% building modules 57/258 modules 201 active ...resco-tag/src/services/tag.service.ts 16% building modules 58/258 modules 200 active ...resco-tag/src/services/tag.service.ts 17% building modules 59/258 modules 199 active ...resco-tag/src/services/tag.service.ts 17% building modules 60/258 modules 198 active ...resco-tag/src/services/tag.service.ts 17% building modules 61/258 modules 197 active ...resco-tag/src/services/tag.service.ts 17% building modules 62/258 modules 196 active ...resco-tag/src/services/tag.service.ts 17% building modules 63/258 modules 195 active ...resco-tag/src/services/tag.service.ts 17% building modules 64/258 modules 194 active ...resco-tag/src/services/tag.service.ts 17% building modules 65/258 modules 193 active ...resco-tag/src/services/tag.service.ts 17% building modules 66/258 modules 192 active ...resco-tag/src/services/tag.service.ts 18% building modules 67/258 modules 191 active ...resco-tag/src/services/tag.service.ts 18% building modules 68/258 modules 190 active ...resco-tag/src/services/tag.service.ts 18% building modules 69/258 modules 189 active ...resco-tag/src/services/tag.service.ts 18% building modules 70/258 modules 188 active ...resco-tag/src/services/tag.service.ts 18% building modules 71/258 modules 187 active ...resco-tag/src/services/tag.service.ts 18% building modules 72/258 modules 186 active ...resco-tag/src/services/tag.service.ts 18% building modules 73/258 modules 185 active ...resco-tag/src/services/tag.service.ts 18% building modules 74/258 modules 184 active ...resco-tag/src/services/tag.service.ts 19% building modules 75/258 modules 183 active ...resco-tag/src/services/tag.service.ts 19% building modules 76/258 modules 182 active ...resco-tag/src/services/tag.service.ts 19% building modules 77/258 modules 181 active ...resco-tag/src/services/tag.service.ts 19% building modules 78/258 modules 180 active ...resco-tag/src/services/tag.service.ts 19% building modules 79/258 modules 179 active ...resco-tag/src/services/tag.service.ts 19% building modules 80/258 modules 178 active ...resco-tag/src/services/tag.service.ts 19% building modules 81/258 modules 177 active ...resco-tag/src/services/tag.service.ts 19% building modules 82/258 modules 176 active ...resco-tag/src/services/tag.service.ts 19% building modules 83/258 modules 175 active ...resco-tag/src/services/tag.service.ts          19% building modules 83/259 modules 176 active external "rxjs/BehaviorSubject" 20% building modules 84/259 modules 175 active ...resco-tag/src/services/tag.service.ts 20% building modules 85/259 modules 174 active ...resco-tag/src/services/tag.service.ts                  20% building modules 85/260 modules 175 active external "rxjs/Subject" 20% building modules 86/260 modules 174 active ...resco-tag/src/services/tag.service.ts 20% building modules 87/260 modules 173 active ...resco-tag/src/services/tag.service.ts 20% building modules 88/260 modules 172 active ...resco-tag/src/services/tag.service.ts 20% building modules 89/260 modules 171 active ...resco-tag/src/services/tag.service.ts 20% building modules 90/260 modules 170 active ...resco-tag/src/services/tag.service.ts 20% building modules 91/260 modules 169 active ...resco-tag/src/services/tag.service.ts 21% building modules 92/260 modules 168 active ...resco-tag/src/services/tag.service.ts 21% building modules 93/260 modules 167 active ...resco-tag/src/services/tag.service.ts 21% building modules 94/260 modules 166 active ...resco-tag/src/services/tag.service.ts 21% building modules 95/260 modules 165 active ...resco-tag/src/services/tag.service.ts 21% building modules 96/260 modules 164 active ...resco-tag/src/services/tag.service.ts 21% building modules 97/260 modules 163 active ...resco-tag/src/services/tag.service.ts 21% building modules 98/260 modules 162 active ...resco-tag/src/services/tag.service.ts 21% building modules 99/260 modules 161 active ...resco-tag/src/services/tag.service.ts 22% building modules 100/260 modules 160 active ...resco-tag/src/services/tag.service.ts 22% building modules 101/260 modules 159 active ...resco-tag/src/services/tag.service.ts 22% building modules 102/260 modules 158 active ...resco-tag/src/services/tag.service.ts 22% building modules 103/260 modules 157 active ...resco-tag/src/services/tag.service.ts 22% building modules 104/260 modules 156 active ...resco-tag/src/services/tag.service.ts 22% building modules 105/260 modules 155 active ...resco-tag/src/services/tag.service.ts 22% building modules 106/260 modules 154 active ...resco-tag/src/services/tag.service.ts 22% building modules 107/260 modules 153 active ...resco-tag/src/services/tag.service.ts 22% building modules 108/260 modules 152 active ...resco-tag/src/services/tag.service.ts 23% building modules 109/260 modules 151 active ...resco-tag/src/services/tag.service.ts 23% building modules 110/260 modules 150 active ...resco-tag/src/services/tag.service.ts 23% building modules 111/260 modules 149 active ...resco-tag/src/services/tag.service.ts 23% building modules 112/260 modules 148 active ...resco-tag/src/services/tag.service.ts 23% building modules 113/260 modules 147 active ...resco-tag/src/services/tag.service.ts 23% building modules 114/260 modules 146 active ...resco-tag/src/services/tag.service.ts 23% building modules 115/260 modules 145 active ...resco-tag/src/services/tag.service.ts 23% building modules 116/260 modules 144 active ...resco-tag/src/services/tag.service.ts 24% building modules 117/260 modules 143 active ...resco-tag/src/services/tag.service.ts 24% building modules 118/260 modules 142 active ...resco-tag/src/services/tag.service.ts 24% building modules 119/260 modules 141 active ...resco-tag/src/services/tag.service.ts 24% building modules 120/260 modules 140 active ...resco-tag/src/services/tag.service.ts 24% building modules 121/260 modules 139 active ...resco-tag/src/services/tag.service.ts 24% building modules 122/260 modules 138 active ...resco-tag/src/services/tag.service.ts 24% building modules 123/260 modules 137 active ...resco-tag/src/services/tag.service.ts 24% building modules 124/260 modules 136 active ...resco-tag/src/services/tag.service.ts 25% building modules 125/260 modules 135 active ...resco-tag/src/services/tag.service.ts 25% building modules 126/260 modules 134 active ...resco-tag/src/services/tag.service.ts 25% building modules 127/260 modules 133 active ...resco-tag/src/services/tag.service.ts 25% building modules 128/260 modules 132 active ...resco-tag/src/services/tag.service.ts 25% building modules 129/260 modules 131 active ...resco-tag/src/services/tag.service.ts               25% building modules 129/261 modules 132 active external "rxjs/Observable" 25% building modules 130/261 modules 131 active ...resco-tag/src/services/tag.service.ts 25% building modules 131/261 modules 130 active ...resco-tag/src/services/tag.service.ts 25% building modules 132/261 modules 129 active ...resco-tag/src/services/tag.service.ts 25% building modules 133/261 modules 128 active ...resco-tag/src/services/tag.service.ts 26% building modules 134/261 modules 127 active ...resco-tag/src/services/tag.service.ts 26% building modules 135/261 modules 126 active ...resco-tag/src/services/tag.service.ts 26% building modules 136/261 modules 125 active ...resco-tag/src/services/tag.service.ts 26% building modules 137/261 modules 124 active ...resco-tag/src/services/tag.service.ts 26% building modules 138/261 modules 123 active ...resco-tag/src/services/tag.service.ts 26% building modules 139/261 modules 122 active ...resco-tag/src/services/tag.service.ts 26% building modules 140/261 modules 121 active ...resco-tag/src/services/tag.service.ts 26% building modules 141/261 modules 120 active ...resco-tag/src/services/tag.service.ts 27% building modules 142/261 modules 119 active ...resco-tag/src/services/tag.service.ts 27% building modules 143/261 modules 118 active ...resco-tag/src/services/tag.service.ts 27% building modules 144/261 modules 117 active ...resco-tag/src/services/tag.service.ts 27% building modules 145/261 modules 116 active ...resco-tag/src/services/tag.service.ts 27% building modules 146/261 modules 115 active ...resco-tag/src/services/tag.service.ts 27% building modules 147/261 modules 114 active ...resco-tag/src/services/tag.service.ts 27% building modules 148/261 modules 113 active ...resco-tag/src/services/tag.service.ts 27% building modules 149/261 modules 112 active ...resco-tag/src/services/tag.service.ts 28% building modules 150/261 modules 111 active ...resco-tag/src/services/tag.service.ts 28% building modules 151/261 modules 110 active ...resco-tag/src/services/tag.service.ts 28% building modules 152/261 modules 109 active ...resco-tag/src/services/tag.service.ts 28% building modules 153/261 modules 108 active ...resco-tag/src/services/tag.service.ts 28% building modules 154/261 modules 107 active ...resco-tag/src/services/tag.service.ts 28% building modules 155/261 modules 106 active ...resco-tag/src/services/tag.service.ts 28% building modules 156/261 modules 105 active ...resco-tag/src/services/tag.service.ts 28% building modules 157/261 modules 104 active ...resco-tag/src/services/tag.service.ts 28% building modules 158/261 modules 103 active ...resco-tag/src/services/tag.service.ts 29% building modules 159/261 modules 102 active ...resco-tag/src/services/tag.service.ts 29% building modules 160/261 modules 101 active ...resco-tag/src/services/tag.service.ts 29% building modules 161/261 modules 100 active ...resco-tag/src/services/tag.service.ts  29% building modules 162/261 modules 99 active ...resco-tag/src/services/tag.service.ts 29% building modules 163/261 modules 98 active ...resco-tag/src/services/tag.service.ts 29% building modules 164/261 modules 97 active ...resco-tag/src/services/tag.service.ts 29% building modules 165/261 modules 96 active ...resco-tag/src/services/tag.service.ts 29% building modules 166/261 modules 95 active ...resco-tag/src/services/tag.service.ts 30% building modules 167/261 modules 94 active ...resco-tag/src/services/tag.service.ts 30% building modules 168/261 modules 93 active ...resco-tag/src/services/tag.service.ts 30% building modules 169/261 modules 92 active ...resco-tag/src/services/tag.service.ts   30% building modules 169/262 modules 93 active external "rxjs/add/operator/toPromise" 30% building modules 170/262 modules 92 active ...resco-tag/src/services/tag.service.ts 30% building modules 171/262 modules 91 active ...resco-tag/src/services/tag.service.ts 30% building modules 172/262 modules 90 active ...resco-tag/src/services/tag.service.ts 30% building modules 173/262 modules 89 active ...resco-tag/src/services/tag.service.ts 30% building modules 174/262 modules 88 active ...resco-tag/src/services/tag.service.ts 31% building modules 175/262 modules 87 active ...resco-tag/src/services/tag.service.ts 31% building modules 176/262 modules 86 active ...resco-tag/src/services/tag.service.ts 31% building modules 177/262 modules 85 active ...resco-tag/src/services/tag.service.ts 31% building modules 178/262 modules 84 active ...resco-tag/src/services/tag.service.ts 31% building modules 179/262 modules 83 active ...resco-tag/src/services/tag.service.ts 31% building modules 180/262 modules 82 active ...resco-tag/src/services/tag.service.ts 31% building modules 181/262 modules 81 active ...resco-tag/src/services/tag.service.ts 31% building modules 182/262 modules 80 active ...resco-tag/src/services/tag.service.ts 31% building modules 183/262 modules 79 active ...resco-tag/src/services/tag.service.ts 32% building modules 184/262 modules 78 active ...resco-tag/src/services/tag.service.ts 32% building modules 185/262 modules 77 active ...resco-tag/src/services/tag.service.ts 32% building modules 186/262 modules 76 active ...resco-tag/src/services/tag.service.ts 32% building modules 187/262 modules 75 active ...resco-tag/src/services/tag.service.ts 32% building modules 188/262 modules 74 active ...resco-tag/src/services/tag.service.ts 32% building modules 189/262 modules 73 active ...resco-tag/src/services/tag.service.ts 32% building modules 190/262 modules 72 active ...resco-tag/src/services/tag.service.ts 32% building modules 191/262 modules 71 active ...resco-tag/src/services/tag.service.ts 33% building modules 192/262 modules 70 active ...resco-tag/src/services/tag.service.ts 33% building modules 193/262 modules 69 active ...resco-tag/src/services/tag.service.ts 33% building modules 194/262 modules 68 active ...resco-tag/src/services/tag.service.ts 33% building modules 195/262 modules 67 active ...resco-tag/src/services/tag.service.ts 33% building modules 196/262 modules 66 active ...resco-tag/src/services/tag.service.ts 33% building modules 197/262 modules 65 active ...resco-tag/src/services/tag.service.ts 33% building modules 198/262 modules 64 active ...resco-tag/src/services/tag.service.ts 33% building modules 199/262 modules 63 active ...resco-tag/src/services/tag.service.ts 34% building modules 200/262 modules 62 active ...resco-tag/src/services/tag.service.ts 34% building modules 201/262 modules 61 active ...resco-tag/src/services/tag.service.ts 34% building modules 202/262 modules 60 active ...resco-tag/src/services/tag.service.ts 34% building modules 203/262 modules 59 active ...resco-tag/src/services/tag.service.ts 34% building modules 204/262 modules 58 active ...resco-tag/src/services/tag.service.ts 34% building modules 205/262 modules 57 active ...resco-tag/src/services/tag.service.ts 34% building modules 206/262 modules 56 active ...resco-tag/src/services/tag.service.ts 34% building modules 207/262 modules 55 active ...resco-tag/src/services/tag.service.ts 34% building modules 208/262 modules 54 active ...resco-tag/src/services/tag.service.ts 35% building modules 209/262 modules 53 active ...resco-tag/src/services/tag.service.ts 35% building modules 210/262 modules 52 active ...resco-tag/src/services/tag.service.ts 35% building modules 211/262 modules 51 active ...resco-tag/src/services/tag.service.ts 35% building modules 212/262 modules 50 active ...resco-tag/src/services/tag.service.ts 35% building modules 213/262 modules 49 active ...resco-tag/src/services/tag.service.ts 35% building modules 214/262 modules 48 active ...resco-tag/src/services/tag.service.ts 35% building modules 215/262 modules 47 active ...resco-tag/src/services/tag.service.ts 35% building modules 216/262 modules 46 active ...resco-tag/src/services/tag.service.ts 36% building modules 217/262 modules 45 active ...resco-tag/src/services/tag.service.ts 36% building modules 218/262 modules 44 active ...resco-tag/src/services/tag.service.ts 36% building modules 219/262 modules 43 active ...resco-tag/src/services/tag.service.ts 36% building modules 220/262 modules 42 active ...resco-tag/src/services/tag.service.ts 36% building modules 221/262 modules 41 active ...resco-tag/src/services/tag.service.ts 36% building modules 222/262 modules 40 active ...resco-tag/src/services/tag.service.ts 36% building modules 223/262 modules 39 active ...resco-tag/src/services/tag.service.ts 36% building modules 224/262 modules 38 active ...resco-tag/src/services/tag.service.ts 37% building modules 225/262 modules 37 active ...resco-tag/src/services/tag.service.ts 37% building modules 226/262 modules 36 active ...resco-tag/src/services/tag.service.ts 37% building modules 227/262 modules 35 active ...resco-tag/src/services/tag.service.ts 37% building modules 228/262 modules 34 active ...resco-tag/src/services/tag.service.ts 37% building modules 229/262 modules 33 active ...resco-tag/src/services/tag.service.ts 37% building modules 230/262 modules 32 active ...resco-tag/src/services/tag.service.ts 37% building modules 231/262 modules 31 active ...resco-tag/src/services/tag.service.ts 37% building modules 232/262 modules 30 active ...resco-tag/src/services/tag.service.ts 37% building modules 233/262 modules 29 active ...resco-tag/src/services/tag.service.ts 38% building modules 234/262 modules 28 active ...resco-tag/src/services/tag.service.ts 38% building modules 235/262 modules 27 active ...resco-tag/src/services/tag.service.ts 38% building modules 236/262 modules 26 active ...resco-tag/src/services/tag.service.ts 38% building modules 237/262 modules 25 active ...resco-tag/src/services/tag.service.ts 38% building modules 238/262 modules 24 active ...resco-tag/src/services/tag.service.ts 38% building modules 239/262 modules 23 active ...resco-tag/src/services/tag.service.ts 38% building modules 240/262 modules 22 active ...resco-tag/src/services/tag.service.ts 38% building modules 241/262 modules 21 active ...resco-tag/src/services/tag.service.ts 39% building modules 242/262 modules 20 active ...resco-tag/src/services/tag.service.ts 39% building modules 243/262 modules 19 active ...resco-tag/src/services/tag.service.ts 39% building modules 244/262 modules 18 active ...resco-tag/src/services/tag.service.ts 39% building modules 245/262 modules 17 active ...resco-tag/src/services/tag.service.ts 39% building modules 246/262 modules 16 active ...resco-tag/src/services/tag.service.ts 39% building modules 247/262 modules 15 active ...resco-tag/src/services/tag.service.ts 39% building modules 248/262 modules 14 active ...resco-tag/src/services/tag.service.ts 39% building modules 249/262 modules 13 active ...resco-tag/src/services/tag.service.ts 40% building modules 250/262 modules 12 active ...resco-tag/src/services/tag.service.ts 40% building modules 251/262 modules 11 active ...resco-tag/src/services/tag.service.ts 40% building modules 252/262 modules 10 active ...resco-tag/src/services/tag.service.ts  40% building modules 253/262 modules 9 active ...resco-tag/src/services/tag.service.ts 40% building modules 254/262 modules 8 active ...resco-tag/src/services/tag.service.ts 40% building modules 255/262 modules 7 active ...resco-tag/src/services/tag.service.ts           40% building modules 255/263 modules 8 active external "@angular/animations" 40% building modules 256/263 modules 7 active ...resco-tag/src/services/tag.service.ts 40% building modules 257/263 modules 6 active ...resco-tag/src/services/tag.service.ts 40% building modules 258/263 modules 5 active ...resco-tag/src/services/tag.service.ts 41% building modules 259/263 modules 4 active ...resco-tag/src/services/tag.service.ts 41% building modules 260/263 modules 3 active ...resco-tag/src/services/tag.service.ts 41% building modules 261/263 modules 2 active ...resco-tag/src/services/tag.service.ts 41% building modules 262/263 modules 1 active ...resco-tag/src/services/tag.service.ts                                          41% building modules 263/263 modules 0 active 41% building modules 263/264 modules 1 active ...onents/upload-drag-area.component.css 41% building modules 263/265 modules 2 active ...src/components/comments.component.css 41% building modules 263/266 modules 3 active ...rc/components/task-list.component.css 41% building modules 263/267 modules 4 active ...eate-process-attachment.component.css 41% building modules 263/268 modules 5 active ...rocess-instance-details.component.css 41% building modules 263/269 modules 6 active ...onents/process-comments.component.css 41% building modules 263/270 modules 7 active ...process-instance-header.component.css 41% building modules 263/271 modules 8 active .../process-instance-tasks.component.css 41% building modules 263/272 modules 9 active ...components/process-list.component.css 41% building modules 263/273 modules 10 active ...tatable/src/data/datatable-adapter.ts 41% building modules 263/274 modules 11 active .../src/data/object-datatable-adapter.ts 41% building modules 263/275 modules 12 active ...-datatable/src/data/data-row.model.ts 41% building modules 263/276 modules 13 active ...able/src/data/data-row-event.model.ts 41% building modules 263/277 modules 14 active ...tatable/src/data/data-column.model.ts 41% building modules 263/278 modules 15 active ...atable/src/data/data-sorting.model.ts 41% building modules 263/279 modules 16 active ...fresco-core/src/utils/object-utils.ts 41% building modules 263/280 modules 17 active ...o-core/src/models/log-levels.model.ts 41% building modules 263/281 modules 18 active ...co-core/src/models/component.model.ts 41% building modules 263/282 modules 19 active ...alfresco-core/src/utils/file-utils.ts 41% building modules 263/283 modules 20 active ...rc/models/card-view-baseitem.model.ts 41% building modules 263/284 modules 21 active ..._modules/@ngx-translate/core/index.js 41% building modules 263/285 modules 22 active ...cumentlist/src/models/preset.model.ts 41% building modules 263/286 modules 23 active ...list/src/data/image-resolver.model.ts 41% building modules 263/287 modules 24 active ...mentlist/src/data/row-filter.model.ts 41% building modules 263/288 modules 25 active ...list/src/data/share-data-row.model.ts 41% building modules 263/289 modules 26 active ...ts/diagram-sequence-flow.component.ts 41% building modules 263/290 modules 27 active ...s/src/components/diagram.component.ts 41% building modules 263/291 modules 28 active ...s/raphael/raphael-circle.component.ts 41% building modules 263/292 modules 29 active ...ts/raphael/raphael-cross.component.ts 41% building modules 263/293 modules 30 active ...phael/raphael-flow-arrow.component.ts 41% building modules 263/294 modules 31 active ...l/raphael-multiline-text.component.ts 41% building modules 263/295 modules 32 active ...raphael/raphael-pentagon.component.ts 41% building modules 263/296 modules 33 active ...nts/raphael/raphael-plus.component.ts 41% building modules 263/297 modules 34 active ...nts/raphael/raphael-rect.component.ts 41% building modules 263/298 modules 35 active .../raphael/raphael-rhombus.component.ts 41% building modules 263/299 modules 36 active ...nts/raphael/raphael-text.component.ts 41% building modules 263/300 modules 37 active ...components/raphael/raphael.service.ts 41% building modules 263/301 modules 38 active ...ti-diagrams/src/models/chart.model.ts 41% building modules 263/302 modules 39 active ...i-diagrams/src/models/report.model.ts 41% building modules 263/303 modules 40 active ...ontext-menu/context-menu.directive.ts 41% building modules 263/304 modules 41 active ...menu/context-menu-holder.component.ts 41% building modules 263/305 modules 42 active ...lapsable/accordion-group.component.ts 41% building modules 263/306 modules 43 active .../context-menu/context-menu.service.ts 41% building modules 263/307 modules 44 active ...ts/collapsable/accordion.component.ts 41% building modules 263/308 modules 45 active ...s/widgets/checkbox/checkbox.widget.ts 41% building modules 263/309 modules 46 active ...dgets/date-range/date-range.widget.ts 41% building modules 263/310 modules 47 active ...s/widgets/dropdown/dropdown.widget.ts 41% building modules 263/311 modules 48 active ...s/widgets/duration/duration.widget.ts 41% building modules 263/312 modules 49 active ...nents/widgets/number/number.widget.ts 41% building modules 263/313 modules 50 active .../toolbar/toolbar-divider.component.ts 41% building modules 263/314 modules 51 active ...ts/toolbar/toolbar-title.component.ts 41% building modules 263/315 modules 52 active ...mponents/toolbar/toolbar.component.ts 41% building modules 263/316 modules 53 active .../card-view-content-proxy.directive.ts 41% building modules 263/317 modules 54 active .../view/card-view-dateitem.component.ts 41% building modules 263/318 modules 55 active ...ard-view-item-dispatcher.component.ts 41% building modules 263/319 modules 56 active ...s/view/card-view-mapitem.component.ts 41% building modules 263/320 modules 57 active .../view/card-view-textitem.component.ts 41% building modules 263/321 modules 58 active ...omponents/view/card-view.component.ts 41% building modules 263/322 modules 59 active ...iti-tasklist/src/models/form.model.ts 41% building modules 263/323 modules 60 active .../src/components/widgets/core/index.ts 41% building modules 263/324 modules 61 active ...dynamic-table/dynamic-table.widget.ts 41% building modules 263/325 modules 62 active ...c-table/dynamic-table.widget.model.ts 41% building modules 263/326 modules 63 active ...ts/widgets/core/content-link.model.ts 41% building modules 263/327 modules 64 active ...ctiviti-form/src/events/form.event.ts 41% building modules 263/328 modules 65 active ...i-form/src/events/form-error.event.ts 41% building modules 263/329 modules 66 active ...i-form/src/events/form-field.event.ts 41% building modules 263/330 modules 67 active ...c/events/validate-form-field.event.ts 41% building modules 263/331 modules 68 active ...orm/src/events/validate-form.event.ts 41% building modules 263/332 modules 69 active ...s/validate-dynamic-table-row.event.ts 41% building modules 263/333 modules 70 active ...ents/widgets/core/form-field-types.ts 41% building modules 263/334 modules 71 active ...src/models/form-submit-event.model.ts 41% building modules 263/335 modules 72 active ...ms/src/components/activities/index.ts 41% building modules 263/336 modules 73 active ...c/components/boundary-events/index.ts 41% building modules 263/337 modules 74 active ...agrams/src/components/events/index.ts 41% building modules 263/338 modules 75 active ...rams/src/components/gateways/index.ts 41% building modules 263/339 modules 76 active ...iagrams/src/components/icons/index.ts 41% building modules 263/340 modules 77 active ...intermediate-catching-events/index.ts 41% building modules 263/341 modules 78 active ...ms/src/components/structural/index.ts 41% building modules 263/342 modules 79 active ...ams/src/components/swimlanes/index.ts 41% building modules 263/343 modules 80 active ...grams/src/components/tooltip/index.ts 41% building modules 263/344 modules 81 active ...src/services/diagram-color.service.ts 41% building modules 263/345 modules 82 active ...rams/src/services/diagrams.service.ts 41% building modules 263/346 modules 83 active ...src/components/raphael/icons/index.ts 41% building modules 263/347 modules 84 active ...widgets/container/container.widget.ts 41% building modules 263/348 modules 85 active ...omponents/widgets/tabs/tabs.widget.ts 41% building modules 263/349 modules 86 active ...nts/widgets/unknown/unknown.widget.ts 41% building modules 263/350 modules 87 active ...nents/widgets/amount/amount.widget.ts 41% building modules 263/351 modules 88 active ...nents/widgets/attach/attach.widget.ts 41% building modules 263/352 modules 89 active ...s/widgets/checkbox/checkbox.widget.ts 41% building modules 263/353 modules 90 active ...omponents/widgets/date/date.widget.ts 41% building modules 263/354 modules 91 active ...s/display-text/display-text.widget.ts 41% building modules 263/355 modules 92 active ...s/widgets/document/document.widget.ts 41% building modules 263/356 modules 93 active ...s/widgets/dropdown/dropdown.widget.ts 41% building modules 263/357 modules 94 active ...s/dynamic-table/editors/row.editor.ts 41% building modules 263/358 modules 95 active ...ble/editors/boolean/boolean.editor.ts 41% building modules 263/359 modules 96 active ...mic-table/editors/date/date.editor.ts 41% building modules 263/360 modules 97 active ...e/editors/dropdown/dropdown.editor.ts 41% building modules 263/361 modules 98 active ...mic-table/editors/text/text.editor.ts 41% building modules 263/362 modules 99 active ...ents/widgets/error/error.component.ts 41% building modules 263/363 modules 100 active ...onal-group/functional-group.widget.ts 41% building modules 263/364 modules 101 active ...widgets/hyperlink/hyperlink.widget.ts 41% building modules 263/365 modules 102 active ...ltiline-text/multiline-text.widget.ts 41% building modules 263/366 modules 103 active ...nents/widgets/number/number.widget.ts 41% building modules 263/367 modules 104 active ...nents/widgets/people/people.widget.ts 41% building modules 263/368 modules 105 active ...radio-buttons/radio-buttons.widget.ts 41% building modules 263/369 modules 106 active ...s/widgets/text/text-mask.component.ts 41% building modules 263/370 modules 107 active ...omponents/widgets/text/text.widget.ts 41% building modules 263/371 modules 108 active ...widgets/typeahead/typeahead.widget.ts 41% building modules 263/372 modules 109 active ...nents/widgets/upload/upload.widget.ts 41% building modules 263/373 modules 110 active ...orm/src/models/node-metadata.model.ts 41% building modules 263/374 modules 111 active ...m/src/models/form-definition.model.ts 41% building modules 263/375 modules 112 active ...userinfo/src/models/bpm-user.model.ts 41% building modules 263/376 modules 113 active ...userinfo/src/models/ecm-user.model.ts 41% building modules 263/377 modules 114 active ...ch/src/forms/search-term-validator.ts 41% building modules 264/377 modules 113 active ...ch/src/forms/search-term-validator.ts 41% building modules 265/377 modules 112 active ...ch/src/forms/search-term-validator.ts 41% building modules 266/377 modules 111 active ...ch/src/forms/search-term-validator.ts 42% building modules 267/377 modules 110 active ...ch/src/forms/search-term-validator.ts 42% building modules 268/377 modules 109 active ...ch/src/forms/search-term-validator.ts 42% building modules 269/377 modules 108 active ...ch/src/forms/search-term-validator.ts 42% building modules 270/377 modules 107 active ...ch/src/forms/search-term-validator.ts 42% building modules 271/377 modules 106 active ...ch/src/forms/search-term-validator.ts 42% building modules 272/377 modules 105 active ...ch/src/forms/search-term-validator.ts 42% building modules 272/378 modules 106 active ...onents/upload-drag-area.component.css 42% building modules 272/379 modules 107 active ...src/components/comments.component.css 42% building modules 272/380 modules 108 active ...rc/components/task-list.component.css 42% building modules 272/381 modules 109 active ...eate-process-attachment.component.css 42% building modules 272/382 modules 110 active ...rocess-instance-details.component.css 42% building modules 272/383 modules 111 active ...onents/process-comments.component.css 42% building modules 272/384 modules 112 active ...process-instance-header.component.css 42% building modules 272/385 modules 113 active .../process-instance-tasks.component.css 42% building modules 272/386 modules 114 active ...components/process-list.component.css 42% building modules 273/386 modules 113 active ...components/process-list.component.css 42% building modules 274/386 modules 112 active ...components/process-list.component.css 43% building modules 275/386 modules 111 active ...components/process-list.component.css 43% building modules 276/386 modules 110 active ...components/process-list.component.css 43% building modules 277/386 modules 109 active ...components/process-list.component.css 43% building modules 278/386 modules 108 active ...components/process-list.component.css 43% building modules 279/386 modules 107 active ...components/process-list.component.css 43% building modules 280/386 modules 106 active ...components/process-list.component.css 43% building modules 281/386 modules 105 active ...ch/src/forms/search-term-validator.ts 43% building modules 282/386 modules 104 active ...ch/src/forms/search-term-validator.ts 43% building modules 283/386 modules 103 active ...ch/src/forms/search-term-validator.ts 44% building modules 284/386 modules 102 active ...ch/src/forms/search-term-validator.ts 44% building modules 285/386 modules 101 active ...ch/src/forms/search-term-validator.ts 44% building modules 286/386 modules 100 active ...ch/src/forms/search-term-validator.ts  44% building modules 287/386 modules 99 active ...ch/src/forms/search-term-validator.ts 44% building modules 288/386 modules 98 active ...ch/src/forms/search-term-validator.ts 44% building modules 289/386 modules 97 active ...ch/src/forms/search-term-validator.ts 44% building modules 290/386 modules 96 active ...ch/src/forms/search-term-validator.ts 44% building modules 291/386 modules 95 active ...ch/src/forms/search-term-validator.ts 45% building modules 292/386 modules 94 active ...ch/src/forms/search-term-validator.ts 45% building modules 293/386 modules 93 active ...ch/src/forms/search-term-validator.ts 45% building modules 294/386 modules 92 active ...ch/src/forms/search-term-validator.ts 45% building modules 295/386 modules 91 active ...ch/src/forms/search-term-validator.ts 45% building modules 296/386 modules 90 active ...ch/src/forms/search-term-validator.ts 45% building modules 297/386 modules 89 active ...ch/src/forms/search-term-validator.ts 45% building modules 298/386 modules 88 active ...ch/src/forms/search-term-validator.ts 45% building modules 299/386 modules 87 active ...ch/src/forms/search-term-validator.ts 46% building modules 300/386 modules 86 active ...ch/src/forms/search-term-validator.ts 46% building modules 301/386 modules 85 active ...ch/src/forms/search-term-validator.ts 46% building modules 302/386 modules 84 active ...ch/src/forms/search-term-validator.ts 46% building modules 303/386 modules 83 active ...ch/src/forms/search-term-validator.ts 46% building modules 304/386 modules 82 active ...ch/src/forms/search-term-validator.ts 46% building modules 305/386 modules 81 active ...ch/src/forms/search-term-validator.ts 46% building modules 306/386 modules 80 active ...ch/src/forms/search-term-validator.ts 46% building modules 307/386 modules 79 active ...ch/src/forms/search-term-validator.ts 46% building modules 308/386 modules 78 active ...ch/src/forms/search-term-validator.ts 47% building modules 309/386 modules 77 active ...ch/src/forms/search-term-validator.ts 47% building modules 310/386 modules 76 active ...ch/src/forms/search-term-validator.ts 47% building modules 311/386 modules 75 active ...ch/src/forms/search-term-validator.ts 47% building modules 312/386 modules 74 active ...ch/src/forms/search-term-validator.ts 47% building modules 313/386 modules 73 active ...ch/src/forms/search-term-validator.ts 47% building modules 314/386 modules 72 active ...ch/src/forms/search-term-validator.ts 47% building modules 315/386 modules 71 active ...ch/src/forms/search-term-validator.ts          47% building modules 315/387 modules 72 active external "@angular/cdk/overlay" 47% building modules 316/387 modules 71 active ...ch/src/forms/search-term-validator.ts        47% building modules 316/388 modules 72 active external "@angular/cdk/scrolling" 48% building modules 317/388 modules 71 active ...ch/src/forms/search-term-validator.ts 48% building modules 318/388 modules 70 active ...ch/src/forms/search-term-validator.ts 48% building modules 319/388 modules 69 active ...ch/src/forms/search-term-validator.ts 48% building modules 320/388 modules 68 active ...ch/src/forms/search-term-validator.ts 48% building modules 321/388 modules 67 active ...ch/src/forms/search-term-validator.ts 48% building modules 322/388 modules 66 active ...ch/src/forms/search-term-validator.ts 48% building modules 323/388 modules 65 active ...ch/src/forms/search-term-validator.ts 48% building modules 324/388 modules 64 active ...ch/src/forms/search-term-validator.ts 49% building modules 325/388 modules 63 active ...ch/src/forms/search-term-validator.ts 49% building modules 326/388 modules 62 active ...ch/src/forms/search-term-validator.ts 49% building modules 327/388 modules 61 active ...ch/src/forms/search-term-validator.ts 49% building modules 328/388 modules 60 active ...ch/src/forms/search-term-validator.ts 49% building modules 329/388 modules 59 active ...ch/src/forms/search-term-validator.ts 49% building modules 329/389 modules 60 active ...assets/images/ft_ic_miscellaneous.svg 49% building modules 329/390 modules 61 active .../assets/images/ft_ic_raster_image.svg 49% building modules 329/391 modules 62 active ...-core/src/assets/images/ft_ic_pdf.svg 49% building modules 329/392 modules 63 active .../src/assets/images/ft_ic_ms_excel.svg 49% building modules 329/393 modules 64 active ...e/src/assets/images/ft_ic_ms_word.svg 49% building modules 329/394 modules 65 active ...assets/images/ft_ic_ms_powerpoint.svg 49% building modules 329/395 modules 66 active ...ore/src/assets/images/ft_ic_video.svg 49% building modules 329/396 modules 67 active .../src/assets/images/ft_ic_document.svg 49% building modules 329/397 modules 68 active .../assets/images/ft_ic_vector_image.svg 49% building modules 329/398 modules 69 active ...e/src/assets/images/ft_ic_website.svg 49% building modules 329/399 modules 70 active ...e/src/assets/images/ft_ic_archive.svg 49% building modules 329/400 modules 71 active .../assets/images/ft_ic_presentation.svg 49% building modules 329/401 modules 72 active ...c/assets/images/ft_ic_spreadsheet.svg 49% building modules 329/402 modules 73 active ...re/src/assets/images/ft_ic_folder.svg 49% building modules 329/403 modules 74 active ...ssets/images/ft_ic_folder_disable.svg 49% building modules 329/404 modules 75 active ...t/src/assets/images/empty_doc_lib.svg 49% building modules 329/405 modules 76 active ...n/src/assets/images/alfresco-logo.svg 49% building modules 329/406 modules 77 active ...ogin/src/assets/images/background.svg 49% building modules 329/407 modules 78 active ...i-tasklist/src/assets/images/user.jpg 49% building modules 329/408 modules 79 active ...t/src/assets/images/empty_doc_lib.svg 49% building modules 329/409 modules 80 active ...t/src/assets/images/empty_doc_lib.svg 49% building modules 329/410 modules 81 active .../src/assets/images/ecm-background.png 49% building modules 329/411 modules 82 active .../src/assets/images/bpm-background.png 49% building modules 329/412 modules 83 active ...rinfo/src/assets/images/anonymous.gif 49% building modules 329/413 modules 84 active ...h/src/assets/images/empty_doc_lib.svg 49% building modules 330/413 modules 83 active ...h/src/assets/images/empty_doc_lib.svg 49% building modules 331/413 modules 82 active ...h/src/assets/images/empty_doc_lib.svg 49% building modules 332/413 modules 81 active ...h/src/assets/images/empty_doc_lib.svg 49% building modules 333/413 modules 80 active ...h/src/assets/images/empty_doc_lib.svg 50% building modules 334/413 modules 79 active ...h/src/assets/images/empty_doc_lib.svg 50% building modules 335/413 modules 78 active ...h/src/assets/images/empty_doc_lib.svg 50% building modules 336/413 modules 77 active ...h/src/assets/images/empty_doc_lib.svg 50% building modules 337/413 modules 76 active ...h/src/assets/images/empty_doc_lib.svg 50% building modules 338/413 modules 75 active ...h/src/assets/images/empty_doc_lib.svg 50% building modules 339/413 modules 74 active ...h/src/assets/images/empty_doc_lib.svg 50% building modules 340/413 modules 73 active ...h/src/assets/images/empty_doc_lib.svg 50% building modules 341/413 modules 72 active ...h/src/assets/images/empty_doc_lib.svg 51% building modules 342/413 modules 71 active ...h/src/assets/images/empty_doc_lib.svg 51% building modules 343/413 modules 70 active ...h/src/assets/images/empty_doc_lib.svg 51% building modules 344/413 modules 69 active ...h/src/assets/images/empty_doc_lib.svg 51% building modules 345/413 modules 68 active ...h/src/assets/images/empty_doc_lib.svg 51% building modules 346/413 modules 67 active ...h/src/assets/images/empty_doc_lib.svg 51% building modules 347/413 modules 66 active ...h/src/assets/images/empty_doc_lib.svg 51% building modules 348/413 modules 65 active ...h/src/assets/images/empty_doc_lib.svg 51% building modules 349/413 modules 64 active ...h/src/assets/images/empty_doc_lib.svg 52% building modules 350/413 modules 63 active ...h/src/assets/images/empty_doc_lib.svg 52% building modules 351/413 modules 62 active ...h/src/assets/images/empty_doc_lib.svg 52% building modules 352/413 modules 61 active ...h/src/assets/images/empty_doc_lib.svg 52% building modules 353/413 modules 60 active ...h/src/assets/images/empty_doc_lib.svg 52% building modules 354/413 modules 59 active ...h/src/assets/images/empty_doc_lib.svg 52% building modules 355/413 modules 58 active ...h/src/assets/images/empty_doc_lib.svg 52% building modules 356/413 modules 57 active ...h/src/assets/images/empty_doc_lib.svg 52% building modules 357/413 modules 56 active ...h/src/assets/images/empty_doc_lib.svg 52% building modules 358/413 modules 55 active ...h/src/assets/images/empty_doc_lib.svg 53% building modules 359/413 modules 54 active ...h/src/assets/images/empty_doc_lib.svg 53% building modules 360/413 modules 53 active ...h/src/assets/images/empty_doc_lib.svg 53% building modules 361/413 modules 52 active ...h/src/assets/images/empty_doc_lib.svg 53% building modules 362/413 modules 51 active ...h/src/assets/images/empty_doc_lib.svg 53% building modules 363/413 modules 50 active ...h/src/assets/images/empty_doc_lib.svg 53% building modules 364/413 modules 49 active ...h/src/assets/images/empty_doc_lib.svg 53% building modules 365/413 modules 48 active ...h/src/assets/images/empty_doc_lib.svg 53% building modules 366/413 modules 47 active ...h/src/assets/images/empty_doc_lib.svg 54% building modules 367/413 modules 46 active ...h/src/assets/images/empty_doc_lib.svg 54% building modules 368/413 modules 45 active ...h/src/assets/images/empty_doc_lib.svg 54% building modules 369/413 modules 44 active ...h/src/assets/images/empty_doc_lib.svg 54% building modules 370/413 modules 43 active ...h/src/assets/images/empty_doc_lib.svg 54% building modules 371/413 modules 42 active ...h/src/assets/images/empty_doc_lib.svg 54% building modules 372/413 modules 41 active ...h/src/assets/images/empty_doc_lib.svg 54% building modules 373/413 modules 40 active ...h/src/assets/images/empty_doc_lib.svg 54% building modules 374/413 modules 39 active ...h/src/assets/images/empty_doc_lib.svg         54% building modules 374/414 modules 40 active external "@angular/cdk/keycodes" 54% building modules 375/414 modules 39 active ...h/src/assets/images/empty_doc_lib.svg 55% building modules 376/414 modules 38 active ...h/src/assets/images/empty_doc_lib.svg 55% building modules 377/414 modules 37 active ...h/src/assets/images/empty_doc_lib.svg 55% building modules 378/414 modules 36 active ...h/src/assets/images/empty_doc_lib.svg 55% building modules 379/414 modules 35 active ...h/src/assets/images/empty_doc_lib.svg 55% building modules 380/414 modules 34 active ...h/src/assets/images/empty_doc_lib.svg 55% building modules 381/414 modules 33 active ...h/src/assets/images/empty_doc_lib.svg 55% building modules 382/414 modules 32 active ...h/src/assets/images/empty_doc_lib.svg 55% building modules 383/414 modules 31 active ...h/src/assets/images/empty_doc_lib.svg 56% building modules 384/414 modules 30 active ...h/src/assets/images/empty_doc_lib.svg 56% building modules 385/414 modules 29 active ...h/src/assets/images/empty_doc_lib.svg 56% building modules 386/414 modules 28 active ...h/src/assets/images/empty_doc_lib.svg 56% building modules 387/414 modules 27 active ...h/src/assets/images/empty_doc_lib.svg 56% building modules 388/414 modules 26 active ...h/src/assets/images/empty_doc_lib.svg 56% building modules 389/414 modules 25 active ...h/src/assets/images/empty_doc_lib.svg 56% building modules 389/415 modules 26 active ...de_modules/css-loader/lib/css-base.js 56% building modules 389/416 modules 27 active .../src/components/diagram.component.css 56% building modules 390/416 modules 26 active .../src/components/diagram.component.css 56% building modules 391/416 modules 25 active .../src/components/diagram.component.css 57% building modules 392/416 modules 24 active .../src/components/diagram.component.css 57% building modules 393/416 modules 23 active .../src/components/diagram.component.css 57% building modules 394/416 modules 22 active .../src/components/diagram.component.css 57% building modules 395/416 modules 21 active .../src/components/diagram.component.css 57% building modules 396/416 modules 20 active .../src/components/diagram.component.css 57% building modules 397/416 modules 19 active .../src/components/diagram.component.css 57% building modules 398/416 modules 18 active .../src/components/diagram.component.css 57% building modules 399/416 modules 17 active .../src/components/diagram.component.css 57% building modules 400/416 modules 16 active .../src/components/diagram.component.css 58% building modules 401/416 modules 15 active .../src/components/diagram.component.css 58% building modules 402/416 modules 14 active .../src/components/diagram.component.css 58% building modules 403/416 modules 13 active .../src/components/diagram.component.css 58% building modules 404/416 modules 12 active .../src/components/diagram.component.css 58% building modules 405/416 modules 11 active .../src/components/diagram.component.css 58% building modules 406/416 modules 10 active .../src/components/diagram.component.css  58% building modules 407/416 modules 9 active .../src/components/diagram.component.css 58% building modules 408/416 modules 8 active .../src/components/diagram.component.css 59% building modules 409/416 modules 7 active .../src/components/diagram.component.css 59% building modules 410/416 modules 6 active .../src/components/diagram.component.css 59% building modules 411/416 modules 5 active .../src/components/diagram.component.css 59% building modules 412/416 modules 4 active .../src/components/diagram.component.css 59% building modules 413/416 modules 3 active .../src/components/diagram.component.css 59% building modules 414/416 modules 2 active .../src/components/diagram.component.css 59% building modules 414/417 modules 3 active ...ents/widgets/attach/attach.widget.css 59% building modules 414/418 modules 4 active .../dynamic-table/editors/row.editor.css 59% building modules 414/419 modules 5 active ...rc/components/raphael/raphael-base.ts 59% building modules 414/420 modules 6 active ...-diagrams/src/models/diagram.model.ts 59% building modules 414/421 modules 7 active ...ms/src/components/raphael/polyline.ts 59% building modules 414/422 modules 8 active ...omponents/widgets/widget.component.ts 59% building modules 414/423 modules 9 active ...s/node_modules/minimatch/minimatch.js 59% building modules 414/424 modules 10 active ...s/widgets/core/form-field-metadata.ts 59% building modules 414/425 modules 11 active ...omponents/widgets/core/form-values.ts 59% building modules 414/426 modules 12 active ...nts/widgets/core/form-field-option.ts 59% building modules 414/427 modules 13 active .../widgets/core/form-field-templates.ts 59% building modules 414/428 modules 14 active ...nts/widgets/core/form-widget.model.ts 59% building modules 414/429 modules 15 active ...ents/widgets/core/form-field.model.ts 59% building modules 414/430 modules 16 active ...components/widgets/core/form.model.ts 59% building modules 414/431 modules 17 active ...nents/widgets/core/container.model.ts 59% building modules 414/432 modules 18 active ...idgets/core/container-column.model.ts 59% building modules 414/433 modules 19 active .../components/widgets/core/tab.model.ts 59% building modules 414/434 modules 20 active ...ts/widgets/core/form-outcome.model.ts 59% building modules 414/435 modules 21 active ...gets/core/form-outcome-event.model.ts 59% building modules 414/436 modules 22 active ...s/widgets/core/error-message.model.ts 59% building modules 414/437 modules 23 active ...ic-table/date-cell-validator-model.ts 59% building modules 414/438 modules 24 active ...-table/number-cell-validator.model.ts 59% building modules 414/439 modules 25 active ...able/required-cell-validator.model.ts 59% building modules 414/440 modules 26 active ...am-alfresco-publish-task.component.ts 59% building modules 414/441 modules 27 active ...diagram-box-publish-task.component.ts 59% building modules 414/442 modules 28 active ...agram-business-rule-task.component.ts 59% building modules 414/443 modules 29 active ...ities/diagram-camel-task.component.ts 59% building modules 414/444 modules 30 active ...m-container-service-task.component.ts 59% building modules 414/445 modules 31 active ...oogle-drive-publish-task.component.ts 59% building modules 414/446 modules 32 active ...ties/diagram-manual-task.component.ts 59% building modules 414/447 modules 33 active ...vities/diagram-mule-task.component.ts 59% building modules 414/448 modules 34 active ...ies/diagram-receive-task.component.ts 59% building modules 414/449 modules 35 active ...s/diagram-rest-call-task.component.ts 59% building modules 414/450 modules 36 active ...ties/diagram-script-task.component.ts 59% building modules 414/451 modules 37 active ...vities/diagram-send-task.component.ts 59% building modules 414/452 modules 38 active ...ies/diagram-service-task.component.ts 59% building modules 414/453 modules 39 active .../activities/diagram-task.component.ts 59% building modules 414/454 modules 40 active ...vities/diagram-user-task.component.ts 59% building modules 414/455 modules 41 active ...s/diagram-boundary-event.component.ts 59% building modules 414/456 modules 42 active ...ents/diagram-throw-event.component.ts 59% building modules 414/457 modules 43 active ...events/diagram-end-event.component.ts 59% building modules 414/458 modules 44 active ...nts/events/diagram-event.component.ts 59% building modules 414/459 modules 45 active ...ents/diagram-start-event.component.ts 59% building modules 414/460 modules 46 active ...ram-container-icon-event.component.ts 59% building modules 414/461 modules 47 active ...on-alfresco-publish-task.component.ts 59% building modules 414/462 modules 48 active ...am-icon-box-publish-task.component.ts 59% building modules 414/463 modules 49 active ...-icon-business-rule-task.component.ts 59% building modules 414/464 modules 50 active .../diagram-icon-camel-task.component.ts 59% building modules 414/465 modules 51 active ...icons/diagram-icon-error.component.ts 59% building modules 414/466 modules 52 active ...diagram-icon-manual-task.component.ts 59% building modules 414/467 modules 53 active ...oogle-drive-publish-task.component.ts 59% building modules 414/468 modules 54 active ...ons/diagram-icon-message.component.ts 59% building modules 414/469 modules 55 active ...s/diagram-icon-mule-task.component.ts 59% building modules 414/470 modules 56 active ...iagram-icon-receive-task.component.ts 59% building modules 414/471 modules 57 active ...gram-icon-rest-call-task.component.ts 59% building modules 414/472 modules 58 active ...diagram-icon-script-task.component.ts 59% building modules 414/473 modules 59 active ...s/diagram-icon-send-task.component.ts 59% building modules 414/474 modules 60 active ...iagram-icon-service-task.component.ts 59% building modules 414/475 modules 61 active ...cons/diagram-icon-signal.component.ts 59% building modules 414/476 modules 62 active ...icons/diagram-icon-timer.component.ts 59% building modules 414/477 modules 63 active ...s/diagram-icon-user-task.component.ts 59% building modules 414/478 modules 64 active ...iagram-exclusive-gateway.component.ts 59% building modules 414/479 modules 65 active ...ys/diagram-event-gateway.component.ts 59% building modules 414/480 modules 66 active ...gateways/diagram-gateway.component.ts 59% building modules 414/481 modules 67 active ...iagram-inclusive-gateway.component.ts 59% building modules 414/482 modules 68 active ...diagram-parallel-gateway.component.ts 59% building modules 414/483 modules 69 active ...diagram-event-subprocess.component.ts 59% building modules 414/484 modules 70 active ...ermediate-catching-event.component.ts 59% building modules 414/485 modules 71 active ...tural/diagram-subprocess.component.ts 59% building modules 414/486 modules 72 active ...s/swimlanes/diagram-pool.component.ts 59% building modules 414/487 modules 73 active .../swimlanes/diagram-pools.component.ts 59% building modules 414/488 modules 74 active ...s/swimlanes/diagram-lane.component.ts 59% building modules 414/489 modules 75 active .../swimlanes/diagram-lanes.component.ts 59% building modules 414/490 modules 76 active .../tooltip/diagram-tooltip.component.ts 59% building modules 414/491 modules 77 active ...rc/components/raphael/models/point.ts 59% building modules 414/492 modules 78 active ...el-icon-alfresco-publish.component.ts 59% building modules 414/493 modules 79 active ...raphael-icon-box-publish.component.ts 59% building modules 414/494 modules 80 active ...phael-icon-business-rule.component.ts 59% building modules 414/495 modules 81 active ...icons/raphael-icon-camel.component.ts 59% building modules 414/496 modules 82 active ...icons/raphael-icon-error.component.ts 59% building modules 414/497 modules 83 active ...con-google-drive-publish.component.ts 59% building modules 414/498 modules 84 active ...cons/raphael-icon-manual.component.ts 59% building modules 414/499 modules 85 active ...ons/raphael-icon-message.component.ts 59% building modules 414/500 modules 86 active ...ons/raphael-icon-receive.component.ts 59% building modules 414/501 modules 87 active ...s/raphael-icon-rest-call.component.ts 59% building modules 414/502 modules 88 active .../icons/raphael-icon-mule.component.ts 59% building modules 414/503 modules 89 active ...cons/raphael-icon-script.component.ts 59% building modules 414/504 modules 90 active .../icons/raphael-icon-send.component.ts 59% building modules 414/505 modules 91 active ...ons/raphael-icon-service.component.ts 59% building modules 414/506 modules 92 active ...cons/raphael-icon-signal.component.ts 58% building modules 414/507 modules 93 active ...icons/raphael-icon-timer.component.ts 58% building modules 414/508 modules 94 active .../icons/raphael-icon-user.component.ts 58% building modules 414/509 modules 95 active ...s/container/container.widget.model.ts 58% building modules 414/510 modules 96 active ...c-table/dynamic-table-column.model.ts 58% building modules 415/510 modules 95 active ...c-table/dynamic-table-column.model.ts 58% building modules 416/510 modules 94 active ...c-table/dynamic-table-column.model.ts 58% building modules 416/511 modules 95 active .../src/components/diagram.component.css 58% building modules 417/511 modules 94 active ...c-table/dynamic-table-column.model.ts 58% building modules 417/512 modules 95 active ...ranslate/core/src/translate.loader.js 58% building modules 417/513 modules 96 active ...anslate/core/src/translate.service.js 58% building modules 417/514 modules 97 active ...re/src/missing-translation-handler.js 58% building modules 417/515 modules 98 active ...ranslate/core/src/translate.parser.js 58% building modules 417/516 modules 99 active ...slate/core/src/translate.directive.js 58% building modules 417/517 modules 100 active ...-translate/core/src/translate.pipe.js 58% building modules 417/518 modules 101 active ...translate/core/src/translate.store.js 58% building modules 417/519 modules 102 active ...ts/analytics-generator.component.html 58% building modules 417/520 modules 103 active ...lytics-report-heat-map.component.html 58% building modules 417/521 modules 104 active .../analytics-report-list.component.html 57% building modules 417/522 modules 105 active ...tics-report-parameters.component.html 57% building modules 417/523 modules 106 active ...c/components/analytics.component.html 57% building modules 417/524 modules 107 active .../src/dialogs/download-zip.dialog.html 57% building modules 417/525 modules 108 active .../breadcrumb/breadcrumb.component.html 57% building modules 417/526 modules 109 active ...mponents/document-list.component.html 57% building modules 417/527 modules 110 active ...mb/dropdown-breadcrumb.component.html 57% building modules 417/528 modules 111 active .../content-node-selector.component.html 57% building modules 417/529 modules 112 active ...ropdown/sites-dropdown.component.html 57% building modules 417/530 modules 113 active ...n/src/components/login.component.html 57% building modules 417/531 modules 114 active ...al/src/components/like.component.html 57% building modules 417/532 modules 115 active .../src/components/rating.component.html 56% building modules 417/533 modules 116 active .../file-uploading-dialog.component.html 56% building modules 417/534 modules 117 active ...ile-uploading-list-row.component.html 56% building modules 417/535 modules 118 active ...ts/file-uploading-list.component.html 56% building modules 417/536 modules 119 active ...mponents/upload-button.component.html 56% building modules 417/537 modules 120 active ...nents/upload-drag-area.component.html 56% building modules 417/538 modules 121 active ...ts/datatable/datatable.component.html 56% building modules 417/539 modules 122 active ...s/datatable/empty-list.component.html 56% building modules 417/540 modules 123 active ...components/mediaPlayer.component.html 56% building modules 417/541 modules 124 active ...c/components/imgViewer.component.html 56% building modules 417/542 modules 125 active ...c/components/txtViewer.component.html 56% building modules 417/543 modules 126 active ...c/components/pdfViewer.component.html 55% building modules 417/544 modules 127 active ...-format/unknown-format.component.html 55% building modules 417/545 modules 128 active .../src/components/viewer.component.html 55% building modules 417/546 modules 129 active ...ebscript/src/webscript.component.html 55% building modules 417/547 modules 130 active ...wer/info-drawer-layout.component.html 55% building modules 417/548 modules 131 active ...nfo-drawer/info-drawer.component.html 55% building modules 417/549 modules 132 active ...on/infinite-pagination.component.html 55% building modules 417/550 modules 133 active .../pagination/pagination.component.html 55% building modules 417/551 modules 134 active ...c/components/apps-list.component.html 55% building modules 417/552 modules 135 active ...c/components/checklist.component.html 55% building modules 417/553 modules 136 active ...omponents/comment-list.component.html 55% building modules 417/554 modules 137 active ...rc/components/comments.component.html 55% building modules 417/555 modules 138 active ...create-task-attachment.component.html 54% building modules 417/556 modules 139 active ...components/people-list.component.html 54% building modules 417/557 modules 140 active ...mponents/people-search.component.html 54% building modules 417/558 modules 141 active .../components/start-task.component.html 54% building modules 417/559 modules 142 active .../src/components/people.component.html 54% building modules 417/560 modules 143 active ...s/task-attachment-list.component.html 54% building modules 417/561 modules 144 active ...omponents/task-details.component.html 54% building modules 417/562 modules 145 active ...omponents/task-filters.component.html 54% building modules 417/563 modules 146 active ...components/task-header.component.html 54% building modules 417/564 modules 147 active ...c/components/task-list.component.html 54% building modules 417/565 modules 148 active ...c/components/form-list.component.html 54% building modules 417/566 modules 149 active ...rm/src/components/form.component.html 54% building modules 417/567 modules 150 active .../components/start-form.component.html 54% building modules 417/568 modules 151 active ...s/widgets/content/content.widget.html 53% building modules 417/569 modules 152 active ...ate-process-attachment.component.html 53% building modules 417/570 modules 153 active ...rocess-attachment-list.component.html 53% building modules 417/571 modules 154 active ...onents/process-filters.component.html 53% building modules 417/572 modules 155 active ...ocess-instance-details.component.html 53% building modules 417/573 modules 156 active ...nents/process-comments.component.html 53% building modules 417/574 modules 157 active ...rocess-instance-header.component.html 53% building modules 417/575 modules 158 active ...process-instance-tasks.component.html 53% building modules 417/576 modules 159 active ...mponents/start-process.component.html 53% building modules 417/577 modules 160 active ...omponents/process-list.component.html 53% building modules 417/578 modules 161 active ...c/components/user-info.component.html 53% building modules 417/579 modules 162 active ...ts/search-autocomplete.component.html 53% building modules 417/580 modules 163 active ...ponents/search-control.component.html 53% building modules 417/581 modules 164 active .../src/components/search.component.html 52% building modules 417/582 modules 165 active ...components/tag-actions.component.html 52% building modules 417/583 modules 166 active ...rc/components/tag-list.component.html 52% building modules 417/584 modules 167 active ...mponents/tag-node-list.component.html 52% building modules 417/585 modules 168 active .../diagram-sequence-flow.component.html 52% building modules 417/586 modules 169 active ...src/components/diagram.component.html 52% building modules 417/587 modules 170 active ...psable/accordion-group.component.html 52% building modules 417/588 modules 171 active ...widgets/checkbox/checkbox.widget.html 52% building modules 417/589 modules 172 active ...ets/date-range/date-range.widget.html 52% building modules 417/590 modules 173 active ...widgets/dropdown/dropdown.widget.html 52% building modules 417/591 modules 174 active ...widgets/duration/duration.widget.html 52% building modules 417/592 modules 175 active ...nts/widgets/number/number.widget.html 52% building modules 417/593 modules 176 active ...onents/toolbar/toolbar.component.html 52% building modules 417/594 modules 177 active ...iew/card-view-dateitem.component.html 52% building modules 417/595 modules 178 active ...view/card-view-mapitem.component.html 51% building modules 417/596 modules 179 active ...ponents/view/card-view.component.html 51% building modules 417/597 modules 180 active ...iew/card-view-textitem.component.html 51% building modules 417/598 modules 181 active ...namic-table/dynamic-table.widget.html 51% building modules 417/599 modules 182 active ...dgets/container/container.widget.html 51% building modules 417/600 modules 183 active ...ponents/widgets/tabs/tabs.widget.html 51% building modules 417/601 modules 184 active ...nts/widgets/amount/amount.widget.html 51% building modules 417/602 modules 185 active ...nts/widgets/attach/attach.widget.html 51% building modules 417/603 modules 186 active ...widgets/checkbox/checkbox.widget.html 51% building modules 417/604 modules 187 active ...ponents/widgets/date/date.widget.html 51% building modules 417/605 modules 188 active ...display-text/display-text.widget.html 51% building modules 417/606 modules 189 active ...widgets/document/document.widget.html 51% building modules 417/607 modules 190 active ...dynamic-table/editors/row.editor.html 51% building modules 417/608 modules 191 active ...widgets/dropdown/dropdown.widget.html 51% building modules 417/609 modules 192 active ...c-table/editors/date/date.editor.html 51% building modules 417/610 modules 193 active ...e/editors/boolean/boolean.editor.html 50% building modules 417/611 modules 194 active ...editors/dropdown/dropdown.editor.html 50% building modules 417/612 modules 195 active ...c-table/editors/text/text.editor.html 50% building modules 417/613 modules 196 active ...ts/widgets/error/error.component.html 50% building modules 417/614 modules 197 active ...al-group/functional-group.widget.html 50% building modules 417/615 modules 198 active ...dgets/hyperlink/hyperlink.widget.html 50% building modules 417/616 modules 199 active ...iline-text/multiline-text.widget.html 50% building modules 417/617 modules 200 active ...nts/widgets/number/number.widget.html 50% building modules 417/618 modules 201 active ...nts/widgets/people/people.widget.html 50% building modules 417/619 modules 202 active ...dio-buttons/radio-buttons.widget.html 50% building modules 417/620 modules 203 active ...ponents/widgets/text/text.widget.html 50% building modules 417/621 modules 204 active ...dgets/typeahead/typeahead.widget.html 50% building modules 417/622 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 417/623 modules 206 active ...ts/analytics-generator.component.scss 50% building modules 418/623 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 418/624 modules 206 active .../analytics-report-list.component.scss 50% building modules 419/624 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 419/625 modules 206 active ...tics-report-parameters.component.scss 50% building modules 420/625 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 420/626 modules 206 active ...c/components/analytics.component.scss 50% building modules 421/626 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 421/627 modules 206 active .../src/dialogs/download-zip.dialog.scss 50% building modules 422/627 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 422/628 modules 206 active .../breadcrumb/breadcrumb.component.scss 50% building modules 423/628 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 423/629 modules 206 active ...mponents/document-list.component.scss 50% building modules 424/629 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 424/630 modules 206 active ...mb/dropdown-breadcrumb.component.scss 50% building modules 425/630 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 425/631 modules 206 active .../content-node-selector.component.scss 50% building modules 426/631 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 426/632 modules 206 active ...ropdown/sites-dropdown.component.scss 50% building modules 427/632 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 427/633 modules 206 active ...n/src/components/login.component.scss 50% building modules 428/633 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 428/634 modules 206 active ...al/src/components/like.component.scss 50% building modules 429/634 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 429/635 modules 206 active .../src/components/rating.component.scss 50% building modules 430/635 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 430/636 modules 206 active .../file-uploading-dialog.component.scss 50% building modules 431/636 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 431/637 modules 206 active ...ile-uploading-list-row.component.scss 50% building modules 432/637 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 432/638 modules 206 active ...ts/file-uploading-list.component.scss 50% building modules 433/638 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 433/639 modules 206 active ...mponents/upload-button.component.scss 50% building modules 434/639 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 434/640 modules 206 active ...ts/datatable/datatable.component.scss 50% building modules 435/640 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 435/641 modules 206 active ...s/datatable/empty-list.component.scss 50% building modules 436/641 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 436/642 modules 206 active ...components/mediaPlayer.component.scss 50% building modules 437/642 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 437/643 modules 206 active ...c/components/imgViewer.component.scss 50% building modules 438/643 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 438/644 modules 206 active ...c/components/txtViewer.component.scss 50% building modules 439/644 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 439/645 modules 206 active ...c/components/pdfViewer.component.scss 50% building modules 440/645 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 440/646 modules 206 active ...mponents/pdfViewerHost.component.scss 50% building modules 441/646 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 441/647 modules 206 active ...-format/unknown-format.component.scss 50% building modules 442/647 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 442/648 modules 206 active .../src/components/viewer.component.scss 51% building modules 443/648 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 443/649 modules 206 active ...wer/info-drawer-layout.component.scss 51% building modules 444/649 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 444/650 modules 206 active ...nfo-drawer/info-drawer.component.scss 51% building modules 445/650 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 445/651 modules 206 active ...on/infinite-pagination.component.scss 51% building modules 446/651 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 446/652 modules 206 active .../pagination/pagination.component.scss 51% building modules 447/652 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 447/653 modules 206 active ...c/components/apps-list.component.scss 51% building modules 448/653 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 448/654 modules 206 active ...c/components/apps-grid.component.scss 51% building modules 449/654 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 449/655 modules 206 active ...c/components/checklist.component.scss 51% building modules 450/655 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 450/656 modules 206 active ...omponents/comment-list.component.scss 51% building modules 451/656 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 451/657 modules 206 active ...create-task-attachment.component.scss 51% building modules 452/657 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 452/658 modules 206 active ...components/people-list.component.scss 51% building modules 453/658 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 453/659 modules 206 active ...mponents/people-search.component.scss 51% building modules 454/659 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 454/660 modules 206 active .../components/start-task.component.scss 51% building modules 455/660 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 455/661 modules 206 active .../src/components/people.component.scss 51% building modules 456/661 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 456/662 modules 206 active ...s/task-attachment-list.component.scss 51% building modules 457/662 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 457/663 modules 206 active ...omponents/task-details.component.scss 51% building modules 458/663 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 458/664 modules 206 active ...omponents/task-filters.component.scss 51% building modules 459/664 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 459/665 modules 206 active ...components/task-header.component.scss 51% building modules 460/665 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 460/666 modules 206 active ...c/components/form-list.component.scss 51% building modules 461/666 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 461/667 modules 206 active ...rm/src/components/form.component.scss 51% building modules 462/667 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 462/668 modules 206 active ...s/widgets/content/content.widget.scss 51% building modules 463/668 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 463/669 modules 206 active ...rocess-attachment-list.component.scss 51% building modules 464/669 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 464/670 modules 206 active ...onents/process-filters.component.scss 51% building modules 465/670 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 465/671 modules 206 active ...mponents/start-process.component.scss 51% building modules 466/671 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 466/672 modules 206 active ...c/components/user-info.component.scss 51% building modules 467/672 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 467/673 modules 206 active ...ts/search-autocomplete.component.scss 51% building modules 468/673 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 468/674 modules 206 active ...ponents/search-control.component.scss 51% building modules 469/674 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 469/675 modules 206 active .../src/components/search.component.scss 51% building modules 470/675 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 470/676 modules 206 active ...components/tag-actions.component.scss 51% building modules 471/676 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 471/677 modules 206 active ...rc/components/tag-list.component.scss 51% building modules 472/677 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 472/678 modules 206 active ...mponents/tag-node-list.component.scss 51% building modules 473/678 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 473/679 modules 206 active ...psable/accordion-group.component.scss 51% building modules 474/679 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 474/680 modules 206 active ...ets/date-range/date-range.widget.scss 51% building modules 475/680 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 475/681 modules 206 active ...widgets/dropdown/dropdown.widget.scss 51% building modules 476/681 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 476/682 modules 206 active ...widgets/duration/duration.widget.scss 51% building modules 477/682 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 477/683 modules 206 active ...nts/widgets/number/number.widget.scss 51% building modules 478/683 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 478/684 modules 206 active ...onents/toolbar/toolbar.component.scss 52% building modules 479/684 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 479/685 modules 206 active ...iew/card-view-dateitem.component.scss 52% building modules 480/685 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 480/686 modules 206 active ...view/card-view-mapitem.component.scss 52% building modules 481/686 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 481/687 modules 206 active ...ponents/view/card-view.component.scss 52% building modules 482/687 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 482/688 modules 206 active ...iew/card-view-textitem.component.scss 52% building modules 483/688 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 483/689 modules 206 active ...namic-table/dynamic-table.widget.scss 52% building modules 484/689 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 484/690 modules 206 active ...dgets/container/container.widget.scss 52% building modules 485/690 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 485/691 modules 206 active ...nts/widgets/amount/amount.widget.scss 52% building modules 486/691 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 486/692 modules 206 active ...s/widgets/unknown/unknown.widget.scss 52% building modules 487/692 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 487/693 modules 206 active ...ponents/widgets/date/date.widget.scss 52% building modules 488/693 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 488/694 modules 206 active ...display-text/display-text.widget.scss 52% building modules 489/694 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 489/695 modules 206 active ...widgets/dropdown/dropdown.widget.scss 52% building modules 490/695 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 490/696 modules 206 active ...c-table/editors/date/date.editor.scss 52% building modules 491/696 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 491/697 modules 206 active ...e/editors/boolean/boolean.editor.scss 52% building modules 492/697 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 492/698 modules 206 active ...editors/dropdown/dropdown.editor.scss 52% building modules 493/698 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 493/699 modules 206 active ...c-table/editors/text/text.editor.scss 52% building modules 494/699 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 494/700 modules 206 active ...ts/widgets/error/error.component.scss 52% building modules 495/700 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 495/701 modules 206 active ...al-group/functional-group.widget.scss 52% building modules 496/701 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 496/702 modules 206 active ...dgets/hyperlink/hyperlink.widget.scss 52% building modules 497/702 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 497/703 modules 206 active ...iline-text/multiline-text.widget.scss 52% building modules 498/703 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 498/704 modules 206 active ...nts/widgets/number/number.widget.scss 52% building modules 499/704 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 499/705 modules 206 active ...nts/widgets/people/people.widget.scss 52% building modules 500/705 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 500/706 modules 206 active ...dio-buttons/radio-buttons.widget.scss 52% building modules 501/706 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 501/707 modules 206 active ...ponents/widgets/text/text.widget.scss 52% building modules 502/707 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 502/708 modules 206 active ...dgets/typeahead/typeahead.widget.scss 52% building modules 503/708 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 503/709 modules 206 active ...nts/widgets/upload/upload.widget.scss 52% building modules 504/709 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 505/709 modules 204 active ...nts/widgets/upload/upload.widget.html 52% building modules 505/710 modules 205 active ...ents/widgets/attach/attach.widget.css 52% building modules 506/710 modules 204 active ...nts/widgets/upload/upload.widget.html 52% building modules 507/710 modules 203 active ...nts/widgets/upload/upload.widget.html 52% building modules 507/711 modules 204 active .../dynamic-table/editors/row.editor.css 52% building modules 508/711 modules 203 active ...nts/widgets/upload/upload.widget.html 52% building modules 509/711 modules 202 active ...nts/widgets/upload/upload.widget.html 53% building modules 510/711 modules 201 active ...nts/widgets/upload/upload.widget.html 53% building modules 511/711 modules 200 active ...nts/widgets/upload/upload.widget.html 53% building modules 511/712 modules 201 active ...ts/analytics-generator.component.scss 53% building modules 511/713 modules 202 active .../analytics-report-list.component.scss 52% building modules 511/714 modules 203 active ...tics-report-parameters.component.scss 52% building modules 511/715 modules 204 active ...c/components/analytics.component.scss 52% building modules 511/716 modules 205 active .../src/dialogs/download-zip.dialog.scss 52% building modules 511/717 modules 206 active ...mponents/document-list.component.scss 52% building modules 511/718 modules 207 active ...n/src/components/login.component.scss 52% building modules 511/719 modules 208 active ...al/src/components/like.component.scss 52% building modules 511/720 modules 209 active .../src/components/rating.component.scss 52% building modules 511/721 modules 210 active .../file-uploading-dialog.component.scss 52% building modules 511/722 modules 211 active ...ile-uploading-list-row.component.scss 52% building modules 511/723 modules 212 active ...ts/file-uploading-list.component.scss 52% building modules 511/724 modules 213 active ...mponents/upload-button.component.scss 52% building modules 511/725 modules 214 active ...components/mediaPlayer.component.scss 52% building modules 511/726 modules 215 active ...c/components/imgViewer.component.scss 52% building modules 511/727 modules 216 active ...c/components/txtViewer.component.scss 52% building modules 511/728 modules 217 active ...c/components/pdfViewer.component.scss 52% building modules 511/729 modules 218 active ...mponents/pdfViewerHost.component.scss 52% building modules 511/730 modules 219 active .../src/components/viewer.component.scss 51% building modules 511/731 modules 220 active ...c/components/apps-list.component.scss 51% building modules 511/732 modules 221 active ...c/components/apps-grid.component.scss 51% building modules 511/733 modules 222 active ...c/components/checklist.component.scss 51% building modules 511/734 modules 223 active ...omponents/comment-list.component.scss 51% building modules 511/735 modules 224 active ...create-task-attachment.component.scss 51% building modules 511/736 modules 225 active ...components/people-list.component.scss 51% building modules 511/737 modules 226 active ...mponents/people-search.component.scss 51% building modules 511/738 modules 227 active .../components/start-task.component.scss 51% building modules 511/739 modules 228 active .../src/components/people.component.scss 51% building modules 511/740 modules 229 active ...s/task-attachment-list.component.scss 51% building modules 511/741 modules 230 active ...omponents/task-details.component.scss 51% building modules 511/742 modules 231 active ...omponents/task-filters.component.scss 51% building modules 511/743 modules 232 active ...components/task-header.component.scss 51% building modules 511/744 modules 233 active ...c/components/form-list.component.scss 51% building modules 511/745 modules 234 active ...rm/src/components/form.component.scss 51% building modules 511/746 modules 235 active ...rocess-attachment-list.component.scss 51% building modules 511/747 modules 236 active ...onents/process-filters.component.scss 50% building modules 511/748 modules 237 active ...mponents/start-process.component.scss 50% building modules 511/749 modules 238 active ...c/components/user-info.component.scss 50% building modules 511/750 modules 239 active ...ts/search-autocomplete.component.scss 50% building modules 511/751 modules 240 active ...ponents/search-control.component.scss 50% building modules 511/752 modules 241 active .../src/components/search.component.scss 50% building modules 511/753 modules 242 active ...components/tag-actions.component.scss 50% building modules 511/754 modules 243 active ...rc/components/tag-list.component.scss 50% building modules 511/755 modules 244 active ...mponents/tag-node-list.component.scss 50% building modules 511/756 modules 245 active .../breadcrumb/breadcrumb.component.scss 50% building modules 511/757 modules 246 active ...mb/dropdown-breadcrumb.component.scss 50% building modules 511/758 modules 247 active .../content-node-selector.component.scss 50% building modules 511/759 modules 248 active ...ropdown/sites-dropdown.component.scss 50% building modules 511/760 modules 249 active ...ts/datatable/datatable.component.scss 50% building modules 511/761 modules 250 active ...s/datatable/empty-list.component.scss 50% building modules 511/762 modules 251 active ...-format/unknown-format.component.scss 50% building modules 511/763 modules 252 active ...wer/info-drawer-layout.component.scss 50% building modules 511/764 modules 253 active ...nfo-drawer/info-drawer.component.scss 50% building modules 511/765 modules 254 active ...on/infinite-pagination.component.scss 50% building modules 511/766 modules 255 active .../pagination/pagination.component.scss 49% building modules 511/767 modules 256 active ...psable/accordion-group.component.scss 49% building modules 511/768 modules 257 active ...onents/toolbar/toolbar.component.scss 49% building modules 511/769 modules 258 active ...iew/card-view-dateitem.component.scss 49% building modules 511/770 modules 259 active ...view/card-view-mapitem.component.scss 49% building modules 511/771 modules 260 active ...ponents/view/card-view.component.scss 49% building modules 511/772 modules 261 active ...iew/card-view-textitem.component.scss 49% building modules 511/773 modules 262 active ...s/widgets/content/content.widget.scss 49% building modules 511/774 modules 263 active ...ets/date-range/date-range.widget.scss 49% building modules 511/775 modules 264 active ...widgets/dropdown/dropdown.widget.scss 49% building modules 511/776 modules 265 active ...widgets/duration/duration.widget.scss 49% building modules 511/777 modules 266 active ...nts/widgets/number/number.widget.scss 49% building modules 511/778 modules 267 active ...namic-table/dynamic-table.widget.scss 49% building modules 511/779 modules 268 active ...dgets/container/container.widget.scss 49% building modules 511/780 modules 269 active ...nts/widgets/amount/amount.widget.scss 49% building modules 511/781 modules 270 active ...s/widgets/unknown/unknown.widget.scss 49% building modules 511/782 modules 271 active ...ponents/widgets/date/date.widget.scss 49% building modules 511/783 modules 272 active ...display-text/display-text.widget.scss 49% building modules 511/784 modules 273 active ...widgets/dropdown/dropdown.widget.scss 49% building modules 511/785 modules 274 active ...ts/widgets/error/error.component.scss 49% building modules 511/786 modules 275 active ...al-group/functional-group.widget.scss 48% building modules 511/787 modules 276 active ...dgets/hyperlink/hyperlink.widget.scss 48% building modules 511/788 modules 277 active ...iline-text/multiline-text.widget.scss 48% building modules 511/789 modules 278 active ...nts/widgets/number/number.widget.scss 48% building modules 511/790 modules 279 active ...nts/widgets/people/people.widget.scss 48% building modules 511/791 modules 280 active ...dio-buttons/radio-buttons.widget.scss 48% building modules 511/792 modules 281 active ...ponents/widgets/text/text.widget.scss 48% building modules 511/793 modules 282 active ...dgets/typeahead/typeahead.widget.scss 48% building modules 511/794 modules 283 active ...nts/widgets/upload/upload.widget.scss 48% building modules 511/795 modules 284 active ...c-table/editors/date/date.editor.scss 48% building modules 511/796 modules 285 active ...e/editors/boolean/boolean.editor.scss 48% building modules 511/797 modules 286 active ...editors/dropdown/dropdown.editor.scss 48% building modules 511/798 modules 287 active ...c-table/editors/text/text.editor.scss 48% building modules 512/798 modules 286 active ...c-table/editors/text/text.editor.scss 48% building modules 513/798 modules 285 active ...c-table/editors/text/text.editor.scss 48% building modules 514/798 modules 284 active ...c-table/editors/text/text.editor.scss 48% building modules 515/798 modules 283 active ...c-table/editors/text/text.editor.scss 48% building modules 516/798 modules 282 active ...c-table/editors/text/text.editor.scss 48% building modules 517/798 modules 281 active ...c-table/editors/text/text.editor.scss 48% building modules 518/798 modules 280 active ...c-table/editors/text/text.editor.scss 49% building modules 519/798 modules 279 active ...c-table/editors/text/text.editor.scss 49% building modules 520/798 modules 278 active ...c-table/editors/text/text.editor.scss 49% building modules 521/798 modules 277 active ...c-table/editors/text/text.editor.scss 49% building modules 522/798 modules 276 active ...c-table/editors/text/text.editor.scss 49% building modules 523/798 modules 275 active ...c-table/editors/text/text.editor.scss 49% building modules 524/798 modules 274 active ...c-table/editors/text/text.editor.scss 49% building modules 525/798 modules 273 active ...c-table/editors/text/text.editor.scss 49% building modules 526/798 modules 272 active ...c-table/editors/text/text.editor.scss 49% building modules 527/798 modules 271 active ...c-table/editors/text/text.editor.scss 49% building modules 528/798 modules 270 active ...c-table/editors/text/text.editor.scss 49% building modules 529/798 modules 269 active ...c-table/editors/text/text.editor.scss 49% building modules 530/798 modules 268 active ...c-table/editors/text/text.editor.scss 49% building modules 531/798 modules 267 active ...c-table/editors/text/text.editor.scss 50% building modules 532/798 modules 266 active ...c-table/editors/text/text.editor.scss 50% building modules 533/798 modules 265 active ...c-table/editors/text/text.editor.scss 50% building modules 534/798 modules 264 active ...c-table/editors/text/text.editor.scss 50% building modules 535/798 modules 263 active ...c-table/editors/text/text.editor.scss 50% building modules 536/798 modules 262 active ...c-table/editors/text/text.editor.scss 50% building modules 537/798 modules 261 active ...c-table/editors/text/text.editor.scss 50% building modules 538/798 modules 260 active ...c-table/editors/text/text.editor.scss 50% building modules 539/798 modules 259 active ...c-table/editors/text/text.editor.scss 50% building modules 540/798 modules 258 active ...c-table/editors/text/text.editor.scss 50% building modules 541/798 modules 257 active ...c-table/editors/text/text.editor.scss 50% building modules 542/798 modules 256 active ...c-table/editors/text/text.editor.scss 50% building modules 543/798 modules 255 active ...c-table/editors/text/text.editor.scss 50% building modules 544/798 modules 254 active ...c-table/editors/text/text.editor.scss 50% building modules 545/798 modules 253 active ...c-table/editors/text/text.editor.scss 51% building modules 546/798 modules 252 active ...c-table/editors/text/text.editor.scss 51% building modules 547/798 modules 251 active ...c-table/editors/text/text.editor.scss 51% building modules 548/798 modules 250 active ...c-table/editors/text/text.editor.scss 51% building modules 549/798 modules 249 active ...c-table/editors/text/text.editor.scss 51% building modules 550/798 modules 248 active ...c-table/editors/text/text.editor.scss 51% building modules 551/798 modules 247 active ...c-table/editors/text/text.editor.scss 51% building modules 552/798 modules 246 active ...c-table/editors/text/text.editor.scss 51% building modules 553/798 modules 245 active ...c-table/editors/text/text.editor.scss 51% building modules 554/798 modules 244 active ...c-table/editors/text/text.editor.scss 51% building modules 555/798 modules 243 active ...c-table/editors/text/text.editor.scss 51% building modules 556/798 modules 242 active ...c-table/editors/text/text.editor.scss 51% building modules 557/798 modules 241 active ...c-table/editors/text/text.editor.scss 51% building modules 558/798 modules 240 active ...c-table/editors/text/text.editor.scss 52% building modules 559/798 modules 239 active ...c-table/editors/text/text.editor.scss 52% building modules 560/798 modules 238 active ...c-table/editors/text/text.editor.scss 52% building modules 561/798 modules 237 active ...c-table/editors/text/text.editor.scss 52% building modules 562/798 modules 236 active ...c-table/editors/text/text.editor.scss 52% building modules 563/798 modules 235 active ...c-table/editors/text/text.editor.scss 52% building modules 564/798 modules 234 active ...c-table/editors/text/text.editor.scss 52% building modules 565/798 modules 233 active ...c-table/editors/text/text.editor.scss 52% building modules 566/798 modules 232 active ...c-table/editors/text/text.editor.scss 52% building modules 567/798 modules 231 active ...c-table/editors/text/text.editor.scss 52% building modules 568/798 modules 230 active ...c-table/editors/text/text.editor.scss 52% building modules 569/798 modules 229 active ...c-table/editors/text/text.editor.scss 52% building modules 570/798 modules 228 active ...c-table/editors/text/text.editor.scss 52% building modules 571/798 modules 227 active ...c-table/editors/text/text.editor.scss 53% building modules 572/798 modules 226 active ...c-table/editors/text/text.editor.scss 53% building modules 573/798 modules 225 active ...c-table/editors/text/text.editor.scss 53% building modules 574/798 modules 224 active ...c-table/editors/text/text.editor.scss 53% building modules 575/798 modules 223 active ...c-table/editors/text/text.editor.scss 53% building modules 576/798 modules 222 active ...c-table/editors/text/text.editor.scss 53% building modules 577/798 modules 221 active ...c-table/editors/text/text.editor.scss 53% building modules 578/798 modules 220 active ...c-table/editors/text/text.editor.scss 53% building modules 579/798 modules 219 active ...c-table/editors/text/text.editor.scss 53% building modules 580/798 modules 218 active ...c-table/editors/text/text.editor.scss 53% building modules 581/798 modules 217 active ...c-table/editors/text/text.editor.scss 53% building modules 582/798 modules 216 active ...c-table/editors/text/text.editor.scss 53% building modules 583/798 modules 215 active ...c-table/editors/text/text.editor.scss 53% building modules 584/798 modules 214 active ...c-table/editors/text/text.editor.scss 53% building modules 585/798 modules 213 active ...c-table/editors/text/text.editor.scss 54% building modules 586/798 modules 212 active ...c-table/editors/text/text.editor.scss 54% building modules 587/798 modules 211 active ...c-table/editors/text/text.editor.scss 54% building modules 588/798 modules 210 active ...c-table/editors/text/text.editor.scss 54% building modules 589/798 modules 209 active ...c-table/editors/text/text.editor.scss 54% building modules 590/798 modules 208 active ...c-table/editors/text/text.editor.scss 54% building modules 591/798 modules 207 active ...c-table/editors/text/text.editor.scss 54% building modules 592/798 modules 206 active ...c-table/editors/text/text.editor.scss 54% building modules 593/798 modules 205 active ...c-table/editors/text/text.editor.scss 54% building modules 594/798 modules 204 active ...c-table/editors/text/text.editor.scss 54% building modules 595/798 modules 203 active ...c-table/editors/text/text.editor.scss 54% building modules 596/798 modules 202 active ...c-table/editors/text/text.editor.scss 54% building modules 597/798 modules 201 active ...c-table/editors/text/text.editor.scss 54% building modules 598/798 modules 200 active ...c-table/editors/text/text.editor.scss 55% building modules 599/798 modules 199 active ...c-table/editors/text/text.editor.scss 55% building modules 600/798 modules 198 active ...c-table/editors/text/text.editor.scss 55% building modules 601/798 modules 197 active ...c-table/editors/text/text.editor.scss 55% building modules 602/798 modules 196 active ...c-table/editors/text/text.editor.scss 55% building modules 603/798 modules 195 active ...c-table/editors/text/text.editor.scss 55% building modules 604/798 modules 194 active ...c-table/editors/text/text.editor.scss        55% building modules 604/799 modules 195 active external "rxjs/add/observable/of" 55% building modules 605/799 modules 194 active ...c-table/editors/text/text.editor.scss      55% building modules 605/800 modules 195 active external "rxjs/add/operator/concat" 55% building modules 606/800 modules 194 active ...c-table/editors/text/text.editor.scss       55% building modules 606/801 modules 195 active external "rxjs/add/operator/share" 55% building modules 607/801 modules 194 active ...c-table/editors/text/text.editor.scss         55% building modules 607/802 modules 195 active external "rxjs/add/operator/map" 55% building modules 608/802 modules 194 active ...c-table/editors/text/text.editor.scss       55% building modules 608/803 modules 195 active external "rxjs/add/operator/merge" 55% building modules 609/803 modules 194 active ...c-table/editors/text/text.editor.scss   55% building modules 609/804 modules 195 active external "rxjs/add/operator/switchMap" 55% building modules 610/804 modules 194 active ...c-table/editors/text/text.editor.scss     55% building modules 610/805 modules 195 active external "rxjs/add/operator/toArray" 55% building modules 611/805 modules 194 active ...c-table/editors/text/text.editor.scss        55% building modules 611/806 modules 195 active external "rxjs/add/operator/take" 55% building modules 612/806 modules 194 active ...c-table/editors/text/text.editor.scss 55% building modules 613/806 modules 193 active ...c-table/editors/text/text.editor.scss 55% building modules 614/806 modules 192 active ...c-table/editors/text/text.editor.scss 55% building modules 615/806 modules 191 active ...c-table/editors/text/text.editor.scss 55% building modules 616/806 modules 190 active ...c-table/editors/text/text.editor.scss 55% building modules 617/806 modules 189 active ...c-table/editors/text/text.editor.scss 56% building modules 618/806 modules 188 active ...c-table/editors/text/text.editor.scss 56% building modules 619/806 modules 187 active ...c-table/editors/text/text.editor.scss 56% building modules 620/806 modules 186 active ...c-table/editors/text/text.editor.scss 56% building modules 621/806 modules 185 active ...c-table/editors/text/text.editor.scss 56% building modules 622/806 modules 184 active ...c-table/editors/text/text.editor.scss 56% building modules 623/806 modules 183 active ...c-table/editors/text/text.editor.scss 56% building modules 624/806 modules 182 active ...c-table/editors/text/text.editor.scss 56% building modules 625/806 modules 181 active ...c-table/editors/text/text.editor.scss 56% building modules 626/806 modules 180 active ...c-table/editors/text/text.editor.scss 56% building modules 627/806 modules 179 active ...c-table/editors/text/text.editor.scss 56% building modules 628/806 modules 178 active ...c-table/editors/text/text.editor.scss 56% building modules 629/806 modules 177 active ...c-table/editors/text/text.editor.scss 56% building modules 630/806 modules 176 active ...c-table/editors/text/text.editor.scss 56% building modules 631/806 modules 175 active ...c-table/editors/text/text.editor.scss 57% building modules 632/806 modules 174 active ...c-table/editors/text/text.editor.scss 57% building modules 633/806 modules 173 active ...c-table/editors/text/text.editor.scss 57% building modules 634/806 modules 172 active ...c-table/editors/text/text.editor.scss 57% building modules 635/806 modules 171 active ...c-table/editors/text/text.editor.scss 57% building modules 636/806 modules 170 active ...c-table/editors/text/text.editor.scss 57% building modules 637/806 modules 169 active ...c-table/editors/text/text.editor.scss 57% building modules 638/806 modules 168 active ...c-table/editors/text/text.editor.scss 57% building modules 639/806 modules 167 active ...c-table/editors/text/text.editor.scss 57% building modules 640/806 modules 166 active ...c-table/editors/text/text.editor.scss 57% building modules 641/806 modules 165 active ...c-table/editors/text/text.editor.scss 57% building modules 642/806 modules 164 active ...c-table/editors/text/text.editor.scss 57% building modules 643/806 modules 163 active ...c-table/editors/text/text.editor.scss 57% building modules 644/806 modules 162 active ...c-table/editors/text/text.editor.scss 58% building modules 645/806 modules 161 active ...c-table/editors/text/text.editor.scss 58% building modules 646/806 modules 160 active ...c-table/editors/text/text.editor.scss 58% building modules 647/806 modules 159 active ...c-table/editors/text/text.editor.scss 58% building modules 648/806 modules 158 active ...c-table/editors/text/text.editor.scss 58% building modules 649/806 modules 157 active ...c-table/editors/text/text.editor.scss 58% building modules 650/806 modules 156 active ...c-table/editors/text/text.editor.scss 58% building modules 651/806 modules 155 active ...c-table/editors/text/text.editor.scss 58% building modules 652/806 modules 154 active ...c-table/editors/text/text.editor.scss 58% building modules 653/806 modules 153 active ...c-table/editors/text/text.editor.scss 58% building modules 654/806 modules 152 active ...c-table/editors/text/text.editor.scss 58% building modules 655/806 modules 151 active ...c-table/editors/text/text.editor.scss 58% building modules 656/806 modules 150 active ...c-table/editors/text/text.editor.scss 58% building modules 657/806 modules 149 active ...c-table/editors/text/text.editor.scss 58% building modules 658/806 modules 148 active ...c-table/editors/text/text.editor.scss 59% building modules 659/806 modules 147 active ...c-table/editors/text/text.editor.scss 59% building modules 660/806 modules 146 active ...c-table/editors/text/text.editor.scss 59% building modules 661/806 modules 145 active ...c-table/editors/text/text.editor.scss 59% building modules 662/806 modules 144 active ...c-table/editors/text/text.editor.scss 59% building modules 663/806 modules 143 active ...c-table/editors/text/text.editor.scss 59% building modules 664/806 modules 142 active ...c-table/editors/text/text.editor.scss 59% building modules 665/806 modules 141 active ...c-table/editors/text/text.editor.scss 59% building modules 666/806 modules 140 active ...c-table/editors/text/text.editor.scss 59% building modules 667/806 modules 139 active ...c-table/editors/text/text.editor.scss 59% building modules 668/806 modules 138 active ...c-table/editors/text/text.editor.scss 59% building modules 669/806 modules 137 active ...c-table/editors/text/text.editor.scss 59% building modules 670/806 modules 136 active ...c-table/editors/text/text.editor.scss 59% building modules 671/806 modules 135 active ...c-table/editors/text/text.editor.scss 60% building modules 672/806 modules 134 active ...c-table/editors/text/text.editor.scss 60% building modules 673/806 modules 133 active ...c-table/editors/text/text.editor.scss 60% building modules 674/806 modules 132 active ...c-table/editors/text/text.editor.scss 60% building modules 675/806 modules 131 active ...c-table/editors/text/text.editor.scss 60% building modules 676/806 modules 130 active ...c-table/editors/text/text.editor.scss 60% building modules 677/806 modules 129 active ...c-table/editors/text/text.editor.scss 60% building modules 678/806 modules 128 active ...c-table/editors/text/text.editor.scss 60% building modules 679/806 modules 127 active ...c-table/editors/text/text.editor.scss 60% building modules 680/806 modules 126 active ...c-table/editors/text/text.editor.scss 60% building modules 681/806 modules 125 active ...c-table/editors/text/text.editor.scss 60% building modules 682/806 modules 124 active ...c-table/editors/text/text.editor.scss 60% building modules 683/806 modules 123 active ...c-table/editors/text/text.editor.scss 60% building modules 684/806 modules 122 active ...c-table/editors/text/text.editor.scss 60% building modules 685/806 modules 121 active ...c-table/editors/text/text.editor.scss 61% building modules 686/806 modules 120 active ...c-table/editors/text/text.editor.scss 61% building modules 687/806 modules 119 active ...c-table/editors/text/text.editor.scss 61% building modules 688/806 modules 118 active ...c-table/editors/text/text.editor.scss 61% building modules 689/806 modules 117 active ...c-table/editors/text/text.editor.scss 61% building modules 690/806 modules 116 active ...c-table/editors/text/text.editor.scss 61% building modules 691/806 modules 115 active ...c-table/editors/text/text.editor.scss 61% building modules 692/806 modules 114 active ...c-table/editors/text/text.editor.scss 61% building modules 693/806 modules 113 active ...c-table/editors/text/text.editor.scss 61% building modules 694/806 modules 112 active ...c-table/editors/text/text.editor.scss 61% building modules 695/806 modules 111 active ...c-table/editors/text/text.editor.scss 61% building modules 696/806 modules 110 active ...c-table/editors/text/text.editor.scss 61% building modules 697/806 modules 109 active ...c-table/editors/text/text.editor.scss 61% building modules 698/806 modules 108 active ...c-table/editors/text/text.editor.scss 62% building modules 699/806 modules 107 active ...c-table/editors/text/text.editor.scss 62% building modules 700/806 modules 106 active ...c-table/editors/text/text.editor.scss 62% building modules 701/806 modules 105 active ...c-table/editors/text/text.editor.scss 62% building modules 702/806 modules 104 active ...c-table/editors/text/text.editor.scss 62% building modules 703/806 modules 103 active ...c-table/editors/text/text.editor.scss 62% building modules 704/806 modules 102 active ...c-table/editors/text/text.editor.scss 62% building modules 705/806 modules 101 active ...c-table/editors/text/text.editor.scss 62% building modules 706/806 modules 100 active ...c-table/editors/text/text.editor.scss  62% building modules 707/806 modules 99 active ...c-table/editors/text/text.editor.scss 62% building modules 708/806 modules 98 active ...c-table/editors/text/text.editor.scss 62% building modules 709/806 modules 97 active ...c-table/editors/text/text.editor.scss 62% building modules 710/806 modules 96 active ...c-table/editors/text/text.editor.scss 62% building modules 711/806 modules 95 active ...c-table/editors/text/text.editor.scss 63% building modules 712/806 modules 94 active ...c-table/editors/text/text.editor.scss 63% building modules 713/806 modules 93 active ...c-table/editors/text/text.editor.scss 63% building modules 714/806 modules 92 active ...c-table/editors/text/text.editor.scss 63% building modules 715/806 modules 91 active ...c-table/editors/text/text.editor.scss 63% building modules 716/806 modules 90 active ...c-table/editors/text/text.editor.scss 63% building modules 717/806 modules 89 active ...c-table/editors/text/text.editor.scss 63% building modules 718/806 modules 88 active ...c-table/editors/text/text.editor.scss 63% building modules 719/806 modules 87 active ...c-table/editors/text/text.editor.scss 63% building modules 719/807 modules 88 active ...-alfresco-publish-task.component.html 63% building modules 719/808 modules 89 active ...ram-business-rule-task.component.html 63% building modules 719/809 modules 90 active ...container-service-task.component.html 63% building modules 719/810 modules 91 active ...ies/diagram-camel-task.component.html 63% building modules 719/811 modules 92 active ...agram-box-publish-task.component.html 63% building modules 719/812 modules 93 active ...es/diagram-manual-task.component.html 63% building modules 719/813 modules 94 active ...gle-drive-publish-task.component.html 62% building modules 719/814 modules 95 active ...diagram-rest-call-task.component.html 62% building modules 719/815 modules 96 active ...ties/diagram-mule-task.component.html 62% building modules 719/816 modules 97 active ...s/diagram-receive-task.component.html 62% building modules 719/817 modules 98 active ...es/diagram-script-task.component.html 62% building modules 719/818 modules 99 active ...ties/diagram-send-task.component.html 62% building modules 719/819 modules 100 active ...s/diagram-service-task.component.html 62% building modules 719/820 modules 101 active ...ctivities/diagram-task.component.html 62% building modules 719/821 modules 102 active ...diagram-boundary-event.component.html 62% building modules 719/822 modules 103 active ...ties/diagram-user-task.component.html 62% building modules 719/823 modules 104 active ...ts/diagram-throw-event.component.html 62% building modules 719/824 modules 105 active ...s/events/diagram-event.component.html 62% building modules 719/825 modules 106 active ...ents/diagram-end-event.component.html 62% building modules 719/826 modules 107 active ...ts/diagram-start-event.component.html 62% building modules 719/827 modules 108 active ...m-container-icon-event.component.html 62% building modules 719/828 modules 109 active ...-alfresco-publish-task.component.html 62% building modules 719/829 modules 110 active ...-icon-box-publish-task.component.html 61% building modules 719/830 modules 111 active ...ons/diagram-icon-error.component.html 61% building modules 719/831 modules 112 active ...iagram-icon-camel-task.component.html 61% building modules 719/832 modules 113 active ...con-business-rule-task.component.html 61% building modules 719/833 modules 114 active ...gle-drive-publish-task.component.html 61% building modules 719/834 modules 115 active ...agram-icon-manual-task.component.html 61% building modules 719/835 modules 116 active ...diagram-icon-mule-task.component.html 61% building modules 719/836 modules 117 active ...s/diagram-icon-message.component.html 61% building modules 719/837 modules 118 active ...gram-icon-receive-task.component.html 61% building modules 719/838 modules 119 active ...agram-icon-script-task.component.html 61% building modules 719/839 modules 120 active ...gram-icon-service-task.component.html 61% building modules 719/840 modules 121 active ...am-icon-rest-call-task.component.html 61% building modules 719/841 modules 122 active ...ons/diagram-icon-timer.component.html 61% building modules 719/842 modules 123 active ...diagram-icon-send-task.component.html 61% building modules 719/843 modules 124 active ...diagram-icon-user-task.component.html 61% building modules 719/844 modules 125 active ...ns/diagram-icon-signal.component.html 61% building modules 719/845 modules 126 active ...teways/diagram-gateway.component.html 60% building modules 719/846 modules 127 active ...gram-exclusive-gateway.component.html 60% building modules 719/847 modules 128 active ...gram-inclusive-gateway.component.html 60% building modules 719/848 modules 129 active .../diagram-event-gateway.component.html 60% building modules 719/849 modules 130 active ...agram-parallel-gateway.component.html 60% building modules 719/850 modules 131 active ...ral/diagram-subprocess.component.html 60% building modules 719/851 modules 132 active ...agram-event-subprocess.component.html 60% building modules 719/852 modules 133 active ...mediate-catching-event.component.html 60% building modules 719/853 modules 134 active ...swimlanes/diagram-pool.component.html 60% building modules 719/854 modules 135 active ...wimlanes/diagram-pools.component.html 60% building modules 719/855 modules 136 active ...ooltip/diagram-tooltip.component.html 60% building modules 719/856 modules 137 active ...ooltip/diagram-tooltip.component.scss 60% building modules 720/856 modules 136 active ...ooltip/diagram-tooltip.component.html 60% building modules 720/857 modules 137 active ...ooltip/diagram-tooltip.component.scss 60% building modules 720/858 modules 138 active ...swimlanes/diagram-lane.component.html 60% building modules 720/859 modules 139 active ...wimlanes/diagram-lanes.component.html 60% building modules 721/859 modules 138 active ...wimlanes/diagram-lanes.component.html 60% building modules 722/859 modules 137 active ...wimlanes/diagram-lanes.component.html 60% building modules 722/860 modules 138 active ...rams/src/components/raphael/anchor.ts 60% building modules 723/860 modules 137 active ...rams/src/components/raphael/anchor.ts 60% building modules 724/860 modules 136 active ...rams/src/components/raphael/anchor.ts 60% building modules 725/860 modules 135 active ...rams/src/components/raphael/anchor.ts 60% building modules 726/860 modules 134 active ...rams/src/components/raphael/anchor.ts 60% building modules 727/860 modules 133 active ...rams/src/components/raphael/anchor.ts 60% building modules 728/860 modules 132 active ...rams/src/components/raphael/anchor.ts 60% building modules 728/861 modules 133 active ...node_modules/path-browserify/index.js 60% building modules 729/861 modules 132 active ...node_modules/path-browserify/index.js 60% building modules 730/861 modules 131 active ...node_modules/path-browserify/index.js 60% building modules 731/861 modules 130 active ...node_modules/path-browserify/index.js 61% building modules 732/861 modules 129 active ...node_modules/path-browserify/index.js 61% building modules 733/861 modules 128 active ...node_modules/path-browserify/index.js 61% building modules 734/861 modules 127 active ...node_modules/path-browserify/index.js 61% building modules 735/861 modules 126 active ...node_modules/path-browserify/index.js 61% building modules 736/861 modules 125 active ...node_modules/path-browserify/index.js 61% building modules 737/861 modules 124 active ...node_modules/path-browserify/index.js 61% building modules 738/861 modules 123 active ...node_modules/path-browserify/index.js 61% building modules 739/861 modules 122 active ...node_modules/path-browserify/index.js 61% building modules 740/861 modules 121 active ...node_modules/path-browserify/index.js 61% building modules 741/861 modules 120 active ...node_modules/path-browserify/index.js 61% building modules 742/861 modules 119 active ...node_modules/path-browserify/index.js 61% building modules 743/861 modules 118 active ...node_modules/path-browserify/index.js 61% building modules 744/861 modules 117 active ...node_modules/path-browserify/index.js 61% building modules 745/861 modules 116 active ...node_modules/path-browserify/index.js 61% building modules 746/861 modules 115 active ...node_modules/path-browserify/index.js 62% building modules 747/861 modules 114 active ...node_modules/path-browserify/index.js 62% building modules 748/861 modules 113 active ...node_modules/path-browserify/index.js 62% building modules 749/861 modules 112 active ...node_modules/path-browserify/index.js 62% building modules 750/861 modules 111 active ...node_modules/path-browserify/index.js 62% building modules 751/861 modules 110 active ...node_modules/path-browserify/index.js 62% building modules 752/861 modules 109 active ...node_modules/path-browserify/index.js 62% building modules 753/861 modules 108 active ...node_modules/path-browserify/index.js 62% building modules 754/861 modules 107 active ...node_modules/path-browserify/index.js 62% building modules 755/861 modules 106 active ...node_modules/path-browserify/index.js 62% building modules 756/861 modules 105 active ...node_modules/path-browserify/index.js 62% building modules 757/861 modules 104 active ...node_modules/path-browserify/index.js 62% building modules 758/861 modules 103 active ...node_modules/path-browserify/index.js 62% building modules 759/861 modules 102 active ...node_modules/path-browserify/index.js 62% building modules 760/861 modules 101 active ...node_modules/path-browserify/index.js 63% building modules 761/861 modules 100 active ...node_modules/path-browserify/index.js  63% building modules 762/861 modules 99 active ...node_modules/path-browserify/index.js 63% building modules 763/861 modules 98 active ...node_modules/path-browserify/index.js 63% building modules 764/861 modules 97 active ...node_modules/path-browserify/index.js 63% building modules 765/861 modules 96 active ...node_modules/path-browserify/index.js 63% building modules 766/861 modules 95 active ...node_modules/path-browserify/index.js 63% building modules 767/861 modules 94 active ...node_modules/path-browserify/index.js 63% building modules 768/861 modules 93 active ...node_modules/path-browserify/index.js 63% building modules 769/861 modules 92 active ...node_modules/path-browserify/index.js 63% building modules 770/861 modules 91 active ...node_modules/path-browserify/index.js 63% building modules 771/861 modules 90 active ...node_modules/path-browserify/index.js 63% building modules 772/861 modules 89 active ...node_modules/path-browserify/index.js 63% building modules 773/861 modules 88 active ...node_modules/path-browserify/index.js 63% building modules 774/861 modules 87 active ...node_modules/path-browserify/index.js 64% building modules 775/861 modules 86 active ...node_modules/path-browserify/index.js 64% building modules 776/861 modules 85 active ...node_modules/path-browserify/index.js 64% building modules 777/861 modules 84 active ...node_modules/path-browserify/index.js 64% building modules 778/861 modules 83 active ...node_modules/path-browserify/index.js 64% building modules 779/861 modules 82 active ...node_modules/path-browserify/index.js 64% building modules 780/861 modules 81 active ...node_modules/path-browserify/index.js 64% building modules 781/861 modules 80 active ...node_modules/path-browserify/index.js 64% building modules 782/861 modules 79 active ...node_modules/path-browserify/index.js 64% building modules 783/861 modules 78 active ...node_modules/path-browserify/index.js 64% building modules 783/862 modules 79 active ...dules/@ngx-translate/core/src/util.js 64% building modules 784/862 modules 78 active ...dules/@ngx-translate/core/src/util.js 64% building modules 785/862 modules 77 active ...dules/@ngx-translate/core/src/util.js 64% building modules 786/862 modules 76 active ...dules/@ngx-translate/core/src/util.js 64% building modules 787/862 modules 75 active ...dules/@ngx-translate/core/src/util.js 64% building modules 788/862 modules 74 active ...dules/@ngx-translate/core/src/util.js 64% building modules 789/862 modules 73 active ...dules/@ngx-translate/core/src/util.js 64% building modules 790/862 modules 72 active ...dules/@ngx-translate/core/src/util.js 65% building modules 791/862 modules 71 active ...dules/@ngx-translate/core/src/util.js 65% building modules 792/862 modules 70 active ...dules/@ngx-translate/core/src/util.js 65% building modules 793/862 modules 69 active ...ooltip/diagram-tooltip.component.scss 65% building modules 794/862 modules 68 active ...ooltip/diagram-tooltip.component.scss 65% building modules 795/862 modules 67 active ...ooltip/diagram-tooltip.component.scss 65% building modules 796/862 modules 66 active ...ooltip/diagram-tooltip.component.scss 65% building modules 796/863 modules 67 active ...node_modules/brace-expansion/index.js 65% building modules 797/863 modules 66 active ...node_modules/brace-expansion/index.js 65% building modules 798/863 modules 65 active ...node_modules/brace-expansion/index.js 65% building modules 799/863 modules 64 active ...node_modules/brace-expansion/index.js 65% building modules 800/863 modules 63 active ...node_modules/brace-expansion/index.js 65% building modules 801/863 modules 62 active ...node_modules/brace-expansion/index.js 65% building modules 801/864 modules 63 active ...nents/node_modules/process/browser.js 65% building modules 802/864 modules 62 active ...nents/node_modules/process/browser.js 65% building modules 803/864 modules 61 active ...nents/node_modules/process/browser.js 65% building modules 804/864 modules 60 active ...nents/node_modules/process/browser.js 65% building modules 805/864 modules 59 active ...nents/node_modules/process/browser.js 65% building modules 806/864 modules 58 active ...nents/node_modules/process/browser.js 66% building modules 807/864 modules 57 active ...nents/node_modules/process/browser.js 66% building modules 808/864 modules 56 active ...nents/node_modules/process/browser.js 66% building modules 809/864 modules 55 active ...nents/node_modules/process/browser.js 66% building modules 810/864 modules 54 active ...nents/node_modules/process/browser.js 66% building modules 811/864 modules 53 active ...nents/node_modules/process/browser.js 66% building modules 812/864 modules 52 active ...ooltip/diagram-tooltip.component.scss 66% building modules 813/864 modules 51 active ...ooltip/diagram-tooltip.component.scss 66% building modules 814/864 modules 50 active ...ooltip/diagram-tooltip.component.scss 66% building modules 815/864 modules 49 active ...ooltip/diagram-tooltip.component.scss 66% building modules 816/864 modules 48 active ...ooltip/diagram-tooltip.component.scss 66% building modules 817/864 modules 47 active ...ooltip/diagram-tooltip.component.scss 66% building modules 818/864 modules 46 active ...ooltip/diagram-tooltip.component.scss 66% building modules 819/864 modules 45 active ...ooltip/diagram-tooltip.component.scss 66% building modules 820/864 modules 44 active ...ooltip/diagram-tooltip.component.scss 67% building modules 821/864 modules 43 active ...ooltip/diagram-tooltip.component.scss 67% building modules 822/864 modules 42 active ...ooltip/diagram-tooltip.component.scss 67% building modules 823/864 modules 41 active ...ooltip/diagram-tooltip.component.scss 67% building modules 824/864 modules 40 active ...ooltip/diagram-tooltip.component.scss 67% building modules 825/864 modules 39 active ...ooltip/diagram-tooltip.component.scss 67% building modules 826/864 modules 38 active ...ooltip/diagram-tooltip.component.scss 67% building modules 827/864 modules 37 active ...ooltip/diagram-tooltip.component.scss 67% building modules 828/864 modules 36 active ...ooltip/diagram-tooltip.component.scss 67% building modules 829/864 modules 35 active ...ooltip/diagram-tooltip.component.scss 67% building modules 830/864 modules 34 active ...ooltip/diagram-tooltip.component.scss 67% building modules 831/864 modules 33 active ...ooltip/diagram-tooltip.component.scss 67% building modules 832/864 modules 32 active ...ooltip/diagram-tooltip.component.scss 67% building modules 833/864 modules 31 active ...ooltip/diagram-tooltip.component.scss 67% building modules 834/864 modules 30 active ...ooltip/diagram-tooltip.component.scss 67% building modules 835/864 modules 29 active ...ooltip/diagram-tooltip.component.scss 67% building modules 835/865 modules 30 active ...ents/node_modules/concat-map/index.js 67% building modules 836/865 modules 29 active ...ents/node_modules/concat-map/index.js 67% building modules 836/866 modules 30 active .../node_modules/balanced-match/index.js 67% building modules 837/866 modules 29 active .../node_modules/balanced-match/index.js 68% building modules 838/866 modules 28 active .../node_modules/balanced-match/index.js 68% building modules 839/866 modules 27 active .../node_modules/balanced-match/index.js 68% building modules 840/866 modules 26 active .../node_modules/balanced-match/index.js 68% building modules 841/866 modules 25 active .../node_modules/balanced-match/index.js 68% building modules 842/866 modules 24 active .../node_modules/balanced-match/index.js 68% building modules 843/866 modules 23 active .../node_modules/balanced-match/index.js 68% building modules 844/866 modules 22 active .../node_modules/balanced-match/index.js 68% building modules 845/866 modules 21 active ...ooltip/diagram-tooltip.component.scss 68% building modules 846/866 modules 20 active ...ooltip/diagram-tooltip.component.scss 68% building modules 847/866 modules 19 active ...ooltip/diagram-tooltip.component.scss 68% building modules 848/866 modules 18 active ...ooltip/diagram-tooltip.component.scss 68% building modules 849/866 modules 17 active ...ooltip/diagram-tooltip.component.scss 68% building modules 850/866 modules 16 active ...ooltip/diagram-tooltip.component.scss 68% building modules 851/866 modules 15 active ...ooltip/diagram-tooltip.component.scss 69% building modules 852/866 modules 14 active ...ooltip/diagram-tooltip.component.scss 69% building modules 853/866 modules 13 active ...ooltip/diagram-tooltip.component.scss 69% building modules 854/866 modules 12 active ...ooltip/diagram-tooltip.component.scss 69% building modules 855/866 modules 11 active ...ooltip/diagram-tooltip.component.scss 69% building modules 856/866 modules 10 active ...ooltip/diagram-tooltip.component.scss  69% building modules 857/866 modules 9 active ...ooltip/diagram-tooltip.component.scss 69% building modules 858/866 modules 8 active ...ooltip/diagram-tooltip.component.scss 69% building modules 859/866 modules 7 active ...ooltip/diagram-tooltip.component.scss 69% building modules 860/866 modules 6 active ...ooltip/diagram-tooltip.component.scss 69% building modules 861/866 modules 5 active ...ooltip/diagram-tooltip.component.scss 69% building modules 862/866 modules 4 active ...ooltip/diagram-tooltip.component.scss 69% building modules 863/866 modules 3 active ...ooltip/diagram-tooltip.component.scss 69% building modules 864/866 modules 2 active ...ooltip/diagram-tooltip.component.scss 69% building modules 865/866 modules 1 active ...iline-text/multiline-text.widget.scss                                          70% building modules 866/866 modules 0 active                      20626ms building modules + 71% sealing30ms sealing + 72% optimizing 3ms optimizing + 73% basic module optimization 1ms basic module optimization + 74% module optimization 6ms module optimization + 75% advanced module optimization 2ms advanced module optimization + 76% basic chunk optimization 0ms basic chunk optimization + 77% chunk optimization 0ms chunk optimization + 78% advanced chunk optimization 0ms advanced chunk optimization + 79% module and chunk tree optimization 3ms module and chunk tree optimization + 80% module reviving25ms module reviving + 81% module order optimization 9ms module order optimization + 82% module id optimization 8ms module id optimization + 83% chunk reviving 8ms chunk reviving + 84% chunk order optimization 0ms chunk order optimization + 85% chunk id optimization75ms chunk id optimization + 86% hashing55ms hashing + 87% module assets processing 3ms module assets processing + 88% chunk assets processing91ms chunk assets processing + 89% additional chunk assets processing 5ms additional chunk assets processing + 90% recording 0ms recording + 91% additional asset processing 1ms additional asset processing + 92% chunk asset optimization458ms chunk asset optimization + 94% asset optimization94ms asset optimization + 95% emitting207ms emitting +Hash: 46b0e3bf6607d3423c23 +Version: webpack 2.2.1 +Time: 22269ms + Asset Size Chunks   Chunk Names + ng2-alfresco-core/bundles/assets/ng2-alfresco-core/i18n/it.json 245 bytes  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_document.43d9bfb2ccae054a56e2ca40c4e6d77e.svg 6.69 kB  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_archive.52c6fbd59da7367b8d80838bb540ed53.svg 6.79 kB  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_ms_excel.ff0b4c431df45a024b88f16be849a4a8.svg 8.19 kB  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_ms_word.03b957812273e6e731c8b759a4b479b9.svg 7.61 kB  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_raster_image.a2a29ea444a70beddb38e4897ea76a0f.svg 6.65 kB  [emitted] + ng2-activiti-tasklist/bundles/assets/images/user.01b46903dd0c2cb3b0abc908f3095d93.jpg 6.96 kB  [emitted] + ng2-activiti-processlist/bundles/assets/images/empty_doc_lib.a89c064e4edfa54d2e347bf594947219.svg 26.5 kB  [emitted] + ng2-activiti-tasklist/bundles/assets/images/empty_doc_lib.a89c064e4edfa54d2e347bf594947219.svg 26.5 kB  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_folder.1ece9230c256a6ebeeca193cb0fd860e.svg 6.6 kB  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_folder_disable.06441910956c575688822a09b0566784.svg 239 bytes  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_miscellaneous.e4862994d43932202b2a996180153e51.svg 6.61 kB  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_pdf.16544c01efcb040787005ead12b0bc3e.svg 7.02 kB  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_presentation.9290474661f7afba546d50b9fbed90f1.svg 6.63 kB  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_spreadsheet.844b9d5f795485f82ce8e8c5a59a498e.svg 7 kB  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_vector_image.e1a2da09c969362955bdcec518b44ec3.svg 6.76 kB  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_video.7c067349a7712caaee3957a5abd132c5.svg 6.72 kB  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_website.188ff3afc07c9fb4f751ce4ccfcba147.svg 6.62 kB  [emitted] +ng2-alfresco-documentlist/bundles/assets/images/empty_doc_lib.a89c064e4edfa54d2e347bf594947219.svg 26.5 kB  [emitted] + ng2-alfresco-login/bundles/assets/images/alfresco-logo.2db246e1d7e6fca3effb566e92e51f42.svg 5.79 kB  [emitted] + ng2-alfresco-login/bundles/assets/images/background.fa3544aac8d4255bcb78b25374bd0fe4.svg 1.09 kB  [emitted] + ng2-alfresco-search/bundles/assets/images/empty_doc_lib.a89c064e4edfa54d2e347bf594947219.svg 26.5 kB  [emitted] + ng2-alfresco-userinfo/bundles/assets/images/anonymous.6de44e6eb9dc32187635b13868e6b2fc.gif 1.76 kB  [emitted] + ng2-alfresco-userinfo/bundles/assets/images/bpm-background.ee4a55539eeb9762ca6b7b037664b192.png 6.39 kB  [emitted] + ng2-alfresco-userinfo/bundles/assets/images/ecm-background.84de3762880d8e6b7d94ab283b026d3a.png 5.03 kB  [emitted] + ng2-alfresco-core/bundles/ng2-alfresco-core.js 510 kB 0 [emitted] [big] ng2-alfresco-core + ng2-activiti-form/bundles/ng2-activiti-form.js 405 kB 1 [emitted] [big] ng2-activiti-form + ng2-activiti-diagrams/bundles/ng2-activiti-diagrams.js 418 kB 2 [emitted] [big] ng2-activiti-diagrams + ng2-activiti-tasklist/bundles/ng2-activiti-tasklist.js 228 kB 3 [emitted] ng2-activiti-tasklist + ng2-activiti-processlist/bundles/ng2-activiti-processlist.js 139 kB 4 [emitted] ng2-activiti-processlist + ng2-alfresco-documentlist/bundles/ng2-alfresco-documentlist.js 160 kB 5 [emitted] ng2-alfresco-documentlist + ng2-activiti-analytics/bundles/ng2-activiti-analytics.js 122 kB 6 [emitted] ng2-activiti-analytics + ng2-alfresco-viewer/bundles/ng2-alfresco-viewer.js 87.2 kB 7 [emitted] ng2-alfresco-viewer + ng2-alfresco-datatable/bundles/ng2-alfresco-datatable.js 79.2 kB 8 [emitted] ng2-alfresco-datatable + ng2-alfresco-upload/bundles/ng2-alfresco-upload.js 72.1 kB 9 [emitted] ng2-alfresco-upload + ng2-alfresco-search/bundles/ng2-alfresco-search.js 50.1 kB 10 [emitted] ng2-alfresco-search + ng2-alfresco-tag/bundles/ng2-alfresco-tag.js 30.1 kB 11 [emitted] ng2-alfresco-tag + ng2-alfresco-userinfo/bundles/ng2-alfresco-userinfo.js 33.1 kB 12 [emitted] ng2-alfresco-userinfo + ng2-alfresco-login/bundles/ng2-alfresco-login.js 37.8 kB 13 [emitted] ng2-alfresco-login + ng2-alfresco-social/bundles/ng2-alfresco-social.js 23.8 kB 14 [emitted] ng2-alfresco-social + ng2-alfresco-webscript/bundles/ng2-alfresco-webscript.js 13.3 kB 15 [emitted] ng2-alfresco-webscript + ng2-alfresco-core/bundles/ng2-alfresco-core.js.map 454 kB 0 [emitted] ng2-alfresco-core + ng2-activiti-form/bundles/ng2-activiti-form.js.map 389 kB 1 [emitted] ng2-activiti-form + ng2-activiti-diagrams/bundles/ng2-activiti-diagrams.js.map 320 kB 2 [emitted] ng2-activiti-diagrams + ng2-activiti-tasklist/bundles/ng2-activiti-tasklist.js.map 226 kB 3 [emitted] ng2-activiti-tasklist + ng2-activiti-processlist/bundles/ng2-activiti-processlist.js.map 137 kB 4 [emitted] ng2-activiti-processlist + ng2-alfresco-documentlist/bundles/ng2-alfresco-documentlist.js.map 153 kB 5 [emitted] ng2-alfresco-documentlist + ng2-activiti-analytics/bundles/ng2-activiti-analytics.js.map 113 kB 6 [emitted] ng2-activiti-analytics + ng2-alfresco-viewer/bundles/ng2-alfresco-viewer.js.map 86.9 kB 7 [emitted] ng2-alfresco-viewer + ng2-alfresco-datatable/bundles/ng2-alfresco-datatable.js.map 71.2 kB 8 [emitted] ng2-alfresco-datatable + ng2-alfresco-upload/bundles/ng2-alfresco-upload.js.map 70.2 kB 9 [emitted] ng2-alfresco-upload + ng2-alfresco-search/bundles/ng2-alfresco-search.js.map 46.4 kB 10 [emitted] ng2-alfresco-search + ng2-alfresco-tag/bundles/ng2-alfresco-tag.js.map 26.9 kB 11 [emitted] ng2-alfresco-tag + ng2-alfresco-userinfo/bundles/ng2-alfresco-userinfo.js.map 32.2 kB 12 [emitted] ng2-alfresco-userinfo + ng2-alfresco-login/bundles/ng2-alfresco-login.js.map 35.4 kB 13 [emitted] ng2-alfresco-login + ng2-alfresco-social/bundles/ng2-alfresco-social.js.map 21.7 kB 14 [emitted] ng2-alfresco-social + ng2-alfresco-webscript/bundles/ng2-alfresco-webscript.js.map 12.2 kB 15 [emitted] ng2-alfresco-webscript + ng2-activiti-analytics/bundles/assets/ng2-activiti-analytics/i18n/de.json 2.23 kB  [emitted] + ng2-activiti-analytics/bundles/assets/ng2-activiti-analytics/i18n/en.json 2.12 kB  [emitted] + ng2-activiti-analytics/bundles/assets/ng2-activiti-analytics/i18n/es.json 2.3 kB  [emitted] + ng2-activiti-analytics/bundles/assets/ng2-activiti-analytics/i18n/fr.json 2.33 kB  [emitted] + ng2-activiti-analytics/bundles/assets/ng2-activiti-analytics/i18n/it.json 2.31 kB  [emitted] + ng2-activiti-analytics/bundles/assets/ng2-activiti-analytics/i18n/ja.json 2.41 kB  [emitted] + ng2-activiti-analytics/bundles/assets/ng2-activiti-analytics/i18n/nb.json 2.12 kB  [emitted] + ng2-activiti-analytics/bundles/assets/ng2-activiti-analytics/i18n/nl.json 2.15 kB  [emitted] + ng2-activiti-analytics/bundles/assets/ng2-activiti-analytics/i18n/ru.json 2.99 kB  [emitted] + ng2-activiti-analytics/bundles/assets/ng2-activiti-analytics/i18n/zh-CN.json 1.97 kB  [emitted] + ng2-activiti-analytics/bundles/assets/ng2-activiti-analytics/i18n/pt-BR.json 2.29 kB  [emitted] + ng2-activiti-diagrams/bundles/assets/ng2-activiti-diagrams/i18n/de.json 29 bytes  [emitted] + ng2-activiti-diagrams/bundles/assets/ng2-activiti-diagrams/i18n/es.json 29 bytes  [emitted] + ng2-activiti-diagrams/bundles/assets/ng2-activiti-diagrams/i18n/en.json 29 bytes  [emitted] + ng2-activiti-diagrams/bundles/assets/ng2-activiti-diagrams/i18n/fr.json 30 bytes  [emitted] + ng2-activiti-diagrams/bundles/assets/ng2-activiti-diagrams/i18n/it.json 29 bytes  [emitted] + ng2-activiti-diagrams/bundles/assets/ng2-activiti-diagrams/i18n/ja.json 23 bytes  [emitted] + ng2-activiti-diagrams/bundles/assets/ng2-activiti-diagrams/i18n/nl.json 30 bytes  [emitted] + ng2-activiti-diagrams/bundles/assets/ng2-activiti-diagrams/i18n/nb.json 30 bytes  [emitted] + ng2-activiti-diagrams/bundles/assets/ng2-activiti-diagrams/i18n/pt-BR.json 29 bytes  [emitted] + ng2-activiti-diagrams/bundles/assets/ng2-activiti-diagrams/i18n/ru.json 30 bytes  [emitted] + ng2-activiti-diagrams/bundles/assets/ng2-activiti-diagrams/i18n/zh-CN.json 26 bytes  [emitted] + ng2-activiti-form/bundles/assets/ng2-activiti-form/i18n/de.json 213 bytes  [emitted] + ng2-activiti-form/bundles/assets/ng2-activiti-form/i18n/es.json 216 bytes  [emitted] + ng2-activiti-form/bundles/assets/ng2-activiti-form/i18n/fr.json 219 bytes  [emitted] + ng2-activiti-form/bundles/assets/ng2-activiti-form/i18n/en.json 720 bytes  [emitted] + ng2-activiti-form/bundles/assets/ng2-activiti-form/i18n/it.json 741 bytes  [emitted] + ng2-activiti-form/bundles/assets/ng2-activiti-form/i18n/ja.json 226 bytes  [emitted] + ng2-activiti-form/bundles/assets/ng2-activiti-form/i18n/nb.json 217 bytes  [emitted] + ng2-activiti-form/bundles/assets/ng2-activiti-form/i18n/nl.json 210 bytes  [emitted] + ng2-activiti-form/bundles/assets/ng2-activiti-form/i18n/pt-BR.json 230 bytes  [emitted] + ng2-activiti-form/bundles/assets/ng2-activiti-form/i18n/ru.json 310 bytes  [emitted] + ng2-activiti-form/bundles/assets/ng2-activiti-form/i18n/zh-CN.json 199 bytes  [emitted] + ng2-activiti-processlist/bundles/assets/ng2-activiti-processlist/i18n/de.json 3.18 kB  [emitted] + ng2-activiti-processlist/bundles/assets/ng2-activiti-processlist/i18n/en.json 3.94 kB  [emitted] + ng2-activiti-processlist/bundles/assets/ng2-activiti-processlist/i18n/es.json 3.09 kB  [emitted] + ng2-activiti-processlist/bundles/assets/ng2-activiti-processlist/i18n/fr.json 3.21 kB  [emitted] + ng2-activiti-processlist/bundles/assets/ng2-activiti-processlist/i18n/it.json 3.04 kB  [emitted] + ng2-activiti-processlist/bundles/assets/ng2-activiti-processlist/i18n/ja.json 3.56 kB  [emitted] + ng2-activiti-processlist/bundles/assets/ng2-activiti-processlist/i18n/nl.json 3 kB  [emitted] + ng2-activiti-processlist/bundles/assets/ng2-activiti-processlist/i18n/pt-BR.json 3.12 kB  [emitted] + ng2-activiti-processlist/bundles/assets/ng2-activiti-processlist/i18n/nb.json 2.92 kB  [emitted] + ng2-activiti-processlist/bundles/assets/ng2-activiti-processlist/i18n/ru.json 4.07 kB  [emitted] + ng2-activiti-processlist/bundles/assets/ng2-activiti-processlist/i18n/zh-CN.json 2.75 kB  [emitted] + ng2-activiti-tasklist/bundles/assets/ng2-activiti-tasklist/i18n/de.json 3 kB  [emitted] + ng2-activiti-tasklist/bundles/assets/ng2-activiti-tasklist/i18n/en.json 4.13 kB  [emitted] + ng2-activiti-tasklist/bundles/assets/ng2-activiti-tasklist/i18n/es.json 2.95 kB  [emitted] + ng2-activiti-tasklist/bundles/assets/ng2-activiti-tasklist/i18n/fr.json 3.04 kB  [emitted] + ng2-activiti-tasklist/bundles/assets/ng2-activiti-tasklist/i18n/ja.json 3.35 kB  [emitted] + ng2-activiti-tasklist/bundles/assets/ng2-activiti-tasklist/i18n/it.json 3.35 kB  [emitted] + ng2-activiti-tasklist/bundles/assets/ng2-activiti-tasklist/i18n/nb.json 2.74 kB  [emitted] + ng2-activiti-tasklist/bundles/assets/ng2-activiti-tasklist/i18n/nl.json 2.85 kB  [emitted] + ng2-activiti-tasklist/bundles/assets/ng2-activiti-tasklist/i18n/pt-BR.json 2.92 kB  [emitted] + ng2-activiti-tasklist/bundles/assets/ng2-activiti-tasklist/i18n/ru.json 3.64 kB  [emitted] + ng2-activiti-tasklist/bundles/assets/ng2-activiti-tasklist/i18n/zh-CN.json 2.64 kB  [emitted] + ng2-alfresco-core/bundles/assets/ng2-alfresco-core/i18n/de.json 243 bytes  [emitted] + ng2-alfresco-core/bundles/assets/ng2-alfresco-core/i18n/en.json 1.48 kB  [emitted] + ng2-alfresco-core/bundles/assets/ng2-alfresco-core/i18n/fr.json 239 bytes  [emitted] + ng2-alfresco-core/bundles/assets/ng2-alfresco-core/i18n/es.json 239 bytes  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_ms_powerpoint.cb1eb5f9ba7cdac57b995b819cb966eb.svg 7.51 kB  [emitted] + ng2-alfresco-core/bundles/assets/ng2-alfresco-core/i18n/ja.json 253 bytes  [emitted] + ng2-alfresco-core/bundles/assets/ng2-alfresco-core/i18n/nb.json 227 bytes  [emitted] + ng2-alfresco-core/bundles/assets/ng2-alfresco-core/i18n/nl.json 243 bytes  [emitted] + ng2-alfresco-core/bundles/assets/ng2-alfresco-core/i18n/ru.json 286 bytes  [emitted] + ng2-alfresco-core/bundles/assets/ng2-alfresco-core/i18n/pt-BR.json 235 bytes  [emitted] + ng2-alfresco-core/bundles/assets/ng2-alfresco-core/i18n/zh-CN.json 225 bytes  [emitted] + ng2-alfresco-datatable/bundles/assets/ng2-alfresco-datatable/i18n/de.json 206 bytes  [emitted] + ng2-alfresco-datatable/bundles/assets/ng2-alfresco-datatable/i18n/en.json 239 bytes  [emitted] + ng2-alfresco-datatable/bundles/assets/ng2-alfresco-datatable/i18n/es.json 208 bytes  [emitted] + ng2-alfresco-datatable/bundles/assets/ng2-alfresco-datatable/i18n/fr.json 206 bytes  [emitted] + ng2-alfresco-datatable/bundles/assets/ng2-alfresco-datatable/i18n/it.json 210 bytes  [emitted] + ng2-alfresco-datatable/bundles/assets/ng2-alfresco-datatable/i18n/ja.json 258 bytes  [emitted] + ng2-alfresco-datatable/bundles/assets/ng2-alfresco-datatable/i18n/nb.json 199 bytes  [emitted] + ng2-alfresco-datatable/bundles/assets/ng2-alfresco-datatable/i18n/nl.json 208 bytes  [emitted] + ng2-alfresco-datatable/bundles/assets/ng2-alfresco-datatable/i18n/pt-BR.json 205 bytes  [emitted] + ng2-alfresco-datatable/bundles/assets/ng2-alfresco-datatable/i18n/ru.json 232 bytes  [emitted] + ng2-alfresco-datatable/bundles/assets/ng2-alfresco-datatable/i18n/zh-CN.json 182 bytes  [emitted] + ng2-alfresco-documentlist/bundles/assets/ng2-alfresco-documentlist/i18n/de.json 1.48 kB  [emitted] + ng2-alfresco-documentlist/bundles/assets/ng2-alfresco-documentlist/i18n/en.json 1.72 kB  [emitted] + ng2-alfresco-documentlist/bundles/assets/ng2-alfresco-documentlist/i18n/es.json 1.43 kB  [emitted] + ng2-alfresco-documentlist/bundles/assets/ng2-alfresco-documentlist/i18n/fr.json 1.39 kB  [emitted] + ng2-alfresco-documentlist/bundles/assets/ng2-alfresco-documentlist/i18n/it.json 1.45 kB  [emitted] + ng2-alfresco-documentlist/bundles/assets/ng2-alfresco-documentlist/i18n/nb.json 1.31 kB  [emitted] + ng2-alfresco-documentlist/bundles/assets/ng2-alfresco-documentlist/i18n/ja.json 1.58 kB  [emitted] + ng2-alfresco-documentlist/bundles/assets/ng2-alfresco-documentlist/i18n/nl.json 1.39 kB  [emitted] + ng2-alfresco-documentlist/bundles/assets/ng2-alfresco-documentlist/i18n/pt-BR.json 1.38 kB  [emitted] + ng2-alfresco-documentlist/bundles/assets/ng2-alfresco-documentlist/i18n/zh-CN.json 1.3 kB  [emitted] + ng2-alfresco-documentlist/bundles/assets/ng2-alfresco-documentlist/i18n/ru.json 1.8 kB  [emitted] + ng2-alfresco-login/bundles/assets/ng2-alfresco-login/i18n/de.json 1.15 kB  [emitted] + ng2-alfresco-login/bundles/assets/ng2-alfresco-login/i18n/es.json 1.17 kB  [emitted] + ng2-alfresco-login/bundles/assets/ng2-alfresco-login/i18n/en.json 1.13 kB  [emitted] + ng2-alfresco-login/bundles/assets/ng2-alfresco-login/i18n/fr.json 1.12 kB  [emitted] + ng2-alfresco-login/bundles/assets/ng2-alfresco-login/i18n/it.json 1.1 kB  [emitted] + ng2-alfresco-login/bundles/assets/ng2-alfresco-login/i18n/nb.json 1.04 kB  [emitted] + ng2-alfresco-login/bundles/assets/ng2-alfresco-login/i18n/ja.json 1.33 kB  [emitted] + ng2-alfresco-login/bundles/assets/ng2-alfresco-login/i18n/pt-BR.json 1.09 kB  [emitted] + ng2-alfresco-login/bundles/assets/ng2-alfresco-login/i18n/nl.json 1.14 kB  [emitted] + ng2-alfresco-login/bundles/assets/ng2-alfresco-login/i18n/zh-CN.json 996 bytes  [emitted] + ng2-alfresco-login/bundles/assets/ng2-alfresco-login/i18n/ru.json 1.45 kB  [emitted] + ng2-alfresco-search/bundles/assets/ng2-alfresco-search/i18n/de.json 1.44 kB  [emitted] + ng2-alfresco-search/bundles/assets/ng2-alfresco-search/i18n/en.json 1.63 kB  [emitted] + ng2-alfresco-search/bundles/assets/ng2-alfresco-search/i18n/es.json 1.46 kB  [emitted] + ng2-alfresco-search/bundles/assets/ng2-alfresco-search/i18n/fr.json 1.45 kB  [emitted] + ng2-alfresco-search/bundles/assets/ng2-alfresco-search/i18n/it.json 1.39 kB  [emitted] + ng2-alfresco-search/bundles/assets/ng2-alfresco-search/i18n/ja.json 1.5 kB  [emitted] + ng2-alfresco-search/bundles/assets/ng2-alfresco-search/i18n/nb.json 1.32 kB  [emitted] + ng2-alfresco-search/bundles/assets/ng2-alfresco-search/i18n/nl.json 1.42 kB  [emitted] + ng2-alfresco-search/bundles/assets/ng2-alfresco-search/i18n/pt-BR.json 1.45 kB  [emitted] + ng2-alfresco-search/bundles/assets/ng2-alfresco-search/i18n/ru.json 1.82 kB  [emitted] + ng2-alfresco-search/bundles/assets/ng2-alfresco-search/i18n/zh-CN.json 1.33 kB  [emitted] + ng2-alfresco-social/bundles/assets/ng2-alfresco-social/i18n/de.json 2 bytes  [emitted] + ng2-alfresco-social/bundles/assets/ng2-alfresco-social/i18n/es.json 2 bytes  [emitted] + ng2-alfresco-social/bundles/assets/ng2-alfresco-social/i18n/en.json 5 bytes  [emitted] + ng2-alfresco-social/bundles/assets/ng2-alfresco-social/i18n/fr.json 2 bytes  [emitted] + ng2-alfresco-social/bundles/assets/ng2-alfresco-social/i18n/it.json 2 bytes  [emitted] + ng2-alfresco-social/bundles/assets/ng2-alfresco-social/i18n/nb.json 2 bytes  [emitted] + ng2-alfresco-social/bundles/assets/ng2-alfresco-social/i18n/ja.json 2 bytes  [emitted] + ng2-alfresco-social/bundles/assets/ng2-alfresco-social/i18n/nl.json 2 bytes  [emitted] + ng2-alfresco-social/bundles/assets/ng2-alfresco-social/i18n/pt-BR.json 2 bytes  [emitted] + ng2-alfresco-social/bundles/assets/ng2-alfresco-social/i18n/ru.json 2 bytes  [emitted] + ng2-alfresco-social/bundles/assets/ng2-alfresco-social/i18n/zh-CN.json 2 bytes  [emitted] + ng2-alfresco-tag/bundles/assets/ng2-alfresco-tag/i18n/de.json 190 bytes  [emitted] + ng2-alfresco-tag/bundles/assets/ng2-alfresco-tag/i18n/es.json 193 bytes  [emitted] + ng2-alfresco-tag/bundles/assets/ng2-alfresco-tag/i18n/en.json 218 bytes  [emitted] + ng2-alfresco-tag/bundles/assets/ng2-alfresco-tag/i18n/fr.json 185 bytes  [emitted] + ng2-alfresco-tag/bundles/assets/ng2-alfresco-tag/i18n/it.json 178 bytes  [emitted] + ng2-alfresco-tag/bundles/assets/ng2-alfresco-tag/i18n/nb.json 180 bytes  [emitted] + ng2-alfresco-tag/bundles/assets/ng2-alfresco-tag/i18n/ja.json 200 bytes  [emitted] + ng2-alfresco-tag/bundles/assets/ng2-alfresco-tag/i18n/nl.json 177 bytes  [emitted] + ng2-alfresco-tag/bundles/assets/ng2-alfresco-tag/i18n/pt-BR.json 183 bytes  [emitted] + ng2-alfresco-tag/bundles/assets/ng2-alfresco-tag/i18n/ru.json 226 bytes  [emitted] + ng2-alfresco-tag/bundles/assets/ng2-alfresco-tag/i18n/zh-CN.json 179 bytes  [emitted] + ng2-alfresco-upload/bundles/assets/ng2-alfresco-upload/i18n/de.json 1.67 kB  [emitted] + ng2-alfresco-upload/bundles/assets/ng2-alfresco-upload/i18n/es.json 1.55 kB  [emitted] + ng2-alfresco-upload/bundles/assets/ng2-alfresco-upload/i18n/en.json 1.7 kB  [emitted] + ng2-alfresco-upload/bundles/assets/ng2-alfresco-upload/i18n/fr.json 1.63 kB  [emitted] + ng2-alfresco-upload/bundles/assets/ng2-alfresco-upload/i18n/ja.json 2.06 kB  [emitted] + ng2-alfresco-upload/bundles/assets/ng2-alfresco-upload/i18n/it.json 1.57 kB  [emitted] + ng2-alfresco-upload/bundles/assets/ng2-alfresco-upload/i18n/pt-BR.json 1.55 kB  [emitted] + ng2-alfresco-upload/bundles/assets/ng2-alfresco-upload/i18n/nb.json 1.49 kB  [emitted] + ng2-alfresco-upload/bundles/assets/ng2-alfresco-upload/i18n/nl.json 1.61 kB  [emitted] + ng2-alfresco-upload/bundles/assets/ng2-alfresco-upload/i18n/ru.json 2.02 kB  [emitted] + ng2-alfresco-upload/bundles/assets/ng2-alfresco-upload/i18n/zh-CN.json 1.44 kB  [emitted] + ng2-alfresco-userinfo/bundles/assets/ng2-alfresco-userinfo/i18n/en.json 210 bytes  [emitted] + ng2-alfresco-userinfo/bundles/assets/ng2-alfresco-userinfo/i18n/de.json 156 bytes  [emitted] + ng2-alfresco-userinfo/bundles/assets/ng2-alfresco-userinfo/i18n/es.json 155 bytes  [emitted] + ng2-alfresco-userinfo/bundles/assets/ng2-alfresco-userinfo/i18n/fr.json 155 bytes  [emitted] + ng2-alfresco-userinfo/bundles/assets/ng2-alfresco-userinfo/i18n/it.json 166 bytes  [emitted] + ng2-alfresco-userinfo/bundles/assets/ng2-alfresco-userinfo/i18n/ja.json 159 bytes  [emitted] + ng2-alfresco-userinfo/bundles/assets/ng2-alfresco-userinfo/i18n/nb.json 160 bytes  [emitted] + ng2-alfresco-userinfo/bundles/assets/ng2-alfresco-userinfo/i18n/nl.json 154 bytes  [emitted] + ng2-alfresco-userinfo/bundles/assets/ng2-alfresco-userinfo/i18n/zh-CN.json 159 bytes  [emitted] + ng2-alfresco-userinfo/bundles/assets/ng2-alfresco-userinfo/i18n/pt-BR.json 152 bytes  [emitted] + ng2-alfresco-userinfo/bundles/assets/ng2-alfresco-userinfo/i18n/ru.json 174 bytes  [emitted] + ng2-alfresco-viewer/bundles/assets/ng2-alfresco-viewer/i18n/de.json 2 bytes  [emitted] + ng2-alfresco-viewer/bundles/assets/ng2-alfresco-viewer/i18n/en.json 700 bytes  [emitted] + ng2-alfresco-viewer/bundles/assets/ng2-alfresco-viewer/i18n/fr.json 2 bytes  [emitted] + ng2-alfresco-viewer/bundles/assets/ng2-alfresco-viewer/i18n/es.json 2 bytes  [emitted] + ng2-alfresco-viewer/bundles/assets/ng2-alfresco-viewer/i18n/it.json 2 bytes  [emitted] + ng2-alfresco-viewer/bundles/assets/ng2-alfresco-viewer/i18n/ja.json 2 bytes  [emitted] + ng2-alfresco-viewer/bundles/assets/ng2-alfresco-viewer/i18n/nl.json 2 bytes  [emitted] + ng2-alfresco-viewer/bundles/assets/ng2-alfresco-viewer/i18n/nb.json 2 bytes  [emitted] + ng2-alfresco-viewer/bundles/assets/ng2-alfresco-viewer/i18n/pt-BR.json 2 bytes  [emitted] + ng2-alfresco-viewer/bundles/assets/ng2-alfresco-viewer/i18n/ru.json 2 bytes  [emitted] + ng2-alfresco-viewer/bundles/assets/ng2-alfresco-viewer/i18n/zh-CN.json 2 bytes  [emitted] + ng2-alfresco-webscript/bundles/assets/ng2-alfresco-webscript/i18n/en.json 112 bytes  [emitted] + ng2-alfresco-webscript/bundles/assets/ng2-alfresco-webscript/i18n/de.json 2 bytes  [emitted] + ng2-alfresco-webscript/bundles/assets/ng2-alfresco-webscript/i18n/es.json 2 bytes  [emitted] + ng2-alfresco-webscript/bundles/assets/ng2-alfresco-webscript/i18n/fr.json 2 bytes  [emitted] + ng2-alfresco-webscript/bundles/assets/ng2-alfresco-webscript/i18n/it.json 2 bytes  [emitted] + ng2-alfresco-webscript/bundles/assets/ng2-alfresco-webscript/i18n/ja.json 2 bytes  [emitted] + ng2-alfresco-webscript/bundles/assets/ng2-alfresco-webscript/i18n/nb.json 2 bytes  [emitted] + ng2-alfresco-webscript/bundles/assets/ng2-alfresco-webscript/i18n/nl.json 2 bytes  [emitted] + ng2-alfresco-webscript/bundles/assets/ng2-alfresco-webscript/i18n/pt-BR.json 2 bytes  [emitted] + ng2-alfresco-webscript/bundles/assets/ng2-alfresco-webscript/i18n/ru.json 2 bytes  [emitted] + ng2-alfresco-webscript/bundles/assets/ng2-alfresco-webscript/i18n/zh-CN.json 2 bytes  [emitted] + [851] ./ng2-activiti-diagrams/index.ts 2.65 kB {2} [built] + factory:448ms building:473ms = 921ms + [852] ./ng2-activiti-form/index.ts 6.61 kB {1} [built] + factory:447ms building:959ms dependencies:0ms = 1406ms + [853] ./ng2-activiti-processlist/index.ts 10.9 kB {4} [built] + factory:448ms building:1058ms dependencies:1ms = 1507ms + [854] ./ng2-activiti-tasklist/index.ts 12.9 kB {3} [built] + factory:448ms building:916ms dependencies:1ms = 1365ms + [855] ./ng2-alfresco-core/index.ts 23 kB {0} [built] + factory:238ms building:1041ms dependencies:1ms = 1280ms + [856] ./ng2-alfresco-datatable/index.ts 4.95 kB {8} [built] + factory:447ms building:556ms dependencies:0ms = 1003ms + [857] ./ng2-alfresco-documentlist/index.ts 6.61 kB {5} [built] + factory:448ms building:1097ms dependencies:1ms = 1546ms + [858] ./ng2-alfresco-login/index.ts 3.51 kB {13} [built] + factory:449ms building:1119ms dependencies:0ms = 1568ms + [859] ./ng2-alfresco-search/index.ts 4.61 kB {10} [built] + factory:449ms building:1138ms dependencies:0ms = 1587ms + [860] ./ng2-alfresco-social/index.ts 2.6 kB {14} [built] + factory:449ms building:1152ms dependencies:0ms = 1601ms + [861] ./ng2-alfresco-tag/index.ts 3.83 kB {11} [built] + factory:448ms building:1164ms dependencies:0ms = 1612ms + [862] ./ng2-alfresco-upload/index.ts 3.77 kB {9} [built] + factory:449ms building:1181ms dependencies:0ms = 1630ms + [863] ./ng2-alfresco-userinfo/index.ts 3.17 kB {12} [built] + factory:449ms building:1258ms dependencies:0ms = 1707ms + [864] ./ng2-alfresco-viewer/index.ts 3.91 kB {7} [built] + factory:449ms building:1201ms dependencies:0ms = 1650ms + [865] ./ng2-alfresco-webscript/index.ts 2.57 kB {15} [built] + factory:449ms building:1225ms dependencies:0ms = 1674ms + + 851 hidden modules + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/pagination/pagination.component.spec.ts +(20,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MaterialModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/pagination/pagination.component.spec.ts +(47,28): Property 'forRoot' does not exist on type 'typeof CoreModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/pagination/pagination.module.ts +(20,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MaterialModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/toolbar/toolbar.module.ts +(20,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdToolbarModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view-dateitem.component.spec.ts +(19,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdDatepickerModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view-dateitem.component.spec.ts +(19,30): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdInputModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view-dateitem.component.spec.ts +(19,45): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdNativeDateModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view-dateitem.component.ts +(19,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdDatepicker'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view-mapitem.component.spec.ts +(21,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdDatepickerModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view-mapitem.component.spec.ts +(21,30): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdIconModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view-mapitem.component.spec.ts +(21,44): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdInputModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view-mapitem.component.spec.ts +(21,59): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdNativeDateModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view-textitem.component.spec.ts +(20,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdDatepickerModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view-textitem.component.spec.ts +(20,30): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdIconModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view-textitem.component.spec.ts +(20,44): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdInputModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view-textitem.component.spec.ts +(20,59): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdNativeDateModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view.component.spec.ts +(20,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdDatepickerModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view.component.spec.ts +(20,30): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdIconModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view.component.spec.ts +(20,44): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdInputModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view.component.spec.ts +(20,59): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdNativeDateModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view.module.ts +(21,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdButtonModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view.module.ts +(21,26): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdDatepickerModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view.module.ts +(21,46): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdIconModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view.module.ts +(21,60): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdInputModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view.module.ts +(21,75): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdNativeDateModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/dialogs/download-zip.dialog.ts +(19,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MD_DIALOG_DATA'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/dialogs/download-zip.dialog.ts +(19,26): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdDialogRef'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/material.module.ts +(20,5): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdButtonModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/material.module.ts +(21,5): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdDialogModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/material.module.ts +(22,5): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdInputModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/material.module.ts +(23,5): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdProgressBarModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/material.module.ts +(24,5): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdSnackBarModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/material.module.ts +(25,5): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdTabsModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/material.module.ts +(26,5): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdToolbarModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/services/notification.service.spec.ts +(20,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'LiveAnnouncer'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/services/notification.service.spec.ts +(20,25): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdSnackBar'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/services/notification.service.spec.ts +(20,37): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdSnackBarModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/services/notification.service.spec.ts +(20,55): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'OVERLAY_PROVIDERS'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/services/notification.service.spec.ts +(20,74): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'OverlayModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/services/notification.service.ts +(19,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdSnackBar'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/services/notification.service.ts +(19,22): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdSnackBarRef'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/utils/momentDateAdapter.ts +(18,23): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdDateFormats'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/utils/momentDateAdapter.ts +(39,14): Non-abstract class 'MomentDateAdapter' does not implement inherited abstract member 'fromIso8601' from class 'DateAdapter'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/utils/momentDateAdapter.ts +(39,14): Non-abstract class 'MomentDateAdapter' does not implement inherited abstract member 'isDateInstance' from class 'DateAdapter'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/utils/momentDateAdapter.ts +(39,14): Non-abstract class 'MomentDateAdapter' does not implement inherited abstract member 'isValid' from class 'DateAdapter'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/utils/momentDateAdapter.ts +(39,14): Non-abstract class 'MomentDateAdapter' does not implement inherited abstract member 'toIso8601' from class 'DateAdapter'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-documentlist/src/components/document-list.component.spec.ts +(35,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-documentlist/src/data/share-datatable-adapter"' has no exported member 'ImageResolver'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-documentlist/src/components/document-list.component.spec.ts +(35,25): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-documentlist/src/data/share-datatable-adapter"' has no exported member 'RowFilter'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-documentlist/src/data/share-datatable-adapter.spec.ts +(23,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-documentlist/src/data/share-datatable-adapter"' has no exported member 'ShareDataRow'. +npm ERR! code ELIFECYCLE +npm ERR! errno 2 +npm ERR! ng2-alfresco-components@1.9.0 webpack: `node node_modules/webpack/bin/webpack.js "--config" "config/webpack.build.js" "--progress" "--profile" "--bail"` +npm ERR! Exit status 2 +npm ERR! +npm ERR! Failed at the ng2-alfresco-components@1.9.0 webpack script. +npm ERR! This is probably not a problem with npm. There is likely additional logging output above. + +npm ERR! A complete log of this run can be found in: +npm ERR! /Users/mromano/.npm/_logs/2017-10-20T17_08_23_447Z-debug.log +npm ERR! code ELIFECYCLE +npm ERR! errno 2 +npm ERR! ng2-alfresco-components@1.9.0 build: `npm run pkg-build && npm run toc && npm run markdownlint && npm run webpack -- --config config/webpack.build.js --progress --profile --bail && npm run build-style` +npm ERR! Exit status 2 +npm ERR! +npm ERR! Failed at the ng2-alfresco-components@1.9.0 build script. +npm ERR! This is probably not a problem with npm. There is likely additional logging output above. + +npm ERR! A complete log of this run can be found in: +npm ERR! /Users/mromano/.npm/_logs/2017-10-20T17_08_23_493Z-debug.log +]0;~/dev/alfresco-ng2-components/scripts +mromano at MBP256-MROMANO-0615 in ~/dev/alfresco-ng2-components/scripts on dev-mromano-clean [!] +$ (B +]0;~/dev/alfresco-ng2-components/scripts +mromano at MBP256-MROMANO-0615 in ~/dev/alfresco-ng2-components/scripts on dev-mromano-clean [!] +$ (B./npm-build-all.sh -t -vjsapi alpha-gitjsapi developmentclean.sh  build-all.sh -gitjsapi developmentclean.sh   +[?25l⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session 14a30474045164ed ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session 14a30474045164ed ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session 14a30474045164ed ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session 14a30474045164ed ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session 14a30474045164ed ⸨░░░░░░░░░░░░░░░░░░⸩ ⠼ loadDep:glob: sill resolveWithNewModule rimraf@2.6.2 checking installable status ⸨ ░░░░░░░░░░░⸩ ⠦ extract:rimraf: verb lock using /Users/mromano/.npm/_locks/staging-5b2f06fb699723d0.lock for /Users/mromano/dev/node_modules/.staging ⸨ ░░░░░░░░░░░⸩ ⠦ extract:rimraf: verb lock using /Users/mromano/.npm/_locks/staging-5b2f06fb699723d0.lock for /Users/mromano/dev/node_modules/.staging ⸨ ░░░░░░░░░░░⸩ ⠦ extract:rimraf: verb lock using /Users/mromano/.npm/_locks/staging-5b2f06fb699723d0.lock for /Users/mromano/dev/node_modules/.staging ⸨ ░░░░░░░░░░░⸩ ⠦ extract:rimraf: verb lock using /Users/mromano/.npm/_locks/staging-5b2f06fb699723d0.lock for /Users/mromano/dev/node_modules/.staging ⸨ ░░░░░░░░░░░⸩ ⠦ extract:rimraf: verb lock using /Users/mromano/.npm/_locks/staging-5b2f06fb699723d0.lock for /Users/mromano/dev/node_modules/.staging ⸨ ░░░░░░░░░░░⸩ ⠦ extract:rimraf: verb lock using /Users/mromano/.npm/_locks/staging-5b2f06fb699723d0.lock for /Users/mromano/dev/node_modules/.staging ⸨ ░░░░░░░░░░░⸩ ⠦ extract:rimraf: verb lock using /Users/mromano/.npm/_locks/staging-5b2f06fb699723d0.lock for /Users/mromano/dev/node_modules/.staging ⸨ ░░░░░░⸩ ⠙ remove:rimraf: sill doSerial remove 10 [?25hnpm WARN saveError ENOENT: no such file or directory, open '/Users/mromano/dev/package.json' +npm WARN enoent ENOENT: no such file or directory, open '/Users/mromano/dev/package.json' +npm WARN dev No description +npm WARN dev No repository field. +npm WARN dev No README data +npm WARN dev No license field. + ++ rimraf@2.6.2 +updated 1 package in 0.942s +====== clean component: ng2-activiti-diagrams ===== + +> ng2-activiti-diagrams@1.9.0 clean /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-diagrams +> rimraf dist node_modules typings bundles coverage .npmrc + + +> ng2-activiti-diagrams@1.9.0 clean-lock /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-diagrams +> rimraf package-lock.json + +====== clean component: ng2-activiti-analytics ===== + +> ng2-activiti-analytics@1.9.0 clean /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-analytics +> rimraf dist node_modules typings bundles coverage .npmrc + + +> ng2-activiti-analytics@1.9.0 clean-lock /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-analytics +> rimraf package-lock.json + +====== clean component: ng2-activiti-form ===== + +> ng2-activiti-form@1.9.0 clean /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-form +> rimraf dist node_modules typings bundles coverage .npmrc + + +> ng2-activiti-form@1.9.0 clean-lock /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-form +> rimraf package-lock.json + +====== clean component: ng2-activiti-processlist ===== + +> ng2-activiti-processlist@1.9.0 clean /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-processlist +> rimraf dist node_modules typings bundles coverage .npmrc + + +> ng2-activiti-processlist@1.9.0 clean-lock /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-processlist +> rimraf package-lock.json + +====== clean component: ng2-activiti-tasklist ===== + +> ng2-activiti-tasklist@1.9.0 clean /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-tasklist +> rimraf dist node_modules typings bundles coverage .npmrc + + +> ng2-activiti-tasklist@1.9.0 clean-lock /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-activiti-tasklist +> rimraf package-lock.json + +====== clean component: ng2-alfresco-core ===== + +> ng2-alfresco-core@1.9.0 clean /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core +> rimraf dist node_modules typings bundles coverage .npmrc + + +> ng2-alfresco-core@1.9.0 clean-lock /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core +> rimraf package-lock.json + +====== clean component: ng2-alfresco-datatable ===== + +> ng2-alfresco-datatable@1.9.0 clean /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-datatable +> rimraf dist node_modules typings bundles coverage .npmrc + + +> ng2-alfresco-datatable@1.9.0 clean-lock /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-datatable +> rimraf package-lock.json + +====== clean component: ng2-alfresco-documentlist ===== + +> ng2-alfresco-documentlist@1.9.0 clean /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-documentlist +> rimraf dist node_modules typings bundles coverage .npmrc + + +> ng2-alfresco-documentlist@1.9.0 clean-lock /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-documentlist +> rimraf package-lock.json + +====== clean component: ng2-alfresco-login ===== + +> ng2-alfresco-login@1.9.0 clean /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-login +> rimraf dist node_modules typings bundles coverage .npmrc + + +> ng2-alfresco-login@1.9.0 clean-lock /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-login +> rimraf package-lock.json + +====== clean component: ng2-alfresco-search ===== + +> ng2-alfresco-search@1.9.0 clean /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-search +> rimraf dist node_modules typings bundles coverage .npmrc + + +> ng2-alfresco-search@1.9.0 clean-lock /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-search +> rimraf package-lock.json + +====== clean component: ng2-alfresco-social ===== + +> ng2-alfresco-social@1.9.0 clean /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-social +> rimraf dist node_modules typings bundles coverage .npmrc + + +> ng2-alfresco-social@1.9.0 clean-lock /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-social +> rimraf package-lock.json + +====== clean component: ng2-alfresco-tag ===== + +> ng2-alfresco-tag@1.9.0 clean /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-tag +> rimraf dist node_modules typings bundles coverage .npmrc + + +> ng2-alfresco-tag@1.9.0 clean-lock /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-tag +> rimraf package-lock.json + +====== clean component: ng2-alfresco-upload ===== + +> ng2-alfresco-upload@1.9.0 clean /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-upload +> rimraf dist node_modules typings bundles coverage .npmrc + + +> ng2-alfresco-upload@1.9.0 clean-lock /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-upload +> rimraf package-lock.json + +====== clean component: ng2-alfresco-viewer ===== + +> ng2-alfresco-viewer@1.9.0 clean /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-viewer +> rimraf dist node_modules typings bundles coverage .npmrc + + +> ng2-alfresco-viewer@1.9.0 clean-lock /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-viewer +> rimraf package-lock.json + +====== clean component: ng2-alfresco-webscript ===== + +> ng2-alfresco-webscript@1.9.0 clean /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-webscript +> rimraf dist node_modules typings bundles coverage .npmrc + + +> ng2-alfresco-webscript@1.9.0 clean-lock /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-webscript +> rimraf package-lock.json + +====== clean component: ng2-alfresco-userinfo ===== + +> ng2-alfresco-userinfo@1.9.0 clean /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-userinfo +> rimraf dist node_modules typings bundles coverage .npmrc + + +> ng2-alfresco-userinfo@1.9.0 clean-lock /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-userinfo +> rimraf package-lock.json + + +> myapp@0.0.0 clean /Users/mromano/dev/alfresco-ng2-components/demo-shell-ng2 +> npm run clean-build && rimraf dist node_modules typings dist + + +> myapp@0.0.0 clean-build /Users/mromano/dev/alfresco-ng2-components/demo-shell-ng2 +> rimraf 'app/{,**/}**.js' 'app/{,**/}**.js.map' 'app/{,**/}**.d.ts' + + +> myapp@0.0.0 clean-lock /Users/mromano/dev/alfresco-ng2-components/demo-shell-ng2 +> rimraf package-lock.json + + +> ng2-alfresco-components@1.9.0 clean /Users/mromano/dev/alfresco-ng2-components/ng2-components +> rimraf node_modules + + +> ng2-alfresco-components@1.9.0 clean-lock /Users/mromano/dev/alfresco-ng2-components/ng2-components +> rimraf package-lock.json + +]0;~/dev/alfresco-ng2-components/scripts +mromano at MBP256-MROMANO-0615 in ~/dev/alfresco-ng2-components/scripts on dev-mromano-clean [!] +$ (B./npm-clean.sh build-all.sh -t -vjsapi alpha +====== Regenerate global ng2-components package.json ===== +[?25l⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session c679e6d0e43b4ebe ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session c679e6d0e43b4ebe ⸨░░░░░░░░░░░░░░░░░░⸩ ⠹ loadIdealTree:loadAllDepsIntoIdealTree: sill install loadIdealTree ⸨░░░░░░░░░░░░░░░░░░⸩ ⠼ fetchMetadata: sill resolveWithNewModule package-json-merge@0.0.1 checking installable status ⸨░░░░░░░░░░░░░░░░░░⸩ ⠼ fetchMetadata: sill resolveWithNewModule package-json-merge@0.0.1 checking installable status ⸨ ░░░░░░░░░░░⸩ ⠹ extract:package-json-merge: verb lock using /Users/mromano/.npm/_locks/staging-343bc207ba0138a9.lock for /Users/mromano/.nvm/versions/node/v8.5.0/lib/node_modules/.staging ⸨ ░░░░░░░░░░░⸩ ⠹ extract:package-json-merge: verb lock using /Users/mromano/.npm/_locks/staging-343bc207ba0138a9.lock for /Users/mromano/.nvm/versions/node/v8.5.0/lib/node_modules/.staging ⸨ ░░░░░░░░░░░⸩ ⠹ extract:package-json-merge: verb lock using /Users/mromano/.npm/_locks/staging-343bc207ba0138a9.lock for /Users/mromano/.nvm/versions/node/v8.5.0/lib/node_modules/.staging ⸨ ░░░░░░░░░░░⸩ ⠹ extract:package-json-merge: verb lock using /Users/mromano/.npm/_locks/staging-343bc207ba0138a9.lock for /Users/mromano/.nvm/versions/node/v8.5.0/lib/node_modules/.staging ⸨ ░░░░░░░░░░░⸩ ⠹ extract:package-json-merge: verb lock using /Users/mromano/.npm/_locks/staging-343bc207ba0138a9.lock for /Users/mromano/.nvm/versions/node/v8.5.0/lib/node_modules/.staging ⸨ ░░░░░░░░░░░⸩ ⠹ extract:package-json-merge: verb lock using /Users/mromano/.npm/_locks/staging-343bc207ba0138a9.lock for /Users/mromano/.nvm/versions/node/v8.5.0/lib/node_modules/.staging [?25h/Users/mromano/.nvm/versions/node/v8.5.0/bin/package-json-merge -> /Users/mromano/.nvm/versions/node/v8.5.0/lib/node_modules/package-json-merge/bin/package-json-merge ++ package-json-merge@0.0.1 +updated 1 package in 0.847s + +> ng2-alfresco-components@1.9.0 pkg-build /Users/mromano/dev/alfresco-ng2-components/ng2-components +> package-json-merge ng2-alfresco-core/package.json ng2-alfresco-datatable/package.json ng2-activiti-diagrams/package.json ng2-activiti-analytics/package.json ng2-activiti-form/package.json ng2-activiti-tasklist/package.json ng2-activiti-processlist/package.json ng2-alfresco-documentlist/package.json ng2-alfresco-login/package.json ng2-alfresco-search/package.json ng2-alfresco-tag/package.json ng2-alfresco-upload/package.json ng2-alfresco-viewer/package.json ng2-alfresco-webscript/package.json ng2-alfresco-webscript/package.json ng2-alfresco-userinfo/package.json ng2-alfresco-social/package.json package-base.json > package.json + +====== Install ng2-components dependencies ===== +[?25l⸨░░░░░░░░░░░░░░░░░░⸩ ⠦ rollbackFailedOptional: verb npm-session 798754455028cb7e ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠼ fetchMetadata: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠼ fetchMetadata: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠼ fetchMetadata: sill install loadAllDepsIntoIdealTree ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠙ fetchMetadata: sill pacote version manifest for copy-webpack-plugin@4.0.1 fetched in 151ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠏ fetchMetadata: sill pacote version manifest for autoprefixer@6.5.4 fetched in 199ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠇ fetchMetadata: sill pacote version manifest for file-loader@0.11.1 fetched in 83ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠦ fetchMetadata: sill pacote version manifest for html-webpack-plugin@2.28.0 fetched in 96ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠇ fetchMetadata: sill pacote version manifest for karma-coverage@1.1.1 fetched in 76ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠇ fetchMetadata: sill pacote version manifest for karma-remap-istanbul@0.6.0 fetched in 68ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠙ fetchMetadata: sill pacote version manifest for rimraf@2.6.1 fetched in 31ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠼ fetchMetadata: sill pacote version manifest for script-loader@0.7.0 fetched in 71ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠸ fetchMetadata: sill pacote version manifest for ts-loader@2.2.1 fetched in 62ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠙ fetchMetadata: sill pacote version manifest for tslint@5.5.0 fetched in 94ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠧ fetchMetadata: sill pacote version manifest for tslint-loader@3.5.3 fetched in 113ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠧ fetchMetadata: sill pacote range manifest for markdownlint-cli@^0.3.1 fetched in 102ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ fetchMetadata: sill pacote version manifest for markdown-toc@1.1.0 fetched in 132ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ fetchMetadata: sill pacote version manifest for markdown-toc@1.1.0 fetched in 132ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ fetchMetadata: sill pacote version manifest for markdown-toc@1.1.0 fetched in 132ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ fetchMetadata: sill pacote version manifest for markdown-toc@1.1.0 fetched in 132ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ fetchMetadata: sill pacote version manifest for markdown-toc@1.1.0 fetched in 132ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ fetchMetadata: sill pacote version manifest for markdown-toc@1.1.0 fetched in 132ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ fetchMetadata: sill pacote version manifest for markdown-toc@1.1.0 fetched in 132ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ fetchMetadata: sill pacote version manifest for markdown-toc@1.1.0 fetched in 132ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ fetchMetadata: sill pacote version manifest for markdown-toc@1.1.0 fetched in 132ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠹ fetchMetadata: sill pacote version manifest for markdown-toc@1.1.0 fetched in 132ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠧ fetchMetadata: sill pacote version manifest for @angular/compiler-cli@4.4.5 fetched in 607ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠇ fetchMetadata: sill pacote version manifest for rxjs@5.1.0 fetched in 32ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠹ fetchMetadata: sill pacote version manifest for ng2-charts@1.6.0 fetched in 19ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠹ fetchMetadata: sill pacote version manifest for ng2-charts@1.6.0 fetched in 19ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠼ fetchMetadata: sill pacote version manifest for ng2-activiti-diagrams@1.9.0 fetched in 115ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠹ fetchMetadata: sill pacote version manifest for minimatch@3.0.4 fetched in 75ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠏ fetchMetadata: sill pacote range manifest for glob@^6.0.4 fetched in 45ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠴ fetchMetadata: sill pacote version manifest for ng2-alfresco-core@1.9.0 fetched in 328ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠇ fetchMetadata: sill pacote range manifest for css-selector-tokenizer@^0.7.0 fetched in 81ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠇ fetchMetadata: sill pacote range manifest for babel-code-frame@^6.11.0 fetched in 45ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠹ fetchMetadata: sill pacote range manifest for postcss-modules-values@^1.1.0 fetched in 34ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠼ fetchMetadata: http fetch GET 304 https://registry.npmjs.org/num2fraction 35ms (from cache) ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ fetchMetadata: sill pacote range manifest for has@^1.0.1 fetched in 59ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠴ fetchMetadata: sill pacote range manifest for postcss-discard-duplicates@^2.0.1 fetched in 52ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠙ fetchMetadata: sill pacote range manifest for postcss-minify-font-values@^1.0.2 fetched in 62ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠹ fetchMetadata: sill pacote range manifest for postcss-reduce-transforms@^1.0.3 fetched in 57ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠼ fetchMetadata: sill pacote range manifest for webpack-sources@^0.1.0 fetched in 72ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠙ fetchMetadata: sill pacote range manifest for pretty-error@^2.0.2 fetched in 80ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠧ fetchMetadata: sill pacote range manifest for connect@^3.3.5 fetched in 71ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠹ fetchMetadata: sill pacote range manifest for http-proxy@^1.13.0 fetched in 59ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠇ fetchMetadata: sill pacote range manifest for which@^1.2.1 fetched in 80ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠇ fetchMetadata: sill pacote range manifest for webpack-dev-middleware@^1.0.11 fetched in 61ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠧ fetchMetadata: sill pacote range manifest for meow@^3.7.0 fetched in 51ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠸ fetchMetadata: sill pacote range manifest for sass-graph@^2.1.1 fetched in 67ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠼ fetchMetadata: sill pacote range manifest for clone-deep@^0.2.4 fetched in 69ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠏ fetchMetadata: sill pacote version manifest for traceur@0.0.105 fetched in 11ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠏ fetchMetadata: sill pacote range manifest for es6-template-strings@^2.0.0 fetched in 97ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠸ fetchMetadata: sill pacote range manifest for source-map-support@~0.2.8 fetched in 78ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠸ fetchMetadata: sill pacote range manifest for resolve@^1.3.2 fetched in 52ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ fetchMetadata: sill pacote range manifest for express@^4.13.3 fetched in 58ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ fetchMetadata: sill pacote range manifest for serve-index@^1.7.2 fetched in 72ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠇ fetchMetadata: sill pacote range manifest for yargs@^6.0.0 fetched in 100ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠦ fetchMetadata: sill pacote range manifest for node-libs-browser@^2.0.0 fetched in 69ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠼ fetchMetadata: sill pacote range manifest for concat-stream@^1.5.2 fetched in 14ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ fetchMetadata: sill pacote version manifest for hapi@16.1.0 fetched in 102ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠇ fetchMetadata: sill pacote version manifest for @angular/animations@4.3.6 fetched in 4ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠼ fetchMetadata: sill pacote range manifest for brace-expansion@^1.1.7 fetched in 37ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠸ fetchMetadata: sill pacote range manifest for minimatch@^3.0.2 fetched in 7ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠙ fetchMetadata: sill pacote range manifest for browserslist@^1.7.6 fetched in 16ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠹ fetchMetadata: sill pacote range manifest for lodash._createcompounder@^3.0.0 fetched in 108ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠸ fetchMetadata: sill pacote range manifest for postcss-selector-parser@^2.2.2 fetched in 45ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠸ fetchMetadata: sill pacote range manifest for json-stable-stringify@^1.0.1 fetched in 51ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠦ fetchMetadata: sill pacote range manifest for fsevents@^1.0.0 fetched in 46ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠏ fetchMetadata: sill pacote range manifest for abbrev@1.0.x fetched in 48ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠹ fetchMetadata: sill pacote range manifest for nopt@3.x fetched in 60ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠸ fetchMetadata: sill pacote range manifest for type-is@~1.6.15 fetched in 45ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠦ fetchMetadata: sill pacote version manifest for debug@2.3.3 fetched in 4ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ fetchMetadata: sill pacote version manifest for socket.io-client@1.7.4 fetched in 51ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠹ fetchMetadata: sill pacote range manifest for lru-cache@^4.0.1 fetched in 1ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠸ fetchMetadata: sill pacote range manifest for camelcase-keys@^2.0.0 fetched in 50ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠼ fetchMetadata: sill pacote range manifest for osenv@0 fetched in 52ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠼ fetchMetadata: sill pacote range manifest for combined-stream@~1.0.5 fetched in 51ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠏ fetchMetadata: sill pacote range manifest for mime-types@~2.1.17 fetched in 60ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠸ fetchMetadata: sill pacote range manifest for through2@^2.0.0 fetched in 3ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠦ fetchMetadata: http fetch GET 304 https://registry.npmjs.org/replace-ext 42ms (from cache) ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠙ fetchMetadata: sill pacote range manifest for babel-helpers@^6.24.1 fetched in 53ms [?25hnpm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue +[?25l⸨ ░░░░░░░░░░░░░░░░░⸩ ⠙ fetchMetadata: sill pacote range manifest for yargs@~3.10.0 fetched in 9ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠦ fetchMetadata: sill pacote range manifest for strip-bom@^2.0.0 fetched in 47ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠴ fetchMetadata: sill pacote range manifest for micromatch@^2.3.11 fetched in 54ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠸ fetchMetadata: sill pacote range manifest for micromatch@^2.3.11 fetched in 54ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠦ fetchMetadata: sill pacote range manifest for faye-websocket@^0.10.0 fetched in 45ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ fetchMetadata: sill pacote range manifest for has-flag@^1.0.0 fetched in 50ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠇ fetchMetadata: sill pacote range manifest for string-width@^1.0.2 fetched in 44ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠼ fetchMetadata: sill pacote range manifest for crypto-browserify@^3.11.0 fetched in 62ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠼ fetchMetadata: sill pacote range manifest for errno@^0.1.3 fetched in 100ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠏ fetchMetadata: sill pacote range manifest for ini@~1.3.0 fetched in 51ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠇ fetchMetadata: sill pacote range manifest for expand-range@^1.8.1 fetched in 35ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠧ fetchMetadata: sill pacote range manifest for set-getter@^0.1.0 fetched in 100ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠇ fetchMetadata: sill pacote range manifest for lru-cache@4.0.x fetched in 3ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠸ fetchMetadata: sill pacote range manifest for mimos@3.x.x fetched in 109ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠏ fetchMetadata: sill pacote range manifest for chartjs-color-string@^0.5.0 fetched in 37ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠹ fetchMetadata: sill pacote range manifest for color@^0.11.0 fetched in 30ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠼ fetchMetadata: sill pacote range manifest for js-yaml@~3.7.0 fetched in 5ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠇ fetchMetadata: sill pacote range manifest for csso@~2.3.1 fetched in 49ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠦ fetchMetadata: sill pacote range manifest for argparse@^1.0.7 fetched in 4ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠦ fetchMetadata: sill pacote range manifest for expand-range@^0.1.0 fetched in 6ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠹ fetchMetadata: sill pacote version manifest for ws@1.1.4 fetched in 40ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠸ fetchMetadata: sill pacote range manifest for currently-unhandled@^0.4.1 fetched in 35ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ fetchMetadata: sill pacote range manifest for strip-indent@^1.0.1 fetched in 50ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠙ fetchMetadata: sill pacote range manifest for jsprim@^1.2.2 fetched in 51ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠹ fetchMetadata: sill pacote range manifest for lazy-cache@^0.2.3 fetched in 6ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠇ fetchMetadata: sill pacote range manifest for decamelize@^1.0.0 fetched in 4ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠼ fetchMetadata: sill pacote range manifest for braces@^1.8.2 fetched in 7ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠼ fetchMetadata: sill pacote range manifest for expand-brackets@^0.1.4 fetched in 56ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠹ fetchMetadata: sill pacote range manifest for hpack.js@^2.1.6 fetched in 41ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠸ fetchMetadata: sill pacote range manifest for browserify-cipher@^1.0.0 fetched in 43ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠧ fetchMetadata: sill pacote range manifest for randombytes@^2.0.0 fetched in 52ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠸ fetchMetadata: sill pacote range manifest for fill-range@^2.1.0 fetched in 23ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠇ fetchMetadata: sill pacote range manifest for pez@2.x.x fetched in 51ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠹ fetchMetadata: sill pacote range manifest for rimraf@^2.6.1 fetched in 5ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠹ fetchMetadata: sill pacote version manifest for domutils@1.5.1 fetched in 118ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠧ fetchMetadata: sill pacote version manifest for domutils@1.5.1 fetched in 118ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠋ fetchMetadata: sill pacote version manifest for domutils@1.5.1 fetched in 118ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠏ fetchMetadata: sill pacote range manifest for spdx-correct@~1.0.0 fetched in 47ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠇ fetchMetadata: sill pacote range manifest for asn1@~0.2.3 fetched in 47ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠧ fetchMetadata: http fetch GET 304 https://registry.npmjs.org/repeat-element 43ms (from cache) ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠇ fetchMetadata: sill pacote range manifest for browserify-aes@^1.0.4 fetched in 48ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠇ fetchMetadata: sill pacote range manifest for isobject@^2.0.0 fetched in 5ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠧ fetchMetadata: sill pacote range manifest for boom@2.x.x fetched in 5ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠦ fetchMetadata: sill pacote range manifest for uid-number@^0.0.6 fetched in 41ms ⸨ ░░░░░░░░░░░░░░░░░⸩ ⠦ fetchMetadata: sill pacote range manifest for hmac-drbg@^1.0.0 fetched in 37ms ⸨ ░░░░░░░░░░░░░░░░⸩ ⠇ fetchMetadata: sill pacote range manifest for vise@2.x.x fetched in 35ms ⸨ ░░░░░░░░░░░░░░░⸩ ⠦ fetchMetadata: sill resolveWithNewModule d@0.1.1 checking installable status ⸨ ░░░░░░░░░░░░░░░⸩ ⠼ loadDep:zone.js: sill resolveWithNewModule concat-map@0.0.1 checking installable status ⸨ ░░░░░░░░░░░░░░░⸩ ⠼ loadDep:zone.js: sill resolveWithNewModule eve@0.5.0 checking installable status ⸨ ░░░░░░░░░░░░░░░⸩ ⠇ loadDep:zone.js: sill resolveWithNewModule @angular/router@4.3.6 checking installable status ⸨ ░░░░░░░░░░░░░░⸩ ⠇ fetchMetadata: sill resolveWithNewModule eve-raphael@0.5.0 checking installable status ⸨ ░░░░░░░░░░░░░░⸩ ⠼ fetchMetadata: sill resolveWithNewModule loader-utils@0.2.17 checking installable status ⸨ ░░░░░░░░░░░░░░⸩ ⠇ loadDep:path-is-absolute: sill resolveWithNewModule glob@7.1.2 checking installable status ⸨ ░░░░░░░░░░░░░░⸩ ⠇ loadDep:postcss: sill resolveWithNewModule function-bind@1.1.1 checking installable status ⸨ ░░░░░░░░░░░░░░⸩ ⠋ fetchMetadata: sill resolveWithNewModule sort-keys@1.1.2 checking installable status ⸨ ░░░░░░░░░░░░░░⸩ ⠇ fetchMetadata: sill resolveWithNewModule has-flag@2.0.0 checking installable status ⸨ ░░░░░░░░░░░░░░⸩ ⠧ fetchMetadata: sill resolveWithNewModule lodash.startswith@4.2.1 checking installable status ⸨ ░░░░░░░░░░░░░░⸩ ⠧ fetchMetadata: sill resolveWithNewModule lodash.startswith@4.2.1 checking installable status ⸨ ░░░░░░░░░░░░░░⸩ ⠧ fetchMetadata: sill resolveWithNewModule lodash.startswith@4.2.1 checking installable status ⸨ ░░░░░░░░░░░░░░⸩ ⠧ fetchMetadata: sill resolveWithNewModule lodash.startswith@4.2.1 checking installable status ⸨ ░░░░░░░░░░░░░░⸩ ⠧ fetchMetadata: sill resolveWithNewModule lodash.startswith@4.2.1 checking installable status ⸨ ░░░░░░░░░░░░░░⸩ ⠧ fetchMetadata: sill resolveWithNewModule lodash.startswith@4.2.1 checking installable status ⸨ ░░░░░░░░░░░░░░⸩ ⠧ fetchMetadata: sill resolveWithNewModule lodash.startswith@4.2.1 checking installable status ⸨ ░░░░░░░░░░░░░░⸩ ⠧ fetchMetadata: sill resolveWithNewModule lodash.startswith@4.2.1 checking installable status ⸨ ░░░░░░░░░░░░░░⸩ ⠧ fetchMetadata: sill resolveWithNewModule lodash.startswith@4.2.1 checking installable status ⸨ ░░░░░░░░░░░░░░⸩ ⠧ fetchMetadata: sill resolveWithNewModule lodash.startswith@4.2.1 checking installable status ⸨ ░░░░░░░░░░░░░░⸩ ⠧ fetchMetadata: sill resolveWithNewModule lodash.startswith@4.2.1 checking installable status ⸨ ░░░░░░░░░░░░░░⸩ ⠏ fetchMetadata: sill resolveWithNewModule lodash.startswith@4.2.1 checking installable status ⸨ ░░░░░░░░░░░░░░⸩ ⠏ fetchMetadata: sill resolveWithNewModule lodash.startswith@4.2.1 checking installable status ⸨ ░░░░░░░░░░░░░░⸩ ⠏ fetchMetadata: sill resolveWithNewModule lodash.startswith@4.2.1 checking installable status ⸨ ░░░░░░░░░░░░░░⸩ ⠋ fetchMetadata: sill resolveWithNewModule lodash.startswith@4.2.1 checking installable status ⸨ ░░░░░░░░░░░░░░⸩ ⠋ fetchMetadata: sill resolveWithNewModule lodash.startswith@4.2.1 checking installable status ⸨ ░░░░░░░░░░░░░░⸩ ⠦ fetchMetadata: sill resolveWithNewModule for-in@1.0.2 checking installable status ⸨ ░░░░░░░░░░░░░░⸩ ⠇ loadDep:sshpk: sill resolveWithNewModule nan@2.7.0 checking installable status ⸨ ░░░░░░░░░░░░░░⸩ ⠼ fetchMetadata: sill resolveWithNewModule private@0.1.8 checking installable status ⸨ ░░░░░░░░░░░░░░⸩ ⠹ fetchMetadata: sill resolveWithNewModule loader-utils@0.2.17 checking installable status ⸨ ░░░░░░░░░░░░░░⸩ ⠼ fetchMetadata: sill resolveWithNewModule longest@1.0.1 checking installable status ⸨ ░░░░░░░░░░░░░░⸩ ⠋ fetchMetadata: sill resolveWithNewModule expand-range@0.1.1 checking installable status ⸨ ░░░░░░░░░░░░░░⸩ ⠼ fetchMetadata: sill resolveWithNewModule to-array@0.1.4 checking installable status ⸨ ░░░░░░░░░░░░░░⸩ ⠹ fetchMetadata: sill resolveWithNewModule spdx-license-ids@1.2.2 checking installable status ⸨ ░░░░░░░░░░░░░░⸩ ⠋ fetchMetadata: sill resolveWithNewModule sparkles@1.0.0 checking installable status ⸨ ░░░░░░░░░░░░░⸩ ⠋ fetchMetadata: sill resolveWithNewModule prr@0.0.0 checking installable status ⸨ ░░░░░░░░░░░░░⸩ ⠦ fetchMetadata: sill resolveWithNewModule strip-json-comments@2.0.1 checking installable status ⸨ ░░░░░░░░░░░░░⸩ ⠇ fetchMetadata: sill resolveWithNewModule os-homedir@1.0.2 checking installable status ⸨ ░░░░░░░░░░░░░⸩ ⠋ fetchMetadata: sill resolveWithNewModule yargs@7.1.0 checking installable status ⸨ ░░░░░░░░░░░░░⸩ ⠼ fetchMetadata: sill resolveWithNewModule isobject@3.0.1 checking installable status ⸨ ░░░░░░░░░░░░░⸩ ⠦ loadDep:source-map: sill resolveWithNewModule uglify-js@2.8.29 checking installable status ⸨ ░░░░░░░░░░░░░⸩ ⠦ fetchMetadata: sill resolveWithNewModule source-map-support@0.2.10 checking installable status ⸨ ░░░░░░░░░░░░░⸩ ⠋ fetchMetadata: sill resolveWithNewModule path-parse@1.0.5 checking installable status ⸨ ░░░░░░░░░░░░░⸩ ⠹ fetchMetadata: sill resolveWithNewModule randombytes@2.0.5 checking installable status ⸨ ░░░░░░░░░░░░░⸩ ⠦ loadDep:uglify-to-browserify: sill resolveWithNewModule querystring@0.2.0 checking installable status ⸨ ░░░░░░░░░░░░░⸩ ⠋ loadDep:vary: sill resolveWithNewModule on-headers@1.0.1 checking installable status ⸨ ░░░░░░░░░░░░░⸩ ⠋ fetchMetadata: sill resolveWithNewModule spdy-transport@2.0.20 checking installable status ⸨ ░░░░░░░░░░░░░⸩ ⠦ fetchMetadata: sill resolveWithNewModule cliui@3.2.0 checking installable status ⸨ ░░░░░░░░░░░░░⸩ ⠦ fetchMetadata: sill resolveWithNewModule fast-safe-stringify@1.1.0 checking installable status ⸨ ░░░░░░░░░░░⸩ ⠙ diffTrees: sill install generateActionsToTake ⸨ ░░░░░░░░░░░⸩ ⠙ diffTrees: sill install generateActionsToTake ⸨ ░░░░░░░░░░░⸩ ⠋ postinstall: sill install executeActions ⸨ ░░░░░░░░░░░⸩ ⠹ extract:wsrv: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.staging ⸨ ░░░░░░░░░░░⸩ ⠹ extract:wsrv: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.staging ⸨ ░░░░░░░░░░░⸩ ⠹ extract:wsrv: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.staging ⸨ ░░░░░░░░░░░⸩ ⠹ extract:wsrv: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.staging ⸨ ░░░░░░░░░░░⸩ ⠹ extract:wsrv: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.staging ⸨ ░░░░░░░░░░░⸩ ⠹ extract:wsrv: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.staging ⸨ ░░░░░░░░░░░⸩ ⠹ extract:wsrv: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.staging ⸨ ░░░░░░░░░░░⸩ ⠹ extract:wsrv: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.staging ⸨ ░░░░░░░░░░░⸩ ⠹ extract:wsrv: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.staging ⸨ ░░░░░░░░░░░⸩ ⠹ extract:wsrv: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.staging ⸨ ░░░░░░░░░░░⸩ ⠹ extract:acorn-dynamic-import: sill extract ts-loader@2.2.1 ⸨ ░░░░░░░░░░⸩ ⠸ extract:big.js: sill extract pdfjs-dist@1.5.404 ⸨ ░░░░░░░░░░⸩ ⠇ extract:babel-plugin-transform-system-register: sill extract ng2-alfresco-documentlist@1.9.0 ⸨ ░░░░░░░░░░⸩ ⠼ extract:markdown-toc: sill extract karma-webpack@2.0.3 ⸨ ░░░░░░░░░░⸩ ⠙ extract:karma-systemjs: sill extract file-loader@0.11.1 ⸨ ░░░░░░░░░░⸩ ⠧ extract:ng2-charts: sill extract angular2-template-loader@0.6.2 ⸨ ░░░░░░░░░░⸩ ⠴ extract:after: sill extract @angular/material@2.0.0-beta.12 ⸨ ░░░░░░░░░░⸩ ⠙ extract:karma-jasmine-ajax: sill extract @angular/common@4.4.5 ⸨ ░░░░░░░░░░⸩ ⠼ extract:karma-jasmine-html-reporter: sill extract ng2-alfresco-datatable@1.9.0 ⸨ ░░░░░░░░░░⸩ ⠹ extract:adf-tslint-rules: sill extract yeast@0.1.2 ⸨ ░░░░░░░░░░⸩ ⠇ extract:socket.io: sill extract istanbul@0.4.3 ⸨ ░░░░░░░░░░⸩ ⠋ extract:any-promise: sill extract istanbul@0.4.5 ⸨ ░░░░░░░░░░⸩ ⠼ extract:sass-graph: sill extract inert@4.1.0 ⸨ ░░░░░░░░░░⸩ ⠏ extract:inert: sill extract yargs@6.6.0 ⸨ ░░░░░░░░░░⸩ ⠹ extract:extract-text-webpack-plugin: sill extract y18n@3.2.1 ⸨ ░░░░░░░░░░⸩ ⠧ extract:yallist: sill extract tiny-lr@1.0.3 ⸨ ░░░░░░░░░░⸩ ⠇ extract:autolinker: sill extract body@5.1.0 ⸨ ░░░░░░░░░░⸩ ⠼ extract:ncname: sill extract xml-char-classes@1.0.0 ⸨ ░░░░░░░░░░⸩ ⠧ extract:gulp-util: sill extract wtf-8@1.0.0 ⸨ ░░░░░░░░░░⸩ ⠙ extract:xml-char-classes: sill extract is-extglob@1.0.0 ⸨ ░░░░░░░░░░⸩ ⠦ extract:istanbul: sill extract glob@4.3.5 ⸨ ░░░░░░░░░░⸩ ⠸ extract:glob: sill extract fstream@1.0.11 ⸨ ░░░░░░░░░░⸩ ⠹ extract:remap-istanbul: sill extract glob@7.0.6 ⸨ ░░░░░░░░░░⸩ ⠏ extract:tiny-lr: sill extract fileset@0.2.1 ⸨ ░░░░░░░░░░⸩ ⠏ extract:@angular/http: sill extract wrap-ansi@2.1.0 ⸨ ░░░░░░░░░░⸩ ⠏ extract:cliui: sill extract which-module@1.0.0 ⸨ ░░░░░░░░░░⸩ ⠙ extract:@angular/router: sill extract faye-websocket@0.10.0 ⸨ ░░░░░░░░░░⸩ ⠦ extract:faye-websocket: sill extract wbuf@1.7.2 ⸨ ░░░░░░░░░░⸩ ⠹ extract:karma: sill extract request@2.83.0 ⸨ ░░░░░░░░░░⸩ ⠴ extract:webpack-dev-middleware: sill extract normalize-package-data@2.4.0 ⸨ ░░░░░░░░░░⸩ ⠴ extract:express: sill extract inherits@2.0.1 ⸨ ░░░░░░░░░░⸩ ⠏ extract:v8flags: sill extract useragent@2.2.1 ⸨ ░░░░░░░░░░⸩ ⠴ extract:finalhandler: sill extract postcss-discard-unused@2.2.3 ⸨ ░░░░░░░░░⸩ ⠏ extract:postcss-zindex: sill extract uglify-js@3.1.4 ⸨ ░░░░░░░░░⸩ ⠙ extract:postcss-discard-unused: sill extract tweetnacl@0.14.5 ⸨ ░░░░░░░░░⸩ ⠏ extract:useragent: sill extract @angular/material@2.0.0-beta.10 ⸨ ░░░░░░░░░⸩ ⠸ extract:ultron: sill extract @angular/compiler@4.3.6 ⸨ ░░░░░░░░░⸩ ⠙ extract:ws: sill extract @angular/http@4.3.6 ⸨ ░░░░░░░░░⸩ ⠹ extract:node-gyp: sill extract @angular/forms@4.3.6 ⸨ ░░░░░░░░░⸩ ⠼ extract:readable-stream: sill extract @angular/compiler@4.3.6 ⸨ ░░░░░░░░░⸩ ⠴ extract:spdy-transport: sill extract @angular/common@4.3.6 ⸨ ░░░░░░░░░⸩ ⠏ extract:sockjs: sill extract @angular/platform-browser-dynamic@4.3.6 ⸨ ░░░░░░░░░⸩ ⠹ extract:postcss-selector-parser: sill extract @angular/http@4.3.6 ⸨ ░░░░░░░░░⸩ ⠴ extract:@angular/forms: sill extract @angular/compiler@4.3.6 ⸨ ░░░░░░░░░⸩ ⠦ extract:sshpk: sill extract @angular/common@4.3.6 ⸨ ░░░░░░░░░⸩ ⠇ extract:@angular/platform-browser-dynamic: sill extract @angular/animations@4.3.6 ⸨ ░░░░░░░░░⸩ ⠙ extract:ng2-activiti-form: sill extract @angular/platform-browser@4.3.6 ⸨ ░░░░░░░░░⸩ ⠹ extract:@angular/router: sill extract @angular/material@2.0.0-beta.10 ⸨ ░░░░░░░░░⸩ ⠹ extract:@angular/router: sill extract @angular/material@2.0.0-beta.10 ⸨ ░░░░░░░░░⸩ ⠴ extract:@angular/router: sill extract @angular/core@4.3.6 ⸨ ░░░░░░░░░⸩ ⠦ extract:@angular/platform-browser: sill extract @angular/compiler@4.3.6 ⸨ ░░░░░░░░░⸩ ⠧ extract:@angular/forms: sill extract @angular/common@4.3.6 ⸨ ░░░░░░░░░⸩ ⠏ extract:@angular/forms: sill extract @angular/animations@4.3.6 ⸨ ░░░░░░░░░⸩ ⠙ extract:webpack: sill extract @angular/platform-browser-dynamic@4.3.6 ⸨ ░░░░░░░░░⸩ ⠦ extract:@angular/http: sill extract @angular/core@4.3.6 ⸨ ░░░░░░░░░⸩ ⠇ extract:@angular/animations: sill extract @angular/common@4.3.6 ⸨ ░░░░░░░░░⸩ ⠏ extract:typescript: sill extract @angular/cdk@2.0.0-beta.10 ⸨ ░░░░░░░░░⸩ ⠙ extract:@angular/platform-browser-dynamic: sill extract @angular/router@4.3.6 ⸨ ░░░░░░░░░⸩ ⠸ extract:@angular/platform-browser-dynamic: sill extract @angular/platform-browser@4.3.6 ⸨ ░░░░░░░░░⸩ ⠴ extract:@angular/forms: sill extract @angular/http@4.3.6 ⸨ ░░░░░░░░░⸩ ⠧ extract:@angular/platform-browser: sill extract @angular/core@4.3.6 ⸨ ░░░░░░░░░⸩ ⠇ extract:@angular/common: sill extract @angular/compiler@4.3.6 ⸨ ░░░░░░░░░⸩ ⠇ extract:@angular/common: sill extract @angular/compiler@4.3.6 ⸨ ░░░░░░░░░⸩ ⠇ extract:@angular/common: sill extract @angular/compiler@4.3.6 ⸨ ░░░░░░░░░⸩ ⠋ extract:@angular/http: sill extract @angular/cdk@2.0.0-beta.10 ⸨ ░░░░░░░░░⸩ ⠸ extract:ng2-alfresco-core: sill extract tslib@1.8.0 ⸨ ░░░░░░░░░⸩ ⠼ extract:remarkable: sill extract @angular/compiler-cli@4.3.6 ⸨ ░░░░░░░░░⸩ ⠦ extract:tslib: sill extract @angular/tsc-wrapped@4.4.5 ⸨ ░░░░░░░░░⸩ ⠋ extract:babel-register: sill extract babel-core@6.26.0 ⸨ ░░░░░░░░░⸩ ⠸ extract:tsconfig: sill extract trim-newlines@1.0.0 ⸨ ░░░░░░░░░⸩ ⠸ extract:tsconfig: sill extract trim-newlines@1.0.0 ⸨ ░░░░░░░░░⸩ ⠧ extract:babel-generator: sill extract minimatch@2.0.10 ⸨ ░░░░░░░░░⸩ ⠙ extract:toposort: sill extract joi@10.6.0 ⸨ ░░░░░░░░░⸩ ⠴ extract:commander: sill extract gray-matter@2.1.1 ⸨ ░░░░░░░░░⸩ ⠙ extract:semver: sill extract babel-plugin-transform-global-system-wrapper@0.0.1 ⸨ ░░░░░░░░░⸩ ⠦ extract:babel-plugin-transform-global-system-wrapper: sill extract babel-traverse@6.26.0 ⸨ ░░░░░░░░░⸩ ⠹ extract:babel-types: sill extract tmp@0.0.33 ⸨ ░░░░░░░░░⸩ ⠼ extract:@angular/core: sill extract source-map-support@0.2.10 ⸨ ░░░░░░░░░⸩ ⠇ extract:@angular/platform-browser: sill extract bluebird@3.5.1 ⸨ ░░░░░░░░░⸩ ⠹ extract:es6-templates: sill extract postcss-discard-empty@2.1.0 ⸨ ░░░░░░░░░⸩ ⠹ extract:@angular/core: sill extract rc@1.1.7 ⸨ ░░░░░░░░░⸩ ⠏ extract:string-width: sill extract normalize-url@1.9.1 ⸨ ░░░░░░░░░⸩ ⠴ extract:postcss-reduce-idents: sill extract sparkles@1.0.0 ⸨ ░░░░░░░░░⸩ ⠧ extract:sort-keys: sill extract object-assign@4.1.0 ⸨ ░░░░░░░░░⸩ ⠧ extract:async: sill extract lazy-cache@0.2.7 ⸨ ░░░░░░░░⸩ ⠹ extract:public-encrypt: sill extract set-blocking@2.0.0 ⸨ ░░░░░░░░⸩ ⠸ extract:setprototypeof: sill extract ripemd160@2.0.1 ⸨ ░░░░░░░░⸩ ⠦ extract:list-item: sill extract align-text@0.1.4 ⸨ ░░░░░░░░⸩ ⠙ extract:repeating: sill extract regjsparser@0.1.5 ⸨ ░░░░░░░░⸩ ⠦ extract:raw-loader: sill extract punycode@1.4.1 ⸨ ░░░░░░░░⸩ ⠙ extract:private: sill extract supports-color@4.5.0 ⸨ ░░░░░░░░⸩ ⠙ extract:postcss-value-parser: sill extract postcss@6.0.13 ⸨ ░░░░░░░░⸩ ⠹ extract:color-convert: sill extract path-is-absolute@1.0.1 ⸨ ░░░░░░░░⸩ ⠇ extract:commander: sill extract on-finished@2.3.0 ⸨ ░░░░░░░░⸩ ⠙ extract:loader-utils: sill extract null-check@1.0.0 ⸨ ░░░░░░░░⸩ ⠙ extract:on-headers: sill extract debug@2.6.9 ⸨ ░░░░░░░░⸩ ⠸ extract:hmac-drbg: sill extract mime@1.4.1 ⸨ ░░░░░░░⸩ ⠦ extract:loose-envify: sill extract string_decoder@0.10.31 ⸨ ░░░░░░░⸩ ⠼ extract:for-in: sill extract lodash.isarray@3.0.4 ⸨ ░░░░░░░⸩ ⠏ extract:lodash.memoize: sill extract is-number@2.1.0 ⸨ ░░░░░░░⸩ ⠙ extract:lodash.isstring: sill extract jsonify@0.0.0 ⸨ ░░░░░░░⸩ ⠦ extract:lodash._reescape: sill extract items@2.1.1 ⸨ ░░░░░░░⸩ ⠋ extract:jasmine-ajax: sill extract expand-brackets@0.1.5 ⸨ ░░░░░░░⸩ ⠏ extract:ecc-jsbn: sill extract is-dotfile@1.0.3 ⸨ ░░░░░░░⸩ ⠼ extract:indexes-of: sill extract http-parser-js@0.4.9 ⸨ ░░░░░░░⸩ ⠙ extract:boom: sill extract has-unicode@2.0.1 ⸨ ░░░░░░░⸩ ⠋ extract:is-arrayish: sill extract heavy@4.0.3 ⸨ ░░░░░░░⸩ ⠏ extract:hoek: sill extract source-map@0.4.4 ⸨ ░░░░░░░⸩ ⠏ extract:esprima: sill extract glob-base@0.3.0 ⸨ ░░░░░░░⸩ ⠼ extract:minimatch: sill extract extglob@0.3.2 ⸨ ░░░░░░░⸩ ⠦ extract:items: sill extract eve-raphael@0.5.0 ⸨ ░░░░░░⸩ ⠋ extract:fastparse: sill extract debug@2.3.3 ⸨ ░░░░░░⸩ ⠴ extract:encodeurl: sill extract diacritics-map@0.1.0 ⸨ ░░░░░░⸩ ⠸ extract:depd: sill extract cssesc@0.1.0 ⸨ ░░░░░░⸩ ⠸ extract:constants-browserify: sill extract commander@2.11.0 ⸨ ░░░░░░⸩ ⠸ extract:is-extglob: sill extract caniuse-db@1.0.30000748 ⸨ ░░░░░░⸩ ⠏ extract:hammerjs: sill extract binary-extensions@1.10.0 ⸨ ░░░░░░⸩ ⠏ extract:string_decoder: sill extract binary-extensions@1.10.0 ⸨ ░░░░░░⸩ ⠏ extract:builtin-modules: sill extract binary-extensions@1.10.0 ⸨ ░░░░░░⸩ ⠏ extract:lodash: sill extract binary-extensions@1.10.0 ⸨ ░░░░░░⸩ ⠏ extract:alfresco-js-api: sill extract binary-extensions@1.10.0 ⸨ ░░░░░░⸩ ⠏ extract:chart.js: sill extract binary-extensions@1.10.0 ⸨ ░░░░░░⸩ ⠏ extract:chart.js: sill extract binary-extensions@1.10.0 ⸨ ░░░░░░⸩ ⠏ extract:moment: sill extract binary-extensions@1.10.0 ⸨ ░░░░░░⸩ ⠏ extract:moment: sill extract binary-extensions@1.10.0 ⸨ ░░░░░░⸩ ⠏ extract:moment: sill extract binary-extensions@1.10.0 ⸨ ░░░░░░⸩ ⠏ extract:moment: sill extract binary-extensions@1.10.0 ⸨ ░░░░░░⸩ ⠏ extract:lodash: sill extract binary-extensions@1.10.0 ⸨ ░░░░░░⸩ ⠏ extract:lodash: sill extract binary-extensions@1.10.0 ⸨ ░░░░░░⸩ ⠏ extract:@angular/material: sill extract binary-extensions@1.10.0 ⸨ ░░░░░░⸩ ⠏ extract:@angular/material: sill extract binary-extensions@1.10.0 ⸨ ░░░░░░⸩ ⠏ extract:@angular/material: sill extract binary-extensions@1.10.0 ⸨ ░░░░░░⸩ ⠏ extract:lodash: sill extract binary-extensions@1.10.0 ⸨ ░░░░░░⸩ ⠏ extract:fsevents: sill extract binary-extensions@1.10.0 ⸨ ░░░░░░⸩ ⠏ extract:caniuse-db: sill extract binary-extensions@1.10.0 ⸨ ░░░░░░⸩ ⠏ extract:caniuse-db: sill extract binary-extensions@1.10.0 ⸨ ░░░░░░⸩ ⠏ extract:core-js: sill extract binary-extensions@1.10.0 ⸨ ░░░░░░⸩ ⠏ extract:lodash: sill extract binary-extensions@1.10.0 ⸨ ░░░░░░⸩ ⠏ extract:lodash: sill extract binary-extensions@1.10.0 ⸨ ░░░░░░⸩ ⠏ extract:lodash: sill extract binary-extensions@1.10.0 ⸨ ░░░░░░⸩ ⠏ extract:lodash: sill extract binary-extensions@1.10.0 ⸨ ░░░░░░⸩ ⠏ extract:lodash: sill extract binary-extensions@1.10.0 ⸨ ░░░░░░⸩ ⠏ extract:core-js: sill extract binary-extensions@1.10.0 ⸨ ░░░░░░⸩ ⠏ extract:core-js: sill extract binary-extensions@1.10.0 ⸨ ░░░░░░⸩ ⠏ extract:core-js: sill extract binary-extensions@1.10.0 ⸨ ░░░░░░⸩ ⠏ extract:core-js: sill extract binary-extensions@1.10.0 ⸨ ░░░░░░⸩ ⠏ extract:core-js: sill extract binary-extensions@1.10.0 ⸨ ░░░░░░⸩ ⠏ extract:rxjs: sill extract binary-extensions@1.10.0 ⸨ ░░░░░░⸩ ⠼ finalize:wsrv: sill doSerial finalize 9854 ⸨ ░░░░░░⸩ ⠸ finalize:browserslist: sill finalize /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/browserslist ⸨ ░░░░░░⸩ ⠙ finalize:d: sill finalize /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/esniff/node_modules/d ⸨ ░░░░░░⸩ ⠇ finalize:has-unicode: sill finalize /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/fsevents/node_modules/has-unicode ⸨ ░░░░░░⸩ ⠧ finalize:is-glob: sill finalize /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/glob-parent/node_modules/is-glob ⸨ ░░░░░░⸩ ⠏ finalize:ini: sill finalize /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/ini ⸨ ░░░░░░⸩ ⠴ finalize:lodash._reinterpolate: sill finalize /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/lodash._reinterpolate ⸨ ░░░░░░⸩ ⠼ finalize:accepts: sill finalize /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/express/node_modules/accepts ⸨ ░░░░░░⸩ ⠧ finalize:postcss: sill finalize /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/postcss-modules-extract-imports/node_modules/postcss ⸨ ░░░░░░⸩ ⠧ finalize:remove-trailing-separator: sill finalize /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/remove-trailing-separator ⸨ ░░░░░░⸩ ⠏ finalize:ms: sill finalize /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/socket.io-adapter/node_modules/ms ⸨ ░░░░░░⸩ ⠇ finalize:postcss-merge-idents: sill finalize /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/postcss-merge-idents ⸨ ░░░░░░⸩ ⠼ finalize:@angular/material: sill finalize /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/ng2-activiti-diagrams/node_modules/@angular/material ⸨ ░░░░░░⸩ ⠋ finalize:uniqid: sill finalize /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/uniqid ⸨ ░░░░░░⸩ ⠸ finalize:yargs-parser: sill finalize /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/webpack/node_modules/yargs-parser ⸨ ░░░░░░⸩ ⠋ finalize:body: sill finalize /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/body ⸨ ░░░░░░⸩ ⠧ finalize:file-loader: sill finalize /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/file-loader ⸨ ░░░░░░⸩ ⠧ finalize:ts-node: sill finalize /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/ts-node ⸨ ░░░░░░⸩ ⠼ refresh-package-json:wsrv: sill finalize /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/wsrv ⸨ ░░░░░░⸩ ⠼ refresh-package-json:wsrv: sill finalize /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/wsrv ⸨ ░░░░░░⸩ ⠼ refresh-package-json:core-js: sill refresh-package-json /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/extract-text-webpack-plugin ⸨ ░░░░░░⸩ ⠼ refresh-package-json:css-to-string-loader: sill refresh-package-json /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/y18n ⸨ ░░░░░░⸩ ⠧ refresh-package-json:css-loader: sill refresh-package-json /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/node-libs-browser ⸨ ░░░░░░⸩ ⠼ refresh-package-json:uglify-js: sill refresh-package-json /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/duplexify ⸨ ░░░░░░⸩ ⠼ refresh-package-json:glob: sill refresh-package-json /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/request ⸨ ░░░░░░⸩ ⠙ refresh-package-json:systemjs: sill refresh-package-json /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/connect ⸨ ░░░░░░⸩ ⠼ refresh-package-json:camelcase: sill refresh-package-json /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/postcss-zindex ⸨ ░░░░░░⸩ ⠼ refresh-package-json:finalhandler: sill refresh-package-json /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/ng2-alfresco-datatable/node_modules/@angular/f ⸨ ░░░░░░⸩ ⠹ refresh-package-json:uniq: sill refresh-package-json /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/ng2-alfresco-core/node_modules/@angular/platform-brows ⸨ ░░░░░░⸩ ⠼ refresh-package-json:@angular/core: sill refresh-package-json /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/flex-layout ⸨ ░░░░░░⸩ ⠼ refresh-package-json:@angular/animations: sill refresh-package-json /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/through ⸨ ░░░░░░⸩ ⠼ refresh-package-json:trim-newlines: sill refresh-package-json /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/postcss-reduce-initial ⸨ ░░░░░░⸩ ⠼ refresh-package-json:string_decoder: sill refresh-package-json /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/stream-shift ⸨ ░░░░░░⸩ ⠏ refresh-package-json:string_decoder: sill refresh-package-json /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/shallow-clone/node_modules/lazy-cache ⸨ ░░░░░░⸩ ⠼ refresh-package-json:serve-static: sill refresh-package-json /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/parse-asn1 ⸨ ░░░░░░⸩ ⠼ refresh-package-json:kind-of: sill refresh-package-json /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/braces ⸨ ░░░░░░⸩ ⠼ refresh-package-json:expand-range: sill refresh-package-json /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/process ⸨ ░░░░░░⸩ ⠦ refresh-package-json:center-align: sill refresh-package-json /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/preserve ⸨ ░░░░░░⸩ ⠼ refresh-package-json:kind-of: sill refresh-package-json /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/path-is-absolute ⸨ ░░░░░░⸩ ⠼ refresh-package-json:path-browserify: sill refresh-package-json /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/css-select ⸨ ░░░░░░⸩ ⠇ refresh-package-json:on-finished: sill refresh-package-json /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/mixin-object ⸨ ░░░░░░⸩ ⠼ refresh-package-json:loader-utils: sill refresh-package-json /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/material-design-lite ⸨ ░░░░░░⸩ ⠼ refresh-package-json:commander: sill refresh-package-json /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/lodash ⸨ ░░░░░░⸩ ⠼ refresh-package-json:loader-utils: sill refresh-package-json /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/is-plain-object ⸨ ░░░░░░⸩ ⠙ refresh-package-json:kind-of: sill refresh-package-json /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/is-dotfile ⸨ ░░░░░░⸩ ⠼ refresh-package-json:isobject: sill refresh-package-json /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/has-flag ⸨ ░░░░░░⸩ ⠼ refresh-package-json:has-cors: sill refresh-package-json /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/glob-parent/node_modules/is-extglob ⸨ ░░░░░░⸩ ⠧ refresh-package-json:source-map: sill refresh-package-json /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/fsevents/node_modules/signal-exit ⸨ ░░░░░░⸩ ⠇ refresh-package-json:get-caller-file: sill refresh-package-json /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/fsevents/node_modules/osenv ⸨ ░░░░░░⸩ ⠴ refresh-package-json:path-is-absolute: sill refresh-package-json /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/fsevents/node_modules/dashdash ⸨ ░░░░░░⸩ ⠼ refresh-package-json:dashdash: sill refresh-package-json /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/esutils ⸨ ░░░░░░⸩ ⠼ refresh-package-json:estraverse: sill refresh-package-json /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/data-uri-to-buffer ⸨ ░░░░░░⸩ ⠹ refresh-package-json:escape-html: sill refresh-package-json /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/core-js ⸨ ░░░░░░⸩ ⠼ refresh-package-json:dashdash: sill refresh-package-json /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/builtin-status-codes ⸨ ░░░░░░⸩ ⠹ build:abbrev: verb linkMans abbrev@1.0.9 ⸨ ░░░░░░⸩ ⠼ build:bcrypt-pbkdf: verb linkMans bcrypt-pbkdf@1.0.1 ⸨ ░░░░░░⸩ ⠼ build:minimist: verb linkMans minimist@0.0.8 ⸨ ░░░░░░⸩ ⠇ build:minimatch: verb linkMans minimatch@2.0.10 ⸨ ░░░░░░⸩ ⠦ build:yargs: verb linkMans yargs@3.10.0 ⸨ ░░░░░░⸩ ⠙ install:nan: info lifecycle nan@2.7.0~install: nan@2.7.0 [?25h +> fsevents@1.1.2 install /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/fsevents +> node install + +[fsevents] Success: "/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node" already installed +Pass --update-binary to reinstall or --build-from-source to recompile +[?25l⸨ ░░░░░░⸩ ⠋ install:ng2-charts: info lifecycle ng2-charts@1.6.0~install: ng2-charts@1.6.0 [?25h +> node-sass@4.5.3 install /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/node-sass +> node scripts/install.js + +Cached binary found at /Users/mromano/.npm/node-sass/4.5.3/darwin-x64-57_binding.node +[?25l⸨ ░░░░░░⸩ ⠦ postinstall:ng2-charts: info lifecycle ng2-charts@1.6.0~postinstall: ng2-charts@1.6.0 [?25h +> node-sass@4.5.3 postinstall /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/node-sass +> node scripts/build.js + +Binary found at /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/node-sass/vendor/darwin-x64-57/binding.node +Testing binary +Binary is fine +[?25l⸨ ░░░░░⸩ ⠋ prepare:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~prepare: ng2-alfresco-components@1.9.0 ⸨ ░░░░░⸩ ⠼ prepare:ng2-alfresco-components: info lifecycle ng2-alfresco-components@1.9.0~prepare: ng2-alfresco-components@1.9.0 [?25hnpm notice created a lockfile as package-lock.json. You should commit this file. +added 1260 packages in 23.151s +====== Use the alfresco JS-API 'alpha'===== +[?25l⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session 75a0886be6207141 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session 75a0886be6207141 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session 75a0886be6207141 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session 75a0886be6207141 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session 75a0886be6207141 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session 75a0886be6207141 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session 75a0886be6207141 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session 75a0886be6207141 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session 75a0886be6207141 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session 75a0886be6207141 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session 75a0886be6207141 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session 75a0886be6207141 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session 75a0886be6207141 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session 75a0886be6207141 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session 75a0886be6207141 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session 75a0886be6207141 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session 75a0886be6207141 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session 75a0886be6207141 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠧ rollbackFailedOptional: verb npm-session 75a0886be6207141 ⸨░░░░░░░░░░░░░░░░░░⸩ ⠹ loadIdealTree:loadAllDepsIntoIdealTree: sill install loadIdealTree ⸨░░░░░░░░░░░░░░░░░░⸩ ⠼ fetchMetadata: sill resolveWithNewModule alfresco-js-api@1.10.0-fe41c7a612562143aabb3dddfc1093fee5e4c472 checking installable status ⸨ ░░░░░░░░░░░░░░░⸩ ⠏ loadDep:tslib: sill resolveWithNewModule formidable@1.1.1 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠏ loadExtraneous: sill resolveWithNewModule formidable@1.1.1 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠏ loadExtraneous: sill resolveWithNewModule formidable@1.1.1 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠏ loadExtraneous: sill resolveWithNewModule formidable@1.1.1 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠏ loadExtraneous: sill resolveWithNewModule formidable@1.1.1 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠏ loadExtraneous: sill resolveWithNewModule formidable@1.1.1 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠏ loadExtraneous: sill resolveWithNewModule formidable@1.1.1 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠏ loadExtraneous: sill resolveWithNewModule formidable@1.1.1 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠏ loadExtraneous: sill resolveWithNewModule formidable@1.1.1 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠏ loadExtraneous: sill resolveWithNewModule formidable@1.1.1 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠏ loadExtraneous: sill resolveWithNewModule formidable@1.1.1 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠏ loadExtraneous: sill resolveWithNewModule formidable@1.1.1 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠏ loadExtraneous: sill resolveWithNewModule formidable@1.1.1 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠏ loadExtraneous: sill resolveWithNewModule formidable@1.1.1 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠏ loadExtraneous: sill resolveWithNewModule formidable@1.1.1 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠏ loadExtraneous: sill resolveWithNewModule formidable@1.1.1 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠏ loadExtraneous: sill resolveWithNewModule formidable@1.1.1 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠙ loadExtraneous: sill resolveWithNewModule formidable@1.1.1 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠏ loadExtraneous: sill resolveWithNewModule alfresco-js-api@1.9.0 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠙ loadExtraneous: sill resolveWithNewModule alfresco-js-api@1.9.0 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠙ loadExtraneous: sill resolveWithNewModule alfresco-js-api@1.9.0 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠙ loadExtraneous: sill resolveWithNewModule alfresco-js-api@1.9.0 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠙ loadExtraneous: sill resolveWithNewModule alfresco-js-api@1.9.0 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠙ loadExtraneous: sill resolveWithNewModule alfresco-js-api@1.9.0 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠙ loadExtraneous: sill resolveWithNewModule alfresco-js-api@1.9.0 checking installable status ⸨ ░░░░░░░░░░░░⸩ ⠼ diffTrees: sill install generateActionsToTake ⸨ ░░░░░░░░░░░⸩ ⠼ diffTrees: sill install generateActionsToTake ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: verb lock using /Users/mromano/.npm/_locks/staging-b0d631ffc3b8d837.lock for /Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/.stag ⸨ ░░░░░░░░░⸩ ⠸ extract:alfresco-js-api: sill extract alfresco-js-api@1.10.0-fe41c7a612562143aabb3dddfc1093fee5e4c472 ⸨ ░░░░░░░⸩ ⠸ extract:alfresco-js-api: sill extract alfresco-js-api@1.10.0-fe41c7a612562143aabb3dddfc1093fee5e4c472 ⸨ ░░░░░░⸩ ⠙ remove:alfresco-js-api: sill doSerial remove 58 ⸨ ░░░░░░⸩ ⠙ remove:alfresco-js-api: sill doSerial remove 58 [?25h+ alfresco-js-api@1.10.0-fe41c7a612562143aabb3dddfc1093fee5e4c472 +added 6 packages and updated 1 package in 6.789s +====== Build ng2-components ===== + +> ng2-alfresco-components@1.9.0 build /Users/mromano/dev/alfresco-ng2-components/ng2-components +> npm run pkg-build && npm run toc && npm run markdownlint && npm run webpack -- --config config/webpack.build.js --progress --profile --bail && npm run build-style + + +> ng2-alfresco-components@1.9.0 pkg-build /Users/mromano/dev/alfresco-ng2-components/ng2-components +> package-json-merge ng2-alfresco-core/package.json ng2-alfresco-datatable/package.json ng2-activiti-diagrams/package.json ng2-activiti-analytics/package.json ng2-activiti-form/package.json ng2-activiti-tasklist/package.json ng2-activiti-processlist/package.json ng2-alfresco-documentlist/package.json ng2-alfresco-login/package.json ng2-alfresco-search/package.json ng2-alfresco-tag/package.json ng2-alfresco-upload/package.json ng2-alfresco-viewer/package.json ng2-alfresco-webscript/package.json ng2-alfresco-webscript/package.json ng2-alfresco-userinfo/package.json ng2-alfresco-social/package.json package-base.json > package.json + + +> ng2-alfresco-components@1.9.0 toc /Users/mromano/dev/alfresco-ng2-components/ng2-components +> markdown-toc -i ng2-alfresco-core/README.md && markdown-toc -i ng2-alfresco-datatable/README.md && markdown-toc -i ng2-activiti-diagrams/README.md && markdown-toc -i ng2-activiti-analytics/README.md && markdown-toc -i ng2-activiti-form/README.md && markdown-toc -i ng2-activiti-tasklist/README.md && markdown-toc -i ng2-activiti-processlist/README.md && markdown-toc -i ng2-alfresco-documentlist/README.md && markdown-toc -i ng2-alfresco-login/README.md && markdown-toc -i ng2-alfresco-search/README.md && markdown-toc -i ng2-alfresco-tag/README.md && markdown-toc -i ng2-alfresco-upload/README.md && markdown-toc -i ng2-alfresco-viewer/README.md && markdown-toc -i ng2-alfresco-webscript/README.md && markdown-toc -i ng2-alfresco-webscript/README.md && markdown-toc -i ng2-alfresco-userinfo/README.md && markdown-toc -i ng2-alfresco-social/README.md && markdown-toc -i README.md + + +> ng2-alfresco-components@1.9.0 markdownlint /Users/mromano/dev/alfresco-ng2-components/ng2-components +> markdownlint ng2-alfresco-core/README.md && markdownlint ng2-alfresco-datatable/README.md && markdownlint ng2-activiti-diagrams/README.md && markdownlint ng2-activiti-analytics/README.md && markdownlint ng2-activiti-form/README.md && markdownlint ng2-activiti-tasklist/README.md && markdownlint ng2-activiti-processlist/README.md && markdownlint ng2-alfresco-documentlist/README.md && markdownlint ng2-alfresco-login/README.md && markdownlint ng2-alfresco-search/README.md && markdownlint ng2-alfresco-tag/README.md && markdownlint ng2-alfresco-upload/README.md && markdownlint ng2-alfresco-viewer/README.md && markdownlint ng2-alfresco-webscript/README.md && markdownlint ng2-alfresco-webscript/README.md && markdownlint ng2-alfresco-userinfo/README.md && markdownlint ng2-alfresco-social/README.md && markdownlint README.md + + + + + + + + + + + + + + + + + + + + +> ng2-alfresco-components@1.9.0 webpack /Users/mromano/dev/alfresco-ng2-components/ng2-components +> node node_modules/webpack/bin/webpack.js "--config" "config/webpack.build.js" "--progress" "--profile" "--bail" + +Starting type checking service... +Using 1 worker with 2048MB memory limit + 0% compiling 10% building modules 0/1 modules 1 active ...components/ng2-alfresco-core/index.ts 10% building modules 0/2 modules 2 active ...nents/ng2-alfresco-datatable/index.ts 10% building modules 0/3 modules 3 active ...onents/ng2-activiti-diagrams/index.ts 10% building modules 0/4 modules 4 active ...nents/ng2-activiti-analytics/index.ts 10% building modules 0/5 modules 5 active ...components/ng2-activiti-form/index.ts 10% building modules 0/6 modules 6 active ...onents/ng2-activiti-tasklist/index.ts 10% building modules 0/7 modules 7 active ...nts/ng2-activiti-processlist/index.ts 10% building modules 0/8 modules 8 active ...ts/ng2-alfresco-documentlist/index.ts 10% building modules 0/9 modules 9 active ...omponents/ng2-alfresco-login/index.ts 10% building modules 0/10 modules 10 active ...mponents/ng2-alfresco-search/index.ts 10% building modules 0/11 modules 11 active ...mponents/ng2-alfresco-social/index.ts 10% building modules 0/12 modules 12 active ...-components/ng2-alfresco-tag/index.ts 10% building modules 0/13 modules 13 active ...mponents/ng2-alfresco-upload/index.ts 10% building modules 0/14 modules 14 active ...mponents/ng2-alfresco-viewer/index.ts 10% building modules 0/15 modules 15 active ...nents/ng2-alfresco-webscript/index.ts 10% building modules 0/16 modules 16 active ...onents/ng2-alfresco-userinfo/index.tsWarning: The 'no-unused-variable' rule requires type infomation. +Warning: The 'no-use-before-declare' rule requires type infomation. + 10% building modules 1/16 modules 15 active ...onents/ng2-alfresco-userinfo/index.ts                 10% building modules 1/17 modules 16 active external "@angular/core" 10% building modules 2/17 modules 15 active ...onents/ng2-alfresco-userinfo/index.ts         10% building modules 2/18 modules 16 active external "ng2-activiti-diagrams" 10% building modules 3/18 modules 15 active ...onents/ng2-alfresco-userinfo/index.ts             10% building modules 3/19 modules 16 active external "ng2-alfresco-core" 10% building modules 4/19 modules 15 active ...onents/ng2-alfresco-userinfo/index.ts                    10% building modules 4/20 modules 16 active external "ng2-charts" 10% building modules 5/20 modules 15 active ...onents/ng2-alfresco-userinfo/index.ts 10% building modules 6/20 modules 14 active ...onents/ng2-alfresco-userinfo/index.ts 10% building modules 7/20 modules 13 active ...onents/ng2-alfresco-userinfo/index.ts               10% building modules 7/21 modules 14 active external "@angular/common" 10% building modules 8/21 modules 13 active ...onents/ng2-alfresco-userinfo/index.ts                10% building modules 8/22 modules 14 active external "@angular/forms" 11% building modules 9/22 modules 13 active ...onents/ng2-alfresco-userinfo/index.ts                 11% building modules 9/23 modules 14 active external "@angular/http" 11% building modules 10/23 modules 13 active ...onents/ng2-alfresco-userinfo/index.ts 11% building modules 10/24 modules 14 active ...@angular/platform-browser/animations" 11% building modules 11/24 modules 13 active ...onents/ng2-alfresco-userinfo/index.ts 11% building modules 12/24 modules 12 active ...onents/ng2-alfresco-userinfo/index.ts               11% building modules 12/25 modules 13 active external "@angular/router" 11% building modules 13/25 modules 12 active ...onents/ng2-alfresco-userinfo/index.ts 11% building modules 14/25 modules 11 active ...onents/ng2-alfresco-userinfo/index.ts        11% building modules 14/26 modules 12 active external "ng2-alfresco-datatable" 11% building modules 15/26 modules 11 active ...onents/ng2-alfresco-userinfo/index.ts 11% building modules 16/26 modules 10 active ...onents/ng2-alfresco-userinfo/index.ts             11% building modules 16/27 modules 11 active external "@angular/material" 12% building modules 17/27 modules 10 active ...onents/ng2-alfresco-userinfo/index.ts             12% building modules 17/28 modules 11 active external "ng2-activiti-form" 12% building modules 18/28 modules 10 active ...onents/ng2-alfresco-userinfo/index.ts         12% building modules 18/29 modules 11 active external "ng2-activiti-tasklist" 12% building modules 19/29 modules 10 active ...onents/ng2-alfresco-userinfo/index.ts  12% building modules 20/29 modules 9 active ...onents/ng2-alfresco-userinfo/index.ts         12% building modules 20/30 modules 10 active external "@angular/flex-layout" 12% building modules 21/30 modules 9 active ...onents/ng2-alfresco-userinfo/index.ts 12% building modules 22/30 modules 8 active ...onents/ng2-alfresco-userinfo/index.ts 12% building modules 23/30 modules 7 active ...onents/ng2-alfresco-userinfo/index.ts 12% building modules 24/30 modules 6 active ...onents/ng2-alfresco-userinfo/index.ts     12% building modules 24/31 modules 7 active external "ng2-alfresco-documentlist" 13% building modules 25/31 modules 6 active ...onents/ng2-alfresco-userinfo/index.ts 13% building modules 26/31 modules 5 active ...onents/ng2-alfresco-userinfo/index.ts 13% building modules 27/31 modules 4 active ...onents/ng2-alfresco-userinfo/index.ts 13% building modules 28/31 modules 3 active ...onents/ng2-alfresco-userinfo/index.ts 13% building modules 29/31 modules 2 active ...onents/ng2-alfresco-userinfo/index.ts 13% building modules 30/31 modules 1 active ...onents/ng2-alfresco-userinfo/index.ts                                          13% building modules 31/31 modules 0 active 13% building modules 31/32 modules 1 active ...viti-analytics/src/material.module.ts 13% building modules 31/33 modules 2 active ...ents/analytics-generator.component.ts 13% building modules 31/34 modules 3 active ...nalytics-report-heat-map.component.ts 13% building modules 31/35 modules 4 active ...ts/analytics-report-list.component.ts 13% building modules 31/36 modules 5 active ...lytics-report-parameters.component.ts 13% building modules 31/37 modules 6 active ...src/components/analytics.component.ts 13% building modules 31/38 modules 7 active ...ytics/src/components/widgets/index.ts 13% building modules 31/39 modules 8 active ...ics/src/services/analytics.service.ts 13% building modules 31/40 modules 9 active ...-alfresco-core/src/material.module.ts 13% building modules 31/41 modules 10 active ...re/src/services/app-config.service.ts 13% building modules 31/42 modules 11 active .../src/services/alfresco-api.service.ts 13% building modules 31/43 modules 12 active .../services/alfresco-content.service.ts 13% building modules 31/44 modules 13 active ...services/alfresco-settings.service.ts 13% building modules 31/45 modules 14 active ...rc/services/auth-guard-bpm.service.ts 13% building modules 31/46 modules 15 active ...rc/services/auth-guard-ecm.service.ts 13% building modules 31/47 modules 16 active ...re/src/services/auth-guard.service.ts 13% building modules 31/48 modules 17 active ...rc/services/authentication.service.ts 13% building modules 31/49 modules 18 active ...c/services/comment-process.service.ts 13% building modules 31/50 modules 19 active ...-core/src/services/content.service.ts 13% building modules 31/51 modules 20 active ...o-core/src/services/cookie.service.ts 13% building modules 31/52 modules 21 active ...esco-core/src/services/log.service.ts 13% building modules 31/53 modules 22 active .../src/services/notification.service.ts 13% building modules 31/54 modules 23 active ...re/src/services/page-title.service.ts 13% building modules 31/55 modules 24 active ...re/src/services/renditions.service.ts 13% building modules 31/56 modules 25 active ...-core/src/services/storage.service.ts 13% building modules 31/57 modules 26 active ...ore/src/services/thumbnail.service.ts 13% building modules 31/58 modules 27 active .../services/translate-loader.service.ts 13% building modules 31/59 modules 28 active ...e/src/services/translation.service.ts 13% building modules 31/60 modules 29 active ...o-core/src/services/upload.service.ts 13% building modules 31/61 modules 30 active .../src/services/apps-process.service.ts 13% building modules 31/62 modules 31 active ...services/deleted-nodes-api.service.ts 13% building modules 31/63 modules 32 active ...src/services/discovery-api.service.ts 13% building modules 31/64 modules 33 active ...src/services/favorites-api.service.ts 13% building modules 31/65 modules 34 active ...rvices/highlight-transform.service.ts 13% building modules 31/66 modules 35 active ...ore/src/services/nodes-api.service.ts 13% building modules 31/67 modules 36 active ...rc/services/people-content.service.ts 13% building modules 31/68 modules 37 active ...rc/services/people-process.service.ts 13% building modules 31/69 modules 38 active ...re/src/services/search-api.service.ts 13% building modules 31/70 modules 39 active ...o-core/src/services/search.service.ts 13% building modules 31/71 modules 40 active .../services/shared-links-api.service.ts 13% building modules 31/72 modules 41 active ...ore/src/services/sites-api.service.ts 13% building modules 31/73 modules 42 active .../services/user-preferences.service.ts 13% building modules 31/74 modules 43 active .../services/card-view-update.service.ts 13% building modules 31/75 modules 44 active ...e/src/dialogs/create-folder.dialog.ts 13% building modules 31/76 modules 45 active ...re/src/dialogs/download-zip.dialog.ts 13% building modules 31/77 modules 46 active ...src/directives/highlight.directive.ts 13% building modules 31/78 modules 47 active ...re/src/directives/logout.directive.ts 13% building modules 31/79 modules 48 active ...c/directives/node-delete.directive.ts 13% building modules 31/80 modules 49 active ...directives/node-favorite.directive.ts 13% building modules 31/81 modules 50 active ...rectives/node-permission.directive.ts 13% building modules 31/82 modules 51 active .../directives/node-restore.directive.ts 13% building modules 31/83 modules 52 active ...re/src/directives/upload.directive.ts 13% building modules 31/84 modules 53 active ...o-core/src/utils/momentDateAdapter.ts 13% building modules 31/85 modules 54 active .../ng2-alfresco-core/src/utils/index.ts 13% building modules 31/86 modules 55 active ...esco-core/src/pipes/file-size.pipe.ts 13% building modules 31/87 modules 56 active ...core/src/pipes/mime-type-icon.pipe.ts 13% building modules 31/88 modules 57 active ...core/src/pipes/text-highlight.pipe.ts 13% building modules 31/89 modules 58 active ...resco-core/src/pipes/time-ago.pipe.ts 13% building modules 31/90 modules 59 active ...o-core/src/pipes/user-initial.pipe.ts 13% building modules 31/91 modules 60 active ...interface/card-view-item.interface.ts 13% building modules 31/92 modules 61 active ...ore/src/interface/injection.tokens.ts 13% building modules 31/93 modules 62 active ...lfresco-core/src/events/base.event.ts 13% building modules 31/94 modules 63 active ...esco-core/src/events/base-ui.event.ts 13% building modules 31/95 modules 64 active ...re/src/events/folder-created.event.ts 13% building modules 31/96 modules 65 active ...lfresco-core/src/events/file.event.ts 13% building modules 31/97 modules 66 active ...rc/models/card-view-textitem.model.ts 13% building modules 31/98 modules 67 active ...src/models/card-view-mapitem.model.ts 13% building modules 31/99 modules 68 active ...rc/models/card-view-dateitem.model.ts 13% building modules 31/100 modules 69 active ...lfresco-core/src/models/file.model.ts 13% building modules 31/101 modules 70 active ...o-core/src/models/permissions.enum.ts 13% building modules 31/102 modules 71 active ...lfresco-core/src/models/site.model.ts 13% building modules 31/103 modules 72 active ...e/src/models/product-version.model.ts 13% building modules 31/104 modules 73 active ...core/src/models/user-process.model.ts 13% building modules 31/105 modules 74 active ...e/src/models/comment-process.model.ts 13% building modules 31/106 modules 75 active ...esco-datatable/src/material.module.ts 13% building modules 31/107 modules 76 active ...-alfresco-datatable/src/data/index.ts 13% building modules 31/108 modules 77 active ...ectives/loading-template.directive.ts 13% building modules 31/109 modules 78 active ...ives/no-content-template.directive.ts 13% building modules 31/110 modules 79 active ...o-documentlist/src/material.module.ts 13% building modules 31/111 modules 80 active ...components/document-list.component.ts 13% building modules 31/112 modules 81 active ...mentlist/src/components/node.event.ts 13% building modules 31/113 modules 82 active ...ts/breadcrumb/breadcrumb.component.ts 13% building modules 31/114 modules 83 active ...rumb/dropdown-breadcrumb.component.ts 13% building modules 31/115 modules 84 active ...tion/content-action-list.component.ts 13% building modules 31/116 modules 85 active ...nt-action/content-action.component.ts 13% building modules 31/117 modules 86 active ...lumn/content-column-list.component.ts 13% building modules 31/118 modules 87 active ...nt-column/content-column.component.ts 13% building modules 31/119 modules 88 active ...or/content-node-selector.component.ts 13% building modules 31/120 modules 89 active ...ctor/content-node-selector.service.ts 13% building modules 31/121 modules 90 active ...der/empty-folder-content.directive.ts 13% building modules 31/122 modules 91 active ...-dropdown/sites-dropdown.component.ts 13% building modules 31/123 modules 92 active .../services/document-actions.service.ts 13% building modules 31/124 modules 93 active ...src/services/document-list.service.ts 13% building modules 31/125 modules 94 active ...rc/services/folder-actions.service.ts 13% building modules 31/126 modules 95 active .../src/services/node-actions.service.ts 13% building modules 31/127 modules 96 active ...t/src/data/share-datatable-adapter.ts 13% building modules 31/128 modules 97 active ...st/src/models/content-action.model.ts 13% building modules 31/129 modules 98 active .../src/models/document-library.model.ts 13% building modules 31/130 modules 99 active ...tlist/src/models/permissions.model.ts 13% building modules 31/131 modules 100 active ...src/models/permissions-style.model.ts 13% building modules 31/132 modules 101 active ...alfresco-login/src/material.module.ts 13% building modules 31/133 modules 102 active ...gin/src/components/login.component.ts 13% building modules 31/134 modules 103 active .../directives/login-footer.directive.ts 13% building modules 31/135 modules 104 active .../directives/login-header.directive.ts 13% building modules 31/136 modules 105 active ...lfresco-social/src/material.module.ts 13% building modules 31/137 modules 106 active ...cial/src/components/like.component.ts 13% building modules 31/138 modules 107 active ...al/src/components/rating.component.ts 13% building modules 31/139 modules 108 active ...social/src/services/rating.service.ts 13% building modules 31/140 modules 109 active ...ts/file-uploading-dialog.component.ts 13% building modules 31/141 modules 110 active ...lfresco-upload/src/material.module.ts 13% building modules 31/142 modules 111 active .../file-uploading-list-row.component.ts 13% building modules 31/143 modules 112 active ...ents/file-uploading-list.component.ts 13% building modules 31/144 modules 113 active ...components/upload-button.component.ts 13% building modules 31/145 modules 114 active ...ponents/upload-drag-area.component.ts 13% building modules 31/146 modules 115 active ...irectives/file-draggable.directive.ts 13% building modules 31/147 modules 116 active ...pload/src/models/permissions.model.ts 13% building modules 31/148 modules 117 active ...lfresco-viewer/src/material.module.ts 13% building modules 31/149 modules 118 active ...src/components/imgViewer.component.ts 13% building modules 31/150 modules 119 active ...c/components/mediaPlayer.component.ts 13% building modules 31/151 modules 120 active ...src/components/pdfViewer.component.ts 13% building modules 31/152 modules 121 active ...src/components/txtViewer.component.ts 13% building modules 31/153 modules 122 active ...omponents/viewer-toolbar.component.ts 13% building modules 31/154 modules 123 active ...nents/viewer-info-drawer.component.ts 13% building modules 31/155 modules 124 active ...er/src/components/viewer.component.ts 13% building modules 31/156 modules 125 active ...wn-format/unknown-format.component.ts 13% building modules 31/157 modules 126 active ...ectives/extension-viewer.directive.ts 13% building modules 31/158 modules 127 active ...-webscript/src/webscript.component.ts 13% building modules 31/159 modules 128 active .../services/rendering-queue.services.ts 13% building modules 31/160 modules 129 active ...viti-diagrams/src/components/index.ts 13% building modules 31/161 modules 130 active ...grams/src/components/raphael/index.ts 13% building modules 31/162 modules 131 active ...activiti-diagrams/src/models/index.ts 13% building modules 31/163 modules 132 active ...nts/collapsable/collapsable.module.ts 13% building modules 31/164 modules 133 active ...s/context-menu/context-menu.module.ts 13% building modules 31/165 modules 134 active .../components/toolbar/toolbar.module.ts 13% building modules 31/166 modules 135 active ...c/components/view/card-view.module.ts 13% building modules 31/167 modules 136 active ...-column/data-column-list.component.ts 13% building modules 31/168 modules 137 active .../data-column/data-column.component.ts 13% building modules 31/169 modules 138 active ...rawer/info-drawer-layout.component.ts 13% building modules 31/170 modules 139 active .../info-drawer/info-drawer.component.ts 13% building modules 31/171 modules 140 active ...guage-menu/language-menu.component.ts 13% building modules 31/172 modules 141 active ...tion/infinite-pagination.component.ts 13% building modules 31/173 modules 142 active ...ts/pagination/pagination.component.ts 13% building modules 31/174 modules 143 active ...datatable/datatable-cell.component.ts 13% building modules 31/175 modules 144 active ...ents/datatable/datatable.component.ts 13% building modules 31/176 modules 145 active ...nts/datatable/empty-list.component.ts 13% building modules 31/177 modules 146 active ...mponents/datatable/data-cell.event.ts 13% building modules 31/178 modules 147 active ...ts/datatable/data-row-action.event.ts 13% building modules 31/179 modules 148 active ...ents/datatable/date-cell.component.ts 13% building modules 31/180 modules 149 active .../datatable/filesize-cell.component.ts 13% building modules 31/181 modules 150 active .../datatable/location-cell.component.ts 13% building modules 31/182 modules 151 active ...nents/form-custom-button.directive.ts 13% building modules 31/183 modules 152 active ...src/components/form-list.component.ts 13% building modules 31/184 modules 153 active ...form/src/components/form.component.ts 13% building modules 31/185 modules 154 active ...orm/src/components/material.module.ts 13% building modules 31/186 modules 155 active ...rc/components/start-form.component.ts 13% building modules 31/187 modules 156 active ...ts/form-field/form-field.component.ts 13% building modules 31/188 modules 157 active ...-form/src/components/widgets/index.ts 13% building modules 31/189 modules 158 active ...omponents/widgets/widget.component.ts 13% building modules 31/190 modules 159 active ...nts/widgets/content/content.widget.ts 13% building modules 31/191 modules 160 active ...services/activiti-alfresco.service.ts 13% building modules 31/192 modules 161 active .../services/activiti-content-service.ts 13% building modules 31/193 modules 162 active ...orm/src/services/ecm-model.service.ts 13% building modules 31/194 modules 163 active ...rc/services/form-rendering.service.ts 13% building modules 31/195 modules 164 active ...iti-form/src/services/form.service.ts 13% building modules 31/196 modules 165 active ...iti-form/src/services/node.service.ts 13% building modules 31/197 modules 166 active ...services/widget-visibility.service.ts 13% building modules 31/198 modules 167 active ...ng2-activiti-form/src/events/index.ts 13% building modules 31/199 modules 168 active .../widgets/core/form-field-validator.ts 13% building modules 31/200 modules 169 active ...amic-table/dynamic-table-row.model.ts 13% building modules 31/201 modules 170 active ...reate-process-attachment.component.ts 13% building modules 31/202 modules 171 active .../process-attachment-list.component.ts 13% building modules 31/203 modules 172 active ...components/process-audit.directive.ts 13% building modules 31/204 modules 173 active ...ponents/process-comments.component.ts 13% building modules 31/205 modules 174 active ...mponents/process-filters.component.ts 13% building modules 31/206 modules 175 active ...process-instance-details.component.ts 13% building modules 31/207 modules 176 active .../process-instance-header.component.ts 13% building modules 31/208 modules 177 active ...s/process-instance-tasks.component.ts 13% building modules 31/209 modules 178 active .../components/process-list.component.ts 13% building modules 31/210 modules 179 active ...components/start-process.component.ts 13% building modules 31/211 modules 180 active ...rc/services/process-upload.service.ts 13% building modules 31/212 modules 181 active ...slist/src/services/process.service.ts 13% building modules 31/213 modules 182 active ...st/src/models/filter-process.model.ts 13% building modules 31/214 modules 183 active ...rc/models/process-definition.model.ts 13% building modules 31/215 modules 184 active .../src/models/process-instance.model.ts 13% building modules 31/216 modules 185 active ...dels/process-instance-filter.model.ts 13% building modules 31/217 modules 186 active ...ls/process-instance-variable.model.ts 13% building modules 31/218 modules 187 active ...ist/src/components/material.module.ts 13% building modules 31/219 modules 188 active ...src/components/checklist.component.ts 13% building modules 31/220 modules 189 active ...src/components/apps-list.component.ts 13% building modules 31/221 modules 190 active .../components/comment-list.component.ts 13% building modules 31/222 modules 191 active .../src/components/comments.component.ts 13% building modules 31/223 modules 192 active ...s/create-task-attachment.component.ts 13% building modules 31/224 modules 193 active .../no-task-detail-template.directive.ts 13% building modules 31/225 modules 194 active ...c/components/people-list.component.ts 13% building modules 31/226 modules 195 active ...components/people-search.component.ts 13% building modules 31/227 modules 196 active ...st/src/components/people.component.ts 13% building modules 31/228 modules 197 active ...rc/components/start-task.component.ts 13% building modules 31/229 modules 198 active ...nts/task-attachment-list.component.ts 13% building modules 31/230 modules 199 active ...rc/components/task-audit.directive.ts 13% building modules 31/231 modules 200 active .../components/task-details.component.ts 13% building modules 31/232 modules 201 active .../components/task-filters.component.ts 13% building modules 31/233 modules 202 active ...c/components/task-header.component.ts 13% building modules 31/234 modules 203 active ...src/components/task-list.component.ts 13% building modules 31/235 modules 204 active ...rc/services/process-upload.service.ts 13% building modules 31/236 modules 205 active ...list/src/services/tasklist.service.ts 13% building modules 31/237 modules 206 active ...i-tasklist/src/models/filter.model.ts 13% building modules 31/238 modules 207 active ...iti-tasklist/src/models/icon.model.ts 13% building modules 31/239 modules 208 active ...list/src/models/task-details.model.ts 13% building modules 31/240 modules 209 active ...list/src/models/task-details.event.ts 13% building modules 31/241 modules 210 active ...sklist/src/models/user-event.model.ts 13% building modules 31/242 modules 211 active ...sklist/src/models/start-task.model.ts 13% building modules 31/243 modules 212 active ...ents/search-autocomplete.component.ts 13% building modules 31/244 modules 213 active ...omponents/search-control.component.ts 13% building modules 31/245 modules 214 active ...ch/src/components/search.component.ts 13% building modules 31/246 modules 215 active ...c/components/tag-actions.component.ts 13% building modules 31/247 modules 216 active ...tag/src/components/material.module.ts 13% building modules 31/248 modules 217 active .../src/components/tag-list.component.ts 13% building modules 31/249 modules 218 active ...components/tag-node-list.component.ts 13% building modules 31/250 modules 219 active ...resco-tag/src/services/tag.service.ts 13% building modules 31/251 modules 220 active ...resco-userinfo/src/material.module.ts 13% building modules 31/252 modules 221 active ...src/components/user-info.component.ts 13% building modules 31/253 modules 222 active ...info/src/services/bpm-user.service.ts 13% building modules 31/254 modules 223 active ...info/src/services/ecm-user.service.ts 13% building modules 32/254 modules 222 active ...info/src/services/ecm-user.service.ts 13% building modules 33/254 modules 221 active ...info/src/services/ecm-user.service.ts 14% building modules 34/254 modules 220 active ...info/src/services/ecm-user.service.ts                       14% building modules 34/255 modules 221 active external "rxjs/Rx" 14% building modules 35/255 modules 220 active ...info/src/services/ecm-user.service.ts 14% building modules 36/255 modules 219 active ...info/src/services/ecm-user.service.ts 14% building modules 37/255 modules 218 active ...info/src/services/ecm-user.service.ts                        14% building modules 37/256 modules 219 active external "moment" 14% building modules 38/256 modules 218 active ...info/src/services/ecm-user.service.ts 14% building modules 39/256 modules 217 active ...info/src/services/ecm-user.service.ts 14% building modules 40/256 modules 216 active ...info/src/services/ecm-user.service.ts 14% building modules 41/256 modules 215 active ...info/src/services/ecm-user.service.ts 15% building modules 42/256 modules 214 active ...info/src/services/ecm-user.service.ts 15% building modules 43/256 modules 213 active ...info/src/services/ecm-user.service.ts 15% building modules 44/256 modules 212 active ...info/src/services/ecm-user.service.ts 15% building modules 45/256 modules 211 active ...info/src/services/ecm-user.service.ts 15% building modules 46/256 modules 210 active ...info/src/services/ecm-user.service.ts               15% building modules 46/257 modules 211 active external "alfresco-js-api" 15% building modules 47/257 modules 210 active ...info/src/services/ecm-user.service.ts 15% building modules 48/257 modules 209 active ...info/src/services/ecm-user.service.ts 15% building modules 49/257 modules 208 active ...info/src/services/ecm-user.service.ts 16% building modules 50/257 modules 207 active ...info/src/services/ecm-user.service.ts 16% building modules 51/257 modules 206 active ...info/src/services/ecm-user.service.ts 16% building modules 52/257 modules 205 active ...info/src/services/ecm-user.service.ts 16% building modules 53/257 modules 204 active ...info/src/services/ecm-user.service.ts     16% building modules 53/258 modules 205 active external "@angular/platform-browser" 16% building modules 54/258 modules 204 active ...info/src/services/ecm-user.service.ts 16% building modules 55/258 modules 203 active ...info/src/services/ecm-user.service.ts 16% building modules 56/258 modules 202 active ...info/src/services/ecm-user.service.ts 16% building modules 57/258 modules 201 active ...info/src/services/ecm-user.service.ts 16% building modules 58/258 modules 200 active ...info/src/services/ecm-user.service.ts 17% building modules 59/258 modules 199 active ...info/src/services/ecm-user.service.ts 17% building modules 60/258 modules 198 active ...info/src/services/ecm-user.service.ts 17% building modules 61/258 modules 197 active ...info/src/services/ecm-user.service.ts 17% building modules 62/258 modules 196 active ...info/src/services/ecm-user.service.ts 17% building modules 63/258 modules 195 active ...info/src/services/ecm-user.service.ts 17% building modules 64/258 modules 194 active ...info/src/services/ecm-user.service.ts 17% building modules 65/258 modules 193 active ...info/src/services/ecm-user.service.ts 17% building modules 66/258 modules 192 active ...info/src/services/ecm-user.service.ts 18% building modules 67/258 modules 191 active ...info/src/services/ecm-user.service.ts 18% building modules 68/258 modules 190 active ...info/src/services/ecm-user.service.ts 18% building modules 69/258 modules 189 active ...info/src/services/ecm-user.service.ts 18% building modules 70/258 modules 188 active ...info/src/services/ecm-user.service.ts 18% building modules 71/258 modules 187 active ...info/src/services/ecm-user.service.ts 18% building modules 72/258 modules 186 active ...info/src/services/ecm-user.service.ts 18% building modules 73/258 modules 185 active ...info/src/services/ecm-user.service.ts 18% building modules 74/258 modules 184 active ...info/src/services/ecm-user.service.ts 19% building modules 75/258 modules 183 active ...info/src/services/ecm-user.service.ts 19% building modules 76/258 modules 182 active ...info/src/services/ecm-user.service.ts 19% building modules 77/258 modules 181 active ...info/src/services/ecm-user.service.ts          19% building modules 77/259 modules 182 active external "rxjs/BehaviorSubject" 19% building modules 78/259 modules 181 active ...info/src/services/ecm-user.service.ts 19% building modules 79/259 modules 180 active ...info/src/services/ecm-user.service.ts 19% building modules 80/259 modules 179 active ...info/src/services/ecm-user.service.ts                  19% building modules 80/260 modules 180 active external "rxjs/Subject" 19% building modules 81/260 modules 179 active ...info/src/services/ecm-user.service.ts 19% building modules 82/260 modules 178 active ...info/src/services/ecm-user.service.ts 19% building modules 83/260 modules 177 active ...info/src/services/ecm-user.service.ts 20% building modules 84/260 modules 176 active ...info/src/services/ecm-user.service.ts 20% building modules 85/260 modules 175 active ...info/src/services/ecm-user.service.ts 20% building modules 86/260 modules 174 active ...info/src/services/ecm-user.service.ts 20% building modules 87/260 modules 173 active ...info/src/services/ecm-user.service.ts 20% building modules 88/260 modules 172 active ...info/src/services/ecm-user.service.ts 20% building modules 89/260 modules 171 active ...info/src/services/ecm-user.service.ts 20% building modules 90/260 modules 170 active ...info/src/services/ecm-user.service.ts 20% building modules 91/260 modules 169 active ...info/src/services/ecm-user.service.ts 21% building modules 92/260 modules 168 active ...info/src/services/ecm-user.service.ts 21% building modules 93/260 modules 167 active ...info/src/services/ecm-user.service.ts 21% building modules 94/260 modules 166 active ...info/src/services/ecm-user.service.ts 21% building modules 95/260 modules 165 active ...info/src/services/ecm-user.service.ts 21% building modules 96/260 modules 164 active ...info/src/services/ecm-user.service.ts 21% building modules 97/260 modules 163 active ...info/src/services/ecm-user.service.ts 21% building modules 98/260 modules 162 active ...info/src/services/ecm-user.service.ts 21% building modules 99/260 modules 161 active ...info/src/services/ecm-user.service.ts 22% building modules 100/260 modules 160 active ...info/src/services/ecm-user.service.ts 22% building modules 101/260 modules 159 active ...info/src/services/ecm-user.service.ts 22% building modules 102/260 modules 158 active ...info/src/services/ecm-user.service.ts 22% building modules 103/260 modules 157 active ...info/src/services/ecm-user.service.ts 22% building modules 104/260 modules 156 active ...info/src/services/ecm-user.service.ts 22% building modules 105/260 modules 155 active ...info/src/services/ecm-user.service.ts 22% building modules 106/260 modules 154 active ...info/src/services/ecm-user.service.ts 22% building modules 107/260 modules 153 active ...info/src/services/ecm-user.service.ts 22% building modules 108/260 modules 152 active ...info/src/services/ecm-user.service.ts 23% building modules 109/260 modules 151 active ...info/src/services/ecm-user.service.ts 23% building modules 110/260 modules 150 active ...info/src/services/ecm-user.service.ts 23% building modules 111/260 modules 149 active ...info/src/services/ecm-user.service.ts 23% building modules 112/260 modules 148 active ...info/src/services/ecm-user.service.ts 23% building modules 113/260 modules 147 active ...info/src/services/ecm-user.service.ts 23% building modules 114/260 modules 146 active ...info/src/services/ecm-user.service.ts 23% building modules 115/260 modules 145 active ...info/src/services/ecm-user.service.ts 23% building modules 116/260 modules 144 active ...info/src/services/ecm-user.service.ts 24% building modules 117/260 modules 143 active ...info/src/services/ecm-user.service.ts 24% building modules 118/260 modules 142 active ...info/src/services/ecm-user.service.ts 24% building modules 119/260 modules 141 active ...info/src/services/ecm-user.service.ts 24% building modules 120/260 modules 140 active ...info/src/services/ecm-user.service.ts 24% building modules 121/260 modules 139 active ...info/src/services/ecm-user.service.ts 24% building modules 122/260 modules 138 active ...info/src/services/ecm-user.service.ts 24% building modules 123/260 modules 137 active ...info/src/services/ecm-user.service.ts 24% building modules 124/260 modules 136 active ...info/src/services/ecm-user.service.ts 25% building modules 125/260 modules 135 active ...info/src/services/ecm-user.service.ts 25% building modules 126/260 modules 134 active ...info/src/services/ecm-user.service.ts 25% building modules 127/260 modules 133 active ...info/src/services/ecm-user.service.ts 25% building modules 128/260 modules 132 active ...info/src/services/ecm-user.service.ts               25% building modules 128/261 modules 133 active external "rxjs/Observable" 25% building modules 129/261 modules 132 active ...info/src/services/ecm-user.service.ts 25% building modules 130/261 modules 131 active ...info/src/services/ecm-user.service.ts 25% building modules 131/261 modules 130 active ...info/src/services/ecm-user.service.ts 25% building modules 132/261 modules 129 active ...info/src/services/ecm-user.service.ts 25% building modules 133/261 modules 128 active ...info/src/services/ecm-user.service.ts 26% building modules 134/261 modules 127 active ...info/src/services/ecm-user.service.ts 26% building modules 135/261 modules 126 active ...info/src/services/ecm-user.service.ts 26% building modules 136/261 modules 125 active ...info/src/services/ecm-user.service.ts 26% building modules 137/261 modules 124 active ...info/src/services/ecm-user.service.ts 26% building modules 138/261 modules 123 active ...info/src/services/ecm-user.service.ts 26% building modules 139/261 modules 122 active ...info/src/services/ecm-user.service.ts 26% building modules 140/261 modules 121 active ...info/src/services/ecm-user.service.ts 26% building modules 141/261 modules 120 active ...info/src/services/ecm-user.service.ts 27% building modules 142/261 modules 119 active ...info/src/services/ecm-user.service.ts 27% building modules 143/261 modules 118 active ...info/src/services/ecm-user.service.ts 27% building modules 144/261 modules 117 active ...info/src/services/ecm-user.service.ts 27% building modules 145/261 modules 116 active ...info/src/services/ecm-user.service.ts 27% building modules 146/261 modules 115 active ...info/src/services/ecm-user.service.ts 27% building modules 147/261 modules 114 active ...info/src/services/ecm-user.service.ts 27% building modules 148/261 modules 113 active ...info/src/services/ecm-user.service.ts 27% building modules 149/261 modules 112 active ...info/src/services/ecm-user.service.ts 28% building modules 150/261 modules 111 active ...info/src/services/ecm-user.service.ts 28% building modules 151/261 modules 110 active ...info/src/services/ecm-user.service.ts 28% building modules 152/261 modules 109 active ...info/src/services/ecm-user.service.ts 28% building modules 153/261 modules 108 active ...info/src/services/ecm-user.service.ts 28% building modules 154/261 modules 107 active ...info/src/services/ecm-user.service.ts 28% building modules 155/261 modules 106 active ...info/src/services/ecm-user.service.ts 28% building modules 156/261 modules 105 active ...info/src/services/ecm-user.service.ts 28% building modules 157/261 modules 104 active ...info/src/services/ecm-user.service.ts 28% building modules 158/261 modules 103 active ...info/src/services/ecm-user.service.ts 29% building modules 159/261 modules 102 active ...info/src/services/ecm-user.service.ts   29% building modules 159/262 modules 103 active external "rxjs/add/operator/toPromise" 29% building modules 160/262 modules 102 active ...info/src/services/ecm-user.service.ts 29% building modules 161/262 modules 101 active ...info/src/services/ecm-user.service.ts 29% building modules 162/262 modules 100 active ...info/src/services/ecm-user.service.ts  29% building modules 163/262 modules 99 active ...info/src/services/ecm-user.service.ts 29% building modules 164/262 modules 98 active ...info/src/services/ecm-user.service.ts 29% building modules 165/262 modules 97 active ...info/src/services/ecm-user.service.ts 29% building modules 166/262 modules 96 active ...info/src/services/ecm-user.service.ts 30% building modules 167/262 modules 95 active ...info/src/services/ecm-user.service.ts 30% building modules 168/262 modules 94 active ...info/src/services/ecm-user.service.ts 30% building modules 169/262 modules 93 active ...info/src/services/ecm-user.service.ts 30% building modules 170/262 modules 92 active ...info/src/services/ecm-user.service.ts 30% building modules 171/262 modules 91 active ...info/src/services/ecm-user.service.ts 30% building modules 172/262 modules 90 active ...info/src/services/ecm-user.service.ts 30% building modules 173/262 modules 89 active ...info/src/services/ecm-user.service.ts 30% building modules 174/262 modules 88 active ...info/src/services/ecm-user.service.ts 31% building modules 175/262 modules 87 active ...info/src/services/ecm-user.service.ts 31% building modules 176/262 modules 86 active ...info/src/services/ecm-user.service.ts 31% building modules 177/262 modules 85 active ...info/src/services/ecm-user.service.ts 31% building modules 178/262 modules 84 active ...info/src/services/ecm-user.service.ts 31% building modules 179/262 modules 83 active ...info/src/services/ecm-user.service.ts 31% building modules 180/262 modules 82 active ...info/src/services/ecm-user.service.ts 31% building modules 181/262 modules 81 active ...info/src/services/ecm-user.service.ts 31% building modules 182/262 modules 80 active ...info/src/services/ecm-user.service.ts 31% building modules 183/262 modules 79 active ...info/src/services/ecm-user.service.ts 32% building modules 184/262 modules 78 active ...info/src/services/ecm-user.service.ts 32% building modules 185/262 modules 77 active ...info/src/services/ecm-user.service.ts 32% building modules 186/262 modules 76 active ...info/src/services/ecm-user.service.ts 32% building modules 187/262 modules 75 active ...info/src/services/ecm-user.service.ts 32% building modules 188/262 modules 74 active ...info/src/services/ecm-user.service.ts 32% building modules 189/262 modules 73 active ...info/src/services/ecm-user.service.ts 32% building modules 190/262 modules 72 active ...info/src/services/ecm-user.service.ts 32% building modules 191/262 modules 71 active ...info/src/services/ecm-user.service.ts 33% building modules 192/262 modules 70 active ...info/src/services/ecm-user.service.ts 33% building modules 193/262 modules 69 active ...info/src/services/ecm-user.service.ts 33% building modules 194/262 modules 68 active ...info/src/services/ecm-user.service.ts 33% building modules 195/262 modules 67 active ...info/src/services/ecm-user.service.ts 33% building modules 196/262 modules 66 active ...info/src/services/ecm-user.service.ts 33% building modules 197/262 modules 65 active ...info/src/services/ecm-user.service.ts 33% building modules 198/262 modules 64 active ...info/src/services/ecm-user.service.ts 33% building modules 199/262 modules 63 active ...info/src/services/ecm-user.service.ts 34% building modules 200/262 modules 62 active ...info/src/services/ecm-user.service.ts 34% building modules 201/262 modules 61 active ...info/src/services/ecm-user.service.ts 34% building modules 202/262 modules 60 active ...info/src/services/ecm-user.service.ts 34% building modules 203/262 modules 59 active ...info/src/services/ecm-user.service.ts 34% building modules 204/262 modules 58 active ...info/src/services/ecm-user.service.ts 34% building modules 205/262 modules 57 active ...info/src/services/ecm-user.service.ts 34% building modules 206/262 modules 56 active ...info/src/services/ecm-user.service.ts 34% building modules 207/262 modules 55 active ...info/src/services/ecm-user.service.ts 34% building modules 208/262 modules 54 active ...info/src/services/ecm-user.service.ts 35% building modules 209/262 modules 53 active ...info/src/services/ecm-user.service.ts 35% building modules 210/262 modules 52 active ...info/src/services/ecm-user.service.ts 35% building modules 211/262 modules 51 active ...info/src/services/ecm-user.service.ts 35% building modules 212/262 modules 50 active ...info/src/services/ecm-user.service.ts 35% building modules 213/262 modules 49 active ...info/src/services/ecm-user.service.ts 35% building modules 214/262 modules 48 active ...info/src/services/ecm-user.service.ts 35% building modules 215/262 modules 47 active ...info/src/services/ecm-user.service.ts 35% building modules 216/262 modules 46 active ...info/src/services/ecm-user.service.ts 36% building modules 217/262 modules 45 active ...info/src/services/ecm-user.service.ts 36% building modules 218/262 modules 44 active ...info/src/services/ecm-user.service.ts 36% building modules 219/262 modules 43 active ...info/src/services/ecm-user.service.ts 36% building modules 220/262 modules 42 active ...info/src/services/ecm-user.service.ts 36% building modules 221/262 modules 41 active ...info/src/services/ecm-user.service.ts 36% building modules 222/262 modules 40 active ...info/src/services/ecm-user.service.ts 36% building modules 223/262 modules 39 active ...info/src/services/ecm-user.service.ts 36% building modules 224/262 modules 38 active ...info/src/services/ecm-user.service.ts 37% building modules 225/262 modules 37 active ...info/src/services/ecm-user.service.ts 37% building modules 226/262 modules 36 active ...info/src/services/ecm-user.service.ts 37% building modules 227/262 modules 35 active ...info/src/services/ecm-user.service.ts 37% building modules 228/262 modules 34 active ...info/src/services/ecm-user.service.ts 37% building modules 229/262 modules 33 active ...info/src/services/ecm-user.service.ts 37% building modules 230/262 modules 32 active ...info/src/services/ecm-user.service.ts 37% building modules 231/262 modules 31 active ...info/src/services/ecm-user.service.ts 37% building modules 232/262 modules 30 active ...info/src/services/ecm-user.service.ts 37% building modules 233/262 modules 29 active ...info/src/services/ecm-user.service.ts 38% building modules 234/262 modules 28 active ...info/src/services/ecm-user.service.ts 38% building modules 235/262 modules 27 active ...info/src/services/ecm-user.service.ts 38% building modules 236/262 modules 26 active ...info/src/services/ecm-user.service.ts 38% building modules 237/262 modules 25 active ...info/src/services/ecm-user.service.ts 38% building modules 238/262 modules 24 active ...info/src/services/ecm-user.service.ts 38% building modules 239/262 modules 23 active ...info/src/services/ecm-user.service.ts 38% building modules 240/262 modules 22 active ...info/src/services/ecm-user.service.ts 38% building modules 241/262 modules 21 active ...info/src/services/ecm-user.service.ts 39% building modules 242/262 modules 20 active ...info/src/services/ecm-user.service.ts 39% building modules 243/262 modules 19 active ...info/src/services/ecm-user.service.ts 39% building modules 244/262 modules 18 active ...info/src/services/ecm-user.service.ts 39% building modules 245/262 modules 17 active ...info/src/services/ecm-user.service.ts 39% building modules 246/262 modules 16 active ...info/src/services/ecm-user.service.ts 39% building modules 247/262 modules 15 active ...info/src/services/ecm-user.service.ts 39% building modules 248/262 modules 14 active ...info/src/services/ecm-user.service.ts 39% building modules 249/262 modules 13 active ...info/src/services/ecm-user.service.ts 40% building modules 250/262 modules 12 active ...info/src/services/ecm-user.service.ts 40% building modules 251/262 modules 11 active ...info/src/services/ecm-user.service.ts           40% building modules 251/263 modules 12 active external "@angular/animations" 40% building modules 252/263 modules 11 active ...info/src/services/ecm-user.service.ts 40% building modules 253/263 modules 10 active ...info/src/services/ecm-user.service.ts  40% building modules 254/263 modules 9 active ...info/src/services/ecm-user.service.ts 40% building modules 255/263 modules 8 active ...info/src/services/ecm-user.service.ts 40% building modules 256/263 modules 7 active ...info/src/services/ecm-user.service.ts 40% building modules 257/263 modules 6 active ...info/src/services/ecm-user.service.ts 40% building modules 258/263 modules 5 active ...info/src/services/ecm-user.service.ts 41% building modules 259/263 modules 4 active ...info/src/services/ecm-user.service.ts 41% building modules 260/263 modules 3 active ...info/src/services/ecm-user.service.ts 41% building modules 261/263 modules 2 active ...info/src/services/ecm-user.service.ts 41% building modules 262/263 modules 1 active ...info/src/services/ecm-user.service.ts                                          41% building modules 263/263 modules 0 active 41% building modules 263/264 modules 1 active ...onents/upload-drag-area.component.css 41% building modules 263/265 modules 2 active ...eate-process-attachment.component.css 41% building modules 263/266 modules 3 active ...onents/process-comments.component.css 41% building modules 263/267 modules 4 active ...rocess-instance-details.component.css 41% building modules 263/268 modules 5 active ...process-instance-header.component.css 41% building modules 263/269 modules 6 active .../process-instance-tasks.component.css 41% building modules 263/270 modules 7 active ...components/process-list.component.css 41% building modules 263/271 modules 8 active ...src/components/comments.component.css 41% building modules 263/272 modules 9 active ...rc/components/task-list.component.css 41% building modules 263/273 modules 10 active ...fresco-core/src/utils/object-utils.ts 41% building modules 263/274 modules 11 active ...o-core/src/models/log-levels.model.ts 41% building modules 263/275 modules 12 active ...co-core/src/models/component.model.ts 41% building modules 263/276 modules 13 active ...alfresco-core/src/utils/file-utils.ts 41% building modules 263/277 modules 14 active ...rc/models/card-view-baseitem.model.ts 41% building modules 263/278 modules 15 active ..._modules/@ngx-translate/core/index.js 41% building modules 263/279 modules 16 active ...tatable/src/data/datatable-adapter.ts 41% building modules 263/280 modules 17 active .../src/data/object-datatable-adapter.ts 41% building modules 263/281 modules 18 active ...-datatable/src/data/data-row.model.ts 41% building modules 263/282 modules 19 active ...able/src/data/data-row-event.model.ts 41% building modules 263/283 modules 20 active ...tatable/src/data/data-column.model.ts 41% building modules 263/284 modules 21 active ...atable/src/data/data-sorting.model.ts 41% building modules 263/285 modules 22 active ...cumentlist/src/models/preset.model.ts 41% building modules 263/286 modules 23 active ...list/src/data/image-resolver.model.ts 41% building modules 263/287 modules 24 active ...mentlist/src/data/row-filter.model.ts 41% building modules 263/288 modules 25 active ...list/src/data/share-data-row.model.ts 41% building modules 263/289 modules 26 active ...s/widgets/checkbox/checkbox.widget.ts 41% building modules 263/290 modules 27 active ...dgets/date-range/date-range.widget.ts 41% building modules 263/291 modules 28 active ...s/widgets/dropdown/dropdown.widget.ts 41% building modules 263/292 modules 29 active ...s/widgets/duration/duration.widget.ts 41% building modules 263/293 modules 30 active ...nents/widgets/number/number.widget.ts 41% building modules 263/294 modules 31 active ...lapsable/accordion-group.component.ts 41% building modules 263/295 modules 32 active ...ts/collapsable/accordion.component.ts 41% building modules 263/296 modules 33 active ...menu/context-menu-holder.component.ts 41% building modules 263/297 modules 34 active ...ontext-menu/context-menu.directive.ts 41% building modules 263/298 modules 35 active .../context-menu/context-menu.service.ts 41% building modules 263/299 modules 36 active ...s/raphael/raphael-circle.component.ts 41% building modules 263/300 modules 37 active ...ts/raphael/raphael-cross.component.ts 41% building modules 263/301 modules 38 active ...phael/raphael-flow-arrow.component.ts 41% building modules 263/302 modules 39 active ...l/raphael-multiline-text.component.ts 41% building modules 263/303 modules 40 active ...raphael/raphael-pentagon.component.ts 41% building modules 263/304 modules 41 active ...nts/raphael/raphael-plus.component.ts 41% building modules 263/305 modules 42 active .../raphael/raphael-rhombus.component.ts 41% building modules 263/306 modules 43 active ...nts/raphael/raphael-rect.component.ts 41% building modules 263/307 modules 44 active ...nts/raphael/raphael-text.component.ts 41% building modules 263/308 modules 45 active ...components/raphael/raphael.service.ts 41% building modules 263/309 modules 46 active ...ts/diagram-sequence-flow.component.ts 41% building modules 263/310 modules 47 active ...s/src/components/diagram.component.ts 41% building modules 263/311 modules 48 active .../card-view-content-proxy.directive.ts 41% building modules 263/312 modules 49 active .../view/card-view-dateitem.component.ts 41% building modules 263/313 modules 50 active ...ard-view-item-dispatcher.component.ts 41% building modules 263/314 modules 51 active ...s/view/card-view-mapitem.component.ts 41% building modules 263/315 modules 52 active .../view/card-view-textitem.component.ts 41% building modules 263/316 modules 53 active ...omponents/view/card-view.component.ts 41% building modules 263/317 modules 54 active .../toolbar/toolbar-divider.component.ts 41% building modules 263/318 modules 55 active ...ts/toolbar/toolbar-title.component.ts 41% building modules 263/319 modules 56 active ...mponents/toolbar/toolbar.component.ts 41% building modules 263/320 modules 57 active ...ti-diagrams/src/models/chart.model.ts 41% building modules 263/321 modules 58 active ...i-diagrams/src/models/report.model.ts 41% building modules 263/322 modules 59 active .../src/components/widgets/core/index.ts 41% building modules 263/323 modules 60 active ...dynamic-table/dynamic-table.widget.ts 41% building modules 263/324 modules 61 active ...c-table/dynamic-table.widget.model.ts 41% building modules 263/325 modules 62 active ...ts/widgets/core/content-link.model.ts 41% building modules 263/326 modules 63 active ...i-form/src/events/form-error.event.ts 41% building modules 263/327 modules 64 active ...ctiviti-form/src/events/form.event.ts 41% building modules 263/328 modules 65 active ...i-form/src/events/form-field.event.ts 41% building modules 263/329 modules 66 active ...c/events/validate-form-field.event.ts 41% building modules 263/330 modules 67 active ...orm/src/events/validate-form.event.ts 41% building modules 263/331 modules 68 active ...s/validate-dynamic-table-row.event.ts 41% building modules 263/332 modules 69 active ...ents/widgets/core/form-field-types.ts 41% building modules 263/333 modules 70 active ...iti-tasklist/src/models/form.model.ts 41% building modules 263/334 modules 71 active ...src/models/form-submit-event.model.ts 41% building modules 263/335 modules 72 active ...src/components/raphael/icons/index.ts 41% building modules 263/336 modules 73 active ...ms/src/components/activities/index.ts 41% building modules 263/337 modules 74 active ...c/components/boundary-events/index.ts 41% building modules 263/338 modules 75 active ...agrams/src/components/events/index.ts 41% building modules 263/339 modules 76 active ...rams/src/components/gateways/index.ts 41% building modules 263/340 modules 77 active ...iagrams/src/components/icons/index.ts 41% building modules 263/341 modules 78 active ...intermediate-catching-events/index.ts 41% building modules 263/342 modules 79 active ...ms/src/components/structural/index.ts 41% building modules 263/343 modules 80 active ...ams/src/components/swimlanes/index.ts 41% building modules 263/344 modules 81 active ...grams/src/components/tooltip/index.ts 41% building modules 263/345 modules 82 active ...src/services/diagram-color.service.ts 41% building modules 263/346 modules 83 active ...rams/src/services/diagrams.service.ts 41% building modules 263/347 modules 84 active ...widgets/container/container.widget.ts 41% building modules 263/348 modules 85 active ...omponents/widgets/tabs/tabs.widget.ts 41% building modules 263/349 modules 86 active ...nents/widgets/amount/amount.widget.ts 41% building modules 263/350 modules 87 active ...nts/widgets/unknown/unknown.widget.ts 41% building modules 263/351 modules 88 active ...nents/widgets/attach/attach.widget.ts 41% building modules 263/352 modules 89 active ...s/widgets/checkbox/checkbox.widget.ts 41% building modules 263/353 modules 90 active ...omponents/widgets/date/date.widget.ts 41% building modules 263/354 modules 91 active ...s/display-text/display-text.widget.ts 41% building modules 263/355 modules 92 active ...s/widgets/document/document.widget.ts 41% building modules 263/356 modules 93 active ...s/widgets/dropdown/dropdown.widget.ts 41% building modules 263/357 modules 94 active ...s/dynamic-table/editors/row.editor.ts 41% building modules 263/358 modules 95 active ...ble/editors/boolean/boolean.editor.ts 41% building modules 263/359 modules 96 active ...mic-table/editors/date/date.editor.ts 41% building modules 263/360 modules 97 active ...e/editors/dropdown/dropdown.editor.ts 41% building modules 263/361 modules 98 active ...mic-table/editors/text/text.editor.ts 41% building modules 263/362 modules 99 active ...ents/widgets/error/error.component.ts 41% building modules 263/363 modules 100 active ...onal-group/functional-group.widget.ts 41% building modules 263/364 modules 101 active ...widgets/hyperlink/hyperlink.widget.ts 41% building modules 263/365 modules 102 active ...ltiline-text/multiline-text.widget.ts 41% building modules 263/366 modules 103 active ...nents/widgets/number/number.widget.ts 41% building modules 263/367 modules 104 active ...nents/widgets/people/people.widget.ts 41% building modules 263/368 modules 105 active ...radio-buttons/radio-buttons.widget.ts 41% building modules 263/369 modules 106 active ...s/widgets/text/text-mask.component.ts 41% building modules 263/370 modules 107 active ...omponents/widgets/text/text.widget.ts 41% building modules 263/371 modules 108 active ...widgets/typeahead/typeahead.widget.ts 41% building modules 263/372 modules 109 active ...nents/widgets/upload/upload.widget.ts 41% building modules 263/373 modules 110 active ...m/src/models/form-definition.model.ts 41% building modules 263/374 modules 111 active ...orm/src/models/node-metadata.model.ts 41% building modules 263/375 modules 112 active ...ch/src/forms/search-term-validator.ts 41% building modules 264/375 modules 111 active ...ch/src/forms/search-term-validator.ts 41% building modules 264/376 modules 112 active ...userinfo/src/models/bpm-user.model.ts 41% building modules 264/377 modules 113 active ...userinfo/src/models/ecm-user.model.ts 41% building modules 265/377 modules 112 active ...userinfo/src/models/ecm-user.model.ts 41% building modules 266/377 modules 111 active ...userinfo/src/models/ecm-user.model.ts 42% building modules 267/377 modules 110 active ...userinfo/src/models/ecm-user.model.ts 42% building modules 268/377 modules 109 active ...userinfo/src/models/ecm-user.model.ts 42% building modules 269/377 modules 108 active ...userinfo/src/models/ecm-user.model.ts 42% building modules 270/377 modules 107 active ...userinfo/src/models/ecm-user.model.ts 42% building modules 271/377 modules 106 active ...userinfo/src/models/ecm-user.model.ts 42% building modules 272/377 modules 105 active ...userinfo/src/models/ecm-user.model.ts 42% building modules 272/378 modules 106 active ...onents/upload-drag-area.component.css 42% building modules 272/379 modules 107 active ...eate-process-attachment.component.css 42% building modules 272/380 modules 108 active ...onents/process-comments.component.css 42% building modules 272/381 modules 109 active ...rocess-instance-details.component.css 42% building modules 272/382 modules 110 active .../process-instance-tasks.component.css 42% building modules 272/383 modules 111 active ...process-instance-header.component.css 42% building modules 272/384 modules 112 active ...components/process-list.component.css 42% building modules 272/385 modules 113 active ...src/components/comments.component.css 42% building modules 272/386 modules 114 active ...rc/components/task-list.component.css 42% building modules 273/386 modules 113 active ...rc/components/task-list.component.css 42% building modules 274/386 modules 112 active ...rc/components/task-list.component.css 43% building modules 275/386 modules 111 active ...rc/components/task-list.component.css 43% building modules 276/386 modules 110 active ...rc/components/task-list.component.css 43% building modules 277/386 modules 109 active ...rc/components/task-list.component.css 43% building modules 278/386 modules 108 active ...rc/components/task-list.component.css 43% building modules 279/386 modules 107 active ...rc/components/task-list.component.css 43% building modules 280/386 modules 106 active ...rc/components/task-list.component.css 43% building modules 281/386 modules 105 active ...userinfo/src/models/ecm-user.model.ts 43% building modules 282/386 modules 104 active ...userinfo/src/models/ecm-user.model.ts 43% building modules 283/386 modules 103 active ...userinfo/src/models/ecm-user.model.ts 44% building modules 284/386 modules 102 active ...userinfo/src/models/ecm-user.model.ts 44% building modules 285/386 modules 101 active ...userinfo/src/models/ecm-user.model.ts 44% building modules 286/386 modules 100 active ...userinfo/src/models/ecm-user.model.ts  44% building modules 287/386 modules 99 active ...userinfo/src/models/ecm-user.model.ts 44% building modules 288/386 modules 98 active ...userinfo/src/models/ecm-user.model.ts 44% building modules 289/386 modules 97 active ...userinfo/src/models/ecm-user.model.ts 44% building modules 290/386 modules 96 active ...userinfo/src/models/ecm-user.model.ts 44% building modules 291/386 modules 95 active ...userinfo/src/models/ecm-user.model.ts 45% building modules 292/386 modules 94 active ...userinfo/src/models/ecm-user.model.ts 45% building modules 293/386 modules 93 active ...userinfo/src/models/ecm-user.model.ts 45% building modules 294/386 modules 92 active ...userinfo/src/models/ecm-user.model.ts 45% building modules 295/386 modules 91 active ...userinfo/src/models/ecm-user.model.ts 45% building modules 296/386 modules 90 active ...userinfo/src/models/ecm-user.model.ts 45% building modules 297/386 modules 89 active ...userinfo/src/models/ecm-user.model.ts 45% building modules 298/386 modules 88 active ...userinfo/src/models/ecm-user.model.ts 45% building modules 299/386 modules 87 active ...userinfo/src/models/ecm-user.model.ts 46% building modules 300/386 modules 86 active ...userinfo/src/models/ecm-user.model.ts 46% building modules 301/386 modules 85 active ...userinfo/src/models/ecm-user.model.ts 46% building modules 302/386 modules 84 active ...userinfo/src/models/ecm-user.model.ts 46% building modules 303/386 modules 83 active ...userinfo/src/models/ecm-user.model.ts 46% building modules 304/386 modules 82 active ...userinfo/src/models/ecm-user.model.ts 46% building modules 305/386 modules 81 active ...userinfo/src/models/ecm-user.model.ts 46% building modules 306/386 modules 80 active ...userinfo/src/models/ecm-user.model.ts 46% building modules 307/386 modules 79 active ...userinfo/src/models/ecm-user.model.ts 46% building modules 308/386 modules 78 active ...userinfo/src/models/ecm-user.model.ts 47% building modules 309/386 modules 77 active ...userinfo/src/models/ecm-user.model.ts 47% building modules 310/386 modules 76 active ...userinfo/src/models/ecm-user.model.ts 47% building modules 311/386 modules 75 active ...userinfo/src/models/ecm-user.model.ts 47% building modules 312/386 modules 74 active ...userinfo/src/models/ecm-user.model.ts 47% building modules 313/386 modules 73 active ...userinfo/src/models/ecm-user.model.ts 47% building modules 314/386 modules 72 active ...userinfo/src/models/ecm-user.model.ts 47% building modules 315/386 modules 71 active ...userinfo/src/models/ecm-user.model.ts 47% building modules 316/386 modules 70 active ...userinfo/src/models/ecm-user.model.ts 48% building modules 317/386 modules 69 active ...userinfo/src/models/ecm-user.model.ts 48% building modules 318/386 modules 68 active ...userinfo/src/models/ecm-user.model.ts 48% building modules 319/386 modules 67 active ...userinfo/src/models/ecm-user.model.ts 48% building modules 320/386 modules 66 active ...userinfo/src/models/ecm-user.model.ts 48% building modules 321/386 modules 65 active ...userinfo/src/models/ecm-user.model.ts 48% building modules 322/386 modules 64 active ...userinfo/src/models/ecm-user.model.ts 48% building modules 323/386 modules 63 active ...userinfo/src/models/ecm-user.model.ts 48% building modules 324/386 modules 62 active ...userinfo/src/models/ecm-user.model.ts 49% building modules 325/386 modules 61 active ...userinfo/src/models/ecm-user.model.ts 49% building modules 326/386 modules 60 active ...userinfo/src/models/ecm-user.model.ts 49% building modules 327/386 modules 59 active ...userinfo/src/models/ecm-user.model.ts 49% building modules 328/386 modules 58 active ...userinfo/src/models/ecm-user.model.ts          49% building modules 328/387 modules 59 active external "@angular/cdk/overlay" 49% building modules 329/387 modules 58 active ...userinfo/src/models/ecm-user.model.ts        49% building modules 329/388 modules 59 active external "@angular/cdk/scrolling" 49% building modules 330/388 modules 58 active ...userinfo/src/models/ecm-user.model.ts 49% building modules 331/388 modules 57 active ...userinfo/src/models/ecm-user.model.ts 49% building modules 332/388 modules 56 active ...userinfo/src/models/ecm-user.model.ts 49% building modules 332/389 modules 57 active ...assets/images/ft_ic_miscellaneous.svg 49% building modules 332/390 modules 58 active .../assets/images/ft_ic_raster_image.svg 49% building modules 332/391 modules 59 active ...-core/src/assets/images/ft_ic_pdf.svg 49% building modules 332/392 modules 60 active .../src/assets/images/ft_ic_ms_excel.svg 49% building modules 332/393 modules 61 active ...e/src/assets/images/ft_ic_ms_word.svg 49% building modules 332/394 modules 62 active ...assets/images/ft_ic_ms_powerpoint.svg 49% building modules 332/395 modules 63 active ...ore/src/assets/images/ft_ic_video.svg 49% building modules 332/396 modules 64 active .../src/assets/images/ft_ic_document.svg 49% building modules 332/397 modules 65 active .../assets/images/ft_ic_vector_image.svg 49% building modules 332/398 modules 66 active ...e/src/assets/images/ft_ic_website.svg 49% building modules 332/399 modules 67 active ...e/src/assets/images/ft_ic_archive.svg 49% building modules 332/400 modules 68 active .../assets/images/ft_ic_presentation.svg 49% building modules 332/401 modules 69 active ...c/assets/images/ft_ic_spreadsheet.svg 49% building modules 332/402 modules 70 active ...re/src/assets/images/ft_ic_folder.svg 49% building modules 332/403 modules 71 active ...ssets/images/ft_ic_folder_disable.svg 49% building modules 332/404 modules 72 active ...t/src/assets/images/empty_doc_lib.svg 49% building modules 332/405 modules 73 active ...n/src/assets/images/alfresco-logo.svg 49% building modules 332/406 modules 74 active ...ogin/src/assets/images/background.svg 49% building modules 332/407 modules 75 active ...t/src/assets/images/empty_doc_lib.svg 49% building modules 332/408 modules 76 active ...i-tasklist/src/assets/images/user.jpg 49% building modules 332/409 modules 77 active ...t/src/assets/images/empty_doc_lib.svg 49% building modules 332/410 modules 78 active ...h/src/assets/images/empty_doc_lib.svg 49% building modules 332/411 modules 79 active .../src/assets/images/ecm-background.png 49% building modules 332/412 modules 80 active .../src/assets/images/bpm-background.png 49% building modules 332/413 modules 81 active ...rinfo/src/assets/images/anonymous.gif 49% building modules 333/413 modules 80 active ...rinfo/src/assets/images/anonymous.gif 50% building modules 334/413 modules 79 active ...rinfo/src/assets/images/anonymous.gif 50% building modules 335/413 modules 78 active ...rinfo/src/assets/images/anonymous.gif 50% building modules 336/413 modules 77 active ...rinfo/src/assets/images/anonymous.gif 50% building modules 337/413 modules 76 active ...rinfo/src/assets/images/anonymous.gif 50% building modules 338/413 modules 75 active ...rinfo/src/assets/images/anonymous.gif 50% building modules 339/413 modules 74 active ...rinfo/src/assets/images/anonymous.gif 50% building modules 340/413 modules 73 active ...rinfo/src/assets/images/anonymous.gif 50% building modules 341/413 modules 72 active ...rinfo/src/assets/images/anonymous.gif 51% building modules 342/413 modules 71 active ...rinfo/src/assets/images/anonymous.gif 51% building modules 343/413 modules 70 active ...rinfo/src/assets/images/anonymous.gif 51% building modules 344/413 modules 69 active ...rinfo/src/assets/images/anonymous.gif 51% building modules 345/413 modules 68 active ...rinfo/src/assets/images/anonymous.gif 51% building modules 346/413 modules 67 active ...rinfo/src/assets/images/anonymous.gif 51% building modules 347/413 modules 66 active ...rinfo/src/assets/images/anonymous.gif 51% building modules 348/413 modules 65 active ...rinfo/src/assets/images/anonymous.gif 51% building modules 349/413 modules 64 active ...rinfo/src/assets/images/anonymous.gif 52% building modules 350/413 modules 63 active ...rinfo/src/assets/images/anonymous.gif 52% building modules 351/413 modules 62 active ...rinfo/src/assets/images/anonymous.gif 52% building modules 352/413 modules 61 active ...rinfo/src/assets/images/anonymous.gif 52% building modules 353/413 modules 60 active ...rinfo/src/assets/images/anonymous.gif 52% building modules 354/413 modules 59 active ...rinfo/src/assets/images/anonymous.gif 52% building modules 355/413 modules 58 active ...rinfo/src/assets/images/anonymous.gif 52% building modules 356/413 modules 57 active ...rinfo/src/assets/images/anonymous.gif 52% building modules 357/413 modules 56 active ...rinfo/src/assets/images/anonymous.gif 52% building modules 358/413 modules 55 active ...rinfo/src/assets/images/anonymous.gif 53% building modules 359/413 modules 54 active ...rinfo/src/assets/images/anonymous.gif 53% building modules 360/413 modules 53 active ...rinfo/src/assets/images/anonymous.gif 53% building modules 361/413 modules 52 active ...rinfo/src/assets/images/anonymous.gif 53% building modules 362/413 modules 51 active ...rinfo/src/assets/images/anonymous.gif 53% building modules 363/413 modules 50 active ...rinfo/src/assets/images/anonymous.gif 53% building modules 364/413 modules 49 active ...rinfo/src/assets/images/anonymous.gif 53% building modules 365/413 modules 48 active ...rinfo/src/assets/images/anonymous.gif 53% building modules 366/413 modules 47 active ...rinfo/src/assets/images/anonymous.gif 54% building modules 367/413 modules 46 active ...rinfo/src/assets/images/anonymous.gif 54% building modules 368/413 modules 45 active ...rinfo/src/assets/images/anonymous.gif 54% building modules 369/413 modules 44 active ...rinfo/src/assets/images/anonymous.gif 54% building modules 370/413 modules 43 active ...rinfo/src/assets/images/anonymous.gif 54% building modules 371/413 modules 42 active ...rinfo/src/assets/images/anonymous.gif 54% building modules 372/413 modules 41 active ...rinfo/src/assets/images/anonymous.gif 54% building modules 373/413 modules 40 active ...rinfo/src/assets/images/anonymous.gif         54% building modules 373/414 modules 41 active external "@angular/cdk/keycodes" 54% building modules 374/414 modules 40 active ...rinfo/src/assets/images/anonymous.gif 54% building modules 375/414 modules 39 active ...rinfo/src/assets/images/anonymous.gif 55% building modules 376/414 modules 38 active ...rinfo/src/assets/images/anonymous.gif 55% building modules 377/414 modules 37 active ...rinfo/src/assets/images/anonymous.gif 55% building modules 378/414 modules 36 active ...rinfo/src/assets/images/anonymous.gif 55% building modules 379/414 modules 35 active ...rinfo/src/assets/images/anonymous.gif 55% building modules 380/414 modules 34 active ...rinfo/src/assets/images/anonymous.gif 55% building modules 381/414 modules 33 active ...rinfo/src/assets/images/anonymous.gif 55% building modules 382/414 modules 32 active ...rinfo/src/assets/images/anonymous.gif 55% building modules 383/414 modules 31 active ...rinfo/src/assets/images/anonymous.gif 56% building modules 384/414 modules 30 active ...rinfo/src/assets/images/anonymous.gif 56% building modules 385/414 modules 29 active ...rinfo/src/assets/images/anonymous.gif 56% building modules 386/414 modules 28 active ...rinfo/src/assets/images/anonymous.gif 56% building modules 387/414 modules 27 active ...rinfo/src/assets/images/anonymous.gif 56% building modules 388/414 modules 26 active ...rinfo/src/assets/images/anonymous.gif 56% building modules 389/414 modules 25 active ...rinfo/src/assets/images/anonymous.gif 56% building modules 389/415 modules 26 active ...de_modules/css-loader/lib/css-base.js 56% building modules 389/416 modules 27 active .../src/components/diagram.component.css 56% building modules 390/416 modules 26 active .../src/components/diagram.component.css 56% building modules 391/416 modules 25 active .../src/components/diagram.component.css 57% building modules 392/416 modules 24 active .../src/components/diagram.component.css 57% building modules 393/416 modules 23 active .../src/components/diagram.component.css 57% building modules 394/416 modules 22 active .../src/components/diagram.component.css 57% building modules 395/416 modules 21 active .../src/components/diagram.component.css 57% building modules 396/416 modules 20 active .../src/components/diagram.component.css 57% building modules 397/416 modules 19 active .../src/components/diagram.component.css 57% building modules 398/416 modules 18 active .../src/components/diagram.component.css 57% building modules 399/416 modules 17 active .../src/components/diagram.component.css 57% building modules 400/416 modules 16 active .../src/components/diagram.component.css 58% building modules 401/416 modules 15 active .../src/components/diagram.component.css 58% building modules 402/416 modules 14 active .../src/components/diagram.component.css 58% building modules 403/416 modules 13 active .../src/components/diagram.component.css 58% building modules 404/416 modules 12 active .../src/components/diagram.component.css 58% building modules 405/416 modules 11 active .../src/components/diagram.component.css 58% building modules 406/416 modules 10 active .../src/components/diagram.component.css  58% building modules 407/416 modules 9 active .../src/components/diagram.component.css 58% building modules 408/416 modules 8 active .../src/components/diagram.component.css 59% building modules 409/416 modules 7 active .../src/components/diagram.component.css 59% building modules 410/416 modules 6 active .../src/components/diagram.component.css 59% building modules 411/416 modules 5 active .../src/components/diagram.component.css 59% building modules 412/416 modules 4 active .../src/components/diagram.component.css 59% building modules 412/417 modules 5 active ...ents/widgets/attach/attach.widget.css 59% building modules 413/417 modules 4 active ...ents/widgets/attach/attach.widget.css 59% building modules 414/417 modules 3 active ...ents/widgets/attach/attach.widget.css 59% building modules 414/418 modules 4 active .../dynamic-table/editors/row.editor.css 59% building modules 414/419 modules 5 active ...omponents/widgets/widget.component.ts 59% building modules 414/420 modules 6 active ...rc/components/raphael/raphael-base.ts 59% building modules 414/421 modules 7 active ...ms/src/components/raphael/polyline.ts 59% building modules 414/422 modules 8 active ...-diagrams/src/models/diagram.model.ts 59% building modules 414/423 modules 9 active ...s/node_modules/minimatch/minimatch.js 59% building modules 414/424 modules 10 active ...s/widgets/core/form-field-metadata.ts 59% building modules 414/425 modules 11 active ...omponents/widgets/core/form-values.ts 59% building modules 414/426 modules 12 active ...nts/widgets/core/form-field-option.ts 59% building modules 414/427 modules 13 active ...nts/widgets/core/form-widget.model.ts 59% building modules 414/428 modules 14 active .../widgets/core/form-field-templates.ts 59% building modules 414/429 modules 15 active ...ents/widgets/core/form-field.model.ts 59% building modules 414/430 modules 16 active ...components/widgets/core/form.model.ts 59% building modules 414/431 modules 17 active ...nents/widgets/core/container.model.ts 59% building modules 414/432 modules 18 active ...idgets/core/container-column.model.ts 59% building modules 414/433 modules 19 active .../components/widgets/core/tab.model.ts 59% building modules 414/434 modules 20 active ...ts/widgets/core/form-outcome.model.ts 59% building modules 414/435 modules 21 active ...gets/core/form-outcome-event.model.ts 59% building modules 414/436 modules 22 active ...s/widgets/core/error-message.model.ts 59% building modules 414/437 modules 23 active ...ic-table/date-cell-validator-model.ts 59% building modules 414/438 modules 24 active ...-table/number-cell-validator.model.ts 59% building modules 414/439 modules 25 active ...able/required-cell-validator.model.ts 59% building modules 414/440 modules 26 active ...rc/components/raphael/models/point.ts 59% building modules 414/441 modules 27 active ...am-alfresco-publish-task.component.ts 59% building modules 414/442 modules 28 active ...diagram-box-publish-task.component.ts 59% building modules 414/443 modules 29 active ...agram-business-rule-task.component.ts 59% building modules 414/444 modules 30 active ...ities/diagram-camel-task.component.ts 59% building modules 414/445 modules 31 active ...oogle-drive-publish-task.component.ts 59% building modules 414/446 modules 32 active ...m-container-service-task.component.ts 59% building modules 414/447 modules 33 active ...ties/diagram-manual-task.component.ts 59% building modules 414/448 modules 34 active ...vities/diagram-mule-task.component.ts 59% building modules 414/449 modules 35 active ...ies/diagram-receive-task.component.ts 59% building modules 414/450 modules 36 active ...s/diagram-rest-call-task.component.ts 59% building modules 414/451 modules 37 active ...ties/diagram-script-task.component.ts 59% building modules 414/452 modules 38 active ...vities/diagram-send-task.component.ts 59% building modules 414/453 modules 39 active ...ies/diagram-service-task.component.ts 59% building modules 414/454 modules 40 active ...vities/diagram-user-task.component.ts 59% building modules 414/455 modules 41 active .../activities/diagram-task.component.ts 59% building modules 414/456 modules 42 active ...el-icon-alfresco-publish.component.ts 59% building modules 414/457 modules 43 active ...raphael-icon-box-publish.component.ts 59% building modules 414/458 modules 44 active ...phael-icon-business-rule.component.ts 59% building modules 414/459 modules 45 active ...icons/raphael-icon-camel.component.ts 59% building modules 414/460 modules 46 active ...icons/raphael-icon-error.component.ts 59% building modules 414/461 modules 47 active ...con-google-drive-publish.component.ts 59% building modules 414/462 modules 48 active ...cons/raphael-icon-manual.component.ts 59% building modules 414/463 modules 49 active ...ons/raphael-icon-message.component.ts 59% building modules 414/464 modules 50 active .../icons/raphael-icon-mule.component.ts 59% building modules 414/465 modules 51 active ...ons/raphael-icon-receive.component.ts 59% building modules 414/466 modules 52 active ...s/raphael-icon-rest-call.component.ts 59% building modules 414/467 modules 53 active ...cons/raphael-icon-script.component.ts 59% building modules 414/468 modules 54 active .../icons/raphael-icon-send.component.ts 59% building modules 414/469 modules 55 active ...ons/raphael-icon-service.component.ts 59% building modules 414/470 modules 56 active ...cons/raphael-icon-signal.component.ts 59% building modules 414/471 modules 57 active ...icons/raphael-icon-timer.component.ts 59% building modules 414/472 modules 58 active .../icons/raphael-icon-user.component.ts 59% building modules 414/473 modules 59 active ...events/diagram-end-event.component.ts 59% building modules 414/474 modules 60 active ...nts/events/diagram-event.component.ts 59% building modules 414/475 modules 61 active ...ents/diagram-start-event.component.ts 59% building modules 414/476 modules 62 active ...s/diagram-boundary-event.component.ts 59% building modules 414/477 modules 63 active ...ents/diagram-throw-event.component.ts 59% building modules 414/478 modules 64 active ...ys/diagram-event-gateway.component.ts 59% building modules 414/479 modules 65 active ...iagram-exclusive-gateway.component.ts 59% building modules 414/480 modules 66 active ...gateways/diagram-gateway.component.ts 59% building modules 414/481 modules 67 active ...iagram-inclusive-gateway.component.ts 59% building modules 414/482 modules 68 active ...diagram-parallel-gateway.component.ts 59% building modules 414/483 modules 69 active ...diagram-event-subprocess.component.ts 59% building modules 414/484 modules 70 active ...tural/diagram-subprocess.component.ts 59% building modules 414/485 modules 71 active ...ermediate-catching-event.component.ts 59% building modules 414/486 modules 72 active ...ram-container-icon-event.component.ts 59% building modules 414/487 modules 73 active ...on-alfresco-publish-task.component.ts 59% building modules 414/488 modules 74 active ...am-icon-box-publish-task.component.ts 59% building modules 414/489 modules 75 active ...-icon-business-rule-task.component.ts 59% building modules 414/490 modules 76 active .../diagram-icon-camel-task.component.ts 59% building modules 414/491 modules 77 active ...icons/diagram-icon-error.component.ts 59% building modules 414/492 modules 78 active ...oogle-drive-publish-task.component.ts 59% building modules 414/493 modules 79 active ...diagram-icon-manual-task.component.ts 59% building modules 414/494 modules 80 active ...ons/diagram-icon-message.component.ts 59% building modules 414/495 modules 81 active ...s/diagram-icon-mule-task.component.ts 59% building modules 414/496 modules 82 active ...iagram-icon-receive-task.component.ts 59% building modules 414/497 modules 83 active ...gram-icon-rest-call-task.component.ts 59% building modules 414/498 modules 84 active ...diagram-icon-script-task.component.ts 59% building modules 414/499 modules 85 active ...s/diagram-icon-send-task.component.ts 59% building modules 414/500 modules 86 active ...iagram-icon-service-task.component.ts 59% building modules 414/501 modules 87 active ...cons/diagram-icon-signal.component.ts 59% building modules 414/502 modules 88 active ...icons/diagram-icon-timer.component.ts 59% building modules 414/503 modules 89 active ...s/diagram-icon-user-task.component.ts 59% building modules 414/504 modules 90 active .../tooltip/diagram-tooltip.component.ts 59% building modules 414/505 modules 91 active ...s/swimlanes/diagram-pool.component.ts 59% building modules 414/506 modules 92 active .../swimlanes/diagram-pools.component.ts 58% building modules 414/507 modules 93 active ...s/swimlanes/diagram-lane.component.ts 58% building modules 414/508 modules 94 active .../swimlanes/diagram-lanes.component.ts 58% building modules 414/509 modules 95 active ...s/container/container.widget.model.ts 58% building modules 414/510 modules 96 active ...c-table/dynamic-table-column.model.ts 58% building modules 415/510 modules 95 active ...c-table/dynamic-table-column.model.ts 58% building modules 416/510 modules 94 active ...c-table/dynamic-table-column.model.ts 58% building modules 416/511 modules 95 active .../src/components/diagram.component.css 58% building modules 417/511 modules 94 active ...c-table/dynamic-table-column.model.ts 58% building modules 417/512 modules 95 active ...ranslate/core/src/translate.loader.js 58% building modules 417/513 modules 96 active ...anslate/core/src/translate.service.js 58% building modules 417/514 modules 97 active ...re/src/missing-translation-handler.js 58% building modules 417/515 modules 98 active ...ranslate/core/src/translate.parser.js 58% building modules 417/516 modules 99 active ...slate/core/src/translate.directive.js 58% building modules 417/517 modules 100 active ...-translate/core/src/translate.pipe.js 58% building modules 417/518 modules 101 active ...translate/core/src/translate.store.js 58% building modules 417/519 modules 102 active ...ts/analytics-generator.component.html 58% building modules 417/520 modules 103 active .../analytics-report-list.component.html 58% building modules 417/521 modules 104 active ...lytics-report-heat-map.component.html 57% building modules 417/522 modules 105 active ...tics-report-parameters.component.html 57% building modules 417/523 modules 106 active ...c/components/analytics.component.html 57% building modules 417/524 modules 107 active .../src/dialogs/download-zip.dialog.html 57% building modules 417/525 modules 108 active .../breadcrumb/breadcrumb.component.html 57% building modules 417/526 modules 109 active ...mponents/document-list.component.html 57% building modules 417/527 modules 110 active ...mb/dropdown-breadcrumb.component.html 57% building modules 417/528 modules 111 active .../content-node-selector.component.html 57% building modules 417/529 modules 112 active ...ropdown/sites-dropdown.component.html 57% building modules 417/530 modules 113 active ...n/src/components/login.component.html 57% building modules 417/531 modules 114 active ...al/src/components/like.component.html 57% building modules 417/532 modules 115 active .../src/components/rating.component.html 56% building modules 417/533 modules 116 active .../file-uploading-dialog.component.html 56% building modules 417/534 modules 117 active ...ile-uploading-list-row.component.html 56% building modules 417/535 modules 118 active ...ts/file-uploading-list.component.html 56% building modules 417/536 modules 119 active ...nents/upload-drag-area.component.html 56% building modules 417/537 modules 120 active ...mponents/upload-button.component.html 56% building modules 417/538 modules 121 active ...c/components/imgViewer.component.html 56% building modules 417/539 modules 122 active ...components/mediaPlayer.component.html 56% building modules 417/540 modules 123 active ...c/components/pdfViewer.component.html 56% building modules 417/541 modules 124 active ...c/components/txtViewer.component.html 56% building modules 417/542 modules 125 active ...-format/unknown-format.component.html 56% building modules 417/543 modules 126 active .../src/components/viewer.component.html 55% building modules 417/544 modules 127 active ...ebscript/src/webscript.component.html 55% building modules 417/545 modules 128 active ...wer/info-drawer-layout.component.html 55% building modules 417/546 modules 129 active ...nfo-drawer/info-drawer.component.html 55% building modules 417/547 modules 130 active ...on/infinite-pagination.component.html 55% building modules 417/548 modules 131 active .../pagination/pagination.component.html 55% building modules 417/549 modules 132 active ...s/datatable/empty-list.component.html 55% building modules 417/550 modules 133 active ...ts/datatable/datatable.component.html 55% building modules 417/551 modules 134 active ...c/components/form-list.component.html 55% building modules 417/552 modules 135 active .../components/start-form.component.html 55% building modules 417/553 modules 136 active ...rm/src/components/form.component.html 55% building modules 417/554 modules 137 active ...s/widgets/content/content.widget.html 55% building modules 417/555 modules 138 active ...ate-process-attachment.component.html 54% building modules 417/556 modules 139 active ...rocess-attachment-list.component.html 54% building modules 417/557 modules 140 active ...nents/process-comments.component.html 54% building modules 417/558 modules 141 active ...onents/process-filters.component.html 54% building modules 417/559 modules 142 active ...ocess-instance-details.component.html 54% building modules 417/560 modules 143 active ...rocess-instance-header.component.html 54% building modules 417/561 modules 144 active ...process-instance-tasks.component.html 54% building modules 417/562 modules 145 active ...mponents/start-process.component.html 54% building modules 417/563 modules 146 active ...omponents/process-list.component.html 54% building modules 417/564 modules 147 active ...c/components/checklist.component.html 54% building modules 417/565 modules 148 active ...omponents/comment-list.component.html 54% building modules 417/566 modules 149 active ...c/components/apps-list.component.html 54% building modules 417/567 modules 150 active ...rc/components/comments.component.html 54% building modules 417/568 modules 151 active ...create-task-attachment.component.html 53% building modules 417/569 modules 152 active ...components/people-list.component.html 53% building modules 417/570 modules 153 active ...mponents/people-search.component.html 53% building modules 417/571 modules 154 active .../src/components/people.component.html 53% building modules 417/572 modules 155 active ...s/task-attachment-list.component.html 53% building modules 417/573 modules 156 active .../components/start-task.component.html 53% building modules 417/574 modules 157 active ...omponents/task-details.component.html 53% building modules 417/575 modules 158 active ...omponents/task-filters.component.html 53% building modules 417/576 modules 159 active ...components/task-header.component.html 53% building modules 417/577 modules 160 active ...c/components/task-list.component.html 53% building modules 417/578 modules 161 active ...ts/search-autocomplete.component.html 53% building modules 417/579 modules 162 active ...ponents/search-control.component.html 53% building modules 417/580 modules 163 active .../src/components/search.component.html 53% building modules 417/581 modules 164 active ...components/tag-actions.component.html 52% building modules 417/582 modules 165 active ...rc/components/tag-list.component.html 52% building modules 417/583 modules 166 active ...mponents/tag-node-list.component.html 52% building modules 417/584 modules 167 active ...c/components/user-info.component.html 52% building modules 417/585 modules 168 active ...widgets/checkbox/checkbox.widget.html 52% building modules 417/586 modules 169 active ...ets/date-range/date-range.widget.html 52% building modules 417/587 modules 170 active ...widgets/dropdown/dropdown.widget.html 52% building modules 417/588 modules 171 active ...widgets/duration/duration.widget.html 52% building modules 417/589 modules 172 active ...nts/widgets/number/number.widget.html 52% building modules 417/590 modules 173 active .../diagram-sequence-flow.component.html 52% building modules 417/591 modules 174 active ...src/components/diagram.component.html 52% building modules 417/592 modules 175 active ...iew/card-view-dateitem.component.html 52% building modules 417/593 modules 176 active ...view/card-view-mapitem.component.html 52% building modules 417/594 modules 177 active ...iew/card-view-textitem.component.html 52% building modules 417/595 modules 178 active ...ponents/view/card-view.component.html 51% building modules 417/596 modules 179 active ...onents/toolbar/toolbar.component.html 51% building modules 417/597 modules 180 active ...psable/accordion-group.component.html 51% building modules 417/598 modules 181 active ...namic-table/dynamic-table.widget.html 51% building modules 417/599 modules 182 active ...dgets/container/container.widget.html 51% building modules 417/600 modules 183 active ...ponents/widgets/tabs/tabs.widget.html 51% building modules 417/601 modules 184 active ...nts/widgets/amount/amount.widget.html 51% building modules 417/602 modules 185 active ...nts/widgets/attach/attach.widget.html 51% building modules 417/603 modules 186 active ...widgets/checkbox/checkbox.widget.html 51% building modules 417/604 modules 187 active ...ponents/widgets/date/date.widget.html 51% building modules 417/605 modules 188 active ...display-text/display-text.widget.html 51% building modules 417/606 modules 189 active ...e/editors/boolean/boolean.editor.html 51% building modules 417/607 modules 190 active ...widgets/dropdown/dropdown.widget.html 51% building modules 417/608 modules 191 active ...widgets/document/document.widget.html 51% building modules 417/609 modules 192 active ...dynamic-table/editors/row.editor.html 51% building modules 417/610 modules 193 active ...c-table/editors/date/date.editor.html 50% building modules 417/611 modules 194 active ...c-table/editors/text/text.editor.html 50% building modules 417/612 modules 195 active ...editors/dropdown/dropdown.editor.html 50% building modules 417/613 modules 196 active ...al-group/functional-group.widget.html 50% building modules 417/614 modules 197 active ...ts/widgets/error/error.component.html 50% building modules 417/615 modules 198 active ...iline-text/multiline-text.widget.html 50% building modules 417/616 modules 199 active ...nts/widgets/number/number.widget.html 50% building modules 417/617 modules 200 active ...nts/widgets/people/people.widget.html 50% building modules 417/618 modules 201 active ...dgets/hyperlink/hyperlink.widget.html 50% building modules 417/619 modules 202 active ...dio-buttons/radio-buttons.widget.html 50% building modules 417/620 modules 203 active ...dgets/typeahead/typeahead.widget.html 50% building modules 417/621 modules 204 active ...ponents/widgets/text/text.widget.html 50% building modules 417/622 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 417/623 modules 206 active ...ts/analytics-generator.component.scss 50% building modules 418/623 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 418/624 modules 206 active .../analytics-report-list.component.scss 50% building modules 419/624 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 419/625 modules 206 active ...tics-report-parameters.component.scss 50% building modules 420/625 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 420/626 modules 206 active ...c/components/analytics.component.scss 50% building modules 421/626 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 421/627 modules 206 active .../src/dialogs/download-zip.dialog.scss 50% building modules 422/627 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 422/628 modules 206 active .../breadcrumb/breadcrumb.component.scss 50% building modules 423/628 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 423/629 modules 206 active ...mponents/document-list.component.scss 50% building modules 424/629 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 424/630 modules 206 active ...mb/dropdown-breadcrumb.component.scss 50% building modules 425/630 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 425/631 modules 206 active .../content-node-selector.component.scss 50% building modules 426/631 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 426/632 modules 206 active ...ropdown/sites-dropdown.component.scss 50% building modules 427/632 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 427/633 modules 206 active ...n/src/components/login.component.scss 50% building modules 428/633 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 428/634 modules 206 active ...al/src/components/like.component.scss 50% building modules 429/634 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 429/635 modules 206 active .../src/components/rating.component.scss 50% building modules 430/635 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 430/636 modules 206 active .../file-uploading-dialog.component.scss 50% building modules 431/636 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 431/637 modules 206 active ...ile-uploading-list-row.component.scss 50% building modules 432/637 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 432/638 modules 206 active ...ts/file-uploading-list.component.scss 50% building modules 433/638 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 433/639 modules 206 active ...mponents/upload-button.component.scss 50% building modules 434/639 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 434/640 modules 206 active ...c/components/imgViewer.component.scss 50% building modules 435/640 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 435/641 modules 206 active ...components/mediaPlayer.component.scss 50% building modules 436/641 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 436/642 modules 206 active ...c/components/pdfViewer.component.scss 50% building modules 437/642 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 437/643 modules 206 active ...mponents/pdfViewerHost.component.scss 50% building modules 438/643 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 438/644 modules 206 active ...c/components/txtViewer.component.scss 50% building modules 439/644 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 439/645 modules 206 active ...-format/unknown-format.component.scss 50% building modules 440/645 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 440/646 modules 206 active .../src/components/viewer.component.scss 50% building modules 441/646 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 441/647 modules 206 active ...wer/info-drawer-layout.component.scss 50% building modules 442/647 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 442/648 modules 206 active ...nfo-drawer/info-drawer.component.scss 51% building modules 443/648 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 443/649 modules 206 active ...on/infinite-pagination.component.scss 51% building modules 444/649 modules 205 active ...nts/widgets/upload/upload.widget.html 50% building modules 444/650 modules 206 active .../pagination/pagination.component.scss 51% building modules 445/650 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 445/651 modules 206 active ...s/datatable/empty-list.component.scss 51% building modules 446/651 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 446/652 modules 206 active ...ts/datatable/datatable.component.scss 51% building modules 447/652 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 447/653 modules 206 active ...c/components/form-list.component.scss 51% building modules 448/653 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 448/654 modules 206 active ...rm/src/components/form.component.scss 51% building modules 449/654 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 449/655 modules 206 active ...s/widgets/content/content.widget.scss 51% building modules 450/655 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 450/656 modules 206 active ...rocess-attachment-list.component.scss 51% building modules 451/656 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 451/657 modules 206 active ...onents/process-filters.component.scss 51% building modules 452/657 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 452/658 modules 206 active ...mponents/start-process.component.scss 51% building modules 453/658 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 453/659 modules 206 active ...c/components/checklist.component.scss 51% building modules 454/659 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 454/660 modules 206 active ...omponents/comment-list.component.scss 51% building modules 455/660 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 455/661 modules 206 active ...c/components/apps-list.component.scss 51% building modules 456/661 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 456/662 modules 206 active ...c/components/apps-grid.component.scss 51% building modules 457/662 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 457/663 modules 206 active ...create-task-attachment.component.scss 51% building modules 458/663 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 458/664 modules 206 active ...components/people-list.component.scss 51% building modules 459/664 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 459/665 modules 206 active ...mponents/people-search.component.scss 51% building modules 460/665 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 460/666 modules 206 active .../src/components/people.component.scss 51% building modules 461/666 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 461/667 modules 206 active ...s/task-attachment-list.component.scss 51% building modules 462/667 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 462/668 modules 206 active .../components/start-task.component.scss 51% building modules 463/668 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 463/669 modules 206 active ...omponents/task-details.component.scss 51% building modules 464/669 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 464/670 modules 206 active ...omponents/task-filters.component.scss 51% building modules 465/670 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 465/671 modules 206 active ...components/task-header.component.scss 51% building modules 466/671 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 466/672 modules 206 active ...ts/search-autocomplete.component.scss 51% building modules 467/672 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 467/673 modules 206 active ...ponents/search-control.component.scss 51% building modules 468/673 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 468/674 modules 206 active .../src/components/search.component.scss 51% building modules 469/674 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 469/675 modules 206 active ...components/tag-actions.component.scss 51% building modules 470/675 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 470/676 modules 206 active ...rc/components/tag-list.component.scss 51% building modules 471/676 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 471/677 modules 206 active ...mponents/tag-node-list.component.scss 51% building modules 472/677 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 472/678 modules 206 active ...c/components/user-info.component.scss 51% building modules 473/678 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 473/679 modules 206 active ...ets/date-range/date-range.widget.scss 51% building modules 474/679 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 474/680 modules 206 active ...widgets/dropdown/dropdown.widget.scss 51% building modules 475/680 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 475/681 modules 206 active ...widgets/duration/duration.widget.scss 51% building modules 476/681 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 476/682 modules 206 active ...nts/widgets/number/number.widget.scss 51% building modules 477/682 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 477/683 modules 206 active ...iew/card-view-dateitem.component.scss 51% building modules 478/683 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 478/684 modules 206 active ...view/card-view-mapitem.component.scss 52% building modules 479/684 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 479/685 modules 206 active ...iew/card-view-textitem.component.scss 52% building modules 480/685 modules 205 active ...nts/widgets/upload/upload.widget.html 51% building modules 480/686 modules 206 active ...ponents/view/card-view.component.scss 52% building modules 481/686 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 481/687 modules 206 active ...onents/toolbar/toolbar.component.scss 52% building modules 482/687 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 482/688 modules 206 active ...psable/accordion-group.component.scss 52% building modules 483/688 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 483/689 modules 206 active ...namic-table/dynamic-table.widget.scss 52% building modules 484/689 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 484/690 modules 206 active ...dgets/container/container.widget.scss 52% building modules 485/690 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 485/691 modules 206 active ...s/widgets/unknown/unknown.widget.scss 52% building modules 486/691 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 486/692 modules 206 active ...nts/widgets/amount/amount.widget.scss 52% building modules 487/692 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 487/693 modules 206 active ...ponents/widgets/date/date.widget.scss 52% building modules 488/693 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 488/694 modules 206 active ...display-text/display-text.widget.scss 52% building modules 489/694 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 489/695 modules 206 active ...e/editors/boolean/boolean.editor.scss 52% building modules 490/695 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 490/696 modules 206 active ...widgets/dropdown/dropdown.widget.scss 52% building modules 491/696 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 491/697 modules 206 active ...c-table/editors/date/date.editor.scss 52% building modules 492/697 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 492/698 modules 206 active ...c-table/editors/text/text.editor.scss 52% building modules 493/698 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 493/699 modules 206 active ...editors/dropdown/dropdown.editor.scss 52% building modules 494/699 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 494/700 modules 206 active ...al-group/functional-group.widget.scss 52% building modules 495/700 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 495/701 modules 206 active ...ts/widgets/error/error.component.scss 52% building modules 496/701 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 496/702 modules 206 active ...iline-text/multiline-text.widget.scss 52% building modules 497/702 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 497/703 modules 206 active ...nts/widgets/number/number.widget.scss 52% building modules 498/703 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 498/704 modules 206 active ...nts/widgets/people/people.widget.scss 52% building modules 499/704 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 499/705 modules 206 active ...dgets/hyperlink/hyperlink.widget.scss 52% building modules 500/705 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 500/706 modules 206 active ...dio-buttons/radio-buttons.widget.scss 52% building modules 501/706 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 501/707 modules 206 active ...dgets/typeahead/typeahead.widget.scss 52% building modules 502/707 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 502/708 modules 206 active ...ponents/widgets/text/text.widget.scss 52% building modules 503/708 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 503/709 modules 206 active ...nts/widgets/upload/upload.widget.scss 52% building modules 504/709 modules 205 active ...nts/widgets/upload/upload.widget.html 52% building modules 505/709 modules 204 active ...nts/widgets/upload/upload.widget.html 52% building modules 505/710 modules 205 active ...ents/widgets/attach/attach.widget.css 52% building modules 506/710 modules 204 active ...nts/widgets/upload/upload.widget.html 52% building modules 507/710 modules 203 active ...nts/widgets/upload/upload.widget.html 52% building modules 507/711 modules 204 active .../dynamic-table/editors/row.editor.css 52% building modules 508/711 modules 203 active ...nts/widgets/upload/upload.widget.html 52% building modules 508/712 modules 204 active ...ts/analytics-generator.component.scss 52% building modules 508/713 modules 205 active .../analytics-report-list.component.scss 52% building modules 508/714 modules 206 active ...tics-report-parameters.component.scss 52% building modules 508/715 modules 207 active ...c/components/analytics.component.scss 52% building modules 508/716 modules 208 active .../src/dialogs/download-zip.dialog.scss 52% building modules 508/717 modules 209 active ...mponents/document-list.component.scss 52% building modules 508/718 modules 210 active ...n/src/components/login.component.scss 52% building modules 508/719 modules 211 active ...al/src/components/like.component.scss 52% building modules 508/720 modules 212 active .../src/components/rating.component.scss 52% building modules 508/721 modules 213 active .../file-uploading-dialog.component.scss 52% building modules 508/722 modules 214 active ...ile-uploading-list-row.component.scss 52% building modules 508/723 modules 215 active ...ts/file-uploading-list.component.scss 52% building modules 508/724 modules 216 active ...mponents/upload-button.component.scss 52% building modules 508/725 modules 217 active ...c/components/imgViewer.component.scss 51% building modules 508/726 modules 218 active ...components/mediaPlayer.component.scss 51% building modules 508/727 modules 219 active ...c/components/pdfViewer.component.scss 51% building modules 508/728 modules 220 active ...mponents/pdfViewerHost.component.scss 51% building modules 508/729 modules 221 active ...c/components/txtViewer.component.scss 51% building modules 508/730 modules 222 active .../src/components/viewer.component.scss 51% building modules 508/731 modules 223 active ...c/components/form-list.component.scss 51% building modules 508/732 modules 224 active ...rm/src/components/form.component.scss 51% building modules 508/733 modules 225 active ...rocess-attachment-list.component.scss 51% building modules 508/734 modules 226 active ...onents/process-filters.component.scss 51% building modules 508/735 modules 227 active ...mponents/start-process.component.scss 51% building modules 508/736 modules 228 active ...c/components/checklist.component.scss 51% building modules 508/737 modules 229 active ...omponents/comment-list.component.scss 51% building modules 508/738 modules 230 active ...c/components/apps-list.component.scss 51% building modules 508/739 modules 231 active ...c/components/apps-grid.component.scss 51% building modules 508/740 modules 232 active ...create-task-attachment.component.scss 51% building modules 508/741 modules 233 active ...components/people-list.component.scss 51% building modules 508/742 modules 234 active ...mponents/people-search.component.scss 51% building modules 508/743 modules 235 active .../src/components/people.component.scss 50% building modules 508/744 modules 236 active ...s/task-attachment-list.component.scss 50% building modules 508/745 modules 237 active .../components/start-task.component.scss 50% building modules 508/746 modules 238 active ...omponents/task-details.component.scss 50% building modules 508/747 modules 239 active ...omponents/task-filters.component.scss 50% building modules 508/748 modules 240 active ...components/task-header.component.scss 50% building modules 508/749 modules 241 active ...ts/search-autocomplete.component.scss 50% building modules 508/750 modules 242 active ...ponents/search-control.component.scss 50% building modules 508/751 modules 243 active .../src/components/search.component.scss 50% building modules 508/752 modules 244 active ...components/tag-actions.component.scss 50% building modules 508/753 modules 245 active ...rc/components/tag-list.component.scss 50% building modules 508/754 modules 246 active ...mponents/tag-node-list.component.scss 50% building modules 508/755 modules 247 active ...c/components/user-info.component.scss 50% building modules 508/756 modules 248 active .../breadcrumb/breadcrumb.component.scss 50% building modules 508/757 modules 249 active ...mb/dropdown-breadcrumb.component.scss 50% building modules 508/758 modules 250 active .../content-node-selector.component.scss 50% building modules 508/759 modules 251 active ...ropdown/sites-dropdown.component.scss 50% building modules 508/760 modules 252 active ...-format/unknown-format.component.scss 50% building modules 508/761 modules 253 active ...wer/info-drawer-layout.component.scss 50% building modules 508/762 modules 254 active ...nfo-drawer/info-drawer.component.scss 49% building modules 508/763 modules 255 active ...on/infinite-pagination.component.scss 49% building modules 508/764 modules 256 active .../pagination/pagination.component.scss 49% building modules 508/765 modules 257 active ...s/datatable/empty-list.component.scss 49% building modules 508/766 modules 258 active ...ts/datatable/datatable.component.scss 49% building modules 508/767 modules 259 active ...iew/card-view-dateitem.component.scss 49% building modules 508/768 modules 260 active ...view/card-view-mapitem.component.scss 49% building modules 508/769 modules 261 active ...iew/card-view-textitem.component.scss 49% building modules 508/770 modules 262 active ...ponents/view/card-view.component.scss 49% building modules 508/771 modules 263 active ...onents/toolbar/toolbar.component.scss 49% building modules 508/772 modules 264 active ...psable/accordion-group.component.scss 49% building modules 508/773 modules 265 active ...s/widgets/content/content.widget.scss 49% building modules 508/774 modules 266 active ...ets/date-range/date-range.widget.scss 49% building modules 508/775 modules 267 active ...widgets/dropdown/dropdown.widget.scss 49% building modules 508/776 modules 268 active ...widgets/duration/duration.widget.scss 49% building modules 508/777 modules 269 active ...nts/widgets/number/number.widget.scss 49% building modules 508/778 modules 270 active ...namic-table/dynamic-table.widget.scss 49% building modules 508/779 modules 271 active ...dgets/container/container.widget.scss 49% building modules 508/780 modules 272 active ...s/widgets/unknown/unknown.widget.scss 49% building modules 508/781 modules 273 active ...nts/widgets/amount/amount.widget.scss 48% building modules 508/782 modules 274 active ...ponents/widgets/date/date.widget.scss 48% building modules 508/783 modules 275 active ...display-text/display-text.widget.scss 48% building modules 508/784 modules 276 active ...widgets/dropdown/dropdown.widget.scss 48% building modules 508/785 modules 277 active ...al-group/functional-group.widget.scss 48% building modules 508/786 modules 278 active ...ts/widgets/error/error.component.scss 48% building modules 508/787 modules 279 active ...iline-text/multiline-text.widget.scss 48% building modules 508/788 modules 280 active ...nts/widgets/number/number.widget.scss 48% building modules 508/789 modules 281 active ...nts/widgets/people/people.widget.scss 48% building modules 508/790 modules 282 active ...dgets/hyperlink/hyperlink.widget.scss 48% building modules 508/791 modules 283 active ...dio-buttons/radio-buttons.widget.scss 48% building modules 508/792 modules 284 active ...dgets/typeahead/typeahead.widget.scss 48% building modules 508/793 modules 285 active ...ponents/widgets/text/text.widget.scss 48% building modules 508/794 modules 286 active ...nts/widgets/upload/upload.widget.scss 48% building modules 508/795 modules 287 active ...e/editors/boolean/boolean.editor.scss 48% building modules 508/796 modules 288 active ...c-table/editors/date/date.editor.scss 48% building modules 508/797 modules 289 active ...c-table/editors/text/text.editor.scss 48% building modules 508/798 modules 290 active ...editors/dropdown/dropdown.editor.scss 48% building modules 509/798 modules 289 active ...editors/dropdown/dropdown.editor.scss 48% building modules 510/798 modules 288 active ...editors/dropdown/dropdown.editor.scss 48% building modules 511/798 modules 287 active ...editors/dropdown/dropdown.editor.scss 48% building modules 512/798 modules 286 active ...editors/dropdown/dropdown.editor.scss 48% building modules 513/798 modules 285 active ...editors/dropdown/dropdown.editor.scss 48% building modules 514/798 modules 284 active ...editors/dropdown/dropdown.editor.scss 48% building modules 515/798 modules 283 active ...editors/dropdown/dropdown.editor.scss 48% building modules 516/798 modules 282 active ...editors/dropdown/dropdown.editor.scss 48% building modules 517/798 modules 281 active ...editors/dropdown/dropdown.editor.scss 48% building modules 518/798 modules 280 active ...editors/dropdown/dropdown.editor.scss 49% building modules 519/798 modules 279 active ...editors/dropdown/dropdown.editor.scss 49% building modules 520/798 modules 278 active ...editors/dropdown/dropdown.editor.scss 49% building modules 521/798 modules 277 active ...editors/dropdown/dropdown.editor.scss 49% building modules 522/798 modules 276 active ...editors/dropdown/dropdown.editor.scss 49% building modules 523/798 modules 275 active ...editors/dropdown/dropdown.editor.scss 49% building modules 524/798 modules 274 active ...editors/dropdown/dropdown.editor.scss 49% building modules 525/798 modules 273 active ...editors/dropdown/dropdown.editor.scss 49% building modules 526/798 modules 272 active ...editors/dropdown/dropdown.editor.scss 49% building modules 527/798 modules 271 active ...editors/dropdown/dropdown.editor.scss 49% building modules 528/798 modules 270 active ...editors/dropdown/dropdown.editor.scss 49% building modules 529/798 modules 269 active ...editors/dropdown/dropdown.editor.scss 49% building modules 530/798 modules 268 active ...editors/dropdown/dropdown.editor.scss 49% building modules 531/798 modules 267 active ...editors/dropdown/dropdown.editor.scss 50% building modules 532/798 modules 266 active ...editors/dropdown/dropdown.editor.scss 50% building modules 533/798 modules 265 active ...editors/dropdown/dropdown.editor.scss 50% building modules 534/798 modules 264 active ...editors/dropdown/dropdown.editor.scss 50% building modules 535/798 modules 263 active ...editors/dropdown/dropdown.editor.scss 50% building modules 536/798 modules 262 active ...editors/dropdown/dropdown.editor.scss 50% building modules 537/798 modules 261 active ...editors/dropdown/dropdown.editor.scss 50% building modules 538/798 modules 260 active ...editors/dropdown/dropdown.editor.scss 50% building modules 539/798 modules 259 active ...editors/dropdown/dropdown.editor.scss 50% building modules 540/798 modules 258 active ...editors/dropdown/dropdown.editor.scss 50% building modules 541/798 modules 257 active ...editors/dropdown/dropdown.editor.scss 50% building modules 542/798 modules 256 active ...editors/dropdown/dropdown.editor.scss 50% building modules 543/798 modules 255 active ...editors/dropdown/dropdown.editor.scss 50% building modules 544/798 modules 254 active ...editors/dropdown/dropdown.editor.scss 50% building modules 545/798 modules 253 active ...editors/dropdown/dropdown.editor.scss 51% building modules 546/798 modules 252 active ...editors/dropdown/dropdown.editor.scss 51% building modules 547/798 modules 251 active ...editors/dropdown/dropdown.editor.scss 51% building modules 548/798 modules 250 active ...editors/dropdown/dropdown.editor.scss 51% building modules 549/798 modules 249 active ...editors/dropdown/dropdown.editor.scss 51% building modules 550/798 modules 248 active ...editors/dropdown/dropdown.editor.scss 51% building modules 551/798 modules 247 active ...editors/dropdown/dropdown.editor.scss 51% building modules 552/798 modules 246 active ...editors/dropdown/dropdown.editor.scss 51% building modules 553/798 modules 245 active ...editors/dropdown/dropdown.editor.scss 51% building modules 554/798 modules 244 active ...editors/dropdown/dropdown.editor.scss 51% building modules 555/798 modules 243 active ...editors/dropdown/dropdown.editor.scss 51% building modules 556/798 modules 242 active ...editors/dropdown/dropdown.editor.scss 51% building modules 557/798 modules 241 active ...editors/dropdown/dropdown.editor.scss 51% building modules 558/798 modules 240 active ...editors/dropdown/dropdown.editor.scss 52% building modules 559/798 modules 239 active ...editors/dropdown/dropdown.editor.scss 52% building modules 560/798 modules 238 active ...editors/dropdown/dropdown.editor.scss 52% building modules 561/798 modules 237 active ...editors/dropdown/dropdown.editor.scss 52% building modules 562/798 modules 236 active ...editors/dropdown/dropdown.editor.scss 52% building modules 563/798 modules 235 active ...editors/dropdown/dropdown.editor.scss 52% building modules 564/798 modules 234 active ...editors/dropdown/dropdown.editor.scss 52% building modules 565/798 modules 233 active ...editors/dropdown/dropdown.editor.scss 52% building modules 566/798 modules 232 active ...editors/dropdown/dropdown.editor.scss 52% building modules 567/798 modules 231 active ...editors/dropdown/dropdown.editor.scss 52% building modules 568/798 modules 230 active ...editors/dropdown/dropdown.editor.scss 52% building modules 569/798 modules 229 active ...editors/dropdown/dropdown.editor.scss 52% building modules 570/798 modules 228 active ...editors/dropdown/dropdown.editor.scss 52% building modules 571/798 modules 227 active ...editors/dropdown/dropdown.editor.scss 53% building modules 572/798 modules 226 active ...editors/dropdown/dropdown.editor.scss 53% building modules 573/798 modules 225 active ...editors/dropdown/dropdown.editor.scss 53% building modules 574/798 modules 224 active ...editors/dropdown/dropdown.editor.scss 53% building modules 575/798 modules 223 active ...editors/dropdown/dropdown.editor.scss 53% building modules 576/798 modules 222 active ...editors/dropdown/dropdown.editor.scss 53% building modules 577/798 modules 221 active ...editors/dropdown/dropdown.editor.scss 53% building modules 578/798 modules 220 active ...editors/dropdown/dropdown.editor.scss 53% building modules 579/798 modules 219 active ...editors/dropdown/dropdown.editor.scss 53% building modules 580/798 modules 218 active ...editors/dropdown/dropdown.editor.scss 53% building modules 581/798 modules 217 active ...editors/dropdown/dropdown.editor.scss 53% building modules 582/798 modules 216 active ...editors/dropdown/dropdown.editor.scss 53% building modules 583/798 modules 215 active ...editors/dropdown/dropdown.editor.scss 53% building modules 584/798 modules 214 active ...editors/dropdown/dropdown.editor.scss 53% building modules 585/798 modules 213 active ...editors/dropdown/dropdown.editor.scss 54% building modules 586/798 modules 212 active ...editors/dropdown/dropdown.editor.scss 54% building modules 587/798 modules 211 active ...editors/dropdown/dropdown.editor.scss 54% building modules 588/798 modules 210 active ...editors/dropdown/dropdown.editor.scss 54% building modules 589/798 modules 209 active ...editors/dropdown/dropdown.editor.scss 54% building modules 590/798 modules 208 active ...editors/dropdown/dropdown.editor.scss 54% building modules 591/798 modules 207 active ...editors/dropdown/dropdown.editor.scss 54% building modules 592/798 modules 206 active ...editors/dropdown/dropdown.editor.scss 54% building modules 593/798 modules 205 active ...editors/dropdown/dropdown.editor.scss 54% building modules 594/798 modules 204 active ...editors/dropdown/dropdown.editor.scss 54% building modules 595/798 modules 203 active ...editors/dropdown/dropdown.editor.scss 54% building modules 596/798 modules 202 active ...editors/dropdown/dropdown.editor.scss 54% building modules 597/798 modules 201 active ...editors/dropdown/dropdown.editor.scss 54% building modules 598/798 modules 200 active ...editors/dropdown/dropdown.editor.scss 55% building modules 599/798 modules 199 active ...editors/dropdown/dropdown.editor.scss 55% building modules 600/798 modules 198 active ...editors/dropdown/dropdown.editor.scss 55% building modules 601/798 modules 197 active ...editors/dropdown/dropdown.editor.scss 55% building modules 602/798 modules 196 active ...editors/dropdown/dropdown.editor.scss        55% building modules 602/799 modules 197 active external "rxjs/add/observable/of" 55% building modules 603/799 modules 196 active ...editors/dropdown/dropdown.editor.scss      55% building modules 603/800 modules 197 active external "rxjs/add/operator/concat" 55% building modules 604/800 modules 196 active ...editors/dropdown/dropdown.editor.scss       55% building modules 604/801 modules 197 active external "rxjs/add/operator/share" 55% building modules 605/801 modules 196 active ...editors/dropdown/dropdown.editor.scss         55% building modules 605/802 modules 197 active external "rxjs/add/operator/map" 55% building modules 606/802 modules 196 active ...editors/dropdown/dropdown.editor.scss       55% building modules 606/803 modules 197 active external "rxjs/add/operator/merge" 55% building modules 607/803 modules 196 active ...editors/dropdown/dropdown.editor.scss   55% building modules 607/804 modules 197 active external "rxjs/add/operator/switchMap" 55% building modules 608/804 modules 196 active ...editors/dropdown/dropdown.editor.scss     55% building modules 608/805 modules 197 active external "rxjs/add/operator/toArray" 55% building modules 609/805 modules 196 active ...editors/dropdown/dropdown.editor.scss        55% building modules 609/806 modules 197 active external "rxjs/add/operator/take" 55% building modules 610/806 modules 196 active ...editors/dropdown/dropdown.editor.scss 55% building modules 611/806 modules 195 active ...editors/dropdown/dropdown.editor.scss 55% building modules 612/806 modules 194 active ...editors/dropdown/dropdown.editor.scss 55% building modules 613/806 modules 193 active ...editors/dropdown/dropdown.editor.scss 55% building modules 614/806 modules 192 active ...editors/dropdown/dropdown.editor.scss 55% building modules 615/806 modules 191 active ...editors/dropdown/dropdown.editor.scss 55% building modules 616/806 modules 190 active ...editors/dropdown/dropdown.editor.scss 55% building modules 617/806 modules 189 active ...editors/dropdown/dropdown.editor.scss 56% building modules 618/806 modules 188 active ...editors/dropdown/dropdown.editor.scss 56% building modules 619/806 modules 187 active ...editors/dropdown/dropdown.editor.scss 56% building modules 620/806 modules 186 active ...editors/dropdown/dropdown.editor.scss 56% building modules 621/806 modules 185 active ...editors/dropdown/dropdown.editor.scss 56% building modules 622/806 modules 184 active ...editors/dropdown/dropdown.editor.scss 56% building modules 623/806 modules 183 active ...editors/dropdown/dropdown.editor.scss 56% building modules 624/806 modules 182 active ...editors/dropdown/dropdown.editor.scss 56% building modules 625/806 modules 181 active ...editors/dropdown/dropdown.editor.scss 56% building modules 626/806 modules 180 active ...editors/dropdown/dropdown.editor.scss 56% building modules 627/806 modules 179 active ...editors/dropdown/dropdown.editor.scss 56% building modules 628/806 modules 178 active ...editors/dropdown/dropdown.editor.scss 56% building modules 629/806 modules 177 active ...editors/dropdown/dropdown.editor.scss 56% building modules 630/806 modules 176 active ...editors/dropdown/dropdown.editor.scss 56% building modules 631/806 modules 175 active ...editors/dropdown/dropdown.editor.scss 57% building modules 632/806 modules 174 active ...editors/dropdown/dropdown.editor.scss 57% building modules 633/806 modules 173 active ...editors/dropdown/dropdown.editor.scss 57% building modules 634/806 modules 172 active ...editors/dropdown/dropdown.editor.scss 57% building modules 635/806 modules 171 active ...editors/dropdown/dropdown.editor.scss 57% building modules 636/806 modules 170 active ...editors/dropdown/dropdown.editor.scss 57% building modules 637/806 modules 169 active ...editors/dropdown/dropdown.editor.scss 57% building modules 638/806 modules 168 active ...editors/dropdown/dropdown.editor.scss 57% building modules 639/806 modules 167 active ...editors/dropdown/dropdown.editor.scss 57% building modules 640/806 modules 166 active ...editors/dropdown/dropdown.editor.scss 57% building modules 641/806 modules 165 active ...editors/dropdown/dropdown.editor.scss 57% building modules 642/806 modules 164 active ...editors/dropdown/dropdown.editor.scss 57% building modules 643/806 modules 163 active ...editors/dropdown/dropdown.editor.scss 57% building modules 644/806 modules 162 active ...editors/dropdown/dropdown.editor.scss 58% building modules 645/806 modules 161 active ...editors/dropdown/dropdown.editor.scss 58% building modules 646/806 modules 160 active ...editors/dropdown/dropdown.editor.scss 58% building modules 647/806 modules 159 active ...editors/dropdown/dropdown.editor.scss 58% building modules 648/806 modules 158 active ...editors/dropdown/dropdown.editor.scss 58% building modules 649/806 modules 157 active ...editors/dropdown/dropdown.editor.scss 58% building modules 650/806 modules 156 active ...editors/dropdown/dropdown.editor.scss 58% building modules 651/806 modules 155 active ...editors/dropdown/dropdown.editor.scss 58% building modules 652/806 modules 154 active ...editors/dropdown/dropdown.editor.scss 58% building modules 653/806 modules 153 active ...editors/dropdown/dropdown.editor.scss 58% building modules 654/806 modules 152 active ...editors/dropdown/dropdown.editor.scss 58% building modules 655/806 modules 151 active ...editors/dropdown/dropdown.editor.scss 58% building modules 656/806 modules 150 active ...editors/dropdown/dropdown.editor.scss 58% building modules 657/806 modules 149 active ...editors/dropdown/dropdown.editor.scss 58% building modules 658/806 modules 148 active ...editors/dropdown/dropdown.editor.scss 59% building modules 659/806 modules 147 active ...editors/dropdown/dropdown.editor.scss 59% building modules 660/806 modules 146 active ...editors/dropdown/dropdown.editor.scss 59% building modules 661/806 modules 145 active ...editors/dropdown/dropdown.editor.scss 59% building modules 662/806 modules 144 active ...editors/dropdown/dropdown.editor.scss 59% building modules 663/806 modules 143 active ...editors/dropdown/dropdown.editor.scss 59% building modules 664/806 modules 142 active ...editors/dropdown/dropdown.editor.scss 59% building modules 665/806 modules 141 active ...editors/dropdown/dropdown.editor.scss 59% building modules 666/806 modules 140 active ...editors/dropdown/dropdown.editor.scss 59% building modules 667/806 modules 139 active ...editors/dropdown/dropdown.editor.scss 59% building modules 668/806 modules 138 active ...editors/dropdown/dropdown.editor.scss 59% building modules 669/806 modules 137 active ...editors/dropdown/dropdown.editor.scss 59% building modules 670/806 modules 136 active ...editors/dropdown/dropdown.editor.scss 59% building modules 671/806 modules 135 active ...editors/dropdown/dropdown.editor.scss 60% building modules 672/806 modules 134 active ...editors/dropdown/dropdown.editor.scss 60% building modules 673/806 modules 133 active ...editors/dropdown/dropdown.editor.scss 60% building modules 674/806 modules 132 active ...editors/dropdown/dropdown.editor.scss 60% building modules 675/806 modules 131 active ...editors/dropdown/dropdown.editor.scss 60% building modules 676/806 modules 130 active ...editors/dropdown/dropdown.editor.scss 60% building modules 677/806 modules 129 active ...editors/dropdown/dropdown.editor.scss 60% building modules 678/806 modules 128 active ...editors/dropdown/dropdown.editor.scss 60% building modules 679/806 modules 127 active ...editors/dropdown/dropdown.editor.scss 60% building modules 680/806 modules 126 active ...editors/dropdown/dropdown.editor.scss 60% building modules 681/806 modules 125 active ...editors/dropdown/dropdown.editor.scss 60% building modules 682/806 modules 124 active ...editors/dropdown/dropdown.editor.scss 60% building modules 683/806 modules 123 active ...editors/dropdown/dropdown.editor.scss 60% building modules 684/806 modules 122 active ...editors/dropdown/dropdown.editor.scss 60% building modules 685/806 modules 121 active ...editors/dropdown/dropdown.editor.scss 61% building modules 686/806 modules 120 active ...editors/dropdown/dropdown.editor.scss 61% building modules 687/806 modules 119 active ...editors/dropdown/dropdown.editor.scss 61% building modules 688/806 modules 118 active ...editors/dropdown/dropdown.editor.scss 61% building modules 689/806 modules 117 active ...editors/dropdown/dropdown.editor.scss 61% building modules 690/806 modules 116 active ...editors/dropdown/dropdown.editor.scss 61% building modules 691/806 modules 115 active ...editors/dropdown/dropdown.editor.scss 61% building modules 692/806 modules 114 active ...editors/dropdown/dropdown.editor.scss 61% building modules 693/806 modules 113 active ...editors/dropdown/dropdown.editor.scss 61% building modules 694/806 modules 112 active ...editors/dropdown/dropdown.editor.scss 61% building modules 695/806 modules 111 active ...editors/dropdown/dropdown.editor.scss 61% building modules 696/806 modules 110 active ...editors/dropdown/dropdown.editor.scss 61% building modules 697/806 modules 109 active ...editors/dropdown/dropdown.editor.scss 61% building modules 698/806 modules 108 active ...editors/dropdown/dropdown.editor.scss 62% building modules 699/806 modules 107 active ...editors/dropdown/dropdown.editor.scss 62% building modules 700/806 modules 106 active ...editors/dropdown/dropdown.editor.scss 62% building modules 701/806 modules 105 active ...editors/dropdown/dropdown.editor.scss 62% building modules 702/806 modules 104 active ...editors/dropdown/dropdown.editor.scss 62% building modules 703/806 modules 103 active ...editors/dropdown/dropdown.editor.scss 62% building modules 704/806 modules 102 active ...editors/dropdown/dropdown.editor.scss 62% building modules 705/806 modules 101 active ...editors/dropdown/dropdown.editor.scss 62% building modules 706/806 modules 100 active ...editors/dropdown/dropdown.editor.scss  62% building modules 707/806 modules 99 active ...editors/dropdown/dropdown.editor.scss 62% building modules 708/806 modules 98 active ...editors/dropdown/dropdown.editor.scss 62% building modules 709/806 modules 97 active ...editors/dropdown/dropdown.editor.scss 62% building modules 710/806 modules 96 active ...editors/dropdown/dropdown.editor.scss 62% building modules 711/806 modules 95 active ...editors/dropdown/dropdown.editor.scss 63% building modules 712/806 modules 94 active ...editors/dropdown/dropdown.editor.scss 63% building modules 713/806 modules 93 active ...editors/dropdown/dropdown.editor.scss 63% building modules 714/806 modules 92 active ...editors/dropdown/dropdown.editor.scss 63% building modules 715/806 modules 91 active ...editors/dropdown/dropdown.editor.scss 63% building modules 716/806 modules 90 active ...editors/dropdown/dropdown.editor.scss 63% building modules 717/806 modules 89 active ...editors/dropdown/dropdown.editor.scss 63% building modules 718/806 modules 88 active ...editors/dropdown/dropdown.editor.scss 63% building modules 719/806 modules 87 active ...editors/dropdown/dropdown.editor.scss 63% building modules 720/806 modules 86 active ...editors/dropdown/dropdown.editor.scss 63% building modules 721/806 modules 85 active ...editors/dropdown/dropdown.editor.scss 63% building modules 721/807 modules 86 active ...-alfresco-publish-task.component.html 63% building modules 721/808 modules 87 active ...ram-business-rule-task.component.html 63% building modules 721/809 modules 88 active ...agram-box-publish-task.component.html 63% building modules 721/810 modules 89 active ...ies/diagram-camel-task.component.html 63% building modules 721/811 modules 90 active ...gle-drive-publish-task.component.html 63% building modules 721/812 modules 91 active ...container-service-task.component.html 63% building modules 721/813 modules 92 active ...es/diagram-manual-task.component.html 63% building modules 721/814 modules 93 active ...ties/diagram-mule-task.component.html 63% building modules 721/815 modules 94 active ...s/diagram-receive-task.component.html 63% building modules 721/816 modules 95 active ...diagram-rest-call-task.component.html 62% building modules 721/817 modules 96 active ...es/diagram-script-task.component.html 62% building modules 721/818 modules 97 active ...s/diagram-service-task.component.html 62% building modules 721/819 modules 98 active ...ties/diagram-send-task.component.html 62% building modules 721/820 modules 99 active ...ties/diagram-user-task.component.html 62% building modules 721/821 modules 100 active ...ctivities/diagram-task.component.html 62% building modules 721/822 modules 101 active ...s/events/diagram-event.component.html 62% building modules 721/823 modules 102 active ...ents/diagram-end-event.component.html 62% building modules 721/824 modules 103 active ...ts/diagram-start-event.component.html 62% building modules 721/825 modules 104 active ...diagram-boundary-event.component.html 62% building modules 721/826 modules 105 active ...ts/diagram-throw-event.component.html 62% building modules 721/827 modules 106 active .../diagram-event-gateway.component.html 62% building modules 721/828 modules 107 active ...gram-exclusive-gateway.component.html 62% building modules 721/829 modules 108 active ...teways/diagram-gateway.component.html 62% building modules 721/830 modules 109 active ...gram-inclusive-gateway.component.html 62% building modules 721/831 modules 110 active ...agram-parallel-gateway.component.html 61% building modules 721/832 modules 111 active ...ral/diagram-subprocess.component.html 61% building modules 721/833 modules 112 active ...mediate-catching-event.component.html 61% building modules 721/834 modules 113 active ...agram-event-subprocess.component.html 61% building modules 721/835 modules 114 active ...m-container-icon-event.component.html 61% building modules 721/836 modules 115 active ...-alfresco-publish-task.component.html 61% building modules 721/837 modules 116 active ...-icon-box-publish-task.component.html 61% building modules 721/838 modules 117 active ...con-business-rule-task.component.html 61% building modules 721/839 modules 118 active ...iagram-icon-camel-task.component.html 61% building modules 721/840 modules 119 active ...ons/diagram-icon-error.component.html 61% building modules 721/841 modules 120 active ...gle-drive-publish-task.component.html 61% building modules 721/842 modules 121 active ...s/diagram-icon-message.component.html 61% building modules 721/843 modules 122 active ...agram-icon-manual-task.component.html 61% building modules 721/844 modules 123 active ...diagram-icon-mule-task.component.html 61% building modules 721/845 modules 124 active ...gram-icon-receive-task.component.html 61% building modules 721/846 modules 125 active ...am-icon-rest-call-task.component.html 61% building modules 721/847 modules 126 active ...agram-icon-script-task.component.html 61% building modules 721/848 modules 127 active ...diagram-icon-send-task.component.html 60% building modules 721/849 modules 128 active ...gram-icon-service-task.component.html 60% building modules 721/850 modules 129 active ...ons/diagram-icon-timer.component.html 60% building modules 721/851 modules 130 active ...diagram-icon-user-task.component.html 60% building modules 721/852 modules 131 active ...ns/diagram-icon-signal.component.html 60% building modules 721/853 modules 132 active ...wimlanes/diagram-pools.component.html 60% building modules 721/854 modules 133 active ...swimlanes/diagram-lane.component.html 60% building modules 721/855 modules 134 active ...ooltip/diagram-tooltip.component.html 60% building modules 721/856 modules 135 active ...ooltip/diagram-tooltip.component.scss 60% building modules 722/856 modules 134 active ...ooltip/diagram-tooltip.component.html 60% building modules 722/857 modules 135 active ...ooltip/diagram-tooltip.component.scss 60% building modules 722/858 modules 136 active ...swimlanes/diagram-pool.component.html 60% building modules 722/859 modules 137 active ...wimlanes/diagram-lanes.component.html 60% building modules 722/860 modules 138 active ...rams/src/components/raphael/anchor.ts 60% building modules 722/861 modules 139 active ...node_modules/path-browserify/index.js 60% building modules 723/861 modules 138 active ...node_modules/path-browserify/index.js 60% building modules 724/861 modules 137 active ...node_modules/path-browserify/index.js 60% building modules 725/861 modules 136 active ...node_modules/path-browserify/index.js 60% building modules 726/861 modules 135 active ...node_modules/path-browserify/index.js 60% building modules 727/861 modules 134 active ...node_modules/path-browserify/index.js 60% building modules 728/861 modules 133 active ...node_modules/path-browserify/index.js 60% building modules 729/861 modules 132 active ...node_modules/path-browserify/index.js 60% building modules 730/861 modules 131 active ...node_modules/path-browserify/index.js 60% building modules 731/861 modules 130 active ...node_modules/path-browserify/index.js 61% building modules 732/861 modules 129 active ...node_modules/path-browserify/index.js 61% building modules 733/861 modules 128 active ...node_modules/path-browserify/index.js 61% building modules 734/861 modules 127 active ...node_modules/path-browserify/index.js 61% building modules 735/861 modules 126 active ...node_modules/path-browserify/index.js 61% building modules 736/861 modules 125 active ...node_modules/path-browserify/index.js 61% building modules 737/861 modules 124 active ...node_modules/path-browserify/index.js 61% building modules 738/861 modules 123 active ...node_modules/path-browserify/index.js 61% building modules 739/861 modules 122 active ...node_modules/path-browserify/index.js 61% building modules 740/861 modules 121 active ...node_modules/path-browserify/index.js 61% building modules 741/861 modules 120 active ...node_modules/path-browserify/index.js 61% building modules 742/861 modules 119 active ...node_modules/path-browserify/index.js 61% building modules 743/861 modules 118 active ...node_modules/path-browserify/index.js 61% building modules 744/861 modules 117 active ...node_modules/path-browserify/index.js 61% building modules 745/861 modules 116 active ...node_modules/path-browserify/index.js 61% building modules 746/861 modules 115 active ...node_modules/path-browserify/index.js 62% building modules 747/861 modules 114 active ...node_modules/path-browserify/index.js 62% building modules 748/861 modules 113 active ...node_modules/path-browserify/index.js 62% building modules 749/861 modules 112 active ...node_modules/path-browserify/index.js 62% building modules 750/861 modules 111 active ...node_modules/path-browserify/index.js 62% building modules 751/861 modules 110 active ...node_modules/path-browserify/index.js 62% building modules 752/861 modules 109 active ...node_modules/path-browserify/index.js 62% building modules 753/861 modules 108 active ...node_modules/path-browserify/index.js 62% building modules 754/861 modules 107 active ...node_modules/path-browserify/index.js 62% building modules 755/861 modules 106 active ...node_modules/path-browserify/index.js 62% building modules 756/861 modules 105 active ...node_modules/path-browserify/index.js 62% building modules 757/861 modules 104 active ...node_modules/path-browserify/index.js 62% building modules 758/861 modules 103 active ...node_modules/path-browserify/index.js 62% building modules 759/861 modules 102 active ...node_modules/path-browserify/index.js 62% building modules 760/861 modules 101 active ...node_modules/path-browserify/index.js 63% building modules 761/861 modules 100 active ...node_modules/path-browserify/index.js  63% building modules 762/861 modules 99 active ...node_modules/path-browserify/index.js 63% building modules 763/861 modules 98 active ...node_modules/path-browserify/index.js 63% building modules 764/861 modules 97 active ...node_modules/path-browserify/index.js 63% building modules 765/861 modules 96 active ...node_modules/path-browserify/index.js 63% building modules 766/861 modules 95 active ...node_modules/path-browserify/index.js 63% building modules 767/861 modules 94 active ...node_modules/path-browserify/index.js 63% building modules 768/861 modules 93 active ...node_modules/path-browserify/index.js 63% building modules 769/861 modules 92 active ...node_modules/path-browserify/index.js 63% building modules 770/861 modules 91 active ...node_modules/path-browserify/index.js 63% building modules 771/861 modules 90 active ...node_modules/path-browserify/index.js 63% building modules 772/861 modules 89 active ...node_modules/path-browserify/index.js 63% building modules 773/861 modules 88 active ...node_modules/path-browserify/index.js 63% building modules 774/861 modules 87 active ...node_modules/path-browserify/index.js 64% building modules 775/861 modules 86 active ...node_modules/path-browserify/index.js 64% building modules 776/861 modules 85 active ...node_modules/path-browserify/index.js 64% building modules 776/862 modules 86 active ...dules/@ngx-translate/core/src/util.js 64% building modules 777/862 modules 85 active ...dules/@ngx-translate/core/src/util.js 64% building modules 778/862 modules 84 active ...dules/@ngx-translate/core/src/util.js 64% building modules 779/862 modules 83 active ...dules/@ngx-translate/core/src/util.js 64% building modules 780/862 modules 82 active ...dules/@ngx-translate/core/src/util.js 64% building modules 781/862 modules 81 active ...dules/@ngx-translate/core/src/util.js 64% building modules 782/862 modules 80 active ...ooltip/diagram-tooltip.component.scss 64% building modules 783/862 modules 79 active ...ooltip/diagram-tooltip.component.scss 64% building modules 784/862 modules 78 active ...ooltip/diagram-tooltip.component.scss 64% building modules 785/862 modules 77 active ...ooltip/diagram-tooltip.component.scss 64% building modules 786/862 modules 76 active ...ooltip/diagram-tooltip.component.scss 64% building modules 786/863 modules 77 active ...node_modules/brace-expansion/index.js 64% building modules 787/863 modules 76 active ...node_modules/brace-expansion/index.js 64% building modules 788/863 modules 75 active ...node_modules/brace-expansion/index.js 64% building modules 789/863 modules 74 active ...node_modules/brace-expansion/index.js 64% building modules 790/863 modules 73 active ...node_modules/brace-expansion/index.js 64% building modules 790/864 modules 74 active ...nents/node_modules/process/browser.js 64% building modules 791/864 modules 73 active ...nents/node_modules/process/browser.js 64% building modules 792/864 modules 72 active ...nents/node_modules/process/browser.js 65% building modules 793/864 modules 71 active ...nents/node_modules/process/browser.js 65% building modules 794/864 modules 70 active ...nents/node_modules/process/browser.js 65% building modules 795/864 modules 69 active ...nents/node_modules/process/browser.js 65% building modules 796/864 modules 68 active ...ooltip/diagram-tooltip.component.scss 65% building modules 797/864 modules 67 active ...ooltip/diagram-tooltip.component.scss 65% building modules 798/864 modules 66 active ...ooltip/diagram-tooltip.component.scss 65% building modules 799/864 modules 65 active ...ooltip/diagram-tooltip.component.scss 65% building modules 800/864 modules 64 active ...ooltip/diagram-tooltip.component.scss 65% building modules 801/864 modules 63 active ...ooltip/diagram-tooltip.component.scss 65% building modules 802/864 modules 62 active ...ooltip/diagram-tooltip.component.scss 65% building modules 803/864 modules 61 active ...ooltip/diagram-tooltip.component.scss 65% building modules 804/864 modules 60 active ...ooltip/diagram-tooltip.component.scss 65% building modules 805/864 modules 59 active ...ooltip/diagram-tooltip.component.scss 65% building modules 806/864 modules 58 active ...ooltip/diagram-tooltip.component.scss 66% building modules 807/864 modules 57 active ...ooltip/diagram-tooltip.component.scss 66% building modules 808/864 modules 56 active ...ooltip/diagram-tooltip.component.scss 66% building modules 809/864 modules 55 active ...ooltip/diagram-tooltip.component.scss 66% building modules 809/865 modules 56 active ...ents/node_modules/concat-map/index.js 66% building modules 809/866 modules 57 active .../node_modules/balanced-match/index.js 66% building modules 810/866 modules 56 active .../node_modules/balanced-match/index.js 66% building modules 811/866 modules 55 active .../node_modules/balanced-match/index.js 66% building modules 812/866 modules 54 active .../node_modules/balanced-match/index.js 66% building modules 813/866 modules 53 active .../node_modules/balanced-match/index.js 66% building modules 814/866 modules 52 active .../node_modules/balanced-match/index.js 66% building modules 815/866 modules 51 active .../node_modules/balanced-match/index.js 66% building modules 816/866 modules 50 active .../node_modules/balanced-match/index.js 66% building modules 817/866 modules 49 active ...ooltip/diagram-tooltip.component.scss 66% building modules 818/866 modules 48 active ...ooltip/diagram-tooltip.component.scss 66% building modules 819/866 modules 47 active ...ooltip/diagram-tooltip.component.scss 66% building modules 820/866 modules 46 active ...ooltip/diagram-tooltip.component.scss 66% building modules 821/866 modules 45 active ...ooltip/diagram-tooltip.component.scss 66% building modules 822/866 modules 44 active ...ooltip/diagram-tooltip.component.scss 67% building modules 823/866 modules 43 active ...ooltip/diagram-tooltip.component.scss 67% building modules 824/866 modules 42 active ...ooltip/diagram-tooltip.component.scss 67% building modules 825/866 modules 41 active ...ooltip/diagram-tooltip.component.scss 67% building modules 826/866 modules 40 active ...ooltip/diagram-tooltip.component.scss 67% building modules 827/866 modules 39 active ...ooltip/diagram-tooltip.component.scss 67% building modules 828/866 modules 38 active ...ooltip/diagram-tooltip.component.scss 67% building modules 829/866 modules 37 active ...ooltip/diagram-tooltip.component.scss 67% building modules 830/866 modules 36 active ...ooltip/diagram-tooltip.component.scss 67% building modules 831/866 modules 35 active ...ooltip/diagram-tooltip.component.scss 67% building modules 832/866 modules 34 active ...ooltip/diagram-tooltip.component.scss 67% building modules 833/866 modules 33 active ...ooltip/diagram-tooltip.component.scss 67% building modules 834/866 modules 32 active ...ooltip/diagram-tooltip.component.scss 67% building modules 835/866 modules 31 active ...ooltip/diagram-tooltip.component.scss 67% building modules 836/866 modules 30 active ...ooltip/diagram-tooltip.component.scss 67% building modules 837/866 modules 29 active ...ooltip/diagram-tooltip.component.scss 68% building modules 838/866 modules 28 active ...ooltip/diagram-tooltip.component.scss 68% building modules 839/866 modules 27 active ...ooltip/diagram-tooltip.component.scss 68% building modules 840/866 modules 26 active ...ooltip/diagram-tooltip.component.scss 68% building modules 841/866 modules 25 active ...ooltip/diagram-tooltip.component.scss 68% building modules 842/866 modules 24 active ...ooltip/diagram-tooltip.component.scss 68% building modules 843/866 modules 23 active ...ooltip/diagram-tooltip.component.scss 68% building modules 844/866 modules 22 active ...ooltip/diagram-tooltip.component.scss 68% building modules 845/866 modules 21 active ...ooltip/diagram-tooltip.component.scss 68% building modules 846/866 modules 20 active ...ooltip/diagram-tooltip.component.scss 68% building modules 847/866 modules 19 active ...ooltip/diagram-tooltip.component.scss 68% building modules 848/866 modules 18 active ...ooltip/diagram-tooltip.component.scss 68% building modules 849/866 modules 17 active ...ooltip/diagram-tooltip.component.scss 68% building modules 850/866 modules 16 active ...ooltip/diagram-tooltip.component.scss 68% building modules 851/866 modules 15 active ...ooltip/diagram-tooltip.component.scss 69% building modules 852/866 modules 14 active ...ooltip/diagram-tooltip.component.scss 69% building modules 853/866 modules 13 active ...ooltip/diagram-tooltip.component.scss 69% building modules 854/866 modules 12 active ...ooltip/diagram-tooltip.component.scss 69% building modules 855/866 modules 11 active ...ooltip/diagram-tooltip.component.scss 69% building modules 856/866 modules 10 active ...ooltip/diagram-tooltip.component.scss  69% building modules 857/866 modules 9 active ...ooltip/diagram-tooltip.component.scss 69% building modules 858/866 modules 8 active ...ooltip/diagram-tooltip.component.scss 69% building modules 859/866 modules 7 active ...ooltip/diagram-tooltip.component.scss 69% building modules 860/866 modules 6 active ...ooltip/diagram-tooltip.component.scss 69% building modules 861/866 modules 5 active ...ooltip/diagram-tooltip.component.scss 69% building modules 862/866 modules 4 active ...ooltip/diagram-tooltip.component.scss 69% building modules 863/866 modules 3 active ...ooltip/diagram-tooltip.component.scss 69% building modules 864/866 modules 2 active ...ooltip/diagram-tooltip.component.scss 69% building modules 865/866 modules 1 active ...iline-text/multiline-text.widget.scss                                          70% building modules 866/866 modules 0 active                      14375ms building modules + 71% sealing12ms sealing + 72% optimizing 4ms optimizing + 73% basic module optimization 0ms basic module optimization + 74% module optimization 4ms module optimization + 75% advanced module optimization 1ms advanced module optimization + 76% basic chunk optimization 0ms basic chunk optimization + 77% chunk optimization 0ms chunk optimization + 78% advanced chunk optimization 0ms advanced chunk optimization + 79% module and chunk tree optimization 5ms module and chunk tree optimization + 80% module reviving13ms module reviving + 81% module order optimization 3ms module order optimization + 82% module id optimization 3ms module id optimization + 83% chunk reviving 4ms chunk reviving + 84% chunk order optimization 0ms chunk order optimization + 85% chunk id optimization35ms chunk id optimization + 86% hashing22ms hashing + 87% module assets processing 1ms module assets processing + 88% chunk assets processing46ms chunk assets processing + 89% additional chunk assets processing 3ms additional chunk assets processing + 90% recording 0ms recording + 91% additional asset processing 0ms additional asset processing + 92% chunk asset optimization239ms chunk asset optimization + 94% asset optimization63ms asset optimization + 95% emitting75ms emitting +Hash: 46b0e3bf6607d3423c23 +Version: webpack 2.2.1 +Time: 15243ms + Asset Size Chunks   Chunk Names + ng2-alfresco-core/bundles/assets/ng2-alfresco-core/i18n/it.json 245 bytes  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_document.43d9bfb2ccae054a56e2ca40c4e6d77e.svg 6.69 kB  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_archive.52c6fbd59da7367b8d80838bb540ed53.svg 6.79 kB  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_ms_excel.ff0b4c431df45a024b88f16be849a4a8.svg 8.19 kB  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_ms_word.03b957812273e6e731c8b759a4b479b9.svg 7.61 kB  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_raster_image.a2a29ea444a70beddb38e4897ea76a0f.svg 6.65 kB  [emitted] + ng2-activiti-tasklist/bundles/assets/images/user.01b46903dd0c2cb3b0abc908f3095d93.jpg 6.96 kB  [emitted] + ng2-activiti-processlist/bundles/assets/images/empty_doc_lib.a89c064e4edfa54d2e347bf594947219.svg 26.5 kB  [emitted] + ng2-activiti-tasklist/bundles/assets/images/empty_doc_lib.a89c064e4edfa54d2e347bf594947219.svg 26.5 kB  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_folder.1ece9230c256a6ebeeca193cb0fd860e.svg 6.6 kB  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_folder_disable.06441910956c575688822a09b0566784.svg 239 bytes  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_miscellaneous.e4862994d43932202b2a996180153e51.svg 6.61 kB  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_pdf.16544c01efcb040787005ead12b0bc3e.svg 7.02 kB  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_presentation.9290474661f7afba546d50b9fbed90f1.svg 6.63 kB  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_spreadsheet.844b9d5f795485f82ce8e8c5a59a498e.svg 7 kB  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_vector_image.e1a2da09c969362955bdcec518b44ec3.svg 6.76 kB  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_video.7c067349a7712caaee3957a5abd132c5.svg 6.72 kB  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_website.188ff3afc07c9fb4f751ce4ccfcba147.svg 6.62 kB  [emitted] +ng2-alfresco-documentlist/bundles/assets/images/empty_doc_lib.a89c064e4edfa54d2e347bf594947219.svg 26.5 kB  [emitted] + ng2-alfresco-login/bundles/assets/images/alfresco-logo.2db246e1d7e6fca3effb566e92e51f42.svg 5.79 kB  [emitted] + ng2-alfresco-login/bundles/assets/images/background.fa3544aac8d4255bcb78b25374bd0fe4.svg 1.09 kB  [emitted] + ng2-alfresco-search/bundles/assets/images/empty_doc_lib.a89c064e4edfa54d2e347bf594947219.svg 26.5 kB  [emitted] + ng2-alfresco-userinfo/bundles/assets/images/anonymous.6de44e6eb9dc32187635b13868e6b2fc.gif 1.76 kB  [emitted] + ng2-alfresco-userinfo/bundles/assets/images/bpm-background.ee4a55539eeb9762ca6b7b037664b192.png 6.39 kB  [emitted] + ng2-alfresco-userinfo/bundles/assets/images/ecm-background.84de3762880d8e6b7d94ab283b026d3a.png 5.03 kB  [emitted] + ng2-alfresco-core/bundles/ng2-alfresco-core.js 510 kB 0 [emitted] [big] ng2-alfresco-core + ng2-activiti-form/bundles/ng2-activiti-form.js 405 kB 1 [emitted] [big] ng2-activiti-form + ng2-activiti-diagrams/bundles/ng2-activiti-diagrams.js 418 kB 2 [emitted] [big] ng2-activiti-diagrams + ng2-activiti-tasklist/bundles/ng2-activiti-tasklist.js 228 kB 3 [emitted] ng2-activiti-tasklist + ng2-activiti-processlist/bundles/ng2-activiti-processlist.js 139 kB 4 [emitted] ng2-activiti-processlist + ng2-alfresco-documentlist/bundles/ng2-alfresco-documentlist.js 160 kB 5 [emitted] ng2-alfresco-documentlist + ng2-activiti-analytics/bundles/ng2-activiti-analytics.js 122 kB 6 [emitted] ng2-activiti-analytics + ng2-alfresco-viewer/bundles/ng2-alfresco-viewer.js 87.2 kB 7 [emitted] ng2-alfresco-viewer + ng2-alfresco-datatable/bundles/ng2-alfresco-datatable.js 79.2 kB 8 [emitted] ng2-alfresco-datatable + ng2-alfresco-upload/bundles/ng2-alfresco-upload.js 72.1 kB 9 [emitted] ng2-alfresco-upload + ng2-alfresco-search/bundles/ng2-alfresco-search.js 50.1 kB 10 [emitted] ng2-alfresco-search + ng2-alfresco-tag/bundles/ng2-alfresco-tag.js 30.1 kB 11 [emitted] ng2-alfresco-tag + ng2-alfresco-userinfo/bundles/ng2-alfresco-userinfo.js 33.1 kB 12 [emitted] ng2-alfresco-userinfo + ng2-alfresco-login/bundles/ng2-alfresco-login.js 37.8 kB 13 [emitted] ng2-alfresco-login + ng2-alfresco-social/bundles/ng2-alfresco-social.js 23.8 kB 14 [emitted] ng2-alfresco-social + ng2-alfresco-webscript/bundles/ng2-alfresco-webscript.js 13.3 kB 15 [emitted] ng2-alfresco-webscript + ng2-alfresco-core/bundles/ng2-alfresco-core.js.map 454 kB 0 [emitted] ng2-alfresco-core + ng2-activiti-form/bundles/ng2-activiti-form.js.map 389 kB 1 [emitted] ng2-activiti-form + ng2-activiti-diagrams/bundles/ng2-activiti-diagrams.js.map 320 kB 2 [emitted] ng2-activiti-diagrams + ng2-activiti-tasklist/bundles/ng2-activiti-tasklist.js.map 226 kB 3 [emitted] ng2-activiti-tasklist + ng2-activiti-processlist/bundles/ng2-activiti-processlist.js.map 137 kB 4 [emitted] ng2-activiti-processlist + ng2-alfresco-documentlist/bundles/ng2-alfresco-documentlist.js.map 153 kB 5 [emitted] ng2-alfresco-documentlist + ng2-activiti-analytics/bundles/ng2-activiti-analytics.js.map 113 kB 6 [emitted] ng2-activiti-analytics + ng2-alfresco-viewer/bundles/ng2-alfresco-viewer.js.map 86.9 kB 7 [emitted] ng2-alfresco-viewer + ng2-alfresco-datatable/bundles/ng2-alfresco-datatable.js.map 71.2 kB 8 [emitted] ng2-alfresco-datatable + ng2-alfresco-upload/bundles/ng2-alfresco-upload.js.map 70.2 kB 9 [emitted] ng2-alfresco-upload + ng2-alfresco-search/bundles/ng2-alfresco-search.js.map 46.4 kB 10 [emitted] ng2-alfresco-search + ng2-alfresco-tag/bundles/ng2-alfresco-tag.js.map 26.9 kB 11 [emitted] ng2-alfresco-tag + ng2-alfresco-userinfo/bundles/ng2-alfresco-userinfo.js.map 32.2 kB 12 [emitted] ng2-alfresco-userinfo + ng2-alfresco-login/bundles/ng2-alfresco-login.js.map 35.4 kB 13 [emitted] ng2-alfresco-login + ng2-alfresco-social/bundles/ng2-alfresco-social.js.map 21.7 kB 14 [emitted] ng2-alfresco-social + ng2-alfresco-webscript/bundles/ng2-alfresco-webscript.js.map 12.2 kB 15 [emitted] ng2-alfresco-webscript + ng2-activiti-analytics/bundles/assets/ng2-activiti-analytics/i18n/de.json 2.23 kB  [emitted] + ng2-activiti-analytics/bundles/assets/ng2-activiti-analytics/i18n/fr.json 2.33 kB  [emitted] + ng2-activiti-analytics/bundles/assets/ng2-activiti-analytics/i18n/en.json 2.12 kB  [emitted] + ng2-activiti-analytics/bundles/assets/ng2-activiti-analytics/i18n/it.json 2.31 kB  [emitted] + ng2-activiti-analytics/bundles/assets/ng2-activiti-analytics/i18n/es.json 2.3 kB  [emitted] + ng2-activiti-analytics/bundles/assets/ng2-activiti-analytics/i18n/pt-BR.json 2.29 kB  [emitted] + ng2-activiti-analytics/bundles/assets/ng2-activiti-analytics/i18n/nl.json 2.15 kB  [emitted] + ng2-activiti-analytics/bundles/assets/ng2-activiti-analytics/i18n/ja.json 2.41 kB  [emitted] + ng2-activiti-analytics/bundles/assets/ng2-activiti-analytics/i18n/nb.json 2.12 kB  [emitted] + ng2-activiti-analytics/bundles/assets/ng2-activiti-analytics/i18n/ru.json 2.99 kB  [emitted] + ng2-activiti-analytics/bundles/assets/ng2-activiti-analytics/i18n/zh-CN.json 1.97 kB  [emitted] + ng2-activiti-diagrams/bundles/assets/ng2-activiti-diagrams/i18n/en.json 29 bytes  [emitted] + ng2-activiti-diagrams/bundles/assets/ng2-activiti-diagrams/i18n/de.json 29 bytes  [emitted] + ng2-activiti-diagrams/bundles/assets/ng2-activiti-diagrams/i18n/fr.json 30 bytes  [emitted] + ng2-activiti-diagrams/bundles/assets/ng2-activiti-diagrams/i18n/es.json 29 bytes  [emitted] + ng2-activiti-diagrams/bundles/assets/ng2-activiti-diagrams/i18n/it.json 29 bytes  [emitted] + ng2-activiti-diagrams/bundles/assets/ng2-activiti-diagrams/i18n/ja.json 23 bytes  [emitted] + ng2-activiti-diagrams/bundles/assets/ng2-activiti-diagrams/i18n/pt-BR.json 29 bytes  [emitted] + ng2-activiti-diagrams/bundles/assets/ng2-activiti-diagrams/i18n/nl.json 30 bytes  [emitted] + ng2-activiti-diagrams/bundles/assets/ng2-activiti-diagrams/i18n/nb.json 30 bytes  [emitted] + ng2-activiti-diagrams/bundles/assets/ng2-activiti-diagrams/i18n/ru.json 30 bytes  [emitted] + ng2-activiti-diagrams/bundles/assets/ng2-activiti-diagrams/i18n/zh-CN.json 26 bytes  [emitted] + ng2-activiti-form/bundles/assets/ng2-activiti-form/i18n/de.json 213 bytes  [emitted] + ng2-activiti-form/bundles/assets/ng2-activiti-form/i18n/en.json 720 bytes  [emitted] + ng2-activiti-form/bundles/assets/ng2-activiti-form/i18n/es.json 216 bytes  [emitted] + ng2-activiti-form/bundles/assets/ng2-activiti-form/i18n/fr.json 219 bytes  [emitted] + ng2-activiti-form/bundles/assets/ng2-activiti-form/i18n/it.json 741 bytes  [emitted] + ng2-activiti-form/bundles/assets/ng2-activiti-form/i18n/ja.json 226 bytes  [emitted] + ng2-activiti-form/bundles/assets/ng2-activiti-form/i18n/nl.json 210 bytes  [emitted] + ng2-activiti-form/bundles/assets/ng2-activiti-form/i18n/nb.json 217 bytes  [emitted] + ng2-activiti-form/bundles/assets/ng2-activiti-form/i18n/pt-BR.json 230 bytes  [emitted] + ng2-activiti-form/bundles/assets/ng2-activiti-form/i18n/ru.json 310 bytes  [emitted] + ng2-activiti-form/bundles/assets/ng2-activiti-form/i18n/zh-CN.json 199 bytes  [emitted] + ng2-activiti-processlist/bundles/assets/ng2-activiti-processlist/i18n/de.json 3.18 kB  [emitted] + ng2-activiti-processlist/bundles/assets/ng2-activiti-processlist/i18n/es.json 3.09 kB  [emitted] + ng2-activiti-processlist/bundles/assets/ng2-activiti-processlist/i18n/en.json 3.94 kB  [emitted] + ng2-activiti-processlist/bundles/assets/ng2-activiti-processlist/i18n/fr.json 3.21 kB  [emitted] + ng2-activiti-processlist/bundles/assets/ng2-activiti-processlist/i18n/it.json 3.04 kB  [emitted] + ng2-activiti-processlist/bundles/assets/ng2-activiti-processlist/i18n/ja.json 3.56 kB  [emitted] + ng2-activiti-processlist/bundles/assets/ng2-activiti-processlist/i18n/nb.json 2.92 kB  [emitted] + ng2-activiti-processlist/bundles/assets/ng2-activiti-processlist/i18n/nl.json 3 kB  [emitted] + ng2-activiti-processlist/bundles/assets/ng2-activiti-processlist/i18n/pt-BR.json 3.12 kB  [emitted] + ng2-activiti-processlist/bundles/assets/ng2-activiti-processlist/i18n/ru.json 4.07 kB  [emitted] + ng2-activiti-processlist/bundles/assets/ng2-activiti-processlist/i18n/zh-CN.json 2.75 kB  [emitted] + ng2-activiti-tasklist/bundles/assets/ng2-activiti-tasklist/i18n/de.json 3 kB  [emitted] + ng2-activiti-tasklist/bundles/assets/ng2-activiti-tasklist/i18n/en.json 4.13 kB  [emitted] + ng2-activiti-tasklist/bundles/assets/ng2-activiti-tasklist/i18n/es.json 2.95 kB  [emitted] + ng2-activiti-tasklist/bundles/assets/ng2-activiti-tasklist/i18n/fr.json 3.04 kB  [emitted] + ng2-activiti-tasklist/bundles/assets/ng2-activiti-tasklist/i18n/it.json 3.35 kB  [emitted] + ng2-activiti-tasklist/bundles/assets/ng2-activiti-tasklist/i18n/ja.json 3.35 kB  [emitted] + ng2-activiti-tasklist/bundles/assets/ng2-activiti-tasklist/i18n/nl.json 2.85 kB  [emitted] + ng2-activiti-tasklist/bundles/assets/ng2-activiti-tasklist/i18n/nb.json 2.74 kB  [emitted] + ng2-activiti-tasklist/bundles/assets/ng2-activiti-tasklist/i18n/pt-BR.json 2.92 kB  [emitted] + ng2-activiti-tasklist/bundles/assets/ng2-activiti-tasklist/i18n/ru.json 3.64 kB  [emitted] + ng2-activiti-tasklist/bundles/assets/ng2-activiti-tasklist/i18n/zh-CN.json 2.64 kB  [emitted] + ng2-alfresco-core/bundles/assets/ng2-alfresco-core/i18n/de.json 243 bytes  [emitted] + ng2-alfresco-core/bundles/assets/ng2-alfresco-core/i18n/en.json 1.48 kB  [emitted] + ng2-alfresco-core/bundles/assets/ng2-alfresco-core/i18n/es.json 239 bytes  [emitted] + ng2-alfresco-core/bundles/assets/ng2-alfresco-core/i18n/fr.json 239 bytes  [emitted] + ng2-alfresco-core/bundles/assets/images/ft_ic_ms_powerpoint.cb1eb5f9ba7cdac57b995b819cb966eb.svg 7.51 kB  [emitted] + ng2-alfresco-core/bundles/assets/ng2-alfresco-core/i18n/ja.json 253 bytes  [emitted] + ng2-alfresco-core/bundles/assets/ng2-alfresco-core/i18n/nb.json 227 bytes  [emitted] + ng2-alfresco-core/bundles/assets/ng2-alfresco-core/i18n/nl.json 243 bytes  [emitted] + ng2-alfresco-core/bundles/assets/ng2-alfresco-core/i18n/pt-BR.json 235 bytes  [emitted] + ng2-alfresco-core/bundles/assets/ng2-alfresco-core/i18n/ru.json 286 bytes  [emitted] + ng2-alfresco-core/bundles/assets/ng2-alfresco-core/i18n/zh-CN.json 225 bytes  [emitted] + ng2-alfresco-datatable/bundles/assets/ng2-alfresco-datatable/i18n/de.json 206 bytes  [emitted] + ng2-alfresco-datatable/bundles/assets/ng2-alfresco-datatable/i18n/en.json 239 bytes  [emitted] + ng2-alfresco-datatable/bundles/assets/ng2-alfresco-datatable/i18n/es.json 208 bytes  [emitted] + ng2-alfresco-datatable/bundles/assets/ng2-alfresco-datatable/i18n/fr.json 206 bytes  [emitted] + ng2-alfresco-datatable/bundles/assets/ng2-alfresco-datatable/i18n/it.json 210 bytes  [emitted] + ng2-alfresco-datatable/bundles/assets/ng2-alfresco-datatable/i18n/ja.json 258 bytes  [emitted] + ng2-alfresco-datatable/bundles/assets/ng2-alfresco-datatable/i18n/nb.json 199 bytes  [emitted] + ng2-alfresco-datatable/bundles/assets/ng2-alfresco-datatable/i18n/nl.json 208 bytes  [emitted] + ng2-alfresco-datatable/bundles/assets/ng2-alfresco-datatable/i18n/pt-BR.json 205 bytes  [emitted] + ng2-alfresco-datatable/bundles/assets/ng2-alfresco-datatable/i18n/zh-CN.json 182 bytes  [emitted] + ng2-alfresco-datatable/bundles/assets/ng2-alfresco-datatable/i18n/ru.json 232 bytes  [emitted] + ng2-alfresco-documentlist/bundles/assets/ng2-alfresco-documentlist/i18n/de.json 1.48 kB  [emitted] + ng2-alfresco-documentlist/bundles/assets/ng2-alfresco-documentlist/i18n/es.json 1.43 kB  [emitted] + ng2-alfresco-documentlist/bundles/assets/ng2-alfresco-documentlist/i18n/en.json 1.72 kB  [emitted] + ng2-alfresco-documentlist/bundles/assets/ng2-alfresco-documentlist/i18n/fr.json 1.39 kB  [emitted] + ng2-alfresco-documentlist/bundles/assets/ng2-alfresco-documentlist/i18n/it.json 1.45 kB  [emitted] + ng2-alfresco-documentlist/bundles/assets/ng2-alfresco-documentlist/i18n/ja.json 1.58 kB  [emitted] + ng2-alfresco-documentlist/bundles/assets/ng2-alfresco-documentlist/i18n/nb.json 1.31 kB  [emitted] + ng2-alfresco-documentlist/bundles/assets/ng2-alfresco-documentlist/i18n/nl.json 1.39 kB  [emitted] + ng2-alfresco-documentlist/bundles/assets/ng2-alfresco-documentlist/i18n/pt-BR.json 1.38 kB  [emitted] + ng2-alfresco-documentlist/bundles/assets/ng2-alfresco-documentlist/i18n/ru.json 1.8 kB  [emitted] + ng2-alfresco-documentlist/bundles/assets/ng2-alfresco-documentlist/i18n/zh-CN.json 1.3 kB  [emitted] + ng2-alfresco-login/bundles/assets/ng2-alfresco-login/i18n/de.json 1.15 kB  [emitted] + ng2-alfresco-login/bundles/assets/ng2-alfresco-login/i18n/es.json 1.17 kB  [emitted] + ng2-alfresco-login/bundles/assets/ng2-alfresco-login/i18n/en.json 1.13 kB  [emitted] + ng2-alfresco-login/bundles/assets/ng2-alfresco-login/i18n/fr.json 1.12 kB  [emitted] + ng2-alfresco-login/bundles/assets/ng2-alfresco-login/i18n/it.json 1.1 kB  [emitted] + ng2-alfresco-login/bundles/assets/ng2-alfresco-login/i18n/ja.json 1.33 kB  [emitted] + ng2-alfresco-login/bundles/assets/ng2-alfresco-login/i18n/nb.json 1.04 kB  [emitted] + ng2-alfresco-login/bundles/assets/ng2-alfresco-login/i18n/pt-BR.json 1.09 kB  [emitted] + ng2-alfresco-login/bundles/assets/ng2-alfresco-login/i18n/nl.json 1.14 kB  [emitted] + ng2-alfresco-login/bundles/assets/ng2-alfresco-login/i18n/zh-CN.json 996 bytes  [emitted] + ng2-alfresco-login/bundles/assets/ng2-alfresco-login/i18n/ru.json 1.45 kB  [emitted] + ng2-alfresco-search/bundles/assets/ng2-alfresco-search/i18n/de.json 1.44 kB  [emitted] + ng2-alfresco-search/bundles/assets/ng2-alfresco-search/i18n/en.json 1.63 kB  [emitted] + ng2-alfresco-search/bundles/assets/ng2-alfresco-search/i18n/es.json 1.46 kB  [emitted] + ng2-alfresco-search/bundles/assets/ng2-alfresco-search/i18n/fr.json 1.45 kB  [emitted] + ng2-alfresco-search/bundles/assets/ng2-alfresco-search/i18n/it.json 1.39 kB  [emitted] + ng2-alfresco-search/bundles/assets/ng2-alfresco-search/i18n/ja.json 1.5 kB  [emitted] + ng2-alfresco-search/bundles/assets/ng2-alfresco-search/i18n/nb.json 1.32 kB  [emitted] + ng2-alfresco-search/bundles/assets/ng2-alfresco-search/i18n/nl.json 1.42 kB  [emitted] + ng2-alfresco-search/bundles/assets/ng2-alfresco-search/i18n/pt-BR.json 1.45 kB  [emitted] + ng2-alfresco-search/bundles/assets/ng2-alfresco-search/i18n/ru.json 1.82 kB  [emitted] + ng2-alfresco-search/bundles/assets/ng2-alfresco-search/i18n/zh-CN.json 1.33 kB  [emitted] + ng2-alfresco-social/bundles/assets/ng2-alfresco-social/i18n/de.json 2 bytes  [emitted] + ng2-alfresco-social/bundles/assets/ng2-alfresco-social/i18n/es.json 2 bytes  [emitted] + ng2-alfresco-social/bundles/assets/ng2-alfresco-social/i18n/en.json 5 bytes  [emitted] + ng2-alfresco-social/bundles/assets/ng2-alfresco-social/i18n/fr.json 2 bytes  [emitted] + ng2-alfresco-social/bundles/assets/ng2-alfresco-social/i18n/ja.json 2 bytes  [emitted] + ng2-alfresco-social/bundles/assets/ng2-alfresco-social/i18n/nb.json 2 bytes  [emitted] + ng2-alfresco-social/bundles/assets/ng2-alfresco-social/i18n/nl.json 2 bytes  [emitted] + ng2-alfresco-social/bundles/assets/ng2-alfresco-social/i18n/pt-BR.json 2 bytes  [emitted] + ng2-alfresco-social/bundles/assets/ng2-alfresco-social/i18n/it.json 2 bytes  [emitted] + ng2-alfresco-social/bundles/assets/ng2-alfresco-social/i18n/ru.json 2 bytes  [emitted] + ng2-alfresco-social/bundles/assets/ng2-alfresco-social/i18n/zh-CN.json 2 bytes  [emitted] + ng2-alfresco-tag/bundles/assets/ng2-alfresco-tag/i18n/de.json 190 bytes  [emitted] + ng2-alfresco-tag/bundles/assets/ng2-alfresco-tag/i18n/es.json 193 bytes  [emitted] + ng2-alfresco-tag/bundles/assets/ng2-alfresco-tag/i18n/en.json 218 bytes  [emitted] + ng2-alfresco-tag/bundles/assets/ng2-alfresco-tag/i18n/fr.json 185 bytes  [emitted] + ng2-alfresco-tag/bundles/assets/ng2-alfresco-tag/i18n/it.json 178 bytes  [emitted] + ng2-alfresco-tag/bundles/assets/ng2-alfresco-tag/i18n/ja.json 200 bytes  [emitted] + ng2-alfresco-tag/bundles/assets/ng2-alfresco-tag/i18n/nb.json 180 bytes  [emitted] + ng2-alfresco-tag/bundles/assets/ng2-alfresco-tag/i18n/nl.json 177 bytes  [emitted] + ng2-alfresco-tag/bundles/assets/ng2-alfresco-tag/i18n/pt-BR.json 183 bytes  [emitted] + ng2-alfresco-tag/bundles/assets/ng2-alfresco-tag/i18n/ru.json 226 bytes  [emitted] + ng2-alfresco-tag/bundles/assets/ng2-alfresco-tag/i18n/zh-CN.json 179 bytes  [emitted] + ng2-alfresco-upload/bundles/assets/ng2-alfresco-upload/i18n/de.json 1.67 kB  [emitted] + ng2-alfresco-upload/bundles/assets/ng2-alfresco-upload/i18n/es.json 1.55 kB  [emitted] + ng2-alfresco-upload/bundles/assets/ng2-alfresco-upload/i18n/fr.json 1.63 kB  [emitted] + ng2-alfresco-upload/bundles/assets/ng2-alfresco-upload/i18n/en.json 1.7 kB  [emitted] + ng2-alfresco-upload/bundles/assets/ng2-alfresco-upload/i18n/it.json 1.57 kB  [emitted] + ng2-alfresco-upload/bundles/assets/ng2-alfresco-upload/i18n/ja.json 2.06 kB  [emitted] + ng2-alfresco-upload/bundles/assets/ng2-alfresco-upload/i18n/nb.json 1.49 kB  [emitted] + ng2-alfresco-upload/bundles/assets/ng2-alfresco-upload/i18n/nl.json 1.61 kB  [emitted] + ng2-alfresco-upload/bundles/assets/ng2-alfresco-upload/i18n/ru.json 2.02 kB  [emitted] + ng2-alfresco-upload/bundles/assets/ng2-alfresco-upload/i18n/pt-BR.json 1.55 kB  [emitted] + ng2-alfresco-upload/bundles/assets/ng2-alfresco-upload/i18n/zh-CN.json 1.44 kB  [emitted] + ng2-alfresco-userinfo/bundles/assets/ng2-alfresco-userinfo/i18n/de.json 156 bytes  [emitted] + ng2-alfresco-userinfo/bundles/assets/ng2-alfresco-userinfo/i18n/en.json 210 bytes  [emitted] + ng2-alfresco-userinfo/bundles/assets/ng2-alfresco-userinfo/i18n/es.json 155 bytes  [emitted] + ng2-alfresco-userinfo/bundles/assets/ng2-alfresco-userinfo/i18n/fr.json 155 bytes  [emitted] + ng2-alfresco-userinfo/bundles/assets/ng2-alfresco-userinfo/i18n/it.json 166 bytes  [emitted] + ng2-alfresco-userinfo/bundles/assets/ng2-alfresco-userinfo/i18n/ja.json 159 bytes  [emitted] + ng2-alfresco-userinfo/bundles/assets/ng2-alfresco-userinfo/i18n/nb.json 160 bytes  [emitted] + ng2-alfresco-userinfo/bundles/assets/ng2-alfresco-userinfo/i18n/nl.json 154 bytes  [emitted] + ng2-alfresco-userinfo/bundles/assets/ng2-alfresco-userinfo/i18n/pt-BR.json 152 bytes  [emitted] + ng2-alfresco-userinfo/bundles/assets/ng2-alfresco-userinfo/i18n/ru.json 174 bytes  [emitted] + ng2-alfresco-userinfo/bundles/assets/ng2-alfresco-userinfo/i18n/zh-CN.json 159 bytes  [emitted] + ng2-alfresco-viewer/bundles/assets/ng2-alfresco-viewer/i18n/de.json 2 bytes  [emitted] + ng2-alfresco-viewer/bundles/assets/ng2-alfresco-viewer/i18n/en.json 700 bytes  [emitted] + ng2-alfresco-viewer/bundles/assets/ng2-alfresco-viewer/i18n/fr.json 2 bytes  [emitted] + ng2-alfresco-viewer/bundles/assets/ng2-alfresco-viewer/i18n/es.json 2 bytes  [emitted] + ng2-alfresco-viewer/bundles/assets/ng2-alfresco-viewer/i18n/nb.json 2 bytes  [emitted] + ng2-alfresco-viewer/bundles/assets/ng2-alfresco-viewer/i18n/it.json 2 bytes  [emitted] + ng2-alfresco-viewer/bundles/assets/ng2-alfresco-viewer/i18n/ja.json 2 bytes  [emitted] + ng2-alfresco-viewer/bundles/assets/ng2-alfresco-viewer/i18n/nl.json 2 bytes  [emitted] + ng2-alfresco-viewer/bundles/assets/ng2-alfresco-viewer/i18n/pt-BR.json 2 bytes  [emitted] + ng2-alfresco-viewer/bundles/assets/ng2-alfresco-viewer/i18n/ru.json 2 bytes  [emitted] + ng2-alfresco-viewer/bundles/assets/ng2-alfresco-viewer/i18n/zh-CN.json 2 bytes  [emitted] + ng2-alfresco-webscript/bundles/assets/ng2-alfresco-webscript/i18n/de.json 2 bytes  [emitted] + ng2-alfresco-webscript/bundles/assets/ng2-alfresco-webscript/i18n/es.json 2 bytes  [emitted] + ng2-alfresco-webscript/bundles/assets/ng2-alfresco-webscript/i18n/fr.json 2 bytes  [emitted] + ng2-alfresco-webscript/bundles/assets/ng2-alfresco-webscript/i18n/en.json 112 bytes  [emitted] + ng2-alfresco-webscript/bundles/assets/ng2-alfresco-webscript/i18n/nb.json 2 bytes  [emitted] + ng2-alfresco-webscript/bundles/assets/ng2-alfresco-webscript/i18n/it.json 2 bytes  [emitted] + ng2-alfresco-webscript/bundles/assets/ng2-alfresco-webscript/i18n/ja.json 2 bytes  [emitted] + ng2-alfresco-webscript/bundles/assets/ng2-alfresco-webscript/i18n/nl.json 2 bytes  [emitted] + ng2-alfresco-webscript/bundles/assets/ng2-alfresco-webscript/i18n/pt-BR.json 2 bytes  [emitted] + ng2-alfresco-webscript/bundles/assets/ng2-alfresco-webscript/i18n/ru.json 2 bytes  [emitted] + ng2-alfresco-webscript/bundles/assets/ng2-alfresco-webscript/i18n/zh-CN.json 2 bytes  [emitted] + [851] ./ng2-activiti-diagrams/index.ts 2.65 kB {2} [built] + factory:257ms building:354ms dependencies:0ms = 611ms + [852] ./ng2-activiti-form/index.ts 6.61 kB {1} [built] + factory:257ms building:556ms dependencies:0ms = 813ms + [853] ./ng2-activiti-processlist/index.ts 10.9 kB {4} [built] + factory:258ms building:610ms dependencies:1ms = 869ms + [854] ./ng2-activiti-tasklist/index.ts 12.9 kB {3} [built] + factory:257ms building:659ms dependencies:0ms = 916ms + [855] ./ng2-alfresco-core/index.ts 23 kB {0} [built] + factory:109ms building:639ms dependencies:1ms = 749ms + [856] ./ng2-alfresco-datatable/index.ts 4.95 kB {8} [built] + factory:257ms building:527ms dependencies:0ms = 784ms + [857] ./ng2-alfresco-documentlist/index.ts 6.61 kB {5} [built] + factory:258ms building:682ms dependencies:0ms = 940ms + [858] ./ng2-alfresco-login/index.ts 3.51 kB {13} [built] + factory:258ms building:695ms dependencies:0ms = 953ms + [859] ./ng2-alfresco-search/index.ts 4.61 kB {10} [built] + factory:259ms building:707ms dependencies:0ms = 966ms + [860] ./ng2-alfresco-social/index.ts 2.6 kB {14} [built] + factory:259ms building:719ms dependencies:0ms = 978ms + [861] ./ng2-alfresco-tag/index.ts 3.83 kB {11} [built] + factory:259ms building:733ms dependencies:0ms = 992ms + [862] ./ng2-alfresco-upload/index.ts 3.77 kB {9} [built] + factory:259ms building:744ms dependencies:0ms = 1003ms + [863] ./ng2-alfresco-userinfo/index.ts 3.17 kB {12} [built] + factory:260ms building:800ms dependencies:0ms = 1060ms + [864] ./ng2-alfresco-viewer/index.ts 3.91 kB {7} [built] + factory:260ms building:756ms dependencies:1ms = 1017ms + [865] ./ng2-alfresco-webscript/index.ts 2.57 kB {15} [built] + factory:260ms building:779ms dependencies:0ms = 1039ms + + 851 hidden modules + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/pagination/pagination.component.spec.ts +(20,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MaterialModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/pagination/pagination.component.spec.ts +(47,28): Property 'forRoot' does not exist on type 'typeof CoreModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/pagination/pagination.module.ts +(20,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MaterialModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/toolbar/toolbar.module.ts +(20,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdToolbarModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view-dateitem.component.spec.ts +(19,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdDatepickerModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view-dateitem.component.spec.ts +(19,30): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdInputModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view-dateitem.component.spec.ts +(19,45): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdNativeDateModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view-dateitem.component.ts +(19,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdDatepicker'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view-mapitem.component.spec.ts +(21,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdDatepickerModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view-mapitem.component.spec.ts +(21,30): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdIconModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view-mapitem.component.spec.ts +(21,44): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdInputModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view-mapitem.component.spec.ts +(21,59): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdNativeDateModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view-textitem.component.spec.ts +(20,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdDatepickerModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view-textitem.component.spec.ts +(20,30): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdIconModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view-textitem.component.spec.ts +(20,44): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdInputModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view-textitem.component.spec.ts +(20,59): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdNativeDateModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view.component.spec.ts +(20,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdDatepickerModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view.component.spec.ts +(20,30): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdIconModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view.component.spec.ts +(20,44): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdInputModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view.component.spec.ts +(20,59): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdNativeDateModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view.module.ts +(21,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdButtonModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view.module.ts +(21,26): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdDatepickerModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view.module.ts +(21,46): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdIconModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view.module.ts +(21,60): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdInputModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/components/view/card-view.module.ts +(21,75): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdNativeDateModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/dialogs/download-zip.dialog.ts +(19,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MD_DIALOG_DATA'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/dialogs/download-zip.dialog.ts +(19,26): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdDialogRef'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/material.module.ts +(20,5): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdButtonModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/material.module.ts +(21,5): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdDialogModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/material.module.ts +(22,5): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdInputModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/material.module.ts +(23,5): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdProgressBarModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/material.module.ts +(24,5): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdSnackBarModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/material.module.ts +(25,5): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdTabsModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/material.module.ts +(26,5): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdToolbarModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/services/notification.service.spec.ts +(20,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'LiveAnnouncer'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/services/notification.service.spec.ts +(20,25): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdSnackBar'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/services/notification.service.spec.ts +(20,37): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdSnackBarModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/services/notification.service.spec.ts +(20,55): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'OVERLAY_PROVIDERS'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/services/notification.service.spec.ts +(20,74): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'OverlayModule'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/services/notification.service.ts +(19,10): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdSnackBar'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/services/notification.service.ts +(19,22): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdSnackBarRef'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/utils/momentDateAdapter.ts +(18,23): Module '"/Users/mromano/dev/alfresco-ng2-components/ng2-components/node_modules/@angular/material/material"' has no exported member 'MdDateFormats'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/utils/momentDateAdapter.ts +(39,14): Non-abstract class 'MomentDateAdapter' does not implement inherited abstract member 'fromIso8601' from class 'DateAdapter'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/utils/momentDateAdapter.ts +(39,14): Non-abstract class 'MomentDateAdapter' does not implement inherited abstract member 'isDateInstance' from class 'DateAdapter'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/utils/momentDateAdapter.ts +(39,14): Non-abstract class 'MomentDateAdapter' does not implement inherited abstract member 'isValid' from class 'DateAdapter'. + +ERROR in /Users/mromano/dev/alfresco-ng2-components/ng2-components/ng2-alfresco-core/package/src/utils/momentDateAdapter.ts +(39,14): Non-abstract class 'MomentDateAdapter' does not implement inherited abstract member 'toIso8601' from class 'DateAdapter'. +npm ERR! code ELIFECYCLE +npm ERR! errno 2 +npm ERR! ng2-alfresco-components@1.9.0 webpack: `node node_modules/webpack/bin/webpack.js "--config" "config/webpack.build.js" "--progress" "--profile" "--bail"` +npm ERR! Exit status 2 +npm ERR! +npm ERR! Failed at the ng2-alfresco-components@1.9.0 webpack script. +npm ERR! This is probably not a problem with npm. There is likely additional logging output above. + +npm ERR! A complete log of this run can be found in: +npm ERR! /Users/mromano/.npm/_logs/2017-10-20T17_13_21_056Z-debug.log +npm ERR! code ELIFECYCLE +npm ERR! errno 2 +npm ERR! ng2-alfresco-components@1.9.0 build: `npm run pkg-build && npm run toc && npm run markdownlint && npm run webpack -- --config config/webpack.build.js --progress --profile --bail && npm run build-style` +npm ERR! Exit status 2 +npm ERR! +npm ERR! Failed at the ng2-alfresco-components@1.9.0 build script. +npm ERR! This is probably not a problem with npm. There is likely additional logging output above. + +npm ERR! A complete log of this run can be found in: +npm ERR! /Users/mromano/.npm/_logs/2017-10-20T17_13_21_096Z-debug.log +]0;~/dev/alfresco-ng2-components/scripts +mromano at MBP256-MROMANO-0615 in ~/dev/alfresco-ng2-components/scripts on dev-mromano-clean [!] +$ (B \ No newline at end of file