diff --git a/New folder/.vscode/settings.json b/New folder/.vscode/settings.json new file mode 100644 index 000000000..8be439493 --- /dev/null +++ b/New folder/.vscode/settings.json @@ -0,0 +1,4 @@ +{ + "javascript.implicitProjectConfig.experimentalDecorators": true, + "git.ignoreLimitWarning": true +} \ No newline at end of file diff --git a/New folder/README.md b/New folder/README.md new file mode 100644 index 000000000..7f5633669 --- /dev/null +++ b/New folder/README.md @@ -0,0 +1,2 @@ +# sparqsineedge + diff --git a/New folder/bitbucket-pipelines.yml b/New folder/bitbucket-pipelines.yml new file mode 100644 index 000000000..72393e026 --- /dev/null +++ b/New folder/bitbucket-pipelines.yml @@ -0,0 +1,30 @@ +# This is a sample build configuration for JavaScript. +# Check our guides at https://confluence.atlassian.com/x/14UWN for more examples. +# Only use spaces to indent your .yml configuration. +# ----- +# You can specify a custom docker image from Docker Hub as your build environment. +image: node:10.15.3 + +pipelines: + branches: + master: + - step: + caches: + - node + size: 2x # Double resources available for this step. + script: # Modify the commands below to build your repository. + - cd ng6-seed + - npm install + - npm install -g @angular/cli + - node --max_old_space_size=2046 node_modules/@angular/cli/bin/ng build --configuration=staging + - ls -ltr + - cd dist + - pipe: atlassian/aws-s3-deploy:0.3.8 + variables: + AWS_ACCESS_KEY_ID: $AWS_ACCESS_KEY_ID + AWS_SECRET_ACCESS_KEY: $AWS_SECRET_ACCESS_KEY + AWS_DEFAULT_REGION: 'ap-south-1' + S3_BUCKET: 'autodeploy001' + LOCAL_PATH: $(pwd) + DELETE_FLAG: 'true' + \ No newline at end of file diff --git a/New folder/package-lock.json b/New folder/package-lock.json new file mode 100644 index 000000000..48e341a09 --- /dev/null +++ b/New folder/package-lock.json @@ -0,0 +1,3 @@ +{ + "lockfileVersion": 1 +} diff --git a/ng6-seed/Sparqsineedge(WEB 11-03-2022)Test.zip b/ng6-seed/Sparqsineedge(WEB 11-03-2022)Test.zip new file mode 100644 index 000000000..aedd030c3 Binary files /dev/null and b/ng6-seed/Sparqsineedge(WEB 11-03-2022)Test.zip differ diff --git a/ng6-seed/package-lock.json b/ng6-seed/package-lock.json index cf5b6eadc..586de64ee 100755 --- a/ng6-seed/package-lock.json +++ b/ng6-seed/package-lock.json @@ -1,16383 +1,13 @@ { "name": "pd_genie_web_application", "version": "1.0.0", - "lockfileVersion": 2, + "lockfileVersion": 1, "requires": true, - "packages": { - "": { - "name": "pd_genie_web_application", - "version": "1.0.0", - "license": "MIT", - "dependencies": { - "@agm/core": "^1.0.0-beta.2", - "@angular/animations": "^6.1.10", - "@angular/cdk": "^6.4.7", - "@angular/common": "^6.1.10", - "@angular/compiler": "^6.1.10", - "@angular/core": "^6.1.10", - "@angular/fire": "^5.4.0", - "@angular/flex-layout": "^6.0.0-beta.18", - "@angular/forms": "^6.1.10", - "@angular/http": "^6.0.0-rc.6", - "@angular/material": "^6.4.7", - "@angular/material-moment-adapter": "^6.4.7", - "@angular/platform-browser": "^6.1.10", - "@angular/platform-browser-dynamic": "^6.1.10", - "@angular/router": "^6.1.10", - "@ngx-translate/core": "^10.0.2", - "@ngx-translate/http-loader": "^3.0.1", - "@swimlane/ngx-charts": "^7.0.1", - "@swimlane/ngx-datatable": "11.1.5", - "@types/file-saver": "^2.0.1", - "amazon-cognito-identity-js": "^2.0.30", - "angular-calendar": "0.23.3", - "angular-csv-ext": "^1.0.2", - "angular-notifier": "^4.1.2", - "angular-sortablejs": "^2.7.0", - "angular-split": "^3.0.2", - "angular-tree-component": "6.1.0", - "chart.js": "2.6.0", - "core-js": "^2.6.11", - "d3": "^4.9.1", - "dragula": "3.7.2", - "file-saver": "^2.0.5", - "firebase": "^6.6.2", - "font-awesome": "4.7.0", - "hammerjs": "2.0.8", - "intl": "^1.2.4", - "jquery": "^3.4.1", - "karma-jasmine": "^1.1.1", - "leaflet": "^1.7.1", - "mat-table-exporter": "^1.2.5", - "mat-video": "^2.7.2", - "moment": "^2.24.0", - "ng-pick-datetime": "^6.0.16", - "ng2-charts": "1.6.0", - "ng2-ckeditor": "^1.2.6", - "ng2-dragula": "1.3.1", - "ng2-file-upload": "1.2.1", - "ng2-pdf-viewer": "5.2.3", - "ng2-toastr": "^4.1.2", - "ng2-validation": "4.2.0", - "ngx-color-picker": "^4.0.3", - "ngx-mat-daterange-picker": "^1.1.4", - "ngx-mat-select-search": "^1.8.0", - "ngx-perfect-scrollbar": "5.0.0-7", - "ngx-socket-io": "^3.0.1", - "ngx-spinner": "^7.2.0", - "ngx-viewer": "^1.0.5", - "node-sass": "^4.14.1", - "perfect-scrollbar": "^1.3.0", - "quill": "^1.3.7", - "recordrtc": "^5.5.9", - "rxjs": "^6.5.4", - "rxjs-compat": "^6.5.4", - "screenfull": "^3.2.2", - "simple-line-icons": "^2.4.1", - "sortablejs": "^1.10.0", - "sweetalert2": "^7.33.1", - "tether": "^1.4.7", - "viewerjs": "^1.5.0", - "xlsx": "^0.14.5", - "zone.js": "^0.8.29" - }, - "devDependencies": { - "@angular-devkit/build-angular": "^0.12.4", - "@angular/cli": "^6.2.9", - "@angular/compiler-cli": "^6.0.0-rc.5", - "@types/aws-sdk": "^2.7.0", - "@types/jasmine": "2.5.52", - "@types/jquery": "3.2.0", - "@types/node": "^8.10.59", - "aws-sdk": "^2.600.0", - "codelyzer": "~4.1.0", - "jasmine-core": "2.6.3", - "jasmine-spec-reporter": "4.1.0", - "karma": "1.7.0", - "karma-chrome-launcher": "2.1.1", - "karma-cli": "1.0.1", - "karma-coverage-istanbul-reporter": "1.3.0", - "karma-jasmine-html-reporter": "^0.2.2", - "protractor": "5.1.2", - "ts-node": "~5.0.0", - "tslint": "~5.9.1", - "typescript": "^2.7.2" - } - }, - "node_modules/@agm/core": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npmjs.org/@agm/core/-/core-1.0.0-beta.2.tgz", - "integrity": "sha512-3bdfvkWDmJszpj/F6Fzgv7sks0cs/cUEQPfs37tcJFz3jc62SsXy4TGb/WJT8FpH2nSGE6DonP8lXuFxB0lblQ==", - "peerDependencies": { - "@angular/common": "^4.0.0 || ^5.0.0", - "@angular/core": "^4.0.0 || ^5.0.0" - } - }, - "node_modules/@angular-devkit/architect": { - "version": "0.12.4", - "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.12.4.tgz", - "integrity": "sha512-19f3jbGyP+GzTSBgrHR4SWGK81SUgtTxhkAcyhmsIEDuXrMJM8kPu0HB9WivJ5p08+jzwz6xdF9mpNYSeD9uqw==", - "dev": true, - "dependencies": { - "@angular-devkit/core": "7.2.4", - "rxjs": "6.3.3" - }, - "engines": { - "node": ">= 8.9.0", - "npm": ">= 5.5.1" - } - }, - "node_modules/@angular-devkit/architect/node_modules/rxjs": { - "version": "6.3.3", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.3.3.tgz", - "integrity": "sha512-JTWmoY9tWCs7zvIk/CvRjhjGaOd+OVBM987mxFo+OW66cGpdKjZcpmc74ES1sB//7Kl/PAe8+wEakuhG4pcgOw==", - "dev": true, - "dependencies": { - "tslib": "^1.9.0" - }, - "engines": { - "npm": ">=2.0.0" - } - }, - "node_modules/@angular-devkit/build-angular": { - "version": "0.12.4", - "resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-0.12.4.tgz", - "integrity": "sha512-zzjpM9GpCGEUtTPv/T04CALzFXkTgAAiNt1whY1Vmtu2YYUksXOm1ysA2RBLEhb81RodTEwVV2zFUj5v2xHYEw==", - "dev": true, - "dependencies": { - "@angular-devkit/architect": "0.12.4", - "@angular-devkit/build-optimizer": "0.12.4", - "@angular-devkit/build-webpack": "0.12.4", - "@angular-devkit/core": "7.2.4", - "@ngtools/webpack": "7.2.4", - "ajv": "6.6.2", - "autoprefixer": "9.4.3", - "circular-dependency-plugin": "5.0.2", - "clean-css": "4.2.1", - "copy-webpack-plugin": "4.6.0", - "file-loader": "2.0.0", - "glob": "7.1.3", - "istanbul": "0.4.5", - "istanbul-instrumenter-loader": "3.0.1", - "karma-source-map-support": "1.3.0", - "less": "3.9.0", - "less-loader": "4.1.0", - "license-webpack-plugin": "2.0.4", - "loader-utils": "1.1.0", - "mini-css-extract-plugin": "0.4.4", - "minimatch": "3.0.4", - "opn": "5.4.0", - "parse5": "4.0.0", - "portfinder": "1.0.17", - "postcss": "7.0.13", - "postcss-import": "12.0.1", - "postcss-loader": "3.0.0", - "raw-loader": "0.5.1", - "rxjs": "6.3.3", - "sass-loader": "7.1.0", - "semver": "5.5.1", - "source-map-loader": "0.2.4", - "source-map-support": "0.5.9", - "speed-measure-webpack-plugin": "1.2.5", - "stats-webpack-plugin": "0.7.0", - "style-loader": "0.23.1", - "stylus": "0.54.5", - "stylus-loader": "3.0.2", - "terser-webpack-plugin": "1.2.1", - "tree-kill": "1.2.0", - "webpack": "4.28.4", - "webpack-dev-middleware": "3.4.0", - "webpack-dev-server": "3.1.14", - "webpack-merge": "4.1.4", - "webpack-sources": "1.3.0", - "webpack-subresource-integrity": "1.1.0-rc.6" - }, - "engines": { - "node": ">= 8.9.0", - "npm": ">= 5.5.1" - }, - "optionalDependencies": { - "node-sass": "4.10.0" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/ajv": { - "version": "6.6.2", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.6.2.tgz", - "integrity": "sha512-FBHEW6Jf5TB9MGBgUUA9XHkTbjXYfAUjY43ACMfmdMRHniyoMHjHjzD50OK8LGDWQwp4rWEsIq5kEqq7rvIM1g==", - "dev": true, - "dependencies": { - "fast-deep-equal": "^2.0.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/big.js": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/big.js/-/big.js-3.2.0.tgz", - "integrity": "sha512-+hN/Zh2D08Mx65pZ/4g5bsmNiZUuChDiQfTUQ7qJr4/kuopCr88xZsAXv6mBoZEsUI4OuGHlX59qE94K2mMW8Q==", - "dev": true, - "engines": { - "node": "*" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/glob": { - "version": "7.1.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz", - "integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==", - "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/json5": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-0.5.1.tgz", - "integrity": "sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=", - "dev": true, - "bin": { - "json5": "lib/cli.js" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/loader-utils": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.1.0.tgz", - "integrity": "sha1-yYrvSIvM7aL/teLeZG1qdUQp9c0=", - "dev": true, - "dependencies": { - "big.js": "^3.1.3", - "emojis-list": "^2.0.0", - "json5": "^0.5.0" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/node-sass": { - "version": "4.10.0", - "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.10.0.tgz", - "integrity": "sha512-fDQJfXszw6vek63Fe/ldkYXmRYK/QS6NbvM3i5oEo9ntPDy4XX7BcKZyTKv+/kSSxRtXXc7l+MSwEmYc0CSy6Q==", - "dev": true, - "hasInstallScript": true, - "optional": true, - "dependencies": { - "async-foreach": "^0.1.3", - "chalk": "^1.1.1", - "cross-spawn": "^3.0.0", - "gaze": "^1.0.0", - "get-stdin": "^4.0.1", - "glob": "^7.0.3", - "in-publish": "^2.0.0", - "lodash.assign": "^4.2.0", - "lodash.clonedeep": "^4.3.2", - "lodash.mergewith": "^4.6.0", - "meow": "^3.7.0", - "mkdirp": "^0.5.1", - "nan": "^2.10.0", - "node-gyp": "^3.8.0", - "npmlog": "^4.0.0", - "request": "^2.88.0", - "sass-graph": "^2.2.4", - "stdout-stream": "^1.4.0", - "true-case-path": "^1.0.2" - }, - "bin": { - "node-sass": "bin/node-sass" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/parse5": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-4.0.0.tgz", - "integrity": "sha512-VrZ7eOd3T1Fk4XWNXMgiGBK/z0MG48BWG2uQNU4I72fkQuKUTZpl+u9k+CxEG0twMVzSmXEEz12z5Fnw1jIQFA==", - "dev": true - }, - "node_modules/@angular-devkit/build-angular/node_modules/rxjs": { - "version": "6.3.3", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.3.3.tgz", - "integrity": "sha512-JTWmoY9tWCs7zvIk/CvRjhjGaOd+OVBM987mxFo+OW66cGpdKjZcpmc74ES1sB//7Kl/PAe8+wEakuhG4pcgOw==", - "dev": true, - "dependencies": { - "tslib": "^1.9.0" - }, - "engines": { - "npm": ">=2.0.0" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/semver": { - "version": "5.5.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.5.1.tgz", - "integrity": "sha512-PqpAxfrEhlSUWge8dwIp4tZnQ25DIOthpiaHNIthsjEFQD6EvqUKUDM7L8O2rShkFccYo1VjJR0coWfNkCubRw==", - "dev": true, - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/@angular-devkit/build-optimizer": { - "version": "0.12.4", - "resolved": "https://registry.npmjs.org/@angular-devkit/build-optimizer/-/build-optimizer-0.12.4.tgz", - "integrity": "sha512-KraU+ZARX7JMtttPjOku9wVF+dnjMsIbiIVsQrNXhpFiGT1fSJhQTPxc98ONgEmUiGROFXXq2mHLilvMr2WdwQ==", - "dev": true, - "dependencies": { - "loader-utils": "1.1.0", - "source-map": "0.5.6", - "typescript": "3.2.4", - "webpack-sources": "1.2.0" - }, - "bin": { - "build-optimizer": "src/build-optimizer/cli.js" - }, - "engines": { - "node": ">= 8.9.0", - "npm": ">= 5.5.1" - } - }, - "node_modules/@angular-devkit/build-optimizer/node_modules/big.js": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/big.js/-/big.js-3.2.0.tgz", - "integrity": "sha512-+hN/Zh2D08Mx65pZ/4g5bsmNiZUuChDiQfTUQ7qJr4/kuopCr88xZsAXv6mBoZEsUI4OuGHlX59qE94K2mMW8Q==", - "dev": true, - "engines": { - "node": "*" - } - }, - "node_modules/@angular-devkit/build-optimizer/node_modules/json5": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-0.5.1.tgz", - "integrity": "sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=", - "dev": true, - "bin": { - "json5": "lib/cli.js" - } - }, - "node_modules/@angular-devkit/build-optimizer/node_modules/loader-utils": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.1.0.tgz", - "integrity": "sha1-yYrvSIvM7aL/teLeZG1qdUQp9c0=", - "dev": true, - "dependencies": { - "big.js": "^3.1.3", - "emojis-list": "^2.0.0", - "json5": "^0.5.0" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/@angular-devkit/build-optimizer/node_modules/source-map": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz", - "integrity": "sha1-dc449SvwczxafwwRjYEzSiu19BI=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@angular-devkit/build-optimizer/node_modules/typescript": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.2.4.tgz", - "integrity": "sha512-0RNDbSdEokBeEAkgNbxJ+BLwSManFy9TeXz8uW+48j/xhEXv1ePME60olyzw2XzUqUBNAYFeJadIqAgNqIACwg==", - "dev": true, - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=4.2.0" - } - }, - "node_modules/@angular-devkit/build-optimizer/node_modules/webpack-sources": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.2.0.tgz", - "integrity": "sha512-9BZwxR85dNsjWz3blyxdOhTgtnQvv3OEs5xofI0wPYTwu5kaWxS08UuD1oI7WLBLpRO+ylf0ofnXLXWmGb2WMw==", - "dev": true, - "dependencies": { - "source-list-map": "^2.0.0", - "source-map": "~0.6.1" - } - }, - "node_modules/@angular-devkit/build-optimizer/node_modules/webpack-sources/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@angular-devkit/build-webpack": { - "version": "0.12.4", - "resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.12.4.tgz", - "integrity": "sha512-1+t2MUB+dq+1LbfTnvzZwj2QTWiugyMywXqYjsyt0rrh7VcriD1lQ+P5yN8kgFz/R7Ut4LgvS05yDX1JHi20qw==", - "dev": true, - "dependencies": { - "@angular-devkit/architect": "0.12.4", - "@angular-devkit/core": "7.2.4", - "rxjs": "6.3.3" - }, - "engines": { - "node": ">= 8.9.0", - "npm": ">= 5.5.1" - }, - "peerDependencies": { - "webpack": "^4.6.0", - "webpack-dev-server": "^3.1.4" - } - }, - "node_modules/@angular-devkit/build-webpack/node_modules/rxjs": { - "version": "6.3.3", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.3.3.tgz", - "integrity": "sha512-JTWmoY9tWCs7zvIk/CvRjhjGaOd+OVBM987mxFo+OW66cGpdKjZcpmc74ES1sB//7Kl/PAe8+wEakuhG4pcgOw==", - "dev": true, - "dependencies": { - "tslib": "^1.9.0" - }, - "engines": { - "npm": ">=2.0.0" - } - }, - "node_modules/@angular-devkit/core": { - "version": "7.2.4", - "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-7.2.4.tgz", - "integrity": "sha512-XHF59tIHg2qEM1Wd415xhykBLjjfOK6yMB7CjNk1bToUMX2QDT87izJF4y1Vwa0lIw9G0jdgP/4/M/OqXcbYmA==", - "dev": true, - "dependencies": { - "ajv": "6.6.2", - "chokidar": "2.0.4", - "fast-json-stable-stringify": "2.0.0", - "rxjs": "6.3.3", - "source-map": "0.7.3" - }, - "engines": { - "node": ">= 8.9.0", - "npm": ">= 5.5.1" - } - }, - "node_modules/@angular-devkit/core/node_modules/ajv": { - "version": "6.6.2", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.6.2.tgz", - "integrity": "sha512-FBHEW6Jf5TB9MGBgUUA9XHkTbjXYfAUjY43ACMfmdMRHniyoMHjHjzD50OK8LGDWQwp4rWEsIq5kEqq7rvIM1g==", - "dev": true, - "dependencies": { - "fast-deep-equal": "^2.0.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - } - }, - "node_modules/@angular-devkit/core/node_modules/fast-json-stable-stringify": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz", - "integrity": "sha1-1RQsDK7msRifh9OnYREGT4bIu/I=", - "dev": true - }, - "node_modules/@angular-devkit/core/node_modules/rxjs": { - "version": "6.3.3", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.3.3.tgz", - "integrity": "sha512-JTWmoY9tWCs7zvIk/CvRjhjGaOd+OVBM987mxFo+OW66cGpdKjZcpmc74ES1sB//7Kl/PAe8+wEakuhG4pcgOw==", - "dev": true, - "dependencies": { - "tslib": "^1.9.0" - }, - "engines": { - "npm": ">=2.0.0" - } - }, - "node_modules/@angular-devkit/core/node_modules/source-map": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", - "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==", - "dev": true, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@angular-devkit/schematics": { - "version": "0.8.9", - "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-0.8.9.tgz", - "integrity": "sha512-JZiK1aHJUFV6xDtUMBLoH3cLgi7EtR1bXjNqqa11MAjnHMqzm2GBazPvzGkMwVbCxC1sdYgswwGX9GS2tpHawA==", - "dev": true, - "dependencies": { - "@angular-devkit/core": "0.8.9", - "rxjs": "6.2.2" - }, - "engines": { - "node": ">= 8.9.0", - "npm": ">= 5.5.1" - } - }, - "node_modules/@angular-devkit/schematics/node_modules/@angular-devkit/core": { - "version": "0.8.9", - "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-0.8.9.tgz", - "integrity": "sha512-Umax3YKBPTQy360TeoSNaIIOJOKoXvN/S2WNTV8wDjSWWNiWLTIlckWMb9DVsafAifjUi0mtOLRFuM4YatKgTw==", - "dev": true, - "dependencies": { - "ajv": "6.4.0", - "chokidar": "2.0.4", - "rxjs": "6.2.2", - "source-map": "0.5.7" - }, - "engines": { - "node": ">= 8.9.0", - "npm": ">= 5.5.1" - } - }, - "node_modules/@angular-devkit/schematics/node_modules/ajv": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.4.0.tgz", - "integrity": "sha1-06/3jpJ3VJdx2vAWTP9ISCt1T8Y=", - "dev": true, - "dependencies": { - "fast-deep-equal": "^1.0.0", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.3.0", - "uri-js": "^3.0.2" - } - }, - "node_modules/@angular-devkit/schematics/node_modules/fast-deep-equal": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz", - "integrity": "sha1-wFNHeBfIa1HaqFPIHgWbcz0CNhQ=", - "dev": true - }, - "node_modules/@angular-devkit/schematics/node_modules/json-schema-traverse": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz", - "integrity": "sha1-NJptRMU6Ud6JtAgFxdXlm0F9M0A=", - "dev": true - }, - "node_modules/@angular-devkit/schematics/node_modules/rxjs": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.2.2.tgz", - "integrity": "sha512-0MI8+mkKAXZUF9vMrEoPnaoHkfzBPP4IGwUYRJhIRJF6/w3uByO1e91bEHn8zd43RdkTMKiooYKmwz7RH6zfOQ==", - "dev": true, - "dependencies": { - "tslib": "^1.9.0" - }, - "engines": { - "npm": ">=2.0.0" - } - }, - "node_modules/@angular-devkit/schematics/node_modules/source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@angular-devkit/schematics/node_modules/uri-js": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-3.0.2.tgz", - "integrity": "sha1-+QuFhQf4HepNz7s8TD2/orVX+qo=", - "dev": true, - "dependencies": { - "punycode": "^2.1.0" - } - }, - "node_modules/@angular/animations": { - "version": "6.1.10", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-6.1.10.tgz", - "integrity": "sha512-dd/lq7kw3uwfHPICan8psu2nthuUpp7PvMLuNIm0XxObZ4oNs0ls6uxKEDPnEkRKoGdiJpvmsyzZZN9ACMPEAA==", - "dependencies": { - "tslib": "^1.9.0" - }, - "peerDependencies": { - "@angular/core": "6.1.10" - } - }, - "node_modules/@angular/cdk": { - "version": "6.4.7", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-6.4.7.tgz", - "integrity": "sha512-18x0U66fLD5kGQWZ9n3nb75xQouXlWs7kUDaTd8HTrHpT1s2QIAqlLd1KxfrYiVhsEC2jPQaoiae7VnBlcvkBg==", - "dependencies": { - "tslib": "^1.7.1" - }, - "peerDependencies": { - "@angular/common": ">=6.0.0-beta.0 <7.0.0", - "@angular/core": ">=6.0.0-beta.0 <7.0.0" - } - }, - "node_modules/@angular/cli": { - "version": "6.2.9", - "resolved": "https://registry.npmjs.org/@angular/cli/-/cli-6.2.9.tgz", - "integrity": "sha512-4xuTbmMKGx1bMi0KA3Xmtx/emy10wlSwTXoUijlhd2tcWmlI2wRjAYjR7efSbFo8dVskiq0CyAVFWr1IanYQZw==", - "dev": true, - "dependencies": { - "@angular-devkit/architect": "0.8.9", - "@angular-devkit/core": "0.8.9", - "@angular-devkit/schematics": "0.8.9", - "@schematics/angular": "0.8.9", - "@schematics/update": "0.8.9", - "@yarnpkg/lockfile": "1.1.0", - "ini": "1.3.5", - "json-schema-traverse": "0.4.1", - "npm-package-arg": "6.1.0", - "opn": "5.4.0", - "pacote": "9.2.3", - "rxjs": "6.2.2", - "semver": "5.6.0", - "symbol-observable": "1.2.0", - "yargs-parser": "10.1.0" - }, - "bin": { - "ng": "bin/ng" - }, - "engines": { - "node": ">= 8.9.0", - "npm": ">= 5.5.1" - } - }, - "node_modules/@angular/cli/node_modules/@angular-devkit/architect": { - "version": "0.8.9", - "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.8.9.tgz", - "integrity": "sha512-2tiGPkvJyFY/G3a27uC8r6Jj3H5m8SxjMqhjNUQ5AtNumweTBPt3YIYMNAvHUmxG0nA9upDolVXFmoQGK9AhKQ==", - "dev": true, - "dependencies": { - "@angular-devkit/core": "0.8.9", - "rxjs": "6.2.2" - }, - "engines": { - "node": ">= 8.9.0", - "npm": ">= 5.5.1" - } - }, - "node_modules/@angular/cli/node_modules/@angular-devkit/core": { - "version": "0.8.9", - "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-0.8.9.tgz", - "integrity": "sha512-Umax3YKBPTQy360TeoSNaIIOJOKoXvN/S2WNTV8wDjSWWNiWLTIlckWMb9DVsafAifjUi0mtOLRFuM4YatKgTw==", - "dev": true, - "dependencies": { - "ajv": "6.4.0", - "chokidar": "2.0.4", - "rxjs": "6.2.2", - "source-map": "0.5.7" - }, - "engines": { - "node": ">= 8.9.0", - "npm": ">= 5.5.1" - } - }, - "node_modules/@angular/cli/node_modules/ajv": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.4.0.tgz", - "integrity": "sha1-06/3jpJ3VJdx2vAWTP9ISCt1T8Y=", - "dev": true, - "dependencies": { - "fast-deep-equal": "^1.0.0", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.3.0", - "uri-js": "^3.0.2" - } - }, - "node_modules/@angular/cli/node_modules/ajv/node_modules/json-schema-traverse": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz", - "integrity": "sha1-NJptRMU6Ud6JtAgFxdXlm0F9M0A=", - "dev": true - }, - "node_modules/@angular/cli/node_modules/camelcase": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", - "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/@angular/cli/node_modules/fast-deep-equal": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz", - "integrity": "sha1-wFNHeBfIa1HaqFPIHgWbcz0CNhQ=", - "dev": true - }, - "node_modules/@angular/cli/node_modules/rxjs": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.2.2.tgz", - "integrity": "sha512-0MI8+mkKAXZUF9vMrEoPnaoHkfzBPP4IGwUYRJhIRJF6/w3uByO1e91bEHn8zd43RdkTMKiooYKmwz7RH6zfOQ==", - "dev": true, - "dependencies": { - "tslib": "^1.9.0" - }, - "engines": { - "npm": ">=2.0.0" - } - }, - "node_modules/@angular/cli/node_modules/semver": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.6.0.tgz", - "integrity": "sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg==", - "dev": true, - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/@angular/cli/node_modules/source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@angular/cli/node_modules/uri-js": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-3.0.2.tgz", - "integrity": "sha1-+QuFhQf4HepNz7s8TD2/orVX+qo=", - "dev": true, - "dependencies": { - "punycode": "^2.1.0" - } - }, - "node_modules/@angular/cli/node_modules/yargs-parser": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-10.1.0.tgz", - "integrity": "sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ==", - "dev": true, - "dependencies": { - "camelcase": "^4.1.0" - } - }, - "node_modules/@angular/common": { - "version": "6.1.10", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-6.1.10.tgz", - "integrity": "sha512-73xxTSYJNKfiJ7C1Ajg+sz5l8y+blb/vNgHYg7O3yem5zLBnfPpidJ1UGg4W4d2Y+jwUVJbZKh8SKJarqAJVUQ==", - "dependencies": { - "tslib": "^1.9.0" - }, - "peerDependencies": { - "@angular/core": "6.1.10", - "rxjs": "^6.0.0" - } - }, - "node_modules/@angular/compiler": { - "version": "6.1.10", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-6.1.10.tgz", - "integrity": "sha512-FPIb2j3zfoBwb6vo/u0gQeu70h8InGlSisBr3xMACs/35/pwB6kbQR+JQiUr0D7k6QApg7AuMkvq8aFNelg0aw==", - "dependencies": { - "tslib": "^1.9.0" - } - }, - "node_modules/@angular/compiler-cli": { - "version": "6.1.10", - "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-6.1.10.tgz", - "integrity": "sha512-GCWdyeNQSnF4RfzO4A0+WHsNEgxKpl5arg4ldLSWMNkj/DrhMD4TnmxhR+IVY+7ieMkUBwpcuWRnjdOdnbmV+w==", - "dev": true, - "dependencies": { - "chokidar": "^1.4.2", - "minimist": "^1.2.0", - "reflect-metadata": "^0.1.2", - "tsickle": "^0.32.1" - }, - "bin": { - "ng-xi18n": "src/extract_i18n.js", - "ngc": "src/main.js" - }, - "engines": { - "node": ">=8.0" - }, - "peerDependencies": { - "@angular/compiler": "6.1.10", - "typescript": ">=2.7.2 <2.10" - } - }, - "node_modules/@angular/compiler-cli/node_modules/anymatch": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-1.3.2.tgz", - "integrity": "sha512-0XNayC8lTHQ2OI8aljNCN3sSx6hsr/1+rlcDAotXJR7C1oZZHCNsfpbKwMjRA3Uqb5tF1Rae2oloTr4xpq+WjA==", - "dev": true, - "dependencies": { - "micromatch": "^2.1.5", - "normalize-path": "^2.0.0" - } - }, - "node_modules/@angular/compiler-cli/node_modules/arr-diff": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz", - "integrity": "sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8=", - "dev": true, - "dependencies": { - "arr-flatten": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@angular/compiler-cli/node_modules/array-unique": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz", - "integrity": "sha1-odl8yvy8JiXMcPrc6zalDFiwGlM=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@angular/compiler-cli/node_modules/braces": { - "version": "1.8.5", - "resolved": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz", - "integrity": "sha1-uneWLhLf+WnWt2cR6RS3N4V79qc=", - "dev": true, - "dependencies": { - "expand-range": "^1.8.1", - "preserve": "^0.2.0", - "repeat-element": "^1.1.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@angular/compiler-cli/node_modules/chokidar": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-1.7.0.tgz", - "integrity": "sha1-eY5ol3gVHIB2tLNg5e3SjNortGg=", - "deprecated": "Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.", - "dev": true, - "dependencies": { - "anymatch": "^1.3.0", - "async-each": "^1.0.0", - "glob-parent": "^2.0.0", - "inherits": "^2.0.1", - "is-binary-path": "^1.0.0", - "is-glob": "^2.0.0", - "path-is-absolute": "^1.0.0", - "readdirp": "^2.0.0" - }, - "optionalDependencies": { - "fsevents": "^1.0.0" - } - }, - "node_modules/@angular/compiler-cli/node_modules/expand-brackets": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz", - "integrity": "sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s=", - "dev": true, - "dependencies": { - "is-posix-bracket": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@angular/compiler-cli/node_modules/extglob": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz", - "integrity": "sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE=", - "dev": true, - "dependencies": { - "is-extglob": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@angular/compiler-cli/node_modules/glob-parent": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz", - "integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=", - "dev": true, - "dependencies": { - "is-glob": "^2.0.0" - } - }, - "node_modules/@angular/compiler-cli/node_modules/is-extglob": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz", - "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@angular/compiler-cli/node_modules/is-glob": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz", - "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", - "dev": true, - "dependencies": { - "is-extglob": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@angular/compiler-cli/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dev": true, - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@angular/compiler-cli/node_modules/micromatch": { - "version": "2.3.11", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz", - "integrity": "sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU=", - "dev": true, - "dependencies": { - "arr-diff": "^2.0.0", - "array-unique": "^0.2.1", - "braces": "^1.8.2", - "expand-brackets": "^0.1.4", - "extglob": "^0.3.1", - "filename-regex": "^2.0.0", - "is-extglob": "^1.0.0", - "is-glob": "^2.0.1", - "kind-of": "^3.0.2", - "normalize-path": "^2.0.1", - "object.omit": "^2.0.0", - "parse-glob": "^3.0.4", - "regex-cache": "^0.4.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@angular/core": { - "version": "6.1.10", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-6.1.10.tgz", - "integrity": "sha512-61l3rIQTVdT45eOf6/fBJIeVmV10mcrxqS4N/1OWkuDT29YSJTZSxGcv8QjAyyutuhcqWWpO6gVRkN07rWmkPg==", - "dependencies": { - "tslib": "^1.9.0" - }, - "peerDependencies": { - "rxjs": "^6.0.0", - "zone.js": "~0.8.26" - } - }, - "node_modules/@angular/fire": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/@angular/fire/-/fire-5.4.0.tgz", - "integrity": "sha512-067oatMtDbNKEWNdZoMWqKOzPpp0r8XZvpL1bcH6PO+q62ceJ2ig46ne1UqJP2nHRyXNAtIyJp7VhVoG4gRPiA==", - "peerDependencies": { - "@angular/common": ">=6.0.0 <9 || ^9.0.0-0", - "@angular/core": ">=6.0.0 <9 || ^9.0.0-0", - "@angular/platform-browser": ">=6.0.0 <9 || ^9.0.0-0", - "@angular/platform-browser-dynamic": ">=6.0.0 <9 || ^9.0.0-0", - "firebase": ">= 5.5.7 <8", - "rxjs": "^6.0.0" - } - }, - "node_modules/@angular/flex-layout": { - "version": "6.0.0-beta.18", - "resolved": "https://registry.npmjs.org/@angular/flex-layout/-/flex-layout-6.0.0-beta.18.tgz", - "integrity": "sha512-1Alv3YSIZYp0CTUIESIaSQLoSVyLzuNKPa5bGM/RzOmeSrndm5plVgI9wopGfJUDiwM18R97rq/4XjDvNT/+ig==", - "dependencies": { - "tslib": "^1.7.1" - }, - "peerDependencies": { - "@angular/cdk": "^6.0.0", - "@angular/common": ">=6.0.0 <7.0.0", - "@angular/core": ">=6.0.0 <7.0.0", - "rxjs": "^6.0.0" - } - }, - "node_modules/@angular/forms": { - "version": "6.1.10", - "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-6.1.10.tgz", - "integrity": "sha512-zAPx2kMV1/FbP5DrY472Sd/ze1m+GS6T5ullZCtP392r62p2RkwzDCXieR51YiRJjZj3M6c3AcRND7PWBdXT7A==", - "dependencies": { - "tslib": "^1.9.0" - }, - "peerDependencies": { - "@angular/common": "6.1.10", - "@angular/core": "6.1.10", - "@angular/platform-browser": "6.1.10", - "rxjs": "^6.0.0" - } - }, - "node_modules/@angular/http": { - "version": "6.0.0-rc.6", - "resolved": "https://registry.npmjs.org/@angular/http/-/http-6.0.0-rc.6.tgz", - "integrity": "sha512-DYcRixOY18qfWLe4+384QPyGsh0znOvbTePT5dJvGPiuR77rmzggPDA7tW+hyZ3y+0Nk4QuRVPbFQZdACjHpyw==", - "dependencies": { - "tslib": "^1.9.0" - }, - "peerDependencies": { - "@angular/core": "6.0.0-rc.6", - "@angular/platform-browser": "6.0.0-rc.6", - "rxjs": "^6.0.0-rc.0" - } - }, - "node_modules/@angular/material": { - "version": "6.4.7", - "resolved": "https://registry.npmjs.org/@angular/material/-/material-6.4.7.tgz", - "integrity": "sha512-SdNx7Xovi24Kw9eU6lkLhY/7f2M7L9F+/uh6XuPr4jbGgCUVVpeeVI5ztZhsZRbj1sN+/r1p5w8u62apWWl5Ww==", - "dependencies": { - "tslib": "^1.7.1" - }, - "optionalDependencies": { - "parse5": "^5.0.0" - }, - "peerDependencies": { - "@angular/cdk": "6.4.7", - "@angular/common": ">=6.0.0-beta.0 <7.0.0", - "@angular/core": ">=6.0.0-beta.0 <7.0.0" - } - }, - "node_modules/@angular/material-moment-adapter": { - "version": "6.4.7", - "resolved": "https://registry.npmjs.org/@angular/material-moment-adapter/-/material-moment-adapter-6.4.7.tgz", - "integrity": "sha512-OGdDtpu/yRioOQXhJFCNuiOF2OgiL9VUj8ewFPi1lDtFGUFfVwU2h3hWkKLn+yuPW+DBVYla11tCNsn5dLElmA==", - "dependencies": { - "tslib": "^1.7.1" - }, - "peerDependencies": { - "@angular/core": ">=6.0.0-beta.0 <7.0.0", - "@angular/material": "6.4.7", - "moment": "^2.18.1" - } - }, - "node_modules/@angular/platform-browser": { - "version": "6.1.10", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-6.1.10.tgz", - "integrity": "sha512-CB7pqMwtgb7KjdHDAJlsXcs0rrU+2xQVaoOaqEfJtUrKhtGMLaZh8Qoic5l92SoGattkOw7SYarAOsWlAsVfvw==", - "dependencies": { - "tslib": "^1.9.0" - }, - "peerDependencies": { - "@angular/common": "6.1.10", - "@angular/core": "6.1.10" - } - }, - "node_modules/@angular/platform-browser-dynamic": { - "version": "6.1.10", - "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-6.1.10.tgz", - "integrity": "sha512-DmBSUyFPoyKqkmBXyJ2CrP1oXDioeoBlPA8lmWUDUv2yBuoHIzIkdY/OkTZbdyu/QYa1hK2Jl9OlfoeoenKddg==", - "dependencies": { - "tslib": "^1.9.0" - }, - "peerDependencies": { - "@angular/common": "6.1.10", - "@angular/compiler": "6.1.10", - "@angular/core": "6.1.10", - "@angular/platform-browser": "6.1.10" - } - }, - "node_modules/@angular/router": { - "version": "6.1.10", - "resolved": "https://registry.npmjs.org/@angular/router/-/router-6.1.10.tgz", - "integrity": "sha512-tekI3dkdvd65oMoxjjgRA+16uDgPUBWHhYxids6pgO8vobZNtCo8VaVlcDyLUhdmtS5kONELx0iL5E2M0Y2Bag==", - "dependencies": { - "tslib": "^1.9.0" - }, - "peerDependencies": { - "@angular/common": "6.1.10", - "@angular/core": "6.1.10", - "@angular/platform-browser": "6.1.10", - "rxjs": "^6.0.0" - } - }, - "node_modules/@firebase/app": { - "version": "0.4.17", - "resolved": "https://registry.npmjs.org/@firebase/app/-/app-0.4.17.tgz", - "integrity": "sha512-YkCe10/KHnfJ5Lx79SCQ4ZJRlpnwe8Yns6Ntf7kltXq1hCQCUrKEU3zaOTPY90SBx36hYm47IaqkKwT/kBOK3A==", - "dependencies": { - "@firebase/app-types": "0.4.3", - "@firebase/logger": "0.1.25", - "@firebase/util": "0.2.28", - "dom-storage": "2.1.0", - "tslib": "1.10.0", - "xmlhttprequest": "1.8.0" - } - }, - "node_modules/@firebase/app-types": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/@firebase/app-types/-/app-types-0.4.3.tgz", - "integrity": "sha512-VU5c+ZjejvefLVH4cjiX3Hy1w9HYMv7TtZ1tF9ZmOqT4DSIU1a3VISWoo8///cGGffr5IirMO+Q/WZLI4p8VcA==" - }, - "node_modules/@firebase/auth": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/@firebase/auth/-/auth-0.12.0.tgz", - "integrity": "sha512-DGYvAmz2aUmrWYS3ADw/UmsuicxJi6G+X38XITqNPUrd1YxmM5SBzX19oEb9WCrJZXcr4JaESg6hQkT2yEPaCA==", - "dependencies": { - "@firebase/auth-types": "0.8.0" - }, - "peerDependencies": { - "@firebase/app": "0.x" - } - }, - "node_modules/@firebase/auth-types": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@firebase/auth-types/-/auth-types-0.8.0.tgz", - "integrity": "sha512-foQHhvyB0RR+mb/+wmHXd/VOU+D8fruFEW1k79Q9wzyTPpovMBa1Mcns5fwEWBhUfi8bmoEtaGB8RSAHnTFzTg==", - "peerDependencies": { - "@firebase/app-types": "0.x", - "@firebase/util": "0.x" - } - }, - "node_modules/@firebase/database": { - "version": "0.5.4", - "resolved": "https://registry.npmjs.org/@firebase/database/-/database-0.5.4.tgz", - "integrity": "sha512-Hz1Bi3fzIcNNocE4EhvvwoEQGurG2BGssWD3/6a2bzty+K1e57SLea2Ied8QYNBUU1zt/4McHfa3Y71EQIyn/w==", - "dependencies": { - "@firebase/database-types": "0.4.3", - "@firebase/logger": "0.1.25", - "@firebase/util": "0.2.28", - "faye-websocket": "0.11.3", - "tslib": "1.10.0" - } - }, - "node_modules/@firebase/database-types": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/@firebase/database-types/-/database-types-0.4.3.tgz", - "integrity": "sha512-21yCiJA2Tyt6dJYwWeB69MwoawBu5UWNtP6MAY0ugyRBHVdjAMHMYalPxCjZ46LAmhfim0+i8NXRadOFVS3hUA==", - "dependencies": { - "@firebase/app-types": "0.x" - } - }, - "node_modules/@firebase/firestore": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/@firebase/firestore/-/firestore-1.5.3.tgz", - "integrity": "sha512-O/yAbXpitOA6g627cUl0/FHYlkTy1EiEKMKOlnlMOJF2fH+nLVZREXjsrCC7N2tIvTn7yYwfpZ4zpSNvrhwiTA==", - "dependencies": { - "@firebase/firestore-types": "1.5.0", - "@firebase/logger": "0.1.25", - "@firebase/util": "0.2.28", - "@firebase/webchannel-wrapper": "0.2.26", - "@grpc/proto-loader": "^0.5.0", - "grpc": "1.23.3", - "tslib": "1.10.0" - }, - "peerDependencies": { - "@firebase/app": "0.x", - "@firebase/app-types": "0.x" - } - }, - "node_modules/@firebase/firestore-types": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@firebase/firestore-types/-/firestore-types-1.5.0.tgz", - "integrity": "sha512-VhRHNbEbak+R2iK8e1ir2Lec7eaHMZpGTRy6LMtzATYthlkwNHF9tO8JU8l6d1/kYkI4+DWzX++i3HhTziHEWA==", - "peerDependencies": { - "@firebase/app-types": "0.x" - } - }, - "node_modules/@firebase/functions": { - "version": "0.4.18", - "resolved": "https://registry.npmjs.org/@firebase/functions/-/functions-0.4.18.tgz", - "integrity": "sha512-N/ijwpxJy26kOErYIi5QS8pQgMZEuEMF/zDaNmgqcoN3J8P52NhBnVQZnIl+U4W96nQfNiURhSwXEERHFyvSZQ==", - "dependencies": { - "@firebase/functions-types": "0.3.8", - "@firebase/messaging-types": "0.3.2", - "isomorphic-fetch": "2.2.1", - "tslib": "1.10.0" - }, - "peerDependencies": { - "@firebase/app": "0.x", - "@firebase/app-types": "0.x" - } - }, - "node_modules/@firebase/functions-types": { - "version": "0.3.8", - "resolved": "https://registry.npmjs.org/@firebase/functions-types/-/functions-types-0.3.8.tgz", - "integrity": "sha512-9hajHxA4UWVCGFmoL8PBYHpamE3JTNjObieMmnvZw3cMRTP2EwipMpzZi+GPbMlA/9swF9yHCY/XFAEkwbvdgQ==" - }, - "node_modules/@firebase/installations": { - "version": "0.2.7", - "resolved": "https://registry.npmjs.org/@firebase/installations/-/installations-0.2.7.tgz", - "integrity": "sha512-67tzowHVwRBtEuB1HLMD+fCdoRyinOQlMKBes7UwrtZIVd0CPDUqAKxNqup5EypWZb7O2tqFtRzK7POajfSNMA==", - "dependencies": { - "@firebase/installations-types": "0.1.2", - "@firebase/util": "0.2.28", - "idb": "3.0.2", - "tslib": "1.10.0" - }, - "peerDependencies": { - "@firebase/app": "0.x", - "@firebase/app-types": "0.x" - } - }, - "node_modules/@firebase/installations-types": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/@firebase/installations-types/-/installations-types-0.1.2.tgz", - "integrity": "sha512-fQaWIW8hyX1XUN7+FCSPjvM1agFjGidVuF4Sxi7aFwfyh5t+4fD2VpM4wCQbWmodnx4fZLvsuQd9mkxxU+lGYQ==", - "peerDependencies": { - "@firebase/app-types": "0.x" - } - }, - "node_modules/@firebase/logger": { - "version": "0.1.25", - "resolved": "https://registry.npmjs.org/@firebase/logger/-/logger-0.1.25.tgz", - "integrity": "sha512-/lRhuepVcCCnQ2jcO5Hr08SYdmZDTQU9fdPdzg+qXJ9k/QnIrD2RbswXQcL6mmae3uPpX7fFXQAoScJ9pzp50w==" - }, - "node_modules/@firebase/messaging": { - "version": "0.4.11", - "resolved": "https://registry.npmjs.org/@firebase/messaging/-/messaging-0.4.11.tgz", - "integrity": "sha512-KYt479yio6ThkV7Pb9LRB1KPIBio+OR4RozwyoLC1ZSVQdTIrd/sVEuDSzYY88Wh/6Kg6ejdu2z6mfWG9l1ZaQ==", - "dependencies": { - "@firebase/messaging-types": "0.3.2", - "@firebase/util": "0.2.28", - "tslib": "1.10.0" - }, - "peerDependencies": { - "@firebase/app": "0.x", - "@firebase/app-types": "0.x" - } - }, - "node_modules/@firebase/messaging-types": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@firebase/messaging-types/-/messaging-types-0.3.2.tgz", - "integrity": "sha512-2qa2qNKqpalmtwaUV3+wQqfCm5myP/dViIBv+pXF8HinemIfO1IPQtr9pCNfsSYyus78qEhtfldnPWXxUH5v0w==", - "peerDependencies": { - "@firebase/app-types": "0.x" - } - }, - "node_modules/@firebase/performance": { - "version": "0.2.19", - "resolved": "https://registry.npmjs.org/@firebase/performance/-/performance-0.2.19.tgz", - "integrity": "sha512-dINWwR/XcSiSnFNNX7QWfec8bymiXk1Zp6mPyPN+R9ONMrpDbygQUy06oT/6r/xx9nHG4Za6KMUJag3sWNKqnQ==", - "dependencies": { - "@firebase/installations": "0.2.7", - "@firebase/logger": "0.1.25", - "@firebase/performance-types": "0.0.3", - "@firebase/util": "0.2.28", - "tslib": "1.10.0" - }, - "peerDependencies": { - "@firebase/app": "0.x", - "@firebase/app-types": "0.x" - } - }, - "node_modules/@firebase/performance-types": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/@firebase/performance-types/-/performance-types-0.0.3.tgz", - "integrity": "sha512-RuC63nYJPJU65AsrNMc3fTRcRgHiyNcQLh9ufeKUT1mEsFgpxr167gMb+tpzNU4jsbvM6+c6nQAFdHpqcGkRlQ==" - }, - "node_modules/@firebase/polyfill": { - "version": "0.3.22", - "resolved": "https://registry.npmjs.org/@firebase/polyfill/-/polyfill-0.3.22.tgz", - "integrity": "sha512-PYbEqDHJhJJoF2Q5IB/oP0Tz6O2vSUPtODy9kUQibi+T0bK1gkTaySPwz8GAgHfIpFNENj1kK+7Xpf87R8bYbw==", - "dependencies": { - "core-js": "3.2.1", - "promise-polyfill": "8.1.3", - "whatwg-fetch": "2.0.4" - } - }, - "node_modules/@firebase/polyfill/node_modules/core-js": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.2.1.tgz", - "integrity": "sha512-Qa5XSVefSVPRxy2XfUC13WbvqkxhkwB3ve+pgCQveNgYzbM/UxZeu1dcOX/xr4UmfUd+muuvsaxilQzCyUurMw==", - "deprecated": "core-js@<3.4 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.", - "hasInstallScript": true - }, - "node_modules/@firebase/polyfill/node_modules/whatwg-fetch": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-2.0.4.tgz", - "integrity": "sha512-dcQ1GWpOD/eEQ97k66aiEVpNnapVj90/+R+SXTPYGHpYBBypfKJEQjLrvMZ7YXbKm21gXd4NcuxUTjiv1YtLng==" - }, - "node_modules/@firebase/storage": { - "version": "0.3.12", - "resolved": "https://registry.npmjs.org/@firebase/storage/-/storage-0.3.12.tgz", - "integrity": "sha512-8hXt3qPZlVH+yPF4W9Dc15/gBiTPGUJUgYs3dH9WnO41QWl1o4aNlZpZK/pdnpCIO1GmN0+PxJW9TCNb0H0Hqw==", - "dependencies": { - "@firebase/storage-types": "0.3.3", - "@firebase/util": "0.2.28", - "tslib": "1.10.0" - }, - "peerDependencies": { - "@firebase/app": "0.x", - "@firebase/app-types": "0.x" - } - }, - "node_modules/@firebase/storage-types": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@firebase/storage-types/-/storage-types-0.3.3.tgz", - "integrity": "sha512-fUp4kpbxwDiWs/aIBJqBvXgFHZvgoND2JA0gJYSEsXtWtVwfgzY/710plErgZDeQKopX5eOR1sHskZkQUy0U6w==", - "peerDependencies": { - "@firebase/app-types": "0.x", - "@firebase/util": "0.x" - } - }, - "node_modules/@firebase/util": { - "version": "0.2.28", - "resolved": "https://registry.npmjs.org/@firebase/util/-/util-0.2.28.tgz", - "integrity": "sha512-ZQMAWtXj8y5kvB6izs0aTM/jG+WO8HpqhXA/EwD6LckJ+1P5LnAhaLZt1zR4HpuCE+jeP5I32Id5RJ/aifFs6A==", - "dependencies": { - "tslib": "1.10.0" - } - }, - "node_modules/@firebase/webchannel-wrapper": { - "version": "0.2.26", - "resolved": "https://registry.npmjs.org/@firebase/webchannel-wrapper/-/webchannel-wrapper-0.2.26.tgz", - "integrity": "sha512-VlTurkvs4v7EVFWESBZGOPghFEokQhU5au5CP9WqA8B2/PcQRDsaaQlQCA6VATuEnW+vtSiSBvTiOc4004f8xg==" - }, - "node_modules/@grpc/proto-loader": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.5.3.tgz", - "integrity": "sha512-8qvUtGg77G2ZT2HqdqYoM/OY97gQd/0crSG34xNmZ4ZOsv3aQT/FQV9QfZPazTGna6MIoyUd+u6AxsoZjJ/VMQ==", - "dependencies": { - "lodash.camelcase": "^4.3.0", - "protobufjs": "^6.8.6" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@ngtools/webpack": { - "version": "7.2.4", - "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-7.2.4.tgz", - "integrity": "sha512-mXMDODmy53kk+Kb5jgLNQOsSrDBQQMf6C6KZNuGo8AdvUGdGaQeZDze4o7bcUz1KUjuaaP1Zh7pZtho8C4/T+Q==", - "dev": true, - "dependencies": { - "@angular-devkit/core": "7.2.4", - "enhanced-resolve": "4.1.0", - "rxjs": "6.3.3", - "tree-kill": "1.2.0", - "webpack-sources": "1.2.0" - }, - "engines": { - "node": ">= 8.9.0", - "npm": ">= 5.5.1" - }, - "peerDependencies": { - "@angular/compiler-cli": ">=5.0.0 <8.0.0 || ^7.0.0-beta.0", - "typescript": ">=2.4.0 < 3.3", - "webpack": "^4.0.0" - } - }, - "node_modules/@ngtools/webpack/node_modules/rxjs": { - "version": "6.3.3", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.3.3.tgz", - "integrity": "sha512-JTWmoY9tWCs7zvIk/CvRjhjGaOd+OVBM987mxFo+OW66cGpdKjZcpmc74ES1sB//7Kl/PAe8+wEakuhG4pcgOw==", - "dev": true, - "dependencies": { - "tslib": "^1.9.0" - }, - "engines": { - "npm": ">=2.0.0" - } - }, - "node_modules/@ngtools/webpack/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@ngtools/webpack/node_modules/webpack-sources": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.2.0.tgz", - "integrity": "sha512-9BZwxR85dNsjWz3blyxdOhTgtnQvv3OEs5xofI0wPYTwu5kaWxS08UuD1oI7WLBLpRO+ylf0ofnXLXWmGb2WMw==", - "dev": true, - "dependencies": { - "source-list-map": "^2.0.0", - "source-map": "~0.6.1" - } - }, - "node_modules/@ngx-translate/core": { - "version": "10.0.2", - "resolved": "https://registry.npmjs.org/@ngx-translate/core/-/core-10.0.2.tgz", - "integrity": "sha512-7nM3DrJaqKswwtJlbu2kuKNl+hE8Isr18sKsKvGGpSxQk+G0gO0reDlx2PhUNus7TJTkA1C59vU/JoN8hIvZ4g==", - "dependencies": { - "tslib": "^1.9.0" - }, - "peerDependencies": { - "@angular/core": ">=6.0.0", - "rxjs": ">=6.0.0" - } - }, - "node_modules/@ngx-translate/http-loader": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@ngx-translate/http-loader/-/http-loader-3.0.1.tgz", - "integrity": "sha1-ILD5i8bCUyESnT4zAqs8xInApCo=", - "dependencies": { - "tslib": "^1.9.0" - }, - "peerDependencies": { - "@angular/common": ">=6.0.0-rc.0", - "@angular/core": ">=6.0.0-rc.0", - "@ngx-translate/core": ">=10.0.0" - } - }, - "node_modules/@protobufjs/aspromise": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz", - "integrity": "sha1-m4sMxmPWaafY9vXQiToU00jzD78=" - }, - "node_modules/@protobufjs/base64": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz", - "integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==" - }, - "node_modules/@protobufjs/codegen": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz", - "integrity": "sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==" - }, - "node_modules/@protobufjs/eventemitter": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz", - "integrity": "sha1-NVy8mLr61ZePntCV85diHx0Ga3A=" - }, - "node_modules/@protobufjs/fetch": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz", - "integrity": "sha1-upn7WYYUr2VwDBYZ/wbUVLDYTEU=", - "dependencies": { - "@protobufjs/aspromise": "^1.1.1", - "@protobufjs/inquire": "^1.1.0" - } - }, - "node_modules/@protobufjs/float": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz", - "integrity": "sha1-Xp4avctz/Ap8uLKR33jIy9l7h9E=" - }, - "node_modules/@protobufjs/inquire": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.0.tgz", - "integrity": "sha1-/yAOPnzyQp4tyvwRQIKOjMY48Ik=" - }, - "node_modules/@protobufjs/path": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz", - "integrity": "sha1-bMKyDFya1q0NzP0hynZz2Nf79o0=" - }, - "node_modules/@protobufjs/pool": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz", - "integrity": "sha1-Cf0V8tbTq/qbZbw2ZQbWrXhG/1Q=" - }, - "node_modules/@protobufjs/utf8": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz", - "integrity": "sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA=" - }, - "node_modules/@schematics/angular": { - "version": "0.8.9", - "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-0.8.9.tgz", - "integrity": "sha512-QTCcvBr+HLk8oJuPvonc8myYVU4ko5qsIhTon0gyWQg8McQnjCf8dTpnLM/VSzrmR71wOQ9fqvl+qS+eujrtnA==", - "dev": true, - "dependencies": { - "@angular-devkit/core": "0.8.9", - "@angular-devkit/schematics": "0.8.9", - "typescript": ">=2.6.2 <2.10" - }, - "engines": { - "node": ">= 8.9.0", - "npm": ">= 5.5.1" - } - }, - "node_modules/@schematics/angular/node_modules/@angular-devkit/core": { - "version": "0.8.9", - "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-0.8.9.tgz", - "integrity": "sha512-Umax3YKBPTQy360TeoSNaIIOJOKoXvN/S2WNTV8wDjSWWNiWLTIlckWMb9DVsafAifjUi0mtOLRFuM4YatKgTw==", - "dev": true, - "dependencies": { - "ajv": "6.4.0", - "chokidar": "2.0.4", - "rxjs": "6.2.2", - "source-map": "0.5.7" - }, - "engines": { - "node": ">= 8.9.0", - "npm": ">= 5.5.1" - } - }, - "node_modules/@schematics/angular/node_modules/ajv": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.4.0.tgz", - "integrity": "sha1-06/3jpJ3VJdx2vAWTP9ISCt1T8Y=", - "dev": true, - "dependencies": { - "fast-deep-equal": "^1.0.0", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.3.0", - "uri-js": "^3.0.2" - } - }, - "node_modules/@schematics/angular/node_modules/fast-deep-equal": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz", - "integrity": "sha1-wFNHeBfIa1HaqFPIHgWbcz0CNhQ=", - "dev": true - }, - "node_modules/@schematics/angular/node_modules/json-schema-traverse": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz", - "integrity": "sha1-NJptRMU6Ud6JtAgFxdXlm0F9M0A=", - "dev": true - }, - "node_modules/@schematics/angular/node_modules/rxjs": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.2.2.tgz", - "integrity": "sha512-0MI8+mkKAXZUF9vMrEoPnaoHkfzBPP4IGwUYRJhIRJF6/w3uByO1e91bEHn8zd43RdkTMKiooYKmwz7RH6zfOQ==", - "dev": true, - "dependencies": { - "tslib": "^1.9.0" - }, - "engines": { - "npm": ">=2.0.0" - } - }, - "node_modules/@schematics/angular/node_modules/source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@schematics/angular/node_modules/uri-js": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-3.0.2.tgz", - "integrity": "sha1-+QuFhQf4HepNz7s8TD2/orVX+qo=", - "dev": true, - "dependencies": { - "punycode": "^2.1.0" - } - }, - "node_modules/@schematics/update": { - "version": "0.8.9", - "resolved": "https://registry.npmjs.org/@schematics/update/-/update-0.8.9.tgz", - "integrity": "sha512-duefusf5YdKGcNfNlHM/eMpkuvR2o4rqLDX0wo59Pu1KKXoDEUy5lj0mOA+hXbzjHtrtOxpffxKU0+AzovEMPA==", - "dev": true, - "dependencies": { - "@angular-devkit/core": "0.8.9", - "@angular-devkit/schematics": "0.8.9", - "npm-registry-client": "8.6.0", - "rxjs": "6.2.2", - "semver": "5.6.0", - "semver-intersect": "1.4.0" - }, - "engines": { - "node": ">= 8.9.0", - "npm": ">= 5.5.1" - } - }, - "node_modules/@schematics/update/node_modules/@angular-devkit/core": { - "version": "0.8.9", - "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-0.8.9.tgz", - "integrity": "sha512-Umax3YKBPTQy360TeoSNaIIOJOKoXvN/S2WNTV8wDjSWWNiWLTIlckWMb9DVsafAifjUi0mtOLRFuM4YatKgTw==", - "dev": true, - "dependencies": { - "ajv": "6.4.0", - "chokidar": "2.0.4", - "rxjs": "6.2.2", - "source-map": "0.5.7" - }, - "engines": { - "node": ">= 8.9.0", - "npm": ">= 5.5.1" - } - }, - "node_modules/@schematics/update/node_modules/ajv": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.4.0.tgz", - "integrity": "sha1-06/3jpJ3VJdx2vAWTP9ISCt1T8Y=", - "dev": true, - "dependencies": { - "fast-deep-equal": "^1.0.0", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.3.0", - "uri-js": "^3.0.2" - } - }, - "node_modules/@schematics/update/node_modules/fast-deep-equal": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz", - "integrity": "sha1-wFNHeBfIa1HaqFPIHgWbcz0CNhQ=", - "dev": true - }, - "node_modules/@schematics/update/node_modules/json-schema-traverse": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz", - "integrity": "sha1-NJptRMU6Ud6JtAgFxdXlm0F9M0A=", - "dev": true - }, - "node_modules/@schematics/update/node_modules/rxjs": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.2.2.tgz", - "integrity": "sha512-0MI8+mkKAXZUF9vMrEoPnaoHkfzBPP4IGwUYRJhIRJF6/w3uByO1e91bEHn8zd43RdkTMKiooYKmwz7RH6zfOQ==", - "dev": true, - "dependencies": { - "tslib": "^1.9.0" - }, - "engines": { - "npm": ">=2.0.0" - } - }, - "node_modules/@schematics/update/node_modules/semver": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.6.0.tgz", - "integrity": "sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg==", - "dev": true, - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/@schematics/update/node_modules/source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@schematics/update/node_modules/uri-js": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-3.0.2.tgz", - "integrity": "sha1-+QuFhQf4HepNz7s8TD2/orVX+qo=", - "dev": true, - "dependencies": { - "punycode": "^2.1.0" - } - }, - "node_modules/@swimlane/ngx-charts": { - "version": "7.4.0", - "resolved": "https://registry.npmjs.org/@swimlane/ngx-charts/-/ngx-charts-7.4.0.tgz", - "integrity": "sha512-RcZas49AbHmKCX3PHiEI+VS2dgutfEzw7CvK/LXU1Plp8rMb+ly/zUoRIDJnyzBVuuy1z05miKUK6UolQlCzxQ==", - "dependencies": { - "d3-array": "^1.2.1", - "d3-brush": "^1.0.4", - "d3-color": "^1.0.3", - "d3-force": "^1.1.0", - "d3-format": "^1.2.0", - "d3-hierarchy": "^1.1.5", - "d3-interpolate": "^1.1.5", - "d3-scale": "^1.0.6", - "d3-selection": "^1.1.0", - "d3-shape": "^1.2.0", - "d3-time-format": "^2.1.0" - }, - "peerDependencies": { - "@angular/animations": "5.x", - "@angular/common": "5.x", - "@angular/core": "5.x", - "@angular/platform-browser": "5.x", - "rxjs": "5.x" - } - }, - "node_modules/@swimlane/ngx-datatable": { - "version": "11.1.5", - "resolved": "https://registry.npmjs.org/@swimlane/ngx-datatable/-/ngx-datatable-11.1.5.tgz", - "integrity": "sha512-BRRHMrgw9tG0BezTnfszzFTlpW9B9Zh5kyZF/pxqfJxpUsZ0aA/uXlL4cloe4+msQ6yIdu1/jhUCDInwSzmpFw==", - "peerDependencies": { - "@angular/common": ">=4.0.1 || >5.0.0", - "@angular/compiler": ">=4.0.1 || >5.0.0", - "@angular/core": ">=4.0.1 || >5.0.0", - "@angular/platform-browser": ">=4.0.1 || >5.0.0", - "@angular/platform-browser-dynamic": ">=4.0.1 || >5.0.0", - "core-js": "^2.4.0", - "rxjs": "^5.0.0" - } - }, - "node_modules/@types/aws-sdk": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/@types/aws-sdk/-/aws-sdk-2.7.0.tgz", - "integrity": "sha1-g1iLPRTr3KHUzl4CM4dXdWjOgvM=", - "deprecated": "This is a stub types definition for aws-sdk (https://github.com/aws/aws-sdk-js). aws-sdk provides its own type definitions, so you don't need @types/aws-sdk installed!", - "dev": true, - "dependencies": { - "aws-sdk": "*" - } - }, - "node_modules/@types/bytebuffer": { - "version": "5.0.40", - "resolved": "https://registry.npmjs.org/@types/bytebuffer/-/bytebuffer-5.0.40.tgz", - "integrity": "sha512-h48dyzZrPMz25K6Q4+NCwWaxwXany2FhQg/ErOcdZS1ZpsaDnDMZg8JYLMTGz7uvXKrcKGJUZJlZObyfgdaN9g==", - "dependencies": { - "@types/long": "*", - "@types/node": "*" - } - }, - "node_modules/@types/bytebuffer/node_modules/@types/node": { - "version": "13.1.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-13.1.5.tgz", - "integrity": "sha512-wupvfmtbqRJzjCm1H2diy7wo31Gn1OzvqoxCfQuKM9eSecogzP0WTlrjdq7cf7jgSO2ZX6hxwgRPR8Wt7FA22g==" - }, - "node_modules/@types/file-saver": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@types/file-saver/-/file-saver-2.0.1.tgz", - "integrity": "sha512-g1QUuhYVVAamfCifK7oB7G3aIl4BbOyzDOqVyUfEr4tfBKrXfeH+M+Tg7HKCXSrbzxYdhyCP7z9WbKo0R2hBCw==" - }, - "node_modules/@types/jasmine": { - "version": "2.5.52", - "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-2.5.52.tgz", - "integrity": "sha512-UPh5iFLlmAJ0W1jbzKyVMAC4CmvZAA6wxA9ES+SrzWvUxi5ZZfptxiIAdC6JeYlwRJLDilL3ckq4pzW1J3mngg==", - "dev": true - }, - "node_modules/@types/jquery": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.2.0.tgz", - "integrity": "sha512-3LoWmwkQupeIlamsQRwKX+hlG7ZBTK7o1Cwmtaf9ME5Vr3YX1nKNmE6wBUBy5vD9HqDFCIN3bZ903zvjeRZYnw==", - "dev": true - }, - "node_modules/@types/long": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@types/long/-/long-4.0.0.tgz", - "integrity": "sha512-1w52Nyx4Gq47uuu0EVcsHBxZFJgurQ+rTKS3qMHxR1GY2T8c2AJYd6vZoZ9q1rupaDjU0yT+Jc2XTyXkjeMA+Q==" - }, - "node_modules/@types/node": { - "version": "8.10.59", - "resolved": "https://registry.npmjs.org/@types/node/-/node-8.10.59.tgz", - "integrity": "sha512-8RkBivJrDCyPpBXhVZcjh7cQxVBSmRk9QM7hOketZzp6Tg79c0N8kkpAIito9bnJ3HCVCHVYz+KHTEbfQNfeVQ==", - "dev": true - }, - "node_modules/@types/pdfjs-dist": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/@types/pdfjs-dist/-/pdfjs-dist-0.1.2.tgz", - "integrity": "sha512-BvRLWz6RCI8FMKbgfdTCadVwimUv8920gLsnBEAkECjtqIy95jtt+G1ebNQE2b8PTnLjJICPpmBOGhgkSsiPKA==" - }, - "node_modules/@types/q": { - "version": "0.0.32", - "resolved": "https://registry.npmjs.org/@types/q/-/q-0.0.32.tgz", - "integrity": "sha1-vShOV8hPEyXacCur/IKlMoGQwMU=", - "dev": true - }, - "node_modules/@types/selenium-webdriver": { - "version": "2.53.43", - "resolved": "https://registry.npmjs.org/@types/selenium-webdriver/-/selenium-webdriver-2.53.43.tgz", - "integrity": "sha512-UBYHWph6P3tutkbXpW6XYg9ZPbTKjw/YC2hGG1/GEvWwTbvezBUv3h+mmUFw79T3RFPnmedpiXdOBbXX+4l0jg==", - "dev": true - }, - "node_modules/@types/source-list-map": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/@types/source-list-map/-/source-list-map-0.1.2.tgz", - "integrity": "sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA==", - "dev": true - }, - "node_modules/@types/webpack-sources": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/@types/webpack-sources/-/webpack-sources-0.1.5.tgz", - "integrity": "sha512-zfvjpp7jiafSmrzJ2/i3LqOyTYTuJ7u1KOXlKgDlvsj9Rr0x7ZiYu5lZbXwobL7lmsRNtPXlBfmaUD8eU2Hu8w==", - "dev": true, - "dependencies": { - "@types/node": "*", - "@types/source-list-map": "*", - "source-map": "^0.6.1" - } - }, - "node_modules/@types/webpack-sources/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@webassemblyjs/ast": { - "version": "1.7.11", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.7.11.tgz", - "integrity": "sha512-ZEzy4vjvTzScC+SH8RBssQUawpaInUdMTYwYYLh54/s8TuT0gBLuyUnppKsVyZEi876VmmStKsUs28UxPgdvrA==", - "dependencies": { - "@webassemblyjs/helper-module-context": "1.7.11", - "@webassemblyjs/helper-wasm-bytecode": "1.7.11", - "@webassemblyjs/wast-parser": "1.7.11" - } - }, - "node_modules/@webassemblyjs/floating-point-hex-parser": { - "version": "1.7.11", - "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.7.11.tgz", - "integrity": "sha512-zY8dSNyYcgzNRNT666/zOoAyImshm3ycKdoLsyDw/Bwo6+/uktb7p4xyApuef1dwEBo/U/SYQzbGBvV+nru2Xg==" - }, - "node_modules/@webassemblyjs/helper-api-error": { - "version": "1.7.11", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.7.11.tgz", - "integrity": "sha512-7r1qXLmiglC+wPNkGuXCvkmalyEstKVwcueZRP2GNC2PAvxbLYwLLPr14rcdJaE4UtHxQKfFkuDFuv91ipqvXg==" - }, - "node_modules/@webassemblyjs/helper-buffer": { - "version": "1.7.11", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.7.11.tgz", - "integrity": "sha512-MynuervdylPPh3ix+mKZloTcL06P8tenNH3sx6s0qE8SLR6DdwnfgA7Hc9NSYeob2jrW5Vql6GVlsQzKQCa13w==" - }, - "node_modules/@webassemblyjs/helper-code-frame": { - "version": "1.7.11", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.7.11.tgz", - "integrity": "sha512-T8ESC9KMXFTXA5urJcyor5cn6qWeZ4/zLPyWeEXZ03hj/x9weSokGNkVCdnhSabKGYWxElSdgJ+sFa9G/RdHNw==", - "dependencies": { - "@webassemblyjs/wast-printer": "1.7.11" - } - }, - "node_modules/@webassemblyjs/helper-fsm": { - "version": "1.7.11", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.7.11.tgz", - "integrity": "sha512-nsAQWNP1+8Z6tkzdYlXT0kxfa2Z1tRTARd8wYnc/e3Zv3VydVVnaeePgqUzFrpkGUyhUUxOl5ML7f1NuT+gC0A==" - }, - "node_modules/@webassemblyjs/helper-module-context": { - "version": "1.7.11", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.7.11.tgz", - "integrity": "sha512-JxfD5DX8Ygq4PvXDucq0M+sbUFA7BJAv/GGl9ITovqE+idGX+J3QSzJYz+LwQmL7fC3Rs+utvWoJxDb6pmC0qg==" - }, - "node_modules/@webassemblyjs/helper-wasm-bytecode": { - "version": "1.7.11", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.7.11.tgz", - "integrity": "sha512-cMXeVS9rhoXsI9LLL4tJxBgVD/KMOKXuFqYb5oCJ/opScWpkCMEz9EJtkonaNcnLv2R3K5jIeS4TRj/drde1JQ==" - }, - "node_modules/@webassemblyjs/helper-wasm-section": { - "version": "1.7.11", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.7.11.tgz", - "integrity": "sha512-8ZRY5iZbZdtNFE5UFunB8mmBEAbSI3guwbrsCl4fWdfRiAcvqQpeqd5KHhSWLL5wuxo53zcaGZDBU64qgn4I4Q==", - "dependencies": { - "@webassemblyjs/ast": "1.7.11", - "@webassemblyjs/helper-buffer": "1.7.11", - "@webassemblyjs/helper-wasm-bytecode": "1.7.11", - "@webassemblyjs/wasm-gen": "1.7.11" - } - }, - "node_modules/@webassemblyjs/ieee754": { - "version": "1.7.11", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.7.11.tgz", - "integrity": "sha512-Mmqx/cS68K1tSrvRLtaV/Lp3NZWzXtOHUW2IvDvl2sihAwJh4ACE0eL6A8FvMyDG9abes3saB6dMimLOs+HMoQ==", - "dependencies": { - "@xtuc/ieee754": "^1.2.0" - } - }, - "node_modules/@webassemblyjs/leb128": { - "version": "1.7.11", - "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.7.11.tgz", - "integrity": "sha512-vuGmgZjjp3zjcerQg+JA+tGOncOnJLWVkt8Aze5eWQLwTQGNgVLcyOTqgSCxWTR4J42ijHbBxnuRaL1Rv7XMdw==", - "dependencies": { - "@xtuc/long": "4.2.1" - } - }, - "node_modules/@webassemblyjs/utf8": { - "version": "1.7.11", - "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.7.11.tgz", - "integrity": "sha512-C6GFkc7aErQIAH+BMrIdVSmW+6HSe20wg57HEC1uqJP8E/xpMjXqQUxkQw07MhNDSDcGpxI9G5JSNOQCqJk4sA==" - }, - "node_modules/@webassemblyjs/wasm-edit": { - "version": "1.7.11", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.7.11.tgz", - "integrity": "sha512-FUd97guNGsCZQgeTPKdgxJhBXkUbMTY6hFPf2Y4OedXd48H97J+sOY2Ltaq6WGVpIH8o/TGOVNiVz/SbpEMJGg==", - "dependencies": { - "@webassemblyjs/ast": "1.7.11", - "@webassemblyjs/helper-buffer": "1.7.11", - "@webassemblyjs/helper-wasm-bytecode": "1.7.11", - "@webassemblyjs/helper-wasm-section": "1.7.11", - "@webassemblyjs/wasm-gen": "1.7.11", - "@webassemblyjs/wasm-opt": "1.7.11", - "@webassemblyjs/wasm-parser": "1.7.11", - "@webassemblyjs/wast-printer": "1.7.11" - } - }, - "node_modules/@webassemblyjs/wasm-gen": { - "version": "1.7.11", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.7.11.tgz", - "integrity": "sha512-U/KDYp7fgAZX5KPfq4NOupK/BmhDc5Kjy2GIqstMhvvdJRcER/kUsMThpWeRP8BMn4LXaKhSTggIJPOeYHwISA==", - "dependencies": { - "@webassemblyjs/ast": "1.7.11", - "@webassemblyjs/helper-wasm-bytecode": "1.7.11", - "@webassemblyjs/ieee754": "1.7.11", - "@webassemblyjs/leb128": "1.7.11", - "@webassemblyjs/utf8": "1.7.11" - } - }, - "node_modules/@webassemblyjs/wasm-opt": { - "version": "1.7.11", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.7.11.tgz", - "integrity": "sha512-XynkOwQyiRidh0GLua7SkeHvAPXQV/RxsUeERILmAInZegApOUAIJfRuPYe2F7RcjOC9tW3Cb9juPvAC/sCqvg==", - "dependencies": { - "@webassemblyjs/ast": "1.7.11", - "@webassemblyjs/helper-buffer": "1.7.11", - "@webassemblyjs/wasm-gen": "1.7.11", - "@webassemblyjs/wasm-parser": "1.7.11" - } - }, - "node_modules/@webassemblyjs/wasm-parser": { - "version": "1.7.11", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.7.11.tgz", - "integrity": "sha512-6lmXRTrrZjYD8Ng8xRyvyXQJYUQKYSXhJqXOBLw24rdiXsHAOlvw5PhesjdcaMadU/pyPQOJ5dHreMjBxwnQKg==", - "dependencies": { - "@webassemblyjs/ast": "1.7.11", - "@webassemblyjs/helper-api-error": "1.7.11", - "@webassemblyjs/helper-wasm-bytecode": "1.7.11", - "@webassemblyjs/ieee754": "1.7.11", - "@webassemblyjs/leb128": "1.7.11", - "@webassemblyjs/utf8": "1.7.11" - } - }, - "node_modules/@webassemblyjs/wast-parser": { - "version": "1.7.11", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.7.11.tgz", - "integrity": "sha512-lEyVCg2np15tS+dm7+JJTNhNWq9yTZvi3qEhAIIOaofcYlUp0UR5/tVqOwa/gXYr3gjwSZqw+/lS9dscyLelbQ==", - "dependencies": { - "@webassemblyjs/ast": "1.7.11", - "@webassemblyjs/floating-point-hex-parser": "1.7.11", - "@webassemblyjs/helper-api-error": "1.7.11", - "@webassemblyjs/helper-code-frame": "1.7.11", - "@webassemblyjs/helper-fsm": "1.7.11", - "@xtuc/long": "4.2.1" - } - }, - "node_modules/@webassemblyjs/wast-printer": { - "version": "1.7.11", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.7.11.tgz", - "integrity": "sha512-m5vkAsuJ32QpkdkDOUPGSltrg8Cuk3KBx4YrmAGQwCZPRdUHXxG4phIOuuycLemHFr74sWL9Wthqss4fzdzSwg==", - "dependencies": { - "@webassemblyjs/ast": "1.7.11", - "@webassemblyjs/wast-parser": "1.7.11", - "@xtuc/long": "4.2.1" - } - }, - "node_modules/@xtuc/ieee754": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", - "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==" - }, - "node_modules/@xtuc/long": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.1.tgz", - "integrity": "sha512-FZdkNBDqBRHKQ2MEbSC17xnPFOhZxeJ2YGSfr2BKf3sujG49Qe3bB+rGCwQfIaA7WHnGeGkSijX4FuBCdrzW/g==" - }, - "node_modules/@yarnpkg/lockfile": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz", - "integrity": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==", - "dev": true - }, - "node_modules/abbrev": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", - "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==" - }, - "node_modules/accepts": { - "version": "1.3.7", - "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz", - "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==", - "dependencies": { - "mime-types": "~2.1.24", - "negotiator": "0.6.2" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/acorn": { - "version": "5.7.4", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.4.tgz", - "integrity": "sha512-1D++VG7BhrtvQpNbBzovKNc1FLGGEE/oGe7b9xJm/RFHMBeUaUGpluV9RLjZa47YFdPcDAenEYuq9pQPcMdLJg==", - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/acorn-dynamic-import": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/acorn-dynamic-import/-/acorn-dynamic-import-3.0.0.tgz", - "integrity": "sha512-zVWV8Z8lislJoOKKqdNMOB+s6+XV5WERty8MnKBeFgwA+19XJjJHs2RP5dzM57FftIs+jQnRToLiWazKr6sSWg==", - "dependencies": { - "acorn": "^5.0.0" - } - }, - "node_modules/adler-32": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/adler-32/-/adler-32-1.2.0.tgz", - "integrity": "sha1-aj5r8KY5ALoVZSgIyxXGgT0aXyU=", - "dependencies": { - "exit-on-epipe": "~1.0.1", - "printj": "~1.1.0" - }, - "bin": { - "adler32": "bin/adler32.njs" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/adm-zip": { - "version": "0.4.13", - "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.4.13.tgz", - "integrity": "sha512-fERNJX8sOXfel6qCBCMPvZLzENBEhZTzKqg6vrOW5pvoEaQuJhRU4ndTAh6lHOxn1I6jnz2NHra56ZODM751uw==", - "dev": true, - "engines": { - "node": ">=0.3.0" - } - }, - "node_modules/after": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/after/-/after-0.8.2.tgz", - "integrity": "sha1-/ts5T58OAqqXaOcCvaI7UF+ufh8=" - }, - "node_modules/agent-base": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-4.3.0.tgz", - "integrity": "sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg==", - "dev": true, - "dependencies": { - "es6-promisify": "^5.0.0" - }, - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/agentkeepalive": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-3.5.2.tgz", - "integrity": "sha512-e0L/HNe6qkQ7H19kTlRRqUibEAwDK5AFk6y3PtMsuut2VAH6+Q4xZml1tNDJD7kSAyqmbG/K08K5WEJYtUrSlQ==", - "dev": true, - "dependencies": { - "humanize-ms": "^1.2.1" - }, - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/ajv": { - "version": "6.10.2", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.10.2.tgz", - "integrity": "sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw==", - "dependencies": { - "fast-deep-equal": "^2.0.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - } - }, - "node_modules/ajv-errors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz", - "integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==", - "peerDependencies": { - "ajv": ">=5.0.0" - } - }, - "node_modules/ajv-keywords": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.4.1.tgz", - "integrity": "sha512-RO1ibKvd27e6FEShVFfPALuHI3WjSVNeK5FIsmme/LYRNxjKuNj+Dt7bucLa6NdSv3JcVTyMlm9kGR84z1XpaQ==", - "peerDependencies": { - "ajv": "^6.9.1" - } - }, - "node_modules/amazon-cognito-identity-js": { - "version": "2.0.30", - "resolved": "https://registry.npmjs.org/amazon-cognito-identity-js/-/amazon-cognito-identity-js-2.0.30.tgz", - "integrity": "sha512-g5/JnpWbZx3dkmjR3ooeuTwsfLtZ6B+4F75AAcT/zLtPruRrANPEtqNf2hVLyHHNwwuLeqezCKasfB/MiojF1g==", - "dependencies": { - "buffer": "4.9.1", - "crypto-browserify": "1.0.9", - "js-cookie": "^2.1.4" - } - }, - "node_modules/amdefine": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz", - "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=", - "engines": { - "node": ">=0.4.2" - } - }, - "node_modules/angular-calendar": { - "version": "0.23.3", - "resolved": "https://registry.npmjs.org/angular-calendar/-/angular-calendar-0.23.3.tgz", - "integrity": "sha512-MMUb4e6XmFJVv2FPqAdLlQWDtoklVxQ0wxeaZstwaUXXpzQ3sHFMMBhHADZcYcRkGDQsgoK39+sONeJB7RPvvg==", - "dependencies": { - "angular-draggable-droppable": "^2.0.0", - "angular-resizable-element": "^2.0.0", - "calendar-utils": "^0.1.1", - "date-fns": "^1.28.5", - "positioning": "^1.3.1" - }, - "peerDependencies": { - "@angular/animations": ">=5.0.0 <7.0.0", - "@angular/common": ">=5.0.0 <7.0.0", - "@angular/core": ">=5.0.0 <7.0.0" - } - }, - "node_modules/angular-csv-ext": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/angular-csv-ext/-/angular-csv-ext-1.0.2.tgz", - "integrity": "sha512-NiCm2JRyqfOn6Vk7ezgQDVmvsnJ+qp0dv5GZ6byWdZ2pyFfEhiwBfI08w/Rs7tsYUGQFwJPwl7V8JF5ThxsQSw==" - }, - "node_modules/angular-draggable-droppable": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/angular-draggable-droppable/-/angular-draggable-droppable-2.0.0.tgz", - "integrity": "sha512-/b8LIGamjOKnDI2uG1jRUErTIHeQ3w2WqHn4cbeiUTy+6eNHjkQI32DNhvxl0nVxr2gF5QluECNB4uWjMMyzQg==", - "peerDependencies": { - "@angular/core": ">=5.0.0 <7.0.0" - } - }, - "node_modules/angular-notifier": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/angular-notifier/-/angular-notifier-4.1.2.tgz", - "integrity": "sha512-KgQWXxoiF71I+GHnf0G7GvoFSG7roxD9DTT4U2aQP2o+Ll4/WUtoBXGs2h8Pf590JUjbxjd1zhn12zR8XCiinA==", - "peerDependencies": { - "@angular/common": ">= 6.0.0 < 7.0.0", - "@angular/core": ">= 6.0.0 < 7.0.0", - "rxjs": ">= 6.0.0 < 7.0.0" - } - }, - "node_modules/angular-resizable-element": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/angular-resizable-element/-/angular-resizable-element-2.0.0.tgz", - "integrity": "sha512-Jsa818fxtAtBA3Fp1u4mWV9tcpakM+bNYFFbB/AjKig2BtzZkeyLx3vjcBCfwPmXkK10kX2QKR8RDALk1w209A==", - "peerDependencies": { - "@angular/core": ">=5.0.0 <7.0.0" - } - }, - "node_modules/angular-sortablejs": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/angular-sortablejs/-/angular-sortablejs-2.7.0.tgz", - "integrity": "sha512-pFnRAZmIDUROTCr1V17DCc7iwrdDYqVIkQmOf+pIl7OZCXo7fqCVZYL4sluFmh81SpM45P/aohbC5Zb6ECp4/A==", - "deprecated": "angular-sortablejs was renamed to ngx-sortablejs, please use the latter one, only ngx-sortablejs will be updated in the future", - "peerDependencies": { - "@angular/core": ">=4.0.0", - "sortablejs": ">=1.5.1" - } - }, - "node_modules/angular-split": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/angular-split/-/angular-split-3.0.2.tgz", - "integrity": "sha512-km59k1kEgVlplo2t4t5Ob43Vx16qVXWXsl5gbsdQtqrOW7341So4CFUmCjcZgfk1swu9RBaCdSQEqzNWOe/89w==", - "dependencies": { - "tslib": "^1.9.0" - }, - "peerDependencies": { - "@angular/common": "^8.0.0", - "@angular/core": "^8.0.0", - "rxjs": "^6.0.0" - } - }, - "node_modules/angular-tree-component": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/angular-tree-component/-/angular-tree-component-6.1.0.tgz", - "integrity": "sha1-nZprKKaIHCByzWMGtVIpV56JQHE=", - "deprecated": "Library moved to @circlon/angular-tree-component", - "dependencies": { - "lodash": "4.17.4", - "mobx": ">=3", - "mobx-angular": ">=1" - }, - "engines": { - "node": ">= 4.2.1", - "npm": ">= 3" - }, - "peerDependencies": { - "@angular/common": ">=2.0.0", - "@angular/core": ">=2.0.0" - } - }, - "node_modules/angular-tree-component/node_modules/lodash": { - "version": "4.17.4", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", - "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=" - }, - "node_modules/ansi-colors": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.4.tgz", - "integrity": "sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/ansi-html": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz", - "integrity": "sha1-gTWEAhliqenm/QOflA0S9WynhZ4=", - "dev": true, - "engines": [ - "node >= 0.8.0" - ], - "bin": { - "ansi-html": "bin/ansi-html" - } - }, - "node_modules/ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ansi-styles": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", - "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/anymatch": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", - "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", - "dev": true, - "dependencies": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - } - }, - "node_modules/app-root-path": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/app-root-path/-/app-root-path-2.2.1.tgz", - "integrity": "sha512-91IFKeKk7FjfmezPKkwtaRvSpnUc4gDwPAjA1YZ9Gn0q0PPeW+vbeUsZuyDwjI7+QTHhcLen2v25fi/AmhvbJA==", - "dev": true, - "engines": { - "node": ">= 6.0.0" - } - }, - "node_modules/append-transform": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/append-transform/-/append-transform-0.4.0.tgz", - "integrity": "sha1-126/jKlNJ24keja61EpLdKthGZE=", - "dev": true, - "dependencies": { - "default-require-extensions": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/aproba": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", - "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==" - }, - "node_modules/are-we-there-yet": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz", - "integrity": "sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w==", - "dependencies": { - "delegates": "^1.0.0", - "readable-stream": "^2.0.6" - } - }, - "node_modules/argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", - "dev": true, - "dependencies": { - "sprintf-js": "~1.0.2" - } - }, - "node_modules/arr-diff": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz", - "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/arr-flatten": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", - "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/arr-union": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz", - "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/array-find-index": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz", - "integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/array-flatten": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz", - "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==", - "dev": true - }, - "node_modules/array-slice": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/array-slice/-/array-slice-0.2.3.tgz", - "integrity": "sha1-3Tz7gO15c6dRF82sabC5nshhhvU=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/array-union": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", - "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", - "dev": true, - "dependencies": { - "array-uniq": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/array-uniq": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", - "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/array-unique": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", - "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/arraybuffer.slice": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.6.tgz", - "integrity": "sha1-8zshWfBTKj8xB6JywMz70a0peco=" - }, - "node_modules/arrify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", - "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/asap": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", - "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=", - "dev": true, - "optional": true - }, - "node_modules/ascli": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/ascli/-/ascli-1.0.1.tgz", - "integrity": "sha1-vPpZdKYvGOgcq660lzKrSoj5Brw=", - "dependencies": { - "colour": "~0.7.1", - "optjs": "~3.2.2" - } - }, - "node_modules/asn1": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", - "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", - "dependencies": { - "safer-buffer": "~2.1.0" - } - }, - "node_modules/asn1.js": { - "version": "4.10.1", - "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-4.10.1.tgz", - "integrity": "sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw==", - "dependencies": { - "bn.js": "^4.0.0", - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0" - } - }, - "node_modules/assert": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/assert/-/assert-1.5.0.tgz", - "integrity": "sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==", - "dependencies": { - "object-assign": "^4.1.1", - "util": "0.10.3" - } - }, - "node_modules/assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", - "engines": { - "node": ">=0.8" - } - }, - "node_modules/assert/node_modules/inherits": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz", - "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=" - }, - "node_modules/assert/node_modules/util": { - "version": "0.10.3", - "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz", - "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=", - "dependencies": { - "inherits": "2.0.1" - } - }, - "node_modules/assign-symbols": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", - "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/async": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz", - "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=", - "dev": true - }, - "node_modules/async-each": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz", - "integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==" - }, - "node_modules/async-foreach": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz", - "integrity": "sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI=", - "engines": { - "node": "*" - } - }, - "node_modules/asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" - }, - "node_modules/atoa": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/atoa/-/atoa-1.0.0.tgz", - "integrity": "sha1-DMDpGkgOc4+SPrwQNnZHF3mzSkk=" - }, - "node_modules/atob": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", - "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==", - "bin": { - "atob": "bin/atob.js" - }, - "engines": { - "node": ">= 4.5.0" - } - }, - "node_modules/autoprefixer": { - "version": "9.4.3", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.4.3.tgz", - "integrity": "sha512-/XSnzDepRkAU//xLcXA/lUWxpsBuw0WiriAHOqnxkuCtzLhaz+fL4it4gp20BQ8n5SyLzK/FOc7A0+u/rti2FQ==", - "dev": true, - "dependencies": { - "browserslist": "^4.3.6", - "caniuse-lite": "^1.0.30000921", - "normalize-range": "^0.1.2", - "num2fraction": "^1.2.2", - "postcss": "^7.0.6", - "postcss-value-parser": "^3.3.1" - }, - "bin": { - "autoprefixer": "bin/autoprefixer" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/aws-sdk": { - "version": "2.600.0", - "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.600.0.tgz", - "integrity": "sha512-ySgOVN7plt4g3SmbvAz6fD8aefcmU/IjgogiEgal5BZB5ad5o99MOFwcTILRSLF9rDyoKAHNE3hx0Jcie6XsBQ==", - "dev": true, - "dependencies": { - "buffer": "4.9.1", - "events": "1.1.1", - "ieee754": "1.1.13", - "jmespath": "0.15.0", - "querystring": "0.2.0", - "sax": "1.2.1", - "url": "0.10.3", - "uuid": "3.3.2", - "xml2js": "0.4.19" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/aws-sdk/node_modules/events": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/events/-/events-1.1.1.tgz", - "integrity": "sha1-nr23Y1rQmccNzEwqH1AEKI6L2SQ=", - "dev": true, - "engines": { - "node": ">=0.4.x" - } - }, - "node_modules/aws-sdk/node_modules/punycode": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz", - "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=", - "dev": true - }, - "node_modules/aws-sdk/node_modules/sax": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.1.tgz", - "integrity": "sha1-e45lYZCyKOgaZq6nSEgNgozS03o=", - "dev": true - }, - "node_modules/aws-sdk/node_modules/url": { - "version": "0.10.3", - "resolved": "https://registry.npmjs.org/url/-/url-0.10.3.tgz", - "integrity": "sha1-Ah5NnHcF8hu/N9A861h2dAJ3TGQ=", - "dev": true, - "dependencies": { - "punycode": "1.3.2", - "querystring": "0.2.0" - } - }, - "node_modules/aws-sdk/node_modules/uuid": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz", - "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==", - "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", - "dev": true, - "bin": { - "uuid": "bin/uuid" - } - }, - "node_modules/aws-sdk/node_modules/xml2js": { - "version": "0.4.19", - "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.19.tgz", - "integrity": "sha512-esZnJZJOiJR9wWKMyuvSE1y6Dq5LCuJanqhxslH2bxM6duahNZ+HMpCLhBQGZkbX6xRf8x1Y2eJlgt2q3qo49Q==", - "dev": true, - "dependencies": { - "sax": ">=0.6.0", - "xmlbuilder": "~9.0.1" - } - }, - "node_modules/aws-sdk/node_modules/xmlbuilder": { - "version": "9.0.7", - "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz", - "integrity": "sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0=", - "dev": true, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/aws-sign2": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", - "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=", - "engines": { - "node": "*" - } - }, - "node_modules/aws4": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.9.0.tgz", - "integrity": "sha512-Uvq6hVe90D0B2WEnUqtdgY1bATGz3mw33nH9Y+dmA+w5DHvUmBgkr5rM/KCHpCsiFNRUfokW/szpPPgMK2hm4A==" - }, - "node_modules/babel-code-frame": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz", - "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=", - "dev": true, - "dependencies": { - "chalk": "^1.1.3", - "esutils": "^2.0.2", - "js-tokens": "^3.0.2" - } - }, - "node_modules/babel-generator": { - "version": "6.26.1", - "resolved": "https://registry.npmjs.org/babel-generator/-/babel-generator-6.26.1.tgz", - "integrity": "sha512-HyfwY6ApZj7BYTcJURpM5tznulaBvyio7/0d4zFOeMPUmfxkCjHocCuoLa2SAGzBI8AREcH3eP3758F672DppA==", - "dev": true, - "dependencies": { - "babel-messages": "^6.23.0", - "babel-runtime": "^6.26.0", - "babel-types": "^6.26.0", - "detect-indent": "^4.0.0", - "jsesc": "^1.3.0", - "lodash": "^4.17.4", - "source-map": "^0.5.7", - "trim-right": "^1.0.1" - } - }, - "node_modules/babel-generator/node_modules/source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/babel-messages": { - "version": "6.23.0", - "resolved": "https://registry.npmjs.org/babel-messages/-/babel-messages-6.23.0.tgz", - "integrity": "sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=", - "dev": true, - "dependencies": { - "babel-runtime": "^6.22.0" - } - }, - "node_modules/babel-runtime": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz", - "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=", - "dependencies": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" - } - }, - "node_modules/babel-template": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/babel-template/-/babel-template-6.26.0.tgz", - "integrity": "sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI=", - "dev": true, - "dependencies": { - "babel-runtime": "^6.26.0", - "babel-traverse": "^6.26.0", - "babel-types": "^6.26.0", - "babylon": "^6.18.0", - "lodash": "^4.17.4" - } - }, - "node_modules/babel-traverse": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/babel-traverse/-/babel-traverse-6.26.0.tgz", - "integrity": "sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=", - "dev": true, - "dependencies": { - "babel-code-frame": "^6.26.0", - "babel-messages": "^6.23.0", - "babel-runtime": "^6.26.0", - "babel-types": "^6.26.0", - "babylon": "^6.18.0", - "debug": "^2.6.8", - "globals": "^9.18.0", - "invariant": "^2.2.2", - "lodash": "^4.17.4" - } - }, - "node_modules/babel-types": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz", - "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=", - "dev": true, - "dependencies": { - "babel-runtime": "^6.26.0", - "esutils": "^2.0.2", - "lodash": "^4.17.4", - "to-fast-properties": "^1.0.3" - } - }, - "node_modules/babylon": { - "version": "6.18.0", - "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz", - "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==", - "dev": true, - "bin": { - "babylon": "bin/babylon.js" - } - }, - "node_modules/backo2": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz", - "integrity": "sha1-MasayLEpNjRj41s+u2n038+6eUc=" - }, - "node_modules/balanced-match": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", - "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" - }, - "node_modules/base": { - "version": "0.11.2", - "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz", - "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", - "dependencies": { - "cache-base": "^1.0.1", - "class-utils": "^0.3.5", - "component-emitter": "^1.2.1", - "define-property": "^1.0.0", - "isobject": "^3.0.1", - "mixin-deep": "^1.2.0", - "pascalcase": "^0.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/base/node_modules/define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", - "dependencies": { - "is-descriptor": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/base/node_modules/is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", - "dependencies": { - "kind-of": "^6.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/base/node_modules/is-data-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", - "dependencies": { - "kind-of": "^6.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/base/node_modules/is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", - "dependencies": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/base64-arraybuffer": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.5.tgz", - "integrity": "sha1-c5JncZI7Whl0etZmqlzUv5xunOg=", - "engines": { - "node": ">= 0.6.0" - } - }, - "node_modules/base64-js": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.3.1.tgz", - "integrity": "sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g==" - }, - "node_modules/base64id": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/base64id/-/base64id-1.0.0.tgz", - "integrity": "sha1-R2iMuZu2gE8OBtPnY7HDLlfY5rY=", - "engines": { - "node": ">= 0.4.0" - } - }, - "node_modules/batch": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", - "integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=", - "dev": true - }, - "node_modules/bcrypt-pbkdf": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", - "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", - "dependencies": { - "tweetnacl": "^0.14.3" - } - }, - "node_modules/better-assert": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz", - "integrity": "sha1-QIZrnhueC1W0gYlDEeaPr/rrxSI=", - "dependencies": { - "callsite": "1.0.0" - }, - "engines": { - "node": "*" - } - }, - "node_modules/big.js": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", - "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", - "engines": { - "node": "*" - } - }, - "node_modules/binary-extensions": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz", - "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/bindings": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", - "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", - "optional": true, - "dependencies": { - "file-uri-to-path": "1.0.0" - } - }, - "node_modules/blob": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/blob/-/blob-0.0.4.tgz", - "integrity": "sha1-vPEwUspURj8w+fx+lbmkdjCpSSE=" - }, - "node_modules/block-stream": { - "version": "0.0.9", - "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz", - "integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=", - "dependencies": { - "inherits": "~2.0.0" - }, - "engines": { - "node": "0.4 || >=0.5.8" - } - }, - "node_modules/blocking-proxy": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/blocking-proxy/-/blocking-proxy-0.0.5.tgz", - "integrity": "sha1-RikF4Nz76pcPQao3Ij3anAexkSs=", - "dev": true, - "dependencies": { - "minimist": "^1.2.0" - }, - "engines": { - "node": ">=6.9.x" - } - }, - "node_modules/bluebird": { - "version": "3.7.2", - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", - "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==" - }, - "node_modules/bn.js": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", - "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" - }, - "node_modules/body-parser": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz", - "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==", - "dependencies": { - "bytes": "3.1.0", - "content-type": "~1.0.4", - "debug": "2.6.9", - "depd": "~1.1.2", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "on-finished": "~2.3.0", - "qs": "6.7.0", - "raw-body": "2.4.0", - "type-is": "~1.6.17" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/body-parser/node_modules/bytes": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", - "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/body-parser/node_modules/qs": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", - "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==", - "engines": { - "node": ">=0.6" - } - }, - "node_modules/bonjour": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/bonjour/-/bonjour-3.5.0.tgz", - "integrity": "sha1-jokKGD2O6aI5OzhExpGkK897yfU=", - "dev": true, - "dependencies": { - "array-flatten": "^2.1.0", - "deep-equal": "^1.0.1", - "dns-equal": "^1.0.0", - "dns-txt": "^2.0.2", - "multicast-dns": "^6.0.1", - "multicast-dns-service-types": "^1.1.0" - } - }, - "node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/braces": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", - "dependencies": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/braces/node_modules/extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/brorand": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz", - "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=" - }, - "node_modules/browserify-aes": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz", - "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", - "dependencies": { - "buffer-xor": "^1.0.3", - "cipher-base": "^1.0.0", - "create-hash": "^1.1.0", - "evp_bytestokey": "^1.0.3", - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - } - }, - "node_modules/browserify-cipher": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz", - "integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==", - "dependencies": { - "browserify-aes": "^1.0.4", - "browserify-des": "^1.0.0", - "evp_bytestokey": "^1.0.0" - } - }, - "node_modules/browserify-des": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz", - "integrity": "sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==", - "dependencies": { - "cipher-base": "^1.0.1", - "des.js": "^1.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" - } - }, - "node_modules/browserify-rsa": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz", - "integrity": "sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ=", - "dependencies": { - "bn.js": "^4.1.0", - "randombytes": "^2.0.1" - } - }, - "node_modules/browserify-sign": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.0.4.tgz", - "integrity": "sha1-qk62jl17ZYuqa/alfmMMvXqT0pg=", - "dependencies": { - "bn.js": "^4.1.1", - "browserify-rsa": "^4.0.0", - "create-hash": "^1.1.0", - "create-hmac": "^1.1.2", - "elliptic": "^6.0.0", - "inherits": "^2.0.1", - "parse-asn1": "^5.0.0" - } - }, - "node_modules/browserify-zlib": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz", - "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==", - "dependencies": { - "pako": "~1.0.5" - } - }, - "node_modules/browserslist": { - "version": "4.16.6", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.16.6.tgz", - "integrity": "sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==", - "dev": true, - "dependencies": { - "caniuse-lite": "^1.0.30001219", - "colorette": "^1.2.2", - "electron-to-chromium": "^1.3.723", - "escalade": "^3.1.1", - "node-releases": "^1.1.71" - }, - "bin": { - "browserslist": "cli.js" - }, - "engines": { - "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - } - }, - "node_modules/buffer": { - "version": "4.9.1", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.1.tgz", - "integrity": "sha1-bRu2AbB6TvztlwlBMgkwJ8lbwpg=", - "deprecated": "This version of 'buffer' is out-of-date. You must update to v4.9.2 or newer", - "dependencies": { - "base64-js": "^1.0.2", - "ieee754": "^1.1.4", - "isarray": "^1.0.0" - } - }, - "node_modules/buffer-alloc": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/buffer-alloc/-/buffer-alloc-1.2.0.tgz", - "integrity": "sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow==", - "dependencies": { - "buffer-alloc-unsafe": "^1.1.0", - "buffer-fill": "^1.0.0" - } - }, - "node_modules/buffer-alloc-unsafe": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz", - "integrity": "sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==" - }, - "node_modules/buffer-fill": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/buffer-fill/-/buffer-fill-1.0.0.tgz", - "integrity": "sha1-+PeLdniYiO858gXNY39o5wISKyw=" - }, - "node_modules/buffer-from": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz", - "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==" - }, - "node_modules/buffer-indexof": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/buffer-indexof/-/buffer-indexof-1.1.1.tgz", - "integrity": "sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g==", - "dev": true - }, - "node_modules/buffer-xor": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz", - "integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=" - }, - "node_modules/builtin-modules": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz", - "integrity": "sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/builtin-status-codes": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz", - "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=" - }, - "node_modules/builtins": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/builtins/-/builtins-1.0.3.tgz", - "integrity": "sha1-y5T662HIaWRR2zZTThQi+U8K7og=", - "dev": true - }, - "node_modules/bytebuffer": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/bytebuffer/-/bytebuffer-5.0.1.tgz", - "integrity": "sha1-WC7qSxqHO20CCkjVjfhfC7ps/d0=", - "dependencies": { - "long": "~3" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/bytebuffer/node_modules/long": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/long/-/long-3.2.0.tgz", - "integrity": "sha1-2CG3E4yhy1gcFymQ7xTbIAtcR0s=", - "engines": { - "node": ">=0.6" - } - }, - "node_modules/bytes": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", - "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=", - "dev": true, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/cacache": { - "version": "10.0.4", - "resolved": "https://registry.npmjs.org/cacache/-/cacache-10.0.4.tgz", - "integrity": "sha512-Dph0MzuH+rTQzGPNT9fAnrPmMmjKfST6trxJeK7NQuHRaVw24VzPRWTmg9MpcwOVQZO0E1FBICUlFeNaKPIfHA==", - "dev": true, - "dependencies": { - "bluebird": "^3.5.1", - "chownr": "^1.0.1", - "glob": "^7.1.2", - "graceful-fs": "^4.1.11", - "lru-cache": "^4.1.1", - "mississippi": "^2.0.0", - "mkdirp": "^0.5.1", - "move-concurrently": "^1.0.1", - "promise-inflight": "^1.0.1", - "rimraf": "^2.6.2", - "ssri": "^5.2.4", - "unique-filename": "^1.1.0", - "y18n": "^4.0.0" - } - }, - "node_modules/cacache/node_modules/y18n": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", - "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==", - "dev": true - }, - "node_modules/cache-base": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz", - "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", - "dependencies": { - "collection-visit": "^1.0.0", - "component-emitter": "^1.2.1", - "get-value": "^2.0.6", - "has-value": "^1.0.0", - "isobject": "^3.0.1", - "set-value": "^2.0.0", - "to-object-path": "^0.3.0", - "union-value": "^1.0.0", - "unset-value": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/calendar-utils": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/calendar-utils/-/calendar-utils-0.1.2.tgz", - "integrity": "sha512-9j4Zd1itopNYTSWzFU4MqD2IDHMqznfxsGr8UWGh7hWv+lKzjRJz0LS29iAg5rHtP6+6x3ikQnhoMGqFUzoD2Q==", - "peerDependencies": { - "date-fns": "^1.3.0" - } - }, - "node_modules/caller-callsite": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz", - "integrity": "sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ=", - "dev": true, - "dependencies": { - "callsites": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/caller-path": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz", - "integrity": "sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ=", - "dev": true, - "dependencies": { - "caller-callsite": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/callsite": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz", - "integrity": "sha1-KAOY5dZkvXQDi28JBRU+borxvCA=", - "engines": { - "node": "*" - } - }, - "node_modules/callsites": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz", - "integrity": "sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/camelcase": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz", - "integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/camelcase-keys": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz", - "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=", - "dependencies": { - "camelcase": "^2.0.0", - "map-obj": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/caniuse-lite": { - "version": "1.0.30001239", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001239.tgz", - "integrity": "sha512-cyBkXJDMeI4wthy8xJ2FvDU6+0dtcZSJW3voUF8+e9f1bBeuvyZfc3PNbkOETyhbR+dGCPzn9E7MA3iwzusOhQ==", - "dev": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - } - }, - "node_modules/caseless": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", - "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=" - }, - "node_modules/cdk-table-exporter": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/cdk-table-exporter/-/cdk-table-exporter-1.2.5.tgz", - "integrity": "sha512-y404F7d8TGFeLBaZv4cm9L+lVAi826S1mCfGH2Uf8D2wnPLigx4sIX+1VMiR4Os/bnMuJgKM75Y30AKZooN2dg==", - "dependencies": { - "file-saver": "^2.0.2", - "tslib": "^1.9.0", - "xlsx": "^0.14.1" - }, - "peerDependencies": { - "@angular/cdk": "^8.0.0 || ^7.0.0 || ^6.3.0", - "@angular/common": "^8.0.0 || ^7.0.0 || ^6.3.0", - "@angular/core": "^8.0.0 || ^7.0.0 || ^6.3.0" - } - }, - "node_modules/cfb": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/cfb/-/cfb-1.1.3.tgz", - "integrity": "sha512-joXBW0nMuwV9no7UTMiyVJnQL6XIU3ThXVjFUDHgl9MpILPOomyfaGqC290VELZ48bbQKZXnQ81UT5HouTxHsw==", - "dependencies": { - "adler-32": "~1.2.0", - "commander": "^2.16.0", - "crc-32": "~1.2.0", - "printj": "~1.1.2" - }, - "bin": { - "cfb": "bin/cfb.njs" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/chalk": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", - "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", - "dependencies": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/chart.js": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-2.6.0.tgz", - "integrity": "sha1-MI+aSwv+1aFUwU9d6x2UcNIqvnE=", - "dependencies": { - "chartjs-color": "^2.1.0", - "moment": "^2.10.6" - } - }, - "node_modules/chartjs-color": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/chartjs-color/-/chartjs-color-2.4.1.tgz", - "integrity": "sha512-haqOg1+Yebys/Ts/9bLo/BqUcONQOdr/hoEr2LLTRl6C5LXctUdHxsCYfvQVg5JIxITrfCNUDr4ntqmQk9+/0w==", - "dependencies": { - "chartjs-color-string": "^0.6.0", - "color-convert": "^1.9.3" - } - }, - "node_modules/chartjs-color-string": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/chartjs-color-string/-/chartjs-color-string-0.6.0.tgz", - "integrity": "sha512-TIB5OKn1hPJvO7JcteW4WY/63v6KwEdt6udfnDE9iCAZgy+V4SrbSxoIbTw/xkUIapjEI4ExGtD0+6D3KyFd7A==", - "dependencies": { - "color-name": "^1.0.0" - } - }, - "node_modules/chokidar": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.0.4.tgz", - "integrity": "sha512-z9n7yt9rOvIJrMhvDtDictKrkFHeihkNl6uWMmZlmL6tJtX9Cs+87oK+teBx+JIgzvbX3yZHT3eF8vpbDxHJXQ==", - "deprecated": "Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.", - "dev": true, - "dependencies": { - "anymatch": "^2.0.0", - "async-each": "^1.0.0", - "braces": "^2.3.0", - "glob-parent": "^3.1.0", - "inherits": "^2.0.1", - "is-binary-path": "^1.0.0", - "is-glob": "^4.0.0", - "lodash.debounce": "^4.0.8", - "normalize-path": "^2.1.1", - "path-is-absolute": "^1.0.0", - "readdirp": "^2.0.0", - "upath": "^1.0.5" - }, - "optionalDependencies": { - "fsevents": "^1.2.2" - } - }, - "node_modules/chownr": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.3.tgz", - "integrity": "sha512-i70fVHhmV3DtTl6nqvZOnIjbY0Pe4kAUjwHj8z0zAdgBtYrJyYwLKCCuRBQ5ppkyL0AkN7HKRnETdmdp1zqNXw==" - }, - "node_modules/chrome-trace-event": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz", - "integrity": "sha512-9e/zx1jw7B4CO+c/RXoCsfg/x1AfUBioy4owYH0bJprEYAx5hRFLRhWBqHAG57D0ZM4H7vxbP7bPe0VwhQRYDQ==", - "dependencies": { - "tslib": "^1.9.0" - }, - "engines": { - "node": ">=6.0" - } - }, - "node_modules/cipher-base": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz", - "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", - "dependencies": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - } - }, - "node_modules/circular-dependency-plugin": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/circular-dependency-plugin/-/circular-dependency-plugin-5.0.2.tgz", - "integrity": "sha512-oC7/DVAyfcY3UWKm0sN/oVoDedQDQiw/vIiAnuTWTpE5s0zWf7l3WY417Xw/Fbi/QbAjctAkxgMiS9P0s3zkmA==", - "dev": true, - "engines": { - "node": ">=6.0.0" - }, - "peerDependencies": { - "webpack": ">=4.0.1" - } - }, - "node_modules/class-utils": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", - "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", - "dependencies": { - "arr-union": "^3.1.0", - "define-property": "^0.2.5", - "isobject": "^3.0.0", - "static-extend": "^0.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/class-utils/node_modules/define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "dependencies": { - "is-descriptor": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/clean-css": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.1.tgz", - "integrity": "sha512-4ZxI6dy4lrY6FHzfiy1aEOXgu4LIsW2MhwG0VBKdcoGoH/XLFgaHSdLTGr4O8Be6A8r3MOphEiI8Gc1n0ecf3g==", - "dev": true, - "dependencies": { - "source-map": "~0.6.0" - }, - "engines": { - "node": ">= 4.0" - } - }, - "node_modules/clean-css/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/cliui": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz", - "integrity": "sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=", - "dependencies": { - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1", - "wrap-ansi": "^2.0.0" - } - }, - "node_modules/clone": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", - "integrity": "sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=", - "engines": { - "node": ">=0.8" - } - }, - "node_modules/clone-deep": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-2.0.2.tgz", - "integrity": "sha512-SZegPTKjCgpQH63E+eN6mVEEPdQBOUzjyJm5Pora4lrwWRFS8I0QAxV/KD6vV/i0WuijHZWQC1fMsPEdxfdVCQ==", - "dev": true, - "dependencies": { - "for-own": "^1.0.0", - "is-plain-object": "^2.0.4", - "kind-of": "^6.0.0", - "shallow-clone": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/co": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", - "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=", - "dev": true, - "engines": { - "iojs": ">= 1.0.0", - "node": ">= 0.12.0" - } - }, - "node_modules/code-point-at": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", - "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/codelyzer": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/codelyzer/-/codelyzer-4.1.0.tgz", - "integrity": "sha512-a3FCIAS3FNQIACvj7KA4iKvH3c6r7X6t6zXsrtV797QGYPQyCwD1fIEd9yV+ZDamijF3YaZ5fbB7QbUMOJGC/g==", - "dev": true, - "dependencies": { - "app-root-path": "^2.0.1", - "css-selector-tokenizer": "^0.7.0", - "cssauron": "^1.4.0", - "semver-dsl": "^1.0.1", - "source-map": "^0.5.6", - "sprintf-js": "^1.0.3" - }, - "peerDependencies": { - "@angular/common": "^2.3.1 || >=4.0.0-beta <6.0.0", - "@angular/compiler": "^2.3.1 || >=4.0.0-beta <6.0.0", - "@angular/core": "^2.3.1 || >=4.0.0-beta <6.0.0", - "@angular/platform-browser": "^2.3.1 || >=4.0.0-beta <6.0.0", - "@angular/platform-browser-dynamic": "^2.3.1 || >=4.0.0-beta <6.0.0", - "tslint": "^5.0.0" - } - }, - "node_modules/codelyzer/node_modules/source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/codepage": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/codepage/-/codepage-1.14.0.tgz", - "integrity": "sha1-jL4lSBMjVZ19MHVxsP/5HnodL5k=", - "dependencies": { - "commander": "~2.14.1", - "exit-on-epipe": "~1.0.1" - }, - "bin": { - "codepage": "bin/codepage.njs" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/codepage/node_modules/commander": { - "version": "2.14.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.14.1.tgz", - "integrity": "sha512-+YR16o3rK53SmWHU3rEM3tPAh2rwb1yPcQX5irVn7mb0gXbwuCCrnkbV5+PBfETdfg1vui07nM6PCG1zndcjQw==" - }, - "node_modules/collection-visit": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", - "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=", - "dependencies": { - "map-visit": "^1.0.0", - "object-visit": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/color-convert/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" - }, - "node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/colorette": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.2.2.tgz", - "integrity": "sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==", - "dev": true - }, - "node_modules/colors": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz", - "integrity": "sha1-FopHAXVran9RoSzgyXv6KMCE7WM=", - "engines": { - "node": ">=0.1.90" - } - }, - "node_modules/colour": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/colour/-/colour-0.7.1.tgz", - "integrity": "sha1-nLFpkX7F0SwHNtPoaFdG3xyt93g=", - "engines": { - "node": ">=0.8" - } - }, - "node_modules/combine-lists": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/combine-lists/-/combine-lists-1.0.1.tgz", - "integrity": "sha1-RYwH4J4NkA/Ci3Cj/sLazR0st/Y=", - "dependencies": { - "lodash": "^4.5.0" - } - }, - "node_modules/combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", - "dependencies": { - "delayed-stream": "~1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" - }, - "node_modules/commondir": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", - "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=" - }, - "node_modules/component-bind": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz", - "integrity": "sha1-AMYIq33Nk4l8AAllGx06jh5zu9E=" - }, - "node_modules/component-emitter": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz", - "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==" - }, - "node_modules/component-inherit": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz", - "integrity": "sha1-ZF/ErfWLcrZJ1crmUTVhnbJv8UM=" - }, - "node_modules/compressible": { - "version": "2.0.18", - "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", - "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", - "dev": true, - "dependencies": { - "mime-db": ">= 1.43.0 < 2" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/compression": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", - "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", - "dev": true, - "dependencies": { - "accepts": "~1.3.5", - "bytes": "3.0.0", - "compressible": "~2.0.16", - "debug": "2.6.9", - "on-headers": "~1.0.2", - "safe-buffer": "5.1.2", - "vary": "~1.1.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/compression/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true - }, - "node_modules/concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" - }, - "node_modules/concat-stream": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", - "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", - "engines": [ - "node >= 0.8" - ], - "dependencies": { - "buffer-from": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^2.2.2", - "typedarray": "^0.0.6" - } - }, - "node_modules/connect": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/connect/-/connect-3.7.0.tgz", - "integrity": "sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==", - "dependencies": { - "debug": "2.6.9", - "finalhandler": "1.1.2", - "parseurl": "~1.3.3", - "utils-merge": "1.0.1" - }, - "engines": { - "node": ">= 0.10.0" - } - }, - "node_modules/connect-history-api-fallback": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz", - "integrity": "sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==", - "dev": true, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/console-browserify": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz", - "integrity": "sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==" - }, - "node_modules/console-control-strings": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", - "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=" - }, - "node_modules/constants-browserify": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz", - "integrity": "sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=" - }, - "node_modules/content-disposition": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz", - "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==", - "dev": true, - "dependencies": { - "safe-buffer": "5.1.2" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/content-disposition/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true - }, - "node_modules/content-type": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", - "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/contra": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/contra/-/contra-1.9.4.tgz", - "integrity": "sha1-9TveQtfltZhcrk2ZqNYQUm3o8o0=", - "dependencies": { - "atoa": "1.0.0", - "ticky": "1.0.1" - } - }, - "node_modules/convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz", - "integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==", - "dev": true, - "dependencies": { - "safe-buffer": "~5.1.1" - } - }, - "node_modules/convert-source-map/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true - }, - "node_modules/cookie": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz", - "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==", - "dev": true, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/cookie-signature": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", - "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=", - "dev": true - }, - "node_modules/copy-concurrently": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/copy-concurrently/-/copy-concurrently-1.0.5.tgz", - "integrity": "sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==", - "dependencies": { - "aproba": "^1.1.1", - "fs-write-stream-atomic": "^1.0.8", - "iferr": "^0.1.5", - "mkdirp": "^0.5.1", - "rimraf": "^2.5.4", - "run-queue": "^1.0.0" - } - }, - "node_modules/copy-descriptor": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz", - "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/copy-webpack-plugin": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-4.6.0.tgz", - "integrity": "sha512-Y+SQCF+0NoWQryez2zXn5J5knmr9z/9qSQt7fbL78u83rxmigOy8X5+BFn8CFSuX+nKT8gpYwJX68ekqtQt6ZA==", - "dev": true, - "dependencies": { - "cacache": "^10.0.4", - "find-cache-dir": "^1.0.0", - "globby": "^7.1.1", - "is-glob": "^4.0.0", - "loader-utils": "^1.1.0", - "minimatch": "^3.0.4", - "p-limit": "^1.0.0", - "serialize-javascript": "^1.4.0" - }, - "engines": { - "node": ">= 4" - } - }, - "node_modules/core-js": { - "version": "2.6.11", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.11.tgz", - "integrity": "sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg==", - "deprecated": "core-js@<3.4 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.", - "hasInstallScript": true - }, - "node_modules/core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" - }, - "node_modules/cosmiconfig": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz", - "integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==", - "dev": true, - "dependencies": { - "import-fresh": "^2.0.0", - "is-directory": "^0.3.1", - "js-yaml": "^3.13.1", - "parse-json": "^4.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/cosmiconfig/node_modules/parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", - "dev": true, - "dependencies": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/crc-32": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.0.tgz", - "integrity": "sha512-1uBwHxF+Y/4yF5G48fwnKq6QsIXheor3ZLPT80yGBV1oEUwpPojlEhQbWKVw1VwcTQyMGHK1/XMmTjmlsmTTGA==", - "dependencies": { - "exit-on-epipe": "~1.0.1", - "printj": "~1.1.0" - }, - "bin": { - "crc32": "bin/crc32.njs" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/create-ecdh": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.3.tgz", - "integrity": "sha512-GbEHQPMOswGpKXM9kCWVrremUcBmjteUaQ01T9rkKCPDXfUHX0IoP9LpHYo2NPFampa4e+/pFDc3jQdxrxQLaw==", - "dependencies": { - "bn.js": "^4.1.0", - "elliptic": "^6.0.0" - } - }, - "node_modules/create-hash": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz", - "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", - "dependencies": { - "cipher-base": "^1.0.1", - "inherits": "^2.0.1", - "md5.js": "^1.3.4", - "ripemd160": "^2.0.1", - "sha.js": "^2.4.0" - } - }, - "node_modules/create-hmac": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz", - "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==", - "dependencies": { - "cipher-base": "^1.0.3", - "create-hash": "^1.1.0", - "inherits": "^2.0.1", - "ripemd160": "^2.0.0", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" - } - }, - "node_modules/cross-spawn": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-3.0.1.tgz", - "integrity": "sha1-ElYDfsufDF9549bvE14wdwGEuYI=", - "dependencies": { - "lru-cache": "^4.0.1", - "which": "^1.2.9" - } - }, - "node_modules/crossvent": { - "version": "1.5.4", - "resolved": "https://registry.npmjs.org/crossvent/-/crossvent-1.5.4.tgz", - "integrity": "sha1-2ixPj0DJR4JRe/K+7BBEFIGUq5I=", - "dependencies": { - "custom-event": "1.0.0" - } - }, - "node_modules/crypto-browserify": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-1.0.9.tgz", - "integrity": "sha1-zFRJaF37hesRyYKKzHy4erW7/MA=", - "engines": { - "node": "*" - } - }, - "node_modules/css-parse": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/css-parse/-/css-parse-1.7.0.tgz", - "integrity": "sha1-Mh9s9zeCpv91ERE5D8BeLGV9jJs=", - "dev": true - }, - "node_modules/css-selector-tokenizer": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/css-selector-tokenizer/-/css-selector-tokenizer-0.7.1.tgz", - "integrity": "sha512-xYL0AMZJ4gFzJQsHUKa5jiWWi2vH77WVNg7JYRyewwj6oPh4yb/y6Y9ZCw9dsj/9UauMhtuxR+ogQd//EdEVNA==", - "dev": true, - "dependencies": { - "cssesc": "^0.1.0", - "fastparse": "^1.1.1", - "regexpu-core": "^1.0.0" - } - }, - "node_modules/cssauron": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/cssauron/-/cssauron-1.4.0.tgz", - "integrity": "sha1-pmAt/34EqDBtwNuaVR6S6LVmKtg=", - "dev": true, - "dependencies": { - "through": "X.X.X" - } - }, - "node_modules/cssesc": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-0.1.0.tgz", - "integrity": "sha1-yBSQPkViM3GgR3tAEJqq++6t27Q=", - "dev": true, - "bin": { - "cssesc": "bin/cssesc" - } - }, - "node_modules/currently-unhandled": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz", - "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=", - "dependencies": { - "array-find-index": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/custom-event": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/custom-event/-/custom-event-1.0.0.tgz", - "integrity": "sha1-LkYovhncSyFLXAJjDFlx6BFhgGI=" - }, - "node_modules/cyclist": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/cyclist/-/cyclist-1.0.1.tgz", - "integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=" - }, - "node_modules/d3": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/d3/-/d3-4.13.0.tgz", - "integrity": "sha512-l8c4+0SldjVKLaE2WG++EQlqD7mh/dmQjvi2L2lKPadAVC+TbJC4ci7Uk9bRi+To0+ansgsS0iWfPjD7DBy+FQ==", - "dependencies": { - "d3-array": "1.2.1", - "d3-axis": "1.0.8", - "d3-brush": "1.0.4", - "d3-chord": "1.0.4", - "d3-collection": "1.0.4", - "d3-color": "1.0.3", - "d3-dispatch": "1.0.3", - "d3-drag": "1.2.1", - "d3-dsv": "1.0.8", - "d3-ease": "1.0.3", - "d3-force": "1.1.0", - "d3-format": "1.2.2", - "d3-geo": "1.9.1", - "d3-hierarchy": "1.1.5", - "d3-interpolate": "1.1.6", - "d3-path": "1.0.5", - "d3-polygon": "1.0.3", - "d3-quadtree": "1.0.3", - "d3-queue": "3.0.7", - "d3-random": "1.1.0", - "d3-request": "1.0.6", - "d3-scale": "1.0.7", - "d3-selection": "1.3.0", - "d3-shape": "1.2.0", - "d3-time": "1.0.8", - "d3-time-format": "2.1.1", - "d3-timer": "1.0.7", - "d3-transition": "1.1.1", - "d3-voronoi": "1.1.2", - "d3-zoom": "1.7.1" - } - }, - "node_modules/d3-array": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-1.2.4.tgz", - "integrity": "sha512-KHW6M86R+FUPYGb3R5XiYjXPq7VzwxZ22buHhAEVG5ztoEcZZMLov530mmccaqA1GghZArjQV46fuc8kUqhhHw==" - }, - "node_modules/d3-axis": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/d3-axis/-/d3-axis-1.0.8.tgz", - "integrity": "sha1-MacFoLU15ldZ3hQXOjGTMTfxjvo=" - }, - "node_modules/d3-brush": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/d3-brush/-/d3-brush-1.1.5.tgz", - "integrity": "sha512-rEaJ5gHlgLxXugWjIkolTA0OyMvw8UWU1imYXy1v642XyyswmI1ybKOv05Ft+ewq+TFmdliD3VuK0pRp1VT/5A==", - "dependencies": { - "d3-dispatch": "1", - "d3-drag": "1", - "d3-interpolate": "1", - "d3-selection": "1", - "d3-transition": "1" - } - }, - "node_modules/d3-chord": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/d3-chord/-/d3-chord-1.0.4.tgz", - "integrity": "sha1-fexPC6iG9xP+ERxF92NBT290yiw=", - "dependencies": { - "d3-array": "1", - "d3-path": "1" - } - }, - "node_modules/d3-collection": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/d3-collection/-/d3-collection-1.0.7.tgz", - "integrity": "sha512-ii0/r5f4sjKNTfh84Di+DpztYwqKhEyUlKoPrzUFfeSkWxjW49xU2QzO9qrPrNkpdI0XJkfzvmTu8V2Zylln6A==" - }, - "node_modules/d3-color": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/d3-color/-/d3-color-1.4.0.tgz", - "integrity": "sha512-TzNPeJy2+iEepfiL92LAAB7fvnp/dV2YwANPVHdDWmYMm23qIJBYww3qT8I8C1wXrmrg4UWs7BKc2tKIgyjzHg==" - }, - "node_modules/d3-dispatch": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-1.0.6.tgz", - "integrity": "sha512-fVjoElzjhCEy+Hbn8KygnmMS7Or0a9sI2UzGwoB7cCtvI1XpVN9GpoYlnb3xt2YV66oXYb1fLJ8GMvP4hdU1RA==" - }, - "node_modules/d3-drag": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/d3-drag/-/d3-drag-1.2.5.tgz", - "integrity": "sha512-rD1ohlkKQwMZYkQlYVCrSFxsWPzI97+W+PaEIBNTMxRuxz9RF0Hi5nJWHGVJ3Om9d2fRTe1yOBINJyy/ahV95w==", - "dependencies": { - "d3-dispatch": "1", - "d3-selection": "1" - } - }, - "node_modules/d3-dsv": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/d3-dsv/-/d3-dsv-1.0.8.tgz", - "integrity": "sha512-IVCJpQ+YGe3qu6odkPQI0KPqfxkhbP/oM1XhhE/DFiYmcXKfCRub4KXyiuehV1d4drjWVXHUWx4gHqhdZb6n/A==", - "dependencies": { - "commander": "2", - "iconv-lite": "0.4", - "rw": "1" - }, - "bin": { - "csv2json": "bin/dsv2json", - "csv2tsv": "bin/dsv2dsv", - "dsv2dsv": "bin/dsv2dsv", - "dsv2json": "bin/dsv2json", - "json2csv": "bin/json2dsv", - "json2dsv": "bin/json2dsv", - "json2tsv": "bin/json2dsv", - "tsv2csv": "bin/dsv2dsv", - "tsv2json": "bin/dsv2json" - } - }, - "node_modules/d3-ease": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/d3-ease/-/d3-ease-1.0.6.tgz", - "integrity": "sha512-SZ/lVU7LRXafqp7XtIcBdxnWl8yyLpgOmzAk0mWBI9gXNzLDx5ybZgnRbH9dN/yY5tzVBqCQ9avltSnqVwessQ==" - }, - "node_modules/d3-force": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/d3-force/-/d3-force-1.2.1.tgz", - "integrity": "sha512-HHvehyaiUlVo5CxBJ0yF/xny4xoaxFxDnBXNvNcfW9adORGZfyNF1dj6DGLKyk4Yh3brP/1h3rnDzdIAwL08zg==", - "dependencies": { - "d3-collection": "1", - "d3-dispatch": "1", - "d3-quadtree": "1", - "d3-timer": "1" - } - }, - "node_modules/d3-format": { - "version": "1.4.3", - "resolved": "https://registry.npmjs.org/d3-format/-/d3-format-1.4.3.tgz", - "integrity": "sha512-mm/nE2Y9HgGyjP+rKIekeITVgBtX97o1nrvHCWX8F/yBYyevUTvu9vb5pUnKwrcSw7o7GuwMOWjS9gFDs4O+uQ==" - }, - "node_modules/d3-geo": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/d3-geo/-/d3-geo-1.9.1.tgz", - "integrity": "sha512-l9wL/cEQkyZQYXw3xbmLsH3eQ5ij+icNfo4r0GrLa5rOCZR/e/3am45IQ0FvQ5uMsv+77zBRunLc9ufTWSQYFA==", - "dependencies": { - "d3-array": "1" - } - }, - "node_modules/d3-hierarchy": { - "version": "1.1.9", - "resolved": "https://registry.npmjs.org/d3-hierarchy/-/d3-hierarchy-1.1.9.tgz", - "integrity": "sha512-j8tPxlqh1srJHAtxfvOUwKNYJkQuBFdM1+JAUfq6xqH5eAqf93L7oG1NVqDa4CpFZNvnNKtCYEUC8KY9yEn9lQ==" - }, - "node_modules/d3-interpolate": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-1.4.0.tgz", - "integrity": "sha512-V9znK0zc3jOPV4VD2zZn0sDhZU3WAE2bmlxdIwwQPPzPjvyLkd8B3JUVdS1IDUFDkWZ72c9qnv1GK2ZagTZ8EA==", - "dependencies": { - "d3-color": "1" - } - }, - "node_modules/d3-path": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-1.0.9.tgz", - "integrity": "sha512-VLaYcn81dtHVTjEHd8B+pbe9yHWpXKZUC87PzoFmsFrJqgFwDe/qxfp5MlfsfM1V5E/iVt0MmEbWQ7FVIXh/bg==" - }, - "node_modules/d3-polygon": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/d3-polygon/-/d3-polygon-1.0.3.tgz", - "integrity": "sha1-FoiOkCZGCTPysXllKtN4Ik04LGI=" - }, - "node_modules/d3-quadtree": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/d3-quadtree/-/d3-quadtree-1.0.7.tgz", - "integrity": "sha512-RKPAeXnkC59IDGD0Wu5mANy0Q2V28L+fNe65pOCXVdVuTJS3WPKaJlFHer32Rbh9gIo9qMuJXio8ra4+YmIymA==" - }, - "node_modules/d3-queue": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/d3-queue/-/d3-queue-3.0.7.tgz", - "integrity": "sha1-yTouVLQXwJWRKdfXP2z31Ckudhg=" - }, - "node_modules/d3-random": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/d3-random/-/d3-random-1.1.0.tgz", - "integrity": "sha1-ZkLlBsb6OmSFldKyRpeIqNElKdM=" - }, - "node_modules/d3-request": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/d3-request/-/d3-request-1.0.6.tgz", - "integrity": "sha512-FJj8ySY6GYuAJHZMaCQ83xEYE4KbkPkmxZ3Hu6zA1xxG2GD+z6P+Lyp+zjdsHf0xEbp2xcluDI50rCS855EQ6w==", - "dependencies": { - "d3-collection": "1", - "d3-dispatch": "1", - "d3-dsv": "1", - "xmlhttprequest": "1" - } - }, - "node_modules/d3-scale": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-1.0.7.tgz", - "integrity": "sha512-KvU92czp2/qse5tUfGms6Kjig0AhHOwkzXG0+PqIJB3ke0WUv088AHMZI0OssO9NCkXt4RP8yju9rpH8aGB7Lw==", - "dependencies": { - "d3-array": "^1.2.0", - "d3-collection": "1", - "d3-color": "1", - "d3-format": "1", - "d3-interpolate": "1", - "d3-time": "1", - "d3-time-format": "2" - } - }, - "node_modules/d3-selection": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/d3-selection/-/d3-selection-1.4.1.tgz", - "integrity": "sha512-BTIbRjv/m5rcVTfBs4AMBLKs4x8XaaLkwm28KWu9S2vKNqXkXt2AH2Qf0sdPZHjFxcWg/YL53zcqAz+3g4/7PA==" - }, - "node_modules/d3-shape": { - "version": "1.3.7", - "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-1.3.7.tgz", - "integrity": "sha512-EUkvKjqPFUAZyOlhY5gzCxCeI0Aep04LwIRpsZ/mLFelJiUfnK56jo5JMDSE7yyP2kLSb6LtF+S5chMk7uqPqw==", - "dependencies": { - "d3-path": "1" - } - }, - "node_modules/d3-time": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/d3-time/-/d3-time-1.1.0.tgz", - "integrity": "sha512-Xh0isrZ5rPYYdqhAVk8VLnMEidhz5aP7htAADH6MfzgmmicPkTo8LhkLxci61/lCB7n7UmE3bN0leRt+qvkLxA==" - }, - "node_modules/d3-time-format": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.2.3.tgz", - "integrity": "sha512-RAHNnD8+XvC4Zc4d2A56Uw0yJoM7bsvOlJR33bclxq399Rak/b9bhvu/InjxdWhPtkgU53JJcleJTGkNRnN6IA==", - "dependencies": { - "d3-time": "1" - } - }, - "node_modules/d3-timer": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-1.0.10.tgz", - "integrity": "sha512-B1JDm0XDaQC+uvo4DT79H0XmBskgS3l6Ve+1SBCfxgmtIb1AVrPIoqd+nPSv+loMX8szQ0sVUhGngL7D5QPiXw==" - }, - "node_modules/d3-transition": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/d3-transition/-/d3-transition-1.3.2.tgz", - "integrity": "sha512-sc0gRU4PFqZ47lPVHloMn9tlPcv8jxgOQg+0zjhfZXMQuvppjG6YuwdMBE0TuqCZjeJkLecku/l9R0JPcRhaDA==", - "dependencies": { - "d3-color": "1", - "d3-dispatch": "1", - "d3-ease": "1", - "d3-interpolate": "1", - "d3-selection": "^1.1.0", - "d3-timer": "1" - } - }, - "node_modules/d3-voronoi": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-1.1.2.tgz", - "integrity": "sha1-Fodmfo8TotFYyAwUgMWinLDYlzw=" - }, - "node_modules/d3-zoom": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/d3-zoom/-/d3-zoom-1.7.1.tgz", - "integrity": "sha512-sZHQ55DGq5BZBFGnRshUT8tm2sfhPHFnOlmPbbwTkAoPeVdRTkB4Xsf9GCY0TSHrTD8PeJPZGmP/TpGicwJDJQ==", - "dependencies": { - "d3-dispatch": "1", - "d3-drag": "1", - "d3-interpolate": "1", - "d3-selection": "1", - "d3-transition": "1" - } - }, - "node_modules/d3/node_modules/d3-array": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-1.2.1.tgz", - "integrity": "sha512-CyINJQ0SOUHojDdFDH4JEM0552vCR1utGyLHegJHyYH0JyCpSeTPxi4OBqHMA2jJZq4NH782LtaJWBImqI/HBw==" - }, - "node_modules/d3/node_modules/d3-brush": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/d3-brush/-/d3-brush-1.0.4.tgz", - "integrity": "sha1-AMLyOAGfJPbAoZSibUGhUw/+e8Q=", - "dependencies": { - "d3-dispatch": "1", - "d3-drag": "1", - "d3-interpolate": "1", - "d3-selection": "1", - "d3-transition": "1" - } - }, - "node_modules/d3/node_modules/d3-collection": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/d3-collection/-/d3-collection-1.0.4.tgz", - "integrity": "sha1-NC39EoN8kJdPM/HMCnha6lcNzcI=" - }, - "node_modules/d3/node_modules/d3-color": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/d3-color/-/d3-color-1.0.3.tgz", - "integrity": "sha1-vHZD/KjlOoNH4vva/6I2eWtYUJs=" - }, - "node_modules/d3/node_modules/d3-dispatch": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-1.0.3.tgz", - "integrity": "sha1-RuFJHqqbWMNY/OW+TovtYm54cfg=" - }, - "node_modules/d3/node_modules/d3-drag": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/d3-drag/-/d3-drag-1.2.1.tgz", - "integrity": "sha512-Cg8/K2rTtzxzrb0fmnYOUeZHvwa4PHzwXOLZZPwtEs2SKLLKLXeYwZKBB+DlOxUvFmarOnmt//cU4+3US2lyyQ==", - "dependencies": { - "d3-dispatch": "1", - "d3-selection": "1" - } - }, - "node_modules/d3/node_modules/d3-ease": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/d3-ease/-/d3-ease-1.0.3.tgz", - "integrity": "sha1-aL+8NJM4o4DETYrMT7wzBKotjA4=" - }, - "node_modules/d3/node_modules/d3-force": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/d3-force/-/d3-force-1.1.0.tgz", - "integrity": "sha512-2HVQz3/VCQs0QeRNZTYb7GxoUCeb6bOzMp/cGcLa87awY9ZsPvXOGeZm0iaGBjXic6I1ysKwMn+g+5jSAdzwcg==", - "dependencies": { - "d3-collection": "1", - "d3-dispatch": "1", - "d3-quadtree": "1", - "d3-timer": "1" - } - }, - "node_modules/d3/node_modules/d3-format": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/d3-format/-/d3-format-1.2.2.tgz", - "integrity": "sha512-zH9CfF/3C8zUI47nsiKfD0+AGDEuM8LwBIP7pBVpyR4l/sKkZqITmMtxRp04rwBrlshIZ17XeFAaovN3++wzkw==" - }, - "node_modules/d3/node_modules/d3-hierarchy": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/d3-hierarchy/-/d3-hierarchy-1.1.5.tgz", - "integrity": "sha1-ochFxC+Eoga88cAcAQmOpN2qeiY=" - }, - "node_modules/d3/node_modules/d3-interpolate": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-1.1.6.tgz", - "integrity": "sha512-mOnv5a+pZzkNIHtw/V6I+w9Lqm9L5bG3OTXPM5A+QO0yyVMQ4W1uZhR+VOJmazaOZXri2ppbiZ5BUNWT0pFM9A==", - "dependencies": { - "d3-color": "1" - } - }, - "node_modules/d3/node_modules/d3-path": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-1.0.5.tgz", - "integrity": "sha1-JB6xhJvZ6egCHA0KeZ+KDo5EF2Q=" - }, - "node_modules/d3/node_modules/d3-quadtree": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/d3-quadtree/-/d3-quadtree-1.0.3.tgz", - "integrity": "sha1-rHmH4+I/6AWpkPKOG1DTj8uCJDg=" - }, - "node_modules/d3/node_modules/d3-selection": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/d3-selection/-/d3-selection-1.3.0.tgz", - "integrity": "sha512-qgpUOg9tl5CirdqESUAu0t9MU/t3O9klYfGfyKsXEmhyxyzLpzpeh08gaxBUTQw1uXIOkr/30Ut2YRjSSxlmHA==" - }, - "node_modules/d3/node_modules/d3-shape": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-1.2.0.tgz", - "integrity": "sha1-RdAVOPBkuv0F6j1tLLdI/YxB93c=", - "dependencies": { - "d3-path": "1" - } - }, - "node_modules/d3/node_modules/d3-time": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/d3-time/-/d3-time-1.0.8.tgz", - "integrity": "sha512-YRZkNhphZh3KcnBfitvF3c6E0JOFGikHZ4YqD+Lzv83ZHn1/u6yGenRU1m+KAk9J1GnZMnKcrtfvSktlA1DXNQ==" - }, - "node_modules/d3/node_modules/d3-time-format": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.1.1.tgz", - "integrity": "sha512-8kAkymq2WMfzW7e+s/IUNAtN/y3gZXGRrdGfo6R8NKPAA85UBTxZg5E61bR6nLwjPjj4d3zywSQe1CkYLPFyrw==", - "dependencies": { - "d3-time": "1" - } - }, - "node_modules/d3/node_modules/d3-timer": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-1.0.7.tgz", - "integrity": "sha512-vMZXR88XujmG/L5oB96NNKH5lCWwiLM/S2HyyAQLcjWJCloK5shxta4CwOFYLZoY3AWX73v8Lgv4cCAdWtRmOA==" - }, - "node_modules/d3/node_modules/d3-transition": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/d3-transition/-/d3-transition-1.1.1.tgz", - "integrity": "sha512-xeg8oggyQ+y5eb4J13iDgKIjUcEfIOZs2BqV/eEmXm2twx80wTzJ4tB4vaZ5BKfz7XsI/DFmQL5me6O27/5ykQ==", - "dependencies": { - "d3-color": "1", - "d3-dispatch": "1", - "d3-ease": "1", - "d3-interpolate": "1", - "d3-selection": "^1.1.0", - "d3-timer": "1" - } - }, - "node_modules/dashdash": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", - "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", - "dependencies": { - "assert-plus": "^1.0.0" - }, - "engines": { - "node": ">=0.10" - } - }, - "node_modules/date-fns": { - "version": "1.30.1", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-1.30.1.tgz", - "integrity": "sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==" - }, - "node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/decode-uri-component": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", - "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=", - "engines": { - "node": ">=0.10" - } - }, - "node_modules/deep-equal": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.1.tgz", - "integrity": "sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==", - "dependencies": { - "is-arguments": "^1.0.4", - "is-date-object": "^1.0.1", - "is-regex": "^1.0.4", - "object-is": "^1.0.1", - "object-keys": "^1.1.1", - "regexp.prototype.flags": "^1.2.0" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/deep-is": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz", - "integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=", - "dev": true - }, - "node_modules/default-gateway": { - "version": "2.7.2", - "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-2.7.2.tgz", - "integrity": "sha512-lAc4i9QJR0YHSDFdzeBQKfZ1SRDG3hsJNEkrpcZa8QhBfidLAilT60BDEIVUUGqosFp425KOgB3uYqcnQrWafQ==", - "dev": true, - "os": [ - "android", - "darwin", - "freebsd", - "linux", - "openbsd", - "sunos", - "win32" - ], - "dependencies": { - "execa": "^0.10.0", - "ip-regex": "^2.1.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/default-require-extensions": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/default-require-extensions/-/default-require-extensions-1.0.0.tgz", - "integrity": "sha1-836hXT4T/9m0N9M+GnW1+5eHTLg=", - "dev": true, - "dependencies": { - "strip-bom": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", - "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", - "dependencies": { - "object-keys": "^1.0.12" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/define-property": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", - "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", - "dependencies": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/define-property/node_modules/is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", - "dependencies": { - "kind-of": "^6.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/define-property/node_modules/is-data-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", - "dependencies": { - "kind-of": "^6.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/define-property/node_modules/is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", - "dependencies": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/del": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/del/-/del-3.0.0.tgz", - "integrity": "sha1-U+z2mf/LyzljdpGrE7rxYIGXZuU=", - "dev": true, - "dependencies": { - "globby": "^6.1.0", - "is-path-cwd": "^1.0.0", - "is-path-in-cwd": "^1.0.0", - "p-map": "^1.1.1", - "pify": "^3.0.0", - "rimraf": "^2.2.8" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/del/node_modules/globby": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz", - "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=", - "dev": true, - "dependencies": { - "array-union": "^1.0.1", - "glob": "^7.0.3", - "object-assign": "^4.0.1", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/del/node_modules/globby/node_modules/pify": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/del/node_modules/pify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/delegates": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", - "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=" - }, - "node_modules/depd": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", - "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/des.js": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.1.tgz", - "integrity": "sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==", - "dependencies": { - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0" - } - }, - "node_modules/destroy": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", - "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=", - "dev": true - }, - "node_modules/detect-indent": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-4.0.0.tgz", - "integrity": "sha1-920GQ1LN9Docts5hnE7jqUdd4gg=", - "dev": true, - "dependencies": { - "repeating": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/detect-node": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.0.4.tgz", - "integrity": "sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw==", - "dev": true - }, - "node_modules/di": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/di/-/di-0.0.1.tgz", - "integrity": "sha1-gGZJMmzqp8qjMG112YXqJ0i6kTw=" - }, - "node_modules/diff": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz", - "integrity": "sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==", - "dev": true, - "engines": { - "node": ">=0.3.1" - } - }, - "node_modules/diffie-hellman": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz", - "integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==", - "dependencies": { - "bn.js": "^4.1.0", - "miller-rabin": "^4.0.0", - "randombytes": "^2.0.0" - } - }, - "node_modules/dir-glob": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-2.2.2.tgz", - "integrity": "sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw==", - "dev": true, - "dependencies": { - "path-type": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/dir-glob/node_modules/path-type": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", - "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", - "dev": true, - "dependencies": { - "pify": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/dir-glob/node_modules/pify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/dns-equal": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz", - "integrity": "sha1-s55/HabrCnW6nBcySzR1PEfgZU0=", - "dev": true - }, - "node_modules/dns-packet": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-1.3.4.tgz", - "integrity": "sha512-BQ6F4vycLXBvdrJZ6S3gZewt6rcrks9KBgM9vrhW+knGRqc8uEdT7fuCwloc7nny5xNoMJ17HGH0R/6fpo8ECA==", - "dev": true, - "dependencies": { - "ip": "^1.1.0", - "safe-buffer": "^5.0.1" - } - }, - "node_modules/dns-txt": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/dns-txt/-/dns-txt-2.0.2.tgz", - "integrity": "sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=", - "dev": true, - "dependencies": { - "buffer-indexof": "^1.0.0" - } - }, - "node_modules/dom-serialize": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/dom-serialize/-/dom-serialize-2.2.1.tgz", - "integrity": "sha1-ViromZ9Evl6jB29UGdzVnrQ6yVs=", - "dependencies": { - "custom-event": "~1.0.0", - "ent": "~2.2.0", - "extend": "^3.0.0", - "void-elements": "^2.0.0" - } - }, - "node_modules/dom-storage": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/dom-storage/-/dom-storage-2.1.0.tgz", - "integrity": "sha512-g6RpyWXzl0RR6OTElHKBl7nwnK87GUyZMYC7JWsB/IA73vpqK2K6LT39x4VepLxlSsWBFrPVLnsSR5Jyty0+2Q==", - "engines": { - "node": "*" - } - }, - "node_modules/domain-browser": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz", - "integrity": "sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==", - "engines": { - "node": ">=0.4", - "npm": ">=1.2" - } - }, - "node_modules/dragula": { - "version": "3.7.2", - "resolved": "https://registry.npmjs.org/dragula/-/dragula-3.7.2.tgz", - "integrity": "sha1-SjXJ05gf+sGpScKcpyhQWOhzk84=", - "dependencies": { - "contra": "1.9.4", - "crossvent": "1.5.4" - } - }, - "node_modules/duplexify": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz", - "integrity": "sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==", - "dependencies": { - "end-of-stream": "^1.0.0", - "inherits": "^2.0.1", - "readable-stream": "^2.0.0", - "stream-shift": "^1.0.0" - } - }, - "node_modules/ecc-jsbn": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", - "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", - "dependencies": { - "jsbn": "~0.1.0", - "safer-buffer": "^2.1.0" - } - }, - "node_modules/ee-first": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" - }, - "node_modules/electron-to-chromium": { - "version": "1.3.752", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.752.tgz", - "integrity": "sha512-2Tg+7jSl3oPxgsBsWKh5H83QazTkmWG/cnNwJplmyZc7KcN61+I10oUgaXSVk/NwfvN3BdkKDR4FYuRBQQ2v0A==", - "dev": true - }, - "node_modules/elliptic": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz", - "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==", - "dependencies": { - "bn.js": "^4.11.9", - "brorand": "^1.1.0", - "hash.js": "^1.0.0", - "hmac-drbg": "^1.0.1", - "inherits": "^2.0.4", - "minimalistic-assert": "^1.0.1", - "minimalistic-crypto-utils": "^1.0.1" - } - }, - "node_modules/emoji-regex": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", - "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==" - }, - "node_modules/emojis-list": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz", - "integrity": "sha1-TapNnbAPmBmIDHn6RXrlsJof04k=", - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/encoding": { - "version": "0.1.12", - "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.12.tgz", - "integrity": "sha1-U4tm8+5izRq1HsMjgp0flIDHS+s=", - "dependencies": { - "iconv-lite": "~0.4.13" - } - }, - "node_modules/end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", - "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", - "dependencies": { - "once": "^1.4.0" - } - }, - "node_modules/engine.io": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-1.8.3.tgz", - "integrity": "sha1-jef5eJXSDTm4X4ju7nd7K9QrE9Q=", - "dependencies": { - "accepts": "1.3.3", - "base64id": "1.0.0", - "cookie": "0.3.1", - "debug": "2.3.3", - "engine.io-parser": "1.3.2", - "ws": "1.1.2" - } - }, - "node_modules/engine.io-client": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.8.3.tgz", - "integrity": "sha1-F5jtk0USRkU9TG9jXXogH+lA1as=", - "dependencies": { - "component-emitter": "1.2.1", - "component-inherit": "0.0.3", - "debug": "2.3.3", - "engine.io-parser": "1.3.2", - "has-cors": "1.1.0", - "indexof": "0.0.1", - "parsejson": "0.0.3", - "parseqs": "0.0.5", - "parseuri": "0.0.5", - "ws": "1.1.2", - "xmlhttprequest-ssl": "1.5.3", - "yeast": "0.1.2" - } - }, - "node_modules/engine.io-client/node_modules/component-emitter": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz", - "integrity": "sha1-E3kY1teCg/ffemt8WmPhQOaUJeY=" - }, - "node_modules/engine.io-client/node_modules/debug": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.3.3.tgz", - "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=", - "dependencies": { - "ms": "0.7.2" - } - }, - "node_modules/engine.io-client/node_modules/ms": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.2.tgz", - "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=" - }, - "node_modules/engine.io-parser": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.3.2.tgz", - "integrity": "sha1-k3sHnwAH0Ik+xW1GyyILjLQ1Igo=", - "dependencies": { - "after": "0.8.2", - "arraybuffer.slice": "0.0.6", - "base64-arraybuffer": "0.1.5", - "blob": "0.0.4", - "has-binary": "0.1.7", - "wtf-8": "1.0.0" - } - }, - "node_modules/engine.io/node_modules/accepts": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.3.tgz", - "integrity": "sha1-w8p0NJOGSMPg2cHjKN1otiLChMo=", - "dependencies": { - "mime-types": "~2.1.11", - "negotiator": "0.6.1" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/engine.io/node_modules/cookie": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz", - "integrity": "sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/engine.io/node_modules/debug": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.3.3.tgz", - "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=", - "dependencies": { - "ms": "0.7.2" - } - }, - "node_modules/engine.io/node_modules/ms": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.2.tgz", - "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=" - }, - "node_modules/engine.io/node_modules/negotiator": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.1.tgz", - "integrity": "sha1-KzJxhOiZIQEXeyhWP7XnECrNDKk=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/enhanced-resolve": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.1.0.tgz", - "integrity": "sha512-F/7vkyTtyc/llOIn8oWclcB25KdRaiPBpZYDgJHgh/UHtpgT2p2eldQgtQnLtUvfMKPKxbRaQM/hHkvLHt1Vng==", - "dependencies": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.4.0", - "tapable": "^1.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/ent": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/ent/-/ent-2.2.0.tgz", - "integrity": "sha1-6WQhkyWiHQX0RGai9obtbOX13R0=" - }, - "node_modules/err-code": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/err-code/-/err-code-1.1.2.tgz", - "integrity": "sha1-BuARbTAo9q70gGhJ6w6mp0iuaWA=", - "dev": true - }, - "node_modules/errno": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.7.tgz", - "integrity": "sha512-MfrRBDWzIWifgq6tJj60gkAwtLNb6sQPlcFrSOflcP1aFmmruKQ2wRnze/8V6kgyz7H3FF8Npzv78mZ7XLLflg==", - "dependencies": { - "prr": "~1.0.1" - }, - "bin": { - "errno": "cli.js" - } - }, - "node_modules/error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", - "dependencies": { - "is-arrayish": "^0.2.1" - } - }, - "node_modules/es-abstract": { - "version": "1.17.0", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.0.tgz", - "integrity": "sha512-yYkE07YF+6SIBmg1MsJ9dlub5L48Ek7X0qz+c/CPCHS9EBXfESorzng4cJQjJW5/pB6vDF41u7F8vUhLVDqIug==", - "dependencies": { - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.1.5", - "is-regex": "^1.0.5", - "object-inspect": "^1.7.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.0", - "string.prototype.trimleft": "^2.1.1", - "string.prototype.trimright": "^2.1.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/es-to-primitive": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", - "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", - "dependencies": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/es6-promise": { - "version": "4.2.8", - "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.8.tgz", - "integrity": "sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==", - "dev": true - }, - "node_modules/es6-promisify": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/es6-promisify/-/es6-promisify-5.0.0.tgz", - "integrity": "sha1-UQnWLz5W6pZ8S2NQWu8IKRyKUgM=", - "dev": true, - "dependencies": { - "es6-promise": "^4.0.3" - } - }, - "node_modules/escalade": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", - "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" - }, - "node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/escodegen": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.8.1.tgz", - "integrity": "sha1-WltTr0aTEQvrsIZ6o0MN07cKEBg=", - "dev": true, - "dependencies": { - "esprima": "^2.7.1", - "estraverse": "^1.9.1", - "esutils": "^2.0.2", - "optionator": "^0.8.1" - }, - "bin": { - "escodegen": "bin/escodegen.js", - "esgenerate": "bin/esgenerate.js" - }, - "engines": { - "node": ">=0.12.0" - }, - "optionalDependencies": { - "source-map": "~0.2.0" - } - }, - "node_modules/escodegen/node_modules/source-map": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.2.0.tgz", - "integrity": "sha1-2rc/vPwrqBm03gO9b26qSBZLP50=", - "dev": true, - "optional": true, - "dependencies": { - "amdefine": ">=0.0.4" - }, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/eslint-scope": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.3.tgz", - "integrity": "sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==", - "dependencies": { - "esrecurse": "^4.1.0", - "estraverse": "^4.1.1" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/eslint-scope/node_modules/estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", - "engines": { - "node": ">=4.0" - } - }, - "node_modules/esprima": { - "version": "2.7.3", - "resolved": "https://registry.npmjs.org/esprima/-/esprima-2.7.3.tgz", - "integrity": "sha1-luO3DVd59q1JzQMmc9HDEnZ7pYE=", - "dev": true, - "bin": { - "esparse": "bin/esparse.js", - "esvalidate": "bin/esvalidate.js" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/esrecurse": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.2.1.tgz", - "integrity": "sha512-64RBB++fIOAXPw3P9cy89qfMlvZEXZkqqJkjqqXIvzP5ezRZjW+lPWjw35UX/3EhUPFYbg5ER4JYgDw4007/DQ==", - "dependencies": { - "estraverse": "^4.1.0" - }, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/esrecurse/node_modules/estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", - "engines": { - "node": ">=4.0" - } - }, - "node_modules/estraverse": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-1.9.3.tgz", - "integrity": "sha1-r2fy3JIlgkFZUJJgkaQAXSnJu0Q=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/esutils": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", - "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/etag": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", - "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=", - "dev": true, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/eventemitter3": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-2.0.3.tgz", - "integrity": "sha1-teEHm1n7XhuidxwKmTvgYKWMmbo=" - }, - "node_modules/events": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/events/-/events-3.1.0.tgz", - "integrity": "sha512-Rv+u8MLHNOdMjTAFeT3nCjHn2aGlx435FP/sDHNaRhDEMwyI/aB22Kj2qIN8R0cw3z28psEQLYwxVKLsKrMgWg==", - "engines": { - "node": ">=0.8.x" - } - }, - "node_modules/eventsource": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-1.0.7.tgz", - "integrity": "sha512-4Ln17+vVT0k8aWq+t/bF5arcS3EpT9gYtW66EPacdj/mAFevznsnyoHLPy2BA8gbIQeIHoPsvwmfBftfcG//BQ==", - "dev": true, - "dependencies": { - "original": "^1.0.0" - }, - "engines": { - "node": ">=0.12.0" - } - }, - "node_modules/evp_bytestokey": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz", - "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==", - "dependencies": { - "md5.js": "^1.3.4", - "safe-buffer": "^5.1.1" - } - }, - "node_modules/execa": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-0.10.0.tgz", - "integrity": "sha512-7XOMnz8Ynx1gGo/3hyV9loYNPWM94jG3+3T3Y8tsfSstFmETmENCMU/A/zj8Lyaj1lkgEepKepvd6240tBRvlw==", - "dev": true, - "dependencies": { - "cross-spawn": "^6.0.0", - "get-stream": "^3.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/execa/node_modules/cross-spawn": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", - "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", - "dev": true, - "dependencies": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - }, - "engines": { - "node": ">=4.8" - } - }, - "node_modules/exit": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", - "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=", - "dev": true, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/exit-on-epipe": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/exit-on-epipe/-/exit-on-epipe-1.0.1.tgz", - "integrity": "sha512-h2z5mrROTxce56S+pnvAV890uu7ls7f1kEvVGJbw1OlFH3/mlJ5bkXu0KRyW94v37zzHPiUd55iLn3DA7TjWpw==", - "engines": { - "node": ">=0.8" - } - }, - "node_modules/expand-braces": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/expand-braces/-/expand-braces-0.1.2.tgz", - "integrity": "sha1-SIsdHSRRyz06axks/AMPRMWFX+o=", - "dependencies": { - "array-slice": "^0.2.3", - "array-unique": "^0.2.1", - "braces": "^0.1.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-braces/node_modules/array-unique": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz", - "integrity": "sha1-odl8yvy8JiXMcPrc6zalDFiwGlM=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-braces/node_modules/braces": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/braces/-/braces-0.1.5.tgz", - "integrity": "sha1-wIVxEIUpHYt1/ddOqw+FlygHEeY=", - "dependencies": { - "expand-range": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-braces/node_modules/expand-range": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/expand-range/-/expand-range-0.1.1.tgz", - "integrity": "sha1-TLjtoJk8pW+k9B/ELzy7TMrf8EQ=", - "dependencies": { - "is-number": "^0.1.1", - "repeat-string": "^0.2.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-braces/node_modules/is-number": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-0.1.1.tgz", - "integrity": "sha1-aaevEWlj1HIG7JvZtIoUIW8eOAY=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-braces/node_modules/repeat-string": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-0.2.2.tgz", - "integrity": "sha1-x6jTI2BoNiBZp+RlH8aITosftK4=", - "engines": { - "node": ">=0.10" - } - }, - "node_modules/expand-brackets": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz", - "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=", - "dependencies": { - "debug": "^2.3.3", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "posix-character-classes": "^0.1.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-brackets/node_modules/define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "dependencies": { - "is-descriptor": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-brackets/node_modules/extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-range": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz", - "integrity": "sha1-opnv/TNf4nIeuujiV+x5ZE/IUzc=", - "dependencies": { - "fill-range": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-range/node_modules/fill-range": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-2.2.4.tgz", - "integrity": "sha512-cnrcCbj01+j2gTG921VZPnHbjmdAf8oQV/iGeV2kZxGSyfYjjTyY79ErsK1WJWMpw6DaApEX72binqJE+/d+5Q==", - "dependencies": { - "is-number": "^2.1.0", - "isobject": "^2.0.0", - "randomatic": "^3.0.0", - "repeat-element": "^1.1.2", - "repeat-string": "^1.5.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-range/node_modules/is-number": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz", - "integrity": "sha1-Afy7s5NGOlSPL0ZszhbezknbkI8=", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-range/node_modules/isobject": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", - "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", - "dependencies": { - "isarray": "1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-range/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/express": { - "version": "4.17.1", - "resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz", - "integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==", - "dev": true, - "dependencies": { - "accepts": "~1.3.7", - "array-flatten": "1.1.1", - "body-parser": "1.19.0", - "content-disposition": "0.5.3", - "content-type": "~1.0.4", - "cookie": "0.4.0", - "cookie-signature": "1.0.6", - "debug": "2.6.9", - "depd": "~1.1.2", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "finalhandler": "~1.1.2", - "fresh": "0.5.2", - "merge-descriptors": "1.0.1", - "methods": "~1.1.2", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "path-to-regexp": "0.1.7", - "proxy-addr": "~2.0.5", - "qs": "6.7.0", - "range-parser": "~1.2.1", - "safe-buffer": "5.1.2", - "send": "0.17.1", - "serve-static": "1.14.1", - "setprototypeof": "1.1.1", - "statuses": "~1.5.0", - "type-is": "~1.6.18", - "utils-merge": "1.0.1", - "vary": "~1.1.2" - }, - "engines": { - "node": ">= 0.10.0" - } - }, - "node_modules/express/node_modules/array-flatten": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", - "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=", - "dev": true - }, - "node_modules/express/node_modules/qs": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", - "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==", - "dev": true, - "engines": { - "node": ">=0.6" - } - }, - "node_modules/express/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true - }, - "node_modules/extend": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", - "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" - }, - "node_modules/extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", - "dependencies": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/extend-shallow/node_modules/is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "dependencies": { - "is-plain-object": "^2.0.4" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/extglob": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz", - "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", - "dependencies": { - "array-unique": "^0.3.2", - "define-property": "^1.0.0", - "expand-brackets": "^2.1.4", - "extend-shallow": "^2.0.1", - "fragment-cache": "^0.2.1", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/extglob/node_modules/define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", - "dependencies": { - "is-descriptor": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/extglob/node_modules/extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/extglob/node_modules/is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", - "dependencies": { - "kind-of": "^6.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/extglob/node_modules/is-data-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", - "dependencies": { - "kind-of": "^6.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/extglob/node_modules/is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", - "dependencies": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/extsprintf": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", - "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=", - "engines": [ - "node >=0.6.0" - ] - }, - "node_modules/fast-deep-equal": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", - "integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=" - }, - "node_modules/fast-diff": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.1.2.tgz", - "integrity": "sha512-KaJUt+M9t1qaIteSvjc6P3RbMdXsNhK61GRftR6SNxqmhthcd9MGIi4T+o0jD8LUSpSnSKXE20nLtJ3fOHxQig==" - }, - "node_modules/fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" - }, - "node_modules/fast-levenshtein": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", - "dev": true - }, - "node_modules/fastparse": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/fastparse/-/fastparse-1.1.2.tgz", - "integrity": "sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ==", - "dev": true - }, - "node_modules/faye-websocket": { - "version": "0.11.3", - "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.3.tgz", - "integrity": "sha512-D2y4bovYpzziGgbHYtGCMjlJM36vAl/y+xUyn1C+FVx8szd1E+86KwVw6XvYSzOP8iMpm1X0I4xJD+QtUb36OA==", - "dependencies": { - "websocket-driver": ">=0.5.1" - }, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/figgy-pudding": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.1.tgz", - "integrity": "sha512-vNKxJHTEKNThjfrdJwHc7brvM6eVevuO5nTj6ez8ZQ1qbXTvGthucRF7S4vf2cr71QVnT70V34v0S1DyQsti0w==" - }, - "node_modules/file-loader": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-2.0.0.tgz", - "integrity": "sha512-YCsBfd1ZGCyonOKLxPiKPdu+8ld9HAaMEvJewzz+b2eTF7uL5Zm/HdBF6FjCrpCMRq25Mi0U1gl4pwn2TlH7hQ==", - "dev": true, - "dependencies": { - "loader-utils": "^1.0.2", - "schema-utils": "^1.0.0" - }, - "engines": { - "node": ">= 6.9.0 < 7.0.0 || >= 8.9.0" - }, - "peerDependencies": { - "webpack": "^2.0.0 || ^3.0.0 || ^4.0.0" - } - }, - "node_modules/file-loader/node_modules/schema-utils": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", - "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", - "dev": true, - "dependencies": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - }, - "engines": { - "node": ">= 4" - } - }, - "node_modules/file-saver": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/file-saver/-/file-saver-2.0.5.tgz", - "integrity": "sha512-P9bmyZ3h/PRG+Nzga+rbdI4OEpNDzAVyy74uVO9ATgzLK6VtAsYybF/+TOCvrc0MO793d6+42lLyZTw7/ArVzA==" - }, - "node_modules/file-uri-to-path": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", - "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", - "optional": true - }, - "node_modules/filename-regex": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.1.tgz", - "integrity": "sha1-wcS5vuPglyXdsQa3XB4wH+LxiyY=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/fileset": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/fileset/-/fileset-2.0.3.tgz", - "integrity": "sha1-jnVIqW08wjJ+5eZ0FocjozO7oqA=", - "dev": true, - "dependencies": { - "glob": "^7.0.3", - "minimatch": "^3.0.3" - } - }, - "node_modules/fill-range": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "dependencies": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/fill-range/node_modules/extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/finalhandler": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", - "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", - "dependencies": { - "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "statuses": "~1.5.0", - "unpipe": "~1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/find-cache-dir": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-1.0.0.tgz", - "integrity": "sha1-kojj6ePMN0hxfTnq3hfPcfww7m8=", - "dev": true, - "dependencies": { - "commondir": "^1.0.1", - "make-dir": "^1.0.0", - "pkg-dir": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/find-up": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz", - "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=", - "dependencies": { - "path-exists": "^2.0.0", - "pinkie-promise": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/firebase": { - "version": "6.6.2", - "resolved": "https://registry.npmjs.org/firebase/-/firebase-6.6.2.tgz", - "integrity": "sha512-uL9uNbutC0T8GAxrGgOCC35Ven3QKJqzJozNoVIpBuiWrB9ifm9aKOxn44h6o5ouviax3LVvoiG2jLkLkdQq4A==", - "dependencies": { - "@firebase/app": "0.4.17", - "@firebase/app-types": "0.4.3", - "@firebase/auth": "0.12.0", - "@firebase/database": "0.5.4", - "@firebase/firestore": "1.5.3", - "@firebase/functions": "0.4.18", - "@firebase/installations": "0.2.7", - "@firebase/messaging": "0.4.11", - "@firebase/performance": "0.2.19", - "@firebase/polyfill": "0.3.22", - "@firebase/storage": "0.3.12", - "@firebase/util": "0.2.28" - } - }, - "node_modules/flush-write-stream": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz", - "integrity": "sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==", - "dependencies": { - "inherits": "^2.0.3", - "readable-stream": "^2.3.6" - } - }, - "node_modules/follow-redirects": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.9.0.tgz", - "integrity": "sha512-CRcPzsSIbXyVDl0QI01muNDu69S8trU4jArW9LpOt2WtC6LyUJetcIrmfHsRBx7/Jb6GHJUiuqyYxPooFfNt6A==", - "dependencies": { - "debug": "^3.0.0" - }, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/follow-redirects/node_modules/debug": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", - "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", - "deprecated": "Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)", - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/follow-redirects/node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" - }, - "node_modules/font-awesome": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/font-awesome/-/font-awesome-4.7.0.tgz", - "integrity": "sha1-j6jPBBGhoxr9B7BtKQK7n8gVoTM=", - "engines": { - "node": ">=0.10.3" - } - }, - "node_modules/for-in": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", - "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/for-own": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/for-own/-/for-own-1.0.0.tgz", - "integrity": "sha1-xjMy9BXO3EsE2/5wz4NklMU8tEs=", - "dev": true, - "dependencies": { - "for-in": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/forever-agent": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", - "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=", - "engines": { - "node": "*" - } - }, - "node_modules/form-data": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", - "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", - "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" - }, - "engines": { - "node": ">= 0.12" - } - }, - "node_modules/forwarded": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz", - "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=", - "dev": true, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/frac": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/frac/-/frac-1.1.2.tgz", - "integrity": "sha512-w/XBfkibaTl3YDqASwfDUqkna4Z2p9cFSr1aHDt0WoMTECnRfBOv2WArlZILlqgWlmdIlALXGpM2AOhEk5W3IA==", - "engines": { - "node": ">=0.8" - } - }, - "node_modules/fragment-cache": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz", - "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=", - "dependencies": { - "map-cache": "^0.2.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/fresh": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=", - "dev": true, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/from2": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz", - "integrity": "sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=", - "dependencies": { - "inherits": "^2.0.1", - "readable-stream": "^2.0.0" - } - }, - "node_modules/fs-access": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/fs-access/-/fs-access-1.0.1.tgz", - "integrity": "sha1-1qh/JiJxzv6+wwxVNAf7mV2od3o=", - "dev": true, - "dependencies": { - "null-check": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/fs-minipass": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-1.2.7.tgz", - "integrity": "sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA==", - "dev": true, - "dependencies": { - "minipass": "^2.6.0" - } - }, - "node_modules/fs-write-stream-atomic": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz", - "integrity": "sha1-tH31NJPvkR33VzHnCp3tAYnbQMk=", - "dependencies": { - "graceful-fs": "^4.1.2", - "iferr": "^0.1.5", - "imurmurhash": "^0.1.4", - "readable-stream": "1 || 2" - } - }, - "node_modules/fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" - }, - "node_modules/fsevents": { - "version": "1.2.11", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.11.tgz", - "integrity": "sha512-+ux3lx6peh0BpvY0JebGyZoiR4D+oYzdPZMKJwkZ+sFkNJzpL7tXc/wehS49gUAxg3tmMHPHZkA8JU2rhhgDHw==", - "bundleDependencies": [ - "node-pre-gyp" - ], - "deprecated": "fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.", - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], - "dependencies": { - "bindings": "^1.5.0", - "nan": "^2.12.1", - "node-pre-gyp": "*" - }, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/fsevents/node_modules/abbrev": { - "version": "1.1.1", - "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", - "inBundle": true, - "optional": true - }, - "node_modules/fsevents/node_modules/ansi-regex": { - "version": "2.1.1", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", - "inBundle": true, - "optional": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/fsevents/node_modules/aproba": { - "version": "1.2.0", - "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==", - "inBundle": true, - "optional": true - }, - "node_modules/fsevents/node_modules/are-we-there-yet": { - "version": "1.1.5", - "integrity": "sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w==", - "inBundle": true, - "optional": true, - "dependencies": { - "delegates": "^1.0.0", - "readable-stream": "^2.0.6" - } - }, - "node_modules/fsevents/node_modules/balanced-match": { - "version": "1.0.0", - "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", - "inBundle": true, - "optional": true - }, - "node_modules/fsevents/node_modules/brace-expansion": { - "version": "1.1.11", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "inBundle": true, - "optional": true, - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/fsevents/node_modules/chownr": { - "version": "1.1.3", - "integrity": "sha512-i70fVHhmV3DtTl6nqvZOnIjbY0Pe4kAUjwHj8z0zAdgBtYrJyYwLKCCuRBQ5ppkyL0AkN7HKRnETdmdp1zqNXw==", - "inBundle": true, - "optional": true - }, - "node_modules/fsevents/node_modules/code-point-at": { - "version": "1.1.0", - "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=", - "inBundle": true, - "optional": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/fsevents/node_modules/concat-map": { - "version": "0.0.1", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", - "inBundle": true, - "optional": true - }, - "node_modules/fsevents/node_modules/console-control-strings": { - "version": "1.1.0", - "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=", - "inBundle": true, - "optional": true - }, - "node_modules/fsevents/node_modules/core-util-is": { - "version": "1.0.2", - "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", - "inBundle": true, - "optional": true - }, - "node_modules/fsevents/node_modules/debug": { - "version": "3.2.6", - "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", - "deprecated": "Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)", - "inBundle": true, - "optional": true, - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/fsevents/node_modules/deep-extend": { - "version": "0.6.0", - "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", - "inBundle": true, - "optional": true, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/fsevents/node_modules/delegates": { - "version": "1.0.0", - "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=", - "inBundle": true, - "optional": true - }, - "node_modules/fsevents/node_modules/detect-libc": { - "version": "1.0.3", - "integrity": "sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=", - "inBundle": true, - "optional": true, - "bin": { - "detect-libc": "bin/detect-libc.js" - }, - "engines": { - "node": ">=0.10" - } - }, - "node_modules/fsevents/node_modules/fs-minipass": { - "version": "1.2.7", - "integrity": "sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA==", - "inBundle": true, - "optional": true, - "dependencies": { - "minipass": "^2.6.0" - } - }, - "node_modules/fsevents/node_modules/fs.realpath": { - "version": "1.0.0", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", - "inBundle": true, - "optional": true - }, - "node_modules/fsevents/node_modules/gauge": { - "version": "2.7.4", - "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=", - "inBundle": true, - "optional": true, - "dependencies": { - "aproba": "^1.0.3", - "console-control-strings": "^1.0.0", - "has-unicode": "^2.0.0", - "object-assign": "^4.1.0", - "signal-exit": "^3.0.0", - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1", - "wide-align": "^1.1.0" - } - }, - "node_modules/fsevents/node_modules/glob": { - "version": "7.1.6", - "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", - "inBundle": true, - "optional": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/fsevents/node_modules/has-unicode": { - "version": "2.0.1", - "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=", - "inBundle": true, - "optional": true - }, - "node_modules/fsevents/node_modules/iconv-lite": { - "version": "0.4.24", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", - "inBundle": true, - "optional": true, - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/fsevents/node_modules/ignore-walk": { - "version": "3.0.3", - "integrity": "sha512-m7o6xuOaT1aqheYHKf8W6J5pYH85ZI9w077erOzLje3JsB1gkafkAhHHY19dqjulgIZHFm32Cp5uNZgcQqdJKw==", - "inBundle": true, - "optional": true, - "dependencies": { - "minimatch": "^3.0.4" - } - }, - "node_modules/fsevents/node_modules/inflight": { - "version": "1.0.6", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", - "inBundle": true, - "optional": true, - "dependencies": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "node_modules/fsevents/node_modules/inherits": { - "version": "2.0.4", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", - "inBundle": true, - "optional": true - }, - "node_modules/fsevents/node_modules/ini": { - "version": "1.3.5", - "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==", - "deprecated": "Please update to ini >=1.3.6 to avoid a prototype pollution issue", - "inBundle": true, - "optional": true, - "engines": { - "node": "*" - } - }, - "node_modules/fsevents/node_modules/is-fullwidth-code-point": { - "version": "1.0.0", - "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", - "inBundle": true, - "optional": true, - "dependencies": { - "number-is-nan": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/fsevents/node_modules/isarray": { - "version": "1.0.0", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", - "inBundle": true, - "optional": true - }, - "node_modules/fsevents/node_modules/minimatch": { - "version": "3.0.4", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", - "inBundle": true, - "optional": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/fsevents/node_modules/minimist": { - "version": "0.0.8", - "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=", - "inBundle": true, - "optional": true - }, - "node_modules/fsevents/node_modules/minipass": { - "version": "2.9.0", - "integrity": "sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg==", - "inBundle": true, - "optional": true, - "dependencies": { - "safe-buffer": "^5.1.2", - "yallist": "^3.0.0" - } - }, - "node_modules/fsevents/node_modules/minizlib": { - "version": "1.3.3", - "integrity": "sha512-6ZYMOEnmVsdCeTJVE0W9ZD+pVnE8h9Hma/iOwwRDsdQoePpoX56/8B6z3P9VNwppJuBKNRuFDRNRqRWexT9G9Q==", - "inBundle": true, - "optional": true, - "dependencies": { - "minipass": "^2.9.0" - } - }, - "node_modules/fsevents/node_modules/mkdirp": { - "version": "0.5.1", - "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", - "deprecated": "Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)", - "inBundle": true, - "optional": true, - "dependencies": { - "minimist": "0.0.8" - }, - "bin": { - "mkdirp": "bin/cmd.js" - } - }, - "node_modules/fsevents/node_modules/ms": { - "version": "2.1.2", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "inBundle": true, - "optional": true - }, - "node_modules/fsevents/node_modules/needle": { - "version": "2.4.0", - "integrity": "sha512-4Hnwzr3mi5L97hMYeNl8wRW/Onhy4nUKR/lVemJ8gJedxxUyBLm9kkrDColJvoSfwi0jCNhD+xCdOtiGDQiRZg==", - "inBundle": true, - "optional": true, - "dependencies": { - "debug": "^3.2.6", - "iconv-lite": "^0.4.4", - "sax": "^1.2.4" - }, - "bin": { - "needle": "bin/needle" - }, - "engines": { - "node": ">= 4.4.x" - } - }, - "node_modules/fsevents/node_modules/node-pre-gyp": { - "version": "0.14.0", - "integrity": "sha512-+CvDC7ZttU/sSt9rFjix/P05iS43qHCOOGzcr3Ry99bXG7VX953+vFyEuph/tfqoYu8dttBkE86JSKBO2OzcxA==", - "deprecated": "Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will recieve updates in the future", - "inBundle": true, - "optional": true, - "dependencies": { - "detect-libc": "^1.0.2", - "mkdirp": "^0.5.1", - "needle": "^2.2.1", - "nopt": "^4.0.1", - "npm-packlist": "^1.1.6", - "npmlog": "^4.0.2", - "rc": "^1.2.7", - "rimraf": "^2.6.1", - "semver": "^5.3.0", - "tar": "^4.4.2" - }, - "bin": { - "node-pre-gyp": "bin/node-pre-gyp" - } - }, - "node_modules/fsevents/node_modules/nopt": { - "version": "4.0.1", - "integrity": "sha1-0NRoWv1UFRk8jHUFYC0NF81kR00=", - "inBundle": true, - "optional": true, - "dependencies": { - "abbrev": "1", - "osenv": "^0.1.4" - }, - "bin": { - "nopt": "bin/nopt.js" - } - }, - "node_modules/fsevents/node_modules/npm-bundled": { - "version": "1.1.1", - "integrity": "sha512-gqkfgGePhTpAEgUsGEgcq1rqPXA+tv/aVBlgEzfXwA1yiUJF7xtEt3CtVwOjNYQOVknDk0F20w58Fnm3EtG0fA==", - "inBundle": true, - "optional": true, - "dependencies": { - "npm-normalize-package-bin": "^1.0.1" - } - }, - "node_modules/fsevents/node_modules/npm-normalize-package-bin": { - "version": "1.0.1", - "integrity": "sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==", - "inBundle": true, - "optional": true - }, - "node_modules/fsevents/node_modules/npm-packlist": { - "version": "1.4.7", - "integrity": "sha512-vAj7dIkp5NhieaGZxBJB8fF4R0078rqsmhJcAfXZ6O7JJhjhPK96n5Ry1oZcfLXgfun0GWTZPOxaEyqv8GBykQ==", - "inBundle": true, - "optional": true, - "dependencies": { - "ignore-walk": "^3.0.1", - "npm-bundled": "^1.0.1" - } - }, - "node_modules/fsevents/node_modules/npmlog": { - "version": "4.1.2", - "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==", - "inBundle": true, - "optional": true, - "dependencies": { - "are-we-there-yet": "~1.1.2", - "console-control-strings": "~1.1.0", - "gauge": "~2.7.3", - "set-blocking": "~2.0.0" - } - }, - "node_modules/fsevents/node_modules/number-is-nan": { - "version": "1.0.1", - "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=", - "inBundle": true, - "optional": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/fsevents/node_modules/object-assign": { - "version": "4.1.1", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", - "inBundle": true, - "optional": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/fsevents/node_modules/once": { - "version": "1.4.0", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", - "inBundle": true, - "optional": true, - "dependencies": { - "wrappy": "1" - } - }, - "node_modules/fsevents/node_modules/os-homedir": { - "version": "1.0.2", - "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=", - "inBundle": true, - "optional": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/fsevents/node_modules/os-tmpdir": { - "version": "1.0.2", - "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", - "inBundle": true, - "optional": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/fsevents/node_modules/osenv": { - "version": "0.1.5", - "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==", - "inBundle": true, - "optional": true, - "dependencies": { - "os-homedir": "^1.0.0", - "os-tmpdir": "^1.0.0" - } - }, - "node_modules/fsevents/node_modules/path-is-absolute": { - "version": "1.0.1", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", - "inBundle": true, - "optional": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/fsevents/node_modules/process-nextick-args": { - "version": "2.0.1", - "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", - "inBundle": true, - "optional": true - }, - "node_modules/fsevents/node_modules/rc": { - "version": "1.2.8", - "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", - "inBundle": true, - "optional": true, - "dependencies": { - "deep-extend": "^0.6.0", - "ini": "~1.3.0", - "minimist": "^1.2.0", - "strip-json-comments": "~2.0.1" - }, - "bin": { - "rc": "cli.js" - } - }, - "node_modules/fsevents/node_modules/rc/node_modules/minimist": { - "version": "1.2.0", - "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=", - "inBundle": true, - "optional": true - }, - "node_modules/fsevents/node_modules/readable-stream": { - "version": "2.3.6", - "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", - "inBundle": true, - "optional": true, - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/fsevents/node_modules/rimraf": { - "version": "2.7.1", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "inBundle": true, - "optional": true, - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - } - }, - "node_modules/fsevents/node_modules/safe-buffer": { - "version": "5.1.2", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "inBundle": true, - "optional": true - }, - "node_modules/fsevents/node_modules/safer-buffer": { - "version": "2.1.2", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", - "inBundle": true, - "optional": true - }, - "node_modules/fsevents/node_modules/sax": { - "version": "1.2.4", - "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==", - "inBundle": true, - "optional": true - }, - "node_modules/fsevents/node_modules/semver": { - "version": "5.7.1", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "inBundle": true, - "optional": true, - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/fsevents/node_modules/set-blocking": { - "version": "2.0.0", - "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", - "inBundle": true, - "optional": true - }, - "node_modules/fsevents/node_modules/signal-exit": { - "version": "3.0.2", - "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=", - "inBundle": true, - "optional": true - }, - "node_modules/fsevents/node_modules/string_decoder": { - "version": "1.1.1", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "inBundle": true, - "optional": true, - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/fsevents/node_modules/string-width": { - "version": "1.0.2", - "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", - "inBundle": true, - "optional": true, - "dependencies": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/fsevents/node_modules/strip-ansi": { - "version": "3.0.1", - "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", - "inBundle": true, - "optional": true, - "dependencies": { - "ansi-regex": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/fsevents/node_modules/strip-json-comments": { - "version": "2.0.1", - "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=", - "inBundle": true, - "optional": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/fsevents/node_modules/tar": { - "version": "4.4.13", - "integrity": "sha512-w2VwSrBoHa5BsSyH+KxEqeQBAllHhccyMFVHtGtdMpF4W7IRWfZjFiQceJPChOeTsSDVUpER2T8FA93pr0L+QA==", - "inBundle": true, - "optional": true, - "dependencies": { - "chownr": "^1.1.1", - "fs-minipass": "^1.2.5", - "minipass": "^2.8.6", - "minizlib": "^1.2.1", - "mkdirp": "^0.5.0", - "safe-buffer": "^5.1.2", - "yallist": "^3.0.3" - }, - "engines": { - "node": ">=4.5" - } - }, - "node_modules/fsevents/node_modules/util-deprecate": { - "version": "1.0.2", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", - "inBundle": true, - "optional": true - }, - "node_modules/fsevents/node_modules/wide-align": { - "version": "1.1.3", - "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==", - "inBundle": true, - "optional": true, - "dependencies": { - "string-width": "^1.0.2 || 2" - } - }, - "node_modules/fsevents/node_modules/wrappy": { - "version": "1.0.2", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", - "inBundle": true, - "optional": true - }, - "node_modules/fsevents/node_modules/yallist": { - "version": "3.1.1", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "inBundle": true, - "optional": true - }, - "node_modules/fstream": { - "version": "1.0.12", - "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.12.tgz", - "integrity": "sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==", - "dependencies": { - "graceful-fs": "^4.1.2", - "inherits": "~2.0.0", - "mkdirp": ">=0.5 0", - "rimraf": "2" - }, - "engines": { - "node": ">=0.6" - } - }, - "node_modules/function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" - }, - "node_modules/gauge": { - "version": "2.7.4", - "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz", - "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=", - "dependencies": { - "aproba": "^1.0.3", - "console-control-strings": "^1.0.0", - "has-unicode": "^2.0.0", - "object-assign": "^4.1.0", - "signal-exit": "^3.0.0", - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1", - "wide-align": "^1.1.0" - } - }, - "node_modules/gaze": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.3.tgz", - "integrity": "sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==", - "dependencies": { - "globule": "^1.0.0" - }, - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/genfun": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/genfun/-/genfun-5.0.0.tgz", - "integrity": "sha512-KGDOARWVga7+rnB3z9Sd2Letx515owfk0hSxHGuqjANb1M+x2bGZGqHLiozPsYMdM2OubeMni/Hpwmjq6qIUhA==", - "dev": true - }, - "node_modules/get-caller-file": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz", - "integrity": "sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==", - "dev": true - }, - "node_modules/get-stdin": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz", - "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/get-stream": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz", - "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/get-value": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz", - "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/getpass": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", - "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", - "dependencies": { - "assert-plus": "^1.0.0" - } - }, - "node_modules/glob": { - "version": "7.1.6", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", - "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/glob-base": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz", - "integrity": "sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q=", - "dependencies": { - "glob-parent": "^2.0.0", - "is-glob": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/glob-base/node_modules/glob-parent": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz", - "integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=", - "dependencies": { - "is-glob": "^2.0.0" - } - }, - "node_modules/glob-base/node_modules/is-extglob": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz", - "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/glob-base/node_modules/is-glob": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz", - "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", - "dependencies": { - "is-extglob": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/glob-parent": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", - "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", - "dev": true, - "dependencies": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - } - }, - "node_modules/glob-parent/node_modules/is-glob": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", - "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", - "dev": true, - "dependencies": { - "is-extglob": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/globals": { - "version": "9.18.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz", - "integrity": "sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/globby": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/globby/-/globby-7.1.1.tgz", - "integrity": "sha1-+yzP+UAfhgCUXfral0QMypcrhoA=", - "dev": true, - "dependencies": { - "array-union": "^1.0.1", - "dir-glob": "^2.0.0", - "glob": "^7.1.2", - "ignore": "^3.3.5", - "pify": "^3.0.0", - "slash": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/globby/node_modules/pify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/globule": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/globule/-/globule-1.3.0.tgz", - "integrity": "sha512-YlD4kdMqRCQHrhVdonet4TdRtv1/sZKepvoxNT4Nrhrp5HI8XFfc8kFlGlBn2myBo80aGp8Eft259mbcUJhgSg==", - "dependencies": { - "glob": "~7.1.1", - "lodash": "~4.17.10", - "minimatch": "~3.0.2" - }, - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/graceful-fs": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.3.tgz", - "integrity": "sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==" - }, - "node_modules/grpc": { - "version": "1.23.3", - "resolved": "https://registry.npmjs.org/grpc/-/grpc-1.23.3.tgz", - "integrity": "sha512-7vdzxPw9s5UYch4aUn4hyM5tMaouaxUUkwkgJlwbR4AXMxiYZJOv19N2ps2eKiuUbJovo5fnGF9hg/X91gWYjw==", - "bundleDependencies": [ - "node-pre-gyp" - ], - "deprecated": "This library will not receive further updates other than security fixes. We recommend using @grpc/grpc-js instead.", - "hasInstallScript": true, - "dependencies": { - "@types/bytebuffer": "^5.0.40", - "lodash.camelcase": "^4.3.0", - "lodash.clone": "^4.5.0", - "nan": "^2.13.2", - "node-pre-gyp": "^0.13.0", - "protobufjs": "^5.0.3" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/grpc/node_modules/abbrev": { - "version": "1.1.1", - "inBundle": true, - "license": "ISC" - }, - "node_modules/grpc/node_modules/ansi-regex": { - "version": "2.1.1", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/grpc/node_modules/aproba": { - "version": "1.2.0", - "inBundle": true, - "license": "ISC" - }, - "node_modules/grpc/node_modules/are-we-there-yet": { - "version": "1.1.5", - "inBundle": true, - "license": "ISC", - "dependencies": { - "delegates": "^1.0.0", - "readable-stream": "^2.0.6" - } - }, - "node_modules/grpc/node_modules/balanced-match": { - "version": "1.0.0", - "inBundle": true, - "license": "MIT" - }, - "node_modules/grpc/node_modules/brace-expansion": { - "version": "1.1.11", - "inBundle": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/grpc/node_modules/chownr": { - "version": "1.1.2", - "inBundle": true, - "license": "ISC" - }, - "node_modules/grpc/node_modules/code-point-at": { - "version": "1.1.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/grpc/node_modules/concat-map": { - "version": "0.0.1", - "inBundle": true, - "license": "MIT" - }, - "node_modules/grpc/node_modules/console-control-strings": { - "version": "1.1.0", - "inBundle": true, - "license": "ISC" - }, - "node_modules/grpc/node_modules/core-util-is": { - "version": "1.0.2", - "inBundle": true, - "license": "MIT" - }, - "node_modules/grpc/node_modules/debug": { - "version": "3.2.6", - "inBundle": true, - "license": "MIT", - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/grpc/node_modules/deep-extend": { - "version": "0.6.0", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/grpc/node_modules/delegates": { - "version": "1.0.0", - "inBundle": true, - "license": "MIT" - }, - "node_modules/grpc/node_modules/detect-libc": { - "version": "1.0.3", - "inBundle": true, - "license": "Apache-2.0", - "bin": { - "detect-libc": "bin/detect-libc.js" - }, - "engines": { - "node": ">=0.10" - } - }, - "node_modules/grpc/node_modules/fs-minipass": { - "version": "1.2.6", - "inBundle": true, - "license": "ISC", - "dependencies": { - "minipass": "^2.2.1" - } - }, - "node_modules/grpc/node_modules/fs.realpath": { - "version": "1.0.0", - "inBundle": true, - "license": "ISC" - }, - "node_modules/grpc/node_modules/gauge": { - "version": "2.7.4", - "inBundle": true, - "license": "ISC", - "dependencies": { - "aproba": "^1.0.3", - "console-control-strings": "^1.0.0", - "has-unicode": "^2.0.0", - "object-assign": "^4.1.0", - "signal-exit": "^3.0.0", - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1", - "wide-align": "^1.1.0" - } - }, - "node_modules/grpc/node_modules/glob": { - "version": "7.1.4", - "inBundle": true, - "license": "ISC", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - } - }, - "node_modules/grpc/node_modules/has-unicode": { - "version": "2.0.1", - "inBundle": true, - "license": "ISC" - }, - "node_modules/grpc/node_modules/iconv-lite": { - "version": "0.4.24", - "inBundle": true, - "license": "MIT", - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/grpc/node_modules/ignore-walk": { - "version": "3.0.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "minimatch": "^3.0.4" - } - }, - "node_modules/grpc/node_modules/inflight": { - "version": "1.0.6", - "inBundle": true, - "license": "ISC", - "dependencies": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "node_modules/grpc/node_modules/inherits": { - "version": "2.0.4", - "inBundle": true, - "license": "ISC" - }, - "node_modules/grpc/node_modules/ini": { - "version": "1.3.5", - "inBundle": true, - "license": "ISC", - "engines": { - "node": "*" - } - }, - "node_modules/grpc/node_modules/is-fullwidth-code-point": { - "version": "1.0.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "number-is-nan": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/grpc/node_modules/isarray": { - "version": "1.0.0", - "inBundle": true, - "license": "MIT" - }, - "node_modules/grpc/node_modules/minimatch": { - "version": "3.0.4", - "inBundle": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/grpc/node_modules/minimist": { - "version": "1.2.0", - "inBundle": true, - "license": "MIT" - }, - "node_modules/grpc/node_modules/minipass": { - "version": "2.3.5", - "inBundle": true, - "license": "ISC", - "dependencies": { - "safe-buffer": "^5.1.2", - "yallist": "^3.0.0" - } - }, - "node_modules/grpc/node_modules/minizlib": { - "version": "1.2.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "minipass": "^2.2.1" - } - }, - "node_modules/grpc/node_modules/mkdirp": { - "version": "0.5.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "minimist": "0.0.8" - }, - "bin": { - "mkdirp": "bin/cmd.js" - } - }, - "node_modules/grpc/node_modules/mkdirp/node_modules/minimist": { - "version": "0.0.8", - "inBundle": true, - "license": "MIT" - }, - "node_modules/grpc/node_modules/ms": { - "version": "2.1.2", - "inBundle": true, - "license": "MIT" - }, - "node_modules/grpc/node_modules/needle": { - "version": "2.4.0", - "inBundle": true, - "license": "MIT", - "dependencies": { - "debug": "^3.2.6", - "iconv-lite": "^0.4.4", - "sax": "^1.2.4" - }, - "bin": { - "needle": "bin/needle" - }, - "engines": { - "node": ">= 4.4.x" - } - }, - "node_modules/grpc/node_modules/node-pre-gyp": { - "version": "0.13.0", - "inBundle": true, - "license": "BSD-3-Clause", - "dependencies": { - "detect-libc": "^1.0.2", - "mkdirp": "^0.5.1", - "needle": "^2.2.1", - "nopt": "^4.0.1", - "npm-packlist": "^1.1.6", - "npmlog": "^4.0.2", - "rc": "^1.2.7", - "rimraf": "^2.6.1", - "semver": "^5.3.0", - "tar": "^4" - }, - "bin": { - "node-pre-gyp": "bin/node-pre-gyp" - } - }, - "node_modules/grpc/node_modules/nopt": { - "version": "4.0.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "abbrev": "1", - "osenv": "^0.1.4" - }, - "bin": { - "nopt": "bin/nopt.js" - } - }, - "node_modules/grpc/node_modules/npm-bundled": { - "version": "1.0.6", - "inBundle": true, - "license": "ISC" - }, - "node_modules/grpc/node_modules/npm-packlist": { - "version": "1.4.4", - "inBundle": true, - "license": "ISC", - "dependencies": { - "ignore-walk": "^3.0.1", - "npm-bundled": "^1.0.1" - } - }, - "node_modules/grpc/node_modules/npmlog": { - "version": "4.1.2", - "inBundle": true, - "license": "ISC", - "dependencies": { - "are-we-there-yet": "~1.1.2", - "console-control-strings": "~1.1.0", - "gauge": "~2.7.3", - "set-blocking": "~2.0.0" - } - }, - "node_modules/grpc/node_modules/number-is-nan": { - "version": "1.0.1", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/grpc/node_modules/object-assign": { - "version": "4.1.1", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/grpc/node_modules/once": { - "version": "1.4.0", - "inBundle": true, - "license": "ISC", - "dependencies": { - "wrappy": "1" - } - }, - "node_modules/grpc/node_modules/os-homedir": { - "version": "1.0.2", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/grpc/node_modules/os-tmpdir": { - "version": "1.0.2", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/grpc/node_modules/osenv": { - "version": "0.1.5", - "inBundle": true, - "license": "ISC", - "dependencies": { - "os-homedir": "^1.0.0", - "os-tmpdir": "^1.0.0" - } - }, - "node_modules/grpc/node_modules/path-is-absolute": { - "version": "1.0.1", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/grpc/node_modules/process-nextick-args": { - "version": "2.0.1", - "inBundle": true, - "license": "MIT" - }, - "node_modules/grpc/node_modules/protobufjs": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-5.0.3.tgz", - "integrity": "sha512-55Kcx1MhPZX0zTbVosMQEO5R6/rikNXd9b6RQK4KSPcrSIIwoXTtebIczUrXlwaSrbz4x8XUVThGPob1n8I4QA==", - "dependencies": { - "ascli": "~1", - "bytebuffer": "~5", - "glob": "^7.0.5", - "yargs": "^3.10.0" - }, - "bin": { - "pbjs": "bin/pbjs" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/grpc/node_modules/rc": { - "version": "1.2.8", - "inBundle": true, - "license": "(BSD-2-Clause OR MIT OR Apache-2.0)", - "dependencies": { - "deep-extend": "^0.6.0", - "ini": "~1.3.0", - "minimist": "^1.2.0", - "strip-json-comments": "~2.0.1" - }, - "bin": { - "rc": "cli.js" - } - }, - "node_modules/grpc/node_modules/readable-stream": { - "version": "2.3.6", - "inBundle": true, - "license": "MIT", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/grpc/node_modules/rimraf": { - "version": "2.7.1", - "inBundle": true, - "license": "ISC", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - } - }, - "node_modules/grpc/node_modules/safe-buffer": { - "version": "5.1.2", - "inBundle": true, - "license": "MIT" - }, - "node_modules/grpc/node_modules/safer-buffer": { - "version": "2.1.2", - "inBundle": true, - "license": "MIT" - }, - "node_modules/grpc/node_modules/sax": { - "version": "1.2.4", - "inBundle": true, - "license": "ISC" - }, - "node_modules/grpc/node_modules/semver": { - "version": "5.7.1", - "inBundle": true, - "license": "ISC", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/grpc/node_modules/set-blocking": { - "version": "2.0.0", - "inBundle": true, - "license": "ISC" - }, - "node_modules/grpc/node_modules/signal-exit": { - "version": "3.0.2", - "inBundle": true, - "license": "ISC" - }, - "node_modules/grpc/node_modules/string_decoder": { - "version": "1.1.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/grpc/node_modules/string-width": { - "version": "1.0.2", - "inBundle": true, - "license": "MIT", - "dependencies": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/grpc/node_modules/strip-ansi": { - "version": "3.0.1", - "inBundle": true, - "license": "MIT", - "dependencies": { - "ansi-regex": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/grpc/node_modules/strip-json-comments": { - "version": "2.0.1", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/grpc/node_modules/tar": { - "version": "4.4.10", - "inBundle": true, - "license": "ISC", - "dependencies": { - "chownr": "^1.1.1", - "fs-minipass": "^1.2.5", - "minipass": "^2.3.5", - "minizlib": "^1.2.1", - "mkdirp": "^0.5.0", - "safe-buffer": "^5.1.2", - "yallist": "^3.0.3" - }, - "engines": { - "node": ">=4.5" - } - }, - "node_modules/grpc/node_modules/util-deprecate": { - "version": "1.0.2", - "inBundle": true, - "license": "MIT" - }, - "node_modules/grpc/node_modules/wide-align": { - "version": "1.1.3", - "inBundle": true, - "license": "ISC", - "dependencies": { - "string-width": "^1.0.2 || 2" - } - }, - "node_modules/grpc/node_modules/wrappy": { - "version": "1.0.2", - "inBundle": true, - "license": "ISC" - }, - "node_modules/grpc/node_modules/yallist": { - "version": "3.0.3", - "inBundle": true, - "license": "ISC" - }, - "node_modules/hammerjs": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/hammerjs/-/hammerjs-2.0.8.tgz", - "integrity": "sha1-BO93hiz/K7edMPdpIJWTAiK/YPE=", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/handle-thing": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.0.tgz", - "integrity": "sha512-d4sze1JNC454Wdo2fkuyzCr6aHcbL6PGGuFAz0Li/NcOm1tCHGnWDRmJP85dh9IhQErTc2svWFEX5xHIOo//kQ==", - "dev": true - }, - "node_modules/handlebars": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz", - "integrity": "sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==", - "dev": true, - "dependencies": { - "minimist": "^1.2.5", - "neo-async": "^2.6.0", - "source-map": "^0.6.1", - "wordwrap": "^1.0.0" - }, - "bin": { - "handlebars": "bin/handlebars" - }, - "engines": { - "node": ">=0.4.7" - }, - "optionalDependencies": { - "uglify-js": "^3.1.4" - } - }, - "node_modules/handlebars/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/har-schema": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", - "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=", - "engines": { - "node": ">=4" - } - }, - "node_modules/har-validator": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.3.tgz", - "integrity": "sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g==", - "deprecated": "this library is no longer supported", - "dependencies": { - "ajv": "^6.5.5", - "har-schema": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "dependencies": { - "function-bind": "^1.1.1" - }, - "engines": { - "node": ">= 0.4.0" - } - }, - "node_modules/has-ansi": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", - "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", - "dependencies": { - "ansi-regex": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/has-binary": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/has-binary/-/has-binary-0.1.7.tgz", - "integrity": "sha1-aOYesWIQyVRaClzOBqhzkS/h5ow=", - "dependencies": { - "isarray": "0.0.1" - } - }, - "node_modules/has-binary/node_modules/isarray": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", - "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=" - }, - "node_modules/has-binary2": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-binary2/-/has-binary2-1.0.3.tgz", - "integrity": "sha512-G1LWKhDSvhGeAQ8mPVQlqNcOB2sJdwATtZKl2pDKKHfpf/rYj24lkinxf69blJbnsvtqqNU+L3SL50vzZhXOnw==", - "dependencies": { - "isarray": "2.0.1" - } - }, - "node_modules/has-binary2/node_modules/isarray": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.1.tgz", - "integrity": "sha1-o32U7ZzaLVmGXJ92/llu4fM4dB4=" - }, - "node_modules/has-cors": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/has-cors/-/has-cors-1.1.0.tgz", - "integrity": "sha1-XkdHk/fqmEPRu5nCPu9J/xJv/zk=" - }, - "node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz", - "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-unicode": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", - "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=" - }, - "node_modules/has-value": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz", - "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=", - "dependencies": { - "get-value": "^2.0.6", - "has-values": "^1.0.0", - "isobject": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/has-values": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz", - "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=", - "dependencies": { - "is-number": "^3.0.0", - "kind-of": "^4.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/has-values/node_modules/kind-of": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", - "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/hash-base": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.0.4.tgz", - "integrity": "sha1-X8hoaEfs1zSZQDMZprCj8/auSRg=", - "dependencies": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/hash.js": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz", - "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==", - "dependencies": { - "inherits": "^2.0.3", - "minimalistic-assert": "^1.0.1" - } - }, - "node_modules/hmac-drbg": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz", - "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=", - "dependencies": { - "hash.js": "^1.0.3", - "minimalistic-assert": "^1.0.0", - "minimalistic-crypto-utils": "^1.0.1" - } - }, - "node_modules/hosted-git-info": { - "version": "2.8.9", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", - "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==" - }, - "node_modules/hpack.js": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", - "integrity": "sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=", - "dev": true, - "dependencies": { - "inherits": "^2.0.1", - "obuf": "^1.0.0", - "readable-stream": "^2.0.1", - "wbuf": "^1.1.0" - } - }, - "node_modules/html-entities": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.2.1.tgz", - "integrity": "sha1-DfKTUfByEWNRXfueVUPl9u7VFi8=", - "dev": true, - "engines": [ - "node >= 0.4.0" - ] - }, - "node_modules/http-cache-semantics": { - "version": "3.8.1", - "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz", - "integrity": "sha512-5ai2iksyV8ZXmnZhHH4rWPoxxistEexSi5936zIQ1bnNTW5VnA85B6P/VpXiRM017IgRvb2kKo1a//y+0wSp3w==", - "dev": true - }, - "node_modules/http-deceiver": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", - "integrity": "sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=", - "dev": true - }, - "node_modules/http-errors": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz", - "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==", - "dependencies": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.1", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/http-errors/node_modules/inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" - }, - "node_modules/http-parser-js": { - "version": "0.4.10", - "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.4.10.tgz", - "integrity": "sha1-ksnBN0w1CF912zWexWzCV8u5P6Q=" - }, - "node_modules/http-proxy": { - "version": "1.18.1", - "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", - "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", - "dependencies": { - "eventemitter3": "^4.0.0", - "follow-redirects": "^1.0.0", - "requires-port": "^1.0.0" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/http-proxy-agent": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-2.1.0.tgz", - "integrity": "sha512-qwHbBLV7WviBl0rQsOzH6o5lwyOIvwp/BdFnvVxXORldu5TmjFfjzBcWUWS5kWAZhmv+JtiDhSuQCp4sBfbIgg==", - "dev": true, - "dependencies": { - "agent-base": "4", - "debug": "3.1.0" - }, - "engines": { - "node": ">= 4.5.0" - } - }, - "node_modules/http-proxy-agent/node_modules/debug": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", - "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", - "dev": true, - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/http-proxy-middleware": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.18.0.tgz", - "integrity": "sha512-Fs25KVMPAIIcgjMZkVHJoKg9VcXcC1C8yb9JUgeDvVXY0S/zgVIhMb+qVswDIgtJe2DfckMSY2d6TuTEutlk6Q==", - "dev": true, - "dependencies": { - "http-proxy": "^1.16.2", - "is-glob": "^4.0.0", - "lodash": "^4.17.5", - "micromatch": "^3.1.9" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/http-proxy/node_modules/eventemitter3": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.0.tgz", - "integrity": "sha512-qerSRB0p+UDEssxTtm6EDKcE7W4OaoisfIMl4CngyEhjpYglocpNg6UEqCvemdGhosAsg4sO2dXJOdyBifPGCg==" - }, - "node_modules/http-signature": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", - "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", - "dependencies": { - "assert-plus": "^1.0.0", - "jsprim": "^1.2.2", - "sshpk": "^1.7.0" - }, - "engines": { - "node": ">=0.8", - "npm": ">=1.3.7" - } - }, - "node_modules/https-browserify": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz", - "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=" - }, - "node_modules/https-proxy-agent": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.2.4.tgz", - "integrity": "sha512-OmvfoQ53WLjtA9HeYP9RNrWMJzzAz1JGaSFr1nijg0PVR1JaD/xbJq1mdEIIlxGpXp9eSe/O2LgU9DJmTPd0Eg==", - "dev": true, - "dependencies": { - "agent-base": "^4.3.0", - "debug": "^3.1.0" - }, - "engines": { - "node": ">= 4.5.0" - } - }, - "node_modules/https-proxy-agent/node_modules/debug": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", - "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", - "deprecated": "Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)", - "dev": true, - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/https-proxy-agent/node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - }, - "node_modules/humanize-ms": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz", - "integrity": "sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0=", - "dev": true, - "dependencies": { - "ms": "^2.0.0" - } - }, - "node_modules/iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/idb": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/idb/-/idb-3.0.2.tgz", - "integrity": "sha512-+FLa/0sTXqyux0o6C+i2lOR0VoS60LU/jzUo5xjfY6+7sEEgy4Gz1O7yFBXvjd7N0NyIGWIRg8DcQSLEG+VSPw==" - }, - "node_modules/ieee754": { - "version": "1.1.13", - "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz", - "integrity": "sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg==" - }, - "node_modules/iferr": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz", - "integrity": "sha1-xg7taebY/bazEEofy8ocGS3FtQE=" - }, - "node_modules/ignore": { - "version": "3.3.10", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.10.tgz", - "integrity": "sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==", - "dev": true - }, - "node_modules/ignore-walk": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-3.0.3.tgz", - "integrity": "sha512-m7o6xuOaT1aqheYHKf8W6J5pYH85ZI9w077erOzLje3JsB1gkafkAhHHY19dqjulgIZHFm32Cp5uNZgcQqdJKw==", - "dev": true, - "dependencies": { - "minimatch": "^3.0.4" - } - }, - "node_modules/image-size": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/image-size/-/image-size-0.5.5.tgz", - "integrity": "sha1-Cd/Uq50g4p6xw+gLiZA3jfnjy5w=", - "dev": true, - "optional": true, - "bin": { - "image-size": "bin/image-size.js" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/import-cwd": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/import-cwd/-/import-cwd-2.1.0.tgz", - "integrity": "sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk=", - "dev": true, - "dependencies": { - "import-from": "^2.1.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/import-fresh": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz", - "integrity": "sha1-2BNVwVYS04bGH53dOSLUMEgipUY=", - "dev": true, - "dependencies": { - "caller-path": "^2.0.0", - "resolve-from": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/import-from": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/import-from/-/import-from-2.1.0.tgz", - "integrity": "sha1-M1238qev/VOqpHHUuAId7ja387E=", - "dev": true, - "dependencies": { - "resolve-from": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/import-local": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/import-local/-/import-local-2.0.0.tgz", - "integrity": "sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==", - "dev": true, - "dependencies": { - "pkg-dir": "^3.0.0", - "resolve-cwd": "^2.0.0" - }, - "bin": { - "import-local-fixture": "fixtures/cli.js" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/import-local/node_modules/find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "dev": true, - "dependencies": { - "locate-path": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/import-local/node_modules/locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "dev": true, - "dependencies": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/import-local/node_modules/p-limit": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.2.tgz", - "integrity": "sha512-WGR+xHecKTr7EbUEhyLSh5Dube9JtdiG78ufaeLxTgpudf/20KqyMioIUZJAezlTIi6evxuoUs9YXc11cU+yzQ==", - "dev": true, - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/import-local/node_modules/p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "dev": true, - "dependencies": { - "p-limit": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/import-local/node_modules/p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/import-local/node_modules/path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/import-local/node_modules/pkg-dir": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", - "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", - "dev": true, - "dependencies": { - "find-up": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", - "engines": { - "node": ">=0.8.19" - } - }, - "node_modules/in-publish": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/in-publish/-/in-publish-2.0.0.tgz", - "integrity": "sha1-4g/146KvwmkDILbcVSaCqcf631E=", - "bin": { - "in-install": "in-install.js", - "in-publish": "in-publish.js", - "not-in-install": "not-in-install.js", - "not-in-publish": "not-in-publish.js" - } - }, - "node_modules/indent-string": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz", - "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=", - "dependencies": { - "repeating": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/indexof": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz", - "integrity": "sha1-gtwzbSMrkGIXnQWrMpOmYFn9Q10=" - }, - "node_modules/inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", - "dependencies": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "node_modules/inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" - }, - "node_modules/ini": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", - "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==", - "deprecated": "Please update to ini >=1.3.6 to avoid a prototype pollution issue", - "dev": true, - "engines": { - "node": "*" - } - }, - "node_modules/internal-ip": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/internal-ip/-/internal-ip-3.0.1.tgz", - "integrity": "sha512-NXXgESC2nNVtU+pqmC9e6R8B1GpKxzsAQhffvh5AL79qKnodd+L7tnEQmTiUAVngqLalPbSqRA7XGIEL5nCd0Q==", - "dev": true, - "os": [ - "android", - "darwin", - "freebsd", - "linux", - "openbsd", - "sunos", - "win32" - ], - "dependencies": { - "default-gateway": "^2.6.0", - "ipaddr.js": "^1.5.2" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/intl": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/intl/-/intl-1.2.5.tgz", - "integrity": "sha1-giRKIZDE5Bn4Nx9ao02qNCDiq94=" - }, - "node_modules/invariant": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz", - "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==", - "dev": true, - "dependencies": { - "loose-envify": "^1.0.0" - } - }, - "node_modules/invert-kv": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz", - "integrity": "sha1-EEqOSqym09jNFXqO+L+rLXo//bY=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ip": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz", - "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=", - "dev": true - }, - "node_modules/ip-regex": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-2.1.0.tgz", - "integrity": "sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/ipaddr.js": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.0.tgz", - "integrity": "sha512-M4Sjn6N/+O6/IXSJseKqHoFc+5FdGJ22sXqnjTpdZweHK64MzEPAyQZyEU3R/KRv2GLoa7nNtg/C2Ev6m7z+eA==", - "dev": true, - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/is-accessor-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", - "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-accessor-descriptor/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-arguments": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.0.4.tgz", - "integrity": "sha512-xPh0Rmt8NE65sNzvyUmWgI1tz3mKq74lGA0mL8LYZcoIzKOzDh6HmrYm3d18k60nHerC8A9Km8kYu87zfSFnLA==", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/is-arrayish": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=" - }, - "node_modules/is-binary-path": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", - "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", - "dependencies": { - "binary-extensions": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" - }, - "node_modules/is-callable": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.1.5.tgz", - "integrity": "sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-data-descriptor": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", - "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-data-descriptor/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-date-object": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.2.tgz", - "integrity": "sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", - "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", - "dependencies": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-descriptor/node_modules/kind-of": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", - "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-directory": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz", - "integrity": "sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-dotfile": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.3.tgz", - "integrity": "sha1-pqLzL/0t+wT1yiXs0Pa4PPeYoeE=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-equal-shallow": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz", - "integrity": "sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ=", - "dependencies": { - "is-primitive": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-extendable": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", - "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-finite": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz", - "integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=", - "dependencies": { - "number-is-nan": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-fullwidth-code-point": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", - "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", - "dependencies": { - "number-is-nan": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", - "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", - "dev": true, - "dependencies": { - "is-extglob": "^2.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-number": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-number/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-path-cwd": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz", - "integrity": "sha1-0iXsIxMuie3Tj9p2dHLmLmXxEG0=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-path-in-cwd": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.1.tgz", - "integrity": "sha512-FjV1RTW48E7CWM7eE/J2NJvAEEVektecDBVBE5Hh3nM1Jd0kvhHtX68Pr3xsDf857xt3Y4AkwVULK1Vku62aaQ==", - "dev": true, - "dependencies": { - "is-path-inside": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-path-inside": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz", - "integrity": "sha1-jvW33lBDej/cprToZe96pVy0gDY=", - "dev": true, - "dependencies": { - "path-is-inside": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-posix-bracket": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz", - "integrity": "sha1-MzTceXdDaOkvAW5vvAqI9c1ua8Q=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-primitive": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz", - "integrity": "sha1-IHurkWOEmcB7Kt8kCkGochADRXU=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-regex": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.5.tgz", - "integrity": "sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ==", - "dependencies": { - "has": "^1.0.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-stream": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", - "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-symbol": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz", - "integrity": "sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==", - "dependencies": { - "has-symbols": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" - }, - "node_modules/is-utf8": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", - "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=" - }, - "node_modules/is-windows": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", - "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-wsl": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz", - "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "node_modules/isbinaryfile": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-3.0.3.tgz", - "integrity": "sha512-8cJBL5tTd2OS0dM4jz07wQd5g0dCCqIhUxPIGtZfa5L6hWlvV5MHTITy/DBAsF+Oe2LS1X3krBUhNwaGUWpWxw==", - "dependencies": { - "buffer-alloc": "^1.2.0" - }, - "engines": { - "node": ">=0.6.0" - } - }, - "node_modules/isexe": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" - }, - "node_modules/isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/isomorphic-fetch": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz", - "integrity": "sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk=", - "dependencies": { - "node-fetch": "^1.0.1", - "whatwg-fetch": ">=0.10.0" - } - }, - "node_modules/isstream": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", - "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=" - }, - "node_modules/istanbul": { - "version": "0.4.5", - "resolved": "https://registry.npmjs.org/istanbul/-/istanbul-0.4.5.tgz", - "integrity": "sha1-ZcfXPUxNqE1POsMQuRj7C4Azczs=", - "deprecated": "This module is no longer maintained, try this instead:\n npm i nyc\nVisit https://istanbul.js.org/integrations for other alternatives.", - "dev": true, - "dependencies": { - "abbrev": "1.0.x", - "async": "1.x", - "escodegen": "1.8.x", - "esprima": "2.7.x", - "glob": "^5.0.15", - "handlebars": "^4.0.1", - "js-yaml": "3.x", - "mkdirp": "0.5.x", - "nopt": "3.x", - "once": "1.x", - "resolve": "1.1.x", - "supports-color": "^3.1.0", - "which": "^1.1.1", - "wordwrap": "^1.0.0" - }, - "bin": { - "istanbul": "lib/cli.js" - } - }, - "node_modules/istanbul-api": { - "version": "1.3.7", - "resolved": "https://registry.npmjs.org/istanbul-api/-/istanbul-api-1.3.7.tgz", - "integrity": "sha512-4/ApBnMVeEPG3EkSzcw25wDe4N66wxwn+KKn6b47vyek8Xb3NBAcg4xfuQbS7BqcZuTX4wxfD5lVagdggR3gyA==", - "dev": true, - "dependencies": { - "async": "^2.1.4", - "fileset": "^2.0.2", - "istanbul-lib-coverage": "^1.2.1", - "istanbul-lib-hook": "^1.2.2", - "istanbul-lib-instrument": "^1.10.2", - "istanbul-lib-report": "^1.1.5", - "istanbul-lib-source-maps": "^1.2.6", - "istanbul-reports": "^1.5.1", - "js-yaml": "^3.7.0", - "mkdirp": "^0.5.1", - "once": "^1.4.0" - } - }, - "node_modules/istanbul-api/node_modules/async": { - "version": "2.6.3", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz", - "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==", - "dev": true, - "dependencies": { - "lodash": "^4.17.14" - } - }, - "node_modules/istanbul-instrumenter-loader": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/istanbul-instrumenter-loader/-/istanbul-instrumenter-loader-3.0.1.tgz", - "integrity": "sha512-a5SPObZgS0jB/ixaKSMdn6n/gXSrK2S6q/UfRJBT3e6gQmVjwZROTODQsYW5ZNwOu78hG62Y3fWlebaVOL0C+w==", - "dev": true, - "dependencies": { - "convert-source-map": "^1.5.0", - "istanbul-lib-instrument": "^1.7.3", - "loader-utils": "^1.1.0", - "schema-utils": "^0.3.0" - }, - "engines": { - "node": ">= 4.8 < 5.0.0 || >= 5.10" - }, - "peerDependencies": { - "webpack": "^2.0.0 || ^3.0.0 || ^4.0.0" - } - }, - "node_modules/istanbul-instrumenter-loader/node_modules/ajv": { - "version": "5.5.2", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz", - "integrity": "sha1-c7Xuyj+rZT49P5Qis0GtQiBdyWU=", - "dev": true, - "dependencies": { - "co": "^4.6.0", - "fast-deep-equal": "^1.0.0", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.3.0" - } - }, - "node_modules/istanbul-instrumenter-loader/node_modules/fast-deep-equal": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz", - "integrity": "sha1-wFNHeBfIa1HaqFPIHgWbcz0CNhQ=", - "dev": true - }, - "node_modules/istanbul-instrumenter-loader/node_modules/json-schema-traverse": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz", - "integrity": "sha1-NJptRMU6Ud6JtAgFxdXlm0F9M0A=", - "dev": true - }, - "node_modules/istanbul-instrumenter-loader/node_modules/schema-utils": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-0.3.0.tgz", - "integrity": "sha1-9YdyIs4+kx7a4DnxfrNxbnE3+M8=", - "dev": true, - "dependencies": { - "ajv": "^5.0.0" - }, - "engines": { - "node": ">= 4.3 < 5.0.0 || >= 5.10" - } - }, - "node_modules/istanbul-lib-coverage": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-1.2.1.tgz", - "integrity": "sha512-PzITeunAgyGbtY1ibVIUiV679EFChHjoMNRibEIobvmrCRaIgwLxNucOSimtNWUhEib/oO7QY2imD75JVgCJWQ==", - "dev": true - }, - "node_modules/istanbul-lib-hook": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/istanbul-lib-hook/-/istanbul-lib-hook-1.2.2.tgz", - "integrity": "sha512-/Jmq7Y1VeHnZEQ3TL10VHyb564mn6VrQXHchON9Jf/AEcmQ3ZIiyD1BVzNOKTZf/G3gE+kiGK6SmpF9y3qGPLw==", - "dev": true, - "dependencies": { - "append-transform": "^0.4.0" - } - }, - "node_modules/istanbul-lib-instrument": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-1.10.2.tgz", - "integrity": "sha512-aWHxfxDqvh/ZlxR8BBaEPVSWDPUkGD63VjGQn3jcw8jCp7sHEMKcrj4xfJn/ABzdMEHiQNyvDQhqm5o8+SQg7A==", - "dev": true, - "dependencies": { - "babel-generator": "^6.18.0", - "babel-template": "^6.16.0", - "babel-traverse": "^6.18.0", - "babel-types": "^6.18.0", - "babylon": "^6.18.0", - "istanbul-lib-coverage": "^1.2.1", - "semver": "^5.3.0" - } - }, - "node_modules/istanbul-lib-report": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-1.1.5.tgz", - "integrity": "sha512-UsYfRMoi6QO/doUshYNqcKJqVmFe9w51GZz8BS3WB0lYxAllQYklka2wP9+dGZeHYaWIdcXUx8JGdbqaoXRXzw==", - "dev": true, - "dependencies": { - "istanbul-lib-coverage": "^1.2.1", - "mkdirp": "^0.5.1", - "path-parse": "^1.0.5", - "supports-color": "^3.1.2" - } - }, - "node_modules/istanbul-lib-report/node_modules/has-flag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", - "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/istanbul-lib-report/node_modules/supports-color": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz", - "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", - "dev": true, - "dependencies": { - "has-flag": "^1.0.0" - }, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/istanbul-lib-source-maps": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-1.2.6.tgz", - "integrity": "sha512-TtbsY5GIHgbMsMiRw35YBHGpZ1DVFEO19vxxeiDMYaeOFOCzfnYVxvl6pOUIZR4dtPhAGpSMup8OyF8ubsaqEg==", - "dev": true, - "dependencies": { - "debug": "^3.1.0", - "istanbul-lib-coverage": "^1.2.1", - "mkdirp": "^0.5.1", - "rimraf": "^2.6.1", - "source-map": "^0.5.3" - } - }, - "node_modules/istanbul-lib-source-maps/node_modules/debug": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", - "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", - "deprecated": "Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)", - "dev": true, - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/istanbul-lib-source-maps/node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - }, - "node_modules/istanbul-lib-source-maps/node_modules/source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/istanbul-reports": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-1.5.1.tgz", - "integrity": "sha512-+cfoZ0UXzWjhAdzosCPP3AN8vvef8XDkWtTfgaN+7L3YTpNYITnCaEkceo5SEYy644VkHka/P1FvkWvrG/rrJw==", - "dev": true, - "dependencies": { - "handlebars": "^4.0.3" - } - }, - "node_modules/istanbul/node_modules/abbrev": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.0.9.tgz", - "integrity": "sha1-kbR5JYinc4wl813W9jdSovh3YTU=", - "dev": true - }, - "node_modules/istanbul/node_modules/glob": { - "version": "5.0.15", - "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz", - "integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=", - "dev": true, - "dependencies": { - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "2 || 3", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - } - }, - "node_modules/istanbul/node_modules/has-flag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", - "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/istanbul/node_modules/resolve": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz", - "integrity": "sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=", - "dev": true - }, - "node_modules/istanbul/node_modules/supports-color": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz", - "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", - "dev": true, - "dependencies": { - "has-flag": "^1.0.0" - }, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/jasmine": { - "version": "2.99.0", - "resolved": "https://registry.npmjs.org/jasmine/-/jasmine-2.99.0.tgz", - "integrity": "sha1-jKctEC5jm4Z8ZImFbg4YqceqQrc=", - "dev": true, - "dependencies": { - "exit": "^0.1.2", - "glob": "^7.0.6", - "jasmine-core": "~2.99.0" - }, - "bin": { - "jasmine": "bin/jasmine.js" - } - }, - "node_modules/jasmine-core": { - "version": "2.6.3", - "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-2.6.3.tgz", - "integrity": "sha1-RQcpUOSkKx4yL+VcABEApGXXeBU=" - }, - "node_modules/jasmine-diff": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/jasmine-diff/-/jasmine-diff-0.1.3.tgz", - "integrity": "sha1-k8zC3MQQKMXd1GBlWAdIOfLe6qg=", - "dev": true, - "dependencies": { - "diff": "^3.2.0" - } - }, - "node_modules/jasmine-spec-reporter": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/jasmine-spec-reporter/-/jasmine-spec-reporter-4.1.0.tgz", - "integrity": "sha1-uKp1hN9Y5Nq2Gs2++3bQlqo4Zj8=", - "dev": true, - "dependencies": { - "colors": "1.1.2" - } - }, - "node_modules/jasmine/node_modules/jasmine-core": { - "version": "2.99.1", - "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-2.99.1.tgz", - "integrity": "sha1-5kAN8ea1bhMLYcS80JPap/boyhU=", - "dev": true - }, - "node_modules/jasminewd2": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/jasminewd2/-/jasminewd2-2.2.0.tgz", - "integrity": "sha1-43zwsX8ZnM4jvqcbIDk5Uka07E4=", - "dev": true, - "engines": { - "node": ">= 6.9.x" - } - }, - "node_modules/jmespath": { - "version": "0.15.0", - "resolved": "https://registry.npmjs.org/jmespath/-/jmespath-0.15.0.tgz", - "integrity": "sha1-o/Iiqarp+Wb10nx5ZRDigJF2Qhc=", - "dev": true, - "engines": { - "node": ">= 0.6.0" - } - }, - "node_modules/jquery": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz", - "integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==" - }, - "node_modules/js-base64": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.5.1.tgz", - "integrity": "sha512-M7kLczedRMYX4L8Mdh4MzyAMM9O5osx+4FcOQuTvr3A9F2D9S5JXheN0ewNbrvK2UatkTRhL5ejGmGSjNMiZuw==" - }, - "node_modules/js-cookie": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-2.2.1.tgz", - "integrity": "sha512-HvdH2LzI/EAZcUwA8+0nKNtWHqS+ZmijLA30RwZA0bo7ToCckjK5MkGhjED9KoRcXO6BaGI3I9UIzSA1FKFPOQ==" - }, - "node_modules/js-tokens": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz", - "integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls=", - "dev": true - }, - "node_modules/js-yaml": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", - "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", - "dev": true, - "dependencies": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, - "node_modules/js-yaml/node_modules/esprima": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", - "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", - "dev": true, - "bin": { - "esparse": "bin/esparse.js", - "esvalidate": "bin/esvalidate.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/jsbn": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", - "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=" - }, - "node_modules/jsesc": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-1.3.0.tgz", - "integrity": "sha1-RsP+yMGJKxKwgz25vHYiF226s0s=", - "dev": true, - "bin": { - "jsesc": "bin/jsesc" - } - }, - "node_modules/json-parse-better-errors": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", - "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==" - }, - "node_modules/json-schema": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", - "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=" - }, - "node_modules/json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" - }, - "node_modules/json-stringify-safe": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=" - }, - "node_modules/json3": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/json3/-/json3-3.3.3.tgz", - "integrity": "sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA==", - "dev": true - }, - "node_modules/json5": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", - "dependencies": { - "minimist": "^1.2.0" - }, - "bin": { - "json5": "lib/cli.js" - } - }, - "node_modules/jsonparse": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", - "integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=", - "dev": true, - "engines": [ - "node >= 0.2.0" - ] - }, - "node_modules/JSONStream": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz", - "integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==", - "dev": true, - "dependencies": { - "jsonparse": "^1.2.0", - "through": ">=2.2.7 <3" - }, - "bin": { - "JSONStream": "bin.js" - }, - "engines": { - "node": "*" - } - }, - "node_modules/jsprim": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", - "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", - "engines": [ - "node >=0.6.0" - ], - "dependencies": { - "assert-plus": "1.0.0", - "extsprintf": "1.3.0", - "json-schema": "0.2.3", - "verror": "1.10.0" - } - }, - "node_modules/karma": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/karma/-/karma-1.7.0.tgz", - "integrity": "sha1-b3oaQGRG+i4YfslTmGmPTO5HYmk=", - "dependencies": { - "bluebird": "^3.3.0", - "body-parser": "^1.16.1", - "chokidar": "^1.4.1", - "colors": "^1.1.0", - "combine-lists": "^1.0.0", - "connect": "^3.6.0", - "core-js": "^2.2.0", - "di": "^0.0.1", - "dom-serialize": "^2.2.0", - "expand-braces": "^0.1.1", - "glob": "^7.1.1", - "graceful-fs": "^4.1.2", - "http-proxy": "^1.13.0", - "isbinaryfile": "^3.0.0", - "lodash": "^3.8.0", - "log4js": "^0.6.31", - "mime": "^1.3.4", - "minimatch": "^3.0.2", - "optimist": "^0.6.1", - "qjobs": "^1.1.4", - "range-parser": "^1.2.0", - "rimraf": "^2.6.0", - "safe-buffer": "^5.0.1", - "socket.io": "1.7.3", - "source-map": "^0.5.3", - "tmp": "0.0.31", - "useragent": "^2.1.12" - }, - "bin": { - "karma": "bin/karma" - }, - "engines": { - "node": "0.10 || 0.12 || 4 || 5 || 6 || 7" - } - }, - "node_modules/karma-chrome-launcher": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/karma-chrome-launcher/-/karma-chrome-launcher-2.1.1.tgz", - "integrity": "sha1-IWh5xorATY1RQOmWGboEtZr9Rs8=", - "dev": true, - "dependencies": { - "fs-access": "^1.0.0", - "which": "^1.2.1" - } - }, - "node_modules/karma-cli": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/karma-cli/-/karma-cli-1.0.1.tgz", - "integrity": "sha1-rmw8WKMTodALRRZMRVubhs4X+WA=", - "dev": true, - "dependencies": { - "resolve": "^1.1.6" - }, - "bin": { - "karma": "bin/karma" - }, - "engines": { - "node": "0.10 || 0.12 || 4 || 5 || 6" - } - }, - "node_modules/karma-coverage-istanbul-reporter": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/karma-coverage-istanbul-reporter/-/karma-coverage-istanbul-reporter-1.3.0.tgz", - "integrity": "sha1-0ULNnFVzHJ42Pvc3To7xoxvr+ts=", - "dev": true, - "dependencies": { - "istanbul-api": "^1.1.8", - "minimatch": "^3.0.4" - } - }, - "node_modules/karma-jasmine": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/karma-jasmine/-/karma-jasmine-1.1.2.tgz", - "integrity": "sha1-OU8rJf+0pkS5rabyLUQ+L9CIhsM=", - "engines": { - "node": ">= 4" - }, - "peerDependencies": { - "jasmine-core": "*", - "karma": "*" - } - }, - "node_modules/karma-jasmine-html-reporter": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/karma-jasmine-html-reporter/-/karma-jasmine-html-reporter-0.2.2.tgz", - "integrity": "sha1-SKjl7xiAdhfuK14zwRlMNbQ5Ukw=", - "dev": true, - "dependencies": { - "karma-jasmine": "^1.0.2" - }, - "peerDependencies": { - "karma": ">=0.9" - } - }, - "node_modules/karma-source-map-support": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/karma-source-map-support/-/karma-source-map-support-1.3.0.tgz", - "integrity": "sha512-HcPqdAusNez/ywa+biN4EphGz62MmQyPggUsDfsHqa7tSe4jdsxgvTKuDfIazjL+IOxpVWyT7Pr4dhAV+sxX5Q==", - "dev": true, - "dependencies": { - "source-map-support": "^0.5.5" - } - }, - "node_modules/karma/node_modules/anymatch": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-1.3.2.tgz", - "integrity": "sha512-0XNayC8lTHQ2OI8aljNCN3sSx6hsr/1+rlcDAotXJR7C1oZZHCNsfpbKwMjRA3Uqb5tF1Rae2oloTr4xpq+WjA==", - "dependencies": { - "micromatch": "^2.1.5", - "normalize-path": "^2.0.0" - } - }, - "node_modules/karma/node_modules/arr-diff": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz", - "integrity": "sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8=", - "dependencies": { - "arr-flatten": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/karma/node_modules/array-unique": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz", - "integrity": "sha1-odl8yvy8JiXMcPrc6zalDFiwGlM=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/karma/node_modules/braces": { - "version": "1.8.5", - "resolved": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz", - "integrity": "sha1-uneWLhLf+WnWt2cR6RS3N4V79qc=", - "dependencies": { - "expand-range": "^1.8.1", - "preserve": "^0.2.0", - "repeat-element": "^1.1.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/karma/node_modules/chokidar": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-1.7.0.tgz", - "integrity": "sha1-eY5ol3gVHIB2tLNg5e3SjNortGg=", - "deprecated": "Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.", - "dependencies": { - "anymatch": "^1.3.0", - "async-each": "^1.0.0", - "glob-parent": "^2.0.0", - "inherits": "^2.0.1", - "is-binary-path": "^1.0.0", - "is-glob": "^2.0.0", - "path-is-absolute": "^1.0.0", - "readdirp": "^2.0.0" - }, - "optionalDependencies": { - "fsevents": "^1.0.0" - } - }, - "node_modules/karma/node_modules/expand-brackets": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz", - "integrity": "sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s=", - "dependencies": { - "is-posix-bracket": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/karma/node_modules/extglob": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz", - "integrity": "sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE=", - "dependencies": { - "is-extglob": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/karma/node_modules/glob-parent": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz", - "integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=", - "dependencies": { - "is-glob": "^2.0.0" - } - }, - "node_modules/karma/node_modules/is-extglob": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz", - "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/karma/node_modules/is-glob": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz", - "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", - "dependencies": { - "is-extglob": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/karma/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/karma/node_modules/lodash": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz", - "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=" - }, - "node_modules/karma/node_modules/micromatch": { - "version": "2.3.11", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz", - "integrity": "sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU=", - "dependencies": { - "arr-diff": "^2.0.0", - "array-unique": "^0.2.1", - "braces": "^1.8.2", - "expand-brackets": "^0.1.4", - "extglob": "^0.3.1", - "filename-regex": "^2.0.0", - "is-extglob": "^1.0.0", - "is-glob": "^2.0.1", - "kind-of": "^3.0.2", - "normalize-path": "^2.0.1", - "object.omit": "^2.0.0", - "parse-glob": "^3.0.4", - "regex-cache": "^0.4.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/karma/node_modules/source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/killable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/killable/-/killable-1.0.1.tgz", - "integrity": "sha512-LzqtLKlUwirEUyl/nicirVmNiPvYs7l5n8wOPP7fyJVpUPkvCnW/vuiXGpylGUlnPDnB7311rARzAt3Mhswpjg==", - "dev": true - }, - "node_modules/kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", - "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/lcid": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz", - "integrity": "sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=", - "dependencies": { - "invert-kv": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/leaflet": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.7.1.tgz", - "integrity": "sha512-/xwPEBidtg69Q3HlqPdU3DnrXQOvQU/CCHA1tcDQVzOwm91YMYaILjNp7L4Eaw5Z4sOYdbBz6koWyibppd8Zqw==" - }, - "node_modules/less": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/less/-/less-3.9.0.tgz", - "integrity": "sha512-31CmtPEZraNUtuUREYjSqRkeETFdyEHSEPAGq4erDlUXtda7pzNmctdljdIagSb589d/qXGWiiP31R5JVf+v0w==", - "dev": true, - "dependencies": { - "clone": "^2.1.2" - }, - "bin": { - "lessc": "bin/lessc" - }, - "engines": { - "node": ">=4" - }, - "optionalDependencies": { - "errno": "^0.1.1", - "graceful-fs": "^4.1.2", - "image-size": "~0.5.0", - "mime": "^1.4.1", - "mkdirp": "^0.5.0", - "promise": "^7.1.1", - "request": "^2.83.0", - "source-map": "~0.6.0" - } - }, - "node_modules/less-loader": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/less-loader/-/less-loader-4.1.0.tgz", - "integrity": "sha512-KNTsgCE9tMOM70+ddxp9yyt9iHqgmSs0yTZc5XH5Wo+g80RWRIYNqE58QJKm/yMud5wZEvz50ugRDuzVIkyahg==", - "dev": true, - "dependencies": { - "clone": "^2.1.1", - "loader-utils": "^1.1.0", - "pify": "^3.0.0" - }, - "engines": { - "node": ">= 4.8 < 5.0.0 || >= 5.10" - }, - "peerDependencies": { - "less": "^2.3.1 || ^3.0.0", - "webpack": "^2.0.0 || ^3.0.0 || ^4.0.0" - } - }, - "node_modules/less-loader/node_modules/pify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/less/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "optional": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/levn": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", - "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", - "dev": true, - "dependencies": { - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/libphonenumber-js": { - "version": "0.4.52", - "resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-0.4.52.tgz", - "integrity": "sha512-Ns5FcEp8W/lZd+lKu7OB46RYBKcncN/S3C51OFh7qXbu6kOFAd75A4M0jtasK3MUWMxKsKXII4WL+GbqaLa2DQ==", - "dependencies": { - "babel-runtime": "^6.6.1", - "bluebird": "^3.4.6", - "minimist": "^1.2.0", - "xml2js": "^0.4.17" - }, - "bin": { - "libphonenumber-generate-metadata": "bin/update-metadata.js" - } - }, - "node_modules/license-webpack-plugin": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/license-webpack-plugin/-/license-webpack-plugin-2.0.4.tgz", - "integrity": "sha512-FQgOqrrIcD4C/VQo6ecWgXZULK5rs0kIDJtHcSVO6SBUrD63kEHZwmKOvBTquFQSgMQn/yeH68qooKDfqiBF2Q==", - "dev": true, - "dependencies": { - "@types/webpack-sources": "^0.1.5", - "webpack-sources": "^1.2.0" - } - }, - "node_modules/load-json-file": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz", - "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=", - "dependencies": { - "graceful-fs": "^4.1.2", - "parse-json": "^2.2.0", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0", - "strip-bom": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/loader-runner": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-2.4.0.tgz", - "integrity": "sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==", - "engines": { - "node": ">=4.3.0 <5.0.0 || >=5.10" - } - }, - "node_modules/loader-utils": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz", - "integrity": "sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==", - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^2.0.0", - "json5": "^1.0.1" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/locate-path": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", - "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", - "dev": true, - "dependencies": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/locate-path/node_modules/path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" - }, - "node_modules/lodash.assign": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-4.2.0.tgz", - "integrity": "sha1-DZnzzNem0mHRm9rrkkUAXShYCOc=", - "dev": true, - "optional": true - }, - "node_modules/lodash.camelcase": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", - "integrity": "sha1-soqmKIorn8ZRA1x3EfZathkDMaY=" - }, - "node_modules/lodash.clone": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.clone/-/lodash.clone-4.5.0.tgz", - "integrity": "sha1-GVhwRQ9aExkkeN9Lw9I9LeoZB7Y=" - }, - "node_modules/lodash.clonedeep": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz", - "integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=", - "dev": true - }, - "node_modules/lodash.debounce": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", - "integrity": "sha1-gteb/zCmfEAF/9XiUVMArZyk168=", - "dev": true - }, - "node_modules/lodash.mergewith": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz", - "integrity": "sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==", - "dev": true, - "optional": true - }, - "node_modules/lodash.tail": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/lodash.tail/-/lodash.tail-4.1.1.tgz", - "integrity": "sha1-0jM6NtnncXyK0vfKyv7HwytERmQ=", - "dev": true - }, - "node_modules/log4js": { - "version": "0.6.38", - "resolved": "https://registry.npmjs.org/log4js/-/log4js-0.6.38.tgz", - "integrity": "sha1-LElBFmldb7JUgJQ9P8hy5mKlIv0=", - "dependencies": { - "readable-stream": "~1.0.2", - "semver": "~4.3.3" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/log4js/node_modules/isarray": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", - "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=" - }, - "node_modules/log4js/node_modules/readable-stream": { - "version": "1.0.34", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", - "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.1", - "isarray": "0.0.1", - "string_decoder": "~0.10.x" - } - }, - "node_modules/log4js/node_modules/semver": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/semver/-/semver-4.3.6.tgz", - "integrity": "sha1-MAvG4OhjdPe6YQaLWx7NV/xlMto=", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/log4js/node_modules/string_decoder": { - "version": "0.10.31", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", - "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=" - }, - "node_modules/loglevel": { - "version": "1.6.6", - "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.6.6.tgz", - "integrity": "sha512-Sgr5lbboAUBo3eXCSPL4/KoVz3ROKquOjcctxmHIt+vol2DrqTQe3SwkKKuYhEiWB5kYa13YyopJ69deJ1irzQ==", - "dev": true, - "engines": { - "node": ">= 0.6.0" - }, - "funding": { - "type": "tidelift", - "url": "https://tidelift.com/subscription/pkg/npm-loglevel?utm_medium=referral&utm_source=npm_fund" - } - }, - "node_modules/long": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/long/-/long-4.0.0.tgz", - "integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==" - }, - "node_modules/loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", - "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", - "dev": true, - "dependencies": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "bin": { - "loose-envify": "cli.js" - } - }, - "node_modules/loud-rejection": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz", - "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=", - "dependencies": { - "currently-unhandled": "^0.4.1", - "signal-exit": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/lru-cache": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", - "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", - "dependencies": { - "pseudomap": "^1.0.2", - "yallist": "^2.1.2" - } - }, - "node_modules/make-dir": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-1.3.0.tgz", - "integrity": "sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==", - "dev": true, - "dependencies": { - "pify": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/make-dir/node_modules/pify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/make-error": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.5.tgz", - "integrity": "sha512-c3sIjNUow0+8swNwVpqoH4YCShKNFkMaw6oH1mNS2haDZQqkeZFlHS3dhoeEbKKmJB4vXpJucU6oH75aDYeE9g==", - "dev": true - }, - "node_modules/make-fetch-happen": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-4.0.2.tgz", - "integrity": "sha512-YMJrAjHSb/BordlsDEcVcPyTbiJKkzqMf48N8dAJZT9Zjctrkb6Yg4TY9Sq2AwSIQJFn5qBBKVTYt3vP5FMIHA==", - "dev": true, - "dependencies": { - "agentkeepalive": "^3.4.1", - "cacache": "^11.3.3", - "http-cache-semantics": "^3.8.1", - "http-proxy-agent": "^2.1.0", - "https-proxy-agent": "^2.2.1", - "lru-cache": "^5.1.1", - "mississippi": "^3.0.0", - "node-fetch-npm": "^2.0.2", - "promise-retry": "^1.1.1", - "socks-proxy-agent": "^4.0.0", - "ssri": "^6.0.0" - } - }, - "node_modules/make-fetch-happen/node_modules/cacache": { - "version": "11.3.3", - "resolved": "https://registry.npmjs.org/cacache/-/cacache-11.3.3.tgz", - "integrity": "sha512-p8WcneCytvzPxhDvYp31PD039vi77I12W+/KfR9S8AZbaiARFBCpsPJS+9uhWfeBfeAtW7o/4vt3MUqLkbY6nA==", - "dev": true, - "dependencies": { - "bluebird": "^3.5.5", - "chownr": "^1.1.1", - "figgy-pudding": "^3.5.1", - "glob": "^7.1.4", - "graceful-fs": "^4.1.15", - "lru-cache": "^5.1.1", - "mississippi": "^3.0.0", - "mkdirp": "^0.5.1", - "move-concurrently": "^1.0.1", - "promise-inflight": "^1.0.1", - "rimraf": "^2.6.3", - "ssri": "^6.0.1", - "unique-filename": "^1.1.1", - "y18n": "^4.0.0" - } - }, - "node_modules/make-fetch-happen/node_modules/lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dev": true, - "dependencies": { - "yallist": "^3.0.2" - } - }, - "node_modules/make-fetch-happen/node_modules/mississippi": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/mississippi/-/mississippi-3.0.0.tgz", - "integrity": "sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==", - "dev": true, - "dependencies": { - "concat-stream": "^1.5.0", - "duplexify": "^3.4.2", - "end-of-stream": "^1.1.0", - "flush-write-stream": "^1.0.0", - "from2": "^2.1.0", - "parallel-transform": "^1.1.0", - "pump": "^3.0.0", - "pumpify": "^1.3.3", - "stream-each": "^1.1.0", - "through2": "^2.0.0" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/make-fetch-happen/node_modules/pump": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", - "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", - "dev": true, - "dependencies": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - } - }, - "node_modules/make-fetch-happen/node_modules/ssri": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/ssri/-/ssri-6.0.2.tgz", - "integrity": "sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q==", - "dev": true, - "dependencies": { - "figgy-pudding": "^3.5.1" - } - }, - "node_modules/make-fetch-happen/node_modules/y18n": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", - "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==", - "dev": true - }, - "node_modules/make-fetch-happen/node_modules/yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "dev": true - }, - "node_modules/map-age-cleaner": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz", - "integrity": "sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==", - "dev": true, - "dependencies": { - "p-defer": "^1.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/map-cache": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", - "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/map-obj": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", - "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/map-visit": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz", - "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=", - "dependencies": { - "object-visit": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/mat-table-exporter": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/mat-table-exporter/-/mat-table-exporter-1.2.5.tgz", - "integrity": "sha512-MS7OEgj+vcVbIWi2ekKLDHclLtvs1rGmfXzg1Ca3QWW5BqXy9GeeVb7EqOK7xRPRzUA7kZ/pEWl+2bHk5VHaiw==", - "dependencies": { - "cdk-table-exporter": "^1.2.5", - "tslib": "^1.9.0" - }, - "peerDependencies": { - "@angular/cdk": "^8.0.0 || ^7.0.0 || ^6.3.0", - "@angular/common": "^8.0.0 || ^7.0.0 || ^6.3.0", - "@angular/core": "^8.0.0 || ^7.0.0 || ^6.3.0", - "@angular/material": "^8.0.0 || ^7.0.0 || ^6.3.0" - } - }, - "node_modules/mat-video": { - "version": "2.7.2", - "resolved": "https://registry.npmjs.org/mat-video/-/mat-video-2.7.2.tgz", - "integrity": "sha512-rwZt9+gxhyQeUYkWq+7JPwYdMEDMI4iT9mIdhO00TDnihbdv20WHiMZ4yYLudzFnuJIeXzgDrA9yltGWjG3vMw==", - "deprecated": "July 2020 - This project is no longer maintained", - "dependencies": { - "tslib": "^1.9.0" - }, - "peerDependencies": { - "@angular/animations": ">=5.0.0 || >=6.0.0 || >=7.0.0 || >=8.0.0", - "@angular/cdk": ">=5.0.0 || >=6.0.0 || >=7.0.0 || >=8.0.0", - "@angular/common": ">=5.0.0 || >=6.0.0 || >=7.0.0 || >=8.0.0", - "@angular/compiler": ">=5.0.0 || >=6.0.0 || >=7.0.0 || >=8.0.0", - "@angular/core": ">=5.0.0 || >=6.0.0 || >=7.0.0 || >=8.0.0", - "@angular/material": ">=5.0.0 || >=6.0.0 || >=7.0.0 || >=8.0.0", - "@angular/platform-browser": ">=5.0.0 || >=6.0.0 || >=7.0.0 || >=8.0.0", - "@angular/platform-browser-dynamic": ">=5.0.0 || >=6.0.0 || >=7.0.0 || >=8.0.0", - "core-js": ">=2.4.0", - "hammerjs": ">=2.0.0" - } - }, - "node_modules/math-random": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/math-random/-/math-random-1.0.4.tgz", - "integrity": "sha512-rUxjysqif/BZQH2yhd5Aaq7vXMSx9NdEsQcyA07uEzIvxgI7zIr33gGsh+RU0/XjmQpCW7RsVof1vlkvQVCK5A==" - }, - "node_modules/md5.js": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz", - "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==", - "dependencies": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" - } - }, - "node_modules/media-typer": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", - "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mem": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/mem/-/mem-4.3.0.tgz", - "integrity": "sha512-qX2bG48pTqYRVmDB37rn/6PT7LcR8T7oAX3bf99u1Tt1nzxYfxkgqDwUwolPlXweM0XzBOBFzSx4kfp7KP1s/w==", - "dev": true, - "dependencies": { - "map-age-cleaner": "^0.1.1", - "mimic-fn": "^2.0.0", - "p-is-promise": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/memory-fs": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz", - "integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=", - "dependencies": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - } - }, - "node_modules/meow": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz", - "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=", - "dependencies": { - "camelcase-keys": "^2.0.0", - "decamelize": "^1.1.2", - "loud-rejection": "^1.0.0", - "map-obj": "^1.0.1", - "minimist": "^1.1.3", - "normalize-package-data": "^2.3.4", - "object-assign": "^4.0.1", - "read-pkg-up": "^1.0.1", - "redent": "^1.0.0", - "trim-newlines": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/merge-descriptors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", - "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=", - "dev": true - }, - "node_modules/methods": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", - "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=", - "dev": true, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/miller-rabin": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz", - "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==", - "dependencies": { - "bn.js": "^4.0.0", - "brorand": "^1.0.1" - }, - "bin": { - "miller-rabin": "bin/miller-rabin" - } - }, - "node_modules/mime": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", - "bin": { - "mime": "cli.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/mime-db": { - "version": "1.43.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.43.0.tgz", - "integrity": "sha512-+5dsGEEovYbT8UY9yD7eE4XTc4UwJ1jBYlgaQQF38ENsKR3wj/8q8RFZrF9WIZpB2V1ArTVFUva8sAul1NzRzQ==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mime-types": { - "version": "2.1.26", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.26.tgz", - "integrity": "sha512-01paPWYgLrkqAyrlDorC1uDwl2p3qZT7yl806vW7DvDoxwXi46jsjFbg+WdwotBIk6/MbEhO/dh5aZ5sNj/dWQ==", - "dependencies": { - "mime-db": "1.43.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/mini-css-extract-plugin": { - "version": "0.4.4", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.4.4.tgz", - "integrity": "sha512-o+Jm+ocb0asEngdM6FsZWtZsRzA8koFUudIDwYUfl94M3PejPHG7Vopw5hN9V8WsMkSFpm3tZP3Fesz89EyrfQ==", - "dev": true, - "dependencies": { - "loader-utils": "^1.1.0", - "schema-utils": "^1.0.0", - "webpack-sources": "^1.1.0" - }, - "engines": { - "node": ">= 6.9.0 <7.0.0 || >= 8.9.0" - }, - "peerDependencies": { - "webpack": "^4.4.0" - } - }, - "node_modules/mini-css-extract-plugin/node_modules/schema-utils": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", - "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", - "dev": true, - "dependencies": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - }, - "engines": { - "node": ">= 4" - } - }, - "node_modules/minimalistic-assert": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", - "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==" - }, - "node_modules/minimalistic-crypto-utils": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz", - "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=" - }, - "node_modules/minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" - }, - "node_modules/minipass": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-2.9.0.tgz", - "integrity": "sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg==", - "dev": true, - "dependencies": { - "safe-buffer": "^5.1.2", - "yallist": "^3.0.0" - } - }, - "node_modules/minipass/node_modules/yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "dev": true - }, - "node_modules/minizlib": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-1.3.3.tgz", - "integrity": "sha512-6ZYMOEnmVsdCeTJVE0W9ZD+pVnE8h9Hma/iOwwRDsdQoePpoX56/8B6z3P9VNwppJuBKNRuFDRNRqRWexT9G9Q==", - "dev": true, - "dependencies": { - "minipass": "^2.9.0" - } - }, - "node_modules/mississippi": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/mississippi/-/mississippi-2.0.0.tgz", - "integrity": "sha512-zHo8v+otD1J10j/tC+VNoGK9keCuByhKovAvdn74dmxJl9+mWHnx6EMsDN4lgRoMI/eYo2nchAxniIbUPb5onw==", - "dev": true, - "dependencies": { - "concat-stream": "^1.5.0", - "duplexify": "^3.4.2", - "end-of-stream": "^1.1.0", - "flush-write-stream": "^1.0.0", - "from2": "^2.1.0", - "parallel-transform": "^1.1.0", - "pump": "^2.0.1", - "pumpify": "^1.3.3", - "stream-each": "^1.1.0", - "through2": "^2.0.0" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/mixin-deep": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz", - "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==", - "dependencies": { - "for-in": "^1.0.2", - "is-extendable": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/mixin-deep/node_modules/is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "dependencies": { - "is-plain-object": "^2.0.4" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/mixin-object": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/mixin-object/-/mixin-object-2.0.1.tgz", - "integrity": "sha1-T7lJRB2rGCVA8f4DW6YOGUel5X4=", - "dev": true, - "dependencies": { - "for-in": "^0.1.3", - "is-extendable": "^0.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/mixin-object/node_modules/for-in": { - "version": "0.1.8", - "resolved": "https://registry.npmjs.org/for-in/-/for-in-0.1.8.tgz", - "integrity": "sha1-2Hc5COMSVhCZUrH9ubP6hn0ndeE=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", - "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", - "dependencies": { - "minimist": "^1.2.5" - }, - "bin": { - "mkdirp": "bin/cmd.js" - } - }, - "node_modules/mobx": { - "version": "5.15.1", - "resolved": "https://registry.npmjs.org/mobx/-/mobx-5.15.1.tgz", - "integrity": "sha512-o4aN0GqKcDmKwu2wVsqbujU4F63ZvmbBLSc7WhzuAu9S9eF2wgNjqIkzrb/kbY3C9/mGYG4k1M0KbCuG1GJ7IQ==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/immer" - } - }, - "node_modules/mobx-angular": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/mobx-angular/-/mobx-angular-3.0.3.tgz", - "integrity": "sha512-mZuuose70V+Sd0hMWDElpRe3mA6GhYjSQN3mHzqk2XWXRJ+eWQa/f3Lqhw+Me/Xd2etWsGR1hnRa1BfQ2ZDtpw==", - "peerDependencies": { - "@angular/core": ">=2.3.0", - "mobx": ">=2" - } - }, - "node_modules/moment": { - "version": "2.24.0", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.24.0.tgz", - "integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==", - "engines": { - "node": "*" - } - }, - "node_modules/move-concurrently": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz", - "integrity": "sha1-viwAX9oy4LKa8fBdfEszIUxwH5I=", - "dependencies": { - "aproba": "^1.1.1", - "copy-concurrently": "^1.0.0", - "fs-write-stream-atomic": "^1.0.8", - "mkdirp": "^0.5.1", - "rimraf": "^2.5.4", - "run-queue": "^1.0.3" - } - }, - "node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/multicast-dns": { - "version": "6.2.3", - "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-6.2.3.tgz", - "integrity": "sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g==", - "dev": true, - "dependencies": { - "dns-packet": "^1.3.1", - "thunky": "^1.0.2" - }, - "bin": { - "multicast-dns": "cli.js" - } - }, - "node_modules/multicast-dns-service-types": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz", - "integrity": "sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE=", - "dev": true - }, - "node_modules/nan": { - "version": "2.14.0", - "resolved": "https://registry.npmjs.org/nan/-/nan-2.14.0.tgz", - "integrity": "sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==" - }, - "node_modules/nanomatch": { - "version": "1.2.13", - "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz", - "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==", - "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "fragment-cache": "^0.2.1", - "is-windows": "^1.0.2", - "kind-of": "^6.0.2", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/negotiator": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz", - "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/neo-async": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.1.tgz", - "integrity": "sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==" - }, - "node_modules/ng-pick-datetime": { - "version": "6.0.16", - "resolved": "https://registry.npmjs.org/ng-pick-datetime/-/ng-pick-datetime-6.0.16.tgz", - "integrity": "sha512-96rHNg+tGXmzJHvGoH2O8dF+MF7N4rKIehsi8Px3IZUOZM4qA6PE1w8SQzDvHQTIp/1NpiICvmt6BZK5IaDsFg==", - "peerDependencies": { - "@angular/cdk": "^6.3.0" - } - }, - "node_modules/ng2-charts": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/ng2-charts/-/ng2-charts-1.6.0.tgz", - "integrity": "sha512-9w0WH69x5/nuqC1og2WaY39NbaBqTGIP1+5gZaH7/KPN6UEPonNg/pYnsIVklLj1DWPWXKa8+XXIJZ1jy5nLxg==", - "dependencies": { - "chart.js": "^2.6.0" - }, - "peerDependencies": { - "@angular/common": "^2.3.0 || >=4.0.0", - "@angular/core": "^2.3.0 || >=4.0.0" - } - }, - "node_modules/ng2-ckeditor": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/ng2-ckeditor/-/ng2-ckeditor-1.2.6.tgz", - "integrity": "sha512-/bw0ZzVBvHUrFrXFeP08XKSsIX67M85rTiZkcphn0kpripAj13JvX/l/SQ74Kfk5K226Y3c+rONDj6OtfZH0kA==", - "dependencies": { - "tslib": "^1.9.0" - }, - "peerDependencies": { - "@angular/common": "^8.2.7", - "@angular/core": "^8.2.7", - "@angular/forms": "^8.2.7" - } - }, - "node_modules/ng2-dragula": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/ng2-dragula/-/ng2-dragula-1.3.1.tgz", - "integrity": "sha1-EDhMJAApBDOm+0XpHHRm5ojjrTc=", - "dependencies": { - "dragula": "^3.7.2" - }, - "peerDependencies": { - "@angular/common": "^2.3.1 || >=4.0.0", - "@angular/compiler": "2.4.3", - "@angular/core": "^2.3.1 || >=4.0.0", - "@angular/forms": "2.4.3" - } - }, - "node_modules/ng2-file-upload": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/ng2-file-upload/-/ng2-file-upload-1.2.1.tgz", - "integrity": "sha1-VWPF39b0P7++gVwgbjQ0ZKCmoZc=", - "peerDependencies": { - "@angular/common": "^2.3.1 || >=4.0.0", - "@angular/core": "^2.3.1 || >=4.0.0" - } - }, - "node_modules/ng2-pdf-viewer": { - "version": "5.2.3", - "resolved": "https://registry.npmjs.org/ng2-pdf-viewer/-/ng2-pdf-viewer-5.2.3.tgz", - "integrity": "sha512-Pf5Y64DEvYQn3p2AYJQSzCTLzOewB8yR83S/abEnEIZ+twv67hWvc23YCfDX1R5GqC9ZbO2/jJCq4osyxp/emQ==", - "dependencies": { - "@types/pdfjs-dist": "^0.1.2", - "pdfjs-dist": "2.0.943" - }, - "peerDependencies": { - "@angular/core": ">=5.0.0", - "@types/pdfjs-dist": "^0.1.2", - "pdfjs-dist": "2.0.943" - } - }, - "node_modules/ng2-toastr": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/ng2-toastr/-/ng2-toastr-4.1.2.tgz", - "integrity": "sha1-G0UvBxOZYcOPhmxuJKBiR++iGxE=" - }, - "node_modules/ng2-validation": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/ng2-validation/-/ng2-validation-4.2.0.tgz", - "integrity": "sha1-841EHT+36GIVUWZIAEWq/5rRHbs=", - "dependencies": { - "libphonenumber-js": "^0.4.5" - } - }, - "node_modules/ngx-color-picker": { - "version": "4.5.3", - "resolved": "https://registry.npmjs.org/ngx-color-picker/-/ngx-color-picker-4.5.3.tgz", - "integrity": "sha512-CJca1od05yf2j8OKUm5ar+mIVFB3n01+vbMpLeT+9/drKYCxgmtxxmmsgwWBNNXWYa2GNYB7PGH+mdKQkeypOg==", - "peerDependencies": { - "@angular/common": ">=2.0.0", - "@angular/core": ">=2.0.0" - } - }, - "node_modules/ngx-mat-daterange-picker": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/ngx-mat-daterange-picker/-/ngx-mat-daterange-picker-1.1.4.tgz", - "integrity": "sha512-bfIYGJicxwg58j6LZjUE5JPXqq7yJfremFhX5S/DnUYwQjgmDWN6PUOFEegEO7ua4QdgGWrhK04ElOw25aWrzQ==", - "peerDependencies": { - "@angular/animations": "^6.1", - "@angular/cdk": "^6.1", - "@angular/common": "^6.1", - "@angular/compiler": "^6.1", - "@angular/core": "^6.1", - "@angular/forms": "^6.1", - "@angular/material": "^6.1", - "@angular/platform-browser": "^6.1", - "@angular/platform-browser-dynamic": "^6.1", - "core-js": "^2.4.1", - "rxjs": "^6.1.0", - "tslib": "^1.9.0", - "zone.js": "^0.8.26" - } - }, - "node_modules/ngx-mat-select-search": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/ngx-mat-select-search/-/ngx-mat-select-search-1.8.0.tgz", - "integrity": "sha512-oCuGWn0GYxqpOZ4mdJvHJ0l/vctVQ9kxMKEUy6HZ5bGx4dCBUsolwnQeUDM+vwGtlXoBzYQ27cxYgbfNSyuabg==", - "dependencies": { - "tslib": "^1.9.0" - }, - "peerDependencies": { - "@angular/core": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", - "@angular/material": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", - "rxjs": "^5.5.2 || ^6.0.0" - } - }, - "node_modules/ngx-perfect-scrollbar": { - "version": "5.0.0-7", - "resolved": "https://registry.npmjs.org/ngx-perfect-scrollbar/-/ngx-perfect-scrollbar-5.0.0-7.tgz", - "integrity": "sha512-vAX6efxDdiC3dfDBEH83CVwRUQfDmbM6FLgiXI4mp6J1x9o31lSCt8qJV2AsZyAKXPOv0w0cTJ1At3FG/aXILg==", - "dependencies": { - "perfect-scrollbar": "^0.8.0", - "resize-observer-polyfill": "^1.4.0" - }, - "peerDependencies": { - "@angular/common": ">=4.0.0", - "@angular/core": ">=4.0.0" - } - }, - "node_modules/ngx-perfect-scrollbar/node_modules/perfect-scrollbar": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/perfect-scrollbar/-/perfect-scrollbar-0.8.1.tgz", - "integrity": "sha512-RNC5tX/JMRYR+qVdJTEAWnRxw0Yf9lvbO8lTuAOvgDODkiA8lveTSkvrNMhmaGKEyimJpJl+myb/syVS9YyPuw==", - "engines": { - "node": ">= 0.12.0" - } - }, - "node_modules/ngx-socket-io": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/ngx-socket-io/-/ngx-socket-io-3.0.1.tgz", - "integrity": "sha512-6+99AULDEcdrsFSd9FVo5mUSpQMa2KL6twPbteoEv3qWO0Hh2kdrzTjvPdsC2jeTuEuqa8R9l5/3eGYdiLZyWQ==", - "dependencies": { - "core-js": "^3.0.0", - "reflect-metadata": "^0.1.10", - "socket.io": "^2.2.0", - "socket.io-client": "^2.2.0", - "tslib": "^1.9.0", - "zone.js": "^0.10.1" - }, - "peerDependencies": { - "@angular/common": "^8.0.0", - "@angular/core": "^8.0.0", - "rxjs": "^6.1.0" - } - }, - "node_modules/ngx-socket-io/node_modules/arraybuffer.slice": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.7.tgz", - "integrity": "sha512-wGUIVQXuehL5TCqQun8OW81jGzAWycqzFF8lFp+GOM5BXLYj3bKNsYC4daB7n6XjCqxQA/qgTJ+8ANR3acjrog==" - }, - "node_modules/ngx-socket-io/node_modules/base64-arraybuffer": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.4.tgz", - "integrity": "sha1-mBjHngWbE1X5fgQooBfIOOkLqBI=", - "engines": { - "node": ">= 0.6.0" - } - }, - "node_modules/ngx-socket-io/node_modules/base64id": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/base64id/-/base64id-2.0.0.tgz", - "integrity": "sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==", - "engines": { - "node": "^4.5.0 || >= 5.9" - } - }, - "node_modules/ngx-socket-io/node_modules/blob": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/blob/-/blob-0.0.5.tgz", - "integrity": "sha512-gaqbzQPqOoamawKg0LGVd7SzLgXS+JH61oWprSLH+P+abTczqJbhTR8CmJ2u9/bUYNmHTGJx/UEmn6doAvvuig==" - }, - "node_modules/ngx-socket-io/node_modules/component-emitter": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz", - "integrity": "sha1-E3kY1teCg/ffemt8WmPhQOaUJeY=" - }, - "node_modules/ngx-socket-io/node_modules/cookie": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz", - "integrity": "sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/ngx-socket-io/node_modules/core-js": { - "version": "3.6.5", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz", - "integrity": "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==", - "hasInstallScript": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/core-js" - } - }, - "node_modules/ngx-socket-io/node_modules/debug": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", - "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", - "deprecated": "Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)", - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/ngx-socket-io/node_modules/engine.io": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-3.5.0.tgz", - "integrity": "sha512-21HlvPUKaitDGE4GXNtQ7PLP0Sz4aWLddMPw2VTyFz1FVZqu/kZsJUO8WNpKuE/OCL7nkfRaOui2ZCJloGznGA==", - "dependencies": { - "accepts": "~1.3.4", - "base64id": "2.0.0", - "cookie": "~0.4.1", - "debug": "~4.1.0", - "engine.io-parser": "~2.2.0", - "ws": "~7.4.2" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/ngx-socket-io/node_modules/engine.io-client": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-3.5.2.tgz", - "integrity": "sha512-QEqIp+gJ/kMHeUun7f5Vv3bteRHppHH/FMBQX/esFj/fuYfjyUKWGMo3VCvIP/V8bE9KcjHmRZrhIz2Z9oNsDA==", - "dependencies": { - "component-emitter": "~1.3.0", - "component-inherit": "0.0.3", - "debug": "~3.1.0", - "engine.io-parser": "~2.2.0", - "has-cors": "1.1.0", - "indexof": "0.0.1", - "parseqs": "0.0.6", - "parseuri": "0.0.6", - "ws": "~7.4.2", - "xmlhttprequest-ssl": "~1.6.2", - "yeast": "0.1.2" - } - }, - "node_modules/ngx-socket-io/node_modules/engine.io-client/node_modules/component-emitter": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz", - "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==" - }, - "node_modules/ngx-socket-io/node_modules/engine.io-client/node_modules/debug": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", - "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/ngx-socket-io/node_modules/engine.io-client/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/ngx-socket-io/node_modules/engine.io-parser": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-2.2.1.tgz", - "integrity": "sha512-x+dN/fBH8Ro8TFwJ+rkB2AmuVw9Yu2mockR/p3W8f8YtExwFgDvBDi0GWyb4ZLkpahtDGZgtr3zLovanJghPqg==", - "dependencies": { - "after": "0.8.2", - "arraybuffer.slice": "~0.0.7", - "base64-arraybuffer": "0.1.4", - "blob": "0.0.5", - "has-binary2": "~1.0.2" - } - }, - "node_modules/ngx-socket-io/node_modules/isarray": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.1.tgz", - "integrity": "sha1-o32U7ZzaLVmGXJ92/llu4fM4dB4=" - }, - "node_modules/ngx-socket-io/node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" - }, - "node_modules/ngx-socket-io/node_modules/parseqs": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/parseqs/-/parseqs-0.0.6.tgz", - "integrity": "sha512-jeAGzMDbfSHHA091hr0r31eYfTig+29g3GKKE/PPbEQ65X0lmMwlEoqmhzu0iztID5uJpZsFlUPDP8ThPL7M8w==" - }, - "node_modules/ngx-socket-io/node_modules/parseuri": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/parseuri/-/parseuri-0.0.6.tgz", - "integrity": "sha512-AUjen8sAkGgao7UyCX6Ahv0gIK2fABKmYjvP4xmy5JaKvcbTRueIqIPHLAfq30xJddqSE033IOMUSOMCcK3Sow==" - }, - "node_modules/ngx-socket-io/node_modules/socket.io": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-2.4.1.tgz", - "integrity": "sha512-Si18v0mMXGAqLqCVpTxBa8MGqriHGQh8ccEOhmsmNS3thNCGBwO8WGrwMibANsWtQQ5NStdZwHqZR3naJVFc3w==", - "dependencies": { - "debug": "~4.1.0", - "engine.io": "~3.5.0", - "has-binary2": "~1.0.2", - "socket.io-adapter": "~1.1.0", - "socket.io-client": "2.4.0", - "socket.io-parser": "~3.4.0" - } - }, - "node_modules/ngx-socket-io/node_modules/socket.io-adapter": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-1.1.2.tgz", - "integrity": "sha512-WzZRUj1kUjrTIrUKpZLEzFZ1OLj5FwLlAFQs9kuZJzJi5DKdU7FsWc36SNmA8iDOtwBQyT8FkrriRM8vXLYz8g==" - }, - "node_modules/ngx-socket-io/node_modules/socket.io-client": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-2.4.0.tgz", - "integrity": "sha512-M6xhnKQHuuZd4Ba9vltCLT9oa+YvTsP8j9NcEiLElfIg8KeYPyhWOes6x4t+LTAC8enQbE/995AdTem2uNyKKQ==", - "dependencies": { - "backo2": "1.0.2", - "component-bind": "1.0.0", - "component-emitter": "~1.3.0", - "debug": "~3.1.0", - "engine.io-client": "~3.5.0", - "has-binary2": "~1.0.2", - "indexof": "0.0.1", - "parseqs": "0.0.6", - "parseuri": "0.0.6", - "socket.io-parser": "~3.3.0", - "to-array": "0.1.4" - } - }, - "node_modules/ngx-socket-io/node_modules/socket.io-client/node_modules/component-emitter": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz", - "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==" - }, - "node_modules/ngx-socket-io/node_modules/socket.io-client/node_modules/debug": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", - "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/ngx-socket-io/node_modules/socket.io-client/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/ngx-socket-io/node_modules/socket.io-client/node_modules/socket.io-parser": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.3.0.tgz", - "integrity": "sha512-hczmV6bDgdaEbVqhAeVMM/jfUfzuEZHsQg6eOmLgJht6G3mPKMxYm75w2+qhAQZ+4X+1+ATZ+QFKeOZD5riHng==", - "dependencies": { - "component-emitter": "1.2.1", - "debug": "~3.1.0", - "isarray": "2.0.1" - } - }, - "node_modules/ngx-socket-io/node_modules/socket.io-client/node_modules/socket.io-parser/node_modules/component-emitter": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz", - "integrity": "sha1-E3kY1teCg/ffemt8WmPhQOaUJeY=" - }, - "node_modules/ngx-socket-io/node_modules/socket.io-parser": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.4.0.tgz", - "integrity": "sha512-/G/VOI+3DBp0+DJKW4KesGnQkQPFmUCbA/oO2QGT6CWxU7hLGWqU3tyuzeSK/dqcyeHsQg1vTe9jiZI8GU9SCQ==", - "dependencies": { - "component-emitter": "1.2.1", - "debug": "~4.1.0", - "isarray": "2.0.1" - } - }, - "node_modules/ngx-socket-io/node_modules/ws": { - "version": "7.4.6", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz", - "integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==", - "engines": { - "node": ">=8.3.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": "^5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } - } - }, - "node_modules/ngx-socket-io/node_modules/xmlhttprequest-ssl": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.6.3.tgz", - "integrity": "sha512-3XfeQE/wNkvrIktn2Kf0869fC0BN6UpydVasGIeSm2B1Llihf7/0UfZM+eCkOw3P7bP4+qPgqhm7ZoxuJtFU0Q==", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/ngx-socket-io/node_modules/zone.js": { - "version": "0.10.3", - "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.10.3.tgz", - "integrity": "sha512-LXVLVEq0NNOqK/fLJo3d0kfzd4sxwn2/h67/02pjCjfKDxgx1i9QqpvtHD8CrBnSSwMw5+dy11O7FRX5mkO7Cg==" - }, - "node_modules/ngx-spinner": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/ngx-spinner/-/ngx-spinner-7.2.0.tgz", - "integrity": "sha512-E3IVOrSXCC4v/8iy/f1cGWMfRF5HrmuGCGcTTYbEzknTViDqH2kMLYzdwC0MVsyAEafisEIM1rmSUzftIzPJQA==", - "dependencies": { - "tslib": "^1.9.0" - }, - "peerDependencies": { - "@angular/common": "^6.0.0 || ^7.0.0", - "@angular/core": "^6.0.0 || ^7.0.0" - } - }, - "node_modules/ngx-viewer": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/ngx-viewer/-/ngx-viewer-1.0.5.tgz", - "integrity": "sha512-0iFv83UhN2QhfFgjJWNKxFdNTgnrK3FftcwD+1yd368BWfApu0vTvVZwNDC669r42JCpCHMAVQxcFn7k32oXug==", - "dependencies": { - "tslib": "^1.9.0" - }, - "peerDependencies": { - "@angular/common": "^8.2.2", - "@angular/core": "^8.2.2", - "viewerjs": "^1.3.6" - } - }, - "node_modules/nice-try": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", - "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==", - "dev": true - }, - "node_modules/node-ensure": { - "version": "0.0.0", - "resolved": "https://registry.npmjs.org/node-ensure/-/node-ensure-0.0.0.tgz", - "integrity": "sha1-7K52QVDemYYexcgQ/V0Jaxg5Mqc=" - }, - "node_modules/node-fetch": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz", - "integrity": "sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ==", - "dependencies": { - "encoding": "^0.1.11", - "is-stream": "^1.0.1" - } - }, - "node_modules/node-fetch-npm": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/node-fetch-npm/-/node-fetch-npm-2.0.2.tgz", - "integrity": "sha512-nJIxm1QmAj4v3nfCvEeCrYSoVwXyxLnaPBK5W1W5DGEJwjlKuC2VEUycGw5oxk+4zZahRrB84PUJJgEmhFTDFw==", - "dev": true, - "dependencies": { - "encoding": "^0.1.11", - "json-parse-better-errors": "^1.0.0", - "safe-buffer": "^5.1.1" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/node-forge": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz", - "integrity": "sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==", - "dev": true, - "engines": { - "node": ">= 6.0.0" - } - }, - "node_modules/node-gyp": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.8.0.tgz", - "integrity": "sha512-3g8lYefrRRzvGeSowdJKAKyks8oUpLEd/DyPV4eMhVlhJ0aNaZqIrNUIPuEWWTAoPqyFkfGrM67MC69baqn6vA==", - "dependencies": { - "fstream": "^1.0.0", - "glob": "^7.0.3", - "graceful-fs": "^4.1.2", - "mkdirp": "^0.5.0", - "nopt": "2 || 3", - "npmlog": "0 || 1 || 2 || 3 || 4", - "osenv": "0", - "request": "^2.87.0", - "rimraf": "2", - "semver": "~5.3.0", - "tar": "^2.0.0", - "which": "1" - }, - "bin": { - "node-gyp": "bin/node-gyp.js" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/node-gyp/node_modules/semver": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz", - "integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8=", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/node-libs-browser": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.2.1.tgz", - "integrity": "sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==", - "dependencies": { - "assert": "^1.1.1", - "browserify-zlib": "^0.2.0", - "buffer": "^4.3.0", - "console-browserify": "^1.1.0", - "constants-browserify": "^1.0.0", - "crypto-browserify": "^3.11.0", - "domain-browser": "^1.1.1", - "events": "^3.0.0", - "https-browserify": "^1.0.0", - "os-browserify": "^0.3.0", - "path-browserify": "0.0.1", - "process": "^0.11.10", - "punycode": "^1.2.4", - "querystring-es3": "^0.2.0", - "readable-stream": "^2.3.3", - "stream-browserify": "^2.0.1", - "stream-http": "^2.7.2", - "string_decoder": "^1.0.0", - "timers-browserify": "^2.0.4", - "tty-browserify": "0.0.0", - "url": "^0.11.0", - "util": "^0.11.0", - "vm-browserify": "^1.0.1" - } - }, - "node_modules/node-libs-browser/node_modules/crypto-browserify": { - "version": "3.12.0", - "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz", - "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==", - "dependencies": { - "browserify-cipher": "^1.0.0", - "browserify-sign": "^4.0.0", - "create-ecdh": "^4.0.0", - "create-hash": "^1.1.0", - "create-hmac": "^1.1.0", - "diffie-hellman": "^5.0.0", - "inherits": "^2.0.1", - "pbkdf2": "^3.0.3", - "public-encrypt": "^4.0.0", - "randombytes": "^2.0.0", - "randomfill": "^1.0.3" - }, - "engines": { - "node": "*" - } - }, - "node_modules/node-libs-browser/node_modules/punycode": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", - "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=" - }, - "node_modules/node-releases": { - "version": "1.1.73", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.73.tgz", - "integrity": "sha512-uW7fodD6pyW2FZNZnp/Z3hvWKeEW1Y8R1+1CnErE8cXFXzl5blBOoVB41CvMer6P6Q0S5FXDwcHgFd1Wj0U9zg==", - "dev": true - }, - "node_modules/node-sass": { - "version": "4.14.1", - "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.14.1.tgz", - "integrity": "sha512-sjCuOlvGyCJS40R8BscF5vhVlQjNN069NtQ1gSxyK1u9iqvn6tf7O1R4GNowVZfiZUCRt5MmMs1xd+4V/7Yr0g==", - "hasInstallScript": true, - "dependencies": { - "async-foreach": "^0.1.3", - "chalk": "^1.1.1", - "cross-spawn": "^3.0.0", - "gaze": "^1.0.0", - "get-stdin": "^4.0.1", - "glob": "^7.0.3", - "in-publish": "^2.0.0", - "lodash": "^4.17.15", - "meow": "^3.7.0", - "mkdirp": "^0.5.1", - "nan": "^2.13.2", - "node-gyp": "^3.8.0", - "npmlog": "^4.0.0", - "request": "^2.88.0", - "sass-graph": "2.2.5", - "stdout-stream": "^1.4.0", - "true-case-path": "^1.0.2" - }, - "bin": { - "node-sass": "bin/node-sass" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/nopt": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz", - "integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=", - "dependencies": { - "abbrev": "1" - }, - "bin": { - "nopt": "bin/nopt.js" - } - }, - "node_modules/normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", - "dependencies": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "node_modules/normalize-path": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", - "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", - "dependencies": { - "remove-trailing-separator": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/normalize-range": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", - "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/npm-bundled": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-1.1.1.tgz", - "integrity": "sha512-gqkfgGePhTpAEgUsGEgcq1rqPXA+tv/aVBlgEzfXwA1yiUJF7xtEt3CtVwOjNYQOVknDk0F20w58Fnm3EtG0fA==", - "dev": true, - "dependencies": { - "npm-normalize-package-bin": "^1.0.1" - } - }, - "node_modules/npm-normalize-package-bin": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz", - "integrity": "sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==", - "dev": true - }, - "node_modules/npm-package-arg": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-6.1.0.tgz", - "integrity": "sha512-zYbhP2k9DbJhA0Z3HKUePUgdB1x7MfIfKssC+WLPFMKTBZKpZh5m13PgexJjCq6KW7j17r0jHWcCpxEqnnncSA==", - "dev": true, - "dependencies": { - "hosted-git-info": "^2.6.0", - "osenv": "^0.1.5", - "semver": "^5.5.0", - "validate-npm-package-name": "^3.0.0" - } - }, - "node_modules/npm-packlist": { - "version": "1.4.7", - "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.4.7.tgz", - "integrity": "sha512-vAj7dIkp5NhieaGZxBJB8fF4R0078rqsmhJcAfXZ6O7JJhjhPK96n5Ry1oZcfLXgfun0GWTZPOxaEyqv8GBykQ==", - "dev": true, - "dependencies": { - "ignore-walk": "^3.0.1", - "npm-bundled": "^1.0.1" - } - }, - "node_modules/npm-pick-manifest": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-2.2.3.tgz", - "integrity": "sha512-+IluBC5K201+gRU85vFlUwX3PFShZAbAgDNp2ewJdWMVSppdo/Zih0ul2Ecky/X7b51J7LrrUAP+XOmOCvYZqA==", - "dev": true, - "dependencies": { - "figgy-pudding": "^3.5.1", - "npm-package-arg": "^6.0.0", - "semver": "^5.4.1" - } - }, - "node_modules/npm-registry-client": { - "version": "8.6.0", - "resolved": "https://registry.npmjs.org/npm-registry-client/-/npm-registry-client-8.6.0.tgz", - "integrity": "sha512-Qs6P6nnopig+Y8gbzpeN/dkt+n7IyVd8f45NTMotGk6Qo7GfBmzwYx6jRLoOOgKiMnaQfYxsuyQlD8Mc3guBhg==", - "dev": true, - "dependencies": { - "concat-stream": "^1.5.2", - "graceful-fs": "^4.1.6", - "normalize-package-data": "~1.0.1 || ^2.0.0", - "npm-package-arg": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0", - "once": "^1.3.3", - "request": "^2.74.0", - "retry": "^0.10.0", - "safe-buffer": "^5.1.1", - "semver": "2 >=2.2.1 || 3.x || 4 || 5", - "slide": "^1.1.3", - "ssri": "^5.2.4" - }, - "optionalDependencies": { - "npmlog": "2 || ^3.1.0 || ^4.0.0" - } - }, - "node_modules/npm-registry-fetch": { - "version": "3.9.1", - "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-3.9.1.tgz", - "integrity": "sha512-VQCEZlydXw4AwLROAXWUR7QDfe2Y8Id/vpAgp6TI1/H78a4SiQ1kQrKZALm5/zxM5n4HIi+aYb+idUAV/RuY0Q==", - "dev": true, - "dependencies": { - "bluebird": "^3.5.1", - "figgy-pudding": "^3.4.1", - "JSONStream": "^1.3.4", - "lru-cache": "^5.1.1", - "make-fetch-happen": "^4.0.2", - "npm-package-arg": "^6.1.0" - } - }, - "node_modules/npm-registry-fetch/node_modules/lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dev": true, - "dependencies": { - "yallist": "^3.0.2" - } - }, - "node_modules/npm-registry-fetch/node_modules/yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "dev": true - }, - "node_modules/npm-run-path": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", - "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", - "dev": true, - "dependencies": { - "path-key": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/npmlog": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz", - "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==", - "dependencies": { - "are-we-there-yet": "~1.1.2", - "console-control-strings": "~1.1.0", - "gauge": "~2.7.3", - "set-blocking": "~2.0.0" - } - }, - "node_modules/null-check": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/null-check/-/null-check-1.0.0.tgz", - "integrity": "sha1-l33/1xdgErnsMNKjnbXPcqBDnt0=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/num2fraction": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz", - "integrity": "sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=", - "dev": true - }, - "node_modules/number-is-nan": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", - "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/oauth-sign": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", - "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==", - "engines": { - "node": "*" - } - }, - "node_modules/object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-component": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/object-component/-/object-component-0.0.3.tgz", - "integrity": "sha1-8MaapQ78lbhmwYb0AKM3acsvEpE=" - }, - "node_modules/object-copy": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz", - "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=", - "dependencies": { - "copy-descriptor": "^0.1.0", - "define-property": "^0.2.5", - "kind-of": "^3.0.3" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-copy/node_modules/define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "dependencies": { - "is-descriptor": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-copy/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-inspect": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.7.0.tgz", - "integrity": "sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object-is": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.0.2.tgz", - "integrity": "sha512-Epah+btZd5wrrfjkJZq1AOB9O6OxUQto45hzFd7lXGrpHPGE0W1k+426yrZV+k6NJOzLNNW/nVsmZdIWsAqoOQ==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", - "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/object-visit": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz", - "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=", - "dependencies": { - "isobject": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object.assign": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz", - "integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==", - "dependencies": { - "define-properties": "^1.1.2", - "function-bind": "^1.1.1", - "has-symbols": "^1.0.0", - "object-keys": "^1.0.11" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/object.omit": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/object.omit/-/object.omit-2.0.1.tgz", - "integrity": "sha1-Gpx0SCnznbuFjHbKNXmuKlTr0fo=", - "dependencies": { - "for-own": "^0.1.4", - "is-extendable": "^0.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object.omit/node_modules/for-own": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/for-own/-/for-own-0.1.5.tgz", - "integrity": "sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4=", - "dependencies": { - "for-in": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object.pick": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", - "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=", - "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/obuf": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", - "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==", - "dev": true - }, - "node_modules/on-finished": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", - "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", - "dependencies": { - "ee-first": "1.1.1" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/on-headers": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", - "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", - "dev": true, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", - "dependencies": { - "wrappy": "1" - } - }, - "node_modules/opn": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/opn/-/opn-5.4.0.tgz", - "integrity": "sha512-YF9MNdVy/0qvJvDtunAOzFw9iasOQHpVthTCvGzxt61Il64AYSGdK+rYwld7NAfk9qJ7dt+hymBNSc9LNYS+Sw==", - "dev": true, - "dependencies": { - "is-wsl": "^1.1.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/optimist": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz", - "integrity": "sha1-2j6nRob6IaGaERwybpDrFaAZZoY=", - "dependencies": { - "minimist": "~0.0.1", - "wordwrap": "~0.0.2" - } - }, - "node_modules/optimist/node_modules/minimist": { - "version": "0.0.10", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz", - "integrity": "sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=" - }, - "node_modules/optimist/node_modules/wordwrap": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz", - "integrity": "sha1-o9XabNXAvAAI03I0u68b7WMFkQc=", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/optionator": { - "version": "0.8.3", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz", - "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", - "dev": true, - "dependencies": { - "deep-is": "~0.1.3", - "fast-levenshtein": "~2.0.6", - "levn": "~0.3.0", - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2", - "word-wrap": "~1.2.3" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/options": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/options/-/options-0.0.6.tgz", - "integrity": "sha1-7CLTEoBrtT5zF3Pnza788cZDEo8=", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/optjs": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/optjs/-/optjs-3.2.2.tgz", - "integrity": "sha1-aabOicRCpEQDFBrS+bNwvVu29O4=" - }, - "node_modules/original": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/original/-/original-1.0.2.tgz", - "integrity": "sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg==", - "dev": true, - "dependencies": { - "url-parse": "^1.4.3" - } - }, - "node_modules/os-browserify": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz", - "integrity": "sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=" - }, - "node_modules/os-homedir": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", - "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/os-locale": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz", - "integrity": "sha1-IPnxeuKe00XoveWDsT0gCYA8FNk=", - "dependencies": { - "lcid": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/os-tmpdir": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", - "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/osenv": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz", - "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==", - "dependencies": { - "os-homedir": "^1.0.0", - "os-tmpdir": "^1.0.0" - } - }, - "node_modules/p-defer": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-defer/-/p-defer-1.0.0.tgz", - "integrity": "sha1-n26xgvbJqozXQwBKfU+WsZaw+ww=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/p-finally": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", - "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/p-is-promise": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-2.1.0.tgz", - "integrity": "sha512-Y3W0wlRPK8ZMRbNq97l4M5otioeA5lm1z7bkNkxCka8HSPjR0xRWmpCmc9utiaLP9Jb1eD8BgeIxTW4AIF45Pg==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/p-limit": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", - "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", - "dev": true, - "dependencies": { - "p-try": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/p-locate": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", - "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", - "dev": true, - "dependencies": { - "p-limit": "^1.1.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/p-map": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-1.2.0.tgz", - "integrity": "sha512-r6zKACMNhjPJMTl8KcFH4li//gkrXWfbD6feV8l6doRHlzljFWGJ2AP6iKaCJXyZmAUMOPtvbW7EXkbWO/pLEA==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/p-try": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", - "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/pacote": { - "version": "9.2.3", - "resolved": "https://registry.npmjs.org/pacote/-/pacote-9.2.3.tgz", - "integrity": "sha512-Y3+yY3nBRAxMlZWvr62XLJxOwCmG9UmkGZkFurWHoCjqF0cZL72cTOCRJTvWw8T4OhJS2RTg13x4oYYriauvEw==", - "dev": true, - "dependencies": { - "bluebird": "^3.5.2", - "cacache": "^11.2.0", - "figgy-pudding": "^3.5.1", - "get-stream": "^4.1.0", - "glob": "^7.1.3", - "lru-cache": "^4.1.3", - "make-fetch-happen": "^4.0.1", - "minimatch": "^3.0.4", - "minipass": "^2.3.5", - "mississippi": "^3.0.0", - "mkdirp": "^0.5.1", - "normalize-package-data": "^2.4.0", - "npm-package-arg": "^6.1.0", - "npm-packlist": "^1.1.12", - "npm-pick-manifest": "^2.2.3", - "npm-registry-fetch": "^3.8.0", - "osenv": "^0.1.5", - "promise-inflight": "^1.0.1", - "promise-retry": "^1.1.1", - "protoduck": "^5.0.1", - "rimraf": "^2.6.2", - "safe-buffer": "^5.1.2", - "semver": "^5.6.0", - "ssri": "^6.0.1", - "tar": "^4.4.6", - "unique-filename": "^1.1.1", - "which": "^1.3.1" - } - }, - "node_modules/pacote/node_modules/cacache": { - "version": "11.3.3", - "resolved": "https://registry.npmjs.org/cacache/-/cacache-11.3.3.tgz", - "integrity": "sha512-p8WcneCytvzPxhDvYp31PD039vi77I12W+/KfR9S8AZbaiARFBCpsPJS+9uhWfeBfeAtW7o/4vt3MUqLkbY6nA==", - "dev": true, - "dependencies": { - "bluebird": "^3.5.5", - "chownr": "^1.1.1", - "figgy-pudding": "^3.5.1", - "glob": "^7.1.4", - "graceful-fs": "^4.1.15", - "lru-cache": "^5.1.1", - "mississippi": "^3.0.0", - "mkdirp": "^0.5.1", - "move-concurrently": "^1.0.1", - "promise-inflight": "^1.0.1", - "rimraf": "^2.6.3", - "ssri": "^6.0.1", - "unique-filename": "^1.1.1", - "y18n": "^4.0.0" - } - }, - "node_modules/pacote/node_modules/cacache/node_modules/lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dev": true, - "dependencies": { - "yallist": "^3.0.2" - } - }, - "node_modules/pacote/node_modules/get-stream": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", - "dev": true, - "dependencies": { - "pump": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/pacote/node_modules/mississippi": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/mississippi/-/mississippi-3.0.0.tgz", - "integrity": "sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==", - "dev": true, - "dependencies": { - "concat-stream": "^1.5.0", - "duplexify": "^3.4.2", - "end-of-stream": "^1.1.0", - "flush-write-stream": "^1.0.0", - "from2": "^2.1.0", - "parallel-transform": "^1.1.0", - "pump": "^3.0.0", - "pumpify": "^1.3.3", - "stream-each": "^1.1.0", - "through2": "^2.0.0" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/pacote/node_modules/pump": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", - "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", - "dev": true, - "dependencies": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - } - }, - "node_modules/pacote/node_modules/ssri": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/ssri/-/ssri-6.0.2.tgz", - "integrity": "sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q==", - "dev": true, - "dependencies": { - "figgy-pudding": "^3.5.1" - } - }, - "node_modules/pacote/node_modules/tar": { - "version": "4.4.13", - "resolved": "https://registry.npmjs.org/tar/-/tar-4.4.13.tgz", - "integrity": "sha512-w2VwSrBoHa5BsSyH+KxEqeQBAllHhccyMFVHtGtdMpF4W7IRWfZjFiQceJPChOeTsSDVUpER2T8FA93pr0L+QA==", - "dev": true, - "dependencies": { - "chownr": "^1.1.1", - "fs-minipass": "^1.2.5", - "minipass": "^2.8.6", - "minizlib": "^1.2.1", - "mkdirp": "^0.5.0", - "safe-buffer": "^5.1.2", - "yallist": "^3.0.3" - }, - "engines": { - "node": ">=4.5" - } - }, - "node_modules/pacote/node_modules/y18n": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", - "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==", - "dev": true - }, - "node_modules/pacote/node_modules/yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "dev": true - }, - "node_modules/pako": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.10.tgz", - "integrity": "sha512-0DTvPVU3ed8+HNXOu5Bs+o//Mbdj9VNQMUOe9oKCwh8l0GNwpTDMKCWbRjgtD291AWnkAgkqA/LOnQS8AmS1tw==" - }, - "node_modules/parallel-transform": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/parallel-transform/-/parallel-transform-1.2.0.tgz", - "integrity": "sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg==", - "dependencies": { - "cyclist": "^1.0.1", - "inherits": "^2.0.3", - "readable-stream": "^2.1.5" - } - }, - "node_modules/parchment": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/parchment/-/parchment-1.1.4.tgz", - "integrity": "sha512-J5FBQt/pM2inLzg4hEWmzQx/8h8D0CiDxaG3vyp9rKrQRSDgBlhjdP5jQGgosEajXPSQouXGHOmVdgo7QmJuOg==" - }, - "node_modules/parse-asn1": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.5.tgz", - "integrity": "sha512-jkMYn1dcJqF6d5CpU689bq7w/b5ALS9ROVSpQDPrZsqqesUJii9qutvoT5ltGedNXMO2e16YUWIghG9KxaViTQ==", - "dependencies": { - "asn1.js": "^4.0.0", - "browserify-aes": "^1.0.0", - "create-hash": "^1.1.0", - "evp_bytestokey": "^1.0.0", - "pbkdf2": "^3.0.3", - "safe-buffer": "^5.1.1" - } - }, - "node_modules/parse-glob": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz", - "integrity": "sha1-ssN2z7EfNVE7rdFz7wu246OIORw=", - "dependencies": { - "glob-base": "^0.3.0", - "is-dotfile": "^1.0.0", - "is-extglob": "^1.0.0", - "is-glob": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/parse-glob/node_modules/is-extglob": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz", - "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/parse-glob/node_modules/is-glob": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz", - "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", - "dependencies": { - "is-extglob": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/parse-json": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", - "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", - "dependencies": { - "error-ex": "^1.2.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/parse5": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-5.1.1.tgz", - "integrity": "sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug==", - "optional": true - }, - "node_modules/parsejson": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/parsejson/-/parsejson-0.0.3.tgz", - "integrity": "sha1-q343WfIJ7OmUN5c/fQ8fZK4OZKs=", - "dependencies": { - "better-assert": "~1.0.0" - } - }, - "node_modules/parseqs": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/parseqs/-/parseqs-0.0.5.tgz", - "integrity": "sha1-1SCKNzjkZ2bikbouoXNoSSGouJ0=", - "dependencies": { - "better-assert": "~1.0.0" - } - }, - "node_modules/parseuri": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/parseuri/-/parseuri-0.0.5.tgz", - "integrity": "sha1-gCBKUNTbt3m/3G6+J3jZDkvOMgo=", - "dependencies": { - "better-assert": "~1.0.0" - } - }, - "node_modules/parseurl": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", - "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/pascalcase": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz", - "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/path-browserify": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.1.tgz", - "integrity": "sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==" - }, - "node_modules/path-dirname": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz", - "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=", - "dev": true - }, - "node_modules/path-exists": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz", - "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=", - "dependencies": { - "pinkie-promise": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/path-is-inside": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", - "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=", - "dev": true - }, - "node_modules/path-key": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", - "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", - "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==" - }, - "node_modules/path-to-regexp": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", - "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=", - "dev": true - }, - "node_modules/path-type": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz", - "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=", - "dependencies": { - "graceful-fs": "^4.1.2", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/pbkdf2": { - "version": "3.0.17", - "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.17.tgz", - "integrity": "sha512-U/il5MsrZp7mGg3mSQfn742na2T+1/vHDCG5/iTI3X9MKUuYUZVLQhyRsg06mCgDBTd57TxzgZt7P+fYfjRLtA==", - "dependencies": { - "create-hash": "^1.1.2", - "create-hmac": "^1.1.4", - "ripemd160": "^2.0.1", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" - }, - "engines": { - "node": ">=0.12" - } - }, - "node_modules/pdfjs-dist": { - "version": "2.0.943", - "resolved": "https://registry.npmjs.org/pdfjs-dist/-/pdfjs-dist-2.0.943.tgz", - "integrity": "sha512-iLhNcm4XceTHRaSU5o22ZGCm4YpuW5+rf4+BJFH/feBhMQLbCGBry+Jet8Q419QDI4qgARaIQzXuiNrsNWS8Yw==", - "dependencies": { - "node-ensure": "^0.0.0", - "worker-loader": "^2.0.0" - }, - "peerDependencies": { - "webpack": "^3.0.0 || ^4.0.0-alpha.0 || ^4.0.0" - } - }, - "node_modules/perfect-scrollbar": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/perfect-scrollbar/-/perfect-scrollbar-1.4.0.tgz", - "integrity": "sha512-/2Sk/khljhdrsamjJYS5NjrH+GKEHEwh7zFSiYyxROyYKagkE4kSn2zDQDRTOMo8mpT2jikxx6yI1dG7lNP/hw==" - }, - "node_modules/performance-now": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", - "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=" - }, - "node_modules/picomatch": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz", - "integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==", - "dev": true, - "optional": true, - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/pify": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/pinkie": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", - "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/pinkie-promise": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", - "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", - "dependencies": { - "pinkie": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/pkg-dir": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-2.0.0.tgz", - "integrity": "sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=", - "dev": true, - "dependencies": { - "find-up": "^2.1.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/pkg-dir/node_modules/find-up": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", - "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", - "dev": true, - "dependencies": { - "locate-path": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/portfinder": { - "version": "1.0.17", - "resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.17.tgz", - "integrity": "sha512-syFcRIRzVI1BoEFOCaAiizwDolh1S1YXSodsVhncbhjzjZQulhczNRbqnUl9N31Q4dKGOXsNDqxC2BWBgSMqeQ==", - "dev": true, - "dependencies": { - "async": "^1.5.2", - "debug": "^2.2.0", - "mkdirp": "0.5.x" - }, - "engines": { - "node": ">= 0.12.0" - } - }, - "node_modules/positioning": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/positioning/-/positioning-1.5.1.tgz", - "integrity": "sha512-Al3inO/WAlq7Q986pghpdWC9fsSCCKxOAwRt8ZGpcQn58SP8RJX7bjC53I7xeq9ngN+odcyF4B+wMdpyyiF5wQ==" - }, - "node_modules/posix-character-classes": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz", - "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/postcss": { - "version": "7.0.13", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.13.tgz", - "integrity": "sha512-h8SY6kQTd1wISHWjz+E6cswdhMuyBZRb16pSTv3W4zYZ3/YbyWeJdNUeOXB5IdZqE1U76OUEjjjqsC3z2f3hVg==", - "dev": true, - "dependencies": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/postcss-import": { - "version": "12.0.1", - "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-12.0.1.tgz", - "integrity": "sha512-3Gti33dmCjyKBgimqGxL3vcV8w9+bsHwO5UrBawp796+jdardbcFl4RP5w/76BwNL7aGzpKstIfF9I+kdE8pTw==", - "dev": true, - "dependencies": { - "postcss": "^7.0.1", - "postcss-value-parser": "^3.2.3", - "read-cache": "^1.0.0", - "resolve": "^1.1.7" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/postcss-load-config": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-2.1.0.tgz", - "integrity": "sha512-4pV3JJVPLd5+RueiVVB+gFOAa7GWc25XQcMp86Zexzke69mKf6Nx9LRcQywdz7yZI9n1udOxmLuAwTBypypF8Q==", - "dev": true, - "dependencies": { - "cosmiconfig": "^5.0.0", - "import-cwd": "^2.0.0" - }, - "engines": { - "node": ">= 4" - } - }, - "node_modules/postcss-loader": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-3.0.0.tgz", - "integrity": "sha512-cLWoDEY5OwHcAjDnkyRQzAXfs2jrKjXpO/HQFcc5b5u/r7aa471wdmChmwfnv7x2u840iat/wi0lQ5nbRgSkUA==", - "dev": true, - "dependencies": { - "loader-utils": "^1.1.0", - "postcss": "^7.0.0", - "postcss-load-config": "^2.0.0", - "schema-utils": "^1.0.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/postcss-loader/node_modules/schema-utils": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", - "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", - "dev": true, - "dependencies": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - }, - "engines": { - "node": ">= 4" - } - }, - "node_modules/postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", - "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==", - "dev": true - }, - "node_modules/postcss/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/postcss/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/postcss/node_modules/chalk/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/postcss/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/postcss/node_modules/supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", - "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", - "dev": true, - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/prelude-ls": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", - "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=", - "dev": true, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/preserve": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz", - "integrity": "sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/printj": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/printj/-/printj-1.1.2.tgz", - "integrity": "sha512-zA2SmoLaxZyArQTOPj5LXecR+RagfPSU5Kw1qP+jkWeNlrq+eJZyY2oS68SU1Z/7/myXM4lo9716laOFAVStCQ==", - "bin": { - "printj": "bin/printj.njs" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/process": { - "version": "0.11.10", - "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", - "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=", - "engines": { - "node": ">= 0.6.0" - } - }, - "node_modules/process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", - "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" - }, - "node_modules/promise": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz", - "integrity": "sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==", - "dev": true, - "optional": true, - "dependencies": { - "asap": "~2.0.3" - } - }, - "node_modules/promise-inflight": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", - "integrity": "sha1-mEcocL8igTL8vdhoEputEsPAKeM=" - }, - "node_modules/promise-polyfill": { - "version": "8.1.3", - "resolved": "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-8.1.3.tgz", - "integrity": "sha512-MG5r82wBzh7pSKDRa9y+vllNHz3e3d4CNj1PQE4BQYxLme0gKYYBm9YENq+UkEikyZ0XbiGWxYlVw3Rl9O/U8g==" - }, - "node_modules/promise-retry": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-1.1.1.tgz", - "integrity": "sha1-ZznpaOMFHaIM5kl/srUPaRHfPW0=", - "dev": true, - "dependencies": { - "err-code": "^1.0.0", - "retry": "^0.10.0" - }, - "engines": { - "node": ">=0.12" - } - }, - "node_modules/protobufjs": { - "version": "6.8.8", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-6.8.8.tgz", - "integrity": "sha512-AAmHtD5pXgZfi7GMpllpO3q1Xw1OYldr+dMUlAnffGTAhqkg72WdmSY71uKBF/JuyiKs8psYbtKrhi0ASCD8qw==", - "hasInstallScript": true, - "dependencies": { - "@protobufjs/aspromise": "^1.1.2", - "@protobufjs/base64": "^1.1.2", - "@protobufjs/codegen": "^2.0.4", - "@protobufjs/eventemitter": "^1.1.0", - "@protobufjs/fetch": "^1.1.0", - "@protobufjs/float": "^1.0.2", - "@protobufjs/inquire": "^1.1.0", - "@protobufjs/path": "^1.1.2", - "@protobufjs/pool": "^1.1.0", - "@protobufjs/utf8": "^1.1.0", - "@types/long": "^4.0.0", - "@types/node": "^10.1.0", - "long": "^4.0.0" - }, - "bin": { - "pbjs": "bin/pbjs", - "pbts": "bin/pbts" - } - }, - "node_modules/protobufjs/node_modules/@types/node": { - "version": "10.17.13", - "resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.13.tgz", - "integrity": "sha512-pMCcqU2zT4TjqYFrWtYHKal7Sl30Ims6ulZ4UFXxI4xbtQqK/qqKwkDoBFCfooRqqmRu9vY3xaJRwxSh673aYg==" - }, - "node_modules/protoduck": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/protoduck/-/protoduck-5.0.1.tgz", - "integrity": "sha512-WxoCeDCoCBY55BMvj4cAEjdVUFGRWed9ZxPlqTKYyw1nDDTQ4pqmnIMAGfJlg7Dx35uB/M+PHJPTmGOvaCaPTg==", - "dev": true, - "dependencies": { - "genfun": "^5.0.0" - } - }, - "node_modules/protractor": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/protractor/-/protractor-5.1.2.tgz", - "integrity": "sha1-myIXQXCaTGLVzVPGqt1UpxE36V8=", - "dev": true, - "dependencies": { - "@types/node": "^6.0.46", - "@types/q": "^0.0.32", - "@types/selenium-webdriver": "~2.53.39", - "blocking-proxy": "0.0.5", - "chalk": "^1.1.3", - "glob": "^7.0.3", - "jasmine": "^2.5.3", - "jasminewd2": "^2.1.0", - "optimist": "~0.6.0", - "q": "1.4.1", - "saucelabs": "~1.3.0", - "selenium-webdriver": "3.0.1", - "source-map-support": "~0.4.0", - "webdriver-js-extender": "^1.0.0", - "webdriver-manager": "^12.0.6" - }, - "bin": { - "protractor": "bin/protractor", - "webdriver-manager": "bin/webdriver-manager" - }, - "engines": { - "node": ">=6.9.x" - } - }, - "node_modules/protractor/node_modules/@types/node": { - "version": "6.14.9", - "resolved": "https://registry.npmjs.org/@types/node/-/node-6.14.9.tgz", - "integrity": "sha512-leP/gxHunuazPdZaCvsCefPQxinqUDsCxCR5xaDUrY2MkYxQRFZZwU5e7GojyYsGB7QVtCi7iVEl/hoFXQYc+w==", - "dev": true - }, - "node_modules/protractor/node_modules/del": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/del/-/del-2.2.2.tgz", - "integrity": "sha1-wSyYHQZ4RshLyvhiz/kw2Qf/0ag=", - "dev": true, - "dependencies": { - "globby": "^5.0.0", - "is-path-cwd": "^1.0.0", - "is-path-in-cwd": "^1.0.0", - "object-assign": "^4.0.1", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0", - "rimraf": "^2.2.8" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/protractor/node_modules/globby": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-5.0.0.tgz", - "integrity": "sha1-69hGZ8oNuzMLmbz8aOrCvFQ3Dg0=", - "dev": true, - "dependencies": { - "array-union": "^1.0.1", - "arrify": "^1.0.0", - "glob": "^7.0.3", - "object-assign": "^4.0.1", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/protractor/node_modules/source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/protractor/node_modules/source-map-support": { - "version": "0.4.18", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.18.tgz", - "integrity": "sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==", - "dev": true, - "dependencies": { - "source-map": "^0.5.6" - } - }, - "node_modules/protractor/node_modules/webdriver-manager": { - "version": "12.1.7", - "resolved": "https://registry.npmjs.org/webdriver-manager/-/webdriver-manager-12.1.7.tgz", - "integrity": "sha512-XINj6b8CYuUYC93SG3xPkxlyUc3IJbD6Vvo75CVGuG9uzsefDzWQrhz0Lq8vbPxtb4d63CZdYophF8k8Or/YiA==", - "dev": true, - "dependencies": { - "adm-zip": "^0.4.9", - "chalk": "^1.1.1", - "del": "^2.2.0", - "glob": "^7.0.3", - "ini": "^1.3.4", - "minimist": "^1.2.0", - "q": "^1.4.1", - "request": "^2.87.0", - "rimraf": "^2.5.2", - "semver": "^5.3.0", - "xml2js": "^0.4.17" - }, - "bin": { - "webdriver-manager": "bin/webdriver-manager" - }, - "engines": { - "node": ">=6.9.x" - } - }, - "node_modules/proxy-addr": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.5.tgz", - "integrity": "sha512-t/7RxHXPH6cJtP0pRG6smSr9QJidhB+3kXu0KgXnbGYMgzEnUxRQ4/LDdfOwZEMyIh3/xHb8PX3t+lfL9z+YVQ==", - "dev": true, - "dependencies": { - "forwarded": "~0.1.2", - "ipaddr.js": "1.9.0" - }, - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/prr": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz", - "integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY=" - }, - "node_modules/pseudomap": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", - "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=" - }, - "node_modules/psl": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/psl/-/psl-1.7.0.tgz", - "integrity": "sha512-5NsSEDv8zY70ScRnOTn7bK7eanl2MvFrOrS/R6x+dBt5g1ghnj9Zv90kO8GwT8gxcu2ANyFprnFYB85IogIJOQ==" - }, - "node_modules/public-encrypt": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz", - "integrity": "sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==", - "dependencies": { - "bn.js": "^4.1.0", - "browserify-rsa": "^4.0.0", - "create-hash": "^1.1.0", - "parse-asn1": "^5.0.0", - "randombytes": "^2.0.1", - "safe-buffer": "^5.1.2" - } - }, - "node_modules/pump": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz", - "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==", - "dependencies": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - } - }, - "node_modules/pumpify": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz", - "integrity": "sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==", - "dependencies": { - "duplexify": "^3.6.0", - "inherits": "^2.0.3", - "pump": "^2.0.0" - } - }, - "node_modules/punycode": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", - "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", - "engines": { - "node": ">=6" - } - }, - "node_modules/q": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/q/-/q-1.4.1.tgz", - "integrity": "sha1-VXBbzZPF82c1MMLCy8DCs63cKG4=", - "dev": true, - "engines": { - "node": ">=0.6.0", - "teleport": ">=0.2.0" - } - }, - "node_modules/qjobs": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/qjobs/-/qjobs-1.2.0.tgz", - "integrity": "sha512-8YOJEHtxpySA3fFDyCRxA+UUV+fA+rTWnuWvylOK/NCjhY+b4ocCtmu8TtsWb+mYeU+GCHf/S66KZF/AsteKHg==", - "engines": { - "node": ">=0.9" - } - }, - "node_modules/qs": { - "version": "6.5.2", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", - "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==", - "engines": { - "node": ">=0.6" - } - }, - "node_modules/querystring": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz", - "integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=", - "deprecated": "The querystring API is considered Legacy. new code should use the URLSearchParams API instead.", - "engines": { - "node": ">=0.4.x" - } - }, - "node_modules/querystring-es3": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz", - "integrity": "sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=", - "engines": { - "node": ">=0.4.x" - } - }, - "node_modules/querystringify": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.1.1.tgz", - "integrity": "sha512-w7fLxIRCRT7U8Qu53jQnJyPkYZIaR4n5151KMfcJlO/A9397Wxb1amJvROTK6TOnp7PfoAmg/qXiNHI+08jRfA==", - "dev": true - }, - "node_modules/quill": { - "version": "1.3.7", - "resolved": "https://registry.npmjs.org/quill/-/quill-1.3.7.tgz", - "integrity": "sha512-hG/DVzh/TiknWtE6QmWAF/pxoZKYxfe3J/d/+ShUWkDvvkZQVTPeVmUJVu1uE6DDooC4fWTiCLh84ul89oNz5g==", - "dependencies": { - "clone": "^2.1.1", - "deep-equal": "^1.0.1", - "eventemitter3": "^2.0.3", - "extend": "^3.0.2", - "parchment": "^1.1.4", - "quill-delta": "^3.6.2" - } - }, - "node_modules/quill-delta": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/quill-delta/-/quill-delta-3.6.3.tgz", - "integrity": "sha512-wdIGBlcX13tCHOXGMVnnTVFtGRLoP0imqxM696fIPwIf5ODIYUHIvHbZcyvGlZFiFhK5XzDC2lpjbxRhnM05Tg==", - "dependencies": { - "deep-equal": "^1.0.1", - "extend": "^3.0.2", - "fast-diff": "1.1.2" - }, - "engines": { - "node": ">=0.10" - } - }, - "node_modules/randomatic": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/randomatic/-/randomatic-3.1.1.tgz", - "integrity": "sha512-TuDE5KxZ0J461RVjrJZCJc+J+zCkTb1MbH9AQUq68sMhOMcy9jLcb3BrZKgp9q9Ncltdg4QVqWrH02W2EFFVYw==", - "dependencies": { - "is-number": "^4.0.0", - "kind-of": "^6.0.0", - "math-random": "^1.0.1" - }, - "engines": { - "node": ">= 0.10.0" - } - }, - "node_modules/randomatic/node_modules/is-number": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-4.0.0.tgz", - "integrity": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/randombytes": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", - "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", - "dependencies": { - "safe-buffer": "^5.1.0" - } - }, - "node_modules/randomfill": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz", - "integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==", - "dependencies": { - "randombytes": "^2.0.5", - "safe-buffer": "^5.1.0" - } - }, - "node_modules/range-parser": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", - "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/raw-body": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz", - "integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==", - "dependencies": { - "bytes": "3.1.0", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/raw-body/node_modules/bytes": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", - "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/raw-loader": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/raw-loader/-/raw-loader-0.5.1.tgz", - "integrity": "sha1-DD0L6u2KAclm2Xh793goElKpeao=", - "dev": true - }, - "node_modules/read-cache": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", - "integrity": "sha1-5mTvMRYRZsl1HNvo28+GtftY93Q=", - "dev": true, - "dependencies": { - "pify": "^2.3.0" - } - }, - "node_modules/read-pkg": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz", - "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=", - "dependencies": { - "load-json-file": "^1.0.0", - "normalize-package-data": "^2.3.2", - "path-type": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/read-pkg-up": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz", - "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=", - "dependencies": { - "find-up": "^1.0.0", - "read-pkg": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/readable-stream/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "node_modules/readdirp": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz", - "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==", - "dependencies": { - "graceful-fs": "^4.1.11", - "micromatch": "^3.1.10", - "readable-stream": "^2.0.2" - }, - "engines": { - "node": ">=0.10" - } - }, - "node_modules/recordrtc": { - "version": "5.5.9", - "resolved": "https://registry.npmjs.org/recordrtc/-/recordrtc-5.5.9.tgz", - "integrity": "sha512-6T1tn80nRfsXrAoYWINwz+hBKk+pB5Im4I0BS52Og1ruQvrEdV3IUcm+AKwLMHNyBAhJ2DaVa+9pukTRxMF/uA==" - }, - "node_modules/redent": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz", - "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=", - "dependencies": { - "indent-string": "^2.1.0", - "strip-indent": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/reflect-metadata": { - "version": "0.1.13", - "resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.1.13.tgz", - "integrity": "sha512-Ts1Y/anZELhSsjMcU605fU9RE4Oi3p5ORujwbIKXfWa+0Zxs510Qrmrce5/Jowq3cHSZSJqBjypxmHarc+vEWg==" - }, - "node_modules/regenerate": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.0.tgz", - "integrity": "sha512-1G6jJVDWrt0rK99kBjvEtziZNCICAuvIPkSiUFIQxVP06RCVpq3dmDo2oi6ABpYaDYaTRr67BEhL8r1wgEZZKg==", - "dev": true - }, - "node_modules/regenerator-runtime": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz", - "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==" - }, - "node_modules/regex-cache": { - "version": "0.4.4", - "resolved": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.4.tgz", - "integrity": "sha512-nVIZwtCjkC9YgvWkpM55B5rBhBYRZhAaJbgcFYXXsHnbZ9UZI9nnVWYZpBlCqv9ho2eZryPnWrZGsOdPwVWXWQ==", - "dependencies": { - "is-equal-shallow": "^0.1.3" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/regex-not": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz", - "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==", - "dependencies": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/regexp.prototype.flags": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.3.0.tgz", - "integrity": "sha512-2+Q0C5g951OlYlJz6yu5/M33IcsESLlLfsyIaLJaG4FA2r4yP8MvVMJUUP/fVBkSpbbbZlS5gynbEWLipiiXiQ==", - "dependencies": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.0-next.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/regexpu-core": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-1.0.0.tgz", - "integrity": "sha1-hqdj9Y7k18L2sQLkdkBQ3n7ZDGs=", - "dev": true, - "dependencies": { - "regenerate": "^1.2.1", - "regjsgen": "^0.2.0", - "regjsparser": "^0.1.4" - } - }, - "node_modules/regjsgen": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz", - "integrity": "sha1-bAFq3qxVT3WCP+N6wFuS1aTtsfc=", - "dev": true - }, - "node_modules/regjsparser": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz", - "integrity": "sha1-fuj4Tcb6eS0/0K4ijSS9lJ6tIFw=", - "dev": true, - "dependencies": { - "jsesc": "~0.5.0" - }, - "bin": { - "regjsparser": "bin/parser" - } - }, - "node_modules/regjsparser/node_modules/jsesc": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", - "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=", - "dev": true, - "bin": { - "jsesc": "bin/jsesc" - } - }, - "node_modules/remove-trailing-separator": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", - "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=" - }, - "node_modules/repeat-element": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz", - "integrity": "sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", - "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=", - "engines": { - "node": ">=0.10" - } - }, - "node_modules/repeating": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz", - "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=", - "dependencies": { - "is-finite": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/request": { - "version": "2.88.0", - "resolved": "https://registry.npmjs.org/request/-/request-2.88.0.tgz", - "integrity": "sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg==", - "deprecated": "request has been deprecated, see https://github.com/request/request/issues/3142", - "dependencies": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "har-validator": "~5.1.0", - "http-signature": "~1.2.0", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "oauth-sign": "~0.9.0", - "performance-now": "^2.1.0", - "qs": "~6.5.2", - "safe-buffer": "^5.1.2", - "tough-cookie": "~2.4.3", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" - }, - "engines": { - "node": ">= 4" - } - }, - "node_modules/require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/require-main-filename": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz", - "integrity": "sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE=", - "dev": true - }, - "node_modules/requires-port": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", - "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=" - }, - "node_modules/resize-observer-polyfill": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz", - "integrity": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==" - }, - "node_modules/resolve": { - "version": "1.14.2", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.14.2.tgz", - "integrity": "sha512-EjlOBLBO1kxsUxsKjLt7TAECyKW6fOh1VRkykQkKGzcBbjjPIxBqGh0jf7GJ3k/f5mxMqW3htMD3WdTUVtW8HQ==", - "dependencies": { - "path-parse": "^1.0.6" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/resolve-cwd": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-2.0.0.tgz", - "integrity": "sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=", - "dev": true, - "dependencies": { - "resolve-from": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/resolve-from": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz", - "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/resolve-url": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", - "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=", - "deprecated": "https://github.com/lydell/resolve-url#deprecated" - }, - "node_modules/ret": { - "version": "0.1.15", - "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz", - "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==", - "engines": { - "node": ">=0.12" - } - }, - "node_modules/retry": { - "version": "0.10.1", - "resolved": "https://registry.npmjs.org/retry/-/retry-0.10.1.tgz", - "integrity": "sha1-52OI0heZLCUnUCQdPTlW/tmNj/Q=", - "dev": true, - "engines": { - "node": "*" - } - }, - "node_modules/rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - } - }, - "node_modules/ripemd160": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz", - "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==", - "dependencies": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1" - } - }, - "node_modules/run-queue": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/run-queue/-/run-queue-1.0.3.tgz", - "integrity": "sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec=", - "dependencies": { - "aproba": "^1.1.1" - } - }, - "node_modules/rw": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/rw/-/rw-1.3.3.tgz", - "integrity": "sha1-P4Yt+pGrdmsUiF700BEkv9oHT7Q=" - }, - "node_modules/rxjs": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.5.4.tgz", - "integrity": "sha512-naMQXcgEo3csAEGvw/NydRA0fuS2nDZJiw1YUWFKU7aPPAPGZEsD4Iimit96qwCieH6y614MCLYwdkrWx7z/7Q==", - "dependencies": { - "tslib": "^1.9.0" - }, - "engines": { - "npm": ">=2.0.0" - } - }, - "node_modules/rxjs-compat": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/rxjs-compat/-/rxjs-compat-6.5.4.tgz", - "integrity": "sha512-rkn+lbOHUQOurdd74J/hjmDsG9nFx0z66fvnbs8M95nrtKvNqCKdk7iZqdY51CGmDemTQk+kUPy4s8HVOHtkfA==" - }, - "node_modules/safe-buffer": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.0.tgz", - "integrity": "sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg==" - }, - "node_modules/safe-regex": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz", - "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=", - "dependencies": { - "ret": "~0.1.10" - } - }, - "node_modules/safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" - }, - "node_modules/sass-graph": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.2.5.tgz", - "integrity": "sha512-VFWDAHOe6mRuT4mZRd4eKE+d8Uedrk6Xnh7Sh9b4NGufQLQjOrvf/MQoOdx+0s92L89FeyUUNfU597j/3uNpag==", - "dependencies": { - "glob": "^7.0.0", - "lodash": "^4.0.0", - "scss-tokenizer": "^0.2.3", - "yargs": "^13.3.2" - }, - "bin": { - "sassgraph": "bin/sassgraph" - } - }, - "node_modules/sass-graph/node_modules/ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", - "engines": { - "node": ">=6" - } - }, - "node_modules/sass-graph/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/sass-graph/node_modules/cliui": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz", - "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", - "dependencies": { - "string-width": "^3.1.0", - "strip-ansi": "^5.2.0", - "wrap-ansi": "^5.1.0" - } - }, - "node_modules/sass-graph/node_modules/find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "dependencies": { - "locate-path": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/sass-graph/node_modules/get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", - "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", - "engines": { - "node": "6.* || 8.* || >= 10.*" - } - }, - "node_modules/sass-graph/node_modules/is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", - "engines": { - "node": ">=4" - } - }, - "node_modules/sass-graph/node_modules/locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "dependencies": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/sass-graph/node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/sass-graph/node_modules/p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "dependencies": { - "p-limit": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/sass-graph/node_modules/p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "engines": { - "node": ">=6" - } - }, - "node_modules/sass-graph/node_modules/path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", - "engines": { - "node": ">=4" - } - }, - "node_modules/sass-graph/node_modules/require-main-filename": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", - "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==" - }, - "node_modules/sass-graph/node_modules/string-width": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", - "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", - "dependencies": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/sass-graph/node_modules/strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "dependencies": { - "ansi-regex": "^4.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/sass-graph/node_modules/wrap-ansi": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz", - "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", - "dependencies": { - "ansi-styles": "^3.2.0", - "string-width": "^3.0.0", - "strip-ansi": "^5.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/sass-graph/node_modules/y18n": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", - "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==" - }, - "node_modules/sass-graph/node_modules/yargs": { - "version": "13.3.2", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz", - "integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==", - "dependencies": { - "cliui": "^5.0.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^3.0.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^13.1.2" - } - }, - "node_modules/sass-loader": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-7.1.0.tgz", - "integrity": "sha512-+G+BKGglmZM2GUSfT9TLuEp6tzehHPjAMoRRItOojWIqIGPloVCMhNIQuG639eJ+y033PaGTSjLaTHts8Kw79w==", - "dev": true, - "dependencies": { - "clone-deep": "^2.0.1", - "loader-utils": "^1.0.1", - "lodash.tail": "^4.1.1", - "neo-async": "^2.5.0", - "pify": "^3.0.0", - "semver": "^5.5.0" - }, - "engines": { - "node": ">= 6.9.0 || >= 8.9.0" - }, - "peerDependencies": { - "webpack": "^3.0.0 || ^4.0.0" - } - }, - "node_modules/sass-loader/node_modules/pify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/saucelabs": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/saucelabs/-/saucelabs-1.3.0.tgz", - "integrity": "sha1-0kDoAJ33+ocwbsRXimm6O1xCT+4=", - "dev": true, - "dependencies": { - "https-proxy-agent": "^1.0.0" - }, - "engines": { - "node": "*" - } - }, - "node_modules/saucelabs/node_modules/agent-base": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-2.1.1.tgz", - "integrity": "sha1-1t4Q1a9hMtW9aSQn1G/FOFOQlMc=", - "dev": true, - "dependencies": { - "extend": "~3.0.0", - "semver": "~5.0.1" - } - }, - "node_modules/saucelabs/node_modules/https-proxy-agent": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-1.0.0.tgz", - "integrity": "sha1-NffabEjOTdv6JkiRrFk+5f+GceY=", - "dev": true, - "dependencies": { - "agent-base": "2", - "debug": "2", - "extend": "3" - } - }, - "node_modules/saucelabs/node_modules/semver": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.0.3.tgz", - "integrity": "sha1-d0Zt5YnNXTyV8TiqeLxWmjy10no=", - "dev": true, - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/sax": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", - "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" - }, - "node_modules/schema-utils": { - "version": "0.4.7", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-0.4.7.tgz", - "integrity": "sha512-v/iwU6wvwGK8HbU9yi3/nhGzP0yGSuhQMzL6ySiec1FSrZZDkhm4noOSWzrNFo/jEc+SJY6jRTwuwbSXJPDUnQ==", - "dependencies": { - "ajv": "^6.1.0", - "ajv-keywords": "^3.1.0" - }, - "engines": { - "node": ">= 4" - } - }, - "node_modules/screenfull": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/screenfull/-/screenfull-3.3.3.tgz", - "integrity": "sha512-DzYUuXr+OV2BDvYXaYzlYgJd4WXZZ2CW5NFC7Kw6TUCpzXJAx4MwlVD6CH+Mu6fi8rfAQIQfqdFZ4jtDsEkWig==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/scss-tokenizer": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz", - "integrity": "sha1-jrBtualyMzOCTT9VMGQRSYR85dE=", - "dependencies": { - "js-base64": "^2.1.8", - "source-map": "^0.4.2" - } - }, - "node_modules/select-hose": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", - "integrity": "sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=", - "dev": true - }, - "node_modules/selenium-webdriver": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-3.0.1.tgz", - "integrity": "sha1-ot6l2kqX9mcuiefKcnbO+jZRR6c=", - "dev": true, - "dependencies": { - "adm-zip": "^0.4.7", - "rimraf": "^2.5.4", - "tmp": "0.0.30", - "xml2js": "^0.4.17" - }, - "engines": { - "node": ">= 6.9.0" - } - }, - "node_modules/selenium-webdriver/node_modules/tmp": { - "version": "0.0.30", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.30.tgz", - "integrity": "sha1-ckGdSovn1s51FI/YsyTlk6cRwu0=", - "dev": true, - "dependencies": { - "os-tmpdir": "~1.0.1" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/selfsigned": { - "version": "1.10.11", - "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-1.10.11.tgz", - "integrity": "sha512-aVmbPOfViZqOZPgRBT0+3u4yZFHpmnIghLMlAcb5/xhp5ZtB/RVnKhz5vl2M32CLXAqR4kha9zfhNg0Lf/sxKA==", - "dev": true, - "dependencies": { - "node-forge": "^0.10.0" - } - }, - "node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/semver-dsl": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/semver-dsl/-/semver-dsl-1.0.1.tgz", - "integrity": "sha1-02eN5VVeimH2Ke7QJTZq5fJzQKA=", - "dev": true, - "dependencies": { - "semver": "^5.3.0" - } - }, - "node_modules/semver-intersect": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/semver-intersect/-/semver-intersect-1.4.0.tgz", - "integrity": "sha512-d8fvGg5ycKAq0+I6nfWeCx6ffaWJCsBYU0H2Rq56+/zFePYfT8mXkB3tWBSjR5BerkHNZ5eTPIk1/LBYas35xQ==", - "dev": true, - "dependencies": { - "semver": "^5.0.0" - } - }, - "node_modules/send": { - "version": "0.17.1", - "resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz", - "integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==", - "dev": true, - "dependencies": { - "debug": "2.6.9", - "depd": "~1.1.2", - "destroy": "~1.0.4", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "~1.7.2", - "mime": "1.6.0", - "ms": "2.1.1", - "on-finished": "~2.3.0", - "range-parser": "~1.2.1", - "statuses": "~1.5.0" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/send/node_modules/ms": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", - "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==", - "dev": true - }, - "node_modules/serialize-javascript": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-1.9.1.tgz", - "integrity": "sha512-0Vb/54WJ6k5v8sSWN09S0ora+Hnr+cX40r9F170nT+mSkaxltoE/7R3OrIdBSUv1OoiobH1QoWQbCnAO+e8J1A==" - }, - "node_modules/serve-index": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", - "integrity": "sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=", - "dev": true, - "dependencies": { - "accepts": "~1.3.4", - "batch": "0.6.1", - "debug": "2.6.9", - "escape-html": "~1.0.3", - "http-errors": "~1.6.2", - "mime-types": "~2.1.17", - "parseurl": "~1.3.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/serve-index/node_modules/http-errors": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", - "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", - "dev": true, - "dependencies": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.0", - "statuses": ">= 1.4.0 < 2" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/serve-index/node_modules/inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", - "dev": true - }, - "node_modules/serve-index/node_modules/setprototypeof": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", - "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==", - "dev": true - }, - "node_modules/serve-static": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz", - "integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==", - "dev": true, - "dependencies": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.3", - "send": "0.17.1" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/set-blocking": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", - "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=" - }, - "node_modules/set-value": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz", - "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==", - "dependencies": { - "extend-shallow": "^2.0.1", - "is-extendable": "^0.1.1", - "is-plain-object": "^2.0.3", - "split-string": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/set-value/node_modules/extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/setimmediate": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", - "integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=" - }, - "node_modules/setprototypeof": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", - "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==" - }, - "node_modules/sha.js": { - "version": "2.4.11", - "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", - "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", - "dependencies": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "bin": { - "sha.js": "bin.js" - } - }, - "node_modules/shallow-clone": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-1.0.0.tgz", - "integrity": "sha512-oeXreoKR/SyNJtRJMAKPDSvd28OqEwG4eR/xc856cRGBII7gX9lvAqDxusPm0846z/w/hWYjI1NpKwJ00NHzRA==", - "dev": true, - "dependencies": { - "is-extendable": "^0.1.1", - "kind-of": "^5.0.0", - "mixin-object": "^2.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/shallow-clone/node_modules/kind-of": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", - "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/shebang-command": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", - "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", - "dev": true, - "dependencies": { - "shebang-regex": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/shebang-regex": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", - "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/signal-exit": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz", - "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=" - }, - "node_modules/simple-line-icons": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/simple-line-icons/-/simple-line-icons-2.4.1.tgz", - "integrity": "sha1-t1vFoNh+UwkowszaVzUnS7JW8jQ=" - }, - "node_modules/slash": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz", - "integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/slide": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/slide/-/slide-1.1.6.tgz", - "integrity": "sha1-VusCfWW00tzmyy4tMsTUr8nh1wc=", - "dev": true, - "engines": { - "node": "*" - } - }, - "node_modules/smart-buffer": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.1.0.tgz", - "integrity": "sha512-iVICrxOzCynf/SNaBQCw34eM9jROU/s5rzIhpOvzhzuYHfJR/DhZfDkXiZSgKXfgv26HT3Yni3AV/DGw0cGnnw==", - "dev": true, - "engines": { - "node": ">= 6.0.0", - "npm": ">= 3.0.0" - } - }, - "node_modules/snapdragon": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz", - "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==", - "dependencies": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon-node": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz", - "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", - "dependencies": { - "define-property": "^1.0.0", - "isobject": "^3.0.0", - "snapdragon-util": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon-node/node_modules/define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", - "dependencies": { - "is-descriptor": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon-node/node_modules/is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", - "dependencies": { - "kind-of": "^6.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon-node/node_modules/is-data-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", - "dependencies": { - "kind-of": "^6.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon-node/node_modules/is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", - "dependencies": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon-util": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz", - "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", - "dependencies": { - "kind-of": "^3.2.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon-util/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon/node_modules/define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "dependencies": { - "is-descriptor": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon/node_modules/extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon/node_modules/source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/socket.io": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-1.7.3.tgz", - "integrity": "sha1-uK+cq6AJSeVo42nxMn6pvp6iRhs=", - "dependencies": { - "debug": "2.3.3", - "engine.io": "1.8.3", - "has-binary": "0.1.7", - "object-assign": "4.1.0", - "socket.io-adapter": "0.5.0", - "socket.io-client": "1.7.3", - "socket.io-parser": "2.3.1" - } - }, - "node_modules/socket.io-adapter": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.5.0.tgz", - "integrity": "sha1-y21LuL7IHhB4uZZ3+c7QBGBmu4s=", - "dependencies": { - "debug": "2.3.3", - "socket.io-parser": "2.3.1" - } - }, - "node_modules/socket.io-adapter/node_modules/debug": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.3.3.tgz", - "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=", - "dependencies": { - "ms": "0.7.2" - } - }, - "node_modules/socket.io-adapter/node_modules/ms": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.2.tgz", - "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=" - }, - "node_modules/socket.io-client": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.7.3.tgz", - "integrity": "sha1-sw6GqhDV7zVGYBwJzeR2Xjgdo3c=", - "dependencies": { - "backo2": "1.0.2", - "component-bind": "1.0.0", - "component-emitter": "1.2.1", - "debug": "2.3.3", - "engine.io-client": "1.8.3", - "has-binary": "0.1.7", - "indexof": "0.0.1", - "object-component": "0.0.3", - "parseuri": "0.0.5", - "socket.io-parser": "2.3.1", - "to-array": "0.1.4" - } - }, - "node_modules/socket.io-client/node_modules/component-emitter": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz", - "integrity": "sha1-E3kY1teCg/ffemt8WmPhQOaUJeY=" - }, - "node_modules/socket.io-client/node_modules/debug": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.3.3.tgz", - "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=", - "dependencies": { - "ms": "0.7.2" - } - }, - "node_modules/socket.io-client/node_modules/ms": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.2.tgz", - "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=" - }, - "node_modules/socket.io-parser": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.3.1.tgz", - "integrity": "sha1-3VMgJRA85Clpcya+/WQAX8/ltKA=", - "dependencies": { - "component-emitter": "1.1.2", - "debug": "2.2.0", - "isarray": "0.0.1", - "json3": "3.3.2" - } - }, - "node_modules/socket.io-parser/node_modules/component-emitter": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.1.2.tgz", - "integrity": "sha1-KWWU8nU9qmOZbSrwjRWpURbJrsM=" - }, - "node_modules/socket.io-parser/node_modules/debug": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz", - "integrity": "sha1-+HBX6ZWxofauaklgZkE3vFbwOdo=", - "dependencies": { - "ms": "0.7.1" - } - }, - "node_modules/socket.io-parser/node_modules/isarray": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", - "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=" - }, - "node_modules/socket.io-parser/node_modules/json3": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/json3/-/json3-3.3.2.tgz", - "integrity": "sha1-PAQ0dD35Pi9cQq7nsZvLSDV19OE=", - "deprecated": "Please use the native JSON object instead of JSON 3" - }, - "node_modules/socket.io-parser/node_modules/ms": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz", - "integrity": "sha1-nNE8A62/8ltl7/3nzoZO6VIBcJg=" - }, - "node_modules/socket.io/node_modules/debug": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.3.3.tgz", - "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=", - "dependencies": { - "ms": "0.7.2" - } - }, - "node_modules/socket.io/node_modules/ms": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.2.tgz", - "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=" - }, - "node_modules/socket.io/node_modules/object-assign": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.0.tgz", - "integrity": "sha1-ejs9DpgGPUP0wD8uiubNUahog6A=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/sockjs": { - "version": "0.3.19", - "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.19.tgz", - "integrity": "sha512-V48klKZl8T6MzatbLlzzRNhMepEys9Y4oGFpypBFFn1gLI/QQ9HtLLyWJNbPlwGLelOVOEijUbTTJeLLI59jLw==", - "dev": true, - "dependencies": { - "faye-websocket": "^0.10.0", - "uuid": "^3.0.1" - } - }, - "node_modules/sockjs-client": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/sockjs-client/-/sockjs-client-1.3.0.tgz", - "integrity": "sha512-R9jxEzhnnrdxLCNln0xg5uGHqMnkhPSTzUZH2eXcR03S/On9Yvoq2wyUZILRUhZCNVu2PmwWVoyuiPz8th8zbg==", - "dev": true, - "dependencies": { - "debug": "^3.2.5", - "eventsource": "^1.0.7", - "faye-websocket": "~0.11.1", - "inherits": "^2.0.3", - "json3": "^3.3.2", - "url-parse": "^1.4.3" - } - }, - "node_modules/sockjs-client/node_modules/debug": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", - "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", - "deprecated": "Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)", - "dev": true, - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/sockjs-client/node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - }, - "node_modules/sockjs/node_modules/faye-websocket": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz", - "integrity": "sha1-TkkvjQTftviQA1B/btvy1QHnxvQ=", - "dev": true, - "dependencies": { - "websocket-driver": ">=0.5.1" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/socks": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/socks/-/socks-2.3.3.tgz", - "integrity": "sha512-o5t52PCNtVdiOvzMry7wU4aOqYWL0PeCXRWBEiJow4/i/wr+wpsJQ9awEu1EonLIqsfGd5qSgDdxEOvCdmBEpA==", - "dev": true, - "dependencies": { - "ip": "1.1.5", - "smart-buffer": "^4.1.0" - }, - "engines": { - "node": ">= 6.0.0", - "npm": ">= 3.0.0" - } - }, - "node_modules/socks-proxy-agent": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-4.0.2.tgz", - "integrity": "sha512-NT6syHhI9LmuEMSK6Kd2V7gNv5KFZoLE7V5udWmn0de+3Mkj3UMA/AJPLyeNUVmElCurSHtUdM3ETpR3z770Wg==", - "dev": true, - "dependencies": { - "agent-base": "~4.2.1", - "socks": "~2.3.2" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/socks-proxy-agent/node_modules/agent-base": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-4.2.1.tgz", - "integrity": "sha512-JVwXMr9nHYTUXsBFKUqhJwvlcYU/blreOEUkhNR2eXZIvwd+c+o5V4MgDPKWnMS/56awN3TRzIP+KoPn+roQtg==", - "dev": true, - "dependencies": { - "es6-promisify": "^5.0.0" - }, - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/sortablejs": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.10.2.tgz", - "integrity": "sha512-YkPGufevysvfwn5rfdlGyrGjt7/CRHwvRPogD/lC+TnvcN29jDpCifKP+rBqf+LRldfXSTh+0CGLcSg0VIxq3A==" - }, - "node_modules/source-list-map": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz", - "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==" - }, - "node_modules/source-map": { - "version": "0.4.4", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz", - "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=", - "dependencies": { - "amdefine": ">=0.0.4" - }, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/source-map-loader": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-0.2.4.tgz", - "integrity": "sha512-OU6UJUty+i2JDpTItnizPrlpOIBLmQbWMuBg9q5bVtnHACqw1tn9nNwqJLbv0/00JjnJb/Ee5g5WS5vrRv7zIQ==", - "dev": true, - "dependencies": { - "async": "^2.5.0", - "loader-utils": "^1.1.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/source-map-loader/node_modules/async": { - "version": "2.6.3", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz", - "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==", - "dev": true, - "dependencies": { - "lodash": "^4.17.14" - } - }, - "node_modules/source-map-resolve": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz", - "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==", - "deprecated": "See https://github.com/lydell/source-map-resolve#deprecated", - "dependencies": { - "atob": "^2.1.2", - "decode-uri-component": "^0.2.0", - "resolve-url": "^0.2.1", - "source-map-url": "^0.4.0", - "urix": "^0.1.0" - } - }, - "node_modules/source-map-support": { - "version": "0.5.9", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.9.tgz", - "integrity": "sha512-gR6Rw4MvUlYy83vP0vxoVNzM6t8MUXqNuRsuBmBHQDu1Fh6X015FrLdgoDKcNdkwGubozq0P4N0Q37UyFVr1EA==", - "dev": true, - "dependencies": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - } - }, - "node_modules/source-map-support/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/source-map-url": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz", - "integrity": "sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=", - "deprecated": "See https://github.com/lydell/source-map-url#deprecated" - }, - "node_modules/spdx-correct": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.0.tgz", - "integrity": "sha512-lr2EZCctC2BNR7j7WzJ2FpDznxky1sjfxvvYEyzxNyb6lZXHODmEoJeFu4JupYlkfha1KZpJyoqiJ7pgA1qq8Q==", - "dependencies": { - "spdx-expression-parse": "^3.0.0", - "spdx-license-ids": "^3.0.0" - } - }, - "node_modules/spdx-exceptions": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz", - "integrity": "sha512-2XQACfElKi9SlVb1CYadKDXvoajPgBVPn/gOQLrTvHdElaVhr7ZEbqJaRnJLVNeaI4cMEAgVCeBMKF6MWRDCRA==" - }, - "node_modules/spdx-expression-parse": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz", - "integrity": "sha512-Yg6D3XpRD4kkOmTpdgbUiEJFKghJH03fiC1OPll5h/0sO6neh2jqRDVHOQ4o/LMea0tgCkbMgea5ip/e+MkWyg==", - "dependencies": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" - } - }, - "node_modules/spdx-license-ids": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.5.tgz", - "integrity": "sha512-J+FWzZoynJEXGphVIS+XEh3kFSjZX/1i9gFBaWQcB+/tmpe2qUsSBABpcxqxnAxFdiUFEgAX1bjYGQvIZmoz9Q==" - }, - "node_modules/spdy": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.1.tgz", - "integrity": "sha512-HeZS3PBdMA+sZSu0qwpCxl3DeALD5ASx8pAX0jZdKXSpPWbQ6SYGnlg3BBmYLx5LtiZrmkAZfErCm2oECBcioA==", - "dev": true, - "dependencies": { - "debug": "^4.1.0", - "handle-thing": "^2.0.0", - "http-deceiver": "^1.2.7", - "select-hose": "^2.0.0", - "spdy-transport": "^3.0.0" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/spdy-transport": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz", - "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", - "dev": true, - "dependencies": { - "debug": "^4.1.0", - "detect-node": "^2.0.4", - "hpack.js": "^2.1.6", - "obuf": "^1.1.2", - "readable-stream": "^3.0.6", - "wbuf": "^1.7.3" - } - }, - "node_modules/spdy-transport/node_modules/debug": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", - "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", - "deprecated": "Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)", - "dev": true, - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/spdy-transport/node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - }, - "node_modules/spdy-transport/node_modules/readable-stream": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.4.0.tgz", - "integrity": "sha512-jItXPLmrSR8jmTRmRWJXCnGJsfy85mB3Wd/uINMXA65yrnFo0cPClFIUWzo2najVNSl+mx7/4W8ttlLWJe99pQ==", - "dev": true, - "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/spdy/node_modules/debug": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", - "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", - "deprecated": "Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)", - "dev": true, - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/spdy/node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - }, - "node_modules/speed-measure-webpack-plugin": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/speed-measure-webpack-plugin/-/speed-measure-webpack-plugin-1.2.5.tgz", - "integrity": "sha512-S/guYjC4Izn5wY2d0+M4zowED/F77Lxh9yjkTZ+XAr244pr9c1MYNcXcRe9lx2hmAj0GPbOrBXgOF2YIp/CZ8A==", - "dev": true, - "dependencies": { - "chalk": "^2.0.1" - }, - "engines": { - "node": ">=6.0.0" - }, - "peerDependencies": { - "webpack": "^1 || ^2 || ^3 || ^4" - } - }, - "node_modules/speed-measure-webpack-plugin/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/speed-measure-webpack-plugin/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/speed-measure-webpack-plugin/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/split-string": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz", - "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==", - "dependencies": { - "extend-shallow": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/sprintf-js": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", - "dev": true - }, - "node_modules/ssf": { - "version": "0.10.2", - "resolved": "https://registry.npmjs.org/ssf/-/ssf-0.10.2.tgz", - "integrity": "sha512-rDhAPm9WyIsY8eZEKyE8Qsotb3j/wBdvMWBUsOhJdfhKGLfQidRjiBUV0y/MkyCLiXQ38FG6LWW/VYUtqlIDZQ==", - "dependencies": { - "frac": "~1.1.2" - }, - "bin": { - "ssf": "bin/ssf.njs" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/sshpk": { - "version": "1.16.1", - "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz", - "integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==", - "dependencies": { - "asn1": "~0.2.3", - "assert-plus": "^1.0.0", - "bcrypt-pbkdf": "^1.0.0", - "dashdash": "^1.12.0", - "ecc-jsbn": "~0.1.1", - "getpass": "^0.1.1", - "jsbn": "~0.1.0", - "safer-buffer": "^2.0.2", - "tweetnacl": "~0.14.0" - }, - "bin": { - "sshpk-conv": "bin/sshpk-conv", - "sshpk-sign": "bin/sshpk-sign", - "sshpk-verify": "bin/sshpk-verify" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ssri": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/ssri/-/ssri-5.3.0.tgz", - "integrity": "sha512-XRSIPqLij52MtgoQavH/x/dU1qVKtWUAAZeOHsR9c2Ddi4XerFy3mc1alf+dLJKl9EUIm/Ht+EowFkTUOA6GAQ==", - "dev": true, - "dependencies": { - "safe-buffer": "^5.1.1" - } - }, - "node_modules/static-extend": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz", - "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=", - "dependencies": { - "define-property": "^0.2.5", - "object-copy": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/static-extend/node_modules/define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "dependencies": { - "is-descriptor": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/stats-webpack-plugin": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/stats-webpack-plugin/-/stats-webpack-plugin-0.7.0.tgz", - "integrity": "sha512-NT0YGhwuQ0EOX+uPhhUcI6/+1Sq/pMzNuSCBVT4GbFl/ac6I/JZefBcjlECNfAb1t3GOx5dEj1Z7x0cAxeeVLQ==", - "dev": true, - "dependencies": { - "lodash": "^4.17.4" - }, - "peerDependencies": { - "webpack": ">=1.0.0" - } - }, - "node_modules/statuses": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", - "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/stdout-stream": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.1.tgz", - "integrity": "sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA==", - "dependencies": { - "readable-stream": "^2.0.1" - } - }, - "node_modules/stream-browserify": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz", - "integrity": "sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==", - "dependencies": { - "inherits": "~2.0.1", - "readable-stream": "^2.0.2" - } - }, - "node_modules/stream-each": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/stream-each/-/stream-each-1.2.3.tgz", - "integrity": "sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw==", - "dependencies": { - "end-of-stream": "^1.1.0", - "stream-shift": "^1.0.0" - } - }, - "node_modules/stream-http": { - "version": "2.8.3", - "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-2.8.3.tgz", - "integrity": "sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==", - "dependencies": { - "builtin-status-codes": "^3.0.0", - "inherits": "^2.0.1", - "readable-stream": "^2.3.6", - "to-arraybuffer": "^1.0.0", - "xtend": "^4.0.0" - } - }, - "node_modules/stream-shift": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.1.tgz", - "integrity": "sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==" - }, - "node_modules/string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/string_decoder/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "node_modules/string-width": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", - "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", - "dependencies": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/string.prototype.trimleft": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz", - "integrity": "sha512-iu2AGd3PuP5Rp7x2kEZCrB2Nf41ehzh+goo8TV7z8/XDBbsvc6HQIlUl9RjkZ4oyrW1XM5UwlGl1oVEaDjg6Ag==", - "dependencies": { - "define-properties": "^1.1.3", - "function-bind": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/string.prototype.trimright": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/string.prototype.trimright/-/string.prototype.trimright-2.1.1.tgz", - "integrity": "sha512-qFvWL3/+QIgZXVmJBfpHmxLB7xsUXz6HsUmP8+5dRaC3Q7oKUv9Vo6aMCRZC1smrtyECFsIT30PqBJ1gTjAs+g==", - "dependencies": { - "define-properties": "^1.1.3", - "function-bind": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", - "dependencies": { - "ansi-regex": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/strip-bom": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", - "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", - "dependencies": { - "is-utf8": "^0.2.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/strip-eof": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", - "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/strip-indent": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz", - "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=", - "dependencies": { - "get-stdin": "^4.0.1" - }, - "bin": { - "strip-indent": "cli.js" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/style-loader": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-0.23.1.tgz", - "integrity": "sha512-XK+uv9kWwhZMZ1y7mysB+zoihsEj4wneFWAS5qoiLwzW0WzSqMrrsIy+a3zkQJq0ipFtBpX5W3MqyRIBF/WFGg==", - "dev": true, - "dependencies": { - "loader-utils": "^1.1.0", - "schema-utils": "^1.0.0" - }, - "engines": { - "node": ">= 0.12.0" - } - }, - "node_modules/style-loader/node_modules/schema-utils": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", - "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", - "dev": true, - "dependencies": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - }, - "engines": { - "node": ">= 4" - } - }, - "node_modules/stylus": { - "version": "0.54.5", - "resolved": "https://registry.npmjs.org/stylus/-/stylus-0.54.5.tgz", - "integrity": "sha1-QrlWCTHKcJDOhRWnmLqeaqPW3Hk=", - "dev": true, - "dependencies": { - "css-parse": "1.7.x", - "debug": "*", - "glob": "7.0.x", - "mkdirp": "0.5.x", - "sax": "0.5.x", - "source-map": "0.1.x" - }, - "bin": { - "stylus": "bin/stylus" - }, - "engines": { - "node": "*" - } - }, - "node_modules/stylus-loader": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/stylus-loader/-/stylus-loader-3.0.2.tgz", - "integrity": "sha512-+VomPdZ6a0razP+zinir61yZgpw2NfljeSsdUF5kJuEzlo3khXhY19Fn6l8QQz1GRJGtMCo8nG5C04ePyV7SUA==", - "dev": true, - "dependencies": { - "loader-utils": "^1.0.2", - "lodash.clonedeep": "^4.5.0", - "when": "~3.6.x" - }, - "peerDependencies": { - "stylus": ">=0.52.4" - } - }, - "node_modules/stylus/node_modules/glob": { - "version": "7.0.6", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.0.6.tgz", - "integrity": "sha1-IRuvr0nlJbjNkyYNFKsTYVKz9Xo=", - "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.2", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - } - }, - "node_modules/stylus/node_modules/sax": { - "version": "0.5.8", - "resolved": "https://registry.npmjs.org/sax/-/sax-0.5.8.tgz", - "integrity": "sha1-1HLbIo6zMcJQaw6MFVJK25OdEsE=", - "dev": true - }, - "node_modules/stylus/node_modules/source-map": { - "version": "0.1.43", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz", - "integrity": "sha1-wkvBRspRfBRx9drL4lcbK3+eM0Y=", - "dev": true, - "dependencies": { - "amdefine": ">=0.0.4" - }, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/supports-color": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", - "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/sweetalert2": { - "version": "7.33.1", - "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-7.33.1.tgz", - "integrity": "sha512-69KYtyhtxejFG0HDb8aVhAwbpAWPSTZwaL5vxDHgojErD2KeFxTmRgmkbiLtMC8UdTFXRmvTPtZTF4459MUb7w==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/symbol-observable": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.2.0.tgz", - "integrity": "sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/tapable": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", - "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", - "engines": { - "node": ">=6" - } - }, - "node_modules/tar": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/tar/-/tar-2.2.2.tgz", - "integrity": "sha512-FCEhQ/4rE1zYv9rYXJw/msRqsnmlje5jHP6huWeBZ704jUTy02c5AZyWujpMR1ax6mVw9NyJMfuK2CMDWVIfgA==", - "deprecated": "This version of tar is no longer supported, and will not receive security updates. Please upgrade asap.", - "dependencies": { - "block-stream": "*", - "fstream": "^1.0.12", - "inherits": "2" - } - }, - "node_modules/terser": { - "version": "3.17.0", - "resolved": "https://registry.npmjs.org/terser/-/terser-3.17.0.tgz", - "integrity": "sha512-/FQzzPJmCpjAH9Xvk2paiWrFq+5M6aVOf+2KRbwhByISDX/EujxsK+BAvrhb6H+2rtrLCHK9N01wO014vrIwVQ==", - "dependencies": { - "commander": "^2.19.0", - "source-map": "~0.6.1", - "source-map-support": "~0.5.10" - }, - "bin": { - "terser": "bin/uglifyjs" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/terser-webpack-plugin": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.2.1.tgz", - "integrity": "sha512-GGSt+gbT0oKcMDmPx4SRSfJPE1XaN3kQRWG4ghxKQw9cn5G9x6aCKSsgYdvyM0na9NJ4Drv0RG6jbBByZ5CMjw==", - "dependencies": { - "cacache": "^11.0.2", - "find-cache-dir": "^2.0.0", - "schema-utils": "^1.0.0", - "serialize-javascript": "^1.4.0", - "source-map": "^0.6.1", - "terser": "^3.8.1", - "webpack-sources": "^1.1.0", - "worker-farm": "^1.5.2" - }, - "engines": { - "node": ">= 6.9.0" - }, - "peerDependencies": { - "webpack": "^4.0.0" - } - }, - "node_modules/terser-webpack-plugin/node_modules/cacache": { - "version": "11.3.3", - "resolved": "https://registry.npmjs.org/cacache/-/cacache-11.3.3.tgz", - "integrity": "sha512-p8WcneCytvzPxhDvYp31PD039vi77I12W+/KfR9S8AZbaiARFBCpsPJS+9uhWfeBfeAtW7o/4vt3MUqLkbY6nA==", - "dependencies": { - "bluebird": "^3.5.5", - "chownr": "^1.1.1", - "figgy-pudding": "^3.5.1", - "glob": "^7.1.4", - "graceful-fs": "^4.1.15", - "lru-cache": "^5.1.1", - "mississippi": "^3.0.0", - "mkdirp": "^0.5.1", - "move-concurrently": "^1.0.1", - "promise-inflight": "^1.0.1", - "rimraf": "^2.6.3", - "ssri": "^6.0.1", - "unique-filename": "^1.1.1", - "y18n": "^4.0.0" - } - }, - "node_modules/terser-webpack-plugin/node_modules/find-cache-dir": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz", - "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", - "dependencies": { - "commondir": "^1.0.1", - "make-dir": "^2.0.0", - "pkg-dir": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/terser-webpack-plugin/node_modules/find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "dependencies": { - "locate-path": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/terser-webpack-plugin/node_modules/locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "dependencies": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/terser-webpack-plugin/node_modules/lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dependencies": { - "yallist": "^3.0.2" - } - }, - "node_modules/terser-webpack-plugin/node_modules/make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", - "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", - "dependencies": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/terser-webpack-plugin/node_modules/mississippi": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/mississippi/-/mississippi-3.0.0.tgz", - "integrity": "sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==", - "dependencies": { - "concat-stream": "^1.5.0", - "duplexify": "^3.4.2", - "end-of-stream": "^1.1.0", - "flush-write-stream": "^1.0.0", - "from2": "^2.1.0", - "parallel-transform": "^1.1.0", - "pump": "^3.0.0", - "pumpify": "^1.3.3", - "stream-each": "^1.1.0", - "through2": "^2.0.0" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/terser-webpack-plugin/node_modules/p-limit": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.2.tgz", - "integrity": "sha512-WGR+xHecKTr7EbUEhyLSh5Dube9JtdiG78ufaeLxTgpudf/20KqyMioIUZJAezlTIi6evxuoUs9YXc11cU+yzQ==", - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/terser-webpack-plugin/node_modules/p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "dependencies": { - "p-limit": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/terser-webpack-plugin/node_modules/p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "engines": { - "node": ">=6" - } - }, - "node_modules/terser-webpack-plugin/node_modules/path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", - "engines": { - "node": ">=4" - } - }, - "node_modules/terser-webpack-plugin/node_modules/pify": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", - "engines": { - "node": ">=6" - } - }, - "node_modules/terser-webpack-plugin/node_modules/pkg-dir": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", - "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", - "dependencies": { - "find-up": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/terser-webpack-plugin/node_modules/pump": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", - "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", - "dependencies": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - } - }, - "node_modules/terser-webpack-plugin/node_modules/schema-utils": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", - "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", - "dependencies": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - }, - "engines": { - "node": ">= 4" - } - }, - "node_modules/terser-webpack-plugin/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/terser-webpack-plugin/node_modules/ssri": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/ssri/-/ssri-6.0.2.tgz", - "integrity": "sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q==", - "dependencies": { - "figgy-pudding": "^3.5.1" - } - }, - "node_modules/terser-webpack-plugin/node_modules/y18n": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", - "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==" - }, - "node_modules/terser-webpack-plugin/node_modules/yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" - }, - "node_modules/terser/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/terser/node_modules/source-map-support": { - "version": "0.5.16", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.16.tgz", - "integrity": "sha512-efyLRJDr68D9hBBNIPWFjhpFzURh+KJykQwvMyW5UiZzYwoF6l4YMMDIJJEyFWxWCqfyxLzz6tSfUFR+kXXsVQ==", - "dependencies": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - } - }, - "node_modules/tether": { - "version": "1.4.7", - "resolved": "https://registry.npmjs.org/tether/-/tether-1.4.7.tgz", - "integrity": "sha512-Z0J1aExjoFU8pybVkQAo/vD2wfSO63r+XOPfWQMC5qtf1bI7IWqNk4MiyBcgvvnY8kqnY06dVdvwTK2S3PU/Fw==" - }, - "node_modules/through": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", - "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=", - "dev": true - }, - "node_modules/through2": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", - "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", - "dependencies": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - } - }, - "node_modules/thunky": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", - "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==", - "dev": true - }, - "node_modules/ticky": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/ticky/-/ticky-1.0.1.tgz", - "integrity": "sha1-t8+nHnaPHJAAxJe5FRswlHxQ5G0=" - }, - "node_modules/timers-browserify": { - "version": "2.0.11", - "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.11.tgz", - "integrity": "sha512-60aV6sgJ5YEbzUdn9c8kYGIqOubPoUdqQCul3SBAsRCZ40s6Y5cMcrW4dt3/k/EsbLVJNl9n6Vz3fTc+k2GeKQ==", - "dependencies": { - "setimmediate": "^1.0.4" - }, - "engines": { - "node": ">=0.6.0" - } - }, - "node_modules/tmp": { - "version": "0.0.31", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.31.tgz", - "integrity": "sha1-jzirlDjhcxXl29izZX6L+yd65Kc=", - "dependencies": { - "os-tmpdir": "~1.0.1" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/to-array": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/to-array/-/to-array-0.1.4.tgz", - "integrity": "sha1-F+bBH3PdTz10zaek/zI46a2b+JA=" - }, - "node_modules/to-arraybuffer": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz", - "integrity": "sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=" - }, - "node_modules/to-fast-properties": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz", - "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/to-object-path": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz", - "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/to-object-path/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/to-regex": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz", - "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==", - "dependencies": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/to-regex-range": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "dependencies": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/toidentifier": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz", - "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==", - "engines": { - "node": ">=0.6" - } - }, - "node_modules/tough-cookie": { - "version": "2.4.3", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.4.3.tgz", - "integrity": "sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ==", - "dependencies": { - "psl": "^1.1.24", - "punycode": "^1.4.1" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/tough-cookie/node_modules/punycode": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", - "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=" - }, - "node_modules/tree-kill": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.0.tgz", - "integrity": "sha512-DlX6dR0lOIRDFxI0mjL9IYg6OTncLm/Zt+JiBhE5OlFcAR8yc9S7FFXU9so0oda47frdM/JFsk7UjNt9vscKcg==", - "dev": true, - "bin": { - "tree-kill": "cli.js" - } - }, - "node_modules/trim-newlines": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz", - "integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/trim-right": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz", - "integrity": "sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/true-case-path": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/true-case-path/-/true-case-path-1.0.3.tgz", - "integrity": "sha512-m6s2OdQe5wgpFMC+pAJ+q9djG82O2jcHPOI6RNg1yy9rCYR+WD6Nbpl32fDpfC56nirdRy+opFa/Vk7HYhqaew==", - "dependencies": { - "glob": "^7.1.2" - } - }, - "node_modules/ts-node": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-5.0.1.tgz", - "integrity": "sha512-XK7QmDcNHVmZkVtkiwNDWiERRHPyU8nBqZB1+iv2UhOG0q3RQ9HsZ2CMqISlFbxjrYFGfG2mX7bW4dAyxBVzUw==", - "dev": true, - "dependencies": { - "arrify": "^1.0.0", - "chalk": "^2.3.0", - "diff": "^3.1.0", - "make-error": "^1.1.1", - "minimist": "^1.2.0", - "mkdirp": "^0.5.1", - "source-map-support": "^0.5.3", - "yn": "^2.0.0" - }, - "bin": { - "ts-node": "dist/bin.js" - }, - "engines": { - "node": ">=4.2.0" - } - }, - "node_modules/ts-node/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/ts-node/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/ts-node/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/tsickle": { - "version": "0.32.1", - "resolved": "https://registry.npmjs.org/tsickle/-/tsickle-0.32.1.tgz", - "integrity": "sha512-JW9j+W0SaMSZGejIFZBk0AiPfnhljK3oLx5SaqxrJhjlvzFyPml5zqG1/PuScUj6yTe1muEqwk5CnDK0cOZmKw==", - "dev": true, - "dependencies": { - "jasmine-diff": "^0.1.3", - "minimist": "^1.2.0", - "mkdirp": "^0.5.1", - "source-map": "^0.6.0", - "source-map-support": "^0.5.0" - }, - "bin": { - "tsickle": "src/main.js" - }, - "peerDependencies": { - "typescript": ">=2.4.2 <2.10" - } - }, - "node_modules/tsickle/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/tslib": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.10.0.tgz", - "integrity": "sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==" - }, - "node_modules/tslint": { - "version": "5.9.1", - "resolved": "https://registry.npmjs.org/tslint/-/tslint-5.9.1.tgz", - "integrity": "sha1-ElX4ej/1frCw4fDmEKi0dIBGya4=", - "dev": true, - "dependencies": { - "babel-code-frame": "^6.22.0", - "builtin-modules": "^1.1.1", - "chalk": "^2.3.0", - "commander": "^2.12.1", - "diff": "^3.2.0", - "glob": "^7.1.1", - "js-yaml": "^3.7.0", - "minimatch": "^3.0.4", - "resolve": "^1.3.2", - "semver": "^5.3.0", - "tslib": "^1.8.0", - "tsutils": "^2.12.1" - }, - "bin": { - "tslint": "bin/tslint" - }, - "engines": { - "node": ">=4.8.0" - }, - "peerDependencies": { - "typescript": ">=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev" - } - }, - "node_modules/tslint/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/tslint/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/tslint/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/tsutils": { - "version": "2.29.0", - "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-2.29.0.tgz", - "integrity": "sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA==", - "dev": true, - "dependencies": { - "tslib": "^1.8.1" - }, - "peerDependencies": { - "typescript": ">=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev" - } - }, - "node_modules/tty-browserify": { - "version": "0.0.0", - "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz", - "integrity": "sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=" - }, - "node_modules/tunnel-agent": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", - "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", - "dependencies": { - "safe-buffer": "^5.0.1" - }, - "engines": { - "node": "*" - } - }, - "node_modules/tweetnacl": { - "version": "0.14.5", - "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", - "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" - }, - "node_modules/type-check": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", - "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", - "dev": true, - "dependencies": { - "prelude-ls": "~1.1.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/type-is": { - "version": "1.6.18", - "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", - "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", - "dependencies": { - "media-typer": "0.3.0", - "mime-types": "~2.1.24" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/typedarray": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", - "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" - }, - "node_modules/typescript": { - "version": "2.9.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-2.9.2.tgz", - "integrity": "sha512-Gr4p6nFNaoufRIY4NMdpQRNmgxVIGMs4Fcu/ujdYk3nAZqk7supzBE9idmvfZIlH/Cuj//dvi+019qEue9lV0w==", - "dev": true, - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=4.2.0" - } - }, - "node_modules/uglify-js": { - "version": "3.7.4", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.7.4.tgz", - "integrity": "sha512-tinYWE8X1QfCHxS1lBS8yiDekyhSXOO6R66yNOCdUJeojxxw+PX2BHAz/BWyW7PQ7pkiWVxJfIEbiDxyLWvUGg==", - "dev": true, - "optional": true, - "dependencies": { - "commander": "~2.20.3", - "source-map": "~0.6.1" - }, - "bin": { - "uglifyjs": "bin/uglifyjs" - }, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/uglify-js/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "optional": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ultron": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz", - "integrity": "sha1-rOEWq1V80Zc4ak6I9GhTeMiy5Po=" - }, - "node_modules/union-value": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz", - "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==", - "dependencies": { - "arr-union": "^3.1.0", - "get-value": "^2.0.6", - "is-extendable": "^0.1.1", - "set-value": "^2.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/unique-filename": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz", - "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==", - "dependencies": { - "unique-slug": "^2.0.0" - } - }, - "node_modules/unique-slug": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz", - "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==", - "dependencies": { - "imurmurhash": "^0.1.4" - } - }, - "node_modules/unpipe": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", - "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/unset-value": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz", - "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=", - "dependencies": { - "has-value": "^0.3.1", - "isobject": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/unset-value/node_modules/has-value": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz", - "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=", - "dependencies": { - "get-value": "^2.0.3", - "has-values": "^0.1.4", - "isobject": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/unset-value/node_modules/has-value/node_modules/isobject": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", - "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", - "dependencies": { - "isarray": "1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/unset-value/node_modules/has-values": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz", - "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/upath": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz", - "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==", - "dev": true, - "engines": { - "node": ">=4", - "yarn": "*" - } - }, - "node_modules/uri-js": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz", - "integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==", - "dependencies": { - "punycode": "^2.1.0" - } - }, - "node_modules/urix": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", - "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=", - "deprecated": "Please see https://github.com/lydell/urix#deprecated" - }, - "node_modules/url": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz", - "integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=", - "dependencies": { - "punycode": "1.3.2", - "querystring": "0.2.0" - } - }, - "node_modules/url-parse": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.1.tgz", - "integrity": "sha512-HOfCOUJt7iSYzEx/UqgtwKRMC6EU91NFhsCHMv9oM03VJcVo2Qrp8T8kI9D7amFf1cu+/3CEhgb3rF9zL7k85Q==", - "dev": true, - "dependencies": { - "querystringify": "^2.1.1", - "requires-port": "^1.0.0" - } - }, - "node_modules/url/node_modules/punycode": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz", - "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=" - }, - "node_modules/use": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz", - "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/useragent": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/useragent/-/useragent-2.3.0.tgz", - "integrity": "sha512-4AoH4pxuSvHCjqLO04sU6U/uE65BYza8l/KKBS0b0hnUPWi+cQ2BpeTEwejCSx9SPV5/U03nniDTrWx5NrmKdw==", - "dependencies": { - "lru-cache": "4.1.x", - "tmp": "0.0.x" - } - }, - "node_modules/util": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/util/-/util-0.11.1.tgz", - "integrity": "sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==", - "dependencies": { - "inherits": "2.0.3" - } - }, - "node_modules/util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" - }, - "node_modules/util/node_modules/inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" - }, - "node_modules/utils-merge": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", - "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=", - "engines": { - "node": ">= 0.4.0" - } - }, - "node_modules/uuid": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz", - "integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==", - "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", - "bin": { - "uuid": "bin/uuid" - } - }, - "node_modules/validate-npm-package-license": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", - "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", - "dependencies": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" - } - }, - "node_modules/validate-npm-package-name": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-3.0.0.tgz", - "integrity": "sha1-X6kS2B630MdK/BQN5zF/DKffQ34=", - "dev": true, - "dependencies": { - "builtins": "^1.0.3" - } - }, - "node_modules/vary": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", - "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=", - "dev": true, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/verror": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", - "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", - "engines": [ - "node >=0.6.0" - ], - "dependencies": { - "assert-plus": "^1.0.0", - "core-util-is": "1.0.2", - "extsprintf": "^1.2.0" - } - }, - "node_modules/viewerjs": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/viewerjs/-/viewerjs-1.5.0.tgz", - "integrity": "sha512-ZiJ0vrXDvomLSY3ixaZCJtmdenomsvPPQwZKwvtXUMCiO2HHtFGoB/KqpS9QzABSeKaRLfcENp1uRYJ7l1MkYQ==" - }, - "node_modules/vm-browserify": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz", - "integrity": "sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==" - }, - "node_modules/void-elements": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-2.0.1.tgz", - "integrity": "sha1-wGavtYK7HLQSjWDqkjkulNXp2+w=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/watchpack": { - "version": "1.7.5", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.7.5.tgz", - "integrity": "sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==", - "dependencies": { - "graceful-fs": "^4.1.2", - "neo-async": "^2.5.0" - }, - "optionalDependencies": { - "chokidar": "^3.4.1", - "watchpack-chokidar2": "^2.0.1" - } - }, - "node_modules/watchpack-chokidar2": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/watchpack-chokidar2/-/watchpack-chokidar2-2.0.1.tgz", - "integrity": "sha512-nCFfBIPKr5Sh61s4LPpy1Wtfi0HE8isJ3d2Yb5/Ppw2P2B/3eVSEBjKfN0fmHJSK14+31KwMKmcrzs2GM4P0Ww==", - "dev": true, - "optional": true, - "dependencies": { - "chokidar": "^2.1.8" - } - }, - "node_modules/watchpack-chokidar2/node_modules/chokidar": { - "version": "2.1.8", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz", - "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==", - "deprecated": "Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.", - "dev": true, - "optional": true, - "dependencies": { - "anymatch": "^2.0.0", - "async-each": "^1.0.1", - "braces": "^2.3.2", - "glob-parent": "^3.1.0", - "inherits": "^2.0.3", - "is-binary-path": "^1.0.0", - "is-glob": "^4.0.0", - "normalize-path": "^3.0.0", - "path-is-absolute": "^1.0.0", - "readdirp": "^2.2.1", - "upath": "^1.1.1" - }, - "optionalDependencies": { - "fsevents": "^1.2.7" - } - }, - "node_modules/watchpack-chokidar2/node_modules/normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "dev": true, - "optional": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/watchpack/node_modules/anymatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", - "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", - "dev": true, - "optional": true, - "dependencies": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/watchpack/node_modules/binary-extensions": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", - "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", - "dev": true, - "optional": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/watchpack/node_modules/braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "dev": true, - "optional": true, - "dependencies": { - "fill-range": "^7.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/watchpack/node_modules/chokidar": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.2.tgz", - "integrity": "sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==", - "dev": true, - "optional": true, - "dependencies": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - }, - "engines": { - "node": ">= 8.10.0" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - } - }, - "node_modules/watchpack/node_modules/fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "dev": true, - "optional": true, - "dependencies": { - "to-regex-range": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/watchpack/node_modules/fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } - }, - "node_modules/watchpack/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "optional": true, - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/watchpack/node_modules/is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", - "dev": true, - "optional": true, - "dependencies": { - "binary-extensions": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/watchpack/node_modules/is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "dev": true, - "optional": true, - "engines": { - "node": ">=0.12.0" - } - }, - "node_modules/watchpack/node_modules/normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "dev": true, - "optional": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/watchpack/node_modules/readdirp": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "dev": true, - "optional": true, - "dependencies": { - "picomatch": "^2.2.1" - }, - "engines": { - "node": ">=8.10.0" - } - }, - "node_modules/watchpack/node_modules/to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dev": true, - "optional": true, - "dependencies": { - "is-number": "^7.0.0" - }, - "engines": { - "node": ">=8.0" - } - }, - "node_modules/wbuf": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz", - "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", - "dev": true, - "dependencies": { - "minimalistic-assert": "^1.0.0" - } - }, - "node_modules/webdriver-js-extender": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/webdriver-js-extender/-/webdriver-js-extender-1.0.0.tgz", - "integrity": "sha1-gcUzqeM9W/tZe05j4s2yW1R3dRU=", - "dev": true, - "dependencies": { - "@types/selenium-webdriver": "^2.53.35", - "selenium-webdriver": "^2.53.2" - } - }, - "node_modules/webdriver-js-extender/node_modules/adm-zip": { - "version": "0.4.4", - "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.4.4.tgz", - "integrity": "sha1-ph7VrmkFw66lizplfSUDMJEFJzY=", - "dev": true, - "engines": { - "node": ">=0.3.0" - } - }, - "node_modules/webdriver-js-extender/node_modules/sax": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/sax/-/sax-0.6.1.tgz", - "integrity": "sha1-VjsZx8HeiS4Jv8Ty/DDjwn8JUrk=", - "dev": true - }, - "node_modules/webdriver-js-extender/node_modules/selenium-webdriver": { - "version": "2.53.3", - "resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-2.53.3.tgz", - "integrity": "sha1-0p/1qVff8aG0ncRXdW5OS/vc4IU=", - "dev": true, - "dependencies": { - "adm-zip": "0.4.4", - "rimraf": "^2.2.8", - "tmp": "0.0.24", - "ws": "^1.0.1", - "xml2js": "0.4.4" - }, - "engines": { - "node": ">= 4.2.x" - } - }, - "node_modules/webdriver-js-extender/node_modules/tmp": { - "version": "0.0.24", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.24.tgz", - "integrity": "sha1-1qXhmNFKmDXMby18PZ4wJCjIzxI=", - "dev": true, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/webdriver-js-extender/node_modules/xml2js": { - "version": "0.4.4", - "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.4.tgz", - "integrity": "sha1-MREBAAMAiuGSQOuhdJe1fHKcVV0=", - "dev": true, - "dependencies": { - "sax": "0.6.x", - "xmlbuilder": ">=1.0.0" - } - }, - "node_modules/webpack": { - "version": "4.28.4", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.28.4.tgz", - "integrity": "sha512-NxjD61WsK/a3JIdwWjtIpimmvE6UrRi3yG54/74Hk9rwNj5FPkA4DJCf1z4ByDWLkvZhTZE+P3C/eh6UD5lDcw==", - "dependencies": { - "@webassemblyjs/ast": "1.7.11", - "@webassemblyjs/helper-module-context": "1.7.11", - "@webassemblyjs/wasm-edit": "1.7.11", - "@webassemblyjs/wasm-parser": "1.7.11", - "acorn": "^5.6.2", - "acorn-dynamic-import": "^3.0.0", - "ajv": "^6.1.0", - "ajv-keywords": "^3.1.0", - "chrome-trace-event": "^1.0.0", - "enhanced-resolve": "^4.1.0", - "eslint-scope": "^4.0.0", - "json-parse-better-errors": "^1.0.2", - "loader-runner": "^2.3.0", - "loader-utils": "^1.1.0", - "memory-fs": "~0.4.1", - "micromatch": "^3.1.8", - "mkdirp": "~0.5.0", - "neo-async": "^2.5.0", - "node-libs-browser": "^2.0.0", - "schema-utils": "^0.4.4", - "tapable": "^1.1.0", - "terser-webpack-plugin": "^1.1.0", - "watchpack": "^1.5.0", - "webpack-sources": "^1.3.0" - }, - "bin": { - "webpack": "bin/webpack.js" - }, - "engines": { - "node": ">=6.11.5" - } - }, - "node_modules/webpack-core": { - "version": "0.6.9", - "resolved": "https://registry.npmjs.org/webpack-core/-/webpack-core-0.6.9.tgz", - "integrity": "sha1-/FcViMhVjad76e+23r3Fo7FyvcI=", - "dev": true, - "dependencies": { - "source-list-map": "~0.1.7", - "source-map": "~0.4.1" - }, - "engines": { - "node": ">=0.6" - } - }, - "node_modules/webpack-core/node_modules/source-list-map": { - "version": "0.1.8", - "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-0.1.8.tgz", - "integrity": "sha1-xVCyq1Qn9rPyH1r+rYjE9Vh7IQY=", - "dev": true - }, - "node_modules/webpack-dev-middleware": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-3.4.0.tgz", - "integrity": "sha512-Q9Iyc0X9dP9bAsYskAVJ/hmIZZQwf/3Sy4xCAZgL5cUkjZmUZLt4l5HpbST/Pdgjn3u6pE7u5OdGd1apgzRujA==", - "dev": true, - "dependencies": { - "memory-fs": "~0.4.1", - "mime": "^2.3.1", - "range-parser": "^1.0.3", - "webpack-log": "^2.0.0" - }, - "engines": { - "node": ">= 6" - }, - "peerDependencies": { - "webpack": "^4.0.0" - } - }, - "node_modules/webpack-dev-middleware/node_modules/mime": { - "version": "2.4.4", - "resolved": "https://registry.npmjs.org/mime/-/mime-2.4.4.tgz", - "integrity": "sha512-LRxmNwziLPT828z+4YkNzloCFC2YM4wrB99k+AV5ZbEyfGNWfG8SO1FUXLmLDBSo89NrJZ4DIWeLjy1CHGhMGA==", - "dev": true, - "bin": { - "mime": "cli.js" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/webpack-dev-server": { - "version": "3.1.14", - "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-3.1.14.tgz", - "integrity": "sha512-mGXDgz5SlTxcF3hUpfC8hrQ11yhAttuUQWf1Wmb+6zo3x6rb7b9mIfuQvAPLdfDRCGRGvakBWHdHOa0I9p/EVQ==", - "dev": true, - "dependencies": { - "ansi-html": "0.0.7", - "bonjour": "^3.5.0", - "chokidar": "^2.0.0", - "compression": "^1.5.2", - "connect-history-api-fallback": "^1.3.0", - "debug": "^3.1.0", - "del": "^3.0.0", - "express": "^4.16.2", - "html-entities": "^1.2.0", - "http-proxy-middleware": "~0.18.0", - "import-local": "^2.0.0", - "internal-ip": "^3.0.1", - "ip": "^1.1.5", - "killable": "^1.0.0", - "loglevel": "^1.4.1", - "opn": "^5.1.0", - "portfinder": "^1.0.9", - "schema-utils": "^1.0.0", - "selfsigned": "^1.9.1", - "semver": "^5.6.0", - "serve-index": "^1.7.2", - "sockjs": "0.3.19", - "sockjs-client": "1.3.0", - "spdy": "^4.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^5.1.0", - "url": "^0.11.0", - "webpack-dev-middleware": "3.4.0", - "webpack-log": "^2.0.0", - "yargs": "12.0.2" - }, - "bin": { - "webpack-dev-server": "bin/webpack-dev-server.js" - }, - "engines": { - "node": ">= 6.11.5" - }, - "peerDependencies": { - "webpack": "^4.0.0" - } - }, - "node_modules/webpack-dev-server/node_modules/ansi-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", - "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/webpack-dev-server/node_modules/camelcase": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", - "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/webpack-dev-server/node_modules/cliui": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-4.1.0.tgz", - "integrity": "sha512-4FG+RSG9DL7uEwRUZXZn3SS34DiDPfzP0VOiEwtUWlE+AR2EIg+hSyvrIgUUfhdgR/UkAeW2QHgeP+hWrXs7jQ==", - "dev": true, - "dependencies": { - "string-width": "^2.1.1", - "strip-ansi": "^4.0.0", - "wrap-ansi": "^2.0.0" - } - }, - "node_modules/webpack-dev-server/node_modules/cliui/node_modules/strip-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", - "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", - "dev": true, - "dependencies": { - "ansi-regex": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/webpack-dev-server/node_modules/cross-spawn": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", - "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", - "dev": true, - "dependencies": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - }, - "engines": { - "node": ">=4.8" - } - }, - "node_modules/webpack-dev-server/node_modules/debug": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", - "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", - "deprecated": "Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)", - "dev": true, - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/webpack-dev-server/node_modules/decamelize": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-2.0.0.tgz", - "integrity": "sha512-Ikpp5scV3MSYxY39ymh45ZLEecsTdv/Xj2CaQfI8RLMuwi7XvjX9H/fhraiSuU+C5w5NTDu4ZU72xNiZnurBPg==", - "dev": true, - "dependencies": { - "xregexp": "4.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/webpack-dev-server/node_modules/execa": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", - "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", - "dev": true, - "dependencies": { - "cross-spawn": "^6.0.0", - "get-stream": "^4.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/webpack-dev-server/node_modules/find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "dev": true, - "dependencies": { - "locate-path": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/webpack-dev-server/node_modules/get-stream": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", - "dev": true, - "dependencies": { - "pump": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/webpack-dev-server/node_modules/invert-kv": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-2.0.0.tgz", - "integrity": "sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/webpack-dev-server/node_modules/is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/webpack-dev-server/node_modules/lcid": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/lcid/-/lcid-2.0.0.tgz", - "integrity": "sha512-avPEb8P8EGnwXKClwsNUgryVjllcRqtMYa49NTsbQagYuT1DcXnl1915oxWjoyGrXR6zH/Y0Zc96xWsPcoDKeA==", - "dev": true, - "dependencies": { - "invert-kv": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/webpack-dev-server/node_modules/locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "dev": true, - "dependencies": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/webpack-dev-server/node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - }, - "node_modules/webpack-dev-server/node_modules/os-locale": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-3.1.0.tgz", - "integrity": "sha512-Z8l3R4wYWM40/52Z+S265okfFj8Kt2cC2MKY+xNi3kFs+XGI7WXu/I309QQQYbRW4ijiZ+yxs9pqEhJh0DqW3Q==", - "dev": true, - "dependencies": { - "execa": "^1.0.0", - "lcid": "^2.0.0", - "mem": "^4.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/webpack-dev-server/node_modules/p-limit": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.2.tgz", - "integrity": "sha512-WGR+xHecKTr7EbUEhyLSh5Dube9JtdiG78ufaeLxTgpudf/20KqyMioIUZJAezlTIi6evxuoUs9YXc11cU+yzQ==", - "dev": true, - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/webpack-dev-server/node_modules/p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "dev": true, - "dependencies": { - "p-limit": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/webpack-dev-server/node_modules/p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/webpack-dev-server/node_modules/path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/webpack-dev-server/node_modules/pump": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", - "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", - "dev": true, - "dependencies": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - } - }, - "node_modules/webpack-dev-server/node_modules/schema-utils": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", - "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", - "dev": true, - "dependencies": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - }, - "engines": { - "node": ">= 4" - } - }, - "node_modules/webpack-dev-server/node_modules/string-width": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", - "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", - "dev": true, - "dependencies": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/webpack-dev-server/node_modules/string-width/node_modules/strip-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", - "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", - "dev": true, - "dependencies": { - "ansi-regex": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/webpack-dev-server/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/webpack-dev-server/node_modules/yargs": { - "version": "12.0.2", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-12.0.2.tgz", - "integrity": "sha512-e7SkEx6N6SIZ5c5H22RTZae61qtn3PYUE8JYbBFlK9sYmh3DMQ6E5ygtaG/2BW0JZi4WGgTR2IV5ChqlqrDGVQ==", - "dev": true, - "dependencies": { - "cliui": "^4.0.0", - "decamelize": "^2.0.0", - "find-up": "^3.0.0", - "get-caller-file": "^1.0.1", - "os-locale": "^3.0.0", - "require-directory": "^2.1.1", - "require-main-filename": "^1.0.1", - "set-blocking": "^2.0.0", - "string-width": "^2.0.0", - "which-module": "^2.0.0", - "y18n": "^3.2.1 || ^4.0.0", - "yargs-parser": "^10.1.0" - } - }, - "node_modules/webpack-dev-server/node_modules/yargs-parser": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-10.1.0.tgz", - "integrity": "sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ==", - "dev": true, - "dependencies": { - "camelcase": "^4.1.0" - } - }, - "node_modules/webpack-log": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/webpack-log/-/webpack-log-2.0.0.tgz", - "integrity": "sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==", - "dev": true, - "dependencies": { - "ansi-colors": "^3.0.0", - "uuid": "^3.3.2" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/webpack-merge": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-4.1.4.tgz", - "integrity": "sha512-TmSe1HZKeOPey3oy1Ov2iS3guIZjWvMT2BBJDzzT5jScHTjVC3mpjJofgueEzaEd6ibhxRDD6MIblDr8tzh8iQ==", - "dev": true, - "dependencies": { - "lodash": "^4.17.5" - } - }, - "node_modules/webpack-sources": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.3.0.tgz", - "integrity": "sha512-OiVgSrbGu7NEnEvQJJgdSFPl2qWKkWq5lHMhgiToIiN9w34EBnjYzSYs+VbL5KoYiLNtFFa7BZIKxRED3I32pA==", - "dependencies": { - "source-list-map": "^2.0.0", - "source-map": "~0.6.1" - } - }, - "node_modules/webpack-sources/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/webpack-subresource-integrity": { - "version": "1.1.0-rc.6", - "resolved": "https://registry.npmjs.org/webpack-subresource-integrity/-/webpack-subresource-integrity-1.1.0-rc.6.tgz", - "integrity": "sha512-Az7y8xTniNhaA0620AV1KPwWOqawurVVDzQSpPAeR5RwNbL91GoBSJAAo9cfd+GiFHwsS5bbHepBw1e6Hzxy4w==", - "dev": true, - "dependencies": { - "webpack-core": "^0.6.8" - }, - "engines": { - "node": ">=4" - }, - "peerDependencies": { - "webpack": "^1.12.11 || ~2 || ~3 || ~4" - } - }, - "node_modules/websocket-driver": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.3.tgz", - "integrity": "sha512-bpxWlvbbB459Mlipc5GBzzZwhoZgGEZLuqPaR0INBGnPAY1vdBX6hPnoFXiw+3yWxDuHyQjO2oXTMyS8A5haFg==", - "dependencies": { - "http-parser-js": ">=0.4.0 <0.4.11", - "safe-buffer": ">=5.1.0", - "websocket-extensions": ">=0.1.1" - }, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/websocket-extensions": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz", - "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/whatwg-fetch": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.0.0.tgz", - "integrity": "sha512-9GSJUgz1D4MfyKU7KRqwOjXCXTqWdFNvEr7eUBYchQiVc744mqK/MzXPNR2WsPkmkOa4ywfg8C2n8h+13Bey1Q==" - }, - "node_modules/when": { - "version": "3.6.4", - "resolved": "https://registry.npmjs.org/when/-/when-3.6.4.tgz", - "integrity": "sha1-RztRfsFZ4rhQBUl6E5g/CVQS404=", - "dev": true - }, - "node_modules/which": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "which": "bin/which" - } - }, - "node_modules/which-module": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", - "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=" - }, - "node_modules/wide-align": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz", - "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==", - "dependencies": { - "string-width": "^1.0.2 || 2" - } - }, - "node_modules/window-size": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/window-size/-/window-size-0.1.4.tgz", - "integrity": "sha1-+OGqHuWlPsW/FR/6CXQqatdpeHY=", - "bin": { - "window-size": "cli.js" - }, - "engines": { - "node": ">= 0.10.0" - } - }, - "node_modules/word-wrap": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", - "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/wordwrap": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", - "integrity": "sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=", - "dev": true - }, - "node_modules/worker-farm": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/worker-farm/-/worker-farm-1.7.0.tgz", - "integrity": "sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw==", - "dependencies": { - "errno": "~0.1.7" - } - }, - "node_modules/worker-loader": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/worker-loader/-/worker-loader-2.0.0.tgz", - "integrity": "sha512-tnvNp4K3KQOpfRnD20m8xltE3eWh89Ye+5oj7wXEEHKac1P4oZ6p9oTj8/8ExqoSBnk9nu5Pr4nKfQ1hn2APJw==", - "dependencies": { - "loader-utils": "^1.0.0", - "schema-utils": "^0.4.0" - }, - "engines": { - "node": ">= 6.9.0 || >= 8.9.0" - }, - "peerDependencies": { - "webpack": "^3.0.0 || ^4.0.0-alpha.0 || ^4.0.0" - } - }, - "node_modules/wrap-ansi": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz", - "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=", - "dependencies": { - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" - }, - "node_modules/ws": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/ws/-/ws-1.1.2.tgz", - "integrity": "sha1-iiRPoFJAHgjJiGz0SoUYnh/UBn8=", - "dependencies": { - "options": ">=0.0.5", - "ultron": "1.0.x" - } - }, - "node_modules/wtf-8": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/wtf-8/-/wtf-8-1.0.0.tgz", - "integrity": "sha1-OS2LotDxw00e4tYw8V0O+2jhBIo=" - }, - "node_modules/xlsx": { - "version": "0.14.5", - "resolved": "https://registry.npmjs.org/xlsx/-/xlsx-0.14.5.tgz", - "integrity": "sha512-s/5f4/mjeWREmIWZ+HtDfh/rnz51ar+dZ4LWKZU3u9VBx2zLdSIWTdXgoa52/pnZ9Oe/Vu1W1qzcKzLVe+lq4w==", - "dependencies": { - "adler-32": "~1.2.0", - "cfb": "^1.1.2", - "codepage": "~1.14.0", - "commander": "~2.17.1", - "crc-32": "~1.2.0", - "exit-on-epipe": "~1.0.1", - "ssf": "~0.10.2" - }, - "bin": { - "xlsx": "bin/xlsx.njs" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/xlsx/node_modules/commander": { - "version": "2.17.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.17.1.tgz", - "integrity": "sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg==" - }, - "node_modules/xml2js": { - "version": "0.4.23", - "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz", - "integrity": "sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==", - "dependencies": { - "sax": ">=0.6.0", - "xmlbuilder": "~11.0.0" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/xmlbuilder": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz", - "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==", - "engines": { - "node": ">=4.0" - } - }, - "node_modules/xmlhttprequest": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz", - "integrity": "sha1-Z/4HXFwk/vOfnWX197f+dRcZaPw=", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/xmlhttprequest-ssl": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.3.tgz", - "integrity": "sha1-GFqIjATspGw+QHDZn3tJ3jUomS0=", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/xregexp": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/xregexp/-/xregexp-4.0.0.tgz", - "integrity": "sha512-PHyM+sQouu7xspQQwELlGwwd05mXUFqwFYfqPO0cC7x4fxyHnnuetmQr6CjJiafIDoH4MogHb9dOoJzR/Y4rFg==", - "dev": true - }, - "node_modules/xtend": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", - "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", - "engines": { - "node": ">=0.4" - } - }, - "node_modules/y18n": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz", - "integrity": "sha1-bRX7qITAhnnA136I53WegR4H+kE=" - }, - "node_modules/yallist": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", - "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=" - }, - "node_modules/yargs": { - "version": "3.32.0", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.32.0.tgz", - "integrity": "sha1-AwiOnr+edWtpdRYR0qXvWRSCyZU=", - "dependencies": { - "camelcase": "^2.0.1", - "cliui": "^3.0.3", - "decamelize": "^1.1.1", - "os-locale": "^1.4.0", - "string-width": "^1.0.1", - "window-size": "^0.1.4", - "y18n": "^3.2.0" - } - }, - "node_modules/yargs-parser": { - "version": "13.1.2", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz", - "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==", - "dependencies": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } - }, - "node_modules/yargs-parser/node_modules/camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", - "engines": { - "node": ">=6" - } - }, - "node_modules/yeast": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/yeast/-/yeast-0.1.2.tgz", - "integrity": "sha1-AI4G2AlDIMNy28L47XagymyKxBk=" - }, - "node_modules/yn": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/yn/-/yn-2.0.0.tgz", - "integrity": "sha1-5a2ryKz0CPY4X8dklWhMiOavaJo=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/zone.js": { - "version": "0.8.29", - "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.8.29.tgz", - "integrity": "sha512-mla2acNCMkWXBD+c+yeUrBUrzOxYMNFdQ6FGfigGGtEVBPJx07BQeJekjt9DmH1FtZek4E9rE1eRR9qQpxACOQ==" - } - }, "dependencies": { "@agm/core": { "version": "1.0.0-beta.2", "resolved": "https://registry.npmjs.org/@agm/core/-/core-1.0.0-beta.2.tgz", - "integrity": "sha512-3bdfvkWDmJszpj/F6Fzgv7sks0cs/cUEQPfs37tcJFz3jc62SsXy4TGb/WJT8FpH2nSGE6DonP8lXuFxB0lblQ==", - "requires": {} + "integrity": "sha512-3bdfvkWDmJszpj/F6Fzgv7sks0cs/cUEQPfs37tcJFz3jc62SsXy4TGb/WJT8FpH2nSGE6DonP8lXuFxB0lblQ==" }, "@angular-devkit/architect": { "version": "0.12.4", @@ -16765,18 +395,19 @@ } }, "@angular/animations": { - "version": "6.1.10", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-6.1.10.tgz", - "integrity": "sha512-dd/lq7kw3uwfHPICan8psu2nthuUpp7PvMLuNIm0XxObZ4oNs0ls6uxKEDPnEkRKoGdiJpvmsyzZZN9ACMPEAA==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-7.0.0.tgz", + "integrity": "sha512-IYdryQXdYfPvhJpExLSAr0o9rlUeyVS++a6h/sjqN1dkUt/yJBHLRreuHx8Udvlj2nH70raHJgevk8FwhAkTdA==", "requires": { "tslib": "^1.9.0" } }, "@angular/cdk": { - "version": "6.4.7", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-6.4.7.tgz", - "integrity": "sha512-18x0U66fLD5kGQWZ9n3nb75xQouXlWs7kUDaTd8HTrHpT1s2QIAqlLd1KxfrYiVhsEC2jPQaoiae7VnBlcvkBg==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-7.0.0.tgz", + "integrity": "sha512-HX+gIJzST/Nu07ASg1XR583KSEmHI6kUbiSBdq0LqF3mIQgId5z3auBqQcXAgvB0Cg29+/38aj31hnoK/LswEQ==", "requires": { + "parse5": "^5.0.0", "tslib": "^1.7.1" } }, @@ -17064,8 +695,7 @@ "@angular/fire": { "version": "5.4.0", "resolved": "https://registry.npmjs.org/@angular/fire/-/fire-5.4.0.tgz", - "integrity": "sha512-067oatMtDbNKEWNdZoMWqKOzPpp0r8XZvpL1bcH6PO+q62ceJ2ig46ne1UqJP2nHRyXNAtIyJp7VhVoG4gRPiA==", - "requires": {} + "integrity": "sha512-067oatMtDbNKEWNdZoMWqKOzPpp0r8XZvpL1bcH6PO+q62ceJ2ig46ne1UqJP2nHRyXNAtIyJp7VhVoG4gRPiA==" }, "@angular/flex-layout": { "version": "6.0.0-beta.18", @@ -17092,18 +722,17 @@ } }, "@angular/material": { - "version": "6.4.7", - "resolved": "https://registry.npmjs.org/@angular/material/-/material-6.4.7.tgz", - "integrity": "sha512-SdNx7Xovi24Kw9eU6lkLhY/7f2M7L9F+/uh6XuPr4jbGgCUVVpeeVI5ztZhsZRbj1sN+/r1p5w8u62apWWl5Ww==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@angular/material/-/material-7.0.0.tgz", + "integrity": "sha512-HgHzHWsUvNiSpRmoOJqnH/TVb4Ki7sXxbWuw5OVKOKiBW6Gwvd29+cP4XauzH47wHMyvS9/HH8kj3gC72pLhJQ==", "requires": { - "parse5": "^5.0.0", "tslib": "^1.7.1" } }, "@angular/material-moment-adapter": { - "version": "6.4.7", - "resolved": "https://registry.npmjs.org/@angular/material-moment-adapter/-/material-moment-adapter-6.4.7.tgz", - "integrity": "sha512-OGdDtpu/yRioOQXhJFCNuiOF2OgiL9VUj8ewFPi1lDtFGUFfVwU2h3hWkKLn+yuPW+DBVYla11tCNsn5dLElmA==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@angular/material-moment-adapter/-/material-moment-adapter-7.0.0.tgz", + "integrity": "sha512-ODTjQrgJhxU90qT0C42UdgR+NVjMwMhJHKxmRMC83Z7r+OZgjLcrj5fXx+363AisnI8a/+5hBSgzXZgwUu2hGQ==", "requires": { "tslib": "^1.7.1" } @@ -17161,8 +790,7 @@ "@firebase/auth-types": { "version": "0.8.0", "resolved": "https://registry.npmjs.org/@firebase/auth-types/-/auth-types-0.8.0.tgz", - "integrity": "sha512-foQHhvyB0RR+mb/+wmHXd/VOU+D8fruFEW1k79Q9wzyTPpovMBa1Mcns5fwEWBhUfi8bmoEtaGB8RSAHnTFzTg==", - "requires": {} + "integrity": "sha512-foQHhvyB0RR+mb/+wmHXd/VOU+D8fruFEW1k79Q9wzyTPpovMBa1Mcns5fwEWBhUfi8bmoEtaGB8RSAHnTFzTg==" }, "@firebase/database": { "version": "0.5.4", @@ -17201,8 +829,7 @@ "@firebase/firestore-types": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/@firebase/firestore-types/-/firestore-types-1.5.0.tgz", - "integrity": "sha512-VhRHNbEbak+R2iK8e1ir2Lec7eaHMZpGTRy6LMtzATYthlkwNHF9tO8JU8l6d1/kYkI4+DWzX++i3HhTziHEWA==", - "requires": {} + "integrity": "sha512-VhRHNbEbak+R2iK8e1ir2Lec7eaHMZpGTRy6LMtzATYthlkwNHF9tO8JU8l6d1/kYkI4+DWzX++i3HhTziHEWA==" }, "@firebase/functions": { "version": "0.4.18", @@ -17234,8 +861,7 @@ "@firebase/installations-types": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/@firebase/installations-types/-/installations-types-0.1.2.tgz", - "integrity": "sha512-fQaWIW8hyX1XUN7+FCSPjvM1agFjGidVuF4Sxi7aFwfyh5t+4fD2VpM4wCQbWmodnx4fZLvsuQd9mkxxU+lGYQ==", - "requires": {} + "integrity": "sha512-fQaWIW8hyX1XUN7+FCSPjvM1agFjGidVuF4Sxi7aFwfyh5t+4fD2VpM4wCQbWmodnx4fZLvsuQd9mkxxU+lGYQ==" }, "@firebase/logger": { "version": "0.1.25", @@ -17255,8 +881,7 @@ "@firebase/messaging-types": { "version": "0.3.2", "resolved": "https://registry.npmjs.org/@firebase/messaging-types/-/messaging-types-0.3.2.tgz", - "integrity": "sha512-2qa2qNKqpalmtwaUV3+wQqfCm5myP/dViIBv+pXF8HinemIfO1IPQtr9pCNfsSYyus78qEhtfldnPWXxUH5v0w==", - "requires": {} + "integrity": "sha512-2qa2qNKqpalmtwaUV3+wQqfCm5myP/dViIBv+pXF8HinemIfO1IPQtr9pCNfsSYyus78qEhtfldnPWXxUH5v0w==" }, "@firebase/performance": { "version": "0.2.19", @@ -17310,8 +935,7 @@ "@firebase/storage-types": { "version": "0.3.3", "resolved": "https://registry.npmjs.org/@firebase/storage-types/-/storage-types-0.3.3.tgz", - "integrity": "sha512-fUp4kpbxwDiWs/aIBJqBvXgFHZvgoND2JA0gJYSEsXtWtVwfgzY/710plErgZDeQKopX5eOR1sHskZkQUy0U6w==", - "requires": {} + "integrity": "sha512-fUp4kpbxwDiWs/aIBJqBvXgFHZvgoND2JA0gJYSEsXtWtVwfgzY/710plErgZDeQKopX5eOR1sHskZkQUy0U6w==" }, "@firebase/util": { "version": "0.2.28", @@ -17600,6 +1224,30 @@ } } }, + "@swimlane/dragula": { + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/@swimlane/dragula/-/dragula-3.8.0.tgz", + "integrity": "sha512-1F3sWPs9GRbQysuOa92llH21YYgc0YezTAtt72AmMxgv8erX8h/S6hYWzqEj5SIB/+u/YRx298dKU0tGoYGgNg==", + "requires": { + "contra": "1.9.4", + "crossvent": "1.5.4" + } + }, + "@swimlane/ng2-file-upload": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@swimlane/ng2-file-upload/-/ng2-file-upload-1.1.0.tgz", + "integrity": "sha512-YjqMQJUZt82Eji07n/0peXIaUb+ameWCsvEUlJUAijG504HThqNPkVQF03qnA5GtPatWO0/D5APJIhIPIj/ESg==", + "requires": { + "tslib": "^2.0.0" + }, + "dependencies": { + "tslib": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", + "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" + } + } + }, "@swimlane/ngx-charts": { "version": "7.4.0", "resolved": "https://registry.npmjs.org/@swimlane/ngx-charts/-/ngx-charts-7.4.0.tgz", @@ -17621,8 +1269,42 @@ "@swimlane/ngx-datatable": { "version": "11.1.5", "resolved": "https://registry.npmjs.org/@swimlane/ngx-datatable/-/ngx-datatable-11.1.5.tgz", - "integrity": "sha512-BRRHMrgw9tG0BezTnfszzFTlpW9B9Zh5kyZF/pxqfJxpUsZ0aA/uXlL4cloe4+msQ6yIdu1/jhUCDInwSzmpFw==", - "requires": {} + "integrity": "sha512-BRRHMrgw9tG0BezTnfszzFTlpW9B9Zh5kyZF/pxqfJxpUsZ0aA/uXlL4cloe4+msQ6yIdu1/jhUCDInwSzmpFw==" + }, + "@swimlane/ngx-dnd": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@swimlane/ngx-dnd/-/ngx-dnd-9.0.0.tgz", + "integrity": "sha512-bENC5QsEWEeTjolAmoeyDUXX8uUaqcDhVHbS/OXa1tVqf2OpYH6cbGr/sWa7BrjCn5aQB65T+YjvCxBucqBluw==", + "requires": { + "@swimlane/dragula": "^3.8.0", + "@types/dragula": "^2.1.34", + "tslib": "^2.0.0" + }, + "dependencies": { + "tslib": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", + "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" + } + } + }, + "@swimlane/ngx-ui": { + "version": "37.1.1", + "resolved": "https://registry.npmjs.org/@swimlane/ngx-ui/-/ngx-ui-37.1.1.tgz", + "integrity": "sha512-My3Fnb35sLKorD7lsYBOSLm4+T0eg1sk8pCwfFGfdhXdLxZSDBiSfEWvbu/NuBUKZz8RwyEIZ/h5rJkOsldXvQ==", + "requires": { + "@swimlane/ng2-file-upload": "1.1.0", + "mousetrap": "^1.6.2", + "normalize.css": "^5.0.0", + "tslib": "^2.0.0" + }, + "dependencies": { + "tslib": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", + "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" + } + } }, "@types/aws-sdk": { "version": "2.7.0", @@ -17649,6 +1331,11 @@ } } }, + "@types/dragula": { + "version": "2.1.36", + "resolved": "https://registry.npmjs.org/@types/dragula/-/dragula-2.1.36.tgz", + "integrity": "sha512-K1GIMqdiviBIvUsLJPO1xkjpDFS308nU2l57zmV7LEO+znF3gtZGnWQ+c/ef78r6Ngb0cniQk8pnNkObeNlXQQ==" + }, "@types/file-saver": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/@types/file-saver/-/file-saver-2.0.1.tgz", @@ -17723,6 +1410,7 @@ "version": "1.7.11", "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.7.11.tgz", "integrity": "sha512-ZEzy4vjvTzScC+SH8RBssQUawpaInUdMTYwYYLh54/s8TuT0gBLuyUnppKsVyZEi876VmmStKsUs28UxPgdvrA==", + "dev": true, "requires": { "@webassemblyjs/helper-module-context": "1.7.11", "@webassemblyjs/helper-wasm-bytecode": "1.7.11", @@ -17732,22 +1420,26 @@ "@webassemblyjs/floating-point-hex-parser": { "version": "1.7.11", "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.7.11.tgz", - "integrity": "sha512-zY8dSNyYcgzNRNT666/zOoAyImshm3ycKdoLsyDw/Bwo6+/uktb7p4xyApuef1dwEBo/U/SYQzbGBvV+nru2Xg==" + "integrity": "sha512-zY8dSNyYcgzNRNT666/zOoAyImshm3ycKdoLsyDw/Bwo6+/uktb7p4xyApuef1dwEBo/U/SYQzbGBvV+nru2Xg==", + "dev": true }, "@webassemblyjs/helper-api-error": { "version": "1.7.11", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.7.11.tgz", - "integrity": "sha512-7r1qXLmiglC+wPNkGuXCvkmalyEstKVwcueZRP2GNC2PAvxbLYwLLPr14rcdJaE4UtHxQKfFkuDFuv91ipqvXg==" + "integrity": "sha512-7r1qXLmiglC+wPNkGuXCvkmalyEstKVwcueZRP2GNC2PAvxbLYwLLPr14rcdJaE4UtHxQKfFkuDFuv91ipqvXg==", + "dev": true }, "@webassemblyjs/helper-buffer": { "version": "1.7.11", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.7.11.tgz", - "integrity": "sha512-MynuervdylPPh3ix+mKZloTcL06P8tenNH3sx6s0qE8SLR6DdwnfgA7Hc9NSYeob2jrW5Vql6GVlsQzKQCa13w==" + "integrity": "sha512-MynuervdylPPh3ix+mKZloTcL06P8tenNH3sx6s0qE8SLR6DdwnfgA7Hc9NSYeob2jrW5Vql6GVlsQzKQCa13w==", + "dev": true }, "@webassemblyjs/helper-code-frame": { "version": "1.7.11", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.7.11.tgz", "integrity": "sha512-T8ESC9KMXFTXA5urJcyor5cn6qWeZ4/zLPyWeEXZ03hj/x9weSokGNkVCdnhSabKGYWxElSdgJ+sFa9G/RdHNw==", + "dev": true, "requires": { "@webassemblyjs/wast-printer": "1.7.11" } @@ -17755,22 +1447,26 @@ "@webassemblyjs/helper-fsm": { "version": "1.7.11", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.7.11.tgz", - "integrity": "sha512-nsAQWNP1+8Z6tkzdYlXT0kxfa2Z1tRTARd8wYnc/e3Zv3VydVVnaeePgqUzFrpkGUyhUUxOl5ML7f1NuT+gC0A==" + "integrity": "sha512-nsAQWNP1+8Z6tkzdYlXT0kxfa2Z1tRTARd8wYnc/e3Zv3VydVVnaeePgqUzFrpkGUyhUUxOl5ML7f1NuT+gC0A==", + "dev": true }, "@webassemblyjs/helper-module-context": { "version": "1.7.11", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.7.11.tgz", - "integrity": "sha512-JxfD5DX8Ygq4PvXDucq0M+sbUFA7BJAv/GGl9ITovqE+idGX+J3QSzJYz+LwQmL7fC3Rs+utvWoJxDb6pmC0qg==" + "integrity": "sha512-JxfD5DX8Ygq4PvXDucq0M+sbUFA7BJAv/GGl9ITovqE+idGX+J3QSzJYz+LwQmL7fC3Rs+utvWoJxDb6pmC0qg==", + "dev": true }, "@webassemblyjs/helper-wasm-bytecode": { "version": "1.7.11", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.7.11.tgz", - "integrity": "sha512-cMXeVS9rhoXsI9LLL4tJxBgVD/KMOKXuFqYb5oCJ/opScWpkCMEz9EJtkonaNcnLv2R3K5jIeS4TRj/drde1JQ==" + "integrity": "sha512-cMXeVS9rhoXsI9LLL4tJxBgVD/KMOKXuFqYb5oCJ/opScWpkCMEz9EJtkonaNcnLv2R3K5jIeS4TRj/drde1JQ==", + "dev": true }, "@webassemblyjs/helper-wasm-section": { "version": "1.7.11", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.7.11.tgz", "integrity": "sha512-8ZRY5iZbZdtNFE5UFunB8mmBEAbSI3guwbrsCl4fWdfRiAcvqQpeqd5KHhSWLL5wuxo53zcaGZDBU64qgn4I4Q==", + "dev": true, "requires": { "@webassemblyjs/ast": "1.7.11", "@webassemblyjs/helper-buffer": "1.7.11", @@ -17782,6 +1478,7 @@ "version": "1.7.11", "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.7.11.tgz", "integrity": "sha512-Mmqx/cS68K1tSrvRLtaV/Lp3NZWzXtOHUW2IvDvl2sihAwJh4ACE0eL6A8FvMyDG9abes3saB6dMimLOs+HMoQ==", + "dev": true, "requires": { "@xtuc/ieee754": "^1.2.0" } @@ -17790,6 +1487,7 @@ "version": "1.7.11", "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.7.11.tgz", "integrity": "sha512-vuGmgZjjp3zjcerQg+JA+tGOncOnJLWVkt8Aze5eWQLwTQGNgVLcyOTqgSCxWTR4J42ijHbBxnuRaL1Rv7XMdw==", + "dev": true, "requires": { "@xtuc/long": "4.2.1" } @@ -17797,12 +1495,14 @@ "@webassemblyjs/utf8": { "version": "1.7.11", "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.7.11.tgz", - "integrity": "sha512-C6GFkc7aErQIAH+BMrIdVSmW+6HSe20wg57HEC1uqJP8E/xpMjXqQUxkQw07MhNDSDcGpxI9G5JSNOQCqJk4sA==" + "integrity": "sha512-C6GFkc7aErQIAH+BMrIdVSmW+6HSe20wg57HEC1uqJP8E/xpMjXqQUxkQw07MhNDSDcGpxI9G5JSNOQCqJk4sA==", + "dev": true }, "@webassemblyjs/wasm-edit": { "version": "1.7.11", "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.7.11.tgz", "integrity": "sha512-FUd97guNGsCZQgeTPKdgxJhBXkUbMTY6hFPf2Y4OedXd48H97J+sOY2Ltaq6WGVpIH8o/TGOVNiVz/SbpEMJGg==", + "dev": true, "requires": { "@webassemblyjs/ast": "1.7.11", "@webassemblyjs/helper-buffer": "1.7.11", @@ -17818,6 +1518,7 @@ "version": "1.7.11", "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.7.11.tgz", "integrity": "sha512-U/KDYp7fgAZX5KPfq4NOupK/BmhDc5Kjy2GIqstMhvvdJRcER/kUsMThpWeRP8BMn4LXaKhSTggIJPOeYHwISA==", + "dev": true, "requires": { "@webassemblyjs/ast": "1.7.11", "@webassemblyjs/helper-wasm-bytecode": "1.7.11", @@ -17830,6 +1531,7 @@ "version": "1.7.11", "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.7.11.tgz", "integrity": "sha512-XynkOwQyiRidh0GLua7SkeHvAPXQV/RxsUeERILmAInZegApOUAIJfRuPYe2F7RcjOC9tW3Cb9juPvAC/sCqvg==", + "dev": true, "requires": { "@webassemblyjs/ast": "1.7.11", "@webassemblyjs/helper-buffer": "1.7.11", @@ -17841,6 +1543,7 @@ "version": "1.7.11", "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.7.11.tgz", "integrity": "sha512-6lmXRTrrZjYD8Ng8xRyvyXQJYUQKYSXhJqXOBLw24rdiXsHAOlvw5PhesjdcaMadU/pyPQOJ5dHreMjBxwnQKg==", + "dev": true, "requires": { "@webassemblyjs/ast": "1.7.11", "@webassemblyjs/helper-api-error": "1.7.11", @@ -17854,6 +1557,7 @@ "version": "1.7.11", "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.7.11.tgz", "integrity": "sha512-lEyVCg2np15tS+dm7+JJTNhNWq9yTZvi3qEhAIIOaofcYlUp0UR5/tVqOwa/gXYr3gjwSZqw+/lS9dscyLelbQ==", + "dev": true, "requires": { "@webassemblyjs/ast": "1.7.11", "@webassemblyjs/floating-point-hex-parser": "1.7.11", @@ -17867,6 +1571,7 @@ "version": "1.7.11", "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.7.11.tgz", "integrity": "sha512-m5vkAsuJ32QpkdkDOUPGSltrg8Cuk3KBx4YrmAGQwCZPRdUHXxG4phIOuuycLemHFr74sWL9Wthqss4fzdzSwg==", + "dev": true, "requires": { "@webassemblyjs/ast": "1.7.11", "@webassemblyjs/wast-parser": "1.7.11", @@ -17876,12 +1581,14 @@ "@xtuc/ieee754": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", - "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==" + "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", + "dev": true }, "@xtuc/long": { "version": "4.2.1", "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.1.tgz", - "integrity": "sha512-FZdkNBDqBRHKQ2MEbSC17xnPFOhZxeJ2YGSfr2BKf3sujG49Qe3bB+rGCwQfIaA7WHnGeGkSijX4FuBCdrzW/g==" + "integrity": "sha512-FZdkNBDqBRHKQ2MEbSC17xnPFOhZxeJ2YGSfr2BKf3sujG49Qe3bB+rGCwQfIaA7WHnGeGkSijX4FuBCdrzW/g==", + "dev": true }, "@yarnpkg/lockfile": { "version": "1.1.0", @@ -17889,6 +1596,16 @@ "integrity": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==", "dev": true }, + "JSONStream": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz", + "integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==", + "dev": true, + "requires": { + "jsonparse": "^1.2.0", + "through": ">=2.2.7 <3" + } + }, "abbrev": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", @@ -17906,12 +1623,14 @@ "acorn": { "version": "5.7.4", "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.4.tgz", - "integrity": "sha512-1D++VG7BhrtvQpNbBzovKNc1FLGGEE/oGe7b9xJm/RFHMBeUaUGpluV9RLjZa47YFdPcDAenEYuq9pQPcMdLJg==" + "integrity": "sha512-1D++VG7BhrtvQpNbBzovKNc1FLGGEE/oGe7b9xJm/RFHMBeUaUGpluV9RLjZa47YFdPcDAenEYuq9pQPcMdLJg==", + "dev": true }, "acorn-dynamic-import": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/acorn-dynamic-import/-/acorn-dynamic-import-3.0.0.tgz", "integrity": "sha512-zVWV8Z8lislJoOKKqdNMOB+s6+XV5WERty8MnKBeFgwA+19XJjJHs2RP5dzM57FftIs+jQnRToLiWazKr6sSWg==", + "dev": true, "requires": { "acorn": "^5.0.0" } @@ -17969,13 +1688,12 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz", "integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==", - "requires": {} + "dev": true }, "ajv-keywords": { "version": "3.4.1", "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.4.1.tgz", - "integrity": "sha512-RO1ibKvd27e6FEShVFfPALuHI3WjSVNeK5FIsmme/LYRNxjKuNj+Dt7bucLa6NdSv3JcVTyMlm9kGR84z1XpaQ==", - "requires": {} + "integrity": "sha512-RO1ibKvd27e6FEShVFfPALuHI3WjSVNeK5FIsmme/LYRNxjKuNj+Dt7bucLa6NdSv3JcVTyMlm9kGR84z1XpaQ==" }, "amazon-cognito-identity-js": { "version": "2.0.30", @@ -18012,26 +1730,22 @@ "angular-draggable-droppable": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/angular-draggable-droppable/-/angular-draggable-droppable-2.0.0.tgz", - "integrity": "sha512-/b8LIGamjOKnDI2uG1jRUErTIHeQ3w2WqHn4cbeiUTy+6eNHjkQI32DNhvxl0nVxr2gF5QluECNB4uWjMMyzQg==", - "requires": {} + "integrity": "sha512-/b8LIGamjOKnDI2uG1jRUErTIHeQ3w2WqHn4cbeiUTy+6eNHjkQI32DNhvxl0nVxr2gF5QluECNB4uWjMMyzQg==" }, "angular-notifier": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/angular-notifier/-/angular-notifier-4.1.2.tgz", - "integrity": "sha512-KgQWXxoiF71I+GHnf0G7GvoFSG7roxD9DTT4U2aQP2o+Ll4/WUtoBXGs2h8Pf590JUjbxjd1zhn12zR8XCiinA==", - "requires": {} + "integrity": "sha512-KgQWXxoiF71I+GHnf0G7GvoFSG7roxD9DTT4U2aQP2o+Ll4/WUtoBXGs2h8Pf590JUjbxjd1zhn12zR8XCiinA==" }, "angular-resizable-element": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/angular-resizable-element/-/angular-resizable-element-2.0.0.tgz", - "integrity": "sha512-Jsa818fxtAtBA3Fp1u4mWV9tcpakM+bNYFFbB/AjKig2BtzZkeyLx3vjcBCfwPmXkK10kX2QKR8RDALk1w209A==", - "requires": {} + "integrity": "sha512-Jsa818fxtAtBA3Fp1u4mWV9tcpakM+bNYFFbB/AjKig2BtzZkeyLx3vjcBCfwPmXkK10kX2QKR8RDALk1w209A==" }, "angular-sortablejs": { "version": "2.7.0", "resolved": "https://registry.npmjs.org/angular-sortablejs/-/angular-sortablejs-2.7.0.tgz", - "integrity": "sha512-pFnRAZmIDUROTCr1V17DCc7iwrdDYqVIkQmOf+pIl7OZCXo7fqCVZYL4sluFmh81SpM45P/aohbC5Zb6ECp4/A==", - "requires": {} + "integrity": "sha512-pFnRAZmIDUROTCr1V17DCc7iwrdDYqVIkQmOf+pIl7OZCXo7fqCVZYL4sluFmh81SpM45P/aohbC5Zb6ECp4/A==" }, "angular-split": { "version": "3.0.2", @@ -18131,17 +1845,20 @@ "arr-diff": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz", - "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=" + "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=", + "dev": true }, "arr-flatten": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", - "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==" + "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==", + "dev": true }, "arr-union": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz", - "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=" + "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=", + "dev": true }, "array-find-index": { "version": "1.0.2", @@ -18157,7 +1874,8 @@ "array-slice": { "version": "0.2.3", "resolved": "https://registry.npmjs.org/array-slice/-/array-slice-0.2.3.tgz", - "integrity": "sha1-3Tz7gO15c6dRF82sabC5nshhhvU=" + "integrity": "sha1-3Tz7gO15c6dRF82sabC5nshhhvU=", + "dev": true }, "array-union": { "version": "1.0.2", @@ -18177,12 +1895,14 @@ "array-unique": { "version": "0.3.2", "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", - "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=" + "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=", + "dev": true }, "arraybuffer.slice": { "version": "0.0.6", "resolved": "https://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.6.tgz", - "integrity": "sha1-8zshWfBTKj8xB6JywMz70a0peco=" + "integrity": "sha1-8zshWfBTKj8xB6JywMz70a0peco=", + "dev": true }, "arrify": { "version": "1.0.1", @@ -18218,6 +1938,7 @@ "version": "4.10.1", "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-4.10.1.tgz", "integrity": "sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw==", + "dev": true, "requires": { "bn.js": "^4.0.0", "inherits": "^2.0.1", @@ -18228,6 +1949,7 @@ "version": "1.5.0", "resolved": "https://registry.npmjs.org/assert/-/assert-1.5.0.tgz", "integrity": "sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==", + "dev": true, "requires": { "object-assign": "^4.1.1", "util": "0.10.3" @@ -18236,12 +1958,14 @@ "inherits": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz", - "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=" + "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=", + "dev": true }, "util": { "version": "0.10.3", "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz", "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=", + "dev": true, "requires": { "inherits": "2.0.1" } @@ -18256,7 +1980,8 @@ "assign-symbols": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", - "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=" + "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=", + "dev": true }, "async": { "version": "1.5.2", @@ -18267,7 +1992,8 @@ "async-each": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz", - "integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==" + "integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==", + "dev": true }, "async-foreach": { "version": "0.1.3", @@ -18287,7 +2013,8 @@ "atob": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", - "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==" + "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==", + "dev": true }, "autoprefixer": { "version": "9.4.3", @@ -18497,6 +2224,7 @@ "version": "0.11.2", "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz", "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", + "dev": true, "requires": { "cache-base": "^1.0.1", "class-utils": "^0.3.5", @@ -18511,6 +2239,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", + "dev": true, "requires": { "is-descriptor": "^1.0.0" } @@ -18519,6 +2248,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "dev": true, "requires": { "kind-of": "^6.0.0" } @@ -18527,6 +2257,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "dev": true, "requires": { "kind-of": "^6.0.0" } @@ -18535,6 +2266,7 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "dev": true, "requires": { "is-accessor-descriptor": "^1.0.0", "is-data-descriptor": "^1.0.0", @@ -18546,7 +2278,8 @@ "base64-arraybuffer": { "version": "0.1.5", "resolved": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.5.tgz", - "integrity": "sha1-c5JncZI7Whl0etZmqlzUv5xunOg=" + "integrity": "sha1-c5JncZI7Whl0etZmqlzUv5xunOg=", + "dev": true }, "base64-js": { "version": "1.3.1", @@ -18556,7 +2289,8 @@ "base64id": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/base64id/-/base64id-1.0.0.tgz", - "integrity": "sha1-R2iMuZu2gE8OBtPnY7HDLlfY5rY=" + "integrity": "sha1-R2iMuZu2gE8OBtPnY7HDLlfY5rY=", + "dev": true }, "batch": { "version": "0.6.1", @@ -18576,6 +2310,7 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz", "integrity": "sha1-QIZrnhueC1W0gYlDEeaPr/rrxSI=", + "dev": true, "requires": { "callsite": "1.0.0" } @@ -18588,12 +2323,14 @@ "binary-extensions": { "version": "1.13.1", "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz", - "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==" + "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==", + "dev": true }, "bindings": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", + "dev": true, "optional": true, "requires": { "file-uri-to-path": "1.0.0" @@ -18602,7 +2339,8 @@ "blob": { "version": "0.0.4", "resolved": "https://registry.npmjs.org/blob/-/blob-0.0.4.tgz", - "integrity": "sha1-vPEwUspURj8w+fx+lbmkdjCpSSE=" + "integrity": "sha1-vPEwUspURj8w+fx+lbmkdjCpSSE=", + "dev": true }, "block-stream": { "version": "0.0.9", @@ -18629,12 +2367,14 @@ "bn.js": { "version": "4.12.0", "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", - "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", + "dev": true }, "body-parser": { "version": "1.19.0", "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz", "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==", + "dev": true, "requires": { "bytes": "3.1.0", "content-type": "~1.0.4", @@ -18651,12 +2391,14 @@ "bytes": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", - "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==" + "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==", + "dev": true }, "qs": { "version": "6.7.0", "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", - "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==" + "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==", + "dev": true } } }, @@ -18687,6 +2429,7 @@ "version": "2.3.2", "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "dev": true, "requires": { "arr-flatten": "^1.1.0", "array-unique": "^0.3.2", @@ -18704,6 +2447,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "dev": true, "requires": { "is-extendable": "^0.1.0" } @@ -18713,12 +2457,14 @@ "brorand": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz", - "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=" + "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=", + "dev": true }, "browserify-aes": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz", "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", + "dev": true, "requires": { "buffer-xor": "^1.0.3", "cipher-base": "^1.0.0", @@ -18732,6 +2478,7 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz", "integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==", + "dev": true, "requires": { "browserify-aes": "^1.0.4", "browserify-des": "^1.0.0", @@ -18742,6 +2489,7 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz", "integrity": "sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==", + "dev": true, "requires": { "cipher-base": "^1.0.1", "des.js": "^1.0.0", @@ -18753,6 +2501,7 @@ "version": "4.0.1", "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz", "integrity": "sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ=", + "dev": true, "requires": { "bn.js": "^4.1.0", "randombytes": "^2.0.1" @@ -18762,6 +2511,7 @@ "version": "4.0.4", "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.0.4.tgz", "integrity": "sha1-qk62jl17ZYuqa/alfmMMvXqT0pg=", + "dev": true, "requires": { "bn.js": "^4.1.1", "browserify-rsa": "^4.0.0", @@ -18776,6 +2526,7 @@ "version": "0.2.0", "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz", "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==", + "dev": true, "requires": { "pako": "~1.0.5" } @@ -18807,6 +2558,7 @@ "version": "1.2.0", "resolved": "https://registry.npmjs.org/buffer-alloc/-/buffer-alloc-1.2.0.tgz", "integrity": "sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow==", + "dev": true, "requires": { "buffer-alloc-unsafe": "^1.1.0", "buffer-fill": "^1.0.0" @@ -18815,17 +2567,20 @@ "buffer-alloc-unsafe": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz", - "integrity": "sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==" + "integrity": "sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==", + "dev": true }, "buffer-fill": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/buffer-fill/-/buffer-fill-1.0.0.tgz", - "integrity": "sha1-+PeLdniYiO858gXNY39o5wISKyw=" + "integrity": "sha1-+PeLdniYiO858gXNY39o5wISKyw=", + "dev": true }, "buffer-from": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz", - "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==" + "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==", + "dev": true }, "buffer-indexof": { "version": "1.1.1", @@ -18836,7 +2591,8 @@ "buffer-xor": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz", - "integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=" + "integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=", + "dev": true }, "builtin-modules": { "version": "1.1.1", @@ -18847,7 +2603,8 @@ "builtin-status-codes": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz", - "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=" + "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=", + "dev": true }, "builtins": { "version": "1.0.3", @@ -18909,6 +2666,7 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz", "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", + "dev": true, "requires": { "collection-visit": "^1.0.0", "component-emitter": "^1.2.1", @@ -18924,8 +2682,7 @@ "calendar-utils": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/calendar-utils/-/calendar-utils-0.1.2.tgz", - "integrity": "sha512-9j4Zd1itopNYTSWzFU4MqD2IDHMqznfxsGr8UWGh7hWv+lKzjRJz0LS29iAg5rHtP6+6x3ikQnhoMGqFUzoD2Q==", - "requires": {} + "integrity": "sha512-9j4Zd1itopNYTSWzFU4MqD2IDHMqznfxsGr8UWGh7hWv+lKzjRJz0LS29iAg5rHtP6+6x3ikQnhoMGqFUzoD2Q==" }, "caller-callsite": { "version": "2.0.0", @@ -18948,7 +2705,8 @@ "callsite": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz", - "integrity": "sha1-KAOY5dZkvXQDi28JBRU+borxvCA=" + "integrity": "sha1-KAOY5dZkvXQDi28JBRU+borxvCA=", + "dev": true }, "callsites": { "version": "2.0.0", @@ -19064,12 +2822,14 @@ "chownr": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.3.tgz", - "integrity": "sha512-i70fVHhmV3DtTl6nqvZOnIjbY0Pe4kAUjwHj8z0zAdgBtYrJyYwLKCCuRBQ5ppkyL0AkN7HKRnETdmdp1zqNXw==" + "integrity": "sha512-i70fVHhmV3DtTl6nqvZOnIjbY0Pe4kAUjwHj8z0zAdgBtYrJyYwLKCCuRBQ5ppkyL0AkN7HKRnETdmdp1zqNXw==", + "dev": true }, "chrome-trace-event": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz", "integrity": "sha512-9e/zx1jw7B4CO+c/RXoCsfg/x1AfUBioy4owYH0bJprEYAx5hRFLRhWBqHAG57D0ZM4H7vxbP7bPe0VwhQRYDQ==", + "dev": true, "requires": { "tslib": "^1.9.0" } @@ -19078,6 +2838,7 @@ "version": "1.0.4", "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz", "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", + "dev": true, "requires": { "inherits": "^2.0.1", "safe-buffer": "^5.0.1" @@ -19087,13 +2848,13 @@ "version": "5.0.2", "resolved": "https://registry.npmjs.org/circular-dependency-plugin/-/circular-dependency-plugin-5.0.2.tgz", "integrity": "sha512-oC7/DVAyfcY3UWKm0sN/oVoDedQDQiw/vIiAnuTWTpE5s0zWf7l3WY417Xw/Fbi/QbAjctAkxgMiS9P0s3zkmA==", - "dev": true, - "requires": {} + "dev": true }, "class-utils": { "version": "0.3.6", "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", + "dev": true, "requires": { "arr-union": "^3.1.0", "define-property": "^0.2.5", @@ -19105,6 +2866,7 @@ "version": "0.2.5", "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "dev": true, "requires": { "is-descriptor": "^0.1.0" } @@ -19208,6 +2970,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=", + "dev": true, "requires": { "map-visit": "^1.0.0", "object-visit": "^1.0.0" @@ -19242,7 +3005,8 @@ "colors": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz", - "integrity": "sha1-FopHAXVran9RoSzgyXv6KMCE7WM=" + "integrity": "sha1-FopHAXVran9RoSzgyXv6KMCE7WM=", + "dev": true }, "colour": { "version": "0.7.1", @@ -19253,6 +3017,7 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/combine-lists/-/combine-lists-1.0.1.tgz", "integrity": "sha1-RYwH4J4NkA/Ci3Cj/sLazR0st/Y=", + "dev": true, "requires": { "lodash": "^4.5.0" } @@ -19273,7 +3038,8 @@ "commondir": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", - "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=" + "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=", + "dev": true }, "component-bind": { "version": "1.0.0", @@ -19283,7 +3049,8 @@ "component-emitter": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz", - "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==" + "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==", + "dev": true }, "component-inherit": { "version": "0.0.3", @@ -19331,6 +3098,7 @@ "version": "1.6.2", "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", + "dev": true, "requires": { "buffer-from": "^1.0.0", "inherits": "^2.0.3", @@ -19342,6 +3110,7 @@ "version": "3.7.0", "resolved": "https://registry.npmjs.org/connect/-/connect-3.7.0.tgz", "integrity": "sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==", + "dev": true, "requires": { "debug": "2.6.9", "finalhandler": "1.1.2", @@ -19358,7 +3127,8 @@ "console-browserify": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz", - "integrity": "sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==" + "integrity": "sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==", + "dev": true }, "console-control-strings": { "version": "1.1.0", @@ -19368,7 +3138,8 @@ "constants-browserify": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz", - "integrity": "sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=" + "integrity": "sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=", + "dev": true }, "content-disposition": { "version": "0.5.3", @@ -19390,7 +3161,8 @@ "content-type": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", - "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==" + "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==", + "dev": true }, "contra": { "version": "1.9.4", @@ -19434,6 +3206,7 @@ "version": "1.0.5", "resolved": "https://registry.npmjs.org/copy-concurrently/-/copy-concurrently-1.0.5.tgz", "integrity": "sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==", + "dev": true, "requires": { "aproba": "^1.1.1", "fs-write-stream-atomic": "^1.0.8", @@ -19446,7 +3219,8 @@ "copy-descriptor": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz", - "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=" + "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=", + "dev": true }, "copy-webpack-plugin": { "version": "4.6.0", @@ -19511,6 +3285,7 @@ "version": "4.0.3", "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.3.tgz", "integrity": "sha512-GbEHQPMOswGpKXM9kCWVrremUcBmjteUaQ01T9rkKCPDXfUHX0IoP9LpHYo2NPFampa4e+/pFDc3jQdxrxQLaw==", + "dev": true, "requires": { "bn.js": "^4.1.0", "elliptic": "^6.0.0" @@ -19520,6 +3295,7 @@ "version": "1.2.0", "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz", "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", + "dev": true, "requires": { "cipher-base": "^1.0.1", "inherits": "^2.0.1", @@ -19532,6 +3308,7 @@ "version": "1.1.7", "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz", "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==", + "dev": true, "requires": { "cipher-base": "^1.0.3", "create-hash": "^1.1.0", @@ -19611,7 +3388,8 @@ "cyclist": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/cyclist/-/cyclist-1.0.1.tgz", - "integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=" + "integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=", + "dev": true }, "d3": { "version": "4.13.0", @@ -20016,6 +3794,7 @@ "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, "requires": { "ms": "2.0.0" } @@ -20028,7 +3807,8 @@ "decode-uri-component": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", - "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=" + "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=", + "dev": true }, "deep-equal": { "version": "1.1.1", @@ -20080,6 +3860,7 @@ "version": "2.0.2", "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", + "dev": true, "requires": { "is-descriptor": "^1.0.2", "isobject": "^3.0.1" @@ -20089,6 +3870,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "dev": true, "requires": { "kind-of": "^6.0.0" } @@ -20097,6 +3879,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "dev": true, "requires": { "kind-of": "^6.0.0" } @@ -20105,6 +3888,7 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "dev": true, "requires": { "is-accessor-descriptor": "^1.0.0", "is-data-descriptor": "^1.0.0", @@ -20169,12 +3953,14 @@ "depd": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", - "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=" + "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=", + "dev": true }, "des.js": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.1.tgz", "integrity": "sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==", + "dev": true, "requires": { "inherits": "^2.0.1", "minimalistic-assert": "^1.0.0" @@ -20204,7 +3990,8 @@ "di": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/di/-/di-0.0.1.tgz", - "integrity": "sha1-gGZJMmzqp8qjMG112YXqJ0i6kTw=" + "integrity": "sha1-gGZJMmzqp8qjMG112YXqJ0i6kTw=", + "dev": true }, "diff": { "version": "3.5.0", @@ -20216,6 +4003,7 @@ "version": "5.0.3", "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz", "integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==", + "dev": true, "requires": { "bn.js": "^4.1.0", "miller-rabin": "^4.0.0", @@ -20277,6 +4065,7 @@ "version": "2.2.1", "resolved": "https://registry.npmjs.org/dom-serialize/-/dom-serialize-2.2.1.tgz", "integrity": "sha1-ViromZ9Evl6jB29UGdzVnrQ6yVs=", + "dev": true, "requires": { "custom-event": "~1.0.0", "ent": "~2.2.0", @@ -20292,7 +4081,8 @@ "domain-browser": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz", - "integrity": "sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==" + "integrity": "sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==", + "dev": true }, "dragula": { "version": "3.7.2", @@ -20307,6 +4097,7 @@ "version": "3.7.1", "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz", "integrity": "sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==", + "dev": true, "requires": { "end-of-stream": "^1.0.0", "inherits": "^2.0.1", @@ -20326,7 +4117,8 @@ "ee-first": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" + "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=", + "dev": true }, "electron-to-chromium": { "version": "1.3.752", @@ -20338,6 +4130,7 @@ "version": "6.5.4", "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz", "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==", + "dev": true, "requires": { "bn.js": "^4.11.9", "brorand": "^1.1.0", @@ -20361,7 +4154,8 @@ "encodeurl": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=" + "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=", + "dev": true }, "encoding": { "version": "0.1.12", @@ -20375,6 +4169,7 @@ "version": "1.4.4", "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "dev": true, "requires": { "once": "^1.4.0" } @@ -20383,6 +4178,7 @@ "version": "1.8.3", "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-1.8.3.tgz", "integrity": "sha1-jef5eJXSDTm4X4ju7nd7K9QrE9Q=", + "dev": true, "requires": { "accepts": "1.3.3", "base64id": "1.0.0", @@ -20396,6 +4192,7 @@ "version": "1.3.3", "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.3.tgz", "integrity": "sha1-w8p0NJOGSMPg2cHjKN1otiLChMo=", + "dev": true, "requires": { "mime-types": "~2.1.11", "negotiator": "0.6.1" @@ -20404,12 +4201,14 @@ "cookie": { "version": "0.3.1", "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz", - "integrity": "sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s=" + "integrity": "sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s=", + "dev": true }, "debug": { "version": "2.3.3", "resolved": "https://registry.npmjs.org/debug/-/debug-2.3.3.tgz", "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=", + "dev": true, "requires": { "ms": "0.7.2" } @@ -20417,12 +4216,14 @@ "ms": { "version": "0.7.2", "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.2.tgz", - "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=" + "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=", + "dev": true }, "negotiator": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.1.tgz", - "integrity": "sha1-KzJxhOiZIQEXeyhWP7XnECrNDKk=" + "integrity": "sha1-KzJxhOiZIQEXeyhWP7XnECrNDKk=", + "dev": true } } }, @@ -20430,6 +4231,7 @@ "version": "1.8.3", "resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.8.3.tgz", "integrity": "sha1-F5jtk0USRkU9TG9jXXogH+lA1as=", + "dev": true, "requires": { "component-emitter": "1.2.1", "component-inherit": "0.0.3", @@ -20448,12 +4250,14 @@ "component-emitter": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz", - "integrity": "sha1-E3kY1teCg/ffemt8WmPhQOaUJeY=" + "integrity": "sha1-E3kY1teCg/ffemt8WmPhQOaUJeY=", + "dev": true }, "debug": { "version": "2.3.3", "resolved": "https://registry.npmjs.org/debug/-/debug-2.3.3.tgz", "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=", + "dev": true, "requires": { "ms": "0.7.2" } @@ -20461,7 +4265,8 @@ "ms": { "version": "0.7.2", "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.2.tgz", - "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=" + "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=", + "dev": true } } }, @@ -20469,6 +4274,7 @@ "version": "1.3.2", "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.3.2.tgz", "integrity": "sha1-k3sHnwAH0Ik+xW1GyyILjLQ1Igo=", + "dev": true, "requires": { "after": "0.8.2", "arraybuffer.slice": "0.0.6", @@ -20482,6 +4288,7 @@ "version": "4.1.0", "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.1.0.tgz", "integrity": "sha512-F/7vkyTtyc/llOIn8oWclcB25KdRaiPBpZYDgJHgh/UHtpgT2p2eldQgtQnLtUvfMKPKxbRaQM/hHkvLHt1Vng==", + "dev": true, "requires": { "graceful-fs": "^4.1.2", "memory-fs": "^0.4.0", @@ -20491,7 +4298,8 @@ "ent": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/ent/-/ent-2.2.0.tgz", - "integrity": "sha1-6WQhkyWiHQX0RGai9obtbOX13R0=" + "integrity": "sha1-6WQhkyWiHQX0RGai9obtbOX13R0=", + "dev": true }, "err-code": { "version": "1.1.2", @@ -20503,6 +4311,7 @@ "version": "0.1.7", "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.7.tgz", "integrity": "sha512-MfrRBDWzIWifgq6tJj60gkAwtLNb6sQPlcFrSOflcP1aFmmruKQ2wRnze/8V6kgyz7H3FF8Npzv78mZ7XLLflg==", + "dev": true, "requires": { "prr": "~1.0.1" } @@ -20567,7 +4376,8 @@ "escape-html": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" + "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=", + "dev": true }, "escape-string-regexp": { "version": "1.0.5", @@ -20603,6 +4413,7 @@ "version": "4.0.3", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.3.tgz", "integrity": "sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==", + "dev": true, "requires": { "esrecurse": "^4.1.0", "estraverse": "^4.1.1" @@ -20611,7 +4422,8 @@ "estraverse": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==" + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "dev": true } } }, @@ -20625,6 +4437,7 @@ "version": "4.2.1", "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.2.1.tgz", "integrity": "sha512-64RBB++fIOAXPw3P9cy89qfMlvZEXZkqqJkjqqXIvzP5ezRZjW+lPWjw35UX/3EhUPFYbg5ER4JYgDw4007/DQ==", + "dev": true, "requires": { "estraverse": "^4.1.0" }, @@ -20632,7 +4445,8 @@ "estraverse": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==" + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "dev": true } } }, @@ -20662,7 +4476,8 @@ "events": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/events/-/events-3.1.0.tgz", - "integrity": "sha512-Rv+u8MLHNOdMjTAFeT3nCjHn2aGlx435FP/sDHNaRhDEMwyI/aB22Kj2qIN8R0cw3z28psEQLYwxVKLsKrMgWg==" + "integrity": "sha512-Rv+u8MLHNOdMjTAFeT3nCjHn2aGlx435FP/sDHNaRhDEMwyI/aB22Kj2qIN8R0cw3z28psEQLYwxVKLsKrMgWg==", + "dev": true }, "eventsource": { "version": "1.0.7", @@ -20677,6 +4492,7 @@ "version": "1.0.3", "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz", "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==", + "dev": true, "requires": { "md5.js": "^1.3.4", "safe-buffer": "^5.1.1" @@ -20727,6 +4543,7 @@ "version": "0.1.2", "resolved": "https://registry.npmjs.org/expand-braces/-/expand-braces-0.1.2.tgz", "integrity": "sha1-SIsdHSRRyz06axks/AMPRMWFX+o=", + "dev": true, "requires": { "array-slice": "^0.2.3", "array-unique": "^0.2.1", @@ -20736,12 +4553,14 @@ "array-unique": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz", - "integrity": "sha1-odl8yvy8JiXMcPrc6zalDFiwGlM=" + "integrity": "sha1-odl8yvy8JiXMcPrc6zalDFiwGlM=", + "dev": true }, "braces": { "version": "0.1.5", "resolved": "https://registry.npmjs.org/braces/-/braces-0.1.5.tgz", "integrity": "sha1-wIVxEIUpHYt1/ddOqw+FlygHEeY=", + "dev": true, "requires": { "expand-range": "^0.1.0" } @@ -20750,6 +4569,7 @@ "version": "0.1.1", "resolved": "https://registry.npmjs.org/expand-range/-/expand-range-0.1.1.tgz", "integrity": "sha1-TLjtoJk8pW+k9B/ELzy7TMrf8EQ=", + "dev": true, "requires": { "is-number": "^0.1.1", "repeat-string": "^0.2.2" @@ -20758,12 +4578,14 @@ "is-number": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/is-number/-/is-number-0.1.1.tgz", - "integrity": "sha1-aaevEWlj1HIG7JvZtIoUIW8eOAY=" + "integrity": "sha1-aaevEWlj1HIG7JvZtIoUIW8eOAY=", + "dev": true }, "repeat-string": { "version": "0.2.2", "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-0.2.2.tgz", - "integrity": "sha1-x6jTI2BoNiBZp+RlH8aITosftK4=" + "integrity": "sha1-x6jTI2BoNiBZp+RlH8aITosftK4=", + "dev": true } } }, @@ -20771,6 +4593,7 @@ "version": "2.1.4", "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz", "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=", + "dev": true, "requires": { "debug": "^2.3.3", "define-property": "^0.2.5", @@ -20785,6 +4608,7 @@ "version": "0.2.5", "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "dev": true, "requires": { "is-descriptor": "^0.1.0" } @@ -20793,6 +4617,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "dev": true, "requires": { "is-extendable": "^0.1.0" } @@ -20803,6 +4628,7 @@ "version": "1.8.2", "resolved": "https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz", "integrity": "sha1-opnv/TNf4nIeuujiV+x5ZE/IUzc=", + "dev": true, "requires": { "fill-range": "^2.1.0" }, @@ -20811,6 +4637,7 @@ "version": "2.2.4", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-2.2.4.tgz", "integrity": "sha512-cnrcCbj01+j2gTG921VZPnHbjmdAf8oQV/iGeV2kZxGSyfYjjTyY79ErsK1WJWMpw6DaApEX72binqJE+/d+5Q==", + "dev": true, "requires": { "is-number": "^2.1.0", "isobject": "^2.0.0", @@ -20823,6 +4650,7 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz", "integrity": "sha1-Afy7s5NGOlSPL0ZszhbezknbkI8=", + "dev": true, "requires": { "kind-of": "^3.0.2" } @@ -20831,6 +4659,7 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", + "dev": true, "requires": { "isarray": "1.0.0" } @@ -20839,6 +4668,7 @@ "version": "3.2.2", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dev": true, "requires": { "is-buffer": "^1.1.5" } @@ -20912,6 +4742,7 @@ "version": "3.0.2", "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "dev": true, "requires": { "assign-symbols": "^1.0.0", "is-extendable": "^1.0.1" @@ -20921,6 +4752,7 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "dev": true, "requires": { "is-plain-object": "^2.0.4" } @@ -20931,6 +4763,7 @@ "version": "2.0.4", "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz", "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", + "dev": true, "requires": { "array-unique": "^0.3.2", "define-property": "^1.0.0", @@ -20946,6 +4779,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", + "dev": true, "requires": { "is-descriptor": "^1.0.0" } @@ -20954,6 +4788,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "dev": true, "requires": { "is-extendable": "^0.1.0" } @@ -20962,6 +4797,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "dev": true, "requires": { "kind-of": "^6.0.0" } @@ -20970,6 +4806,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "dev": true, "requires": { "kind-of": "^6.0.0" } @@ -20978,6 +4815,7 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "dev": true, "requires": { "is-accessor-descriptor": "^1.0.0", "is-data-descriptor": "^1.0.0", @@ -21029,7 +4867,8 @@ "figgy-pudding": { "version": "3.5.1", "resolved": "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.1.tgz", - "integrity": "sha512-vNKxJHTEKNThjfrdJwHc7brvM6eVevuO5nTj6ez8ZQ1qbXTvGthucRF7S4vf2cr71QVnT70V34v0S1DyQsti0w==" + "integrity": "sha512-vNKxJHTEKNThjfrdJwHc7brvM6eVevuO5nTj6ez8ZQ1qbXTvGthucRF7S4vf2cr71QVnT70V34v0S1DyQsti0w==", + "dev": true }, "file-loader": { "version": "2.0.0", @@ -21063,12 +4902,14 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", + "dev": true, "optional": true }, "filename-regex": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.1.tgz", - "integrity": "sha1-wcS5vuPglyXdsQa3XB4wH+LxiyY=" + "integrity": "sha1-wcS5vuPglyXdsQa3XB4wH+LxiyY=", + "dev": true }, "fileset": { "version": "2.0.3", @@ -21084,6 +4925,7 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "dev": true, "requires": { "extend-shallow": "^2.0.1", "is-number": "^3.0.0", @@ -21095,6 +4937,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "dev": true, "requires": { "is-extendable": "^0.1.0" } @@ -21105,6 +4948,7 @@ "version": "1.1.2", "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", + "dev": true, "requires": { "debug": "2.6.9", "encodeurl": "~1.0.2", @@ -21158,6 +5002,7 @@ "version": "1.1.1", "resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz", "integrity": "sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==", + "dev": true, "requires": { "inherits": "^2.0.3", "readable-stream": "^2.3.6" @@ -21167,6 +5012,7 @@ "version": "1.9.0", "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.9.0.tgz", "integrity": "sha512-CRcPzsSIbXyVDl0QI01muNDu69S8trU4jArW9LpOt2WtC6LyUJetcIrmfHsRBx7/Jb6GHJUiuqyYxPooFfNt6A==", + "dev": true, "requires": { "debug": "^3.0.0" }, @@ -21175,6 +5021,7 @@ "version": "3.2.6", "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "dev": true, "requires": { "ms": "^2.1.1" } @@ -21182,7 +5029,8 @@ "ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true } } }, @@ -21194,7 +5042,8 @@ "for-in": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", - "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=" + "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=", + "dev": true }, "for-own": { "version": "1.0.0", @@ -21235,6 +5084,7 @@ "version": "0.2.1", "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz", "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=", + "dev": true, "requires": { "map-cache": "^0.2.2" } @@ -21249,6 +5099,7 @@ "version": "2.3.0", "resolved": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz", "integrity": "sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=", + "dev": true, "requires": { "inherits": "^2.0.1", "readable-stream": "^2.0.0" @@ -21276,6 +5127,7 @@ "version": "1.0.10", "resolved": "https://registry.npmjs.org/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz", "integrity": "sha1-tH31NJPvkR33VzHnCp3tAYnbQMk=", + "dev": true, "requires": { "graceful-fs": "^4.1.2", "iferr": "^0.1.5", @@ -21292,6 +5144,7 @@ "version": "1.2.11", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.11.tgz", "integrity": "sha512-+ux3lx6peh0BpvY0JebGyZoiR4D+oYzdPZMKJwkZ+sFkNJzpL7tXc/wehS49gUAxg3tmMHPHZkA8JU2rhhgDHw==", + "dev": true, "optional": true, "requires": { "bindings": "^1.5.0", @@ -21302,21 +5155,25 @@ "abbrev": { "version": "1.1.1", "bundled": true, + "dev": true, "optional": true }, "ansi-regex": { "version": "2.1.1", "bundled": true, + "dev": true, "optional": true }, "aproba": { "version": "1.2.0", "bundled": true, + "dev": true, "optional": true }, "are-we-there-yet": { "version": "1.1.5", "bundled": true, + "dev": true, "optional": true, "requires": { "delegates": "^1.0.0", @@ -21326,11 +5183,13 @@ "balanced-match": { "version": "1.0.0", "bundled": true, + "dev": true, "optional": true }, "brace-expansion": { "version": "1.1.11", "bundled": true, + "dev": true, "optional": true, "requires": { "balanced-match": "^1.0.0", @@ -21340,31 +5199,37 @@ "chownr": { "version": "1.1.3", "bundled": true, + "dev": true, "optional": true }, "code-point-at": { "version": "1.1.0", "bundled": true, + "dev": true, "optional": true }, "concat-map": { "version": "0.0.1", "bundled": true, + "dev": true, "optional": true }, "console-control-strings": { "version": "1.1.0", "bundled": true, + "dev": true, "optional": true }, "core-util-is": { "version": "1.0.2", "bundled": true, + "dev": true, "optional": true }, "debug": { "version": "3.2.6", "bundled": true, + "dev": true, "optional": true, "requires": { "ms": "^2.1.1" @@ -21373,21 +5238,25 @@ "deep-extend": { "version": "0.6.0", "bundled": true, + "dev": true, "optional": true }, "delegates": { "version": "1.0.0", "bundled": true, + "dev": true, "optional": true }, "detect-libc": { "version": "1.0.3", "bundled": true, + "dev": true, "optional": true }, "fs-minipass": { "version": "1.2.7", "bundled": true, + "dev": true, "optional": true, "requires": { "minipass": "^2.6.0" @@ -21396,11 +5265,13 @@ "fs.realpath": { "version": "1.0.0", "bundled": true, + "dev": true, "optional": true }, "gauge": { "version": "2.7.4", "bundled": true, + "dev": true, "optional": true, "requires": { "aproba": "^1.0.3", @@ -21416,6 +5287,7 @@ "glob": { "version": "7.1.6", "bundled": true, + "dev": true, "optional": true, "requires": { "fs.realpath": "^1.0.0", @@ -21429,11 +5301,13 @@ "has-unicode": { "version": "2.0.1", "bundled": true, + "dev": true, "optional": true }, "iconv-lite": { "version": "0.4.24", "bundled": true, + "dev": true, "optional": true, "requires": { "safer-buffer": ">= 2.1.2 < 3" @@ -21442,6 +5316,7 @@ "ignore-walk": { "version": "3.0.3", "bundled": true, + "dev": true, "optional": true, "requires": { "minimatch": "^3.0.4" @@ -21450,6 +5325,7 @@ "inflight": { "version": "1.0.6", "bundled": true, + "dev": true, "optional": true, "requires": { "once": "^1.3.0", @@ -21459,16 +5335,19 @@ "inherits": { "version": "2.0.4", "bundled": true, + "dev": true, "optional": true }, "ini": { "version": "1.3.5", "bundled": true, + "dev": true, "optional": true }, "is-fullwidth-code-point": { "version": "1.0.0", "bundled": true, + "dev": true, "optional": true, "requires": { "number-is-nan": "^1.0.0" @@ -21477,11 +5356,13 @@ "isarray": { "version": "1.0.0", "bundled": true, + "dev": true, "optional": true }, "minimatch": { "version": "3.0.4", "bundled": true, + "dev": true, "optional": true, "requires": { "brace-expansion": "^1.1.7" @@ -21490,11 +5371,13 @@ "minimist": { "version": "0.0.8", "bundled": true, + "dev": true, "optional": true }, "minipass": { "version": "2.9.0", "bundled": true, + "dev": true, "optional": true, "requires": { "safe-buffer": "^5.1.2", @@ -21504,6 +5387,7 @@ "minizlib": { "version": "1.3.3", "bundled": true, + "dev": true, "optional": true, "requires": { "minipass": "^2.9.0" @@ -21512,6 +5396,7 @@ "mkdirp": { "version": "0.5.1", "bundled": true, + "dev": true, "optional": true, "requires": { "minimist": "0.0.8" @@ -21520,11 +5405,13 @@ "ms": { "version": "2.1.2", "bundled": true, + "dev": true, "optional": true }, "needle": { "version": "2.4.0", "bundled": true, + "dev": true, "optional": true, "requires": { "debug": "^3.2.6", @@ -21535,6 +5422,7 @@ "node-pre-gyp": { "version": "0.14.0", "bundled": true, + "dev": true, "optional": true, "requires": { "detect-libc": "^1.0.2", @@ -21552,6 +5440,7 @@ "nopt": { "version": "4.0.1", "bundled": true, + "dev": true, "optional": true, "requires": { "abbrev": "1", @@ -21561,6 +5450,7 @@ "npm-bundled": { "version": "1.1.1", "bundled": true, + "dev": true, "optional": true, "requires": { "npm-normalize-package-bin": "^1.0.1" @@ -21569,11 +5459,13 @@ "npm-normalize-package-bin": { "version": "1.0.1", "bundled": true, + "dev": true, "optional": true }, "npm-packlist": { "version": "1.4.7", "bundled": true, + "dev": true, "optional": true, "requires": { "ignore-walk": "^3.0.1", @@ -21583,6 +5475,7 @@ "npmlog": { "version": "4.1.2", "bundled": true, + "dev": true, "optional": true, "requires": { "are-we-there-yet": "~1.1.2", @@ -21594,16 +5487,19 @@ "number-is-nan": { "version": "1.0.1", "bundled": true, + "dev": true, "optional": true }, "object-assign": { "version": "4.1.1", "bundled": true, + "dev": true, "optional": true }, "once": { "version": "1.4.0", "bundled": true, + "dev": true, "optional": true, "requires": { "wrappy": "1" @@ -21612,16 +5508,19 @@ "os-homedir": { "version": "1.0.2", "bundled": true, + "dev": true, "optional": true }, "os-tmpdir": { "version": "1.0.2", "bundled": true, + "dev": true, "optional": true }, "osenv": { "version": "0.1.5", "bundled": true, + "dev": true, "optional": true, "requires": { "os-homedir": "^1.0.0", @@ -21631,16 +5530,19 @@ "path-is-absolute": { "version": "1.0.1", "bundled": true, + "dev": true, "optional": true }, "process-nextick-args": { "version": "2.0.1", "bundled": true, + "dev": true, "optional": true }, "rc": { "version": "1.2.8", "bundled": true, + "dev": true, "optional": true, "requires": { "deep-extend": "^0.6.0", @@ -21652,6 +5554,7 @@ "minimist": { "version": "1.2.0", "bundled": true, + "dev": true, "optional": true } } @@ -21659,6 +5562,7 @@ "readable-stream": { "version": "2.3.6", "bundled": true, + "dev": true, "optional": true, "requires": { "core-util-is": "~1.0.0", @@ -21673,6 +5577,7 @@ "rimraf": { "version": "2.7.1", "bundled": true, + "dev": true, "optional": true, "requires": { "glob": "^7.1.3" @@ -21681,44 +5586,43 @@ "safe-buffer": { "version": "5.1.2", "bundled": true, + "dev": true, "optional": true }, "safer-buffer": { "version": "2.1.2", "bundled": true, + "dev": true, "optional": true }, "sax": { "version": "1.2.4", "bundled": true, + "dev": true, "optional": true }, "semver": { "version": "5.7.1", "bundled": true, + "dev": true, "optional": true }, "set-blocking": { "version": "2.0.0", "bundled": true, + "dev": true, "optional": true }, "signal-exit": { "version": "3.0.2", "bundled": true, + "dev": true, "optional": true }, - "string_decoder": { - "version": "1.1.1", - "bundled": true, - "optional": true, - "requires": { - "safe-buffer": "~5.1.0" - } - }, "string-width": { "version": "1.0.2", "bundled": true, + "dev": true, "optional": true, "requires": { "code-point-at": "^1.0.0", @@ -21726,9 +5630,19 @@ "strip-ansi": "^3.0.0" } }, + "string_decoder": { + "version": "1.1.1", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "safe-buffer": "~5.1.0" + } + }, "strip-ansi": { "version": "3.0.1", "bundled": true, + "dev": true, "optional": true, "requires": { "ansi-regex": "^2.0.0" @@ -21737,11 +5651,13 @@ "strip-json-comments": { "version": "2.0.1", "bundled": true, + "dev": true, "optional": true }, "tar": { "version": "4.4.13", "bundled": true, + "dev": true, "optional": true, "requires": { "chownr": "^1.1.1", @@ -21756,11 +5672,13 @@ "util-deprecate": { "version": "1.0.2", "bundled": true, + "dev": true, "optional": true }, "wide-align": { "version": "1.1.3", "bundled": true, + "dev": true, "optional": true, "requires": { "string-width": "^1.0.2 || 2" @@ -21769,11 +5687,13 @@ "wrappy": { "version": "1.0.2", "bundled": true, + "dev": true, "optional": true }, "yallist": { "version": "3.1.1", "bundled": true, + "dev": true, "optional": true } } @@ -21843,7 +5763,8 @@ "get-value": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz", - "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=" + "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=", + "dev": true }, "getpass": { "version": "0.1.7", @@ -21870,6 +5791,7 @@ "version": "0.3.0", "resolved": "https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz", "integrity": "sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q=", + "dev": true, "requires": { "glob-parent": "^2.0.0", "is-glob": "^2.0.0" @@ -21879,6 +5801,7 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz", "integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=", + "dev": true, "requires": { "is-glob": "^2.0.0" } @@ -21886,12 +5809,14 @@ "is-extglob": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz", - "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=" + "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=", + "dev": true }, "is-glob": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz", "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", + "dev": true, "requires": { "is-extglob": "^1.0.0" } @@ -22330,13 +6255,6 @@ "version": "3.0.2", "bundled": true }, - "string_decoder": { - "version": "1.1.1", - "bundled": true, - "requires": { - "safe-buffer": "~5.1.0" - } - }, "string-width": { "version": "1.0.2", "bundled": true, @@ -22346,6 +6264,13 @@ "strip-ansi": "^3.0.0" } }, + "string_decoder": { + "version": "1.1.1", + "bundled": true, + "requires": { + "safe-buffer": "~5.1.0" + } + }, "strip-ansi": { "version": "3.0.1", "bundled": true, @@ -22457,6 +6382,7 @@ "version": "0.1.7", "resolved": "https://registry.npmjs.org/has-binary/-/has-binary-0.1.7.tgz", "integrity": "sha1-aOYesWIQyVRaClzOBqhzkS/h5ow=", + "dev": true, "requires": { "isarray": "0.0.1" }, @@ -22464,7 +6390,8 @@ "isarray": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", - "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=" + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true } } }, @@ -22508,6 +6435,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz", "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=", + "dev": true, "requires": { "get-value": "^2.0.6", "has-values": "^1.0.0", @@ -22518,6 +6446,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz", "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=", + "dev": true, "requires": { "is-number": "^3.0.0", "kind-of": "^4.0.0" @@ -22527,6 +6456,7 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", + "dev": true, "requires": { "is-buffer": "^1.1.5" } @@ -22537,6 +6467,7 @@ "version": "3.0.4", "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.0.4.tgz", "integrity": "sha1-X8hoaEfs1zSZQDMZprCj8/auSRg=", + "dev": true, "requires": { "inherits": "^2.0.1", "safe-buffer": "^5.0.1" @@ -22546,6 +6477,7 @@ "version": "1.1.7", "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz", "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==", + "dev": true, "requires": { "inherits": "^2.0.3", "minimalistic-assert": "^1.0.1" @@ -22555,6 +6487,7 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz", "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=", + "dev": true, "requires": { "hash.js": "^1.0.3", "minimalistic-assert": "^1.0.0", @@ -22600,6 +6533,7 @@ "version": "1.7.2", "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz", "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==", + "dev": true, "requires": { "depd": "~1.1.2", "inherits": "2.0.3", @@ -22611,7 +6545,8 @@ "inherits": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", + "dev": true } } }, @@ -22624,6 +6559,7 @@ "version": "1.18.1", "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", + "dev": true, "requires": { "eventemitter3": "^4.0.0", "follow-redirects": "^1.0.0", @@ -22633,7 +6569,8 @@ "eventemitter3": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.0.tgz", - "integrity": "sha512-qerSRB0p+UDEssxTtm6EDKcE7W4OaoisfIMl4CngyEhjpYglocpNg6UEqCvemdGhosAsg4sO2dXJOdyBifPGCg==" + "integrity": "sha512-qerSRB0p+UDEssxTtm6EDKcE7W4OaoisfIMl4CngyEhjpYglocpNg6UEqCvemdGhosAsg4sO2dXJOdyBifPGCg==", + "dev": true } } }, @@ -22683,7 +6620,8 @@ "https-browserify": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz", - "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=" + "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=", + "dev": true }, "https-proxy-agent": { "version": "2.2.4", @@ -22742,7 +6680,8 @@ "iferr": { "version": "0.1.5", "resolved": "https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz", - "integrity": "sha1-xg7taebY/bazEEofy8ocGS3FtQE=" + "integrity": "sha1-xg7taebY/bazEEofy8ocGS3FtQE=", + "dev": true }, "ignore": { "version": "3.3.10", @@ -22867,7 +6806,8 @@ "imurmurhash": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=" + "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", + "dev": true }, "in-publish": { "version": "2.0.0", @@ -22958,6 +6898,7 @@ "version": "0.1.6", "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", + "dev": true, "requires": { "kind-of": "^3.0.2" }, @@ -22966,6 +6907,7 @@ "version": "3.2.2", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dev": true, "requires": { "is-buffer": "^1.1.5" } @@ -22986,6 +6928,7 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", + "dev": true, "requires": { "binary-extensions": "^1.0.0" } @@ -22993,7 +6936,8 @@ "is-buffer": { "version": "1.1.6", "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "dev": true }, "is-callable": { "version": "1.1.5", @@ -23004,6 +6948,7 @@ "version": "0.1.4", "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", + "dev": true, "requires": { "kind-of": "^3.0.2" }, @@ -23012,6 +6957,7 @@ "version": "3.2.2", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dev": true, "requires": { "is-buffer": "^1.1.5" } @@ -23027,6 +6973,7 @@ "version": "0.1.6", "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", + "dev": true, "requires": { "is-accessor-descriptor": "^0.1.6", "is-data-descriptor": "^0.1.4", @@ -23036,7 +6983,8 @@ "kind-of": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", - "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==" + "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==", + "dev": true } } }, @@ -23049,12 +6997,14 @@ "is-dotfile": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.3.tgz", - "integrity": "sha1-pqLzL/0t+wT1yiXs0Pa4PPeYoeE=" + "integrity": "sha1-pqLzL/0t+wT1yiXs0Pa4PPeYoeE=", + "dev": true }, "is-equal-shallow": { "version": "0.1.3", "resolved": "https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz", "integrity": "sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ=", + "dev": true, "requires": { "is-primitive": "^2.0.0" } @@ -23062,7 +7012,8 @@ "is-extendable": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", - "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=" + "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", + "dev": true }, "is-extglob": { "version": "2.1.1", @@ -23099,6 +7050,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "dev": true, "requires": { "kind-of": "^3.0.2" }, @@ -23107,6 +7059,7 @@ "version": "3.2.2", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dev": true, "requires": { "is-buffer": "^1.1.5" } @@ -23141,6 +7094,7 @@ "version": "2.0.4", "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "dev": true, "requires": { "isobject": "^3.0.1" } @@ -23148,12 +7102,14 @@ "is-posix-bracket": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz", - "integrity": "sha1-MzTceXdDaOkvAW5vvAqI9c1ua8Q=" + "integrity": "sha1-MzTceXdDaOkvAW5vvAqI9c1ua8Q=", + "dev": true }, "is-primitive": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz", - "integrity": "sha1-IHurkWOEmcB7Kt8kCkGochADRXU=" + "integrity": "sha1-IHurkWOEmcB7Kt8kCkGochADRXU=", + "dev": true }, "is-regex": { "version": "1.0.5", @@ -23189,7 +7145,8 @@ "is-windows": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", - "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==" + "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==", + "dev": true }, "is-wsl": { "version": "1.1.0", @@ -23206,6 +7163,7 @@ "version": "3.0.3", "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-3.0.3.tgz", "integrity": "sha512-8cJBL5tTd2OS0dM4jz07wQd5g0dCCqIhUxPIGtZfa5L6hWlvV5MHTITy/DBAsF+Oe2LS1X3krBUhNwaGUWpWxw==", + "dev": true, "requires": { "buffer-alloc": "^1.2.0" } @@ -23218,7 +7176,8 @@ "isobject": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=" + "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", + "dev": true }, "isomorphic-fetch": { "version": "2.2.1", @@ -23501,7 +7460,8 @@ "jasmine-core": { "version": "2.6.3", "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-2.6.3.tgz", - "integrity": "sha1-RQcpUOSkKx4yL+VcABEApGXXeBU=" + "integrity": "sha1-RQcpUOSkKx4yL+VcABEApGXXeBU=", + "dev": true }, "jasmine-diff": { "version": "0.1.3", @@ -23586,7 +7546,8 @@ "json-parse-better-errors": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", - "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==" + "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", + "dev": true }, "json-schema": { "version": "0.2.3", @@ -23623,16 +7584,6 @@ "integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=", "dev": true }, - "JSONStream": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz", - "integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==", - "dev": true, - "requires": { - "jsonparse": "^1.2.0", - "through": ">=2.2.7 <3" - } - }, "jsprim": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", @@ -23648,6 +7599,7 @@ "version": "1.7.0", "resolved": "https://registry.npmjs.org/karma/-/karma-1.7.0.tgz", "integrity": "sha1-b3oaQGRG+i4YfslTmGmPTO5HYmk=", + "dev": true, "requires": { "bluebird": "^3.3.0", "body-parser": "^1.16.1", @@ -23682,6 +7634,7 @@ "version": "1.3.2", "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-1.3.2.tgz", "integrity": "sha512-0XNayC8lTHQ2OI8aljNCN3sSx6hsr/1+rlcDAotXJR7C1oZZHCNsfpbKwMjRA3Uqb5tF1Rae2oloTr4xpq+WjA==", + "dev": true, "requires": { "micromatch": "^2.1.5", "normalize-path": "^2.0.0" @@ -23691,6 +7644,7 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz", "integrity": "sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8=", + "dev": true, "requires": { "arr-flatten": "^1.0.1" } @@ -23698,12 +7652,14 @@ "array-unique": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz", - "integrity": "sha1-odl8yvy8JiXMcPrc6zalDFiwGlM=" + "integrity": "sha1-odl8yvy8JiXMcPrc6zalDFiwGlM=", + "dev": true }, "braces": { "version": "1.8.5", "resolved": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz", "integrity": "sha1-uneWLhLf+WnWt2cR6RS3N4V79qc=", + "dev": true, "requires": { "expand-range": "^1.8.1", "preserve": "^0.2.0", @@ -23714,6 +7670,7 @@ "version": "1.7.0", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-1.7.0.tgz", "integrity": "sha1-eY5ol3gVHIB2tLNg5e3SjNortGg=", + "dev": true, "requires": { "anymatch": "^1.3.0", "async-each": "^1.0.0", @@ -23730,6 +7687,7 @@ "version": "0.1.5", "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz", "integrity": "sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s=", + "dev": true, "requires": { "is-posix-bracket": "^0.1.0" } @@ -23738,6 +7696,7 @@ "version": "0.3.2", "resolved": "https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz", "integrity": "sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE=", + "dev": true, "requires": { "is-extglob": "^1.0.0" } @@ -23746,6 +7705,7 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz", "integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=", + "dev": true, "requires": { "is-glob": "^2.0.0" } @@ -23753,12 +7713,14 @@ "is-extglob": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz", - "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=" + "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=", + "dev": true }, "is-glob": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz", "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", + "dev": true, "requires": { "is-extglob": "^1.0.0" } @@ -23767,6 +7729,7 @@ "version": "3.2.2", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dev": true, "requires": { "is-buffer": "^1.1.5" } @@ -23774,12 +7737,14 @@ "lodash": { "version": "3.10.1", "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz", - "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=" + "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=", + "dev": true }, "micromatch": { "version": "2.3.11", "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz", "integrity": "sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU=", + "dev": true, "requires": { "arr-diff": "^2.0.0", "array-unique": "^0.2.1", @@ -23799,7 +7764,8 @@ "source-map": { "version": "0.5.7", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "dev": true } } }, @@ -23835,8 +7801,7 @@ "karma-jasmine": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/karma-jasmine/-/karma-jasmine-1.1.2.tgz", - "integrity": "sha1-OU8rJf+0pkS5rabyLUQ+L9CIhsM=", - "requires": {} + "integrity": "sha1-OU8rJf+0pkS5rabyLUQ+L9CIhsM=" }, "karma-jasmine-html-reporter": { "version": "0.2.2", @@ -23865,7 +7830,8 @@ "kind-of": { "version": "6.0.3", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", - "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "dev": true }, "lcid": { "version": "1.0.0", @@ -23971,7 +7937,8 @@ "loader-runner": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-2.4.0.tgz", - "integrity": "sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==" + "integrity": "sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==", + "dev": true }, "loader-utils": { "version": "1.2.3", @@ -24052,6 +8019,7 @@ "version": "0.6.38", "resolved": "https://registry.npmjs.org/log4js/-/log4js-0.6.38.tgz", "integrity": "sha1-LElBFmldb7JUgJQ9P8hy5mKlIv0=", + "dev": true, "requires": { "readable-stream": "~1.0.2", "semver": "~4.3.3" @@ -24060,12 +8028,14 @@ "isarray": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", - "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=" + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true }, "readable-stream": { "version": "1.0.34", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", + "dev": true, "requires": { "core-util-is": "~1.0.0", "inherits": "~2.0.1", @@ -24076,12 +8046,14 @@ "semver": { "version": "4.3.6", "resolved": "https://registry.npmjs.org/semver/-/semver-4.3.6.tgz", - "integrity": "sha1-MAvG4OhjdPe6YQaLWx7NV/xlMto=" + "integrity": "sha1-MAvG4OhjdPe6YQaLWx7NV/xlMto=", + "dev": true }, "string_decoder": { "version": "0.10.31", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", - "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=" + "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", + "dev": true } } }, @@ -24259,7 +8231,8 @@ "map-cache": { "version": "0.2.2", "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", - "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=" + "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=", + "dev": true }, "map-obj": { "version": "1.0.1", @@ -24270,6 +8243,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz", "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=", + "dev": true, "requires": { "object-visit": "^1.0.0" } @@ -24294,12 +8268,14 @@ "math-random": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/math-random/-/math-random-1.0.4.tgz", - "integrity": "sha512-rUxjysqif/BZQH2yhd5Aaq7vXMSx9NdEsQcyA07uEzIvxgI7zIr33gGsh+RU0/XjmQpCW7RsVof1vlkvQVCK5A==" + "integrity": "sha512-rUxjysqif/BZQH2yhd5Aaq7vXMSx9NdEsQcyA07uEzIvxgI7zIr33gGsh+RU0/XjmQpCW7RsVof1vlkvQVCK5A==", + "dev": true }, "md5.js": { "version": "1.3.5", "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz", "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==", + "dev": true, "requires": { "hash-base": "^3.0.0", "inherits": "^2.0.1", @@ -24309,7 +8285,8 @@ "media-typer": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", - "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=" + "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=", + "dev": true }, "mem": { "version": "4.3.0", @@ -24326,6 +8303,7 @@ "version": "0.4.1", "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz", "integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=", + "dev": true, "requires": { "errno": "^0.1.3", "readable-stream": "^2.0.1" @@ -24364,6 +8342,7 @@ "version": "3.1.10", "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "dev": true, "requires": { "arr-diff": "^4.0.0", "array-unique": "^0.3.2", @@ -24384,6 +8363,7 @@ "version": "4.0.1", "resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz", "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==", + "dev": true, "requires": { "bn.js": "^4.0.0", "brorand": "^1.0.1" @@ -24392,7 +8372,8 @@ "mime": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "dev": true }, "mime-db": { "version": "1.43.0", @@ -24440,12 +8421,14 @@ "minimalistic-assert": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", - "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==" + "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==", + "dev": true }, "minimalistic-crypto-utils": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz", - "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=" + "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=", + "dev": true }, "minimatch": { "version": "3.0.4", @@ -24509,6 +8492,7 @@ "version": "1.3.2", "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz", "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==", + "dev": true, "requires": { "for-in": "^1.0.2", "is-extendable": "^1.0.1" @@ -24518,6 +8502,7 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "dev": true, "requires": { "is-plain-object": "^2.0.4" } @@ -24558,18 +8543,23 @@ "mobx-angular": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/mobx-angular/-/mobx-angular-3.0.3.tgz", - "integrity": "sha512-mZuuose70V+Sd0hMWDElpRe3mA6GhYjSQN3mHzqk2XWXRJ+eWQa/f3Lqhw+Me/Xd2etWsGR1hnRa1BfQ2ZDtpw==", - "requires": {} + "integrity": "sha512-mZuuose70V+Sd0hMWDElpRe3mA6GhYjSQN3mHzqk2XWXRJ+eWQa/f3Lqhw+Me/Xd2etWsGR1hnRa1BfQ2ZDtpw==" }, "moment": { "version": "2.24.0", "resolved": "https://registry.npmjs.org/moment/-/moment-2.24.0.tgz", "integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==" }, + "mousetrap": { + "version": "1.6.5", + "resolved": "https://registry.npmjs.org/mousetrap/-/mousetrap-1.6.5.tgz", + "integrity": "sha512-QNo4kEepaIBwiT8CDhP98umTetp+JNfQYBWvC1pc6/OAibuXtRcxZ58Qz8skvEHYvURne/7R8T5VoOI7rDsEUA==" + }, "move-concurrently": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz", "integrity": "sha1-viwAX9oy4LKa8fBdfEszIUxwH5I=", + "dev": true, "requires": { "aproba": "^1.1.1", "copy-concurrently": "^1.0.0", @@ -24582,7 +8572,8 @@ "ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true }, "multicast-dns": { "version": "6.2.3", @@ -24609,6 +8600,7 @@ "version": "1.2.13", "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz", "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==", + "dev": true, "requires": { "arr-diff": "^4.0.0", "array-unique": "^0.3.2", @@ -24631,13 +8623,13 @@ "neo-async": { "version": "2.6.1", "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.1.tgz", - "integrity": "sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==" + "integrity": "sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==", + "dev": true }, "ng-pick-datetime": { "version": "6.0.16", "resolved": "https://registry.npmjs.org/ng-pick-datetime/-/ng-pick-datetime-6.0.16.tgz", - "integrity": "sha512-96rHNg+tGXmzJHvGoH2O8dF+MF7N4rKIehsi8Px3IZUOZM4qA6PE1w8SQzDvHQTIp/1NpiICvmt6BZK5IaDsFg==", - "requires": {} + "integrity": "sha512-96rHNg+tGXmzJHvGoH2O8dF+MF7N4rKIehsi8Px3IZUOZM4qA6PE1w8SQzDvHQTIp/1NpiICvmt6BZK5IaDsFg==" }, "ng2-charts": { "version": "1.6.0", @@ -24666,8 +8658,7 @@ "ng2-file-upload": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/ng2-file-upload/-/ng2-file-upload-1.2.1.tgz", - "integrity": "sha1-VWPF39b0P7++gVwgbjQ0ZKCmoZc=", - "requires": {} + "integrity": "sha1-VWPF39b0P7++gVwgbjQ0ZKCmoZc=" }, "ng2-pdf-viewer": { "version": "5.2.3", @@ -24694,14 +8685,12 @@ "ngx-color-picker": { "version": "4.5.3", "resolved": "https://registry.npmjs.org/ngx-color-picker/-/ngx-color-picker-4.5.3.tgz", - "integrity": "sha512-CJca1od05yf2j8OKUm5ar+mIVFB3n01+vbMpLeT+9/drKYCxgmtxxmmsgwWBNNXWYa2GNYB7PGH+mdKQkeypOg==", - "requires": {} + "integrity": "sha512-CJca1od05yf2j8OKUm5ar+mIVFB3n01+vbMpLeT+9/drKYCxgmtxxmmsgwWBNNXWYa2GNYB7PGH+mdKQkeypOg==" }, "ngx-mat-daterange-picker": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/ngx-mat-daterange-picker/-/ngx-mat-daterange-picker-1.1.4.tgz", - "integrity": "sha512-bfIYGJicxwg58j6LZjUE5JPXqq7yJfremFhX5S/DnUYwQjgmDWN6PUOFEegEO7ua4QdgGWrhK04ElOw25aWrzQ==", - "requires": {} + "integrity": "sha512-bfIYGJicxwg58j6LZjUE5JPXqq7yJfremFhX5S/DnUYwQjgmDWN6PUOFEegEO7ua4QdgGWrhK04ElOw25aWrzQ==" }, "ngx-mat-select-search": { "version": "1.8.0", @@ -24727,6 +8716,15 @@ } } }, + "ngx-smooth-dnd": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/ngx-smooth-dnd/-/ngx-smooth-dnd-0.4.1.tgz", + "integrity": "sha512-7MqBBWWpP0kuI+90CvO0uGJxqa4o1krVvDtSZYnn2jnUvV4SrRFUoNM/8lNYJjHIzLXYpFm/6BG//h6WWKAkkw==", + "requires": { + "smooth-dnd": "0.12.0", + "tslib": "^1.9.0" + } + }, "ngx-socket-io": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/ngx-socket-io/-/ngx-socket-io-3.0.1.tgz", @@ -24952,8 +8950,7 @@ "ws": { "version": "7.4.6", "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz", - "integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==", - "requires": {} + "integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==" }, "xmlhttprequest-ssl": { "version": "1.6.3", @@ -25050,6 +9047,7 @@ "version": "2.2.1", "resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.2.1.tgz", "integrity": "sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==", + "dev": true, "requires": { "assert": "^1.1.1", "browserify-zlib": "^0.2.0", @@ -25080,6 +9078,7 @@ "version": "3.12.0", "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz", "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==", + "dev": true, "requires": { "browserify-cipher": "^1.0.0", "browserify-sign": "^4.0.0", @@ -25097,7 +9096,8 @@ "punycode": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", - "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=" + "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=", + "dev": true } } }, @@ -25154,6 +9154,7 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", + "dev": true, "requires": { "remove-trailing-separator": "^1.0.1" } @@ -25164,6 +9165,11 @@ "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=", "dev": true }, + "normalize.css": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/normalize.css/-/normalize.css-5.0.0.tgz", + "integrity": "sha1-fOyHXOgXilMzxN6Ato6pwYudfDc=" + }, "npm-bundled": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-1.1.1.tgz", @@ -25238,9 +9244,9 @@ "integrity": "sha512-VQCEZlydXw4AwLROAXWUR7QDfe2Y8Id/vpAgp6TI1/H78a4SiQ1kQrKZALm5/zxM5n4HIi+aYb+idUAV/RuY0Q==", "dev": true, "requires": { + "JSONStream": "^1.3.4", "bluebird": "^3.5.1", "figgy-pudding": "^3.4.1", - "JSONStream": "^1.3.4", "lru-cache": "^5.1.1", "make-fetch-happen": "^4.0.2", "npm-package-arg": "^6.1.0" @@ -25313,12 +9319,14 @@ "object-component": { "version": "0.0.3", "resolved": "https://registry.npmjs.org/object-component/-/object-component-0.0.3.tgz", - "integrity": "sha1-8MaapQ78lbhmwYb0AKM3acsvEpE=" + "integrity": "sha1-8MaapQ78lbhmwYb0AKM3acsvEpE=", + "dev": true }, "object-copy": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz", "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=", + "dev": true, "requires": { "copy-descriptor": "^0.1.0", "define-property": "^0.2.5", @@ -25329,6 +9337,7 @@ "version": "0.2.5", "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "dev": true, "requires": { "is-descriptor": "^0.1.0" } @@ -25337,6 +9346,7 @@ "version": "3.2.2", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dev": true, "requires": { "is-buffer": "^1.1.5" } @@ -25362,6 +9372,7 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz", "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=", + "dev": true, "requires": { "isobject": "^3.0.0" } @@ -25381,6 +9392,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/object.omit/-/object.omit-2.0.1.tgz", "integrity": "sha1-Gpx0SCnznbuFjHbKNXmuKlTr0fo=", + "dev": true, "requires": { "for-own": "^0.1.4", "is-extendable": "^0.1.1" @@ -25390,6 +9402,7 @@ "version": "0.1.5", "resolved": "https://registry.npmjs.org/for-own/-/for-own-0.1.5.tgz", "integrity": "sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4=", + "dev": true, "requires": { "for-in": "^1.0.1" } @@ -25400,6 +9413,7 @@ "version": "1.3.0", "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=", + "dev": true, "requires": { "isobject": "^3.0.1" } @@ -25414,6 +9428,7 @@ "version": "2.3.0", "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", + "dev": true, "requires": { "ee-first": "1.1.1" } @@ -25445,6 +9460,7 @@ "version": "0.6.1", "resolved": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz", "integrity": "sha1-2j6nRob6IaGaERwybpDrFaAZZoY=", + "dev": true, "requires": { "minimist": "~0.0.1", "wordwrap": "~0.0.2" @@ -25453,12 +9469,14 @@ "minimist": { "version": "0.0.10", "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz", - "integrity": "sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=" + "integrity": "sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=", + "dev": true }, "wordwrap": { "version": "0.0.3", "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz", - "integrity": "sha1-o9XabNXAvAAI03I0u68b7WMFkQc=" + "integrity": "sha1-o9XabNXAvAAI03I0u68b7WMFkQc=", + "dev": true } } }, @@ -25479,7 +9497,8 @@ "options": { "version": "0.0.6", "resolved": "https://registry.npmjs.org/options/-/options-0.0.6.tgz", - "integrity": "sha1-7CLTEoBrtT5zF3Pnza788cZDEo8=" + "integrity": "sha1-7CLTEoBrtT5zF3Pnza788cZDEo8=", + "dev": true }, "optjs": { "version": "3.2.2", @@ -25498,7 +9517,8 @@ "os-browserify": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz", - "integrity": "sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=" + "integrity": "sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=", + "dev": true }, "os-homedir": { "version": "1.0.2", @@ -25721,12 +9741,14 @@ "pako": { "version": "1.0.10", "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.10.tgz", - "integrity": "sha512-0DTvPVU3ed8+HNXOu5Bs+o//Mbdj9VNQMUOe9oKCwh8l0GNwpTDMKCWbRjgtD291AWnkAgkqA/LOnQS8AmS1tw==" + "integrity": "sha512-0DTvPVU3ed8+HNXOu5Bs+o//Mbdj9VNQMUOe9oKCwh8l0GNwpTDMKCWbRjgtD291AWnkAgkqA/LOnQS8AmS1tw==", + "dev": true }, "parallel-transform": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/parallel-transform/-/parallel-transform-1.2.0.tgz", "integrity": "sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg==", + "dev": true, "requires": { "cyclist": "^1.0.1", "inherits": "^2.0.3", @@ -25742,6 +9764,7 @@ "version": "5.1.5", "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.5.tgz", "integrity": "sha512-jkMYn1dcJqF6d5CpU689bq7w/b5ALS9ROVSpQDPrZsqqesUJii9qutvoT5ltGedNXMO2e16YUWIghG9KxaViTQ==", + "dev": true, "requires": { "asn1.js": "^4.0.0", "browserify-aes": "^1.0.0", @@ -25755,6 +9778,7 @@ "version": "3.0.4", "resolved": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz", "integrity": "sha1-ssN2z7EfNVE7rdFz7wu246OIORw=", + "dev": true, "requires": { "glob-base": "^0.3.0", "is-dotfile": "^1.0.0", @@ -25765,12 +9789,14 @@ "is-extglob": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz", - "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=" + "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=", + "dev": true }, "is-glob": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz", "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", + "dev": true, "requires": { "is-extglob": "^1.0.0" } @@ -25795,6 +9821,7 @@ "version": "0.0.3", "resolved": "https://registry.npmjs.org/parsejson/-/parsejson-0.0.3.tgz", "integrity": "sha1-q343WfIJ7OmUN5c/fQ8fZK4OZKs=", + "dev": true, "requires": { "better-assert": "~1.0.0" } @@ -25803,6 +9830,7 @@ "version": "0.0.5", "resolved": "https://registry.npmjs.org/parseqs/-/parseqs-0.0.5.tgz", "integrity": "sha1-1SCKNzjkZ2bikbouoXNoSSGouJ0=", + "dev": true, "requires": { "better-assert": "~1.0.0" } @@ -25811,6 +9839,7 @@ "version": "0.0.5", "resolved": "https://registry.npmjs.org/parseuri/-/parseuri-0.0.5.tgz", "integrity": "sha1-gCBKUNTbt3m/3G6+J3jZDkvOMgo=", + "dev": true, "requires": { "better-assert": "~1.0.0" } @@ -25818,17 +9847,20 @@ "parseurl": { "version": "1.3.3", "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", - "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "dev": true }, "pascalcase": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz", - "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=" + "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=", + "dev": true }, "path-browserify": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.1.tgz", - "integrity": "sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==" + "integrity": "sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==", + "dev": true }, "path-dirname": { "version": "1.0.2", @@ -25886,6 +9918,7 @@ "version": "3.0.17", "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.17.tgz", "integrity": "sha512-U/il5MsrZp7mGg3mSQfn742na2T+1/vHDCG5/iTI3X9MKUuYUZVLQhyRsg06mCgDBTd57TxzgZt7P+fYfjRLtA==", + "dev": true, "requires": { "create-hash": "^1.1.2", "create-hmac": "^1.1.4", @@ -25977,7 +10010,8 @@ "posix-character-classes": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz", - "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=" + "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=", + "dev": true }, "postcss": { "version": "7.0.13", @@ -26100,7 +10134,8 @@ "preserve": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz", - "integrity": "sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks=" + "integrity": "sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks=", + "dev": true }, "printj": { "version": "1.1.2", @@ -26110,7 +10145,8 @@ "process": { "version": "0.11.10", "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", - "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=" + "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=", + "dev": true }, "process-nextick-args": { "version": "2.0.1", @@ -26130,7 +10166,8 @@ "promise-inflight": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", - "integrity": "sha1-mEcocL8igTL8vdhoEputEsPAKeM=" + "integrity": "sha1-mEcocL8igTL8vdhoEputEsPAKeM=", + "dev": true }, "promise-polyfill": { "version": "8.1.3", @@ -26290,7 +10327,8 @@ "prr": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz", - "integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY=" + "integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY=", + "dev": true }, "pseudomap": { "version": "1.0.2", @@ -26306,6 +10344,7 @@ "version": "4.0.3", "resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz", "integrity": "sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==", + "dev": true, "requires": { "bn.js": "^4.1.0", "browserify-rsa": "^4.0.0", @@ -26319,6 +10358,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz", "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==", + "dev": true, "requires": { "end-of-stream": "^1.1.0", "once": "^1.3.1" @@ -26328,6 +10368,7 @@ "version": "1.5.1", "resolved": "https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz", "integrity": "sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==", + "dev": true, "requires": { "duplexify": "^3.6.0", "inherits": "^2.0.3", @@ -26348,7 +10389,8 @@ "qjobs": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/qjobs/-/qjobs-1.2.0.tgz", - "integrity": "sha512-8YOJEHtxpySA3fFDyCRxA+UUV+fA+rTWnuWvylOK/NCjhY+b4ocCtmu8TtsWb+mYeU+GCHf/S66KZF/AsteKHg==" + "integrity": "sha512-8YOJEHtxpySA3fFDyCRxA+UUV+fA+rTWnuWvylOK/NCjhY+b4ocCtmu8TtsWb+mYeU+GCHf/S66KZF/AsteKHg==", + "dev": true }, "qs": { "version": "6.5.2", @@ -26358,12 +10400,14 @@ "querystring": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz", - "integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=" + "integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=", + "dev": true }, "querystring-es3": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz", - "integrity": "sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=" + "integrity": "sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=", + "dev": true }, "querystringify": { "version": "2.1.1", @@ -26398,6 +10442,7 @@ "version": "3.1.1", "resolved": "https://registry.npmjs.org/randomatic/-/randomatic-3.1.1.tgz", "integrity": "sha512-TuDE5KxZ0J461RVjrJZCJc+J+zCkTb1MbH9AQUq68sMhOMcy9jLcb3BrZKgp9q9Ncltdg4QVqWrH02W2EFFVYw==", + "dev": true, "requires": { "is-number": "^4.0.0", "kind-of": "^6.0.0", @@ -26407,7 +10452,8 @@ "is-number": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/is-number/-/is-number-4.0.0.tgz", - "integrity": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==" + "integrity": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==", + "dev": true } } }, @@ -26415,6 +10461,7 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", + "dev": true, "requires": { "safe-buffer": "^5.1.0" } @@ -26423,6 +10470,7 @@ "version": "1.0.4", "resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz", "integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==", + "dev": true, "requires": { "randombytes": "^2.0.5", "safe-buffer": "^5.1.0" @@ -26431,12 +10479,14 @@ "range-parser": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", - "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "dev": true }, "raw-body": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz", "integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==", + "dev": true, "requires": { "bytes": "3.1.0", "http-errors": "1.7.2", @@ -26447,7 +10497,8 @@ "bytes": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", - "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==" + "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==", + "dev": true } } }, @@ -26510,6 +10561,7 @@ "version": "2.2.1", "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz", "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==", + "dev": true, "requires": { "graceful-fs": "^4.1.11", "micromatch": "^3.1.10", @@ -26550,6 +10602,7 @@ "version": "0.4.4", "resolved": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.4.tgz", "integrity": "sha512-nVIZwtCjkC9YgvWkpM55B5rBhBYRZhAaJbgcFYXXsHnbZ9UZI9nnVWYZpBlCqv9ho2eZryPnWrZGsOdPwVWXWQ==", + "dev": true, "requires": { "is-equal-shallow": "^0.1.3" } @@ -26558,6 +10611,7 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz", "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==", + "dev": true, "requires": { "extend-shallow": "^3.0.2", "safe-regex": "^1.1.0" @@ -26609,17 +10663,20 @@ "remove-trailing-separator": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", - "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=" + "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=", + "dev": true }, "repeat-element": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz", - "integrity": "sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g==" + "integrity": "sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g==", + "dev": true }, "repeat-string": { "version": "1.6.1", "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", - "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=" + "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=", + "dev": true }, "repeating": { "version": "2.0.1", @@ -26670,7 +10727,8 @@ "requires-port": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", - "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=" + "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=", + "dev": true }, "resize-observer-polyfill": { "version": "1.5.1", @@ -26703,12 +10761,14 @@ "resolve-url": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", - "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=" + "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=", + "dev": true }, "ret": { "version": "0.1.15", "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz", - "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==" + "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==", + "dev": true }, "retry": { "version": "0.10.1", @@ -26728,6 +10788,7 @@ "version": "2.0.2", "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz", "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==", + "dev": true, "requires": { "hash-base": "^3.0.0", "inherits": "^2.0.1" @@ -26737,6 +10798,7 @@ "version": "1.0.3", "resolved": "https://registry.npmjs.org/run-queue/-/run-queue-1.0.3.tgz", "integrity": "sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec=", + "dev": true, "requires": { "aproba": "^1.1.1" } @@ -26768,6 +10830,7 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz", "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=", + "dev": true, "requires": { "ret": "~0.1.10" } @@ -27102,7 +11165,8 @@ "serialize-javascript": { "version": "1.9.1", "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-1.9.1.tgz", - "integrity": "sha512-0Vb/54WJ6k5v8sSWN09S0ora+Hnr+cX40r9F170nT+mSkaxltoE/7R3OrIdBSUv1OoiobH1QoWQbCnAO+e8J1A==" + "integrity": "sha512-0Vb/54WJ6k5v8sSWN09S0ora+Hnr+cX40r9F170nT+mSkaxltoE/7R3OrIdBSUv1OoiobH1QoWQbCnAO+e8J1A==", + "dev": true }, "serve-index": { "version": "1.9.1", @@ -27166,6 +11230,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz", "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==", + "dev": true, "requires": { "extend-shallow": "^2.0.1", "is-extendable": "^0.1.1", @@ -27177,6 +11242,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "dev": true, "requires": { "is-extendable": "^0.1.0" } @@ -27186,17 +11252,20 @@ "setimmediate": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", - "integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=" + "integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=", + "dev": true }, "setprototypeof": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", - "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==" + "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==", + "dev": true }, "sha.js": { "version": "2.4.11", "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", + "dev": true, "requires": { "inherits": "^2.0.1", "safe-buffer": "^5.0.1" @@ -27264,10 +11333,16 @@ "integrity": "sha512-iVICrxOzCynf/SNaBQCw34eM9jROU/s5rzIhpOvzhzuYHfJR/DhZfDkXiZSgKXfgv26HT3Yni3AV/DGw0cGnnw==", "dev": true }, + "smooth-dnd": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/smooth-dnd/-/smooth-dnd-0.12.0.tgz", + "integrity": "sha512-w+/YW1TFram8FW/bYiirRcAGSIdVVjxFRtCBqJ2fkEJpm28zwbdMyXVQCralBUTITMjZp6VHGQJ73UTSIER1lA==" + }, "snapdragon": { "version": "0.8.2", "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz", "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==", + "dev": true, "requires": { "base": "^0.11.1", "debug": "^2.2.0", @@ -27283,6 +11358,7 @@ "version": "0.2.5", "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "dev": true, "requires": { "is-descriptor": "^0.1.0" } @@ -27291,6 +11367,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "dev": true, "requires": { "is-extendable": "^0.1.0" } @@ -27298,7 +11375,8 @@ "source-map": { "version": "0.5.7", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "dev": true } } }, @@ -27306,6 +11384,7 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz", "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", + "dev": true, "requires": { "define-property": "^1.0.0", "isobject": "^3.0.0", @@ -27316,6 +11395,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", + "dev": true, "requires": { "is-descriptor": "^1.0.0" } @@ -27324,6 +11404,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "dev": true, "requires": { "kind-of": "^6.0.0" } @@ -27332,6 +11413,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "dev": true, "requires": { "kind-of": "^6.0.0" } @@ -27340,6 +11422,7 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "dev": true, "requires": { "is-accessor-descriptor": "^1.0.0", "is-data-descriptor": "^1.0.0", @@ -27352,6 +11435,7 @@ "version": "3.0.1", "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz", "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", + "dev": true, "requires": { "kind-of": "^3.2.0" }, @@ -27360,6 +11444,7 @@ "version": "3.2.2", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dev": true, "requires": { "is-buffer": "^1.1.5" } @@ -27370,6 +11455,7 @@ "version": "1.7.3", "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-1.7.3.tgz", "integrity": "sha1-uK+cq6AJSeVo42nxMn6pvp6iRhs=", + "dev": true, "requires": { "debug": "2.3.3", "engine.io": "1.8.3", @@ -27384,6 +11470,7 @@ "version": "2.3.3", "resolved": "https://registry.npmjs.org/debug/-/debug-2.3.3.tgz", "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=", + "dev": true, "requires": { "ms": "0.7.2" } @@ -27391,12 +11478,14 @@ "ms": { "version": "0.7.2", "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.2.tgz", - "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=" + "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=", + "dev": true }, "object-assign": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.0.tgz", - "integrity": "sha1-ejs9DpgGPUP0wD8uiubNUahog6A=" + "integrity": "sha1-ejs9DpgGPUP0wD8uiubNUahog6A=", + "dev": true } } }, @@ -27404,6 +11493,7 @@ "version": "0.5.0", "resolved": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.5.0.tgz", "integrity": "sha1-y21LuL7IHhB4uZZ3+c7QBGBmu4s=", + "dev": true, "requires": { "debug": "2.3.3", "socket.io-parser": "2.3.1" @@ -27413,6 +11503,7 @@ "version": "2.3.3", "resolved": "https://registry.npmjs.org/debug/-/debug-2.3.3.tgz", "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=", + "dev": true, "requires": { "ms": "0.7.2" } @@ -27420,7 +11511,8 @@ "ms": { "version": "0.7.2", "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.2.tgz", - "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=" + "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=", + "dev": true } } }, @@ -27428,6 +11520,7 @@ "version": "1.7.3", "resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.7.3.tgz", "integrity": "sha1-sw6GqhDV7zVGYBwJzeR2Xjgdo3c=", + "dev": true, "requires": { "backo2": "1.0.2", "component-bind": "1.0.0", @@ -27445,12 +11538,14 @@ "component-emitter": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz", - "integrity": "sha1-E3kY1teCg/ffemt8WmPhQOaUJeY=" + "integrity": "sha1-E3kY1teCg/ffemt8WmPhQOaUJeY=", + "dev": true }, "debug": { "version": "2.3.3", "resolved": "https://registry.npmjs.org/debug/-/debug-2.3.3.tgz", "integrity": "sha1-QMRT5n5uE8kB3ewxeviYbNqe/4w=", + "dev": true, "requires": { "ms": "0.7.2" } @@ -27458,7 +11553,8 @@ "ms": { "version": "0.7.2", "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.2.tgz", - "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=" + "integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=", + "dev": true } } }, @@ -27466,6 +11562,7 @@ "version": "2.3.1", "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.3.1.tgz", "integrity": "sha1-3VMgJRA85Clpcya+/WQAX8/ltKA=", + "dev": true, "requires": { "component-emitter": "1.1.2", "debug": "2.2.0", @@ -27476,12 +11573,14 @@ "component-emitter": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.1.2.tgz", - "integrity": "sha1-KWWU8nU9qmOZbSrwjRWpURbJrsM=" + "integrity": "sha1-KWWU8nU9qmOZbSrwjRWpURbJrsM=", + "dev": true }, "debug": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz", "integrity": "sha1-+HBX6ZWxofauaklgZkE3vFbwOdo=", + "dev": true, "requires": { "ms": "0.7.1" } @@ -27489,17 +11588,20 @@ "isarray": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", - "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=" + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true }, "json3": { "version": "3.3.2", "resolved": "https://registry.npmjs.org/json3/-/json3-3.3.2.tgz", - "integrity": "sha1-PAQ0dD35Pi9cQq7nsZvLSDV19OE=" + "integrity": "sha1-PAQ0dD35Pi9cQq7nsZvLSDV19OE=", + "dev": true }, "ms": { "version": "0.7.1", "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz", - "integrity": "sha1-nNE8A62/8ltl7/3nzoZO6VIBcJg=" + "integrity": "sha1-nNE8A62/8ltl7/3nzoZO6VIBcJg=", + "dev": true } } }, @@ -27594,7 +11696,8 @@ "source-list-map": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz", - "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==" + "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==", + "dev": true }, "source-map": { "version": "0.4.4", @@ -27629,6 +11732,7 @@ "version": "0.5.3", "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz", "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==", + "dev": true, "requires": { "atob": "^2.1.2", "decode-uri-component": "^0.2.0", @@ -27658,7 +11762,8 @@ "source-map-url": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz", - "integrity": "sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=" + "integrity": "sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=", + "dev": true }, "spdx-correct": { "version": "3.1.0", @@ -27804,6 +11909,7 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz", "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==", + "dev": true, "requires": { "extend-shallow": "^3.0.0" } @@ -27851,6 +11957,7 @@ "version": "0.1.2", "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz", "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=", + "dev": true, "requires": { "define-property": "^0.2.5", "object-copy": "^0.1.0" @@ -27860,6 +11967,7 @@ "version": "0.2.5", "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "dev": true, "requires": { "is-descriptor": "^0.1.0" } @@ -27878,7 +11986,8 @@ "statuses": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", - "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=" + "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=", + "dev": true }, "stdout-stream": { "version": "1.4.1", @@ -27892,6 +12001,7 @@ "version": "2.0.2", "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz", "integrity": "sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==", + "dev": true, "requires": { "inherits": "~2.0.1", "readable-stream": "^2.0.2" @@ -27901,6 +12011,7 @@ "version": "1.2.3", "resolved": "https://registry.npmjs.org/stream-each/-/stream-each-1.2.3.tgz", "integrity": "sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw==", + "dev": true, "requires": { "end-of-stream": "^1.1.0", "stream-shift": "^1.0.0" @@ -27910,6 +12021,7 @@ "version": "2.8.3", "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-2.8.3.tgz", "integrity": "sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==", + "dev": true, "requires": { "builtin-status-codes": "^3.0.0", "inherits": "^2.0.1", @@ -27921,22 +12033,8 @@ "stream-shift": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.1.tgz", - "integrity": "sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==" - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "requires": { - "safe-buffer": "~5.1.0" - }, - "dependencies": { - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - } - } + "integrity": "sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==", + "dev": true }, "string-width": { "version": "1.0.2", @@ -27966,6 +12064,21 @@ "function-bind": "^1.1.1" } }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + }, + "dependencies": { + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + } + } + }, "strip-ansi": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", @@ -28094,7 +12207,8 @@ "tapable": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", - "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==" + "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", + "dev": true }, "tar": { "version": "2.2.2", @@ -28110,6 +12224,7 @@ "version": "3.17.0", "resolved": "https://registry.npmjs.org/terser/-/terser-3.17.0.tgz", "integrity": "sha512-/FQzzPJmCpjAH9Xvk2paiWrFq+5M6aVOf+2KRbwhByISDX/EujxsK+BAvrhb6H+2rtrLCHK9N01wO014vrIwVQ==", + "dev": true, "requires": { "commander": "^2.19.0", "source-map": "~0.6.1", @@ -28119,12 +12234,14 @@ "source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true }, "source-map-support": { "version": "0.5.16", "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.16.tgz", "integrity": "sha512-efyLRJDr68D9hBBNIPWFjhpFzURh+KJykQwvMyW5UiZzYwoF6l4YMMDIJJEyFWxWCqfyxLzz6tSfUFR+kXXsVQ==", + "dev": true, "requires": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" @@ -28136,6 +12253,7 @@ "version": "1.2.1", "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.2.1.tgz", "integrity": "sha512-GGSt+gbT0oKcMDmPx4SRSfJPE1XaN3kQRWG4ghxKQw9cn5G9x6aCKSsgYdvyM0na9NJ4Drv0RG6jbBByZ5CMjw==", + "dev": true, "requires": { "cacache": "^11.0.2", "find-cache-dir": "^2.0.0", @@ -28151,6 +12269,7 @@ "version": "11.3.3", "resolved": "https://registry.npmjs.org/cacache/-/cacache-11.3.3.tgz", "integrity": "sha512-p8WcneCytvzPxhDvYp31PD039vi77I12W+/KfR9S8AZbaiARFBCpsPJS+9uhWfeBfeAtW7o/4vt3MUqLkbY6nA==", + "dev": true, "requires": { "bluebird": "^3.5.5", "chownr": "^1.1.1", @@ -28172,6 +12291,7 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz", "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", + "dev": true, "requires": { "commondir": "^1.0.1", "make-dir": "^2.0.0", @@ -28182,6 +12302,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "dev": true, "requires": { "locate-path": "^3.0.0" } @@ -28190,6 +12311,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "dev": true, "requires": { "p-locate": "^3.0.0", "path-exists": "^3.0.0" @@ -28199,6 +12321,7 @@ "version": "5.1.1", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dev": true, "requires": { "yallist": "^3.0.2" } @@ -28207,6 +12330,7 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", + "dev": true, "requires": { "pify": "^4.0.1", "semver": "^5.6.0" @@ -28216,6 +12340,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/mississippi/-/mississippi-3.0.0.tgz", "integrity": "sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==", + "dev": true, "requires": { "concat-stream": "^1.5.0", "duplexify": "^3.4.2", @@ -28233,6 +12358,7 @@ "version": "2.2.2", "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.2.tgz", "integrity": "sha512-WGR+xHecKTr7EbUEhyLSh5Dube9JtdiG78ufaeLxTgpudf/20KqyMioIUZJAezlTIi6evxuoUs9YXc11cU+yzQ==", + "dev": true, "requires": { "p-try": "^2.0.0" } @@ -28241,6 +12367,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "dev": true, "requires": { "p-limit": "^2.0.0" } @@ -28248,22 +12375,26 @@ "p-try": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "dev": true }, "path-exists": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=" + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", + "dev": true }, "pify": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==" + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", + "dev": true }, "pkg-dir": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", + "dev": true, "requires": { "find-up": "^3.0.0" } @@ -28272,6 +12403,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "dev": true, "requires": { "end-of-stream": "^1.1.0", "once": "^1.3.1" @@ -28281,6 +12413,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", + "dev": true, "requires": { "ajv": "^6.1.0", "ajv-errors": "^1.0.0", @@ -28290,12 +12423,14 @@ "source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true }, "ssri": { "version": "6.0.2", "resolved": "https://registry.npmjs.org/ssri/-/ssri-6.0.2.tgz", "integrity": "sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q==", + "dev": true, "requires": { "figgy-pudding": "^3.5.1" } @@ -28303,12 +12438,14 @@ "y18n": { "version": "4.0.3", "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", - "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==" + "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==", + "dev": true }, "yallist": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true } } }, @@ -28327,6 +12464,7 @@ "version": "2.0.5", "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", + "dev": true, "requires": { "readable-stream": "~2.3.6", "xtend": "~4.0.1" @@ -28347,6 +12485,7 @@ "version": "2.0.11", "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.11.tgz", "integrity": "sha512-60aV6sgJ5YEbzUdn9c8kYGIqOubPoUdqQCul3SBAsRCZ40s6Y5cMcrW4dt3/k/EsbLVJNl9n6Vz3fTc+k2GeKQ==", + "dev": true, "requires": { "setimmediate": "^1.0.4" } @@ -28355,6 +12494,7 @@ "version": "0.0.31", "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.31.tgz", "integrity": "sha1-jzirlDjhcxXl29izZX6L+yd65Kc=", + "dev": true, "requires": { "os-tmpdir": "~1.0.1" } @@ -28367,7 +12507,8 @@ "to-arraybuffer": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz", - "integrity": "sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=" + "integrity": "sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=", + "dev": true }, "to-fast-properties": { "version": "1.0.3", @@ -28379,6 +12520,7 @@ "version": "0.3.0", "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz", "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=", + "dev": true, "requires": { "kind-of": "^3.0.2" }, @@ -28387,6 +12529,7 @@ "version": "3.2.2", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dev": true, "requires": { "is-buffer": "^1.1.5" } @@ -28397,6 +12540,7 @@ "version": "3.0.2", "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz", "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==", + "dev": true, "requires": { "define-property": "^2.0.2", "extend-shallow": "^3.0.2", @@ -28408,6 +12552,7 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "dev": true, "requires": { "is-number": "^3.0.0", "repeat-string": "^1.6.1" @@ -28416,7 +12561,8 @@ "toidentifier": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz", - "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==" + "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==", + "dev": true }, "tough-cookie": { "version": "2.4.3", @@ -28595,7 +12741,8 @@ "tty-browserify": { "version": "0.0.0", "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz", - "integrity": "sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=" + "integrity": "sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=", + "dev": true }, "tunnel-agent": { "version": "0.6.0", @@ -28623,6 +12770,7 @@ "version": "1.6.18", "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "dev": true, "requires": { "media-typer": "0.3.0", "mime-types": "~2.1.24" @@ -28631,7 +12779,8 @@ "typedarray": { "version": "0.0.6", "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", - "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" + "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=", + "dev": true }, "typescript": { "version": "2.9.2", @@ -28662,12 +12811,14 @@ "ultron": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz", - "integrity": "sha1-rOEWq1V80Zc4ak6I9GhTeMiy5Po=" + "integrity": "sha1-rOEWq1V80Zc4ak6I9GhTeMiy5Po=", + "dev": true }, "union-value": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz", "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==", + "dev": true, "requires": { "arr-union": "^3.1.0", "get-value": "^2.0.6", @@ -28679,6 +12830,7 @@ "version": "1.1.1", "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz", "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==", + "dev": true, "requires": { "unique-slug": "^2.0.0" } @@ -28687,6 +12839,7 @@ "version": "2.0.2", "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz", "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==", + "dev": true, "requires": { "imurmurhash": "^0.1.4" } @@ -28694,12 +12847,14 @@ "unpipe": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", - "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=" + "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=", + "dev": true }, "unset-value": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz", "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=", + "dev": true, "requires": { "has-value": "^0.3.1", "isobject": "^3.0.0" @@ -28709,6 +12864,7 @@ "version": "0.3.1", "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz", "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=", + "dev": true, "requires": { "get-value": "^2.0.3", "has-values": "^0.1.4", @@ -28719,6 +12875,7 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", + "dev": true, "requires": { "isarray": "1.0.0" } @@ -28728,7 +12885,8 @@ "has-values": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz", - "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=" + "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=", + "dev": true } } }, @@ -28749,12 +12907,14 @@ "urix": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", - "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=" + "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=", + "dev": true }, "url": { "version": "0.11.0", "resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz", "integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=", + "dev": true, "requires": { "punycode": "1.3.2", "querystring": "0.2.0" @@ -28763,7 +12923,8 @@ "punycode": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz", - "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=" + "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=", + "dev": true } } }, @@ -28780,12 +12941,14 @@ "use": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz", - "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==" + "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==", + "dev": true }, "useragent": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/useragent/-/useragent-2.3.0.tgz", "integrity": "sha512-4AoH4pxuSvHCjqLO04sU6U/uE65BYza8l/KKBS0b0hnUPWi+cQ2BpeTEwejCSx9SPV5/U03nniDTrWx5NrmKdw==", + "dev": true, "requires": { "lru-cache": "4.1.x", "tmp": "0.0.x" @@ -28795,6 +12958,7 @@ "version": "0.11.1", "resolved": "https://registry.npmjs.org/util/-/util-0.11.1.tgz", "integrity": "sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==", + "dev": true, "requires": { "inherits": "2.0.3" }, @@ -28802,7 +12966,8 @@ "inherits": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", + "dev": true } } }, @@ -28814,7 +12979,8 @@ "utils-merge": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", - "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" + "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=", + "dev": true }, "uuid": { "version": "3.3.3", @@ -28863,17 +13029,20 @@ "vm-browserify": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz", - "integrity": "sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==" + "integrity": "sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==", + "dev": true }, "void-elements": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-2.0.1.tgz", - "integrity": "sha1-wGavtYK7HLQSjWDqkjkulNXp2+w=" + "integrity": "sha1-wGavtYK7HLQSjWDqkjkulNXp2+w=", + "dev": true }, "watchpack": { "version": "1.7.5", "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.7.5.tgz", "integrity": "sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==", + "dev": true, "requires": { "chokidar": "^3.4.1", "graceful-fs": "^4.1.2", @@ -29105,6 +13274,7 @@ "version": "4.28.4", "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.28.4.tgz", "integrity": "sha512-NxjD61WsK/a3JIdwWjtIpimmvE6UrRi3yG54/74Hk9rwNj5FPkA4DJCf1z4ByDWLkvZhTZE+P3C/eh6UD5lDcw==", + "dev": true, "requires": { "@webassemblyjs/ast": "1.7.11", "@webassemblyjs/helper-module-context": "1.7.11", @@ -29489,6 +13659,7 @@ "version": "1.3.0", "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.3.0.tgz", "integrity": "sha512-OiVgSrbGu7NEnEvQJJgdSFPl2qWKkWq5lHMhgiToIiN9w34EBnjYzSYs+VbL5KoYiLNtFFa7BZIKxRED3I32pA==", + "dev": true, "requires": { "source-list-map": "^2.0.0", "source-map": "~0.6.1" @@ -29497,7 +13668,8 @@ "source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true } } }, @@ -29578,6 +13750,7 @@ "version": "1.7.0", "resolved": "https://registry.npmjs.org/worker-farm/-/worker-farm-1.7.0.tgz", "integrity": "sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw==", + "dev": true, "requires": { "errno": "~0.1.7" } @@ -29609,6 +13782,7 @@ "version": "1.1.2", "resolved": "https://registry.npmjs.org/ws/-/ws-1.1.2.tgz", "integrity": "sha1-iiRPoFJAHgjJiGz0SoUYnh/UBn8=", + "dev": true, "requires": { "options": ">=0.0.5", "ultron": "1.0.x" @@ -29617,7 +13791,8 @@ "wtf-8": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/wtf-8/-/wtf-8-1.0.0.tgz", - "integrity": "sha1-OS2LotDxw00e4tYw8V0O+2jhBIo=" + "integrity": "sha1-OS2LotDxw00e4tYw8V0O+2jhBIo=", + "dev": true }, "xlsx": { "version": "0.14.5", @@ -29662,7 +13837,8 @@ "xmlhttprequest-ssl": { "version": "1.5.3", "resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.3.tgz", - "integrity": "sha1-GFqIjATspGw+QHDZn3tJ3jUomS0=" + "integrity": "sha1-GFqIjATspGw+QHDZn3tJ3jUomS0=", + "dev": true }, "xregexp": { "version": "4.0.0", @@ -29673,7 +13849,8 @@ "xtend": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", - "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", + "dev": true }, "y18n": { "version": "3.2.1", diff --git a/ng6-seed/package.json b/ng6-seed/package.json index b68d62b2c..03cc12dc3 100755 --- a/ng6-seed/package.json +++ b/ng6-seed/package.json @@ -15,8 +15,8 @@ "private": true, "dependencies": { "@agm/core": "^1.0.0-beta.2", - "@angular/animations": "^6.1.10", - "@angular/cdk": "^6.4.7", + "@angular/animations": "^7.0.0", + "@angular/cdk": "^7.0.0", "@angular/common": "^6.1.10", "@angular/compiler": "^6.1.10", "@angular/core": "^6.1.10", @@ -24,8 +24,8 @@ "@angular/flex-layout": "^6.0.0-beta.18", "@angular/forms": "^6.1.10", "@angular/http": "^6.0.0-rc.6", - "@angular/material": "^6.4.7", - "@angular/material-moment-adapter": "^6.4.7", + "@angular/material": "^7.0.0", + "@angular/material-moment-adapter": "^7.0.0", "@angular/platform-browser": "^6.1.10", "@angular/platform-browser-dynamic": "^6.1.10", "@angular/router": "^6.1.10", @@ -33,6 +33,8 @@ "@ngx-translate/http-loader": "^3.0.1", "@swimlane/ngx-charts": "^7.0.1", "@swimlane/ngx-datatable": "11.1.5", + "@swimlane/ngx-dnd": "^9.0.0", + "@swimlane/ngx-ui": "^37.1.1", "@types/file-saver": "^2.0.1", "amazon-cognito-identity-js": "^2.0.30", "angular-calendar": "0.23.3", @@ -68,6 +70,7 @@ "ngx-mat-daterange-picker": "^1.1.4", "ngx-mat-select-search": "^1.8.0", "ngx-perfect-scrollbar": "5.0.0-7", + "ngx-smooth-dnd": "^0.4.1", "ngx-socket-io": "^3.0.1", "ngx-spinner": "^7.2.0", "ngx-viewer": "^1.0.5", diff --git a/ng6-seed/src/app/app.module.ts b/ng6-seed/src/app/app.module.ts index 655dae9cc..ba8f4977d 100755 --- a/ng6-seed/src/app/app.module.ts +++ b/ng6-seed/src/app/app.module.ts @@ -64,6 +64,7 @@ import { VideoChatComponent } from './video-chat/video-chat.component' import { PushNotifyService } from './shared/push-notify.service'; import { MatVideoModule } from 'mat-video'; import { ReqTokenInterceptor } from './_guard/req-token.interceptor'; +//import { OtpComponent } from './session/otp/otp.component'; export function HttpLoaderFactory(http: HttpClient) { @@ -86,7 +87,7 @@ const DEFAULT_PERFECT_SCROLLBAR_CONFIG: PerfectScrollbarConfigInterface = { AdminLayoutComponent, AuthLayoutComponent, NewPasswordDialog,ForgotPass,ChangePasswordDialog, RoleMenuItemsPipe, HttpLoaderComponent, - IncomingCallComponent, VideoChatComponent, + IncomingCallComponent, VideoChatComponent ], imports: [ MatDialogModule, @@ -150,7 +151,7 @@ const DEFAULT_PERFECT_SCROLLBAR_CONFIG: PerfectScrollbarConfigInterface = { }, MessagingService, AsyncPipe,LoaderService ], - entryComponents: [NewPasswordDialog,ForgotPass,ChangePasswordDialog,] + entryComponents: [NewPasswordDialog,ForgotPass,ChangePasswordDialog] // IncomingCallComponent,VideoChatComponent,], ,bootstrap: [AppComponent] }) diff --git a/ng6-seed/src/app/dashboard/dashboard.service.ts b/ng6-seed/src/app/dashboard/dashboard.service.ts index 9c75cf2de..27eedc01d 100755 --- a/ng6-seed/src/app/dashboard/dashboard.service.ts +++ b/ng6-seed/src/app/dashboard/dashboard.service.ts @@ -117,5 +117,23 @@ private handleError(operation = 'operation', result?: T) { return of(result as T); }; } +// generateotp(email):Observable{ +// return this._http.post(this.apiUrl+'generateOTP', ''); +// } + +generateotp(email): Observable { + + return this._http.post(this.apiUrl + 'generateOTP', { "records":{ "email":email}}) + .pipe( + catchError(this.handleError('role', [])) + ) +} +resetpassword(data,otp): Observable { + + return this._http.post(this.apiUrl + 'verifyOTP', { "records":{ "email":data,"OTP":otp}}) + .pipe( + catchError(this.handleError('role', [])) + ) +} } \ No newline at end of file diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/add-pd/add-pd.component.ts b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/add-pd/add-pd.component.ts index 32b53491a..c1eb7379a 100755 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/add-pd/add-pd.component.ts +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/add-pd/add-pd.component.ts @@ -209,7 +209,7 @@ export class AddPdComponent implements OnInit, OnDestroy { // this._PDtriggerForm.controls['loan_amount'].setValue(null) // this._PDtriggerForm.controls['loan_amount'].clearValidators() // this._PDtriggerForm.controls['loan_amount'].updateValueAndValidity() - // alert('clix'); + // } // if(this.lenderShortName == 'CLIX'){ @@ -251,8 +251,8 @@ export class AddPdComponent implements OnInit, OnDestroy { this._PDtriggerForm.controls['sub_entity_id'].setValue(lender.entity_id) if(lender.short_name == 'CFPL'){ - this._PDtriggerForm.controls['loan_amount'].clearValidators(); - this._PDtriggerForm.controls['loan_amount'].setValidators([Validators.pattern('^[0-9]*$')]) + // this._PDtriggerForm.controls['loan_amount'].clearValidators(); + this._PDtriggerForm.controls['loan_amount'].setValidators([Validators.required,Validators.pattern('^[0-9]*$')]) this._PDtriggerForm.controls['loan_amount'].updateValueAndValidity(); } // else{ diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/edit-pd-master/edit-pd-master.component.ts b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/edit-pd-master/edit-pd-master.component.ts index 33fa85018..31dbba6d8 100755 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/edit-pd-master/edit-pd-master.component.ts +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/edit-pd-master/edit-pd-master.component.ts @@ -261,9 +261,15 @@ if(!option){ this._EditPDtriggerForm.controls['loan_amount'].setValidators([Validators.pattern('^[0-9]*$')]) this._EditPDtriggerForm.controls['loan_amount'].updateValueAndValidity(); } - else{ - this._EditPDtriggerForm.controls['loan_amount'].setValidators([Validators.required,Validators.pattern('^[0-9]*$')]); + else if(lender.short_name == 'CLIX') + { + this._EditPDtriggerForm.controls['loan_amount'].clearValidators(); this._EditPDtriggerForm.controls['loan_amount'].updateValueAndValidity(); + + } + else{ + this._EditPDtriggerForm.controls['loan_amount'].setValidators([Validators.required,Validators.pattern('^[0-9]*$')]); + this._EditPDtriggerForm.controls['loan_amount'].updateValueAndValidity(); } // console.log("len",lender) } diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/pd-allocation/pd-allocation.component.scss b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/pd-allocation/pd-allocation.component.scss index 044bbd96c..4286341fc 100755 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/pd-allocation/pd-allocation.component.scss +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/pd-allocation/pd-allocation.component.scss @@ -16,7 +16,7 @@ justify-content: center !important; } .paragraph_change { - color: #fff !important; + color: #fff !important; background-color: #e00201 !important; // padding: 10px !important; } diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms-dynamic/dynamic-form/dynamic-form/dynamic-form.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms-dynamic/dynamic-form/dynamic-form/dynamic-form.component.html index 8bb2c1ed1..3a53109a9 100644 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms-dynamic/dynamic-form/dynamic-form/dynamic-form.component.html +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms-dynamic/dynamic-form/dynamic-form/dynamic-form.component.html @@ -1,5 +1,6 @@
-
+ + @@ -33,6 +34,9 @@ {{parent_ques.group_title}} {{g_i+1}} +
+
{{singleQues.group_key | json}}
+
+
+ {{singleQues | json}}
- + {{group_ques_child.value | json}} @@ -74,7 +80,9 @@ [ngStyle.xs]="{'margin-bottom' : (singleQues_child.field_type == 'numtoword' || singleQues_child.field_type == 'str&numtoword') ? '5%' : '0' }"> - + {{singleQues_child | json}} + +
diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms-dynamic/dynamic-form/dynamic-form/dynamic-form.component.ts b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms-dynamic/dynamic-form/dynamic-form/dynamic-form.component.ts index f2127124a..a154c396f 100644 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms-dynamic/dynamic-form/dynamic-form/dynamic-form.component.ts +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms-dynamic/dynamic-form/dynamic-form/dynamic-form.component.ts @@ -237,6 +237,13 @@ export class DynamicFormComponent { // debugger; let control = this.form_group_name.get(json_obj.group_key) as FormArray control.removeAt(index) + if(this.json_answers[json_obj.group_key] ){ + + + if(this.json_answers[json_obj.group_key] != null && this.json_answers[json_obj.group_key] instanceof Array){ + this.json_answers[json_obj.group_key].splice(index,1) + } + } json_obj.group_questions.splice(index,1) this.step = control.length-1 diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms-dynamic/dynamic-form/dynamic-question-template/dynamic-question-template.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms-dynamic/dynamic-form/dynamic-question-template/dynamic-question-template.component.html index db2c6c659..caae52873 100644 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms-dynamic/dynamic-form/dynamic-question-template/dynamic-question-template.component.html +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms-dynamic/dynamic-form/dynamic-question-template/dynamic-question-template.component.html @@ -1,6 +1,6 @@
-
+
{{parent_ques.title}} @@ -21,7 +21,7 @@ > {{parent_ques.question}} - @@ -42,7 +42,7 @@ *ngIf="parent_ques.disable != true && parent_ques.type == '9'" > {{parent_ques.question}} @@ -65,9 +65,9 @@
{{parent_ques.question}}
- - {{val.answer}}

@@ -78,7 +78,7 @@ {{parent_ques.question}} - + Select {{parent_ques.question}} - {{val.answer}}
@@ -103,7 +103,7 @@
{{parent_ques.question}}   - + {{validation.message}} @@ -126,7 +126,7 @@ {{parent_ques.question}} - {{parent_ques.question}} + autocomplete="off" (change)="onChangeProperty($event,parent_ques,parent_ques.question_key)" [required]="parent_ques.required == true"> @@ -199,7 +199,7 @@ {{parent_ques.question}} - + diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms-dynamic/dynamic-form/dynamic-question-template/dynamic-question-template.component.ts b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms-dynamic/dynamic-form/dynamic-question-template/dynamic-question-template.component.ts index 13854a64b..e31d2db09 100644 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms-dynamic/dynamic-form/dynamic-question-template/dynamic-question-template.component.ts +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms-dynamic/dynamic-form/dynamic-question-template/dynamic-question-template.component.ts @@ -28,12 +28,16 @@ export class DynamicQuestionTemplateComponent implements OnInit { @Output() generateGroupControls= new EventEmitter() local_city: any; local_pincode: any; + local_city1: any; + local_pincode1: any; json_answers1:any; + isChecked:any=[]; autoCompleteAns:Observable public commonFilterCtrl:FormControl = new FormControl(); public ngxFilteredValue:ReplaySubject = new ReplaySubject(1); vr: boolean; - check: boolean = false; + check: any = "Letter of Credit"; + constructor(private quesService:QuesFormService,private _fb:FormBuilder, private matDialog:MatDialog, private loaderService:LoaderService) { } @@ -48,6 +52,7 @@ export class DynamicQuestionTemplateComponent implements OnInit { // output : {msg : 'do something'} }) + localStorage.setItem('use',"0"); console.log( this.whole_json) this.parent_ques = this.currFormArrayObj @@ -61,7 +66,26 @@ export class DynamicQuestionTemplateComponent implements OnInit { //let length=this.quesService.ans_length() } - + checkCat(data,w){ + console.log(this.isChecked) + if( this.isChecked.length == 0){ + this.isChecked = this.json_answers[w.question_key] + let ref = this.isChecked.find(x => x == data); // this checks the cat[] array + if(ref == data){ + return true; + } else { + return false; + } + }else{ + let ref = this.isChecked.find(x => x == data); // this checks the cat[] array + if(ref == data){ + return true; + } else { + return false; + } + } + + } ngOnChanges() { //alert('ans'); this.parent_ques = this.currFormArrayObj @@ -145,8 +169,14 @@ export class DynamicQuestionTemplateComponent implements OnInit { if(this.json_answers!=null && this.json_answers!= undefined && this.json_answers&& !this.group_key) { this.formGroupN.get(this.parent_ques.question_key).patchValue((this.json_answers[this.parent_ques.question_key] || '')) - + if(this.parent_ques.question_key == '5'){ + + this.isChecked = this.json_answers[this.parent_ques.question_key] + console.log( this.isChecked) + } + this.onChangeProperty({value:this.json_answers[this.parent_ques.question_key]},this.parent_ques,'','','','TS') + console.log( this.json_answers[this.parent_ques.question_key]) } else if(this.json_answers!=null && this.json_answers != undefined && this.json_answers){ // this.formGroupN.patchValue((this.json_answers[this.group_key] || '')) @@ -265,6 +295,9 @@ export class DynamicQuestionTemplateComponent implements OnInit { } } onChange_checkbox(event,sec_control){ + console.log(this.isChecked) + // this.isChecked =[]; + console.log( this.formGroupN.get(sec_control.question_key).value) const control=this.formGroupN.get(sec_control.question_key) as FormArray @@ -274,6 +307,9 @@ export class DynamicQuestionTemplateComponent implements OnInit { const i = control.controls.findIndex(x => x.value === event.source.value); control.removeAt(i); } + + // this.isChecked = this.formGroupN.get(sec_control.question_key).value + } onChangeProperty(event,sec_control,question_key,options?,sec_index?,from?){ // alert('datatamil'); @@ -349,7 +385,46 @@ export class DynamicQuestionTemplateComponent implements OnInit { // onChangeProperties_value.push(JSON.parse(new_name)) onChangeProperties_value.forEach(onChangeProperty=>{ - + console.log(onChangeProperty) + if(onChangeProperty.purpose == 'api2'){ + console.log(event.value,onChangeProperty.params) + if(onChangeProperty.api == 'getListOfStatesAndCities'){ + console.log(event.value,onChangeProperty.params) + // onChangeProperty.params = JSON.stringify(onChangeProperty.params); + // let updatedParams =JSON.stringify(onChangeProperty.params); + // updatedParams = updatedParams.replace('value_of_answer',event.value); + // // updatedParams = JSON.parse(updatedParams) + // console.log(JSON.parse(updatedParams),updatedParams,JSON.parse(JSON.stringify(updatedParams))) + // debugger; + let params={records:{state_id:event.value}} + + this.quesService.apiCall(onChangeProperty.api,params,onChangeProperty.api_method).subscribe(res=>{ + + if(res['dataStatus']){ + + this.local_city1=res['records'].cities + this.local_pincode1=res['records'].pincode + + this.whole_json.forEach((val,index)=>{ + + + if(val.api_properties == 'local_city1' ){ + + this.local_city1=this.quesService.convertArrayNames(['city_id','city_name'],this.local_city1) + console.log( this.local_city1) + val.answers = (this.local_city1) + } + else if(val.api_properties == 'local_pincode1'){ + this.local_pincode1=this.quesService.convertArrayNames(['pincode_id','pincode'],this.local_pincode1) + val.answers = (this.local_pincode1) + } + + }) + + } + }) + } + } if(onChangeProperty.purpose == 'api'){ if(onChangeProperty.api == 'getListOfStatesAndCities'){ // console.log(event.value,onChangeProperty.params) @@ -367,23 +442,73 @@ export class DynamicQuestionTemplateComponent implements OnInit { this.local_city=res['records'].cities this.local_pincode=res['records'].pincode + this.whole_json.forEach((val,index)=>{ - if(val.api_properties == 'local_city'){ + if(val.api_properties == 'local_city' ){ this.local_city=this.quesService.convertArrayNames(['city_id','city_name'],this.local_city) + console.log( this.local_city) val.answers = (this.local_city) } else if(val.api_properties == 'local_pincode'){ this.local_pincode=this.quesService.convertArrayNames(['pincode_id','pincode'],this.local_pincode) val.answers = (this.local_pincode) } + // if(val.api_properties == 'local_city1' ){ + + // this.local_city1=this.quesService.convertArrayNames(['city_id','city_name'],this.local_city1) + // console.log( this.local_city1) + // val.answers = (this.local_city1) + // } + // else if(val.api_properties == 'local_pincode1'){ + // this.local_pincode1=this.quesService.convertArrayNames(['pincode_id','pincode'],this.local_pincode1) + // val.answers = (this.local_pincode1) + // } }) } }) + }else if(onChangeProperty.purpose == 'api2'){ + console.log(event.value,onChangeProperty.params) + if(onChangeProperty.api == 'getListOfStatesAndCities'){ + console.log(event.value,onChangeProperty.params) + // onChangeProperty.params = JSON.stringify(onChangeProperty.params); + // let updatedParams =JSON.stringify(onChangeProperty.params); + // updatedParams = updatedParams.replace('value_of_answer',event.value); + // // updatedParams = JSON.parse(updatedParams) + // console.log(JSON.parse(updatedParams),updatedParams,JSON.parse(JSON.stringify(updatedParams))) + // debugger; + let params={records:{state_id:event.value}} + + this.quesService.apiCall(onChangeProperty.api,params,onChangeProperty.api_method).subscribe(res=>{ + + if(res['dataStatus']){ + + this.local_city1=res['records'].cities + this.local_pincode1=res['records'].pincode + + this.whole_json.forEach((val,index)=>{ + + + if(val.api_properties == 'local_city1' ){ + + this.local_city1=this.quesService.convertArrayNames(['city_id','city_name'],this.local_city1) + console.log( this.local_city1) + val.answers = (this.local_city1) + } + else if(val.api_properties == 'local_pincode1'){ + this.local_pincode1=this.quesService.convertArrayNames(['pincode_id','pincode'],this.local_pincode1) + val.answers = (this.local_pincode1) + } + + }) + + } + }) } + } else{ this.quesService.apiCall(onChangeProperty.api,onChangeProperty.params,onChangeProperty.api_method).subscribe((result:any)=>{ @@ -423,7 +548,7 @@ export class DynamicQuestionTemplateComponent implements OnInit { // } } if(onChangeProperty.purpose == 'FORM_CTRL'){ - + console.log(onChangeProperty) // if(options == 2){ // debugger; @@ -632,24 +757,87 @@ export class DynamicQuestionTemplateComponent implements OnInit { if(check_dup.length == 0){ this.formGroupN.addControl(val.group_key,this._fb.array([])) + + // val.question.reverse() let childControl: any = this.formGroupN.get(val.group_key) as FormArray + console.log(childControl) + let control_names:any={} + console.log(inserted_control_obj) + console.log(inserted_control_obj.questions[index].group_questions) inserted_control_obj.questions[index].group_questions = [] inserted_control_obj.questions[index].group_questions.push(val.question) + + + console.log(inserted_control_obj.questions[index].group_questions) + console.log(question_index_after) this.whole_json.splice(question_index_after+1,0,val); val.question.forEach(group_val=>{ - control_names[group_val.question_key] = '' + + + if(group_val.question_key){ + control_names[group_val.question_key] = '' + console.log(ques_control) + + } + this.addOrRemoveControl(group_val,ques_control,question_index_after,options,val) // console.log("check ffffff",inserted_control_obj.questions.reverse(),inserted_control_obj.questions,group_val) - this.addOrRemoveControl(group_val,ques_control,question_index_after,options,val) + }) const question_temp:any = JSON.parse(JSON.stringify(val.question)); inserted_control_obj.questions[index].question = question_temp - childControl.push(this._fb.group(control_names)) + console.log(control_names) + + + + console.log(childControl) + console.log(val.group_questions[0]) val.group_questions[0].forEach((group_indi,arr_index)=>{ - - this.quesService.addAdditionalControl(group_indi, childControl.controls[0], arr_index) + console.log(arr_index) + //this.quesService.addAdditionalControl(group_indi, childControl.controls[0], arr_index) + console.log(group_indi) + + + if(group_indi.is_repeatable =='2'){ + // childControl.push(this._fb.group(control_names)) + childControl.push(this._fb.group(control_names)) + console.log(childControl) + console.log(group_indi) + + childControl.controls[0].addControl(group_indi.group_key,this._fb.array([])) + + // val.question.reverse() + + console.log(childControl) + + + console.log(group_indi.group_key) + control_names[group_indi.group_key] = '' + // childControl.push(this._fb.group(control_names)) + console.log(control_names) + console.log(childControl) + let s:any = localStorage.getItem('use'); + console.log(s) + + + if( !group_indi.questions_level_two[0][0]){ + this.quesService.addLevelTwoControls2(group_indi,childControl,val.group_questions[0],val.question,arr_index) + } + + + + + + + } + + // console.log(group_indi) + // console.log(childControl) + // console.log(arr_index) + // this.quesService.addAdditionalControl(group_indi, childControl.controls[0], arr_index) }) + } } else{ @@ -666,11 +854,14 @@ export class DynamicQuestionTemplateComponent implements OnInit { } }) } + addOrRemoveControl(val,ques_control,question_index_after,options,paren_ques) { console.log(val); console.log(ques_control); console.log(question_index_after); console.log(paren_ques); + + if(options == 1){ let check_dup=ques_control.filter(control_key=>control_key.question_key == val.question_key) @@ -692,13 +883,21 @@ export class DynamicQuestionTemplateComponent implements OnInit { } } else{ - + console.log(paren_ques) ques_control.forEach((control_key,index)=>{ + if(paren_ques.hasOwnProperty('is_repeatable') && paren_ques.is_repeatable == '1') { + //console.log(control_key) + if(control_key.group_key == paren_ques.group_key){ this.whole_json.splice(index,1) // this.formGroupN.controls[val.question_key].reset() + console.log(paren_ques) + console.log( this.formGroupN.get(paren_ques.group_key)) + + this.formGroupN.removeControl(paren_ques.group_key); + console.log( this.formGroupN.get(paren_ques.group_key)) } } diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms-dynamic/dynamic-form/ques-form/ques-form.service.ts b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms-dynamic/dynamic-form/ques-form/ques-form.service.ts index 0745ad071..43595161a 100644 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms-dynamic/dynamic-form/ques-form/ques-form.service.ts +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms-dynamic/dynamic-form/ques-form/ques-form.service.ts @@ -20,6 +20,7 @@ export class QuesFormService { formanswers=null; pd_all_details:any= {} ; datepipe: DatePipe; + tmp: any[]; //length: any; constructor(private _fb:FormBuilder,private http:HttpClient) { this.datepipe=new DatePipe('en-US') @@ -678,12 +679,16 @@ export class QuesFormService { // let sub_childControl: any = childControl.controls[0].get('questions') as FormArray let control_names:any={} ques_data[index].group_questions = [] - + console.log(childControl) //ques_data[index].group_questions1 = [] ques_data[index].group_questions.push(val.question) val.group_questions[0].forEach((group_indi, arr_index) => { // CREATING A FORMARRAY AND CONTROL FOR CHILD REPEATABLE + console.log(group_indi) //mobile number + console.log(childControl) // form array + console.log(val.group_questions[0]) // all data group + console.log(val.question) // single data if(group_indi.is_repeatable == '2') { this.addLevelTwoControls(group_indi,childControl,val.group_questions[0],val.question,arr_index) } @@ -745,6 +750,7 @@ export class QuesFormService { if(group_indi.is_repeatable == '2' && group_indi.hasOwnProperty('questions_level_two') && group_indi.questions_level_two.length > 0) { group_indi.questions_level_two[0].forEach((child_val,child_index)=> { + console.log( childControl.at(0).get(group_indi.group_key).controls[0]) this.addAdditionalControl(child_val, childControl.at(0).get(group_indi.group_key).controls[0], child_index) }) } @@ -831,7 +837,9 @@ export class QuesFormService { // FUNCTIONAL TO HANDLE THE CREATION OF CHILD REPEABLE 2 addLevelTwoControls(curr_obj:any,child_control,group_ques,valQues,group_index) { - + console.log(group_ques) + console.log(valQues) + console.log(curr_obj.questions_level_two) // CURR VALUE(MULTI ARRAY) const question_temp:any = JSON.parse(JSON.stringify(curr_obj.questions_level_two)); group_ques[group_index].questions_level_two = [] @@ -841,8 +849,9 @@ export class QuesFormService { // RAW VALUES(SINGLE ARRAY) valQues[group_index].question = question_temp valQues[group_index].questions_level_two = [] + console.log( valQues[group_index].questions_level_two) valQues[group_index].questions_level_two.push(question_temp) - + console.log( valQues[group_index].questions_level_two) // debugger; let group_key:any = {} group_key[curr_obj.group_key] = this._fb.array([]) @@ -879,10 +888,70 @@ export class QuesFormService { }) - levelTwoChildCtrl.push(this._fb.group(control_names)) + levelTwoChildCtrl.push(this._fb.group(control_names)) // console.log(formgroup.value); } + addLevelTwoControls2(curr_obj:any,child_control,group_ques,valQues,group_index) { + console.log(group_ques) + console.log(valQues) + console.log(curr_obj.questions_level_two) + + + + // CURR VALUE(MULTI ARRAY) + const question_temp:any = JSON.parse(JSON.stringify(curr_obj.questions_level_two)); + + group_ques[group_index].questions_level_two = [] + group_ques[group_index].questions_level_two.push(question_temp) + group_ques[group_index].question = question_temp + + // RAW VALUES(SINGLE ARRAY) + valQues[group_index].question = question_temp + valQues[group_index].questions_level_two = [] + + valQues[group_index].questions_level_two.push(question_temp) + console.log(curr_obj.questions_level_two) + + //debugger; + // let group_key:any = {} + // group_key[curr_obj.group_key] = this._fb.array([]) + // child_control.push(this._fb.group(group_key)) + // debugger; + //let levelTwoChildCtrl: any = child_control.at(0).get(curr_obj.group_key) as FormArray + console.log(this.tmp) + let control_names:any={} + curr_obj.questions_level_two[0].forEach((val,arr_index)=>{ + + // val.raw_validations = val.validations + // control_names[val.question_key] = '' + + if (val.api_properties != null) { + if(val.api_properties.hasOwnProperty('purpose') && val.api_properties.purpose == 'answer_options_local') { + if(val.api_properties.master_name == 'pd_applicants') { + val.answers = (this.convertArrayNames( val.api_properties.fields,this.pd_all_details.pdapplicants_detials)) + // val.question[arr_index].answers = val.answers + } + } + else{ + this.apiPropertiesCall(val).then(res => { + if (res != false) { + val.answers = [] + // group_indi.answers=this.convertArrayNames(val.api_properties.fields,res) + val.answers = (this.convertArrayNames(val.api_properties.fields, res)) + // val.question[arr_index].answers = val.answers + + } + }) + } + } + + }) + + + //levelTwoChildCtrl.push(this._fb.group(control_names)) + // console.log(formgroup.value); + } // FOR CREATING THE FORM CONTROL FOR SPECIFIC FORM ARRAY createValue(data){ let is_amt_in_words=false diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms-dynamic/form-group/form-group.component.ts b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms-dynamic/form-group/form-group.component.ts index a027f43fd..244972fd5 100644 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms-dynamic/form-group/form-group.component.ts +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms-dynamic/form-group/form-group.component.ts @@ -5,6 +5,7 @@ import {MatDialog,MatDialogRef,MAT_DIALOG_DATA, MatTableDataSource} from '@angul import { PdTrigerService } from './../../../../../pd-service/pd-triger.service'; import {ActivatedRoute, Router} from "@angular/router"; import { FormComponent } from '../form/form.component'; +import {FinancialInfoComponent} from "../../forms/financial-info/financial-info.component"; @Component({ selector: 'app-form-group', templateUrl: './form-group.component.html', @@ -55,7 +56,7 @@ export class FormGroupComponent implements OnInit { } getCompanyListForBusiness(): void{ console.log("data") - this._pd.getCompaniesListsForBusiness(this.pdid).subscribe(data=>{ + this._pd.getCompaniesListsForBusinessv2(this.pdid).subscribe(data=>{ console.log(data) if(data.dataStatus){ console.log(data) @@ -122,9 +123,18 @@ export class FormGroupComponent implements OnInit { // } // this.pdFullDetails.pdmaster_details.curr_vendor_ans_fetch_status = curr_vendor_ans_fetch_status console.log(this.pd_all_details.pdMasterList); - - const dialogRef = this.dialog.open(FormComponent, { - data: {pd_FullDetails:this.pd_all_details.pd_FullDetails,pdMasterList:this.pd_all_details.pdMasterList,FormData:details,tmpid:id,Form_parent:this.pd_all_details.FormData}, + let datas + let componen_name:any = FormComponent + if(details.form_id == '14'){ + componen_name = FinancialInfoComponent + datas = {company_id: 1,company_name:company.company_name,pd_FullDetails:this.pd_all_details.pd_FullDetails,pdmaster_details:this.pd_all_details.pdMasterList,FormData:details,tmpid:id,Form_parent:this.pd_all_details.FormData,Formname:this.pd_all_details.Formname} + }else{ + datas = {company_id: 1,pd_FullDetails:this.pd_all_details.pd_FullDetails,pdMasterList:this.pd_all_details.pdMasterList,FormData:details,tmpid:id,Form_parent:this.pd_all_details.FormData,Formname:this.pd_all_details.Formname} + + } + + const dialogRef = this.dialog.open(componen_name, { + data: datas, position: { right: '0'}, maxWidth: '100vw', maxHeight: '100vh', diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms-dynamic/form/form.component.scss b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms-dynamic/form/form.component.scss index feddb1578..e27cb318d 100644 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms-dynamic/form/form.component.scss +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms-dynamic/form/form.component.scss @@ -8,8 +8,14 @@ // overflow-y: scroll !important; } } + +::ng-deep .mat-dialog-content { + margin: inherit !important; + +} .mat-dialog-content{ - margin:0px !important; + // margin:0px !important; + margin: inherit !important; } // mat-placeholder{ // margin-top: 20px; diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms-dynamic/form/form.component.ts b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms-dynamic/form/form.component.ts index 4079ff105..ed8badc43 100644 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms-dynamic/form/form.component.ts +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms-dynamic/form/form.component.ts @@ -7,6 +7,7 @@ import { AwsService } from 'app/AwsService/aws.service'; import { PdTrigerService } from 'app/personal-discussion/pd-service/pd-triger.service'; import { LoaderService } from 'app/shared/loaderService/loader.service'; import { environment } from 'environments/environment'; +// import { environment } from 'environments/environment'; import { DynamicFormComponent } from '../dynamic-form/dynamic-form/dynamic-form.component'; import { QuesFormService } from '../dynamic-form/ques-form/ques-form.service'; @@ -36,6 +37,7 @@ export class FormComponent implements OnInit { is_loading: boolean = false; pd_all_details: any=[]; pdMasterList:any=[]; + template_id: any; constructor(notifier: NotifierService, private fb: FormBuilder, private route: ActivatedRoute, @@ -52,7 +54,8 @@ export class FormComponent implements OnInit { console.log(this.pd_all_details_data) this.pd_all_details = this.pd_all_details_data.pd_FullDetails - console.log(this.pd_all_details_data) + console.log(this.pd_all_details_data.FormData.template_id) + this.template_id = this.pd_all_details_data.FormData.template_id console.log(this.pd_all_details_data.pd_FullDetails) // debugger; this.form_id = 24; @@ -77,7 +80,7 @@ export class FormComponent implements OnInit { } ngOnInit() { - this.getSectionData() + this.getSectionData() if(this.pd_all_details.form_id=='5' && this.pdMasterList.product_abbr=='LFMP') { @@ -175,29 +178,32 @@ else let form_id = this.pd_all_details_data.FormData.form_id this.pd_all_details_data.Formname // let params = {"fk_entity_id":this.pdMasterList.fk_lender_id,"fk_product_id":this.pdMasterList.fk_product_id,"pd_form_id":this.pd_all_details.form_id,"fk_pd_id":this.pdMasterList.pd_id} - this.pdTriggerService.loadCreditPDTemplate2(form_id,map_id, this.pd_all_details_data.Formname).subscribe(result=>{ + this.pdTriggerService.loadCreditPDTemplate2(form_id,map_id, this.pd_all_details_data.Formname,this.template_id).subscribe(result=>{ - console.log(result) + if(!environment.production){ - result.dataStatus = true + console.log( result.dataStatus) + result.dataStatus = false } - console.log() + console.log( result.dataStatus) if(result.dataStatus) { let question_template: any = result.records if (question_template && question_template != null && question_template != undefined ) { - + // question_template = JSON.parse(question_template) if (question_template.hasOwnProperty('template') && question_template.template) { - question_template =JSON.parse(question_template.template); + console.log( question_template) + question_template =JSON.parse(question_template.template); this.commonFormGroup = new FormGroup({}) - console.log(question_template.json) - this.questions_JSON = JSON.parse(question_template.json); - //this.questions_JSON = question_template; + + this.questions_JSON = JSON.parse(question_template.json); + console.log(question_template.json) + // this.questions_JSON = question_template; console.log( this.questions_JSON) this.getSectionData() this.questionService.notify(this.questions_JSON) @@ -228,8 +234,8 @@ else if (question_template.hasOwnProperty('template') && question_template.template) { question_template =JSON.parse(question_template.template); this.commonFormGroup = new FormGroup({}) - // this.questions_JSON = question_template; - this.questions_JSON = JSON.parse(question_template.json); + this.questions_JSON = question_template; + //this.questions_JSON = JSON.parse(question_template.json); console.log(this.questions_JSON); // this.getSectionData() this.questionService.notify(this.questions_JSON) @@ -441,11 +447,11 @@ else let form_group = this.pd_all_details_data.Form_parent.is_group_form let company_id = this.pd_all_details_data.Form_parent.is_business_form if(form_group == 1){ - params = {"pdid":this.pdMasterList.pd_id,"parent_pdid":this.pdMasterList.pd_id,formid:this.pd_all_details_data.FormData.form_id,"json":this.commonFormGroup.getRawValue(),fk_createdby:'',"company_id":company_id} + params = {"pdid":this.pdMasterList.pd_id,"parent_pdid":this.pdMasterList.pd_id,formid:this.pd_all_details_data.FormData.form_id,"json":this.commonFormGroup.getRawValue(),fk_createdby:'',"company_id":company_id,"template_id": this.template_id} } }else{ - params = {"pdid":this.pdMasterList.pd_id,"parent_pdid":this.pdMasterList.pd_id,formid:this.pd_all_details_data.FormData.form_id,"json":this.commonFormGroup.getRawValue(),fk_createdby:''} + params = {"pdid":this.pdMasterList.pd_id,"parent_pdid":this.pdMasterList.pd_id,formid:this.pd_all_details_data.FormData.form_id,"json":this.commonFormGroup.getRawValue(),fk_createdby:'',"template_id": this.template_id} } diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/employment-info/employment-info.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/employment-info/employment-info.component.html index c49296b7b..cd013ead9 100755 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/employment-info/employment-info.component.html +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/employment-info/employment-info.component.html @@ -17,7 +17,7 @@
-
+
@@ -404,7 +404,33 @@ Bonus Type Others Required - +
+ + + Select + Yes + No + + Is there any relationship between applicant and employer ? Required + + + + + Total working Experience is Lower + + + + + Total working Experience is Lower + +
diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/employment-info/employment-info.component.ts b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/employment-info/employment-info.component.ts index 454b4ca9a..4ac9d934a 100755 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/employment-info/employment-info.component.ts +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/employment-info/employment-info.component.ts @@ -194,7 +194,12 @@ export class EmploymentInfoComponent implements OnInit { this.employmentForm.controls['bonus_frequency'].setValue(value.records.bonus_frequency); this.employmentForm.controls['bonus_type'].setValue(value.records.bonus_type); this.employmentForm.controls['bonus_type_other'].setValue(value.records.bonus_type_other); + this.employmentForm.controls['employer_applicant_relation'].setValue(value.records.employer_applicant_relation); + this.employmentForm.controls['employer_applicant_relation_type'].setValue(value.records.employer_applicant_relation_type); + + this.employmentForm.controls['no_of_employee_in_firm'].setValue(value.records.no_of_employee_in_firm); this.employmentForm.controls['id_card_issued_company'].setValue(value.records.id_card_issued_company); + if(value.records.id_card_issued_company == 'no'){ this.employmentForm.controls['why_company_id_proof_not_available'].setValue(value.records.why_company_id_proof_not_available); } @@ -310,6 +315,9 @@ export class EmploymentInfoComponent implements OnInit { bonus_frequency: [''], bonus_type: [''], bonus_type_other: [''], + employer_applicant_relation:[], + employer_applicant_relation_type:[], + no_of_employee_in_firm:[], id_card_issued_company: [''], why_company_id_proof_not_available: [''], // employment_details: this.fb.array([]), @@ -679,7 +687,10 @@ export class EmploymentInfoComponent implements OnInit { records.bonus_frequency = this.employmentForm.controls['bonus_frequency'].value; records.bonus_type = this.employmentForm.controls['bonus_type'].value; records.bonus_type_other = this.employmentForm.controls['bonus_type_other'].value; - + records.employer_applicant_relation = this.employmentForm.controls['employer_applicant_relation'].value; + records.employer_applicant_relation_type = this.employmentForm.controls['employer_applicant_relation_type'].value; + + records.no_of_employee_in_firm = this.employmentForm.controls['no_of_employee_in_firm'].value; records.id_card_issued_company = this.employmentForm.controls['id_card_issued_company'].value; if(this.employmentForm.controls['id_card_issued_company'].value == 'no'){ records.why_company_id_proof_not_available = this.employmentForm.controls['why_company_id_proof_not_available'].value; diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/financial-info/financial-info.component.ts b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/financial-info/financial-info.component.ts index 7d204ed59..07957891f 100755 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/financial-info/financial-info.component.ts +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/financial-info/financial-info.component.ts @@ -111,6 +111,7 @@ export class FinancialInfoComponent implements OnInit { private dialogRef: MatDialogRef, private dialog: MatDialog, @Inject(MAT_DIALOG_DATA) public pd_all_details: any) { + console.log(pd_all_details) this.parent_pdid = this.pd_all_details.pdmaster_details.parent_pd_id this.pdid = this.pd_all_details.pdmaster_details.pd_id; this.form_id = 14; diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/start-pd2/start-pd2.component.ts b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/start-pd2/start-pd2.component.ts index 4f4c9ce75..1e9759a75 100644 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/start-pd2/start-pd2.component.ts +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/start-pd2/start-pd2.component.ts @@ -129,10 +129,14 @@ export class StartPd2Component implements OnInit, OnDestroy { //let categoryFormButtons1 = Object.keys(data.records.template_forms).map((item)=>data.records.template_forms[item]).filter(item=>item.isAnswerable===true); //this.categoryFormButtons =categoryFormButtons1.filter(item=>item.form_id!=26); this.categoryFormButtons = data.records.template_forms - + + + this.categoryFormButtons.sort((a,b) => a.pd_form_order - b.pd_form_order ) + // let s = this.categoryFormButtons.sort((a,b) => a.pd_form_order < b.pd_form_order); + console.log( this.categoryFormButtons); // this.photographButtons=categoryFormButtons1.filter(item=>item.form_id==26); // console.log(this.photographButtons); - // this.categoryFormButtons = this.categoryFormButtons.filter(item=>item.isAnswerable===true); + this.categoryFormButtons = this.categoryFormButtons.filter(item=>item.isAnswerable===true); this.actualQuestions = this.categoryFormButtons.length; let getAnsweredFormsCount = this.categoryFormButtons.filter(item=>item.isAnswered===true); this.answeredQuestions = getAnsweredFormsCount.length; @@ -247,11 +251,11 @@ export class StartPd2Component implements OnInit, OnDestroy { console.log(details); console.log(this.startPD,2,this.randomString) let componen_name:any = FormComponent - if(details.is_group_form == 1) { + if(details.is_business_form == 1) { componen_name = FormGroupComponent - }else if(details.form_name == 'Photograph'){ + }else if(details.form_id == '26'){ componen_name = ImagesAllComponent - }else if(details.form_name == 'General Information'){ + }else if(details.form_id == '18'){ componen_name = GeneralInfoComponent } const dialogRef = this.dialog.open(componen_name, { diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/view-pd/view-pd.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/view-pd/view-pd.component.html index e5b7461e6..fb083e4ed 100755 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/view-pd/view-pd.component.html +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/view-pd/view-pd.component.html @@ -215,14 +215,16 @@ {{master.pd_status==pdStatusCheck.QC_COMPLETED ? 'QC Completed' : master.pd_status==pdStatusCheck.ADD_ON_PENDING ? 'Completed' : master.pd_status | titlecase}}
( {{master.agency_short_name}} - {{master.vendor_status}} )
-
- + +
+ + - +
diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/view-pd/view-pd.component.ts b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/view-pd/view-pd.component.ts index 5d3aa2435..1c12437d8 100755 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/view-pd/view-pd.component.ts +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/view-pd/view-pd.component.ts @@ -2,6 +2,7 @@ import { Component, OnInit, ViewEncapsulation, EventEmitter, Input, Output, OnDe import { FormBuilder, FormGroup, Validators, FormControl, FormArray } from '@angular/forms'; import { ActivatedRoute, Router } from '@angular/router'; import { MatDialog } from '@angular/material'; +import { saveAs as importedSaveAs } from "file-saver"; import { DatePipe } from '@angular/common'; import { NotifierService } from 'angular-notifier'; import { PdTrigerService } from '../../../pd-service/pd-triger.service'; @@ -136,6 +137,7 @@ export class ViewPdComponent implements OnInit, OnDestroy { videoplayback: any = {enableBtn:true,url:null}; openvendorallocation: any; vendor_form_status_arr: any =[]; + spinner_access:boolean=false; constructor(notifier: NotifierService, private dialog: MatDialog, private _fb: FormBuilder, private _pd: PdTrigerService, private route: ActivatedRoute, private router: Router, private ListPdComponent: ListPdComponent) { @@ -760,4 +762,27 @@ else { // }) // } +downloadPDImagesPDF(a){ + this.spinner_access=true + let data = { + "pd_id": this.viewID, + "regenerate":a, + "random_string":this.masterRandomString + }; + this.notifier.notify("info","Processing please wait..") + this._pd.photoPDFDownload(data).subscribe(data => { + if (data.dataStatus) { + window.open(data.records); + this.notifier.notify('success', 'Done Successfully..!'); + } else { + this.notifier.notify('warning', 'Something Went Wrong Try Again.!'); + } + this.spinner_access=false + }, err => { + this.spinner_access=false + this.notifier.notify('error', 'Something Went Wrong Try Again.! \t\"' + (err.error_type == 2 ? err.error_status + ' ( ' + err.error_text + ' ) ' : ' ( ' + err.error_text + ' ) ') +'\" Error Occur.!'); + // alert(err.html_format); + }); +} + } \ No newline at end of file diff --git a/ng6-seed/src/app/personal-discussion/pd-service/pd-triger.service.ts b/ng6-seed/src/app/personal-discussion/pd-service/pd-triger.service.ts index df10390a9..9034d7648 100755 --- a/ng6-seed/src/app/personal-discussion/pd-service/pd-triger.service.ts +++ b/ng6-seed/src/app/personal-discussion/pd-service/pd-triger.service.ts @@ -706,6 +706,7 @@ export class PdTrigerService { catchError(this.handleError('operation', [])) ) } + /** To get SMS Link * List PD */ @@ -1069,26 +1070,27 @@ export class PdTrigerService { // return this._http.get('assets/data/SMC_CREDIT_TEMPLATES/'+form_id+'.json').map(rr=>{ // return this._http.get('assets/data/SMC_CREDIT_TEMPLATES/LFMP/16.json').map(rr=>{ if( Formname == 'Business Information'){ - return this._http.get('assets/data/SMC_CREDIT_TEMPLATES/LFMP/'+form_id+'.json').map(rr=>{ + return this._http.get('assets/data/SMC_CREDIT_TEMPLATES/LFMP/1.json').map(rr=>{ + // return this._http.get('assets/data/SMC_CREDIT_TEMPLATES/LFMP/'+form_id+'.json').map(rr=>{ let returnValue ={dataStatus:true,status:200,records:{template:JSON.stringify(rr)}} // this.raw_credit_pd_template= returnValue.records.template return returnValue }) }else{ - return this._http.get(this.apiUrl + "formWiseJSONTemplateV2?form_id="+form_id+"&map_id="+mapid+"").map(result=>{ - console.log(result) - let apivalue ={dataStatus:true,status:200,records:{template:JSON.stringify(result)}} - console.log(apivalue) - return apivalue - }) - // return this._http.get('assets/data/SMC_CREDIT_TEMPLATES/DONE/'+form_id+'.json').map(rr=>{ - // // return this._http.get('assets/data/SMC_CREDIT_TEMPLATES/LFMP/9.json').map(rr=>{ - // let returnValue ={dataStatus:true,status:200,records:{template:JSON.stringify(rr)}} - // // this.raw_credit_pd_template= returnValue.records.template - // console.log("12345") - // return returnValue - // }) + // return this._http.get(this.apiUrl + "formWiseJSONTemplateV2?form_id="+form_id+"&map_id="+mapid+"").map(result=>{ + // console.log(result) + // let apivalue ={dataStatus:true,status:200,records:{template:JSON.stringify(result)}} + // console.log(apivalue) + // return apivalue + // }) + return this._http.get('assets/data/SMC_CREDIT_TEMPLATES/all/'+form_id+'.json').map(rr=>{ + // return this._http.get('assets/data/SMC_CREDIT_TEMPLATES/LFMP/9.json').map(rr=>{ + let returnValue ={dataStatus:true,status:200,records:{template:JSON.stringify(rr)}} + // this.raw_credit_pd_template= returnValue.records.template + console.log("12345") + return returnValue + }) } } @@ -1115,12 +1117,19 @@ export class PdTrigerService { } + + getCompaniesListsForBusinessv2(pdid: any): Observable { + return this._http.post(this.apiUrl + "getCompaniesListsForBusinessV2", { "records":{ "pd_id" : pdid}}) + .pipe( + catchError(this.handleError('operation', [])) + ) +} getSMCTempAddresses(params) { return this._http.get(this.apiUrl+'getPDFormDetails',params) } - loadCreditPDTemplate2(form_id,mapid,Formname):Observable { + loadCreditPDTemplate2(form_id,mapid,Formname,template_id):Observable { //return this._http.get(this.apiUrl + "formWiseJSONTemplateV2?form_id=5&map_id=7").map(result) @@ -1131,19 +1140,29 @@ export class PdTrigerService { // return apivalue // }) // if( Formname == 'Business Information'){ - // return this._http.get('assets/data/SMC_CREDIT_TEMPLATES/LFMP/'+form_id+'.json').map(rr=>{ + // return this._http.get('assets/data/SMC_CREDIT_TEMPLATES/LFMP/2.json').map(rr=>{ // let returnValue ={dataStatus:true,status:200,records:{template:JSON.stringify(rr)}} // // this.raw_credit_pd_template= returnValue.records.template // return returnValue // }) // }else{ - return this._http.get(this.apiUrl + "formWiseJSONTemplateV2?form_id="+form_id+"&map_id="+mapid+"").map(result=>{ - console.log(result) - let apivalue ={dataStatus:true,status:200,records:{template:JSON.stringify(result)}} - console.log(apivalue) - return apivalue - }) + if(template_id != null){ + return this._http.get(this.apiUrl + "formWiseJSONTemplateV2?form_id="+form_id+"&map_id="+mapid+"&template_id="+template_id+"").map(result=>{ + console.log(result) + let apivalue ={dataStatus:true,status:200,records:{template:JSON.stringify(result)}} + console.log(apivalue) + return apivalue + }) + }else{ + return this._http.get(this.apiUrl + "formWiseJSONTemplateV2?form_id="+form_id+"&map_id="+mapid+"").map(result=>{ + console.log(result) + let apivalue ={dataStatus:true,status:200,records:{template:JSON.stringify(result)}} + console.log(apivalue) + return apivalue + }) + } + // } } diff --git a/ng6-seed/src/app/sales-pd/sales-pd-list/sales-pd.component.html b/ng6-seed/src/app/sales-pd/sales-pd-list/sales-pd.component.html index bc4f9f584..014741cd9 100755 --- a/ng6-seed/src/app/sales-pd/sales-pd-list/sales-pd.component.html +++ b/ng6-seed/src/app/sales-pd/sales-pd-list/sales-pd.component.html @@ -81,18 +81,18 @@ - + {{details.createdon | date: 'dd/MM/yyyy'}} - + - + diff --git a/ng6-seed/src/app/session/login/login.component.ts b/ng6-seed/src/app/session/login/login.component.ts index c12e25fe3..452da0c92 100755 --- a/ng6-seed/src/app/session/login/login.component.ts +++ b/ng6-seed/src/app/session/login/login.component.ts @@ -15,6 +15,8 @@ import { MatDialog, MatDialogRef, MatDialogConfig } from '@angular/material'; import { CognitoService } from '../../AwsService/cognito.service'; import { MessagingService } from 'app/shared/messaging.service'; import { DashboardService } from 'app/dashboard/dashboard.service'; +import { OtpComponent } from '../otp/otp.component'; + @Component({ selector: 'ms-login-session', @@ -42,7 +44,8 @@ export class LoginComponent implements OnInit{ } }; commonDetails: any; - constructor( + dialogRef: MatDialogRef; + constructor( private router: Router, public aws: AwsService, public dialog: MatDialog, public shared:CognitoService,private messagingService:MessagingService,private dashBoardService:DashboardService) { @@ -116,11 +119,25 @@ export class LoginComponent implements OnInit{ forgotpassword() { - - let auth = { 'Username': this.email }; - this.aws.userforgotpass(auth).subscribe(res => { - - }) + this.dashBoardService.generateotp(this.email).subscribe( + data => { + console.log('data'); + console.log(data) + if (data.status == 200) { + this.dialogRef = this.dialog.open(OtpComponent, { + data: this.email, + width: '60%', + disableClose: true + }); + + } + else + { + + } + + }); + } loggedInCheck(){ //alert(this.shared.isLoggedIn); @@ -224,3 +241,6 @@ export class ForgotPass { + + + diff --git a/ng6-seed/src/app/session/otp/otp.component.html b/ng6-seed/src/app/session/otp/otp.component.html index 9b399b440..dbe4e390b 100644 --- a/ng6-seed/src/app/session/otp/otp.component.html +++ b/ng6-seed/src/app/session/otp/otp.component.html @@ -1,3 +1,28 @@ -

- otp works! -

+ +

+
+ OTP +
+
+ + +
+

+ + + + + + + + +
+ + +
+ +
diff --git a/ng6-seed/src/app/session/otp/otp.component.scss b/ng6-seed/src/app/session/otp/otp.component.scss index e69de29bb..e592fb882 100644 --- a/ng6-seed/src/app/session/otp/otp.component.scss +++ b/ng6-seed/src/app/session/otp/otp.component.scss @@ -0,0 +1,18 @@ +mat-form-field { + margin: 0 2%; + } +.paragraph_change { + color: #fff !important; + background-color: #e00201 !important; + // padding: 10px !important; +} + .cdk-global-overlay-wrapper{ + justify-content: center !important; +} + mat-dialog-actions{ + border-top: 2px solid #e00201; + } + +.mat-form-field-appearance-legacy .mat-hint{ + color:rgba(0, 0, 0, 0.8) !important; +} diff --git a/ng6-seed/src/app/session/otp/otp.component.ts b/ng6-seed/src/app/session/otp/otp.component.ts index 393a3115b..6f53e1896 100644 --- a/ng6-seed/src/app/session/otp/otp.component.ts +++ b/ng6-seed/src/app/session/otp/otp.component.ts @@ -1,15 +1,41 @@ -import { Component, OnInit } from '@angular/core'; - +import { Component, OnInit,Inject } from '@angular/core'; +import { MatDialog, MatDialogRef, MAT_DIALOG_DATA , DialogPosition} from '@angular/material'; +import { DashboardService } from 'app/dashboard/dashboard.service'; +import { NotifierService } from 'angular-notifier'; @Component({ selector: 'app-otp', templateUrl: './otp.component.html', styleUrls: ['./otp.component.scss'] }) export class OtpComponent implements OnInit { + //public notifier : NotifierService; - constructor() { } + constructor( private dialogRef: MatDialogRef,private dialog: MatDialog, @Inject(MAT_DIALOG_DATA) public data: any,private dashBoardService:DashboardService) + { + + } ngOnInit() { } + updatepassword(otp) + { + console.log('data'); + console.log(this.data); + this.dashBoardService.resetpassword(this.data,otp).subscribe( + data => { + console.log('data'); + console.log(data) + if (data.status == 200) { + alert('Password Reset Successfully'); + this.dialogRef.close(); + } + else + { + alert('OTP is invalid. Plesae enter correct OTP.!'); + + } + + }) +} } diff --git a/ng6-seed/src/app/session/session.module.ts b/ng6-seed/src/app/session/session.module.ts index 0ad2c5dee..7d6012178 100755 --- a/ng6-seed/src/app/session/session.module.ts +++ b/ng6-seed/src/app/session/session.module.ts @@ -6,7 +6,7 @@ import { MatInputModule, MatRadioModule, MatButtonModule, - MatProgressBarModule, + MatProgressBarModule,MatDialogModule, MatToolbarModule } from '@angular/material'; import { FormsModule } from '@angular/forms'; import { MatIconModule} from '@angular/material'; @@ -32,15 +32,16 @@ import { OtpComponent } from './otp/otp.component'; MatButtonModule, MatProgressBarModule, MatToolbarModule, - FlexLayoutModule + FlexLayoutModule,MatDialogModule ], declarations: [ LoginComponent, RegisterComponent, ForgotPasswordComponent, LockScreenComponent, - OtpComponent, - ] + OtpComponent + ], + entryComponents:[OtpComponent] }) export class SessionModule {} diff --git a/ng6-seed/src/app/shared/menu-items/horizontal-menu-items.ts b/ng6-seed/src/app/shared/menu-items/horizontal-menu-items.ts index c3b655b51..ad8d26cad 100755 --- a/ng6-seed/src/app/shared/menu-items/horizontal-menu-items.ts +++ b/ng6-seed/src/app/shared/menu-items/horizontal-menu-items.ts @@ -51,7 +51,7 @@ const HORIZONTALMENUITEMS = [ {state:'setting/pdteamlist',name:'PD Team'}, // {state:'template/questions', name: 'Questions'}, {state:'template/templates', name: 'Templates'}, - // {state:'template2', name: 'Templates 2.0'}, + {state:'template2', name: 'Templates 2.0'}, ] }, diff --git a/ng6-seed/src/app/shared/menu-items/menu-items.ts b/ng6-seed/src/app/shared/menu-items/menu-items.ts index 429acc6dd..dc5d85e16 100755 --- a/ng6-seed/src/app/shared/menu-items/menu-items.ts +++ b/ng6-seed/src/app/shared/menu-items/menu-items.ts @@ -83,7 +83,7 @@ const MENUITEMS : Menu[] = [ {state:'setting/pdteamlist',name:'PD Team'}, // {state:'template/questions', name: 'Questions'}, {state:'template/templates', name: 'Templates'}, - // {state:'template2/template2', name: 'Templates 2.0'}, + {state:'template2/template2', name: 'Templates 2.0'}, ] }, { diff --git a/ng6-seed/src/app/template2/addquestion/addquestion.component.html b/ng6-seed/src/app/template2/addquestion/addquestion.component.html new file mode 100644 index 000000000..57e320f5a --- /dev/null +++ b/ng6-seed/src/app/template2/addquestion/addquestion.component.html @@ -0,0 +1,102 @@ + + +
+

+
+ Customize Questions
+ +
+
+ +
+

+ +
+ + +
+
+ + + +
+ +
+ + + + + + +
+
+ + + +
+
+ + {{column.name}} +
+ + +
+ + +

+ + {{ show(card.data2,card.data3.group_title )}} + + +

+ +
+ +
+ add_box +
+
+
+
+
+
+
+ + +
+ + + + + +
+ diff --git a/ng6-seed/src/app/template2/addquestion/addquestion.component.scss b/ng6-seed/src/app/template2/addquestion/addquestion.component.scss new file mode 100644 index 000000000..39e58acb3 --- /dev/null +++ b/ng6-seed/src/app/template2/addquestion/addquestion.component.scss @@ -0,0 +1,1094 @@ +:host { + display: flex; + flex-direction: column; + min-height: 100vh; +} + +.demo-content { + flex-direction: column; + flex: 1 1 auto; + padding: 0 16px; +} + +.demo-white-circle { + background-color: white; + width: 56px; + height: 56px; + border-radius: 50%; +} + +*{ + // font-family: 'Oxygen', sans-serif; + } + + body{ + font-size: 1.0rem !important; + height: 100%; + width: 100%; + padding: 0; + margin:0; + } + + .app{ + position: fixed; + width: 100%; + height: 100%; + display: flex; + } + + .nav-button{ + display: none; + position: fixed; + left: 10px; + top: 20px; + z-index: 3; + width: 30px; + height: 30px; + -webkit-transform: rotate(0deg); + -moz-transform: rotate(0deg); + -o-transform: rotate(0deg); + transform: rotate(0deg); + -webkit-transition: .3s ease-in-out; + -moz-transition: .3s ease-in-out; + -o-transition: .3s ease-in-out; + transition: .3s ease-in-out; + cursor: pointer; + } + + .nav-button.open{ + left: 310px; + } + .nav-button.open span{ + background: #ccc; + } + + .nav-button span{ + display: block; + position: absolute; + height: 4px; + width: 100%; + background: #fff; + border-radius: 4px; + opacity: 1; + left: 0; + -webkit-transform: rotate(0deg); + -moz-transform: rotate(0deg); + -o-transform: rotate(0deg); + transform: rotate(0deg); + -webkit-transition: .25s ease-in-out; + -moz-transition: .25s ease-in-out; + -o-transition: .25s ease-in-out; + transition: .25s ease-in-out; + } + + /* Icon 3 */ + + .nav-button span:nth-child(1) { + top: 0px; + } + + .nav-button span:nth-child(2),.nav-button span:nth-child(3) { + top: 8px; + } + + .nav-button span:nth-child(4) { + top: 16px; + } + + .nav-button.open span:nth-child(1) { + top: 18px; + width: 0%; + left: 50%; + } + + .nav-button.open span:nth-child(2) { + -webkit-transform: rotate(45deg); + -moz-transform: rotate(45deg); + -o-transform: rotate(45deg); + transform: rotate(45deg); + } + + .nav-button.open span:nth-child(3) { + -webkit-transform: rotate(-45deg); + -moz-transform: rotate(-45deg); + -o-transform: rotate(-45deg); + transform: rotate(-45deg); + } + + .nav-button.open span:nth-child(4) { + top: 8px; + width: 0%; + left: 50%; + } + + .navigator{ + width: 350px; + flex-shrink: 0; + box-shadow: 0px 2px 5px #ccc; + background-color: white; + z-index: 1; + transition: width .3s ease-in-out; + overflow: hidden; + } + + .navigator.closed{ + width: 0; + } + + .navigator-content{ + padding-top: 0px; + width: 350px; + height: 100%; + overflow-y: auto; + } + + .navigator-header h3{ + padding-left: 10px; + } + + .divider{ + height: 1px; + border-bottom: 1px solid #ddd; + margin-top: -2px; + } + + .menu-section h4{ + color: #444; + padding-left: 10px; + } + + .menu-section ul{ + color: #666; + list-style: none; + padding: 0; + margin: 0; + } + + .menu-section li{ + font-size: 14px; + margin: 0; + padding: 10px; + padding-left: 30px; + cursor: pointer; + margin-bottom: 5px; + } + + .menu-section li:hover{ + background-color: ghostwhite; + } + + .menu-section li.selected{ + background-color: ghostwhite; + } + + .content{ + display: flex; + flex-direction: column; + flex: 1 1 auto; + background-color: #f8f9fa; + min-width: 0; + } + + .demo { + flex: 1; + overflow: auto; + min-width: 0; + } + + .header{ + height: 60px; + background-color: rgb(221, 0, 49); + box-shadow: 2px 0px 4px #ccc; + z-index: 0; + color: white; + font-size: 20px; + padding: 0 50px; + vertical-align: middle; + line-height: 60px; + } + + .header.open{ + padding: 0 20px; + } + + @media (max-width: 700px) { + .navigator { + position: fixed; + height: 100%; + left: 0; + top: 0; + bottom: 0; + } + + .nav-button { + display: block; + } + } + + .demo-panel{ + flex:1; + overflow-x: auto; + background-color: #f8f9fa; + } + + .nav-panel{ + flex-shrink: 0; + width: 300px; + } + + .demo-navigator{ + list-style: none; + box-sizing: border-box; + position: fixed; + width: 300px; + bottom: 0px; + top: 0px; + left: 0px; + padding: 0px; + margin: 0; + box-shadow: 1px 0px 5px #ccc; + z-index: 1; + } + + .demo-navigator li{ + height: 50px; + display: block; + } + + .demo-header { + height: 50px; + background-color: #eee; + } + + .source-code{ + float: right; + height: 60px; + line-height: 60px; + vertical-align: middle; + cursor: pointer; + } + + .source-code img{ + width: 30px; + height: 30px; + vertical-align: middle; + } + + .source-code span{ + font-size: 14px; + color: #eee; + margin-left: 10px; + vertical-align: middle; + } + + .demo-navigator button { + border: 1px solid #348; + text-align: center; + height: 100%; + width : 100%; + display: block; + background-color: rgb(64, 105, 182); + cursor: pointer; + outline: 0; + color: white; + border-top: 1px solid rgb(116, 137, 223); + border-bottom: 1px solid rgb(43, 76, 185); + transition: all .2s ease; + font-size: 16px; + } + + .demo-navigator button:hover { + background-color: rgb(47, 94, 182); + } + + + .simple-page{ + max-width: 500px; + margin-left: auto; + margin-right: auto; + margin-top: 50px; + margin-bottom: 50px; + } + + .simple-page-scroller{ + max-width: 500px; + margin-left: auto; + margin-right: auto; + margin-top: 50px; + overflow-y: auto; + height: 80vh; + } + + .draggable-item{ + height: 50px; + line-height: 50px; + text-align: center; + width : 100%; + display: block; + background-color: #fff; + outline: 0; + border: 1px solid rgba(0,0,0,.125); + margin-bottom: 2px; + margin-top: 2px; + } + + .draggable-item-horizontal{ + height: 300px; + padding: 10px; + line-height: 100px; + text-align: center; + /* width : 200px; */ + display: block; + background-color: #fff; + outline: 0; + border: 1px solid rgba(0,0,0,.125); + margin-right: 4px; + } + + .form-demo{ + width: 650px; + margin-left: auto; + margin-right: auto; + margin-top: 50px; + display: flex + } + + .form{ + flex: 3; + /* width: 500px; */ + /* background-color: #f3f3f3; */ + border: 1px solid rgba(0,0,0,.125); + border-radius: 6px; + box-shadow: 3px 3px 3px rgba(0,0,0,0.08), 0px 3px 3px rgba(0,0,0,0.08); + } + + .form-fields-panel{ + flex: 1; + margin-right: 50px; + } + + .form-field{ + height: 50px; + width: 250px; + line-height: 30px; + vertical-align: middle; + padding: 10px; + background-color: #fff; + border: 1px solid #eee; + border-top: 1px solid #fff; + border-bottom: 1px solid #ddd; + /* background-color: #eee; */ + cursor: move; + + } + + .form-line { + padding: 20px 30px; + background-color: #f8f9fa; + border: 1px solid transparent; + border-radius: 6px; + transition: all .3s ease; + transition-property: border-color, background-color; + cursor: move; + } + + .form-line.selected { + /* border: 1px solid #ddd; */ + background-color: #f8f9fa; + /* box-shadow: 0px 0px 10px 10px #ccc; */ + } + + .form-ghost{ + transition: 0.18s ease; + box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.08); + } + + .form-ghost-drop{ + box-shadow: 0 0 2px 5px rgba(0,0,0,0.0); + } + + .form-submit-button{ + border: 0; + width: 100%; + vertical-align: middle; + height: 40px; + color: #eee; + background-color: cornflowerblue; + cursor: pointer; + } + + .label { + margin-bottom: 5px; + } + + .field { + cursor: auto; + } + + .field input, .field textarea, .field select { + width: 100%; + padding: 10px; + border: 1px solid #ddd; + border-radius: 3px; + outline: none; + transition: border-color .3s ease; + } + + .field input[type="radio"], .field input[type="checkbox"] { + width: auto; + } + + .field input:focus, textarea:focus { + border: 1px solid #80bdff; + box-shadow: 0 0 3px 0px #80bdff; + } + + .field-group input, .field-group textarea, .field-group select{ + width: 49%; + margin-right: 2%; + } + + input:last-child{ + margin-right: 0; + } + + .dragging { + background-color: yellow; + } + + .card-scene{ + //padding: 50px; + /* background-color: #fff; */ + } + + .card-container{ + width: 320px; + padding: 10px; + margin: 5px; + margin-right: 45px; + background-color: #f3f3f3; + // background-color: #e00201; + box-shadow: 0 1px 1px rgba(0,0,0,0.12), 0 1px 1px rgba(0,0,0,0.24); + } + + .card{ + margin: 5px; + /* border: 1px solid #ccc; */ + background-color: white; + box-shadow: 0 1px 1px rgba(0,0,0,0.12), 0 1px 1px rgba(0,0,0,0.24); + padding: 10px; + } + + .card-column-header{ + font-size: 18px; + } + + .column-drag-handle{ + cursor: move; + padding: 5px; + } + + .card-ghost { + transition: transform 0.18s ease; + transform: rotateZ(5deg) + } + + .card-ghost-drop{ + transition: transform 0.18s ease-in-out; + transform: rotateZ(0deg) + } + + .opacity-ghost { + transition: all .18s ease; + opacity: 0.8; + cursor: ns-resize; + /* transform: rotateZ(5deg); */ + background-color: cornflowerblue; + box-shadow: 3px 3px 10px 3px rgba(0,0,0,0.3); + } + + .opacity-ghost-drop { + opacity: 1; + /* transform: rotateZ(0deg); */ + background-color: white; + box-shadow: 3px 3px 10px 3px rgba(0,0,0,0.0); + } + + .demo { + flex: 1; + overflow: auto; + min-width: 0; + } + + +// /////////////////////// + + + + +// .cdk-global-overlay-wrapper { +// overflow: auto; +// pointer-events: auto; // needed for chrome but prevents backdrop click close +// } +// .paragraph_change { +// color: #fff !important; +// background-color: #e00201 !important; +// } +// ::ng-deep { .no-padding > mat-dialog-container { +// // background: black; +// padding: 0; +// // overflow-y: scroll !important; +// } +// } +// .mat-dialog-content{ +// margin:0px !important; +// } +// // mat-placeholder{ +// // margin-top: 20px; +// // word-wrap: break-word; +// // } +// // input{ +// // height:40px; +// // } + +// .mat-form-field-label { +// white-space: normal; +// } + +// textarea.mat-input-element { +// padding: 0px 0; +// margin: 5px 0; +// } + +// .mat-input-placeholder { +// white-space: normal; +// } + +// .paragraph_change { +// color: #fff !important; +// background-color: #e00201 !important; +// } + +// .p-text { +// color:#e00201 !important; +// font-weight: bold; +// } +// ::ng-deep .mat-card-header-text{ +// margin:0px !important; +// } +// .mat-purple{ +// background-color: gray !important; +// } +// .cdk-global-overlay-wrapper{ +// justify-content: center !important; +// } + +// $base-card-box-shadow:1.5px 2.6px 24px 0 rgba(0, 35, 136, 0.08) !important; +// mat-card .child_mat_card > mat-card { +// border-radius: 0px 0px 0px 15px; +// box-shadow: $base-card-box-shadow; +// transform: scale(0.95); +// transition: box-shadow 0.5s, transform 0.5s; +// border: 1px solid lavender; +// &:hover { +// cursor: pointer; +// // background-color: #e00201 !important; +// transform: scale(1); +// box-shadow: 5px 20px 30px rgba(0, 0, 0, 0.2); +// } + +// } +.paragraph_change { +color: #fff !important; +background-color: #e00201 !important; +} +::ng-deep { .no-padding > mat-dialog-container { +// background: black; +padding: 0; +// overflow-y: scroll !important; +} +} +.mat-dialog-content{ +margin:0px !important; +} +// mat-placeholder{ +// margin-top: 20px; +// word-wrap: break-word; +// } +// input{ +// height:40px; +// } +.mat-tree-node { +&:hover { + background-color: #cae6f3 !important; + // background-color: rgba(255, 220, 0, 0.1) !important; +} +} +.mat-card-content, .mat-card-header, .mat-card-title, .mat-cell, .mat-form-field { +// background-color: #26cfa8; +} +.form{ +background-color: white !important; +} +.mat-tree-node { +font-weight: 400; +/* font-size: 14px; */ +} +.mat-form-field-label { +white-space: normal; +} + +textarea.mat-input-element { +padding: 0px 0; +margin: 5px 0; +} + +.mat-input-placeholder { +white-space: normal; +} + +.example-tree-progress-bar { +margin-left: 30px; +} +.edit_hover_class span{ +// display:none !important +} + + + .edit_hover_class:hover span { + display:block !important + } + + +// .card{ +// height: 40px; +// //width: 280px; +// width: 325px; +// background-color: aqua; +// } +// .card2{ +// height: 40px; +// width: 280px; + +// background-color: aqua; +// } + + .your-icon-class:hover { + color: #e00201 !important; + } + .mat-tree-node { + .child{ + display:none !important + } + } + + +.mat-card-subtitle, .mat-card-content, .mat-card-header, .mat-card-title, .mat-cell, .mat-form-field { + font-size: 1.0rem !important; +} + + .mat-tree-node { + &:hover span{ + display:block !important + } + } + + #wrapper { + // display: flex; + // flex-direction: column; + // flex-wrap: wrap; + + + } + .block { + // width: 90px; + // flex: 0 0 50px; + // margin: 5px; + // background-color: red; + } + .block { + // width: 90px; + // flex: 0 0 50px; + // margin: 5px; + // background-color: blue; + } + .bigger { + flex-basis: 110px; + } + + .example-headers-align .mat-expansion-panel-header-title, +.example-headers-align .mat-expansion-panel-header-description { +flex-basis: 0; +} + +.example-headers-align .mat-expansion-panel-header-description { +justify-content: space-between; +align-items: center; +} + +mat-form-field { +margin-right: 12px; +} + +.mat-expansion-panel-header-description, .mat-expansion-panel-header-title { +display: table-footer-group !important; +flex-grow: 1; +margin-right: 16px; +} + +.example-list { +width: 500px; +max-width: 100%; +border: solid 1px #ccc; +min-height: 60px; +display: block; +background: white; +border-radius: 4px; +overflow: hidden; +} + +.example-box { +//padding: 20px 10px; +border-bottom: solid 1px #ccc; +color: rgba(0, 0, 0, 0.87); +//display: flex; +flex-direction: row; +align-items: center; +justify-content: space-between; +box-sizing: border-box; +// cursor: move; +background: white; +font-size: 14px; +} + +.cdk-drag-preview { +box-sizing: border-box; +border-radius: 4px; +box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), + 0 8px 10px 1px rgba(0, 0, 0, 0.14), + 0 3px 14px 2px rgba(0, 0, 0, 0.12); +} + +.cdk-drag-animating { +transition: transform 250ms cubic-bezier(0, 0, 0.2, 1); +} + +.example-box:last-child { +border: none; +} + +.example-list.cdk-drop-list-dragging .example-box:not(.cdk-drag-placeholder) { +transition: transform 250ms cubic-bezier(0, 0, 0.2, 1); +} + +.example-custom-placeholder { +background: #ccc; +border: dotted 3px #999; +min-height: 60px; +transition: transform 250ms cubic-bezier(0, 0, 0.2, 1); +} +.example-container { +width: 280px; +max-width: 100%; +margin: 0 25px 25px 0; +display: inline-block; +vertical-align: top; +} + +.example-list { +border: solid 1px #ccc; +min-height: 60px; +background: white; +border-radius: 4px; +overflow: hidden; +display: block; +} + +.example-box { +// padding: 20px 10px; +//padding: 10px; +border-bottom: solid 1px #ccc; +color: rgba(0, 0, 0, 0.87); +//display: flex; +flex-direction: row; +align-items: center; +justify-content: space-between; +box-sizing: border-box; +cursor: move; +background: white; +font-size: 14px; +} + +.cdk-drag-preview { +box-sizing: border-box; +border-radius: 4px; +box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), + 0 8px 10px 1px rgba(0, 0, 0, 0.14), + 0 3px 14px 2px rgba(0, 0, 0, 0.12); +} + +.cdk-drag-placeholder { +opacity: 0; +} + +.cdk-drag-animating { +transition: transform 250ms cubic-bezier(0, 0, 0.2, 1); +} + +.example-box:last-child { +border: none; +} + +.example-list.cdk-drop-list-dragging .example-box:not(.cdk-drag-placeholder) { +transition: transform 250ms cubic-bezier(0, 0, 0.2, 1); +} +// scfsfsfdf + +.section-heading { +padding: 5px 10px; +font-size: 15px; +font-weight: bold; +} + +.drag-container { +width: 400px; +max-width: 100%; +margin: 0 25px 25px 0; +display: inline-block; +vertical-align: top; +background-color: #E9ECEF; +padding: 15px; +border-radius: 5px; +} + +.item-list { +min-height: 60px; +border-radius: 4px; +display: block; +} + +.item-box { +padding: 8px 10px; +border: solid 1px #ccc; +margin-bottom: 5px; +color: rgba(0, 0, 0, 0.87); +display: flex; +flex-direction: row; +align-items: center; +justify-content: space-between; +box-sizing: border-box; +cursor: move; +background: white; +font-size: 14px; +border-radius: 20px; +} + +.cdk-drag-preview { +box-sizing: border-box; +border-radius: 4px; +box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), + 0 8px 10px 1px rgba(0, 0, 0, 0.14), + 0 3px 14px 2px rgba(0, 0, 0, 0.12); +border-radius: 20px; +} + +.cdk-drag-placeholder { +opacity: 0; +} + +.cdk-drag-animating { +transition: transform 250ms cubic-bezier(0, 0, 0.2, 1); +} + +.item-list.cdk-drop-list-dragging .item-box:not(.cdk-drag-placeholder) { +transition: transform 250ms cubic-bezier(0, 0, 0.2, 1); +} +///////////////@at-root +.example-list { +/* width: 500px; */ +max-width: 100%; +/* border: solid 1px #ccc; */ +min-height: 60px; +display: block; +background: white; +// border-radius: 4px; +overflow: hidden; +} + +.example-box { +/* padding: 20px 10px; */ +// border: solid 1px #ccc; +color: rgba(0, 0, 0, 0.87); +display: flex; +flex-direction: row; +align-items: center; +justify-content: space-between; +box-sizing: border-box; +//cursor: move; +background: white; +font-size: 14px; +margin-bottom: 20px; +} + +.cdk-drag-preview { +box-sizing: border-box; +border-radius: 4px; +box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), + 0 8px 10px 1px rgba(0, 0, 0, 0.14), + 0 3px 14px 2px rgba(0, 0, 0, 0.12); +} + +.cdk-drag-placeholder { +opacity: 0; +} + +.cdk-drag-animating { +transition: transform 250ms cubic-bezier(0, 0, 0.2, 1); +} + +/* .example-box:last-child { +border: none; +} */ + +.example-list.cdk-drop-list-dragging .example-box:not(.cdk-drag-placeholder) { +transition: transform 250ms cubic-bezier(0, 0, 0.2, 1); +} +#myDIV:hover #hide { + display: block !important +//color: red; +} + +////@at-root +#hide { +display: none !important +} + + +.address { + display: flex; + padding: 0 2%; + flex-direction: column; +} + +.address > * { + width: 100%; +} +.matcard > * { + width: 80%; +} +.mat-form-field-appearance-legacy .mat-hint{ + color:rgba(0, 0, 0, 0.8) !important; +} +.top .thumbnail .date { + position: absolute; + top: 4px; + right: -10px; +} +.matcard mat-form-field { + margin: 0 2%; + width:26%; +} + +// ::ng-deep .mat-option{ +// word-wrap: break-word !important; +// white-space: pre-wrap !important; +// } + +.address .button { + float: right; + width: 10px; + background: #62B013; + color: white; +} + + ::ng-deep .cdk-global-overlay-wrapper{ + justify-content: center !important; +} +.paragraph_change { + color: #fff !important; + background-color: #e00201 !important; +} +.mat-card-content { + background-color: white; + } + .mat-card-actions { + background-color: white; + } + + mat-form-field { + margin: 0 2%; + } + $base-card-box-shadow:1.5px 2.6px 24px 0 rgba(0, 35, 136, 0.08) !important; +$product-bg-color-hover: rgba(103, 58, 183, 0.7); +.p-list-main { + background: white; + margin: auto; + position: relative; + overflow: hidden !important; + border-radius: 10px 10px 10px 10px; + box-shadow: $base-card-box-shadow; + transform: scale(0.95); + transition: box-shadow 0.5s, transform 0.5s; + &:hover { + transform: scale(1); + box-shadow: 5px 20px 30px rgba(0, 0, 0, 0.2); + } + .p-list { + position: relative; + .top { + height: 100%; + width: 100%; + // background: url(https://s-media-cache-ak0.pinimg.com/736x/49/80/6f/49806f3f1c7483093855ebca1b8ae2c4.jpg) no-repeat center center; + -webkit-background-size: 100%; + -moz-background-size: 100%; + -o-background-size: 100%; + background-size: 100%; + } + .bottom { + width: 200%; + height: 15%; + transition: transform 0.5s; + h1 { + margin: 0; + padding: 0; + } + p { + margin: 0; + padding: 0; + } + .left { + height: 100%; + width: 50%; + background: #f4f4f4; + position: relative; + float: left; + .details { + padding: 5px; + float: left; + // width: calc(70% - 40px); + } + + } + .right { + width: 50%; + background: #A6CDDE; + color: white; + float: right; + height: 200%; + overflow: hidden; + .details { + padding: 20px; + float: right; + width: calc(70% - 40px); + } + + + } + } + } + +} +form{ + display: grid !important +} + \ No newline at end of file diff --git a/ng6-seed/src/app/template2/addquestion/addquestion.component.spec.ts b/ng6-seed/src/app/template2/addquestion/addquestion.component.spec.ts new file mode 100644 index 000000000..a5c139767 --- /dev/null +++ b/ng6-seed/src/app/template2/addquestion/addquestion.component.spec.ts @@ -0,0 +1,25 @@ +import { async, ComponentFixture, TestBed } from '@angular/core/testing'; + +import { AddquestionComponent } from './addquestion.component'; + +describe('AddquestionComponent', () => { + let component: AddquestionComponent; + let fixture: ComponentFixture; + + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [ AddquestionComponent ] + }) + .compileComponents(); + })); + + beforeEach(() => { + fixture = TestBed.createComponent(AddquestionComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); + + it('should create', () => { + expect(component).toBeTruthy(); + }); +}); diff --git a/ng6-seed/src/app/template2/addquestion/addquestion.component.ts b/ng6-seed/src/app/template2/addquestion/addquestion.component.ts new file mode 100644 index 000000000..0715f2c99 --- /dev/null +++ b/ng6-seed/src/app/template2/addquestion/addquestion.component.ts @@ -0,0 +1,605 @@ +import { Component, ElementRef, OnInit, Renderer2 } from '@angular/core'; + +import { MasterService } from '../master.service'; +import { ContainerComponent, DraggableComponent } from 'ngx-smooth-dnd'; +import { applyDrag, generateItems } from '../addquestion/utils'; +import { MatDialog } from '@angular/material'; +import { FormBuilder } from '@angular/forms'; +import { LoaderService } from 'app/shared/loaderService/loader.service'; +import { ActivatedRoute, Router } from '@angular/router'; +import { NotifierService } from 'angular-notifier'; +import { ViewComponent } from '../view/view.component'; +import { LenderListComponent } from '../lender-list/lender-list.component'; +const lorem = `Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. +Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. +Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.`; + + + +const cardColors = ['azure', 'beige', 'bisque', 'blanchedalmond', 'burlywood', 'cornsilk', 'gainsboro', 'ghostwhite', 'ivory', 'khaki']; +//const cardColors = ['white']; +const pickColor = () => { + const rand = Math.floor((Math.random() * 10)); + return cardColors[rand]; +}; + +@Component({ + selector: 'app-addquestion', + templateUrl: './addquestion.component.html', + styleUrls: ['./addquestion.component.scss'] + +}) +export class AddquestionComponent { + data: any=[]; + columnNames = ['All Questions']; + columnNames2 = ['All Questions']; + scene:any; + scene2:any; + show2:boolean = false; + items: any[]; + dyn_data: any=[]; + section_name: any=[]; + form_index: any=[]; + labelName: any; + question: any; + todo: any; + step: any[]; + done: any[]; + full_data: any=[]; + errorMessage: string; + public userRoleID = +localStorage.getItem('user_role'); +constructor(private dialog: MatDialog,private formBuilder: FormBuilder, private masterService: MasterService, private notifier: NotifierService , private route: ActivatedRoute, + private router: Router, private loaderService:LoaderService,private LenderListComponent: LenderListComponent){ + this.LenderListComponent.showListView(false); + let id = this.route.snapshot.params.id; + this.form_index = id; + this.masterService.list_4_observable$.subscribe(res=> { + console.log("nav list 3",res) + this.section_name = res + if(res.length == 0){ + this.router.navigate(['../../', ], {relativeTo: this.route}); + } + + }) + console.log(this.userRoleID) + this.masterService.list_3_observable$.subscribe(res=> { + console.log("nav list 3",res) + + + let tmp = JSON.parse(res.json) + + let form = localStorage.getItem('form'); + + let d = JSON.parse(form) + d.json + console.log( JSON.parse( d.json)) + let ds = JSON.parse( d.json) + this.full_data = ds + this.data = ds.questions + console.log( this.data) + + // console.log(element); + let dd = []; + dd.push( this.data) + this.data.forEach(element => { + let tmp2 =[] + + // element.onchange_properties[0].form_controls[0].questions + if(element.onchange_properties instanceof Array && element.onchange_properties !=null){ + if(element.onchange_properties[0] && element.onchange_properties[0].form_controls){ + + + // console.log(element.onchange_properties[0].form_controls[0].questions); + element.onchange_properties[0].form_controls[0].questions.forEach(sub => { + + + // tmp2.push({[element.question]:sub}) + + + if(sub.question instanceof Array){ + this.columnNames.push("Group Name: "+sub.group_title) + this.columnNames2.push(sub.group_title) + sub.question.forEach(ss => { + tmp2.push( ss) + }); + + }else{ + this.columnNames.push("Parent Questions: "+element.question) + this.columnNames2.push(element.question) + tmp2.push( sub) + + } + + + + + }); + } + } + console.log(tmp2); + + if(tmp2.length !=0){ + + + + dd.push(tmp2) + + } + + }) + this.dyn_data = dd + console.log(dd); + this.gen_form() +}); + +} + +ngOnInit() { +// console.log( this.data) +// console.log( this.dyn_data) + + +// this.dyn_data.forEach(element => { + + + +// this.scene = { +// type: 'container', +// props: { +// orientation: 'horizontal' +// }, +// children: generateItems(this.dyn_data.length, (i) => ({ +// id: `column${i}`, +// type: 'container', +// name: this.columnNames[i], +// props: { +// orientation: 'vertical', +// className: 'card-container' +// }, +// children: generateItems(this.dyn_data[`${i}`].length, (j) => ({ +// type: 'draggable', +// id: `${i}${j}`, +// props: { +// className: 'card', +// style: { backgroundColor: pickColor() } +// }, +// data: lorem.slice(0, Math.floor(Math.random() * 150) + 30) , +// data2: this.dyn_data[`${i}`][`${j}`].question, +// data3: this.dyn_data[`${i}`][`${j}`], +// column:this.columnNames2[i], +// //data2: this.data[`${j}`].question +// })), +// })) +// } + +// this.items = generateItems(50, i => ({ data: 'Draggable ' + i })) + +// }); +} + + + + + onColumnDrop(dropResult) { + console.log(dropResult) + const scene = Object.assign({}, this.scene); + scene.children = applyDrag(scene.children, dropResult); + this.scene = scene; + } + + onCardDrop(columnId, dropResult) { + console.log(columnId) + console.log(dropResult) + if (dropResult.removedIndex !== null || dropResult.addedIndex !== null) { + const scene = Object.assign({}, this.scene); + const column = scene.children.filter(p => p.id === columnId)[0]; + const columnIndex = scene.children.indexOf(column); + + const newColumn = Object.assign({}, column); + newColumn.children = applyDrag(newColumn.children, dropResult); + scene.children.splice(columnIndex, 1, newColumn); + + this.scene = scene; + console.log( this.dyn_data) + } + } + + getCardPayload(columnId) { + return (index) => { + return this.scene.children.filter(p => p.id === columnId)[0].children[index]; + } + } + + log(...params) { + console.log(...params); + } + + add(a,value){ + console.log(a) + console.log(value) + localStorage.removeItem('addquestion'); + const dialogRef = this.dialog.open(ViewComponent, { + data: {'form_name':'node','template':[],'add':'param','data': this.data}, + // position: { right: '0'}, + disableClose: true, + minWidth: '30%', + maxWidth: '40%', + }); + dialogRef.afterClosed() + .subscribe(dataresult => { + console.log(dataresult) + let data = localStorage.getItem('addquestion') + console.log(JSON.parse(data)) + console.log(this.data) + console.log(value[0].column) + if( "All Questions" == value[0].column ){ + // element.question = question + this.data.push(JSON.parse(data)) + //console.log(question) + } + this.data.forEach(element => { + + if(element.question instanceof Array ){ + + if(element.group_title == value[0].column){ + console.log("group") + element.question.push(JSON.parse(data)) + } + } + + + if( element.question == value[0].column ){ + // element.question = question + //console.log(question) + + if(element.onchange_properties instanceof Array && element.onchange_properties !=null){ + if(element.onchange_properties[0] && element.onchange_properties[0].form_controls){ + element.onchange_properties[0].form_controls[0].questions.push(JSON.parse(data)) + + // console.log(element.onchange_properties[0].form_controls[0].questions); + element.onchange_properties[0].form_controls[0].questions.forEach(sub => { + console.log(sub) + if(sub.question instanceof Array){ + sub.questions.push(JSON.parse(data)) + } + + + }) + } +} +}else{ + if(element.onchange_properties instanceof Array && element.onchange_properties !=null){ + if(element.onchange_properties[0] && element.onchange_properties[0].form_controls){ + // element.onchange_properties[0].form_controls[0].questions.push(JSON.parse(data)) + + // console.log(element.onchange_properties[0].form_controls[0].questions); + element.onchange_properties[0].form_controls[0].questions[0].question + + + if(element.onchange_properties[0].form_controls[0].questions[0].question instanceof Array){ + + element.onchange_properties[0].form_controls[0].questions[0].question.push(JSON.parse(data)) + } + + + + } +} +} + }); + this.dyn_data + console.log( this.dyn_data) + this.gen_form() + }); + + } + + selectedTabValue(event){ + console.log(event) + this.labelName = event.tab.textLabel; + + this.testingMethod( this.labelName) + + + + } + testingMethod(testData) { + console.log(testData) + this.step=[]; + this.done = []; + let s ; + let formid = localStorage.getItem('form_id'); + let mapid = localStorage.getItem('map_id'); + + console.log( this.section_name) + this.section_name.forEach(element => { + if(element.form_name == testData ){ + console.log(element.form_id) + console.log(element) + localStorage.setItem('form',JSON.stringify(element)); + this.masterService.list_3.next(element); + + let tmp = JSON.parse(element.json) + console.log(tmp) + this.todo = tmp.questions + + this.question = tmp.questions + + + } + }); + console.log(s) + // setTimeout(()=>{ + // // this.edit.checkAll(); + // }, 1000); + + + } + ngAfterViewInit() { + if( !this.scene.children){ + this.router.navigate(['../../', ], {relativeTo: this.route}); + } + } + show(a,b){ + // console.log(a) + + if(a instanceof Object){ + //console.log(b) + return "Group Name : "+b + }else{ + return a + } + + // console.log(b) + + let tmp =[] + let element =a + // console.log(element); + // element.onchange_properties[0].form_controls[0].questions + if(element.onchange_properties instanceof Array && element.onchange_properties !=null){ + if(element.onchange_properties[0] && element.onchange_properties[0].form_controls){ + + + // console.log(element.onchange_properties[0].form_controls[0].questions); + element.onchange_properties[0].form_controls[0].questions.forEach(sub => { + + // console.log(sub.question) + tmp.push(sub) + + }); + } + } + + if(tmp.length != 0){ + console.log(tmp) + this.gen(tmp) + } + + else{ + return a.question + } + + + } + gen(data){ + + + + + } + + gen_form(){ + this.columnNames=[]; + this.columnNames2=[]; + this.columnNames = ['All Questions']; + this.columnNames2 = ['All Questions']; + let dd = []; + dd.push( this.data) + let over_data = [] + this.data.forEach(element => { + + if(!element.group_title){ + over_data.push(element) + }else{ + this.columnNames.push("Group Name: "+element.group_title) + this.columnNames2.push(element.group_title) + dd.push( element.question) + } + + }); + + + this.data.forEach(element => { + let tmp2 =[] + + // element.onchange_properties[0].form_controls[0].questions + if(element.onchange_properties instanceof Array && element.onchange_properties !=null){ + if(element.onchange_properties[0] && element.onchange_properties[0].form_controls){ + + + // console.log(element.onchange_properties[0].form_controls[0].questions); + element.onchange_properties[0].form_controls[0].questions.forEach(sub => { + + + // tmp2.push({[element.question]:sub}) + + + if(sub.question instanceof Array){ + this.columnNames.push("Group Name: "+sub.group_title) + this.columnNames2.push(sub.group_title) + sub.question.forEach(ss => { + tmp2.push( ss) + }); + + }else{ + this.columnNames.push("Parent Questions: "+element.question) + this.columnNames2.push(element.question) + tmp2.push( sub) + + } + + + + + }); + } + } + console.log(tmp2); + + if(tmp2.length !=0){ + + + + dd.push(tmp2) + + } + + }) + this.dyn_data = dd + console.log(dd); + + + this.dyn_data.forEach(element => { + + + + this.scene = { + type: 'container', + props: { + orientation: 'horizontal' + }, + children: generateItems(this.dyn_data.length, (i) => ({ + id: `column${i}`, + type: 'container', + name: this.columnNames[i], + props: { + orientation: 'vertical', + className: 'card-container' + }, + children: generateItems(this.dyn_data[`${i}`].length, (j) => ({ + type: 'draggable', + id: `${i}${j}`, + props: { + className: 'card', + style: { backgroundColor: pickColor() } + }, + data: lorem.slice(0, Math.floor(Math.random() * 150) + 30) , + data2: this.dyn_data[`${i}`][`${j}`].question, + data3: this.dyn_data[`${i}`][`${j}`], + column:this.columnNames2[i], + })), + })) + } + + this.items = generateItems(50, i => ({ data: 'Draggable ' + i })) + + }); + } + Question_edit(value,data){ + console.log(value) + console.log(data) + localStorage.setItem('edit', '0') + const dialogRef = this.dialog.open(ViewComponent, { + data: {'form_name': this.data,'full_data':this.full_data,'template':[],'add':value,'data':value.data2,id:"3"}, + // position: { right: '0'}, + disableClose: true, + minWidth: '50%', + maxWidth: '60%', + }); + dialogRef.afterClosed() + .subscribe(dataresult => { + let edit = localStorage.getItem('edit') + if(edit == '1'){ + localStorage.setItem('edit', '0') + let question = localStorage.getItem('question_edit') + let check = localStorage.getItem('question_check') + console.log(question) + console.log(JSON.parse(check)) + + this.data.forEach(element => { + // console.log(element.question) + // console.log(question) + + if( element.question == value.data2 ){ + element.question = question + element.disable = JSON.parse(check) + console.log(question) + } + if(element.onchange_properties instanceof Array && element.onchange_properties !=null){ + if(element.onchange_properties[0] && element.onchange_properties[0].form_controls){ + + + // console.log(element.onchange_properties[0].form_controls[0].questions); + element.onchange_properties[0].form_controls[0].questions.forEach(sub => { + if(sub.question == value.data2){ + + sub.question = question + sub.disable = JSON.parse(check) + if(sub.question instanceof Array){ + + sub.question.forEach(ss => { + if(ss.question == value.data2){ + sub.disable = JSON.parse(check) + } + }); + + } + } + + }) + } + } + }); + console.log( this.data); + this.gen_form() + } + }); + + } + loadPdViewCompoent(){ + + this.router.navigate(['../../', ], {relativeTo: this.route}); + + //this.router.navigate([ 'template2/lenderlist'], { relativeTo: this.route }); + } + + submit(){ + + console.log(localStorage.getItem('map_id')); + console.log(this.full_data); + let map_id = localStorage.getItem('map_id'); + let form_id = this.full_data.section_id + // this.result.forEach(element => { + // const blob = new Blob([JSON.stringify(element)], {type : 'application/json'}); + + // saveAs(blob, 'sample'); + // }); + // this.checklistSelection.isSelected('node') + + let formValues; + console.log("worked") + // this.masterService.saveupdatejsondetails(map_id,form_id ,this.full_data).subscribe( + // dataresult => { + // if (dataresult.status == 200) { + // console.log(dataresult); + // this.notifier.notify('success', 'Your Changes Updated.!'); + + // } + // else { + // this.notifier.notify('warning', 'Something Went Wrong Try Again.!'); + // this.errorMessage = "Something Went Wrong Try Again.!"; + // } + // }, error => { + // this.notifier.notify('error', 'Something Went Wrong Try Again.! \t\"' + (error.error_type == 2 ? error.error_status + ' ( ' + error.error_text + ' ) ' : ' ( ' + error.error_text + ' ) ') +'\" Error Occur.!'); + // this.errorMessage = "Some Thing Wents Wrong Try Again.!"; + // }); + + + + + + + + } + +} diff --git a/ng6-seed/src/app/template2/addquestion/utils.ts b/ng6-seed/src/app/template2/addquestion/utils.ts new file mode 100644 index 000000000..713e461f4 --- /dev/null +++ b/ng6-seed/src/app/template2/addquestion/utils.ts @@ -0,0 +1,26 @@ +export const applyDrag = (arr, dragResult) => { + const { removedIndex, addedIndex, payload } = dragResult; + if (removedIndex === null && addedIndex === null) return arr; + + const result = [...arr]; + let itemToAdd = payload; + + if (removedIndex !== null) { + itemToAdd = result.splice(removedIndex, 1)[0]; + } + + if (addedIndex !== null) { + result.splice(addedIndex, 0, itemToAdd); + } + + return result; +}; + +export const generateItems = (count, creator) => { + //console.log(creator) + const result = []; + for (let i = 0; i < count; i++) { + result.push(creator(i)); + } + return result; +}; \ No newline at end of file diff --git a/ng6-seed/src/app/template2/edit-template/edit-template.component.html b/ng6-seed/src/app/template2/edit-template/edit-template.component.html index b8f1f57b3..be77c9e24 100644 --- a/ng6-seed/src/app/template2/edit-template/edit-template.component.html +++ b/ng6-seed/src/app/template2/edit-template/edit-template.component.html @@ -1,81 +1,194 @@ -

-
- Uncheck The Questions to be Disabled
-
-
- - -
-

-
- -
-
- {{section_name}} -
-
- -
-
- - - -
-
- -
- - -
- - -
- - - - - {{node.item}} - - - - - - - - - - - - - {{node.item}} - - - - +
+

+
+ Uncheck The Questions to be Disabled
+ +
+
+ +
+

- - -
- - + + + + + + + + + + + +
+
+ +
+ +
+ + +
+ + + + + + + + + + + + + + + + contact_support +
+ {{node.item}} + + +
+ + + +
+
+ delete_outline + restore_from_trash + add_circle_outline + edit + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + contact_support +
+ + {{node.item}} + + +
+ + + +
+
+ delete_outline + restore_from_trash + add_circle_outline + edit + + + + + + +
+ +
+ + + + + +
+
+

static form

+
+
+
+
+
+
+ +
+
+ +
+ +
+
+ + +
+ +
diff --git a/ng6-seed/src/app/template2/edit-template/edit-template.component.scss b/ng6-seed/src/app/template2/edit-template/edit-template.component.scss index 01d0309c5..5cffedf06 100644 --- a/ng6-seed/src/app/template2/edit-template/edit-template.component.scss +++ b/ng6-seed/src/app/template2/edit-template/edit-template.component.scss @@ -1,72 +1,190 @@ -.cdk-global-overlay-wrapper { - overflow: auto; - pointer-events: auto; // needed for chrome but prevents backdrop click close - } - .paragraph_change { - color: #fff !important; - background-color: #e00201 !important; - } - ::ng-deep { .no-padding > mat-dialog-container { - // background: black; - padding: 0; - // overflow-y: scroll !important; - } -} -.mat-dialog-content{ - margin:0px !important; -} - // mat-placeholder{ - // margin-top: 20px; - // word-wrap: break-word; - // } -// input{ -// height:40px; +// .cdk-global-overlay-wrapper { +// overflow: auto; +// pointer-events: auto; // needed for chrome but prevents backdrop click close +// } +// .paragraph_change { +// color: #fff !important; +// background-color: #e00201 !important; +// } +// ::ng-deep { .no-padding > mat-dialog-container { +// // background: black; +// padding: 0; +// // overflow-y: scroll !important; +// } +// } +// .mat-dialog-content{ +// margin:0px !important; +// } +// // mat-placeholder{ +// // margin-top: 20px; +// // word-wrap: break-word; +// // } +// // input{ +// // height:40px; +// // } + +// .mat-form-field-label { +// white-space: normal; // } - .mat-form-field-label { - white-space: normal; - } +// textarea.mat-input-element { +// padding: 0px 0; +// margin: 5px 0; +// } - textarea.mat-input-element { - padding: 0px 0; - margin: 5px 0; - } - - .mat-input-placeholder { - white-space: normal; - } +// .mat-input-placeholder { +// white-space: normal; +// } +// .paragraph_change { +// color: #fff !important; +// background-color: #e00201 !important; +// } + +// .p-text { +// color:#e00201 !important; +// font-weight: bold; +// } +// ::ng-deep .mat-card-header-text{ +// margin:0px !important; +// } +// .mat-purple{ +// background-color: gray !important; +// } +// .cdk-global-overlay-wrapper{ +// justify-content: center !important; +// } + +// $base-card-box-shadow:1.5px 2.6px 24px 0 rgba(0, 35, 136, 0.08) !important; +// mat-card .child_mat_card > mat-card { +// border-radius: 0px 0px 0px 15px; +// box-shadow: $base-card-box-shadow; +// transform: scale(0.95); +// transition: box-shadow 0.5s, transform 0.5s; +// border: 1px solid lavender; +// &:hover { +// cursor: pointer; +// // background-color: #e00201 !important; +// transform: scale(1); +// box-shadow: 5px 20px 30px rgba(0, 0, 0, 0.2); +// } + +// } .paragraph_change { color: #fff !important; background-color: #e00201 !important; } - -.p-text { - color:#e00201 !important; - font-weight: bold; - } - ::ng-deep .mat-card-header-text{ - margin:0px !important; +::ng-deep { .no-padding > mat-dialog-container { + // background: black; + padding: 0; + // overflow-y: scroll !important; } -.mat-purple{ - background-color: gray !important; } -.cdk-global-overlay-wrapper{ - justify-content: center !important; +.mat-dialog-content{ +margin:0px !important; } - - $base-card-box-shadow:1.5px 2.6px 24px 0 rgba(0, 35, 136, 0.08) !important; -mat-card .child_mat_card > mat-card { - border-radius: 0px 0px 0px 15px; - box-shadow: $base-card-box-shadow; - transform: scale(0.95); - transition: box-shadow 0.5s, transform 0.5s; - border: 1px solid lavender; +// mat-placeholder{ +// margin-top: 20px; +// word-wrap: break-word; +// } +// input{ +// height:40px; +// } +.mat-tree-node { &:hover { - cursor: pointer; - // background-color: #e00201 !important; - transform: scale(1); - box-shadow: 5px 20px 30px rgba(0, 0, 0, 0.2); + background-color: #cae6f3 !important; + // background-color: rgba(255, 220, 0, 0.1) !important; } +} +.mat-card-content, .mat-card-header, .mat-card-title, .mat-cell, .mat-form-field { + // background-color: #26cfa8; +} +.form{ + background-color: white !important; +} +.mat-tree-node { + font-weight: 400; + /* font-size: 14px; */ +} +.mat-form-field-label { + white-space: normal; +} + +textarea.mat-input-element { + padding: 0px 0; + margin: 5px 0; +} + +.mat-input-placeholder { + white-space: normal; +} + +.example-tree-progress-bar { + margin-left: 30px; +} +.edit_hover_class span{ + // display:none !important + } + + + .edit_hover_class:hover span { + display:block !important + } + + + .card{ + height: 40px; + //width: 280px; + width: 325px; + background-color: aqua; + } + .card2{ + height: 40px; + width: 280px; + + background-color: aqua; + } + + .your-icon-class:hover { + color: #e00201 !important; + } + .mat-tree-node { + .child{ + display:none !important + } + } + + + .mat-card-subtitle, .mat-card-content, .mat-card-header, .mat-card-title, .mat-cell, .mat-form-field { + font-size: 1.0rem !important; + } + + .mat-tree-node { + &:hover span{ + display:block !important + } + } + + #wrapper { + display: flex; + flex-direction: column; + flex-wrap: wrap; - } \ No newline at end of file + + } + .block { + width: 90px; + flex: 0 0 50px; + margin: 5px; + background-color: red; + } + .block { + width: 90px; + flex: 0 0 50px; + margin: 5px; + background-color: blue; + } + .bigger { + flex-basis: 110px; + } + \ No newline at end of file diff --git a/ng6-seed/src/app/template2/edit-template/edit-template.component.ts b/ng6-seed/src/app/template2/edit-template/edit-template.component.ts index 3306ff3c7..db07b202e 100644 --- a/ng6-seed/src/app/template2/edit-template/edit-template.component.ts +++ b/ng6-seed/src/app/template2/edit-template/edit-template.component.ts @@ -2,15 +2,23 @@ import {SelectionModel} from '@angular/cdk/collections'; import {FlatTreeControl} from '@angular/cdk/tree'; -import {Component, Injectable, ViewChild} from '@angular/core'; +import {Component, Injectable, SimpleChanges, ViewChild} from '@angular/core'; import {MatTreeFlatDataSource, MatTreeFlattener} from '@angular/material/tree'; -import {BehaviorSubject} from 'rxjs'; + +import { of as ofObservable, Observable, BehaviorSubject } from 'rxjs'; import { MasterService } from '../master.service'; import { NotifierService } from 'angular-notifier'; import { ActivatedRoute, Router, Params } from '@angular/router'; import { FocusTrap } from '@angular/cdk/a11y'; import { LenderListComponent } from '../lender-list/lender-list.component'; import { LoaderService } from 'app/shared/loaderService/loader.service'; +import { FormBuilder, Validators } from '@angular/forms'; +import { state } from '@angular/animations'; +import { ViewComponent } from '../view/view.component'; +import { MatDialog } from '@angular/material'; + + + /** * Node for to-do item */ @@ -37,7 +45,9 @@ export class TodoItemFlatNode { * If a node is a category, it has children items and new items can be added under the category. */ @Injectable() + export class ChecklistDatabase { + @ViewChild('tree') tree; dataChange = new BehaviorSubject([]); val: any; @@ -45,12 +55,20 @@ export class ChecklistDatabase { checked:any=true; myModel = true; section_name: any=[]; + forms: any; + visible: boolean; get data(): TodoItemNode[] { return this.dataChange.value; } - constructor( private masterService: MasterService) { + constructor( private masterService: MasterService,private loaderService:LoaderService, ) { let formid = localStorage.getItem('form_id'); let mapid = localStorage.getItem('map_id'); - + console.log(formid) + console.log(mapid) + this.masterService.list_4_observable$.subscribe(res=> { + console.log("nav list 3",res) + this.forms = res + }) + this.masterService.questionsjson(formid,mapid).subscribe( data => { @@ -67,7 +85,7 @@ export class ChecklistDatabase { }) - console.log() + console.log(this.tree) // let question_json = JSON.parse(JSON.parse(data.json)) // console.log(question_json) let question_json; @@ -87,15 +105,51 @@ export class ChecklistDatabase { // var b=JSON.stringify(data); // let str = b.replace(/\\/g, ''); - + + } + + testingMethod(testData) { + console.log(testData) + let s ; + let formid = localStorage.getItem('form_id'); + let mapid = localStorage.getItem('map_id'); + + console.log( this.forms) + this.forms.forEach(element => { + if(element.form_name == testData ){ + console.log(element.form_id) + console.log(element) + this.masterService.list_3.next(element); + let form_id = element.form_id + + this.masterService.questionsjson(form_id,mapid).subscribe( + data => { + + console.log(data) + if(data['dataStatus'] == false){ + this.visible = true; + } + + + this.initialize(data); + }); + } + }); + console.log(s) + // setTimeout(()=>{ + // // this.edit.checkAll(); + // }, 1000); + + } initialize(tmp:any) { // Build the tree nodes from Json object. The result is a list of `TodoItemNode` with nested // file node as children. console.log(this.val) + console.log(tmp) // let TREE_DATA; // let child_l1 = [] // let group =[]; @@ -262,44 +316,96 @@ export class ChecklistDatabase { // Notify the change. this.dataChange.next(data); + + } - + /** * Build the file structure tree. The `value` is the Json object, or a sub-tree of a Json object. * The return value is the list of `TodoItemNode`. */ - buildFileTree(obj: {[key: string]: any}, level: number): TodoItemNode[] { - return Object.keys(obj).reduce((accumulator, key) => { - const value = obj[key]; - const node = new TodoItemNode(); - node.item = key; +// buildFileTree(obj: {[key: string]: any}, level: number): TodoItemNode[] { +// return Object.keys(obj).reduce((accumulator, key) => { +// const value = obj[key]; +// const node = new TodoItemNode(); +// node.item = key; - if (value != null) { - if (typeof value === 'object') { - node.children = this.buildFileTree(value, level + 1); - } else { - node.item = value; - } - } +// if (value != null) { +// if (typeof value === 'object') { +// node.children = this.buildFileTree(value, level + 1); +// } else { +// node.item = value; +// } +// } - return accumulator.concat(node); - }, []); - } +// return accumulator.concat(node); +// }, []); +// } - /** Add an item to to-do list */ - insertItem(parent: TodoItemNode, name: string) { - if (parent.children) { - parent.children.push({item: name} as TodoItemNode); - this.dataChange.next(this.data); +// /** Add an item to to-do list */ +// insertItem(parent: TodoItemNode, name: string) { +// if (parent.children) { +// parent.children.push({item: name} as TodoItemNode); +// this.dataChange.next(this.data); +// } +// } +// RemoveItem(parent: TodoItemNode, name: string) { +// if (parent.children) { +// parent.children.pop(); +// this.dataChange.next(this.data); +// } +// } + +// updateItem(node: TodoItemNode, name: string) { +// console.log(node) +// node.item = name; +// this.dataChange.next(this.data); +// } +// } +buildFileTree(value: any, level: number) { + let data: any[] = []; + for (let k in value) { + let v = value[k]; + let node = new TodoItemNode(); + node.item = `${k}`; + if (v === null || v === undefined) { + // no action + } else if (typeof v === 'object') { + node.children = this.buildFileTree(v, level + 1); + } else { + node.item = v; } + data.push(node); } - - updateItem(node: TodoItemNode, name: string) { - node.item = name; - this.dataChange.next(this.data); - } + return data; } +/** Add an item to to-do list */ +insertItem(parent: TodoItemNode, name: string) { + const child = { item: name }; + if (parent.children) { // parent already has children + parent.children.push(child); + this.dataChange.next(this.data); + } + else { // if parent is a leaf node + parent.children = []; + parent.children.push(child); + this.dataChange.next(this.data); + } +} +RemoveItem(parent: TodoItemNode, name: string) { + const child = { item: name }; + console.log(parent) + parent.children.pop(); + this.dataChange.next(this.data); + +} + +updateItem(node: TodoItemNode, name: string) { + node.item = name; + this.dataChange.next(this.data); +} +} /** * @title Tree with checkboxes */ @@ -317,19 +423,16 @@ export class ChecklistDatabase { }) export class EditTemplateComponent { - - /** Map from flat node to nested node. This helps us finding the nested node to be modified */ - flatNodeMap = new Map(); - + flatNodeMap: Map = new Map(); /** Map from nested node to flattened node. This helps us to keep the same object for selection */ - nestedNodeMap = new Map(); + nestedNodeMap: Map = new Map(); /** A selected parent node to be inserted */ selectedParent: TodoItemFlatNode | null = null; /** The new item's name */ - newItemName = ''; + newItemName: string = ''; treeControl: FlatTreeControl; @@ -337,6 +440,7 @@ export class EditTemplateComponent { dataSource: MatTreeFlatDataSource; + /** The selection for checklist */ checklistSelection = new SelectionModel(true /* multiple */); val: any; @@ -344,8 +448,13 @@ export class EditTemplateComponent { errorMessage: string; form_id: any; section_name: any; + labelName: any; + form_index:any=[]; + form_details: any; + expand_question: any; + regForm: any; - constructor(private database: ChecklistDatabase, private masterService: MasterService, private notifier: NotifierService , private route: ActivatedRoute, + constructor(private dialog: MatDialog,private formBuilder: FormBuilder,private database: ChecklistDatabase, private masterService: MasterService, private notifier: NotifierService , private route: ActivatedRoute, private router: Router, private LenderListComponent: LenderListComponent,private loaderService:LoaderService) { this.treeFlattener = new MatTreeFlattener(this.transformer, this.getLevel, this.isExpandable, this.getChildren); @@ -355,35 +464,59 @@ export class EditTemplateComponent { database.dataChange.subscribe(data => { this.dataSource.data = data; }); + let id = this.route.snapshot.params.id; + this.form_index = id; + console.log(id); this.loaderService.showMatSpinnerDialog("") - this.masterService.list_3_observable$.subscribe(res=> { - console.log("nav list 3",res) + let form = localStorage.getItem('form'); + // console.log(form) + this.form_details = JSON.parse(form) + console.log( this.form_details) + this.val = JSON.parse(this.form_details.json) + this.form_id = this.form_details.form_id; + this.expand_question = this.val.questions + console.log( this.val); + //this.checkAll() + // this.masterService.list_3_observable$.subscribe(res=> { + // console.log("nav list 3",res) - this.section_name = res.form_name - this.form_id = res.form_id; + // // this.section_name = res.form_name + // this.form_id = res.form_id; - this.val = JSON.parse(res.json) - this.val + // this.val = JSON.parse(res.json) + // console.log( this.val ) + + + // }) + this.masterService.list_4_observable$.subscribe(res=> { + console.log("nav list 3",res) + // let tmp = [] + // res.forEach(element => { + // if(element.form_id != '13'){ + // tmp.push(element) + // } + // }); + + this.section_name = res + }) } - // ngOnInit() { - // setTimeout(()=>{ - // this.tree.treeControl.expandAll(); - // }, 1000); - // } -getLevel = (node: TodoItemFlatNode) => node.level; + ngOnInit() { + + } + getLevel = (node: TodoItemFlatNode) => { return node.level; }; - isExpandable = (node: TodoItemFlatNode) => node.expandable; - - getChildren = (node: TodoItemNode): TodoItemNode[] => node.children; - - hasChild = (_: number, _nodeData: TodoItemFlatNode) => _nodeData.expandable; - + isExpandable = (node: TodoItemFlatNode) => { return node.expandable; }; + + getChildren = (node: TodoItemNode): Observable => { + return ofObservable(node.children); + } + + hasChild = (_: number, _nodeData: TodoItemFlatNode) => { return _nodeData.expandable; }; + + hasNoContent = (_: number, _nodeData: TodoItemFlatNode) => { return _nodeData.item === ''; }; @ViewChild('tree') tree; - - - hasNoContent = (_: number, _nodeData: TodoItemFlatNode) => _nodeData.item === ''; /** * Transformer to convert nested node to flat node. Record the nodes in maps for later use. @@ -410,11 +543,15 @@ getLevel = (node: TodoItemFlatNode) => node.level; return descAllSelected; } ngAfterViewInit() { + if(this.tree == undefined){ + this.router.navigate(['../../', ], {relativeTo: this.route}); + } setTimeout(()=>{ - - this.tree.treeControl.expandAll(); - this.loaderService.closeMatSpinnerDialog() + console.log( this.tree) + // this.tree.treeControl.expandAll(); + this.checkAll() + this.loaderService.closeMatSpinnerDialog() }, 500); } @@ -429,7 +566,16 @@ getLevel = (node: TodoItemFlatNode) => node.level; todoItemSelectionToggle(node: TodoItemFlatNode,b): void { ///all select console.log(node.item + b) - + // this.masterService.list_3_observable$.subscribe(res=> { + // console.log("nav list 3",res) + + // // this.section_name = res.form_name + // this.form_id = res.form_id; + + // this.val = JSON.parse(res.json) + // this.val + + // }) console.log(node) console.log(this.val) if(node.item == 'Available_Group_Questions'){ @@ -454,7 +600,7 @@ getLevel = (node: TodoItemFlatNode) => node.level; }); } } - else if(node.item == 'Available_Questions'){ + else if(node.item == 'Questions'){ console.log("2") if(this.val.questions instanceof Array){ this.val.questions.forEach(element => { @@ -489,6 +635,7 @@ getLevel = (node: TodoItemFlatNode) => node.level; console.log( this.val.questions) this.val.questions.forEach(element => { console.log(element) + console.log(node.item) if(element.question == node.item ){ @@ -547,6 +694,16 @@ getLevel = (node: TodoItemFlatNode) => node.level; //single select console.log(node.item + b) console.log(node) + // this.masterService.list_3_observable$.subscribe(res=> { + // console.log("nav list 3",res) + + // // this.section_name = res.form_name + // this.form_id = res.form_id; + + // this.val = JSON.parse(res.json) + // this.val + + // }) console.log(this.val) if(this.val.questions[0].question instanceof Array && this.val.length ==0){ console.log('node') @@ -601,12 +758,43 @@ getLevel = (node: TodoItemFlatNode) => node.level; this.val.questions.forEach(element => { console.log(element) if(element.question == node.item || element.group_title == node.item ){ - - if(b==false){ - element.disable = true - }else{ - element.disable = false - } + if(element.depends instanceof Array){ + const startIndex = this.treeControl.dataNodes.indexOf(node) + console.log("worked") + this.treeControl.dataNodes[startIndex].expandable =true + const dialogRef = this.dialog.open(ViewComponent, { + data: {'form_name':element.question,'template':[],'add':null,'form': element,'full_data': this.val}, + // position: { right: '0'}, + disableClose: true, + minWidth: '40%', + maxWidth: '50%', + }); + dialogRef.afterClosed() + .subscribe(dataresult => { + const startIndex = this.treeControl.dataNodes.indexOf(node) + console.log(startIndex) + // this.checklistSelection.isSelected(node) == false + this.checklistSelection.isSelected(this.treeControl.dataNodes[startIndex]) + this.checklistSelection.toggle(this.treeControl.dataNodes[startIndex]); + // for (let i = 0; i < this.treeControl.dataNodes.length; i++) { + // if(this.checklistSelection.isSelected(this.treeControl.dataNodes[i])) + // this.checklistSelection.toggle(this.treeControl.dataNodes[i]); + // this.treeControl.expand(this.treeControl.dataNodes[i]) + // } + //this.treeControl.dataNodes[startIndex].expandable =true + // this.checklistSelection.isSelected(node) ==true; + // node.expandable = true + // element.disable = true + + }); + }else{ + if(b==false){ + element.disable = true + }else{ + element.disable = false + } + } + console.log(element.onchange_properties) @@ -714,24 +902,120 @@ getLevel = (node: TodoItemFlatNode) => node.level; /** Select the category so we can insert the new item. */ addNewItem(node: TodoItemFlatNode) { + console.log(node) const parentNode = this.flatNodeMap.get(node); + console.log(parentNode.children) + let isParentHasChildren: boolean = false; + console.log(isParentHasChildren) + if (parentNode.children) + isParentHasChildren = true; + // this.database.insertItem(parentNode!, ''); - this.treeControl.expand(node); + // expand the subtree only if the parent has children (parent is not a leaf node) + if (isParentHasChildren) + this.treeControl.expand(node); } + removeItem(node: TodoItemFlatNode){ + const parentNode = this.flatNodeMap.get(node); + console.log(parentNode) + let isParentHasChildren: boolean = false; + console.log(isParentHasChildren) + if (parentNode.children) + isParentHasChildren = false; + } /** Save the node to database */ saveNode(node: TodoItemFlatNode, itemValue: string) { - const nestedNode = this.flatNodeMap.get(node); + console.log(node) + console.log(itemValue) + const dialogRef = this.dialog.open(ViewComponent, { + data: {'form_name':node,'template':[],'add':node,'data':itemValue}, + // position: { right: '0'}, + disableClose: true, + minWidth: '30%', + maxWidth: '40%', + }); + dialogRef.afterClosed() + .subscribe(dataresult => { + console.log(dataresult) + let data = localStorage.getItem('addquestion') + console.log(JSON.parse(data)) + console.log(this.val.questions) + this.val.questions.push(JSON.parse(data)) + console.log(this.val) + //let itemValue = JSON.parse(data) + const nestedNode = this.flatNodeMap.get(node); + console.log(nestedNode) this.database.updateItem(nestedNode!, itemValue); + this.refreshTree() console.log(this.dataSource) + + + }); + + } + +selectedTabValue(event){ + console.log(event) + this.labelName = event.tab.textLabel; + this.database.testingMethod(this.labelName); +} loadPdViewCompoent(){ - this.router.navigate(['../', ], {relativeTo: this.route}); + this.router.navigate(['../../', ], {relativeTo: this.route}); //this.router.navigate([ 'template2/lenderlist'], { relativeTo: this.route }); } + editItem(node){ + console.log(node); + localStorage.setItem('edit', '0') + const dialogRef = this.dialog.open(ViewComponent, { + data: {'form_name':this.val,'template':[],'add':node.item,'data':node,id:"3"}, + // position: { right: '0'}, + disableClose: true, + minWidth: '50%', + maxWidth: '60%', + }); + dialogRef.afterClosed() + .subscribe(dataresult => { + let edit = localStorage.getItem('edit') + if(edit == '1'){ + localStorage.setItem('edit', '0') + let question = localStorage.getItem('question_edit') + console.log(question) + this.val.questions.forEach(element => { + // console.log(element.question) + // console.log(question) + const nestedNode = this.flatNodeMap.get(node); + console.log(nestedNode) + this.database.updateItem(nestedNode!, question); + if( element.question == node.item ){ + element.question = question + console.log(question) + } + + }); + console.log(this.val); + + } + }); + + } + refreshTree() { + let _data = this.dataSource.data; + this.dataSource.data = []; + this.dataSource.data = _data; + } + checkAll(){ + + for (let i = 0; i < this.treeControl.dataNodes.length; i++) { + if(this.checklistSelection.isSelected(this.treeControl.dataNodes[0])) + this.checklistSelection.toggle(this.treeControl.dataNodes[0]); + this.treeControl.expand(this.treeControl.dataNodes[0]) + } + } submit(){ console.log(this.result) console.log(this.val) @@ -743,24 +1027,25 @@ getLevel = (node: TodoItemFlatNode) => node.level; // saveAs(blob, 'sample'); // }); + // this.checklistSelection.isSelected('node') - let formValues; - console.log("worked") - this.masterService.saveupdatejsondetails(map_id,this.form_id ,this.result[0]).subscribe( - dataresult => { - if (dataresult.status == 200) { - console.log(dataresult); - this.notifier.notify('success', 'Your Changes Updated.!'); + // let formValues; + // console.log("worked") + // this.masterService.saveupdatejsondetails(map_id,this.form_id ,this.result[0]).subscribe( + // dataresult => { + // if (dataresult.status == 200) { + // console.log(dataresult); + // this.notifier.notify('success', 'Your Changes Updated.!'); - } - else { - this.notifier.notify('warning', 'Something Went Wrong Try Again.!'); - this.errorMessage = "Something Went Wrong Try Again.!"; - } - }, error => { - this.notifier.notify('error', 'Something Went Wrong Try Again.! \t\"' + (error.error_type == 2 ? error.error_status + ' ( ' + error.error_text + ' ) ' : ' ( ' + error.error_text + ' ) ') +'\" Error Occur.!'); - this.errorMessage = "Some Thing Wents Wrong Try Again.!"; - }); + // } + // else { + // this.notifier.notify('warning', 'Something Went Wrong Try Again.!'); + // this.errorMessage = "Something Went Wrong Try Again.!"; + // } + // }, error => { + // this.notifier.notify('error', 'Something Went Wrong Try Again.! \t\"' + (error.error_type == 2 ? error.error_status + ' ( ' + error.error_text + ' ) ' : ' ( ' + error.error_text + ' ) ') +'\" Error Occur.!'); + // this.errorMessage = "Some Thing Wents Wrong Try Again.!"; + // }); @@ -769,8 +1054,7 @@ getLevel = (node: TodoItemFlatNode) => node.level; } - - + } diff --git a/ng6-seed/src/app/template2/form-group/form-group.component.html b/ng6-seed/src/app/template2/form-group/form-group.component.html index 473291386..aa1435dae 100644 --- a/ng6-seed/src/app/template2/form-group/form-group.component.html +++ b/ng6-seed/src/app/template2/form-group/form-group.component.html @@ -1,53 +1,66 @@ -

-
- {{main_applicant}} {{lender_applicant_id ? '('+lender_applicant_id+')' : ''}}, {{customer_segment_abbr}} - {{subproduct_abbr}}
- {{pageTitle}}
-
- - -
-

- - - - - - {{companyList.company_name}} - - -
- - - {{quesIndex+1}} -
- {{ formButton.form_name }} -
- - - - - - -
-
-
-
-
-
- - -

Business Related Information is Not Available.Please Check General Information

-
-
+ -
+

+
+ Section List Edit Items ( Enable / Disable)
+ +
+
+ +
+

+ + + + + + + + + + {{companyList.company_name}} + + +
+ + + {{quesIndex+1}} +
+ {{ formButton.form_name }} +
+ + + + + + +
+
+
+
+
+
+ + +

Business Related Information is Not Available.Please Check General Information

+
+
+ + +
+
+ +
+ + + diff --git a/ng6-seed/src/app/template2/form-group/form-group.component.scss b/ng6-seed/src/app/template2/form-group/form-group.component.scss index 4df6c6f0a..003696c14 100644 --- a/ng6-seed/src/app/template2/form-group/form-group.component.scss +++ b/ng6-seed/src/app/template2/form-group/form-group.component.scss @@ -2,7 +2,13 @@ color: #fff !important; background-color: #e00201 !important; } - +form{ + background-color: #fff !important; +} +.mat-tab-body-content { + height: 100%; + /* overflow: auto; */ +} .p-text { color:#e00201 !important; font-weight: bold; diff --git a/ng6-seed/src/app/template2/form-group/form-group.component.ts b/ng6-seed/src/app/template2/form-group/form-group.component.ts index 61ea3cd22..5a43461f1 100644 --- a/ng6-seed/src/app/template2/form-group/form-group.component.ts +++ b/ng6-seed/src/app/template2/form-group/form-group.component.ts @@ -68,6 +68,10 @@ export class FormGroupComponent implements OnInit { //this.existCompanyList = data.records.filter(val =>val.is_active == 1); this.existCompanyList = data.records; this.CompanyList = data.records[0].forms; + this.CompanyList.sort((a,b) => a.pd_form_order - b.pd_form_order ) + this.masterService.list_4.next( this.CompanyList); + console.log( this.CompanyList) + console.log( this.existCompanyList) // VENDOR FORM ANSWER FETCH STATUS START(SMART PD ONLY) // if(this.existCompanyList.length > 0 && this.pd_all_details.pdmaster_details.fk_pd_type == '2') { @@ -126,12 +130,13 @@ loadPdViewCompoent(){ // direct form based questions OnSelectBusinessGroupForms(details: any, company: any,id:any) { console.log(details) + localStorage.setItem('form_id',details.form_id); console.log(company) - + localStorage.setItem('form',JSON.stringify(details)); this.masterService.list_3.next(details); console.log(id) //this.router.navigate(['Group-form'], { relativeTo: this.route }); - this.router.navigate(['Edit-template'], { relativeTo: this.route }); + this.router.navigate(['edit',id], { relativeTo: this.route }); } } diff --git a/ng6-seed/src/app/template2/lender-product-seg-mapping/lender-product-seg-mapping.component.html b/ng6-seed/src/app/template2/lender-product-seg-mapping/lender-product-seg-mapping.component.html index 5f578e63e..d122c61ae 100644 --- a/ng6-seed/src/app/template2/lender-product-seg-mapping/lender-product-seg-mapping.component.html +++ b/ng6-seed/src/app/template2/lender-product-seg-mapping/lender-product-seg-mapping.component.html @@ -1,79 +1,75 @@ -

-
- Lender product and Customer Segment (Add / Edit)
-
-
- - -
-

-
- - - - -
- - - - -
-
- - -
-
- -
- - - {{ prcd.abbr }} - - Product Required.! - -
+
- -
- - - {{ cusSeg.abbr }} - - Customer Segment Required.! - -
- +

+
+ Lender product and Customer Segment (Add / Edit)
-
-
-
- - -
- -
-

- -
- - - - +
+
+ +
+ + + + + +
+
+ + + + +
+
+ + +
+
+ +
+ + + {{ prcd.abbr }} + + Product Required.! + +
+ + +
+ + + {{ cusSeg.abbr }} + + Customer Segment Required.! + +
+ + +
+
+
+ + +
+ +
+
+
+
+ +
+
+ +
+
- \ No newline at end of file + \ No newline at end of file diff --git a/ng6-seed/src/app/template2/lender-product-seg-mapping/lender-product-seg-mapping.component.scss b/ng6-seed/src/app/template2/lender-product-seg-mapping/lender-product-seg-mapping.component.scss index bf4244b6d..0a7fc8b3e 100644 --- a/ng6-seed/src/app/template2/lender-product-seg-mapping/lender-product-seg-mapping.component.scss +++ b/ng6-seed/src/app/template2/lender-product-seg-mapping/lender-product-seg-mapping.component.scss @@ -1,7 +1,11 @@ form{ display: unset !important; + +} +.form{ + + background-color: #fff !important; } - .paragraph_change { color: #fff !important; background-color: #e00201 !important; diff --git a/ng6-seed/src/app/template2/lender-product-seg-mapping/lender-product-seg-mapping.component.ts b/ng6-seed/src/app/template2/lender-product-seg-mapping/lender-product-seg-mapping.component.ts index cfa84fb0f..4941450a9 100644 --- a/ng6-seed/src/app/template2/lender-product-seg-mapping/lender-product-seg-mapping.component.ts +++ b/ng6-seed/src/app/template2/lender-product-seg-mapping/lender-product-seg-mapping.component.ts @@ -74,7 +74,7 @@ export class LenderProductSegMappingComponent implements OnInit { for (let val of record) { console.log(val) this.value = val; - localStorage.setItem('map_id',val.map_id); + let vals = { template_lender_map_id: val.map_id, fk_template_id: val.fk_template_id, @@ -175,6 +175,10 @@ export class LenderProductSegMappingComponent implements OnInit { // this.parentMessage = detail; var formValues = this._editTempLenderFrom.value; console.log(formValues) + console.log(formValues.temp_lender[index].template_lender_map_id) + let map_id = formValues.temp_lender[index].template_lender_map_id; + localStorage.setItem('map_id',map_id); + localStorage.setItem('formvalue',JSON.stringify(formValues.temp_lender[index])); this.masterService.list_2.next(formValues.temp_lender[index]); this.router.navigate([ 'selection-list'], { relativeTo: this.route }); //this.listView = false; diff --git a/ng6-seed/src/app/template2/master.service.ts b/ng6-seed/src/app/template2/master.service.ts index 7b2039547..1245ea743 100644 --- a/ng6-seed/src/app/template2/master.service.ts +++ b/ng6-seed/src/app/template2/master.service.ts @@ -42,6 +42,8 @@ export class MasterService { public list_2_observable$ = this.list_2.asObservable(); public list_3:BehaviorSubject = new BehaviorSubject([]); public list_3_observable$ = this.list_3.asObservable(); + public list_4:BehaviorSubject = new BehaviorSubject([]); + public list_4_observable$ = this.list_4.asObservable(); // private apiUrl = "http://ssa.sineedge.com/sparqapi/api/"; private apiUrll = 'http://localhost/sparqapi/api/'; @@ -93,9 +95,9 @@ private apiUrl = environment.apiEndpoint; // return this._http.post(this.apiUrl + "getTemplateFormsV2", {"records":{"entity_id":"42","product_id":"24","customer_segment_id":"5"}} ); } - saveupdatejsondetails(mapid: any,formid:any,json:any): Observable{ + saveupdatejsondetails( param:any): Observable{ - return this._http.post(this.apiUrl + "saveAndUpdateTemplateFormsV2", {"records" : {"map_id": mapid,"form_id": formid, "json":json }}); + return this._http.post(this.apiUrl + "saveAndUpdateTemplateFormsV2", {"records" : param}); } savedetails(formValues: any): Observable{ diff --git a/ng6-seed/src/app/template2/question-view/question-view.component.html b/ng6-seed/src/app/template2/question-view/question-view.component.html new file mode 100644 index 000000000..7e3c5fa3e --- /dev/null +++ b/ng6-seed/src/app/template2/question-view/question-view.component.html @@ -0,0 +1,272 @@ + + +
+

+
+ Customize Questions
+ +
+
+ + +
+

+ +
+ {{no_data_text}} + + +
+
+ + + + +
+ +
+ + + + + + +

{{no_data_text}}

+

This is a Static Form and Non Editable

+

Go back section page keyboard_backspace

+
+ + +
+

Available Questions + + +

+
+ +
+
+ drag_indicator +
+
+ + {{check(item)}} +
+ +
+ + +
+ + +
+ +
+
+ +
+
+ + +
+ +
+ +
+ +

{{child_name}} + +

+ +
+ +
+
+ drag_indicator +
+
+ {{check(item)}} +
+
+ +
+ + +
+ +
+
+ +
+ +
+
+ +
+
+

{{child_name2}}

+ +
+
+ +
+ drag_indicator +
+
+ + {{check(item)}} +
+ +
+ +
+ +
+ +
+
+ +
+ +
+
+ +
+
+

{{child_name3}}

+ +
+
+ +
+ drag_indicator +
+
+ + {{check(item)}} +
+
+ +
+
+ +
+ +
+ +
+
+
+ +
+
+

{{child_name4}}

+ +
+
+ +
+ drag_indicator +
+
+ + {{check(item)}} +
+
+
+ +
+ +
+ +
+ + +
+ + + + +
+ diff --git a/ng6-seed/src/app/template2/question-view/question-view.component.scss b/ng6-seed/src/app/template2/question-view/question-view.component.scss new file mode 100644 index 000000000..885922216 --- /dev/null +++ b/ng6-seed/src/app/template2/question-view/question-view.component.scss @@ -0,0 +1,545 @@ +:host { + > .container { + max-width: 1264px; + width: 100%; + margin: 0 auto; + display: grid; + justify-content: space-between; + background: none; + } + ::ng-deep { + .mat-tab-group { + flex-direction: row; + } + .mat-tab-header { + border-bottom: none; + } + .mat-tab-header-pagination { + display: none !important; + } + .mat-tab-labels { + flex-direction: column; + } + .mat-ink-bar { + height: 100%; + left: 98% !important; + } + .mat-tab-body-wrapper { + flex: 1 1 auto; + } + } + } + + .container { + position: relative; + width: 100%; + flex: 1 0 auto; + margin: 0 auto; + text-align: left; + } + + #content { + box-sizing: content-box; + margin: 0 auto; + padding: 15px; + width: 1264px; + background-color: #ffffff; + } + + #content { + max-width: 1100px; + width: 100%; + background-color: #ffffff; + padding: 24px; + box-sizing: border-box; + } + + #content, + #main-content { + &::before, + &::after { + content: ""; + display: table; + } + &::after { + clear: both; + } + } + .demo { + display: flex; + overflow-x: auto; + width: 100%; + } + ::ng-deep.mat-tab-label, ::ng-deep.mat-tab-label-active{ + min-width: 0!important; + padding: 3px!important; + margin: 3px!important; + justify-content: left !important; + } + ::ng-deep.mat-tab-label { + opacity: 10; + } + ::ng-deep.mat-tab-labels .mat-tab-label-active { + color:#f1f3f5 !important; + background-color: #e00201 !important; + opacity: 1; + } + // .mat-tab-labels .mat-tab-label-active { + // color:#f1f3f5 !important; + // background-color: #e00201 !important; + // opacity: 1; + // } + // .cdk-global-overlay-wrapper { +// overflow: auto; +// pointer-events: auto; // needed for chrome but prevents backdrop click close +// } +// .paragraph_change { +// color: #fff !important; +// background-color: #e00201 !important; +// } +// ::ng-deep { .no-padding > mat-dialog-container { +// // background: black; +// padding: 0; +// // overflow-y: scroll !important; +// } +// } +// .mat-dialog-content{ +// margin:0px !important; +// } +// // mat-placeholder{ +// // margin-top: 20px; +// // word-wrap: break-word; +// // } +// // input{ +// // height:40px; +// // } + +// .mat-form-field-label { +// white-space: normal; +// } + +// textarea.mat-input-element { +// padding: 0px 0; +// margin: 5px 0; +// } + +// .mat-input-placeholder { +// white-space: normal; +// } + +// .paragraph_change { +// color: #fff !important; +// background-color: #e00201 !important; +// } + +// .p-text { +// color:#e00201 !important; +// font-weight: bold; +// } +// ::ng-deep .mat-card-header-text{ +// margin:0px !important; +// } +// .mat-purple{ +// background-color: gray !important; +// } +// .cdk-global-overlay-wrapper{ +// justify-content: center !important; +// } + +// $base-card-box-shadow:1.5px 2.6px 24px 0 rgba(0, 35, 136, 0.08) !important; +// mat-card .child_mat_card > mat-card { +// border-radius: 0px 0px 0px 15px; +// box-shadow: $base-card-box-shadow; +// transform: scale(0.95); +// transition: box-shadow 0.5s, transform 0.5s; +// border: 1px solid lavender; +// &:hover { +// cursor: pointer; +// // background-color: #e00201 !important; +// transform: scale(1); +// box-shadow: 5px 20px 30px rgba(0, 0, 0, 0.2); +// } + +// } +.paragraph_change { + color: #fff !important; + background-color: #e00201 !important; +} +::ng-deep { .no-padding > mat-dialog-container { + // background: black; + padding: 0; + // overflow-y: scroll !important; +} +} +.mat-dialog-content{ +margin:0px !important; +} +// mat-placeholder{ +// margin-top: 20px; +// word-wrap: break-word; +// } +// input{ +// height:40px; +// } +.mat-tree-node { + &:hover { + background-color: #cae6f3 !important; + // background-color: rgba(255, 220, 0, 0.1) !important; + } +} +.mat-card-content, .mat-card-header, .mat-card-title, .mat-cell, .mat-form-field { + // background-color: #26cfa8; +} +.form{ + background-color: white !important; +} +.mat-tree-node { + font-weight: 400; + /* font-size: 14px; */ +} +.mat-form-field-label { + white-space: normal; +} + +textarea.mat-input-element { + padding: 0px 0; + margin: 5px 0; +} + +.mat-input-placeholder { + white-space: normal; +} + +.example-tree-progress-bar { + margin-left: 30px; +} +.edit_hover_class span{ + // display:none !important + } + + + .edit_hover_class:hover span { + display:block !important + } + + + .card{ + height: 40px; + //width: 280px; + width: 325px; + background-color: aqua; + } + .card2{ + height: 40px; + width: 280px; + + background-color: aqua; + } + + .your-icon-class:hover { + color: #e00201 !important; + } + .mat-tree-node { + .child{ + display:none !important + } + } + + + .mat-card-subtitle, .mat-card-content, .mat-card-header, .mat-card-title, .mat-cell, .mat-form-field { + font-size: 1.0rem !important; + } + + .mat-tree-node { + &:hover span{ + display:block !important + } + } + + #wrapper { + // display: flex; + // flex-direction: column; + // flex-wrap: wrap; + + + } + .block { + // width: 90px; + // flex: 0 0 50px; + // margin: 5px; + // background-color: red; + } + .block { + // width: 90px; + // flex: 0 0 50px; + // margin: 5px; + // background-color: blue; + } + .bigger { + flex-basis: 110px; + } + + .example-headers-align .mat-expansion-panel-header-title, +.example-headers-align .mat-expansion-panel-header-description { + flex-basis: 0; +} + +.example-headers-align .mat-expansion-panel-header-description { + justify-content: space-between; + align-items: center; +} + +mat-form-field { + margin-right: 12px; +} + +.mat-expansion-panel-header-description, .mat-expansion-panel-header-title { + display: table-footer-group !important; + flex-grow: 1; + margin-right: 16px; +} + +.example-list { + width: 500px; + max-width: 100%; + border: solid 1px #ccc; + min-height: 60px; + display: block; + background: white; + border-radius: 4px; + overflow: hidden; +} + +.example-box { + padding: 5px 3px; + border-bottom: solid 1px #ccc; + color: rgba(0, 0, 0, 0.87); + //display: flex; + flex-direction: row; + align-items: center; + justify-content: space-between; + box-sizing: border-box; + // cursor: move; + background: white; + font-size: 14px; +} + +.cdk-drag-preview { + box-sizing: border-box; + border-radius: 4px; + box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), + 0 8px 10px 1px rgba(0, 0, 0, 0.14), + 0 3px 14px 2px rgba(0, 0, 0, 0.12); +} + +.cdk-drag-animating { + transition: transform 250ms cubic-bezier(0, 0, 0.2, 1); +} + +.example-box:last-child { + border: none; +} + +.example-list.cdk-drop-list-dragging .example-box:not(.cdk-drag-placeholder) { + transition: transform 250ms cubic-bezier(0, 0, 0.2, 1); +} + +.example-custom-placeholder { + background: #ccc; + border: dotted 3px #999; + min-height: 60px; + transition: transform 250ms cubic-bezier(0, 0, 0.2, 1); +} +.example-container { + width: 280px; + max-width: 100%; + margin: 0 25px 25px 0; + display: inline-block; + vertical-align: top; +} + +.example-list { + border: solid 1px #ccc; + min-height: 60px; + background: white; + border-radius: 4px; + overflow: hidden; + display: block; +} + +.example-box { + // padding: 20px 10px; + //padding: 10px; + border-bottom: solid 1px #ccc; + color: rgba(0, 0, 0, 0.87); + //display: flex; + flex-direction: row; + align-items: center; + justify-content: space-between; + box-sizing: border-box; + cursor: move; + background: white; + font-size: 14px; +} + +.cdk-drag-preview { + box-sizing: border-box; + border-radius: 4px; + box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), + 0 8px 10px 1px rgba(0, 0, 0, 0.14), + 0 3px 14px 2px rgba(0, 0, 0, 0.12); +} + +.cdk-drag-placeholder { + opacity: 0; +} + +.cdk-drag-animating { + transition: transform 250ms cubic-bezier(0, 0, 0.2, 1); +} + +.example-box:last-child { + border: none; +} + +.example-list.cdk-drop-list-dragging .example-box:not(.cdk-drag-placeholder) { + transition: transform 250ms cubic-bezier(0, 0, 0.2, 1); +} +// scfsfsfdf + +.section-heading { + padding: 5px 10px; + font-size: 15px; + font-weight: bold; +} + +.drag-container { + width: 400px; + max-width: 100%; + margin: 0 25px 25px 0; + display: inline-block; + vertical-align: top; + background-color: #E9ECEF; + padding: 15px; + border-radius: 5px; +} + +.item-list { + min-height: 60px; + border-radius: 4px; + display: block; +} + +.item-box { + padding: 8px 10px; + border: solid 1px #ccc; + margin-bottom: 5px; + color: rgba(0, 0, 0, 0.87); + display: flex; + flex-direction: row; + align-items: center; + justify-content: space-between; + box-sizing: border-box; + cursor: move; + background: white; + font-size: 14px; + border-radius: 20px; +} + +.cdk-drag-preview { + box-sizing: border-box; + border-radius: 4px; + box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), + 0 8px 10px 1px rgba(0, 0, 0, 0.14), + 0 3px 14px 2px rgba(0, 0, 0, 0.12); + border-radius: 20px; +} + +.cdk-drag-placeholder { + opacity: 0; +} + +.cdk-drag-animating { + transition: transform 250ms cubic-bezier(0, 0, 0.2, 1); +} + +.item-list.cdk-drop-list-dragging .item-box:not(.cdk-drag-placeholder) { + transition: transform 250ms cubic-bezier(0, 0, 0.2, 1); +} +///////////////@at-root +.example-list { + /* width: 500px; */ + max-width: 100%; + /* border: solid 1px #ccc; */ + min-height: 60px; + display: block; + background: white; + // border-radius: 4px; + overflow: hidden; +} + +.example-box { + /* padding: 20px 10px; */ + // border: solid 1px #ccc; + color: rgba(0, 0, 0, 0.87); + display: flex; + flex-direction: row; + align-items: center; + justify-content: space-between; + box-sizing: border-box; + //cursor: move; + background: white; + font-size: 14px; + //margin-bottom: 20px; +} + +.cdk-drag-preview { + box-sizing: border-box; + border-radius: 4px; + box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), + 0 8px 10px 1px rgba(0, 0, 0, 0.14), + 0 3px 14px 2px rgba(0, 0, 0, 0.12); +} + +.cdk-drag-placeholder { + opacity: 0; +} + +.cdk-drag-animating { + transition: transform 250ms cubic-bezier(0, 0, 0.2, 1); +} + +/* .example-box:last-child { + border: none; +} */ + +.example-list.cdk-drop-list-dragging .example-box:not(.cdk-drag-placeholder) { + transition: transform 250ms cubic-bezier(0, 0, 0.2, 1); +} +#myDIV:hover #hide { + display: block !important + //color: red; +} +.myDIV2:hover + .hide{ + display: block !important; + color: red; +} +#back:hover{ + color: red; +} +.example-box:hover #hide2{ + display: block !important; +} +////@at-root +#hide { + display: none !important +} +#hide2 { + display: none !important; +} + + .mat-tab-labels .mat-tab-label-active { + color:#f1f3f5; + background-color: #ce3131; + opacity: 1; + } \ No newline at end of file diff --git a/ng6-seed/src/app/template2/question-view/question-view.component.spec.ts b/ng6-seed/src/app/template2/question-view/question-view.component.spec.ts new file mode 100644 index 000000000..b6ee3585f --- /dev/null +++ b/ng6-seed/src/app/template2/question-view/question-view.component.spec.ts @@ -0,0 +1,25 @@ +import { async, ComponentFixture, TestBed } from '@angular/core/testing'; + +import { QuestionViewComponent } from './question-view.component'; + +describe('QuestionViewComponent', () => { + let component: QuestionViewComponent; + let fixture: ComponentFixture; + + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [ QuestionViewComponent ] + }) + .compileComponents(); + })); + + beforeEach(() => { + fixture = TestBed.createComponent(QuestionViewComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); + + it('should create', () => { + expect(component).toBeTruthy(); + }); +}); diff --git a/ng6-seed/src/app/template2/question-view/question-view.component.ts b/ng6-seed/src/app/template2/question-view/question-view.component.ts new file mode 100644 index 000000000..059f4c127 --- /dev/null +++ b/ng6-seed/src/app/template2/question-view/question-view.component.ts @@ -0,0 +1,726 @@ +import { Component, OnInit } from '@angular/core'; +import { FormBuilder } from '@angular/forms'; +import { MatDialog } from '@angular/material'; +import { ActivatedRoute, Router } from '@angular/router'; +import { NotifierService } from 'angular-notifier'; +import { LoaderService } from 'app/shared/loaderService/loader.service'; +import { MasterService } from '../master.service'; +import { ViewComponent } from '../view/view.component'; + import {CdkDragDrop, moveItemInArray, transferArrayItem} from '@angular/cdk/drag-drop'; + import { MatSlideToggleChange } from '@angular/material'; + import { LenderListComponent } from '../lender-list/lender-list.component'; +@Component({ + selector: 'app-question-view', + templateUrl: './question-view.component.html', + styleUrls: ['./question-view.component.scss'] +}) +export class QuestionViewComponent { + section_name: any=[]; + form_index: any=[]; + visible: boolean; + forms:any=[]; + labelName: any; + question: any[]; + items = []; + + basket = []; + + + todo = []; + public userRoleID = +localStorage.getItem('user_role'); + + + done = []; + + + + review = []; + child_name: any=[]; + child_name2: any=[]; + child_name3: any=[]; + val: any; + show_value: boolean; + disable: boolean; + dragDisabled: boolean = true; + + show_1:boolean; + show_2:boolean; + show_3:boolean; + show_4:boolean; + errorMessage: string; + form_id: any; + full_data: any=[]; + visible_text: boolean; + no_data_text: any; + + // todo = ['Get to work', 'Pick up groceries', 'Go home', 'Fall asleep']; + + // done = ['Get up', 'Brush teeth', 'Take a shower', 'Check e-mail', 'Walk dog']; + + // drop(event: CdkDragDrop) { + // if (event.previousContainer === event.container) { + // moveItemInArray(event.container.data, event.previousIndex, event.currentIndex); + // } else { + // transferArrayItem( + // event.previousContainer.data, + // event.container.data, + // event.previousIndex, + // event.currentIndex, + // ); + // } + // } + + constructor(private dialog: MatDialog,private formBuilder: FormBuilder, private masterService: MasterService, private notifier: NotifierService , private route: ActivatedRoute, + private router: Router, private loaderService:LoaderService,private LenderListComponent: LenderListComponent ) { + this.LenderListComponent.showListView(false); + let id = this.route.snapshot.params.id; + this.form_index = id; + this.masterService.list_4_observable$.subscribe(res=> { + console.log("nav list 3",res) + this.forms = res + + this.section_name = res + + + }) + let tmp; + this.masterService.list_3_observable$.subscribe(res=> { + console.log("nav list 3",res) + + this.form_id = res.form_id + res.form_name + tmp = res.form_name + + + }) + this.testingMethod( tmp) + this.child_name = "Child Items" + this.child_name2 = "Child Items2" + this.child_name3 = "Child Items3" + } + ngAfterViewInit() { + if(this.forms.length == 0){ + this.router.navigate(['../../', ], {relativeTo: this.route}); + } + } + step; + doSomething(element) { + let tmp =[] + // console.log(element); + // element.onchange_properties[0].form_controls[0].questions + if(element.onchange_properties instanceof Array && element.onchange_properties !=null){ + if(element.onchange_properties[0] && element.onchange_properties[0].form_controls){ + + + // console.log(element.onchange_properties[0].form_controls[0].questions); + element.onchange_properties[0].form_controls[0].questions.forEach(sub => { + + // console.log(sub.question) + tmp.push(sub.question) + + }); + } + } + return tmp; + } + setStep(index: number) { + this.step = index; + } + + nextStep() { + this.step++; + } + + prevStep() { + this.step--; + } + + enableDragDropMode(event: MatSlideToggleChange) { + this.dragDisabled = !event.checked + } + testingMethod(testData) { + console.log(testData) + this.step=[]; + this.done = []; + this.basket = []; + this.items = []; + let s ; + let formid = localStorage.getItem('form_id'); + let mapid = localStorage.getItem('map_id'); + + console.log( this.forms) + this.forms.forEach(element => { + if(element.form_name == testData ){ + console.log(element.form_id) + console.log(element) + this.no_data_text = element.form_name + if(element.json == ""){ + this.no_data_text = element.form_name + this.visible_text = true; + }else{ + this.visible_text = false; + } + + let tmp = JSON.parse(element.json) + console.log(tmp) + + + this.todo = tmp.questions + this.full_data = tmp; + + this.question = tmp.questions + this.masterService.list_3.next(element); + let form_id = element.form_id + + this.masterService.questionsjson(form_id,mapid).subscribe( + data => { + + console.log(data) + // this.question =[]; + + + + + }); + } + }); + console.log(s) + // setTimeout(()=>{ + // // this.edit.checkAll(); + // }, 1000); + + + } + selectedTabValue(event){ + console.log(event) + this.labelName = event.tab.textLabel; + this.show_1 = false + this.show_2 = false + this.show_3 = false + + + this.testingMethod( this.labelName) + + + + } + + add(param){ + // localStorage.setItem('addquestion','') + localStorage.removeItem('addquestion'); + const dialogRef = this.dialog.open(ViewComponent, { + data: {'form_name':'node','template':[],'add':'param','data': this.forms}, + // position: { right: '0'}, + disableClose: true, + minWidth: '30%', + maxWidth: '40%', + }); + dialogRef.afterClosed() + .subscribe(dataresult => { + console.log(dataresult) + let data = localStorage.getItem('addquestion') + console.log(JSON.parse(data)) + console.log(this.forms) + this.question.push(JSON.parse(data)) + + + + }); + } + add2(s){ +console.log(s); + + } + loadPdViewCompoent(){ + + this.router.navigate(['../../', ], {relativeTo: this.route}); + + //this.router.navigate([ 'template2/lenderlist'], { relativeTo: this.route }); + } + + editItem(node,form){ + // if(this.child_name && this.child_name2 && this.child_name3){ + // this.show_1 = false; + // this.show_2 = false; + // this.show_3 = false; + // } + console.log(this.todo); + console.log(node); + let tmp; + if(form.question instanceof Array){ + tmp = form.group_title + }else{ + tmp = node + } + console.log(form); + localStorage.setItem('edit', '0') + const dialogRef = this.dialog.open(ViewComponent, { + data: {'form_name': this.forms,'template':[],'add':node.item,'data':tmp,id:"3",'valid':form.validations}, + // position: { right: '0'}, + disableClose: true, + minWidth: '50%', + maxWidth: '60%', + }); + dialogRef.afterClosed() + .subscribe(dataresult => { + let edit = localStorage.getItem('edit') + if(edit == '1'){ + localStorage.setItem('edit', '0') + let question = localStorage.getItem('question_edit') + let question_valid = localStorage.getItem('question_edit_valid') + console.log(question) + console.log(question_valid) + console.log( form) + + if(form.question instanceof Array){ + form.group_title =question + }else{ + form.question = question + form.validations = JSON.parse(question_valid) + } + // if( form.disable == true || form.disable == undefined){ + // form.disable = false + // }else if(form.disable == false){ + // form.disable = true + // } + // form.questions.forEach(element => { + // // console.log(element.question) + // // console.log(question) + + // if( element.question == node ){ + // element.question = question + // console.log(question) + // } + + // }); + console.log( form); + + } + }); + } + delItem(node,form){ + // if(this.child_name && this.child_name2 && this.child_name3){ + // this.show_1 = false; + // this.show_2 = false; + // this.show_3 = false; + // }] + if(form.disable == undefined){ + form.disable = false + } + console.log(form) + if(form.depends instanceof Array){ + + + const dialogRef = this.dialog.open(ViewComponent, { + data: {'form_name':form.question,'template':[],'add':null,'form': form,'full_data': this.full_data}, + // position: { right: '0'}, + disableClose: true, + minWidth: '40%', + maxWidth: '50%', + }); + dialogRef.afterClosed() + .subscribe(dataresult => { + + // s.disable = false + form.disable = false + }); + }else{ + if( form.disable == true || form.disable == undefined){ + form.disable = false + }else if(form.disable == false){ + form.disable = true + } + } + console.log(this.todo); + console.log(node); + + + } + drop(event: CdkDragDrop,child_name:any) { + console.log(event) + console.log(this.done) + console.log(child_name) + if (event.previousContainer === event.container) { + moveItemInArray(event.container.data, event.previousIndex, event.currentIndex); + } else { + transferArrayItem( + event.previousContainer.data, + event.container.data, + event.previousIndex, + event.currentIndex, + ); + } + + this.drag_list(this.done,child_name) + + } + show(element){ + console.log(element); + console.log( this.full_data); + + this.show_1 = true; + this.show_2 = false; + this.show_3 = false; + let tmp = [] + if(element.question instanceof Object){ + //console.log(a) + this.child_name = element.group_title + if(element.question instanceof Array ){ + tmp = element.question + this.done = tmp + + } + }else{ + this.child_name = element.question + } + // this.child_name = element.question + + + // console.log(element); + // element.onchange_properties[0].form_controls[0].questions + if(element.onchange_properties instanceof Array && element.onchange_properties !=null){ + if(element.onchange_properties[0] && element.onchange_properties[0].form_controls){ + + + // console.log(element.onchange_properties[0].form_controls[0].questions); + element.onchange_properties[0].form_controls[0].questions.forEach(sub => { + this.show_value = true; + // console.log(sub.question) + tmp.push(sub ) + + }); + } + } + console.log(tmp); + if(tmp.length == 0){ + let value = [] + this.done = value + this.disable= true + }else{ + + if(!tmp[0].group_title){ + this.done = tmp + + } else{ + this.done = tmp[0].question + } + } + if(this.done.length == 0){ + this.show_1 = false; + } + console.log(this.todo); + console.log(this.done); + } + check(a){ + // console.log(a) + + if(a.question instanceof Object){ + //console.log(a) + return "Group Name : "+a.group_title + }else{ + return a.question + } + } + check2(a){ + // console.log(a) + + if(a.question instanceof Object){ + //console.log(a) + return a.group_title + }else{ + return a.question + } + } + show2(item){ + console.log(item) + this.child_name = "Child 1" + this.child_name2 = "Child 2" + this.child_name3 = "Child 3" + this.done= [] + this.step=[]; + this.done = []; + this.basket = []; + this.items = []; + this.show_1= false + } + + show_child(element){ + console.log(element) + this.show_2 = true; + console.log(element); + let tmp = [] + if(element.question instanceof Object){ + //console.log(a) + this.child_name2 = element.group_title + if(element.question instanceof Array ){ + tmp = element.question + this.basket = tmp + + } + }else{ + this.child_name2 = element.question + } + // this.child_name = element.question + + + // console.log(element); + // element.onchange_properties[0].form_controls[0].questions + if(element.onchange_properties instanceof Array && element.onchange_properties !=null){ + if(element.onchange_properties[0] && element.onchange_properties[0].form_controls){ + + + // console.log(element.onchange_properties[0].form_controls[0].questions); + element.onchange_properties[0].form_controls[0].questions.forEach(sub => { + this.show_value = true; + // console.log(sub.question) + tmp.push(sub ) + + }); + } + } + console.log(tmp); + if(tmp.length == 0){ + let value = [] + this.basket = value + this.disable= true + }else{ + + if(!tmp[0].group_title){ + this.basket = tmp + + } else{ + this.basket = tmp[0].question + } + } + if(this.basket.length == 0){ + this.show_2 = false; + } + console.log(this.basket); + // console.log(this.done); + } + show_child2(element){ + console.log(element) + this.show_3 = true; + console.log(element); + let tmp = [] + if(element.question instanceof Object){ + //console.log(a) + this.child_name3 = element.group_title + if(element.question instanceof Array ){ + tmp = element.question + this.items = tmp + + } + }else{ + this.child_name3 = element.question + } + // this.child_name = element.question + + + // console.log(element); + // element.onchange_properties[0].form_controls[0].questions + if(element.onchange_properties instanceof Array && element.onchange_properties !=null){ + if(element.onchange_properties[0] && element.onchange_properties[0].form_controls){ + + + // console.log(element.onchange_properties[0].form_controls[0].questions); + element.onchange_properties[0].form_controls[0].questions.forEach(sub => { + this.show_value = true; + // console.log(sub.question) + tmp.push(sub ) + + }); + } + } + console.log(tmp); + if(tmp.length == 0){ + let value = [] + this.items = value + this.disable= true + }else{ + + if(!tmp[0].group_title){ + this.items = tmp + + } else{ + this.items = tmp[0].question + } + } + if(this.items.length == 0){ + this.show_3 = false; + } + + console.log(this.basket); + // console.log(this.done); + } + show_child3(element){ + console.log(element) + this.show_4 = true; + console.log(element); + let tmp = [] + if(element.question instanceof Object){ + //console.log(a) + this.child_name3 = element.group_title + if(element.question instanceof Array ){ + tmp = element.question + this.review = tmp + + } + }else{ + this.child_name3 = element.question + } + // this.child_name = element.question + + + // console.log(element); + // element.onchange_properties[0].form_controls[0].questions + if(element.onchange_properties instanceof Array && element.onchange_properties !=null){ + if(element.onchange_properties[0] && element.onchange_properties[0].form_controls){ + + + // console.log(element.onchange_properties[0].form_controls[0].questions); + element.onchange_properties[0].form_controls[0].questions.forEach(sub => { + this.show_value = true; + // console.log(sub.question) + tmp.push(sub ) + + }); + } + } + console.log(tmp); + if(tmp.length == 0){ + let value = [] + this.review = value + this.disable= true + }else{ + + if(!tmp[0].group_title){ + this.review = tmp + + } else{ + this.review = tmp[0].question + } + } + if(this.review.length == 0){ + this.show_4 = false; + } + console.log(this.basket); + // console.log(this.done); +} + +check3(a,b){ + console.log(a) + console.log(b) + if(b == true){ + a ="gray"; + return a; + }else{ + a + return a; + } +} +drag_list(data, name){ + + console.log(this.full_data) + console.log(data) + console.log(name) + this.full_data.questions.forEach(element => { + if(element.question == name){ + element + if(element.onchange_properties instanceof Array && element.onchange_properties !=null){ + if(element.onchange_properties[0] && element.onchange_properties[0].form_controls){ + + + // console.log(element.onchange_properties[0].form_controls[0].questions); + element.onchange_properties[0].form_controls[0].questions = data + } + } + } + + }); + console.log(this.full_data) +} + submit(){ + console.log( this.full_data) + + console.log(localStorage.getItem('map_id')); + let map_id = localStorage.getItem('map_id'); + let data = localStorage.getItem('formvalue'); + console.log( JSON.parse(data)) + let tmp = JSON.parse(data) + let customer_segment = tmp.fk_customer_segment; + let product_id = tmp.fk_product_id; + let form_status ="completed"; + let entity_id = localStorage.getItem('entity_id'); + + let param = {"entity_id":entity_id,"product_id":product_id,"customer_segment_id":customer_segment,"map_id": map_id,"form_id": this.form_id, "json":this.full_data ,"form_status":form_status} + // let formValues; + console.log(param) + // console.log("worked") + this.masterService.saveupdatejsondetails(param).subscribe( + dataresult => { + if (dataresult.status == 200) { + console.log(dataresult); + this.notifier.notify('success', 'Your Changes Updated.!'); + + } + else { + this.notifier.notify('warning', 'Something Went Wrong Try Again.!'); + this.errorMessage = "Something Went Wrong Try Again.!"; + } + }, error => { + this.notifier.notify('error', 'Something Went Wrong Try Again.! \t\"' + (error.error_type == 2 ? error.error_status + ' ( ' + error.error_text + ' ) ' : ' ( ' + error.error_text + ' ) ') +'\" Error Occur.!'); + this.errorMessage = "Some Thing Wents Wrong Try Again.!"; + }); + + + + + + + + } + + submit2(){ + console.log( this.full_data) + + console.log(localStorage.getItem('map_id')); + let map_id = localStorage.getItem('map_id'); + let data = localStorage.getItem('formvalue'); + console.log( JSON.parse(data)) + let tmp = JSON.parse(data) + let customer_segment = tmp.fk_customer_segment; + let product_id = tmp.fk_product_id; + let form_status ="draf"; + let entity_id = localStorage.getItem('entity_id'); + + let param = {"entity_id":entity_id,"product_id":product_id,"customer_segment_id":customer_segment,"map_id": map_id,"form_id": this.form_id, "json":this.full_data ,"form_status":form_status} + // let formValues; + console.log(param) + // console.log("worked") + this.masterService.saveupdatejsondetails(param).subscribe( + dataresult => { + if (dataresult.status == 200) { + console.log(dataresult); + this.notifier.notify('success', 'Your Changes Updated.!'); + + } + else { + this.notifier.notify('warning', 'Something Went Wrong Try Again.!'); + this.errorMessage = "Something Went Wrong Try Again.!"; + } + }, error => { + this.notifier.notify('error', 'Something Went Wrong Try Again.! \t\"' + (error.error_type == 2 ? error.error_status + ' ( ' + error.error_text + ' ) ' : ' ( ' + error.error_text + ' ) ') +'\" Error Occur.!'); + this.errorMessage = "Some Thing Wents Wrong Try Again.!"; + }); + + + + + + + + } + + +} diff --git a/ng6-seed/src/app/template2/selection-list-view/selection-list-view.component.html b/ng6-seed/src/app/template2/selection-list-view/selection-list-view.component.html index 2d37d370b..3364ac299 100644 --- a/ng6-seed/src/app/template2/selection-list-view/selection-list-view.component.html +++ b/ng6-seed/src/app/template2/selection-list-view/selection-list-view.component.html @@ -1,84 +1,102 @@ -

-
- Section List Edit Items (Enable / Disable)
-
-
- - -
-

- - - - - - - -
- - - {{quesIndex+1}} -
- {{ formButton.form_name }} -
- - - - - - - - - -
- -
-
- - -
- - - - - {{actualQuestions+1}} -
- {{ photoButton.form_name }} -
- - -
-
- -
-
- + + + +
+ +

+
+ Section List Edit Items ( Enable / Disable)
+ +
+
+ +
+

+ + + + + + + + + + + + +
+ + + {{quesIndex+1}} +
+ {{ formButton.form_name }} +
+ + + + + + + + + +
+ +
+
+ + +
+ + + + + {{actualQuestions+1}} +
+ {{ photoButton.form_name }} +
+ + +
+
+ +
+
+ + + + + +
+
+
+
+ +
+ - - - - - +
+ \ No newline at end of file diff --git a/ng6-seed/src/app/template2/selection-list-view/selection-list-view.component.scss b/ng6-seed/src/app/template2/selection-list-view/selection-list-view.component.scss index d0c8aae1e..c4d0e34c1 100644 --- a/ng6-seed/src/app/template2/selection-list-view/selection-list-view.component.scss +++ b/ng6-seed/src/app/template2/selection-list-view/selection-list-view.component.scss @@ -2,6 +2,14 @@ // margin: 2 0%; // } + +.body-container { + + background-color: white !important; +} +.form{ + background-color: white !important; +} .paragraph_change { color: #fff !important; background-color: #e00201 !important; diff --git a/ng6-seed/src/app/template2/selection-list-view/selection-list-view.component.ts b/ng6-seed/src/app/template2/selection-list-view/selection-list-view.component.ts index a8d37fa82..892b69e93 100644 --- a/ng6-seed/src/app/template2/selection-list-view/selection-list-view.component.ts +++ b/ng6-seed/src/app/template2/selection-list-view/selection-list-view.component.ts @@ -9,6 +9,7 @@ import { LoaderService } from 'app/shared/loaderService/loader.service'; import { PdTrigerService } from 'app/personal-discussion/pd-service/pd-triger.service'; import { MasterService } from '../master.service'; import { EditTemplateComponent } from '../edit-template/edit-template.component'; +import { ViewComponent } from '../view/view.component'; import { LenderProductSegMappingComponent } from '../lender-product-seg-mapping/lender-product-seg-mapping.component'; @Component({ selector: 'app-selection-list-view', @@ -118,14 +119,16 @@ export class SelectionListViewComponent implements OnInit { loadTemplates(){ this.formvalue console.log(this.formvalue.template_lender_map_id) + + // localStorage.setItem('map_id',this.formvalue.template_lender_map_id); this.entity_id = localStorage.getItem('entity_id') console.log( this.entity_id) let map_id = localStorage.getItem('map_id'); console.log(map_id) console.log( this.formvalue) // console.log('start pd component inside - loadTemplates params are,',startID,type,randomString); - this.masterService.loadPDTemplates(this.formvalue.template_lender_map_id).subscribe( - + this.masterService.loadPDTemplates(map_id).subscribe( + //this.masterService.loadPDTemplates(this.formvalue.template_lender_map_id).subscribe( data => { console.log("after reponse = ", data); //console.log("after reponse = ", data.records.pdmaster_details); @@ -134,11 +137,12 @@ export class SelectionListViewComponent implements OnInit { if (data.status == 200) { this.categoryFormButtons = data.records[0].forms - + this.categoryFormButtons.sort((a,b) => a.pd_form_order - b.pd_form_order ) + this.masterService.list_4.next( this.categoryFormButtons); this.map_id = data.records[0].map_id - localStorage.setItem('map_id',this.map_id); + //localStorage.setItem('map_id',this.map_id); } @@ -191,10 +195,10 @@ export class SelectionListViewComponent implements OnInit { //this.router.routeReuseStrategy.shouldReuseRoute = () => false; //this.router.onSameUrlNavigation = 'reload'; - this.router.navigate(['template2/lenderlist']); - setTimeout(()=>{ //<<<---using ()=> syntax - window.location.reload() - }, 1); + // this.router.navigate(['template2/lenderlist']); + // setTimeout(()=>{ //<<<---using ()=> syntax + // window.location.reload() + // }, 1); //this.router.navigate([ 'template2/lenderlist'], { relativeTo: this.route }); } @@ -203,23 +207,46 @@ export class SelectionListViewComponent implements OnInit { OnSelectDirectForms(details: any,id:any) { console.log(details) - console.log(details.is_group_form) - - localStorage.setItem('form_id',details.form_id); - if(details.is_group_form == 1){ - this.masterService.list_3.next(details); - console.log(id) - this.router.navigate(['group-form'], { relativeTo: this.route }); - + console.log(details.is_business_form) + // console.log(details.json) + + console.log(details.is_group_form) + this.masterService.list_3.next(details); + localStorage.setItem('form_id',details.form_id); + if(details.is_group_form == 1){ + localStorage.setItem('form',JSON.stringify(details)); + this.masterService.list_3.next(details); + console.log(id) + this.router.navigate(['group-form'], { relativeTo: this.route }); + + + }else{ + if(details.json !== ""){ + localStorage.setItem('form',JSON.stringify(details)); + this.masterService.list_3.next(details); + console.log(id) + //this.router.navigate(['Group-form'], { relativeTo: this.route }); + this.router.navigate(['edit',id], { relativeTo: this.route }); + }else{ + const dialogRef = this.dialog.open(ViewComponent, { + data: {'form_name': details.form_name, 'data':details,id:"1"}, + // position: { right: '0'}, + disableClose: true, + minWidth: '30%', + maxWidth: '40%', + }); + dialogRef.afterClosed() + .subscribe(dataresult => { + // this.notifier.notify('success', 'Successfully allocated.!'); + // this.loadTemplates(this.startPD,2,this.randomString); + }); + } + + } + - }else{ - this.masterService.list_3.next(details); - console.log(id) - //this.router.navigate(['Group-form'], { relativeTo: this.route }); - this.router.navigate(['Edit-template'], { relativeTo: this.route }); - } - + } OnSelectform(details,index,disable_key){ diff --git a/ng6-seed/src/app/template2/template2.module.ts b/ng6-seed/src/app/template2/template2.module.ts index b8adb7384..4141864f6 100644 --- a/ng6-seed/src/app/template2/template2.module.ts +++ b/ng6-seed/src/app/template2/template2.module.ts @@ -13,7 +13,7 @@ import {FileUploadModule} from 'ng2-file-upload/ng2-file-upload'; import {TreeModule} from 'angular-tree-component'; import {NgxDatatableModule} from '@swimlane/ngx-datatable'; import {NgxSpinnerModule} from 'ngx-spinner' - +import {DragDropModule} from '@angular/cdk/drag-drop'; import { MatCardModule, MatIconModule, @@ -40,8 +40,9 @@ import { MatTooltipModule } from '@angular/material/tooltip'; import { LenderProductSegMappingComponent } from './lender-product-seg-mapping/lender-product-seg-mapping.component'; import { SelectionListViewComponent } from './selection-list-view/selection-list-view.component'; import { EditTemplateComponent } from './edit-template/edit-template.component'; + import { - + MatAutocompleteModule, MatBadgeModule, MatBottomSheetModule, @@ -59,7 +60,12 @@ import { MatTreeModule, } from '@angular/material'; import { FormGroupComponent } from './form-group/form-group.component'; - +import { HttpClientModule } from '@angular/common/http'; +import { HttpModule } from '@angular/http'; +import { ViewComponent } from './view/view.component'; +import { QuestionViewComponent } from './question-view/question-view.component'; +import { AddquestionComponent } from './addquestion/addquestion.component'; +import { NgxSmoothDnDModule } from 'ngx-smooth-dnd'; const customNotifierOptions: NotifierOptions = { position: { horizontal: { @@ -102,6 +108,52 @@ const customNotifierOptions: NotifierOptions = { }; @NgModule({ imports: [ + NgxSmoothDnDModule, + DragDropModule, + CommonModule, + ReactiveFormsModule, + FormsModule, + MatProgressBarModule, + CKEditorModule, + PdfViewerModule, + MatCardModule, + MatIconModule, + MatAutocompleteModule, + MatInputModule, + MatRadioModule, + MatTableModule, + MatPaginatorModule, + MatButtonModule, + MatProgressBarModule, + MatToolbarModule, + FlexLayoutModule, + NgxDatatableModule, + NgxSpinnerModule, + MatChipsModule,MatProgressSpinnerModule, + FormsModule,MatSlideToggleModule, + + MatSelectModule, MatListModule,MatGridListModule, MatTabsModule, MatBadgeModule, MatCheckboxModule,MatStepperModule,MatSidenavModule ,MatMenuModule, MatButtonToggleModule, + ReactiveFormsModule, + MatBottomSheetModule, + + MatDividerModule, + + MatNativeDateModule, + + MatRippleModule, + + MatSliderModule, + + MatSnackBarModule, + + MatTreeModule, + FileUploadModule, + TreeModule, + MatDatepickerModule, + MatDialogModule,MatSortModule, + NgxMatSelectSearchModule,MatTooltipModule, MatExpansionModule, + + MatInputModule , A11yModule, PortalModule, CdkStepperModule, @@ -109,9 +161,6 @@ const customNotifierOptions: NotifierOptions = { CommonModule, CdkTreeModule, PdfViewerModule,FileUploadModule,TreeModule,NgxDatatableModule,NgxSpinnerModule, - - - CKEditorModule, NotifierModule.withConfig(customNotifierOptions), FlexLayoutModule, @@ -149,13 +198,14 @@ const customNotifierOptions: NotifierOptions = { MatTreeModule, RouterModule.forChild(Template2Routes), ], - declarations: [LenderListComponent, LenderProductSegMappingComponent, SelectionListViewComponent, EditTemplateComponent, FormGroupComponent], - entryComponents: [EditTemplateComponent], + declarations: [LenderListComponent, LenderProductSegMappingComponent, SelectionListViewComponent, EditTemplateComponent, FormGroupComponent, ViewComponent, QuestionViewComponent, AddquestionComponent,], + entryComponents: [ViewComponent,SelectionListViewComponent,EditTemplateComponent,QuestionViewComponent + ], exports: [ - EditTemplateComponent + EditTemplateComponent,SelectionListViewComponent,QuestionViewComponent ], providers : [ - MasterService,EditTemplateComponent + MasterService,EditTemplateComponent,LenderListComponent,SelectionListViewComponent,QuestionViewComponent ] }) export class Template2Module { } diff --git a/ng6-seed/src/app/template2/template2.routing.ts b/ng6-seed/src/app/template2/template2.routing.ts index 9e067589f..876080241 100644 --- a/ng6-seed/src/app/template2/template2.routing.ts +++ b/ng6-seed/src/app/template2/template2.routing.ts @@ -1,10 +1,12 @@ import { NgModule } from '@angular/core'; import { Routes, RouterModule } from '@angular/router'; +import { AddquestionComponent } from './addquestion/addquestion.component'; import { EditTemplateComponent } from './edit-template/edit-template.component'; import { FormGroupComponent } from './form-group/form-group.component'; import { LenderListComponent } from './lender-list/lender-list.component'; import { LenderProductSegMappingComponent } from './lender-product-seg-mapping/lender-product-seg-mapping.component'; +import { QuestionViewComponent } from './question-view/question-view.component'; import { SelectionListViewComponent } from './selection-list-view/selection-list-view.component'; import { Template2Module } from './template2.module'; export const Template2Routes: Routes = [ @@ -12,13 +14,14 @@ export const Template2Routes: Routes = [ { path: '', redirectTo: 'lenderlist', - pathMatch: 'full', + // pathMatch: 'full', },{ path: '', children: [ { path: 'lenderlist', component: LenderListComponent, + //component: QuestionViewComponent, children: [ { path: 'lps/:question-id', @@ -29,16 +32,28 @@ export const Template2Routes: Routes = [ component: SelectionListViewComponent, }, { - path: 'lps/:question-id/selection-list/Edit-template', - component: EditTemplateComponent, + path: 'lps/:question-id/selection-list/edit/:id', + // component: EditTemplateComponent, + component: QuestionViewComponent, + // component: AddquestionComponent, + + }, + { + path: 'lps/:question-id/selection-list2/edit/:id', + //component: EditTemplateComponent, + component: QuestionViewComponent, + // component: AddquestionComponent, + }, { path: 'lps/:question-id/selection-list/group-form', component: FormGroupComponent, }, { - path: 'lps/:question-id/selection-list/group-form/Edit-template', - component: EditTemplateComponent, + path: 'lps/:question-id/selection-list/group-form/edit/:id', + //component: EditTemplateComponent, + component: QuestionViewComponent, + // component: AddquestionComponent, } ] }, diff --git a/ng6-seed/src/app/template2/view/view.component.html b/ng6-seed/src/app/template2/view/view.component.html new file mode 100644 index 000000000..350f4d4c8 --- /dev/null +++ b/ng6-seed/src/app/template2/view/view.component.html @@ -0,0 +1,170 @@ + +

+
+ {{dialoge_title_content}} +
+
+ + +
+

+ +
+ {{dialoge_subcontent}} +

+ {{dialoge_content}} +

+ + +
+
+ + + + + + Mandatory + + + + + +
+
+ Question : {{dialoge_subcontent}} +

+ {{dialoge_content}} +

+ + + +
Score Card Impact: {{score_card }}
+ +
{{ section | uppercase}}
+ +
  • + {{ question }} +
+ +
+

{{completeness_message}}

+
{{ forms.section_name | uppercase}}
+ +
  • + {{ question }} +
+
+
+ +
+ +
+
+
+ +
+
+
+ + + + + + + + + + +
+ Mandatory + +
+ + + + + {{ question.name }} + +
+
+
+
+ + + + + +
+ {{validation.message}} +
+
+
+ + + + + + + +
+
+
+ +
+ +
+ 25% + 50% + 75% + 100% +
+
+ + + {{ question.name }} + + +
+ + + + + + + + + + + + +
+ + + + + + + +
+ +
+ +
+ + + + + + + diff --git a/ng6-seed/src/app/template2/view/view.component.scss b/ng6-seed/src/app/template2/view/view.component.scss new file mode 100644 index 000000000..5f8c925da --- /dev/null +++ b/ng6-seed/src/app/template2/view/view.component.scss @@ -0,0 +1,45 @@ +.paragraph_change { + color: #fff !important; + background-color: #e00201 !important; + } + ::ng-deep { .no-padding > mat-dialog-container { + // background: black; + padding: 0; + // overflow-y: scroll !important; + } + } + .example-full-width { + width: 100%; + } + .mat-dialog-content{ + margin:0px !important; + } + // mat-placeholder{ + // margin-top: 20px; + // word-wrap: break-word; + // } + // input{ + // height:40px; + // } + + .mat-form-field-label { + white-space: normal; + } + + textarea.mat-input-element { + padding: 0px 0; + margin: 5px 0; + } + + .mat-input-placeholder { + white-space: normal; + } + + mat-form-field { + margin: 0 2%; + } +.paragraph_change { + color: #fff !important; + background-color: #e00201 !important; +} + \ No newline at end of file diff --git a/ng6-seed/src/app/template2/view/view.component.spec.ts b/ng6-seed/src/app/template2/view/view.component.spec.ts new file mode 100644 index 000000000..6cc48d40f --- /dev/null +++ b/ng6-seed/src/app/template2/view/view.component.spec.ts @@ -0,0 +1,25 @@ +import { async, ComponentFixture, TestBed } from '@angular/core/testing'; + +import { ViewComponent } from './view.component'; + +describe('ViewComponent', () => { + let component: ViewComponent; + let fixture: ComponentFixture; + + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [ ViewComponent ] + }) + .compileComponents(); + })); + + beforeEach(() => { + fixture = TestBed.createComponent(ViewComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); + + it('should create', () => { + expect(component).toBeTruthy(); + }); +}); diff --git a/ng6-seed/src/app/template2/view/view.component.ts b/ng6-seed/src/app/template2/view/view.component.ts new file mode 100644 index 000000000..bcb787e59 --- /dev/null +++ b/ng6-seed/src/app/template2/view/view.component.ts @@ -0,0 +1,308 @@ +import { Component, Inject, OnInit } from '@angular/core'; + +import {MatDialog,MatDialogRef,MAT_DIALOG_DATA } from '@angular/material'; +import {FormBuilder, FormArray, FormControl, FormGroup, Validators} from '@angular/forms'; +@Component({ + selector: 'app-view', + templateUrl: './view.component.html', + styleUrls: ['./view.component.scss'] +}) +export class ViewComponent implements OnInit { + dialoge_subcontent:any=[]; + completeness_message:any=[]; + dialoge_content:any=[]; + dialoge_title_content:any=[]; + form: boolean; + add_question: boolean; + isChecked : boolean = false + userDetailsForm: any; + question_Type: any=[]; + Api:any=[]; + show: any; + questionsForm: any; + EditQuestions: any=[]; + depends: any=[]; + depends_question: any; + section: any=[]; + depends_child: any=[]; + Mandatory_checked = false; + score_card: any=[]; + public emailForm: FormGroup; + public emailLabels = ['Home', 'Work', 'Other']; + public validationMsgs = { + 'emailAddress': [{ type: 'email', message: 'Enter a valid email' }] + } + show2: boolean; + constructor(@Inject(MAT_DIALOG_DATA) public data: any,private fb: FormBuilder,private dialog: MatDialog, private _formBuilder: FormBuilder) { + console.log(this.data) + this.data.data + + // this.completeness_message.push("information") + if(!this.data.template && this.data.add == null && this.data.id == "1"){ + console.log("1") + console.log(this.data) + this.form = true; + this.add_question = false; + this.dialoge_subcontent.push(this.data.form_name) + this.dialoge_content.push("This is a Static Form and Non Editable") + this.dialoge_title_content.push("Section") + } + else if(this.data.add != null && this.data.id != "3"){ + console.log("2") + this.form = false; + this.add_question = true; + this.dialoge_subcontent.push(this.data.add) + this.dialoge_content.push("This Question depends on another question") + //this.dialoge_content.push("Removal of The Questions Impact Following") + this.dialoge_title_content.push("Add Question") + }else if(this.data.id == "3"){ + console.log("3") + // this.form = false; + // this.add_question = false; + // if(this.data.add.data3.disable){ + // this.isChecked = this.data.add.data3.disable + // }else{ + // this.isChecked = false; + // } + + this.dialoge_subcontent.push(this.data.form_name) + this.EditQuestions = this.data.data; + + if(!this.data.valid){ + this.Mandatory_checked = false; + }else{ + this.Mandatory_checked = true; + } + + console.log( this.EditQuestions) + // this.questionsForm.controls.questions.setValue( this.data.data); + //this.dialoge_content.push("This Question depends on another question") + this.dialoge_title_content.push(" Edit Question") + }else{ + this.form = false; + this.add_question = false; + console.log(this.data) + this.section = this.data.full_data.section_name; + this.depends = this.data.form.depends[0].section + this.depends_child = this.data.form.depends[0].child + this.depends_question = this.data.form.depends[0].section + this.score_card = this.data.form.score_card + + this.dialoge_subcontent.push(this.data.form_name) + this.dialoge_content.push("Removal of The Question Impact Following:") + this.dialoge_title_content.push("Question") + } + + } + + ngOnInit() { + this.question_Type = [{'id':1,'name':'Textbox'}, + {'id':2,'name':'Radio'}, + {'id':4,'name':'Multi-select'}, + {'id':3,'name':'Select'}, + {'id':7,'name':'Textarea'}, + {'id':5,'name':'Checkbox'}, + + ]; + this.Api = [{'id':1,'name':'GET'}, + {'id':2,'name':'POST'}, + + + ]; + this.emailForm = this.fb.group({ + emails: this.fb.array([this.createEmailFormGroup()]) + }); + this.createForms(); + + // this.userDetailsForm.controls.name.setValue( this.data.data); + } + + createForms() { + + + // user details form validations + this.userDetailsForm = this.fb.group({ + name: ['', Validators.required], + question: ['', Validators.required], + mandatory: ['', Validators.required], + api: ['', Validators.required], + api_name: ['', Validators.required], + Field: ['', Validators.required], + params: ['', Validators.required], + Onchange: ['', Validators.required], + width: ['', Validators.required], + + option: this._formBuilder.array([ + this.createEmailFormGroup() + ]), + //emails: this.fb.array([this.createEmailFormGroup()]) + // gender: new FormControl('', Validators.required), + }); + // this.emailForm = this.fb.group({ + // emails: this.fb.array([this.createEmailFormGroup()]) + // }); + + // this.questionsForm = this.fb.group({ + + // questions: ['', Validators.required], + + + // // gender: new FormControl('', Validators.required), + // }); + + + + + } + get(){ + console.log( this.userDetailsForm.value.question) + // console.log( w) + let w = this.userDetailsForm.value.question + + if(w == "3" ||w == "4"){ + this.show =true + }else{ + this.show =false + } + + + } + get3($event, question){ + + let w = this.userDetailsForm.value.question + + if(w == "3" ||w == "4"){ + this.show =false + this.show2 =true + }else{ + this.show =true + this.show2 =false + } + } + get2(){ + + this.show2 =true + + + + } + onSubmitAccountDetails(value) { + console.log(value); + } + public addEmailFormGroup() { + const emails = this.userDetailsForm.get('option') as FormArray + emails.push(this.createEmailFormGroup()) + } + + public removeOrClearEmail(i: number) { + const emails = this.userDetailsForm.get('option') as FormArray + if (emails.length > 1) { + emails.removeAt(i) + } else { + emails.reset() + } + } + + private createEmailFormGroup(): FormGroup { + return new FormGroup({ + 'option': new FormControl(''), + + }) + } + onSubmitUserDetails(value) { + console.log( this.data.add); + this.emailForm.get('emails') + console.log(value); + console.log( this.data.full_data); + console.log( this.emailForm.get('emails')); + console.log( this.data.form_name); + + console.log( this.data.form_name); + console.log( this.EditQuestions); + localStorage.setItem('edit', '1') + localStorage.setItem('question_edit', this.EditQuestions) + localStorage.setItem('question_check', this.isChecked.toString()) + + let question = value.name ; + let question_key = value.name ; + let width = value.width ; + let title = value.title || null; + let question_type = value.question || null; + let Onchange = value.Onchange || null; + let api = value.api || null; + + var names = value.Field + var nameArr = names.split(','); + + let api_properties = { + "api":value.api_name, + "api_method":api, + "params":{ + "master_name": value.params + }, + "fields":[ + ''+nameArr[0]+'',''+nameArr[1]+'' + ] + } || null; + let valid; + console.log( this.Mandatory_checked ) + if( this.Mandatory_checked == true){ + valid = [ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }else{ + valid = null; + } + localStorage.setItem('question_edit_valid', JSON.stringify(valid)) + let json = {'answers':null, + "validations":valid, + 'api_properties': api_properties, + 'disable': false, + 'field_width': width, + 'is_repeatable': null, + 'required':value.mandatory, + 'onchange_properties': Onchange, + 'question':question, + 'question_key':question_key, + 'title': title, + 'type': question_type, + } + console.log(json); + localStorage.setItem('addquestion',JSON.stringify(json)) + + } + onValChange(check){ +console.log(check) +if(check == true && this.data.add.data3.depends != null){ + + +console.log(this.data) +this.dialoge_subcontent=[]; +this.form = true; +this.add_question = false; + this.section = this.data.full_data.section_name; +this.depends = this.data.add.data3.depends[0].section +this.depends_child = this.data.add.data3.depends[0].child +this.depends_question = this.data.add.data3.depends[0].section +this.score_card = this.data.add.data3.score_card +this.dialoge_subcontent.push(this.data.data) +this.dialoge_content =[]; +this.dialoge_content.push("Removal of The Question Impact Following:") +this.dialoge_title_content.push("Question") +}else{ + this.form = false; +this.add_question = false; +} + + } + onNoClick(){ + + } + +} diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/1.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/1.json new file mode 100644 index 000000000..fd2a4456c --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/1.json @@ -0,0 +1,316 @@ +{ + "section_id":"1", + "section_name":"Borrower & Guarantor Details", + "onsubmit":null, + "questions":[ + { + "question":[{ + "question":"Borrower Type", + "question_key":"borrower_type", + "type":"1", + "field_width":"100", + "answers":null, + "api_properties":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"relationship", + "expression":"(String('borrower_type').toLowerCase() != String('guarantor'))", + "value_keys":[ + "borrower_type" + ], + "questions":[ + { + "question":"Numbers of years for which the business has been running", + "question_key":"numbers_of_years_business_running", + "type":"1", + "field_width":"45", + "field_type":"num", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_subfield":"1", + "parent_question_key":"entity_type", + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + } + ] + } + ] + }, + { + "purpose":"validations", + "validations":[{ + "value_keys":["borrower_type"], + "value":"(String('borrower_type').toLowerCase() != String('guarantor'))", + "validation_to":"borrower_age", + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required" + }]} + ], + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Name", + "question_key":"borrower_name", + "type":"1", + "field_width":"100", + "onchange_properties":null, + "api_properties":null, + "answers":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "questions_level_two":[ + { + "question":"Mobile Number", + "question_key":"mobile_no", + "type":"1", + "field_type":"num", + "field_width":"100", + "onchange_properties":null, + "api_properties":null, + "answers":null, + "is_repeatable":null, + "validations":[ + { + "name":"pattern", + "isactive":"1", + "validator":"[0-9]{10}", + "message":"Mobile number should be 10 digit", + "value":null + } + ] + } + ], + "is_repeatable":"2", + "group_key":"mobile_numbers", + "group_title":"Mobile Number" + }, + { + "question":"Entity Type", + "question_key":"entity_type", + "type":"1", + "field_width":"100", + "api_properties":null, + "answers":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"relationship", + "expression":"(String('entity_type').toLowerCase() == String('individual'))", + "value_keys":[ + "entity_type" + ], + "questions":[ + { + "question":"Age", + "question_key":"borrower_age", + "type":"1", + "field_type":"num", + "field_width":"50", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_subfield":"1", + "parent_question_key":"entity_type", + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + } + ]}, + { + "insert_index":"relationship", + "expression":"(String('entity_type').toLowerCase() == String('individual'))", + "value_keys":[ + "entity_type" + ], + "questions":[ + { + "question":"Met / Not Met", + "question_key":"borrower_met", + "type":"2", + + "field_width":"20", + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, + { + "answer_id":"No", + "answer":"No" + } + ], + "onchange_properties":null, + "is_subfield":"1", + "parent_question_key":"entity_type", + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + } + ] + } + + ] + }, + { + "purpose":"question_label", + "expression":"(function () {let label= '';(String('entity_type').toLowerCase().includes('individual')) ? label= 'Number of years the borrower has been in this business.' : label = 'Number of years for which the business has been running';return label}())", + "value_keys":[ + "entity_type" + ], + "insert_control":"numbers_of_years_business_running" + }, + { + "purpose":"validations", + "validations":[{ + "value_keys":["borrower_type"], + "value":"(String('borrower_type').toLowerCase() != String('guarantor'))", + "validation_to":"borrower_age", + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required" + }]} + ], + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Designation", + "question_key":"designation", + "type":"1", + "field_width":"100", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Relationship to", + "question_key":"relationship_to", + "type":"1", + "field_width":"100", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Relationship", + "question_key":"relationship", + "type":"1", + "field_width":"100", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + } + + + + ], + "is_repeatable":"1", + "group_key":"borrower_details", + "group_title":"Borrower Details" + }, + { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + ] +} diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/10.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/10.json new file mode 100644 index 000000000..9ee4a9b08 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/10.json @@ -0,0 +1,721 @@ +{ + "section_id": "10", + "section_name": "Financial Information", + "onsubmit": [ + { + "expression": "(function (){let sum_val=null;let ques_key=[];if(!control || control == undefined || control == null){return true};control.forEach(ques_obj=>{ques_key.push(ques_obj[submitProperty.key_name])});console.log('none',ques_key);return new Set(ques_key).size === ques_key.length}())", + "group_key": "financial_info", + "key_name": "fy", + "msg": "Financial Year already entered earlier" + } + ], + "questions": [ + { + "question":"Is the Financial information available?", + "question_key":"financial_info_available", + "type":"2", + "field_width":"45", + "api_properties":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"financial_info_available", + "expression":"(String('financial_info_available') && String('financial_info_available').toLowerCase() == String('yes'))", + "value_keys":[ + "financial_info_available" + ], + "questions":[ + { + "question": "Net Profit / (Net Loss) (Rs)", + "question_key": "net_profit_rs", + "place_holder": "Enter the text", + "type": "1", + "field_width": "45", + "api_properties": null, + "answers": null, + "is_repeatable": null, + "field_type": "numtoword", + "validations": [ + + ], + "onchange_properties": [ + { + "purpose": "answer_value", + "expression": "((Number(net_profit_rs)/Number(sales_amount))*100).toFixed(2)", + "value_keys": [ + "sales_amount", + "net_profit_rs" + ], + "insert_control": "net_profit_to_sales_percent" + } + ] + }, + { + "question": "Net Profit or (Net Loss) to Sales % ", + "question_key": "net_profit_to_sales_percent", + "place_holder": "Enter number", + "type": "1", + "field_width": "45", + "api_properties": null, + "answers": null, + "onchange_properties": [ + { + "purpose": "answer_value", + "expression": "(Number(sales_amount)*Number(net_profit_to_sales_percent))/100", + "value_keys": [ + "sales_amount", + "net_profit_to_sales_percent" + ], + "insert_control": "net_profit_rs" + } + ], + "is_repeatable": null, + "field_type": "num", + "validations": [ + + { + "name": "max", + "validator": "100", + "isactive": "1", + "message": "Number must be less than 100", + "value": null + } + ] + }, + { + "question": "Sales / Revenue (Rs)", + "sub_title": "Particulars of Financials for Latest Year as per person met during PD visit", + "question_key": "sales_amount", + "place_holder": "Enter text", + "type": "1", + "field_width": "100", + "field_type": "numtoword", + "api_properties": null, + "answers": null, + "onchange_properties": [ + { + "purpose": "answer_value", + "expression": "(function (){let final_value; Number(net_profit_to_sales_percent) ? final_value = (Number(sales_amount)*Number(net_profit_to_sales_percent))/100 : '';return final_value}())", + "value_keys": [ + "sales_amount", + "net_profit_to_sales_percent" + ], + "insert_control": "net_profit_rs" + }, + { + "purpose": "answer_value", + "expression": "(function (){let final_value; Number(net_profit_rs) ? final_value = (Number(net_profit_rs)/Number(sales_amount))*100 : '';return final_value.toFixed(2)}())", + "value_keys": [ + "sales_amount", + "net_profit_rs" + ], + "insert_control": "net_profit_to_sales_percent" + } + ], + "is_repeatable": null, + "validations": [ + + ] + }, + { + "question": "Does the business have any working capital facility from any lender other than Moneywise?", + "question_key": "is_any_other_working_captial_facility", + "type": "2", + "field_width": "45", + "answers": [ + { + "answer": "Yes", + "answer_id": "Yes" + }, + { + "answer": "No", + "answer_id": "No" + } + ], + "api_properties": null, + "onchange_properties": [ + { + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "is_any_other_working_captial_facility", + "expression": "(String('is_any_other_working_captial_facility') === String('Yes'))", + "value_keys": [ + "is_any_other_working_captial_facility" + ], + "questions": [ + { + "question": "Details of above facilities need to be entered", + "question_key": "facility_details_specify", + "type": "7", + "placeholder": "Enter the text", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "is_subfield": "1", + "parent_question_key": "is_any_other_working_captial_facility", + "validations": [ + + ] + }, + { + "question": "Facility details i.e. Letter of Credit/ Bank guarantee, CC limit etc.", + "question_key": "facility_details_other_lender", + "type": "3", + "field_width": "45", + "answers": [ + { + "answer": "Letter of Credit", + "answer_id": "Letter of Credit" + }, + { + "answer": "Bank guarantee", + "answer_id": "Bank guarantee" + }, + { + "answer": "CC limit", + "answer_id": "CC limit" + }, + { + "answer": "Others", + "answer_id": "Others" + } + ], + "api_properties": null, + "onchange_properties": [ + { + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "facility_details_other_lender", + "expression": "(String('facility_details_other_lender').toLowerCase() == String('others'))", + "value_keys": [ + "facility_details_other_lender" + ], + "questions": [ + { + "question": "Specify Facility details", + "question_key": "facility_details_other", + "type": "1", + "field_width": "45", + "field_type": "string", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "is_subfield": "1", + "parent_question_key": "facility_details_other_lender", + "validations": [] + } + ] + } + ] + } + ], + "is_repeatable": null, + "is_subfield": "1", + "parent_question_key": "is_any_other_working_captial_facility", + "validations": [ + + ] + } + ] + } + ] + } + ], + "is_repeatable": null, + "validations": [ + + ] + }, + { + "question": "Increase / Decrease in Turnover for Broken Period %", + "question_key": "broken_period_turnover_percent", + "type": "1", + "field_width": "45", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "num", + "validations": [ + + ] + }, + { + "question": "Turnover for Broken Period in PY (Rs)", + "question_key": "broken_period_turnover_py", + "type": "1", + "field_width": "45", + "answers": null, + "api_properties": null, + "onchange_properties": [ + { + "purpose": "answer_value", + "expression": "(((Number(broken_period_turnover_cy)-Number(broken_period_turnover_py))/Number(broken_period_turnover_cy))*100).toFixed(2)", + "value_keys": [ + "broken_period_turnover_py", + "broken_period_turnover_cy" + ], + "insert_control": "broken_period_turnover_percent" + } + ], + "is_repeatable": null, + "field_type": "numtoword", + "validations": [ + + ] + }, + { + "question": "Turnover for Broken Period in CY (Rs)", + "question_key": "broken_period_turnover_cy", + "type": "1", + "field_width": "45", + "answers": null, + "api_properties": null, + "onchange_properties": [ + { + "purpose": "answer_value", + "expression": "(((Number(broken_period_turnover_cy)-Number(broken_period_turnover_py))/Number(broken_period_turnover_cy))*100).toFixed(2)", + "value_keys": [ + "broken_period_turnover_py", + "broken_period_turnover_cy" + ], + "insert_control": "broken_period_turnover_percent" + } + ], + "is_repeatable": null, + "field_type": "numtoword", + "validations": [ + + ] + }, + { + "question": "No of Months", + "question_key": "broken_period_no_of_months", + "type": "1", + "field_width": "45", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "num", + "validations": [ + + ] + }, + { + "question": "Broken Period starting to (Date)", + "question_key": "broken_period_to_month", + "type": "1", + "place_holder": "DD-MM-YYYY (Eg 03-12-2020)", + "field_width": "45", + "answers": null, + "api_properties": null, + "onchange_properties": [ + { + "purpose": "answer_value", + "expression": "(function (){let final_value = ''; if(String('broken_period_to_month') && String('broken_period_from_month')) {let from_date = new Date((String('broken_period_from_month')).split('-').reverse().join('-'));let to_date = new Date((String('broken_period_to_month')).split('-').reverse().join('-'));console.log(to_date);if(!from_date || !to_date || !from_date instanceof Date || !to_date instanceof Date || isNaN(from_date) || isNaN(to_date)) {final_value = '';return;}final_value = to_date.getMonth() - from_date.getMonth() + (12 * (to_date.getFullYear() - from_date.getFullYear()))};return final_value}())", + "value_keys": [ + "broken_period_to_month", + "broken_period_from_month" + ], + "insert_control": "broken_period_no_of_months" + } + ], + "is_repeatable": null, + "field_type": "string", + "validations": [ + + ] + }, + { + "question": "Broken Period starting from (Date)", + "question_key": "broken_period_from_month", + "type": "1", + "field_width": "45", + "place_holder": "DD-MM-YYYY (Eg 05-02-2020)", + "answers": null, + "api_properties": null, + "onchange_properties": [ + { + "purpose": "answer_value", + "expression": "(function (){let final_value = ''; if(String('broken_period_to_month') && String('broken_period_from_month')) {let from_date = new Date((String('broken_period_from_month')).split('-').reverse().join('-'));let to_date = new Date((String('broken_period_to_month')).split('-').reverse().join('-'));console.log(to_date);if(!from_date || !to_date || !from_date instanceof Date || !to_date instanceof Date || isNaN(from_date) || isNaN(to_date)) {final_value = '';return;}final_value = to_date.getMonth() - from_date.getMonth() + (12 * (to_date.getFullYear() - from_date.getFullYear()))};return final_value}())", + "value_keys": [ + "broken_period_to_month", + "broken_period_from_month" + ], + "insert_control": "broken_period_no_of_months" + } + ], + "is_repeatable": null, + "field_type": "string", + "validations": [ + + ] + }, + { + "question": "Inventory Days as per CM Discussion", + "question_key": "inventory_days_cm", + "type": "1", + "field_width": "45", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "num", + "validations": [ + + ] + }, + { + "question": "Creditor Days as per CM Discussion", + "question_key": "creditor_days_cm", + "type": "1", + "field_width": "45", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "num", + "validations": [ + + ] + }, + { + "question": "Debtor Days as per CM Discussion", + "question_key": "debtor_days_cm", + "type": "1", + "field_width": "45", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "num", + "validations": [ + + ] + }, + { + "question": [ + { + "question": "Enter FY", + "question_key": "fy", + "type": "3", + "field_width": "45", + "answers": [], + "answer_value": "GET_FY_YEARS", + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "num", + "validations": [ + ] + }, + { + "question": "Sales / Revenue (Rs)", + "question_key": "sales_revenue", + "type": "1", + "field_width": "45", + "answers": null, + "api_properties": null, + "onchange_properties": [ + { + "purpose": "answer_value", + "expression": "((Number(net_profit)/Number(sales_revenue))*100).toFixed(2)", + "value_keys": [ + "sales_revenue", + "net_profit" + ], + "insert_control": "net_profit_sales_percent" + }, + { + "purpose": "answer_value_arr", + "arr_include": [ + "py", + "now" + ], + "expression": "((Number(sales_revenue[now])-Number(sales_revenue[py]))/Number(sales_revenue[py]))*100", + "value_keys": [ + "sales_revenue" + ], + "insert_control": "sales_py" + }, + { + "purpose": "answer_value_arr", + "arr_include": [ + "py", + "now" + ], + "expression": "(((Number(net_profit_sales_percent[now])-Number(net_profit_sales_percent[py]))/Number(net_profit_sales_percent[py]))*100).toFixed(2)", + "value_keys": [ + "net_profit_sales_percent" + ], + "insert_control": "netprofit_py_percent" + } + ], + "is_repeatable": null, + "field_type": "numtoword", + "validations": [ + + ] + }, + { + "question": "Net Profit / (Net Loss) (Rs) ", + "question_key": "net_profit", + "type": "1", + "field_width": "45", + "answers": null, + "api_properties": null, + "onchange_properties": [ + { + "purpose": "answer_value", + "expression": "((Number(net_profit)/Number(sales_revenue))*100).toFixed(2)", + "value_keys": [ + "sales_revenue", + "net_profit" + ], + "insert_control": "net_profit_sales_percent" + }, + { + "purpose": "answer_value_arr", + "arr_include": [ + "py", + "now" + ], + "expression": "((Number(net_profit[now])-Number(net_profit[py]))/Number(net_profit[py]))*100", + "value_keys": [ + "net_profit" + ], + "insert_control": "netprofit_py" + }, + { + "purpose": "answer_value_arr", + "arr_include": [ + "py", + "now" + ], + "expression": "(((Number(net_profit_sales_percent[now])-Number(net_profit_sales_percent[py]))/Number(net_profit_sales_percent[py]))*100).toFixed(2)", + "value_keys": [ + "net_profit_sales_percent" + ], + "insert_control": "netprofit_py_percent" + } + ], + "is_repeatable": null, + "field_type": "numtoword", + "validations": [ + + ] + }, + { + "question": "Net Profit or (Net Loss) to Sales % ", + "question_key": "net_profit_sales_percent", + "type": "1", + "is_disabled": "1", + "field_width": "45", + "answers": null, + "api_properties": null, + "onchange_properties": [ + { + "purpose": "answer_value_arr", + "arr_include": [ + "py", + "now" + ], + "expression": "(((Number(net_profit_sales_percent[now])-Number(net_profit_sales_percent[py]))/Number(net_profit_sales_percent[py]))*100).toFixed(2)", + "value_keys": [ + "net_profit_sales_percent" + ], + "insert_control": "netprofit_py_percent" + } + ], + "is_repeatable": null, + "field_type": "num", + "validations": [ + + ] + }, + { + "question": "% Variation in Sales over PY", + "question_key": "sales_py", + "type": "1", + "is_disabled": "1", + "field_width": "45", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "num", + "validations": [ + + ] + }, + { + "question": "% Variation in Net Profit over PY", + "question_key": "netprofit_py", + "type": "1", + "is_disabled": "1", + "field_width": "45", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "num", + "validations": [ + + ] + }, + { + "question": "Variation in Net Profit % over PY", + "question_key": "netprofit_py_percent", + "type": "1", + "is_disabled": "1", + "field_width": "45", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "num", + "validations": [ + + ] + }, + { + "question": "Debtor Days as per CET", + "sub_title": "In Case of credit sales, what is the average no. of days taken to receive the money?", + "question_key": "debtor_days_cet", + "type": "1", + "field_width": "100", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "num", + "validations": [ + + ] + }, + { + "question": "Creditor Days as per CET", + "sub_title": "In Case of credit purchases, what is the average no. of days taken to pay the money?", + "question_key": "creditor_days_cet", + "type": "1", + "field_width": "100", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "num", + "validations": [ + + ] + }, + { + "question": "Inventory Days as per CET", + "sub_title": "What is the average no. of days for which stock lies unsold during the year?", + "question_key": "inventory_days_cet", + "type": "1", + "field_width": "100", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "num", + "validations": [ + + ] + } + ], + "is_repeatable": "1", + "group_key": "financial_info", + "group_title": "Financial Information" + }, + { + "question":"Name of the Company", + "question_key":"company_name", + "place_holder":"Enter text", + "type":"3", + "api_properties":{ + "api":"getCompanyListForSMCList", + "api_method":"POST", + "params":{"records":{ + "pd_id":"VAR_PD_ID", + "random_string":"VAR_RANDOM_STRING" + }}, + "fields":[ + "company_id", + "borrower_name" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Company Name Required", + "value":null + } + ] + }, + { + "question": "Number of financial years for which we have financials", + "question_key": "no_of_financial_years", + "place_holder": "Enter the number", + "type": "1", + "field_width": "45", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "num", + "validations": [ + { + "name": "pattern", + "isactive": "1", + "validator": "[0-9]*", + "message": "Numeric only ", + "value": null + } + ] + } + ] + }] + }], + "is_repeatable":null, + "answers":[{ + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + }], + "validations":[ + + ] + }, + + { + "question_key": "common_remarks", + "question": "Remarks", + "place_holder": "Enter the text", + "type": "7", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "string", + "field_width": "45", + "validations": [] + } + ] +} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/11.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/11.json new file mode 100644 index 000000000..faaaa4c2a --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/11.json @@ -0,0 +1,359 @@ +{ + "section_id":"11", + "section_name":"Supplier details", + "onsubmit":null, + "questions":[ + { + "question":"Is the Supplier information available?", + "question_key":"supplier_info_available", + "type":"2", + "field_width":"45", + "api_properties":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"supplier_info_available", + "expression":"(String('supplier_info_available') == String('No'))", + "value_keys":[ + "supplier_info_available" + ], + "questions":[ + { "question":"Reason", + "question_key":"supplier_not_available_reason", + "type":"7", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"supplier_info_available", + "answers":null, + "validations":[ + + ] + } ] } ] }, + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"supplier_info_available", + "expression":"(String('supplier_info_available') == String('Yes'))", + "value_keys":[ + "supplier_info_available" + ], + "questions":[ + { + "question":[{ + "question":"Raw Material Name/ Trading Product Name/ Service Name", + "question_key":"provider_name", + "type":"1", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"supplier_info_available", + "answers":null, + "validations":[ + + ] + }, + { + "question":"Supplier Name", + "question_key":"supplier_name", + "type":"1", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"supplier_info_available", + "answers":null, + "validations":[ + + ] + }, + { + "question":"Contact Person name", + "question_key":"contact_person_name", + "type":"1", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"supplier_info_available", + "answers":null, + "validations":[ + + ] + }, + { + "question":"Contact Person Designation", + "question_key":"contact_person_designation", + "type":"8", + "field_width":"100", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"COMPANYRELATIONSHIPS" + }, + "fields":[ + "company_relationship_id", + "name" + ] + }, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"supplier_info_available", + "answers":null, + "validations":[ + ] + }, + { + "question":"Contact Person Mobile Number", + "question_key":"contact_person_mobile_no", + "type":"1", + "field_type":"num", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"supplier_info_available", + "answers":null, + "validations":[ + { + "name":"pattern", + "isactive":"1", + "validator":"[0-9]{10,12}", + "message":"Mobile number should be 10-12 digit", + "value":null + } + ] + }, + { + "question":"STD Code", + "sub_title":"Contact Person Landline number", + "question_key":"person_stdcode", + "type":"1", + "field_type":"num", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"supplier_info_available", + "answers":null, + "validations":[ + { + "name":"pattern", + "isactive":"1", + "validator":"[0-9]{3,5}", + "message":"Maximum 5 digit allowed", + "value":null + } + ] + }, + { + "question":"Contact Person Landline number", + "question_key":"person_landline", + "type":"1", + "field_type":"num", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"supplier_info_available", + "answers":null, + "validations":[ + { + "name":"pattern", + "isactive":"1", + "validator":"[0-9]{6,8}", + "message":"Maximum 8 digit allowed", + "value":null + } + ] + }, + { + "question":"Payment Terms", + "question_key":"payment_type", + "type":"3", + "field_width":"100", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"PAYMENTMODE" + }, + "fields":[ + "id", + "name" + ] + }, + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"payment_type", + "expression":"(String('payment_type') == String('3'))", + "value_keys":[ + "payment_type" + ], + "questions":[ + { + "question":"No. of credit period provided by supplier", + "question_key":"credit_period_no", + "type":"1", + "field_type":"num", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"payment_type", + "answers":null, + "validations":[ + + ] + }, + { + "question":"What % of total purchases are done on credit?", + "question_key":"credit_total_purchase", + "type":"1", + "field_type":"num", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"payment_type", + "answers":null, + "validations":[ + + { + "name":"max", + "isactive":"1", + "validator":"100", + "message":"Percentage should lower or equal to '100'", + "value":null + } + ] + } + + ]}]}], + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"payment_type", + "answers":null, + "validations":[ + + ] + }, + { + "question":"Payment Mode", + "question_key":"payment_mode", + "type":"3", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"supplier_info_available", + "answers":[ + { + "answer_id":"Payment made in Cash", + "answer":"Payment made in Cash" + }, + { + "answer_id":"Payment made through Banking channels", + "answer":"Payment made through Banking channels" + }, + { + "answer_id":"Payment made through Cash and Banking channels", + "answer":"Payment made through Cash and Banking channels" + } + ], + "validations":[ + + ] + }, + { + "question":"Name of the Company", + "question_key":"company_name", + "place_holder":"Enter text", + "type":"3", + "api_properties":{ + "api":"getCompanyListForSMCList", + "api_method":"POST", + "params":{"records":{ + "pd_id":"VAR_PD_ID", + "random_string":"VAR_RANDOM_STRING" + }}, + "fields":[ + "company_id", + "borrower_name" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Company Name Required", + "value":null + } + ] + } + ], + "is_repeatable":"1", + "group_title":"Supplier Details", + "group_key":"supplier_details" + } + + ] + } + ] + }], + "is_repeatable":null, + "answers":[{ + "answer":"Yes", + "answer_id":"Yes" + }, + { + "answer":"No", + "answer_id":"No" + }], + "validations":[ + + ] + }, + { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + + + ] + } + \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/12.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/12.json new file mode 100644 index 000000000..007656584 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/12.json @@ -0,0 +1,359 @@ +{ + "section_id":"12", + "section_name":"Clients details", + "onsubmit":null, + "questions":[ + { + "question":"Is the Client information available?", + "question_key":"client_info_available", + "type":"2", + "field_width":"45", + "api_properties":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"client_info_available", + "expression":"(String('client_info_available') == String('No'))", + "value_keys":[ + "client_info_available" + ], + "questions":[ + { "question":"Reason", + "question_key":"client_not_available_reason", + "type":"7", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"client_info_available", + "answers":null, + "validations":[ + + ] + } ] } ] }, + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"client_info_available", + "expression":"(String('client_info_available') == String('Yes'))", + "value_keys":[ + "client_info_available" + ], + "questions":[ + { + "question":[{ + "question":"Trading Product/Service/Manufacturing Product name", + "question_key":"provider_name", + "type":"1", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"client_info_available", + "answers":null, + "validations":[ + + ] + }, + { + "question":"Client Name", + "question_key":"client_name", + "type":"1", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"client_info_available", + "answers":null, + "validations":[ + + ] + }, + { + "question":"Contact Person name", + "question_key":"contact_person_name", + "type":"1", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"client_info_available", + "answers":null, + "validations":[ + + ] + }, + { + "question":"Contact Person Designation", + "question_key":"contact_person_designation", + "type":"8", + "field_width":"100", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"COMPANYRELATIONSHIPS" + }, + "fields":[ + "company_relationship_id", + "name" + ] + }, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"client_info_available", + "answers":null, + "validations":[ + ] + }, + { + "question":"Contact Person Mobile Number", + "question_key":"contact_person_mobile_no", + "type":"1", + "field_type":"num", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"client_info_available", + "answers":null, + "validations":[ + { + "name":"pattern", + "isactive":"1", + "validator":"[0-9]{10,12}", + "message":"Mobile number should be 10-12 digit", + "value":null + } + ] + }, + { + "question":"STD Code", + "sub_title":"Contact Person Landline number", + "question_key":"person_stdcode", + "type":"1", + "field_type":"num", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"client_info_available", + "answers":null, + "validations":[ + { + "name":"pattern", + "isactive":"1", + "validator":"[0-9]{3,5}", + "message":"Maximum 5 digit allowed", + "value":null + } + ] + }, + { + "question":"Contact Person Landline number", + "question_key":"person_landline", + "type":"1", + "field_type":"num", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"client_info_available", + "answers":null, + "validations":[ + { + "name":"pattern", + "isactive":"1", + "validator":"[0-9]{6,8}", + "message":"Maximum 8 digit allowed", + "value":null + } + ] + }, + { + "question":"Payment Terms", + "question_key":"payment_type", + "type":"3", + "field_width":"100", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"PAYMENTMODE" + }, + "fields":[ + "id", + "name" + ] + }, + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"payment_type", + "expression":"(String('payment_type') == String('3'))", + "value_keys":[ + "payment_type" + ], + "questions":[ + { + "question":"No. of days of credit period provided by client", + "question_key":"credit_period_no", + "type":"1", + "field_type":"num", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"payment_type", + "answers":null, + "validations":[ + + ] + }, + { + "question":"What % of total sales are done on credit?", + "question_key":"credit_total_purchase", + "type":"1", + "field_type":"num", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"payment_type", + "answers":null, + "validations":[ + + { + "name":"max", + "isactive":"1", + "validator":"100", + "message":"Percentage should lower or equal to '100'", + "value":null + } + ] + } + + ]}]}], + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"payment_type", + "answers":null, + "validations":[ + + ] + }, + { + "question":"Payment Mode", + "question_key":"payment_mode", + "type":"3", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"client_info_available", + "answers":[ + { + "answer_id":"Payment made in Cash", + "answer":"Payment made in Cash" + }, + { + "answer_id":"Payment made through Banking channels", + "answer":"Payment made through Banking channels" + }, + { + "answer_id":"Payment made through Cash and Banking channels", + "answer":"Payment made through Cash and Banking channels" + } + ], + "validations":[ + + ] + }, + { + "question":"Name of the Company", + "question_key":"company_name", + "place_holder":"Enter text", + "type":"3", + "api_properties":{ + "api":"getCompanyListForSMCList", + "api_method":"POST", + "params":{"records":{ + "pd_id":"VAR_PD_ID", + "random_string":"VAR_RANDOM_STRING" + }}, + "fields":[ + "company_id", + "borrower_name" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Company Name Required", + "value":null + } + ] + } + ], + "is_repeatable":"1", + "group_title":"Client Details", + "group_key":"client_details" + } + + ] + } + ] + }], + "is_repeatable":null, + "answers":[{ + "answer":"Yes", + "answer_id":"Yes" + }, + { + "answer":"No", + "answer_id":"No" + }], + "validations":[ + + ] + }, + { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + + + ] + } + \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/13.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/13.json new file mode 100644 index 000000000..4fbfbe025 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/13.json @@ -0,0 +1,330 @@ +{ + "section_id": "13", + "section_name": "Stock details", + "onsubmit": [], + "questions": [ + { + "question": "Is stock applicable to the business (Yes / No)", + "question_key": "stock_info_available", + "type": "2", + "field_width": "45", + "api_properties": null, + "onchange_properties": [ + { + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "stock_info_available", + "expression": "(String('stock_info_available') == String('No'))", + "value_keys": [ + "stock_info_available" + ], + "questions": [ + { + "question": "Reason", + "question_key": "stock_not_available_reason", + "type": "7", + "field_width": "100", + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "is_subfield": "1", + "parent_question_key": "stock_info_available", + "answers": null, + "validations": [ + + ] + } + ] + } + ] + }, + { + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "stock_info_available", + "expression": "(String('stock_info_available') == String('Yes'))", + "value_keys": [ + "stock_info_available" + ], + "questions":[ + { + "question": "Is the stock of finished goods observed, sufficient considering the size of operations", + "question_key": "estimated_uom", + "type": "3", + "field_width": "100", + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "is_subfield": "1", + "parent_question_key": "stock_info_available", + "answers": [ + { + "answer": "Yes", + "answer_id": "yes" + }, + { + "answer": "No", + "answer_id": "no" + }, + { + "answer": "Stock not required to be maintained", + "answer_id": "not applicable" + } + ], + "validations": [ + + ] + } + ] + }, + { + "insert_index": "stock_info_available", + "expression": "(String('stock_info_available') == String('Yes'))", + "value_keys": [ + "stock_info_available" + ], + "questions": [ + { + "question": [ + { + "question": "Type of Stock", + "question_key": "stock_type", + "type": "3", + "field_width": "100", + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "is_subfield": "1", + "parent_question_key": "stock_info_available", + "answers": [ + { + "answer": "RM", + "answer_id": "RM" + }, + { + "answer": "FG", + "answer_id": "FG" + }, + { + "answer": "SFG", + "answer_id": "SFG" + } + ], + "validations": [ + + ] + }, + { + "question": "Name of trading goods/manufacturing goods (raw material/finished goods)/ Service Provided", + "question_key": "provider_name", + "place_holder": "Enter text", + "type": "1", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "string", + "validations": [ + + ] + }, + { + "question": "Stock", + "question_key": "provider_observed", + "type": "3", + "api_properties": null, + "answers": [ + { + "answer": "Add Stock Details", + "answer_id": "yes" + }, + { + "answer": "No Stock Observed", + "answer_id": "no" + } + ], + "is_repeatable": null, + "validations": [ + + ], + "onchange_properties": [ + { + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "provider_observed", + "expression": "(String('provider_observed') === String('yes'))", + "value_keys": [ + "provider_observed" + ], + "questions": [ + { + "question": "Estimated Quantity", + "question_key": "estimated_quantity", + "type": "1", + "field_width": "100", + "field_type": "num", + "api_properties": null, + "onchange_properties": [ + { + "purpose": "validations", + "validations": [ + + { + "name": "required", + "isactive": "1", + "validator": "", + "message": "Either Estimated Stock value or Estimated Quantity is required", + "value": "(String('estimated_quantity') === String(''))", + "validation_to": "estimated_stock_value", + "value_keys": [ + "estimated_quantity", + "estimated_stock_value" + ] + } + ] + } + ], + "is_repeatable": null, + "is_subfield": "1", + "parent_question_key": "provider_observed", + "answers": null, + "validations": [ + + ] + }, + { + "question": "UOM", + "question_key": "estimated_uom", + "type": "3", + "field_width": "100", + "api_properties": { + "api": "getListOfMaster", + "api_method": "POST", + "params": { + "master_name": "UOM" + }, + "fields": [ + "uom_id", + "name" + ] + }, + "onchange_properties": null, + "is_repeatable": null, + "is_subfield": "1", + "parent_question_key": "provider_observed", + "answers": null, + "validations": [ + ] + }, + { + "question": "Estimated value of stock observed", + "question_key": "estimated_stock_value", + "type": "1", + "field_type": "numtoword", + "field_width": "100", + "api_properties": null, + "onchange_properties": [ + { + "purpose": "validations", + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "", + "message": "Either Estimated Stock value or Estimated Quantity is required", + "value": "(String('estimated_stock_value') === String(''))", + "validation_to": "estimated_quantity", + "value_keys": [ + "estimated_stock_value" + ] + } + ] + } + ], + "is_repeatable": null, + "is_subfield": "1", + "parent_question_key": "provider_observed", + "answers": null, + "validations": [] + } + ] + } + ] + } + ] + }, + { + "question":"Name of the Company", + "question_key":"company_name", + "place_holder":"Enter text", + "type":"3", + "api_properties":{ + "api":"getCompanyListForSMCList", + "api_method":"POST", + "params":{"records":{ + "pd_id":"VAR_PD_ID", + "random_string":"VAR_RANDOM_STRING" + }}, + "fields":[ + "company_id", + "borrower_name" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Company Name Required", + "value":null + } + ] + } + ], + "is_repeatable": "1", + "group_title": "Stock details", + "group_key": "stock_details" + } + ] + } + ] + } + ], + "is_repeatable": null, + "answers": [ + { + "answer": "Yes", + "answer_id": "Yes" + }, + { + "answer": "No", + "answer_id": "No" + } + ], + "validations": [ + + ] + }, + { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + ] +} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/14.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/14.json new file mode 100644 index 000000000..6f19b9e15 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/14.json @@ -0,0 +1,118 @@ +{ + "section_id":"14", + "section_name":"Future Plans & Business Environments", + "onsubmit":null, + "questions":[ + { + "question":"USP of the business- How is applicant's business different from others in the same line of business", + "question_key":"usp_of_business", + "type":"1", + "field_width":"100", + "answers":null, + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Future plans for business expansion", + "question_key":"future_business_expansion", + "type":"1", + "field_type":"string", + "field_width":"100", + "onchange_properties":null, + "api_properties":null, + "answers":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Key competitors", + "question_key":"key_competitors", + "type":"1", + "field_width":"100", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Sucession plan- who will look after the business after applicant retire/are unable to run business due to any reason", + "question_key":"sucession_plan", + "type":"1", + "field_width":"100", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Brief of other group concerns/Business run by the applicants", + "question_key":"other_group_business_applicants", + "type":"1", + "field_width":"100", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + ] + } + \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/15.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/15.json new file mode 100644 index 000000000..a6fd1c0c3 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/15.json @@ -0,0 +1,197 @@ +{ + "section_id": "15", + "section_name": "Existing Loan Obligations", + "onsubmit": null, + "questions": [ + { + "question": [ + { + "question": "Loan type", + "question_key": "loan_type", + "type": "1", + "field_width": "100", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + ] + }, + { + "question": "Loan amount", + "question_key": "loan_amount", + "type": "1", + "field_type": "numtoword", + "field_width": "100", + "onchange_properties": null, + "api_properties": null, + "answers": null, + "is_repeatable": null, + "validations": [ + ] + }, + { + "question": "Lender name", + "question_key": "lender_name", + "type": "1", + "field_width": "100", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + ] + }, + { + "question": "Loan taken by", + "question_key": "loan_taken_by", + "type": "1", + "field_width": "100", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + ] + }, + { + "question": "Installment Amount", + "question_key": "instalment_amount", + "type": "1", + "field_width": "100", + "field_type": "numtoword", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + ] + }, + { + "question": "Installment frequency", + "question_key": "instalment_frequency", + "type": "3", + "field_width": "100", + "api_properties": null, + "answers": [ + { + "answer_id": "Daily", + "answer": "Daily" + }, + { + "answer_id": "Every 12 days", + "answer": "Every 12 days" + }, + { + "answer_id": "Every 15 days", + "answer": "Every 15 days" + }, + { + "answer_id": "Monthly", + "answer": "Monthly" + }, + { + "answer_id": "Every 3 months", + "answer": "Every 3 months" + }, + { + "answer_id": "Every 6 months", + "answer": "Every 6 months" + }, + { + "answer_id": "Yearly", + "answer": "Yearly" + } + ], + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + ] + }, + { + "question": "Original tenure in months", + "question_key": "original_tenure_months", + "type": "1", + "field_width": "100", + "field_type": "num", + "api_properties": null, + "answers": null, + "onchange_properties": [ + { + "purpose":"answer_value", + "expression":"(Number(original_tenure_months)-Number(current_tenure_months))", + "value_keys":[ + "original_tenure_months", "current_tenure_months" + ], + "insert_control":"elapsed_tenure_months" + } + ], + "is_repeatable": null, + "validations": [ + ] + }, + { + "question": "Current balance tenure in months", + "question_key": "current_tenure_months", + "type": "1", + "field_type": "num", + "field_width": "100", + "api_properties": null, + "answers": null, + "onchange_properties": [ + { + "purpose":"answer_value", + "expression":"(Number(original_tenure_months)-Number(current_tenure_months))", + "value_keys":[ + "original_tenure_months", "current_tenure_months" + ], + "insert_control":"elapsed_tenure_months" + } + ], + "is_repeatable": null, + "validations": [ + ] + }, + { + "question": "Elapsed tenure in mths", + "question_key": "elapsed_tenure_months", + "type": "1", + "field_width": "45", + "field_type": "num", + "api_properties": null, + "answers": null, + "onchange_properties": [ + { + "purpose":"answer_value", + "expression":"(Number(original_tenure_months)-Number(elapsed_tenure_months))", + "value_keys":[ + "original_tenure_months", "elapsed_tenure_months" + ], + "insert_control":"current_tenure_months" + } + ], + "is_repeatable": null, + "validations": [ + ] + } + ], + "is_repeatable": "1", + "group_title": "Existing Loan Obligations", + "group_key": "existing_loan_details" + }, + { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + ] +} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/16.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/16.json new file mode 100644 index 000000000..00388db3c --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/16.json @@ -0,0 +1,228 @@ +{ + "section_id":"16", + "section_name":"Family Members Involved in Business", + "onsubmit":null, + "questions":[ + { + "question":"Is any other family member involved in the business", + "question_key":"is_family_details_available", + "type":"2", + "field_width":"45", + "api_properties":null, + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"is_family_details_available", + "expression":"(String('is_family_details_available') == String('Yes'))", + "value_keys":[ + "is_family_details_available" + ], + "questions":[ + { + "question":[ + { + "question":"Name", + "question_key":"member_name", + "place_holder":"Enter text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Name Required", + "value":null + }, + { + "name":"pattern", + "isactive":"1", + "validator":"[A-Za-z ]*", + "message":"alphabets only ", + "value":null + } + ] + }, + { + "question":"Relationship", + "question_key":"relationship", + "place_holder":"Enter the text", + "type":"8", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"RELATIONSHIPS" + }, + "fields":[ + "relationship_id", + "name" + ] + }, + "answers":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[{ + "insert_index":"relationship", + "expression":"(String('relationship').toLowerCase() == String('1'))", + "value_keys":[ + "relationship" + ], + "questions":[ + { + "question": "Specify Facility details", + "question_key": "relationship_other", + "type": "1", + "field_width": "45", + "field_type": "string", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + ] + } + ] + }] + } + ], + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ] + }, + { + "question":"Relation to Individual Stakeholders", + "question_key":"stakeholder_relation", + "place_holder":"Enter text", + "type":"3", + "api_properties":{ + "purpose":"answer_options_local", + "master_name":"pd_applicants", + "fields":["pd_co_applicant_id","applicant_name"] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ] + }, + { + "question":"Relation to Company / Firm", + "question_key":"company_relation", + "place_holder":"Enter text", + "type":"8", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"COMPANYRELATIONSHIPS" + }, + "fields":[ + "company_relationship_id", + "name" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ] + }, + { + "question":"Started Business (Yes / No)", + "question_key":"started_biz", + "place_holder":"Enter text", + "type":"2", + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, + { + "answer_id":"No", + "answer":"No" + } + ], + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ] + } + + ], + "is_repeatable":"1", + "group_title":"Family Members Involved in Business", + "group_key":"family_details" + } + ]}] + }], + "is_repeatable":null, + "answers":[{ + "answer":"Yes", + "answer_id":"Yes" + }, + { + "answer":"No", + "answer_id":"No" + }], + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ] + }, + { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + + ] + } \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/17.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/17.json new file mode 100644 index 000000000..0f4bf4230 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/17.json @@ -0,0 +1,269 @@ +{ + "section_id":"17", + "section_name":"Neighbourhood Details", + "onsubmit":[], + "questions":[ + { + "question":[ + { + "question":"Neighbour name", + "question_key":"neighbourhood_name", + "place_holder":"Enter text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ] + }, + { + "question":"Do you know about the applicant or their business?", + "question_key":"do_know", + "type":"3", + "api_properties":null, + "answers":[ + { + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + } + ], + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ] + }, + { + "question":"As per you how long has this business been in operation", + "question_key":"know_business_operation", + "place_holder":"Enter the text", + "type":"2", + "api_properties":null, + "answers":[ + { + "answer":"Know", + "answer_id":"yes" + }, + { + "answer":"Do not know", + "answer_id":"no" + } + ], + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ], + "onchange_properties": [ { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"know_business_operation", + "expression":"(String('know_business_operation') === String('yes'))", + "value_keys":[ + "know_business_operation" + ], + "questions":[ + { + "question":"Years", + "question_key":"how_long_do_know_in_year", + "type":"1", + "field_width":"100", + "field_type":"num", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"know_business_operation", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + } , + { + "question":"Months", + "question_key":"how_long_do_know_in_month", + "type":"1", + "field_type":"num", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"know_business_operation", + "answers":null, + "validations":[ + ] + } + + ] } ] }] + }, + { + "question":"Who is the owner of organisation?", + "question_key":"know_organisation_owner", + "type":"2", + "api_properties":null, + "answers":[ + { + "answer":"Know", + "answer_id":"yes" + }, + { + "answer":"Do not know", + "answer_id":"no" + } + ], + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ], + "onchange_properties": [ { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"know_organisation_owner", + "expression":"(String('know_organisation_owner') === String('yes'))", + "value_keys":[ + "know_organisation_owner" + ], + "questions":[ + { + "question":"Who is the owner of the organisation", + "question_key":"organisation_owner", + "type":"4", + "field_width":"100", + "field_type":"num", + "api_properties": { + "purpose":"answer_options_local", + "master_name":"pd_applicants", + "fields":["pd_co_applicant_id","applicant_name"] + }, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"know_organisation_owner", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + } + + ] } ] }] + } + + ], + "is_repeatable":"1", + "group_title":"Neighbourhood Details", + "group_key":"neighbourhood_list" + }, + { + "question":"Status of the neighbour check as per Credit Manager", + "question_key":"neighbourhood_status", + "type":"3", + "api_properties":null, + "answers":[ + { + "answer":"Select", + "answer_id":"" + }, + { + "answer":"Positive", + "answer_id":"Positive" + }, + { + "answer":"Negative", + "answer_id":"Negative" + }, + { + "answer":"Could Not Verify", + "answer_id":"Could Not Verify" + } + ], + "onchange_properties":[ + { + "purpose":"validations", + "validations":[{ + "value_keys":["neighbourhood_status"], + "value":"(String('neighbourhood_status').toLowerCase() != String('positive'))", + "validation_to":"neighbourhood_remarks", + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required" + }]} + ], + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ] + }, + { + "question":"Remarks", + "question_key":"neighbourhood_remarks", + "type":"7", + "placeholder":"Enter the remarks", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ] + } + ] + } \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/18.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/18.json new file mode 100644 index 000000000..481c1aa36 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/18.json @@ -0,0 +1,53 @@ +{ + "section_id":"18", + "section_name":"Credit manager specific queries", + "onsubmit":[], + "questions":[ + { + "question":[ + { + "question":"Question", + "question_key":"question", + "place_holder":"Enter text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + ] + }, + { + "question":"Answer", + "question_key":"answer", + "place_holder":"Enter the answer here", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + ] + } + ], + "is_repeatable":"1", + "group_title":"Query", + "group_key":"cm_queries" + }, + { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + ] + } \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/19.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/19.json new file mode 100644 index 000000000..fac96f75c --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/19.json @@ -0,0 +1,218 @@ +{ + "section_id":"19", + "section_name":"Final remarks", + "onsubmit":null, + "questions":[ + { + "question":"Customer Behaviour", + "question_key":"customer_behaviour", + "type":"3", + "field_width":"45", + "answers":null, + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"CUSTOMERBEHAVIOUR" + }, + "fields":[ + "customer_behaviour_id", + "description" + ] + }, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"customer_behaviour", + "expression":"(String('customer_behaviour') == String('1'))", + "value_keys":[ + "customer_behaviour" + ], + "questions":[ + { "question":"Specify Customer behaviour", + "question_key":"customer_behaviour_other", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"customer_behaviour", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + } ] } + ]}] , + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Is the location of the business suited to the nature of the business provided?", + "question_key":"business_location_suited", + "type":"3", + "field_width":"45", + "onchange_properties":null, + "api_properties":null, + "answers":[ + { + "answer":"Well Suited", + "answer_id":"Well Suited" + }, + { + "answer":"Fairly suited", + "answer_id":"Fairly suited" + }, + { + "answer":"Not suited", + "answer_id":"Not suited" + } + ], + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Credit Manager recommendation (Positive/negative/ refer to credit)", + "question_key":"pd_officer_recommendation", + "type":"3", + "field_width":"45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"PDOFFICERRECOMMENDATIONS" + }, + "fields":[ + "pdofficer_recommendation_id", + "pdofficer_recommendation" + ] + }, + "answers":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"pd_officer_recommendation", + "expression":"(String('pd_officer_recommendation') == String('1'))", + "value_keys":[ + "pd_officer_recommendation" + ], + "questions":[ + { "question":"Specify Credit Manager Recommendation", + "question_key":"pd_officer_recommendation_other", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"pd_officer_recommendation", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + } ] } , + { + "insert_index":"pd_officer_recommendation", + "expression":"(String('pd_officer_recommendation') != String('1')) && (String('pdofficer_recommendation') != String(''))", + "value_keys":[ + "pd_officer_recommendation" + ], + "questions":[ + { + "question":[{ + "question":"Reasons for marking PD status as Positive/negative/ refer to credit", + "question_key":"reason", + "type":"1", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"pd_officer_recommendation", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + } + ], + "is_repeatable":"1", + "group_title":"Remarks", + "group_title_shown":"0", + "group_key":"pd_officer_recommendation_remarks" + } ] } + ] }, + { + "purpose":"question_label", + "expression":"(function () {let label= 'Reasons for marking PD status as ';('pd_officer_recommendation' == '2') ? label+= 'Positive' : ('pd_officer_recommendation' == '3') ? label+= 'Negative' : ('pd_officer_recommendation' == '4') ? label+= 'Refer to Credit' : label+= 'Positive/negative/ refer to credit';return label}())", + "value_keys":[ + "pd_officer_recommendation" + ], + "insert_control":"reason", + "insert_group_key":"pd_officer_recommendation_remarks" + } + ], + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Common Remarks", + "question_key":"final_form_remarks", + "place_holder":"Enter the remarks here", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + ] + } + + ] + } + \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/2.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/2.json new file mode 100644 index 000000000..40302fa46 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/2.json @@ -0,0 +1,389 @@ +{ + "section_id":"2", + "section_name":"Address details", + "onsubmit":null, + "questions":[ + { + "question":"Address at which PD was initiated", + "question_key":"initiated_address", + "type":"7", + "field_width":"100", + "answers":null, + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Is this the address where PD is done ?", + "question_key":"is_pd_done_on_initiated_address", + "type":"2", + "field_width":"45", + "onchange_properties": [{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"is_pd_done_on_initiated_address", + "expression":"(String('is_pd_done_on_initiated_address') == String('No'))", + "value_keys":[ + "is_pd_done_on_initiated_address" + ], + "questions":[ + { + "question":"Choose the actual PD address", + "question_key":"alternative_address", + "place_holder":"", + "field_type":"string", + "type":"3", + "field_width":"100", + "api_properties":{ + "api":"getSMCTempAddresses", + "api_method":"GET", + "params":{ + "pdid":"VAR_PD_ID" + }, + "fields":[ + "display", + "display" + ] + }, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"is_pd_done_on_initiated_address", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + } + ] + } + ] + }], + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, + { + "answer_id":"No", + "answer":"No" + } + ], + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Type of PD address", + "question_key":"address_type", + "type":"3", + "field_width":"90", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"ADDRESSTYPE" + }, + "fields":[ + "address_type_id", + "address_type" + ] + }, + "answers":null, + "onchange_properties": [{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"address_type", + "expression":"(String('address_type') == String('1'))", + "value_keys":[ + "address_type" + ], + "questions":[ + { + "question":"Specify the Address Type", + "question_key":"address_type_others", + "place_holder":"", + "field_type":"string", + "type":"1", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"uom", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + } + ] + } + ] + }], + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"PD locality", + "question_key":"pd_locality", + "type":"3", + "field_width":"45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"LOCALITY" + }, + "fields":[ + "locality_id", + "locality_name" + ] + }, + "answers":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[{ + "insert_index":"pd_locality", + "expression":"(String('pd_locality').toLowerCase() == String('1'))", + "value_keys":[ + "pd_locality" + ], + "questions":[ + { + "question": "Specify Locality", + "question_key": "locality_other", + "type": "1", + "field_width": "45", + "field_type": "string", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + ] + } + ] + }] + } + ], + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Approach to PD location*", + "question_key":"pd_location", + "type":"3", + "field_width":"45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"PDLOCATIONAPPROACH" + }, + "fields":[ + "pd_location_approach_id", + "description" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Comment on locality", + "question_key":"comment_locality", + "type":"3", + "field_width":"25", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"COMMENTSONLOCALITY" + }, + "fields":[ + "comments_on_locality_id", + "rating" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Estimated Area of the business", + "question_key":"business_estimated_area", + "type":"1", + "field_width":"30", + "field_type":"num", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"UOM", + "question_key":"uom", + "type":"8", + "field_width":"30", + "api_properties":null, + "answers":[ + { + "answer":"Acres", + "answer_id":"Acres" + }, + { + "answer":"Hectares", + "answer_id":"Hectares" + }, + { + "answer":"Square Feet", + "answer_id":"Square Feet" + }, + { + "answer":"Square Meters", + "answer_id":"Square Meters" + }, + { + "answer":"Square Yards", + "answer_id":"Square Yards" + } + ], + "onchange_properties": [{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"uom", + "expression":"(String('uom') == String('1'))", + "value_keys":[ + "uom" + ], + "questions":[ + { + "question":"Specify the UOM", + "question_key":"uom_specify", + "place_holder":"", + "field_type":"string", + "type":"1", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"uom", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + } + ] + } + ] + }], + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + ] + } + \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/3.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/3.json new file mode 100644 index 000000000..7032ca8d9 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/3.json @@ -0,0 +1,409 @@ +{ + "section_id":"2", + "section_name":"Loan details", + "onsubmit":null, + "questions":[ + { + "question":"Loan amount applied for", + "question_key":"loan_amount", + "type":"1", + "field_type":"numtoword", + "field_width":"100", + "answers":null, + "api_properties":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"total_fund_requirement", + "expression":" typeof(total_fund_requirement) == 'number' && (Number(total_fund_requirement) < Number(loan_amount))", + "value_keys":[ + "total_fund_requirement","loan_amount" + ], + "questions":[ + { + "question":"Remarks on source of funds for balance amount required", + "question_key":"remarks_fund_source_balance", + "place_holder":"", + "field_type":"string", + "type":"1", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"total_fund_requirement", + "answers":null, + "validations":[ + + ] + } + ] + }] + } + ], + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Loan Tenure (in months)", + "question_key":"loan_tenure", + "type":"1", + "field_type":"num", + "field_width":"100", + "onchange_properties": null, + "api_properties":null, + "answers":null, + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Sub Product", + "question_key":"sub_product", + "type":"3", + "field_width":"45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"SUBPRODUCTS" + }, + "fields":[ + "subproduct_id", + "name" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"End use of loan", + "question_key":"end_use", + "type":"1", + "field_width":"100", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Total fund requirement", + "question_key":"total_fund_requirement", + "type":"1", + "field_width":"45", + "api_properties":null, + "field_type":"numtoword", + "answers":null, + "onchange_properties": [ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"total_fund_requirement", + "expression":" typeof(total_fund_requirement) == 'number' && (Number(total_fund_requirement) < Number(loan_amount))", + "value_keys":[ + "total_fund_requirement","loan_amount" + ], + "questions":[ + { + "question":"Remarks on source of funds for balance amount required", + "question_key":"remarks_fund_source_balance", + "place_holder":"", + "field_type":"string", + "type":"1", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"total_fund_requirement", + "answers":null, + "validations":[ + + ] + } + ] + }] + }], + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Is there a BT?", + "question_key":"is_transfer", + "type":"3", + "field_width":"45", + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, + { + "answer_id":"No", + "answer":"No" + } + ], + "onchange_properties": [{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"is_transfer", + "expression":"(String('is_transfer') == String('Yes'))", + "value_keys":[ + "is_transfer" + ], + "questions":[ + { + "question":"What is the amount of balance transfer", + "question_key":"balance_transfer_amount", + "place_holder":"", + "field_type":"numtoword", + "type":"1", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"is_transfer", + "answers":null, + "validations":[ + + ] + }, + { + "question":"Lender from where BT is done", + "question_key":"lender", + "type":"8", + "field_width":"45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"BTLENDERLIST" + }, + "fields":[ + "bt_lender_list_id", + "lender_name" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Top up amount", + "question_key":"topup_amount", + "type":"1", + "field_type":"numtoword", + "field_width":"45", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + } + ] + } + ] + }], + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Type of property being Mortgaged", + "question_key":"property_type", + "type":"1", + "field_width":"45", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Name of Owner", + "question_key":"owner_name", + "type":"4", + "field_width":"45", + "api_properties": + { + "purpose":"answer_options_local", + "master_name":"pd_applicants", + "fields":["pd_co_applicant_id","applicant_name"] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Property Completion Stage", + "question_key":"construction_status", + "type":"1", + "field_width":"45", + "api_properties":null, + "answers":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ { + "insert_index":"construction_status", + "expression":"(String('construction_status') != String(''))", + "value_keys":[ + "construction_status" + ], + "questions":[ + { + "question":"Stage of Construction", + "question_key":"construction_stage", + "place_holder":"", + "field_type":"string", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"construction_status", + "answers":null, + "validations":[ + + ] + } + ] + }] + } + ], + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Estimated market value as per customer", + "question_key":"emv_per_customer", + "place_holder":"", + "field_type":"numtoword", + "type":"1", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers":null, + "validations":[ + + ] + }, + { + "question":"Market Value Considered for LTV Calculation (Rs)", + "question_key":"ltv_market_value_calculation", + "place_holder":"", + "field_type":"numtoword", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers":null, + "validations":[ + + ] + }, + { + "question":"Address of the proposed property", + "question_key":"address", + "place_holder":"", + "field_type":"string", + "type":"3", + "field_width":"100", + "api_properties":{ + "api":"getSMCTempAddresses", + "api_method":"GET", + "params":{ + "pdid":"VAR_PD_ID" + }, + "fields":[ + "display", + "display" + ] + }, + "onchange_properties":null, + "is_repeatable":null, + "answers":null, + "validations":[ + ] + }, + { + "question":"Property Usage", + "question_key":"property_usage", + "place_holder":"", + "field_type":"string", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers":null, + "validations":[ + + ] + }, + { + "question":"Structure Type", + "question_key":"structure_type", + "place_holder":"", + "field_type":"string", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers":null, + "validations":[ + + ] + }, + { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + + ] + } + \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/4.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/4.json new file mode 100644 index 000000000..80dea62ca --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/4.json @@ -0,0 +1,267 @@ +{ + "section_id": "4", + "section_name": "General Business Information", + "onsubmit": null, + "questions": [ + { + "question": [ + { + "question":"Name of the Company", + "question_key":"company_name", + "place_holder":"Enter text", + "type":"3", + "default_index_if_len_one":true, + "api_properties":{ + "api":"getCompanyListForSMCList", + "api_method":"POST", + "params":{"records":{ + "pd_id":"VAR_PD_ID", + "random_string":"VAR_RANDOM_STRING" + }}, + "fields":[ + "company_id", + "borrower_name" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Company Name Required", + "value":null + } + ] + }, + { + "question": "Type of Business Entity", + "question_key": "business_entity_type", + "type": "1", + "field_width": "45", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Field Required", + "value": null + } + ] + }, + { + "question": "Type of Business activities", + "question_key": "select_business_activity_type", + "type": "1", + "field_width": "45", + "onchange_properties": null, + "api_properties": null, + "answers": null, + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Field Required", + "value": null + } + ] + }, + { + "question": "Area of Sale", + "question_key": "area_of_sale", + "type": "3", + "field_width": "45", + "api_properties": null, + "answers": [ + { + "answer": "Within India", + "answer_id": "Within India" + }, + { + "answer": "Export", + "answer_id": "Export" + }, + { + "answer": "Both (within India and Export)", + "answer_id": "Both (within India and Export)" + } + ], + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Field Required", + "value": null + } + ] + }, + { + "question": "Is the business seasonal (Yes / No)", + "question_key": "seasonality", + "type": "2", + "field_width": "45", + "api_properties": null, + "answers": [ + { + "answer": "Yes", + "answer_id": "Yes" + }, + { + "answer": "No", + "answer_id": "No" + } + ], + "onchange_properties": [ + { + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "seasonality", + "expression": "(String('seasonality') == String('Yes'))", + "value_keys": [ + "seasonality" + ], + "questions": [ + { + "question_key": "low_sale_month_reason", + "question": "Reason for Months in which sales/services is low?", + "place_holder": "Enter the text", + "type": "1", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "string", + "is_subfield": "1", + "field_width": "45", + "parent_question_key": "seasonality", + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Required", + "value": null + } + ] + }, + { + "question_key": "low_sale_month", + "question": "Months in which sales/services is low?", + "place_holder": "", + "type": "4", + "api_properties": null, + "answers": [ + { + "answer_id": "January", + "answer": "January" + }, + { + "answer_id": "February", + "answer": "February" + }, + { + "answer_id": "March", + "answer": "March" + }, + { + "answer_id": "April", + "answer": "April" + }, + { + "answer_id": "May", + "answer": "May" + }, + { + "answer_id": "June", + "answer": "June" + }, + { + "answer_id": "July", + "answer": "July" + }, + { + "answer_id": "August", + "answer": "August" + }, + { + "answer_id": "September", + "answer": "September" + }, + { + "answer_id": "October", + "answer": "October" + }, + { + "answer_id": "November", + "answer": "November" + }, + { + "answer_id": "December", + "answer": "December" + } + ], + "onchange_properties": null, + "is_repeatable": null, + "field_type": "num", + "field_width": "45", + "is_subfield": "1", + "parent_question_key": "seasonality", + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Required", + "value": null + } + ] + } + ] + } + ] + } + ], + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Field Required", + "value": null + } + ] + } + ], + "is_repeatable": "1", + "group_title": "Details of General Business Information", + "group_key": "business_entity" + }, + { + "question_key": "common_remarks", + "question": "Remarks", + "place_holder": "Enter the text", + "type": "7", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "string", + "field_width": "45", + "validations": [] + } + ] +} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/5.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/5.json new file mode 100644 index 000000000..eeb246cc2 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/5.json @@ -0,0 +1,273 @@ +{ + "section_id":"5", + "section_name":"Key Stakeholders in Business", + "onsubmit":[ + ], + "questions":[ + { + "question":[ + { + "question":"Name of the Entity", + "question_key":"company_name", + "place_holder":"Enter text", + "type":"3", + "api_properties":{ + "api":"getCompanyListForSMCList", + "api_method":"POST", + "params":{"records":{ + "pd_id":"VAR_PD_ID", + "random_string":"VAR_RANDOM_STRING" + }}, + "fields":[ + "company_id", + "borrower_name" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + }, + { + "question":"length", + "question_key":"stakeholder_length", + "type":"hidden", + + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string" + }, + + { + "question":"Name of key Stakeholder", + "question_key":"stakeholder_name0", + "place_holder":"Enter text", + "type":"1", + "field_width":"19", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Name Required", + "value":null + } + ] + + }, + { + "question":"Share Holding (%)", + "question_key":"share_holding0", + "place_holder":"Enter number", + "type":"1", + "field_width":"19", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"num", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Share value Required", + "value":null + }, + { + "name":"max", + "validator":"100", + "isactive":"1", + "message":"Number must be less than 100", + "value":null + } + ] + }, + { + "question":"Vintage in Current Business (in years)", + "question_key":"vintage_in_current_biz0", + "place_holder":"Enter in years", + "type":"1", + "field_width":"19", + "api_properties":null, + "answers":null, + "is_repeatable":null, + "field_type":"num", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Current vintage Required", + "value":null + } + ], + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"started_biz0", + "expression":"(total_work_exp0 > vintage_in_current_biz0)", + "value_keys":[ + "total_work_exp0", + "vintage_in_current_biz0" + ], + "questions":[ + { + "question_key":"previous_experience_details0", + "question":"Previous Experience Details", + "place_holder":"Enter text", + "type":"1", + + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "parent_question_key":"vintage_in_current_biz0", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Previous Experience Required", + "value":null + } + ] + } + ] + } + ] + } + ] + }, + { + "question":"Total Work Experience (in years)", + "question_key":"total_work_exp0", + "place_holder":"Enter in years", + "type":"1", + "field_width":"19", + "api_properties":null, + "answers":null, + "is_repeatable":null, + "field_type":"num", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Total experience Required", + "value":null + } + ], + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"started_biz0", + "expression":"(total_work_exp0 > vintage_in_current_biz0)", + "value_keys":[ + "total_work_exp0", + "vintage_in_current_biz0" + ], + "questions":[ + { + "question":"Previous Experience Details", + "question_key":"previous_experience_details0", + "place_holder":"Enter text", + "type":"1", + + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "parent_question_key":"total_work_exp0", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Previous Experience Required", + "value":null + } + ] + } + ] + } + ] + } + ] + }, + { + "question":"Started Business (Yes / No)", + "question_key":"started_biz0", + "type":"2", + "field_width":"19", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, + { + "answer_id":"No", + "answer":"No" + } + ], + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + } + + + ], + "is_repeatable":"1", + "group_title":"Details of Key Stakeholders in the Business", + "group_key":"key_stakeholders", + "form_name":"Key Stakeholders in Business" + }, + { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + ] + } \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/6.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/6.json new file mode 100644 index 000000000..462e3ece7 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/6.json @@ -0,0 +1,139 @@ +{ + "section_id":"6", + "section_name":"Key Products and Business Contribution", + "onsubmit":[], + "questions":[ + { + "question":[ + { + "question":"Key Product Name", + "question_key":"product_name", + "place_holder":"Enter text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ] + }, + { + "question":"Contribution to Business of the Product (%)", + "question_key":"contribution_business_product", + "place_holder":"Enter number", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"num", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + }, + { + "name":"max", + "validator":"100", + "isactive":"1", + "message":"Number must be less than 100", + "value":null + } + ] + }, + { + "question":"Remarks if any", + "question_key":"remarks", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + ], + "onchange_properties":null + }, + { + "question":"Name of the Company", + "question_key":"company_name", + "place_holder":"Enter text", + "type":"3", + "api_properties":{ + "api":"getCompanyListForSMCList", + "api_method":"POST", + "params":{"records":{ + "pd_id":"VAR_PD_ID", + "random_string":"VAR_RANDOM_STRING" + }}, + "fields":[ + "company_id", + "borrower_name" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Company Name Required", + "value":null + } + ] + } + ], + "is_repeatable":"1", + "group_title":"Key Products and Business Contribution", + "group_key":"key_products_contribution" + }, + { + "question":"Business Process Brief", + "question_key":"business_process", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ], + "onchange_properties":null + }, + { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + ] + } \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/7.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/7.json new file mode 100644 index 000000000..6d511686f --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/7.json @@ -0,0 +1,131 @@ +{ + "section_id":"7", + "section_name":"Employee Strength", + "onsubmit":[], + "questions":[ + { + "question":"Permanent Employees", + "sub_title":"No of Employees (As per person met)", + "question_key":"permanant_employees_person_met", + "place_holder":"Enter the number", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"num", + "field_width":"45", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ] + }, + { + "question":"Temporary Employees", + "question_key":"temporary_employees_person_met", + "place_holder":"Enter the number", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"num", + "field_width":"45", + "validations":[ + ] + }, + { + "question":"Permanent Employees", + "sub_title":"No of Employees (Sighted by Credit Manager)", + "question_key":"permanant_employees_cm", + "place_holder":"Enter the number", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"num", + "field_width":"45", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ] + }, + { + "question":"Temporary Employees", + "question_key":"temporary_employees_cm", + "place_holder":"Enter the number", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"num", + "field_width":"45", + "validations":[ + ] + }, + { + "question":"Permanent Employees", + "sub_title":"Approximate Salary Paid (Rs Per Month)", + "question_key":"permanant_employees_salary", + "place_holder":"Enter the number", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"numtoword", + "field_width":"45", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ] + }, + { + "question":"Temporary Employees", + "question_key":"temporary_employees_salary", + "place_holder":"Enter the number", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"numtoword", + "field_width":"45", + "validations":[ + ] + }, + { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + + ] + + } \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/8.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/8.json new file mode 100644 index 000000000..e25db336b --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/8.json @@ -0,0 +1,816 @@ +{ + "section_id":"8", + "section_name":"Business Assets", + "onsubmit":null, + "questions":[ + { + "question":"Address", + "question_key":"initiated_address", + "type":"7", + "field_width":"100", + "answers":null, + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":" Is this the business address?", + "question_key":"is_business_address", + "type":"2", + "field_width":"100", + "answers":[{ + "answer":"Yes", + "answer_id":"Yes" + }, + { + "answer":"No", + "answer_id":"No" + }], + "api_properties":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"is_business_address", + "expression":"(String('is_business_address') == String('Yes'))", + "value_keys":[ + "is_business_address" + ], + "questions":[ + { + "question":"No of Months", + "question_key":"business_months", + "place_holder":"", + "field_type":"num", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"is_business_address", + "answers":null, + "validations":[ + ] + }, + { + "question":"No of Years", + "sub_title":"How Long has business been operated from visited premises? (Eg. If operating for 5 years and 4 months enter 5 in Years field and 4 in months field)", + "question_key":"business_years", + "place_holder":"", + "field_type":"num", + "type":"1", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"is_business_address", + "answers":null, + "validations":[ + + ] + }, + { + "question":"Was any business activities seen during visit?", + "question_key":"business_is_pd_visited", + "place_holder":"", + "type":"2", + "field_width":"45", + "api_properties":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"business_is_pd_visited", + "expression":"(String('business_is_pd_visited') != String('')) && (String('is_business_address') == String('Yes'))", + "value_keys":[ + "business_is_pd_visited", + "is_business_address" + ], + "questions":[ + { + "question":"Remarks", + "question_key":"business_pd_visited_remark", + "place_holder":"", + "field_type":"string", + "type":"7", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"business_is_pd_visited", + "answers":null, + "validations":[ + + ] + } + ] + } + ]}], + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"is_business_address", + "answers":[{ + "answer":"Yes", + "answer_id":"Yes" + }, + { + "answer":"No", + "answer_id":"No" + }], + "validations":[ + + ] + }, + { + "question":"Ownership type", + "question_key":"business_ownership_type", + "place_holder":"", + "type":"2", + "field_width":"100", + "api_properties":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"business_ownership_type", + "expression":"(String('business_ownership_type') == String('Owned')) && (String('is_business_address') == String('Yes'))", + "value_keys":[ + "business_ownership_type", + "is_business_address" + ], + "questions":[ + { + "question":"Approximate Market value", + "question_key":"business_approximate_market_value", + "place_holder":"", + "field_type":"numtoword", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"business_ownership_type", + "answers":null, + "validations":[ + + ] + }, + { + "question":"Owned by", + "question_key":"business_name_of_the_owner", + "type":"4", + "field_width":"45", + "api_properties": + { + "purpose":"answer_options_local", + "master_name":"pd_applicants", + "fields":["pd_co_applicant_id","applicant_name"] + }, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"business_ownership_type", + "answers":null, + "validations":[ + + ] + }, + { + "question":"Age of asset in years", + "question_key":"business_vintage", + "place_holder":"", + "field_type":"num", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":[ + { + "purpose":"answer_value", + "expression":"(function(){let current_year = new Date().getFullYear(); return current_year-Number(business_vintage)}())", + "value_keys":[ + "business_vintage" + ], + "insert_control":"business_purchase_year" + } + ], + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"business_ownership_type", + "answers":null, + "validations":[ + ] + }, + { + "question":"Purchase year", + "question_key":"business_purchase_year", + "place_holder":"", + "field_type":"num", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":[ + { + "purpose":"answer_value", + "expression":"(function(){let current_year = new Date().getFullYear(); return current_year-Number(business_purchase_year)}())", + "value_keys":[ + "business_purchase_year" + ], + "insert_control":"business_vintage" + } + ], + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"business_ownership_type", + "answers":null, + "validations":[ + ] + } + , + { + "question":"Is there a Loan Existing against this asset", + "question_key":"business_emi", + "type":"2", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"business_ownership_type", + "answers":[ + { + "answer":"Yes", + "answer_id":"Yes" + }, + { + "answer":"No", + "answer_id":"No" + } + ], + "validations":[ + + ] + } + ] + } + ] + }, + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"business_ownership_type", + "expression":"(String('business_ownership_type') == String('Rented')) && (String('is_business_address') == String('Yes'))", + "value_keys":[ + "business_ownership_type", + "is_business_address" + ], + "questions":[ + { + "question":"Monthly Rent Amount", + "question_key":"business_monthly_rented_amt", + "place_holder":"", + "field_type":"numtoword", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"business_ownership_type", + "answers":null, + "validations":[ + + ] + } + ] + } + ] + } + ], + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"is_business_address", + "answers":[ + { + "answer":"Owned", + "answer_id":"Owned" + }, + { + "answer":"Rented", + "answer_id":"Rented" + } + ], + "validations":[ + + ] + } + ] + } + ] + } + ], + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Is there any other business asset available?", + "question_key":"asset_info_available", + "type":"2", + "field_width":"45", + "api_properties":null, + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"asset_info_available", + "expression":"(String('asset_info_available') == String('Yes'))", + "value_keys":[ + "asset_info_available" + ], + "questions":[ + { + "question":[{ + "question":"Asset Type", + "question_key":"business_assets_mode", + "type":"3", + "field_width":"45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"ASSETTYPE" + }, + "fields":[ + "id", + "name" + ], + "filter_properties":{ + "key_name":"flag", + "value":"1" + } + }, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"business_assets_mode", + "expression":"(String('business_assets_mode') == String('2'))", + "value_keys":[ + "business_assets_mode" + ], + "questions":[ + { + "question":"Property Type", + "question_key":"property_type", + "place_holder":"", + "field_type":"string", + "type":"3", + "field_width":"45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"ADDRESSTYPE" + }, + "fields":[ + "address_type_id", + "address_type" + ] + }, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[{ + "insert_index":"property_type", + "expression":"String('property_type') && (String('property_type') != String('')) && (String('business_assets_mode') == String('2'))", + "value_keys":[ + "property_type", + "business_assets_mode" + ], + "questions":[ + { + "question":"Address of the property", + "question_key":"property_address", + "place_holder":"", + "field_type":"string", + "type":"3", + "field_width":"100", + "api_properties":{ + "api":"getSMCTempAddresses", + "api_method":"GET", + "params":{ + "pdid":"VAR_PD_ID" + }, + "fields":[ + "display", + "display" + ] + }, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"property_type", + "answers":null, + "validations":[ + ] + } + ] + }, + { + "insert_index":"property_type", + "expression":"(String('property_type') == String('1')) && (String('business_assets_mode') == String('2'))", + "value_keys":[ + "property_type", + "business_assets_mode" + ], + "questions":[ + { + "question":"Specify the Property", + "question_key":"property_type_others", + "place_holder":"", + "field_type":"string", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"property_type", + "answers":null, + "validations":[ + + ] + } + ] + }] + } + ], + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"business_assets_mode", + "answers":null, + "validations":[ + + ] + } + ] + }, + { + "insert_index":"business_assets_mode", + "expression":"(String('business_assets_mode') == String('3'))", + "value_keys":[ + "business_assets_mode" + ], + "questions":[ + { + "question":"Type of Vehicle", + "question_key":"vehicle_type", + "place_holder":"", + "field_type":"string", + "type":"3", + "field_width":"45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"VEHICLETYPE" + }, + "fields":[ + "vehicle_type_id", + "vehicle_type_name" + ] + }, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"vehicle_type", + "expression":"(String('vehicle_type') == String('1')) && (String('business_assets_mode') == String('3'))", + "value_keys":[ + "vehicle_type", + "business_assets_mode" + ], + "questions":[ + { + "question":"Specify the Vehicle", + "question_key":"vehicle_type_others", + "place_holder":"", + "field_type":"string", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"vehicle_type", + "answers":null, + "validations":[ + + ] + } + ] + }] + } + ], + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"business_assets_mode", + "answers":null, + "validations":[ + + ] + } + ] + } + ] + } + ], + "is_repeatable":null, + "answers":null, + "validations":[ + + ] + }, + { + "question":"Description", + "question_key":"other_asset_description", + "type":"7", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers":null, + "validations":[ + ] + }, + { + "question":"Ownership type", + "question_key":"business_ownership_type", + "place_holder":"", + "type":"2", + "field_width":"100", + "api_properties":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"business_ownership_type", + "expression":"(String('business_ownership_type') == String('Owned'))", + "value_keys":[ + "business_ownership_type" + ], + "questions":[ + { + "question":"Approximate Market value", + "question_key":"business_approximate_market_value", + "place_holder":"", + "field_type":"numtoword", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"business_ownership_type", + "answers":null, + "validations":[ + + ] + }, + { + "question":"Asset owned by", + "question_key":"business_name_of_the_owner", + "type":"4", + "field_width":"45", + "api_properties": + { + "purpose":"answer_options_local", + "master_name":"pd_applicants", + "fields":["pd_co_applicant_id","applicant_name"] + }, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"business_ownership_type", + "answers":null, + "validations":[ + + ] + }, + { + "question":"Age of asset in years", + "question_key":"business_vintage", + "place_holder":"", + "field_type":"num", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":[ + { + "purpose":"answer_value", + "expression":"(function(){let current_year = new Date().getFullYear(); return current_year-Number(business_vintage)}())", + "value_keys":[ + "business_vintage" + ], + "insert_control":"business_purchase_year" + } + ], + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"business_ownership_type", + "answers":null, + "validations":[ + + ] + }, + { + "question":"Purchase year", + "question_key":"business_purchase_year", + "place_holder":"", + "field_type":"num", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":[ + { + "purpose":"answer_value", + "expression":"(function(){let current_year = new Date().getFullYear(); return current_year-Number(business_purchase_year)}())", + "value_keys":[ + "business_purchase_year" + ], + "insert_control":"business_vintage" + } + ], + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"business_ownership_type", + "answers":null, + "validations":[ + + ] + } + , + { + "question":"Is there a Loan Existing against this asset", + "question_key":"business_emi", + "type":"2", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"business_ownership_type", + "answers":[ + { + "answer":"Yes", + "answer_id":"Yes" + }, + { + "answer":"No", + "answer_id":"No" + } + ], + "validations":[ + + ] + } + ] + } + ] + }, + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"business_ownership_type", + "expression":"(String('business_ownership_type') == String('Rented'))", + "value_keys":[ + "business_ownership_type" + ], + "questions":[ + { + "question":"Monthly Rent Amount", + "question_key":"business_monthly_rented_amt", + "place_holder":"", + "field_type":"numtoword", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"business_ownership_type", + "answers":null, + "validations":[ + + ] + } + ] + } + ] + } + ], + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"is_business_address", + "answers":[ + { + "answer":"Owned", + "answer_id":"Owned" + }, + { + "answer":"Rented", + "answer_id":"Rented" + } + ], + "validations":[ + + ] + }, + { + "question":"Name of the Company", + "question_key":"company_name", + "place_holder":"Enter text", + "type":"3", + "api_properties":{ + "api":"getCompanyListForSMCList", + "api_method":"POST", + "params":{"records":{ + "pd_id":"VAR_PD_ID", + "random_string":"VAR_RANDOM_STRING" + }}, + "fields":[ + "company_id", + "borrower_name" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Company Name Required", + "value":null + } + ] + }], + "is_repeatable":"1", + "group_title":"Business Asset Details", + "group_key":"business_assets_details" + } + + ] + } + ] + }], + "is_repeatable":null, + "answers":[{ + "answer":"Yes", + "answer_id":"Yes" + }, + { + "answer":"No", + "answer_id":"No" + }], + "validations":[ + + ] + }, + { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + + + ] + } + \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/9.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/9.json new file mode 100644 index 000000000..95c2d22cd --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/BACKUP/9.json @@ -0,0 +1,117 @@ +{ + "section_id": "9", + "section_name": "Business and Personal Banking Details", + "onsubmit": [], + "questions": [ + { + "question": [ + { + "question": "Account holder name", + "question_key": "applicant_name", + "type": "1", + "api_properties": { + "purpose": "answer_options_local", + "master_name": "pd_applicants", + "fields": [ + "pd_co_applicant_id", + "applicant_name" + ] + }, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "string", + "validations": [ + ] + }, + { + "question": "Bank Name", + "question_key": "bank_name", + "type": "1", + "field_width": "45", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + ] + }, + { + "question": "Account type", + "question_key": "account_type", + "type": "3", + "field_width": "45", + "api_properties": null, + "answers": [ + { + "answer": "Savings", + "answer_id": "Savings" + }, + { + "answer": "OD", + "answer_id": "OD" + }, + { + "answer": "Current", + "answer_id": "Current" + }, + { + "answer": "CC", + "answer_id": "CC" + } + ], + "onchange_properties": [ + { + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "account_type", + "expression": "(String('account_type').toLowerCase() != String('savings') && String('account_type').toLowerCase() != String('current'))", + "value_keys": [ + "account_type" + ], + "questions": [ + { + "question": "OD/CC Limit", + "question_key": "cc_limit", + "type": "1", + "field_width": "45", + "field_type": "num", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + + ] + } + ] + } + ] + } + ], + "is_repeatable": null, + "validations": [ + + ] + } + ], + "is_repeatable": "1", + "group_title": "Banking Details", + "group_key": "banking_details" + }, + { + "question_key": "common_remarks", + "question": "Remarks", + "place_holder": "Enter the text", + "type": "7", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "string", + "field_width": "45", + "validations": [] + } + ] +} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/DONE/1.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/DONE/1.json new file mode 100644 index 000000000..a2857c1ff --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/DONE/1.json @@ -0,0 +1,315 @@ +{ + "section_id":"1", + "section_name":"Borrower & Guarantor Details", + "onsubmit":null, + "questions":[ + { + "question":[{ + "question":"Borrower Type", + "question_key":"borrower_type", + "type":"1", + "field_width":"100", + "answers":null, + "api_properties":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"relationship", + "expression":"(String('borrower_type').toLowerCase() != String('guarantor'))", + "value_keys":[ + "borrower_type" + ], + "questions":[ + { + "question":"Numbers of years for which the business has been running", + "question_key":"numbers_of_years_business_running", + "type":"1", + "field_width":"45", + "field_type":"num", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_subfield":"1", + "parent_question_key":"entity_type", + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + } + ] + } + ] + }, + { + "purpose":"validations", + "validations":[{ + "value_keys":["borrower_type"], + "value":"(String('borrower_type').toLowerCase() != String('guarantor'))", + "validation_to":"borrower_age", + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required" + }]} + ], + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Name", + "question_key":"borrower_name", + "type":"1", + "field_width":"100", + "onchange_properties":null, + "api_properties":null, + "answers":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "questions_level_two":[ + { + "question":"Mobile Number", + "question_key":"mobile_no", + "type":"1", + "field_type":"num", + "field_width":"100", + "onchange_properties":null, + "api_properties":null, + "answers":null, + "is_repeatable":null, + "validations":[ + { + "name":"pattern", + "isactive":"1", + "validator":"[0-9]{10}", + "message":"Mobile number should be 10 digit", + "value":null + } + ] + } + ], + "is_repeatable":"2", + "group_key":"mobile_numbers", + "group_title":"Mobile Number" + }, + { + "question":"Entity Type", + "question_key":"entity_type", + "type":"1", + "field_width":"100", + "api_properties":null, + "answers":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"relationship", + "expression":"(String('entity_type').toLowerCase() == String('individual'))", + "value_keys":[ + "entity_type" + ], + "questions":[ + { + "question":"Age", + "question_key":"borrower_age", + "type":"1", + "field_type":"num", + "field_width":"50", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_subfield":"1", + "parent_question_key":"entity_type", + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + } + ]}, + { + "insert_index":"relationship", + "expression":"(String('entity_type').toLowerCase() == String('individual'))", + "value_keys":[ + "entity_type" + ], + "questions":[ + { + "question":"Met / Not Met", + "question_key":"borrower_met", + "type":"2", + + "field_width":"20", + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, + { + "answer_id":"No", + "answer":"No" + } + ], + "onchange_properties":null, + "is_subfield":"1", + "parent_question_key":"entity_type", + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + } + ] + } + + ] + }, + { + "purpose":"question_label", + "expression":"(function () {let label= '';(String('entity_type').toLowerCase().includes('individual')) ? label= 'Number of years the borrower has been in this business.' : label = 'Number of years for which the business has been running';return label}())", + "value_keys":[ + "entity_type" + ], + "insert_control":"numbers_of_years_business_running" + }, + { + "purpose":"validations", + "validations":[{ + "value_keys":["borrower_type"], + "value":"(String('borrower_type').toLowerCase() != String('guarantor'))", + "validation_to":"borrower_age", + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required" + }]} + ], + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Designation", + "question_key":"designation", + "type":"1", + "field_width":"100", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Relationship to", + "question_key":"relationship_to", + "type":"1", + "field_width":"100", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Relationship", + "question_key":"relationship", + "type":"1", + "field_width":"100", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + } + + + + ], + "is_repeatable":"1", + "group_key":"borrower_details", + "group_title":"Borrower Details"}, + { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + ] +} diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/DONE/10.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/DONE/10.json new file mode 100644 index 000000000..3dbf216ad --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/DONE/10.json @@ -0,0 +1,210 @@ +{ + "section_id": "10", + "section_name": "Neighbourhood / Reference Check", + "onsubmit": [ + + ], + "questions": [ + { + "question":[ + { + "question_key": "Neighbour_Name", + "question": "Neighbour Name", + "place_holder": "Enter the text", + "type": "1", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "string", + "field_width": "45", + "validations": [] + }, { + "question_key": "Do_you_known_about_the_applicants_or_their_business", + "question": "Do you known about the applicants or their business?", + "place_holder": "Enter the text", + "type": "3", + "api_properties": null, + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, + { + "answer_id":"No", + "answer":"No" + } + ], + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Do_you_known_about_the_applicants_or_their_business", + "expression":"(String('Do_you_known_about_the_applicants_or_their_business') == String('Yes'))", + "value_keys":[ + "Do_you_known_about_the_applicants_or_their_business" + ], + "questions":[ + { + "question_key": "As_per_you_how_long_has_this_business_been_in_operation", + "question": "As per you how long has this business been in operation?", + "place_holder": "Enter the text", + "type": "5", + "api_properties": null, + "answers":[ + { + "answer_id":"Do_not_know", + "answer":"Do not know" + } + + ], + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"As_per_you_how_long_has_this_business_been_in_operation", + "expression":"(String('As_per_you_how_long_has_this_business_been_in_operation') != String('Do_not_know'))", + "value_keys":[ + "As_per_you_how_long_has_this_business_been_in_operation" + ], + "questions":[ + { "question":"Year", + "question_key":"Year", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"As_per_you_how_long_has_this_business_been_in_operation", + "answers":null, + "validations":[ + + ] + }, + { "question":"Month", + "question_key":"YeMonthar", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"As_per_you_how_long_has_this_business_been_in_operation", + "answers":null, + "validations":[ + + ] + } ] } ] }], + "is_repeatable": null, + "field_type": "string", + "field_width": "100", + "validations": [] + }, + { + "question_key": "Who_is_the_owner_of_the_organisation", + "question": "Who is the owner of the organisation?", + "place_holder": "Enter the text", + "type": "5", + "api_properties": null, + "answers":[ + { + "answer_id":"Do_not_know", + "answer":"Do not know" + } + + ], + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Who_is_the_owner_of_the_organisation", + "expression":"(String('Who_is_the_owner_of_the_organisation') != String('Do_not_know'))", + "value_keys":[ + "Who_is_the_owner_of_the_organisation" + ], + "questions":[ + { "question_key": "Who_is_the_owner_of_the_organisations", + "question": "Who is the owner of the organisation?", + "type":"3", + "field_width":"45", + "api_properties": + { + "purpose":"answer_options_local", + "master_name":"pd_applicants", + "fields":["pd_co_applicant_id","applicant_name"] + }, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Who_is_the_owner_of_the_organisation", + "answers":null, + "validations":[ + + ] + } + ] } ] }], + "is_repeatable": null, + "field_type": "string", + "field_width": "100", + "validations": [] + } + ] + } ] }], + "is_repeatable": null, + "field_type": "string", + "field_width": "45", + "validations": [] + } + ], + "is_repeatable":"1", + "hidden_button":true, + "group_title":"Neighbourhood", + "group_key":"Neighbourhood" + }, + + { + "question_key": "Status of the check as per PD officer?", + "question": "Status of the check as per PD officer?", + "place_holder": "Enter the text", + "type": "3", + "api_properties": null, + "answers":[ + { + "answer_id":"Positive", + "answer":"Positive" + }, + { + "answer_id":"Negative", + "answer":"Negative" + }, { + "answer_id":"Could_not_verify", + "answer":"Could not verify" + } + ], + "onchange_properties": null, + "is_repeatable": null, + "field_type": "string", + "field_width": "45", + "validations": [] + + }, { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + + ] +} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/DONE/11.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/DONE/11.json new file mode 100644 index 000000000..01e45c2ac --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/DONE/11.json @@ -0,0 +1,280 @@ +{ + "section_id":"11", + "section_name":"Credit Manager Queries", + "onsubmit":null, + "questions":[ + { + "question":"Is your business adversely impacted by coronavirus outbreak ?", + "question_key":"Is_your_business_adversely_impacted_by_coronavirus_outbreak", + "type":"2", + "sub_title":"Covid 19 Questions", + "field_width":"100", + "api_properties":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Is_your_business_adversely_impacted_by_coronavirus_outbreak", + "expression":"(String('Is_your_business_adversely_impacted_by_coronavirus_outbreak') == String('No'))", + "value_keys":[ + "Is_your_business_adversely_impacted_by_coronavirus_outbreak" + ], + "questions":[ + { "question":"Enter Your Remarks", + "question_key":"Enter_Your_Remarks", + "type":"1", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Is_your_business_adversely_impacted_by_coronavirus_outbreak", + "answers":null, + "validations":[ + + ] + } ] } ] }, + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Is_your_business_adversely_impacted_by_coronavirus_outbreak", + "expression":"(String('Is_your_business_adversely_impacted_by_coronavirus_outbreak') == String('Yes'))", + "value_keys":[ + "Is_your_business_adversely_impacted_by_coronavirus_outbreak" + ], + "questions":[ + { "question":"Enter Your Remarks", + "question_key":"enter_Your_Remarks", + "type":"1", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Is_your_business_adversely_impacted_by_coronavirus_outbreak", + "answers":null, + "validations":[ + + ] + } + + + + ] + } + ] + }], + "is_repeatable":null, + "answers":[{ + "answer":"Yes", + "answer_id":"Yes" + }, + { + "answer":"No", + "answer_id":"No" + }], + "validations":[ + + ] + },{ + "question":"Did you avail the loan moratorium facility on your existing loans which is extended by your bank or financial institution?", + "question_key":"your_bank_or_financial_institution", + "type":"2", + "field_width":"100", + "api_properties":null, + "onchange_properties":[ + ], + "is_repeatable":null, + "answers":[{ + "answer":"Yes", + "answer_id":"Yes" + }, + { + "answer":"No", + "answer_id":"No" + }], + "validations":[ + + ] + },{ + "question":"Are you planning to avail/ or already availed any loan or any other term facility for your business or personal use?", + "question_key":"your_business_or_personal_use", + "type":"2", + "field_width":"100", + "api_properties":null, + "onchange_properties":[ + + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"your_business_or_personal_use", + "expression":"(String('your_business_or_personal_use') == String('Yes'))", + "value_keys":[ + "your_business_or_personal_use" + ], + "questions":[ + { "question":"How much is your sales/revenue from April till date?", + "question_key":"sales/revenue_April_till_date", + "type":"1", + "field_width":"100", + "field_type":"numtoword", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"your_business_or_personal_use", + "answers":null, + "validations":[ + + ] + }, { + "question":"Please specify amount,lender etc", + "question_key":"Please_specify_amount_lender_etc", + "type":"7", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"your_business_or_personal_use", + "answers":null, + "validations":[ + + ] + } + + + + ] + } + ] + }, { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"your_business_or_personal_use", + "expression":"(String('your_business_or_personal_use') == String('No'))", + "value_keys":[ + "your_business_or_personal_use" + ], + "questions":[ + { "question":"How much is your sales/revenue from April till date?", + "question_key":"How_much_is_your_sales/revenue_from_April_till_date", + "type":"1", + "field_width":"100", + "field_type":"numtoword", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"your_business_or_personal_use", + "answers":null, + "validations":[ + + ] + } + + + + ] + } + ] + }], + "is_repeatable":null, + "answers":[{ + "answer":"Yes", + "answer_id":"Yes" + }, + { + "answer":"No", + "answer_id":"No" + }], + "validations":[ + + ] + },{ + "question":"Is turnover mentioned above (sales/revenue from April till date) validated?", + "question_key":"sales/revenue_from_April_till_date_validated", + "type":"2", + "field_width":"100", + "api_properties":null, + "onchange_properties":[ + + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"sales/revenue_from_April_till_date_validated", + "expression":"(String('sales/revenue_from_April_till_date_validated') == String('Yes'))", + "value_keys":[ + "sales/revenue_from_April_till_date_validated" + ], + "questions":[ + { "question":"Choose any ", + "question_key":"Choose any", + "type":"3", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"your_business_or_personal_use", + "answers":[ + { + "answer_id":"Bills", + "answer":"Bills" + }, + { + "answer_id":"Gst_returns", + "answer":"Gst returns" + }, + { + "answer_id":"records_shown", + "answer":"records shown" + } + ], + "validations":[ + + ] + } + + + + ] + } + ] + } ], + "is_repeatable":null, + "answers":[{ + "answer":"Yes", + "answer_id":"Yes" + }, + { + "answer":"No", + "answer_id":"No" + }], + "validations":[ + + ] + }, { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + + + + ] + } + \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/DONE/12.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/DONE/12.json new file mode 100644 index 000000000..6745b33d0 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/DONE/12.json @@ -0,0 +1,310 @@ +{ + "section_id":"12", + "section_name":"Final Remarks Details", + "onsubmit":null, + "questions":[ + { + "question":"Customer Behaviour", + "question_key":"Customer_Behaviour", + "place_holder":"Enter the text", + "type":"3", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"CUSTOMERBEHAVIOUR" + }, + "fields":[ + "customer_behaviour_id", + "description" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + }, + { + "question":"Is the location of the business / profession suited to the nature of business / service provided?", + "question_key":"location_of_the_business", + "place_holder":"Enter the text", + "type":"3", + "api_properties":null, + "answers":[{ + "answer":"Well Suited", + "answer_id":"Well Suited" + }, + { + "answer":"Fairly Suited", + "answer_id":"Fairly Suited" + },{ + "answer":"Not Suited", + "answer_id":"Not Suited" + }], + "onchange_properties":null, + "is_repeatable":null, + "sub_title":"Location", + "field_type":"string", + "field_width":"100", + "validations":[ + ] + }, + { + "question":"Personal feedback or market intelligence on the case (if any)", + "question_key":"Personal_feedback_or_market_intelligence_on_the_case", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"100", + "validations":[ + ] + }, + { + "question_key":"PD_Officers_Recommendation", + "question":"PD Officers Recommendation", + "place_holder":"Enter the text", + "type":"3", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"PDOFFICERRECOMMENDATIONS" + }, + "fields":[ + "pdofficer_recommendation_id", + "pdofficer_recommendation" + ] + }, + "answers":null, + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"PD_Officers_Recommendation", + "expression":"(String('PD_Officers_Recommendation') == String('2'))", + "value_keys":[ + "PD_Officers_Recommendation" + ], + "questions":[ + { + "question":[ + { + "question":"Reasons for marking PD status as Positive", + "question_key":"Reasons_for_marking_PD_status_as_Positive", + "type":"1", + "field_width":"100", + "onchange_properties":null, + "api_properties":null, + "answers":null, + "is_repeatable":null, + "validations":[ + + ] + } + ], + "is_repeatable":"1", + "group_key":"Reasons_for_marking_PD_status_as_Positive", + "group_title":"Reasons for marking PD status as Positive" + }] + }] + + + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"PD_Officers_Recommendation", + "expression":"(String('PD_Officers_Recommendation') == String('3'))", + "value_keys":[ + "PD_Officers_Recommendation" + ], + "questions":[ + { + "question":[ + { + "question":"Reasons for marking PD status as Negative", + "question_key":"Reasons_for_marking_PD_status_as_Negative", + "type":"1", + "field_width":"100", + "onchange_properties":null, + "api_properties":null, + "answers":null, + "is_repeatable":null, + "validations":[ + + ] + } + ], + "is_repeatable":"1", + "group_key":"Reasons_for_marking_PD_status_as_Negative", + "group_title":"Reasons for marking PD status as Negative" + }] + }] + + + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"PD_Officers_Recommendation", + "expression":"(String('PD_Officers_Recommendation') == String('1'))", + "value_keys":[ + "PD_Officers_Recommendation" + ], + "questions":[ + { + "question":"Specify PD Officers Recommendation", + "question_key":"Specify_PD_Officers_Recommendation", + "type":"1", + "field_width":"45", + "onchange_properties":null, + "api_properties":null, + "answers":null, + "is_repeatable":null, + "validations":[ + + ] + } + ] + }] + + + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"PD_Officers_Recommendation", + "expression":"(String('PD_Officers_Recommendation') == String('4'))", + "value_keys":[ + "PD_Officers_Recommendation" + ], + "questions":[ + { + "question":[ + { + "question":"Reasons for marking PD status as Refer to Credit", + "question_key":"Reasons_for_marking_PD_status_as_Refer_to_Credit", + "type":"1", + "field_width":"100", + "onchange_properties":null, + "api_properties":null, + "answers":null, + "is_repeatable":null, + "validations":[ + + ] + } + ], + "is_repeatable":"1", + "group_key":"Reasons_for_marking_PD_status_as_Refer_to_Credit", + "group_title":"Reasons for marking PD status as Refer to Credit" + }] + }] + + + +}], + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + }, { + "question_key":"Any_additional_visit_(Godown/multiple_rental_properties)", + "question":"Any additional visit (Godown /multiple rental properties)", + "place_holder":"Enter the text", + "type":"12", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"100", + "validations":[ + ] + }, { + "question":"Mode of Transport Used to Visit the PD address", + "question_key":"Mode_of_Transport_Used_to_Visit_the_PD_address", + "type":"3", + "field_width":"45", + "api_properties":null, + "answers":[ + { + "answer_id":"Two_Wheeler", + "answer":"Two Wheeler" + },{ + "answer_id":"Four_Wheeler", + "answer":" Four Wheeler" + },{ + "answer_id":"Public_Transport", + "answer":"Public Transport" + }, + { + "answer_id":"Others", + "answer":"Others" + } + + ], + "onchange_properties": [{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Mode_of_Transport_Used_to_Visit_the_PD_address", + "expression":"(String('Mode_of_Transport_Used_to_Visit_the_PD_address') == String('Others'))", + "value_keys":[ + "Mode_of_Transport_Used_to_Visit_the_PD_address" + ], + "questions":[ + { + "question":"Specify the Mode of Transport Used to Visit the PD address", + "question_key":"Specify_the_Mode_of_Transport_Used_to_Visit_the_PD_address", + "type":"1", + "field_width":"45", + "onchange_properties":null, + "api_properties":null, + "answers":null, + "is_repeatable":null, + "validations":[ + + ] + } + ] + }] + + + + }], + "is_repeatable":null, + "validations":[ + + ] + }, { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + + + + ] + } + \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/DONE/13.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/DONE/13.json new file mode 100644 index 000000000..651e0d0f8 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/DONE/13.json @@ -0,0 +1,343 @@ +{ + "section_id": "13", + "section_name": "Stock details", + "onsubmit": [], + "questions": [ + { + "question": "Is stock applicable to the business (Yes / No)", + "question_key": "stock_info_available", + "type": "2", + "field_width": "45", + "api_properties": null, + "onchange_properties": [ + { + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "stock_info_available", + "expression": "(String('stock_info_available') == String('No'))", + "value_keys": [ + "stock_info_available" + ], + "questions": [ + { + "question": "Reason", + "question_key": "stock_not_available_reason", + "type": "7", + "field_width": "100", + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "is_subfield": "1", + "parent_question_key": "stock_info_available", + "answers": null, + "validations": [ + + ] + } + ] + } + ] + }, + { + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "stock_info_available", + "expression": "(String('stock_info_available') == String('Yes'))", + "value_keys": [ + "stock_info_available" + ], + "questions":[ + { + "question": "Is the stock of finished goods observed, sufficient considering the size of operations", + "question_key": "estimated_uom", + "type": "3", + "field_width": "100", + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "is_subfield": "1", + "parent_question_key": "stock_info_available", + "answers": [ + { + "answer": "Yes", + "answer_id": "yes" + }, + { + "answer": "No", + "answer_id": "no" + }, + { + "answer": "Stock not required to be maintained", + "answer_id": "not applicable" + } + ], + "validations": [ + + ] + } + ] + }, + { + "insert_index": "stock_info_available", + "expression": "(String('stock_info_available') == String('Yes'))", + "value_keys": [ + "stock_info_available" + ], + "questions": [ + { + "question": [ + { + "question": "Type of Stock", + "question_key": "stock_type", + "type": "3", + "field_width": "100", + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "is_subfield": "1", + "parent_question_key": "stock_info_available", + "answers": [ + { + "answer": "RM", + "answer_id": "RM" + }, + { + "answer": "FG", + "answer_id": "FG" + }, + { + "answer": "SFG", + "answer_id": "SFG" + } + ], + "validations": [ + + ] + }, + { + "question": "Name of trading goods/manufacturing goods (raw material/finished goods)/ Service Provided", + "question_key": "provider_name", + "place_holder": "Enter text", + "type": "1", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "string", + "validations": [ + + ] + }, + { + "question": "Stock", + "question_key": "provider_observed", + "type": "3", + "api_properties": null, + "answers": [ + { + "answer": "Add Stock Details", + "answer_id": "yes" + }, + { + "answer": "No Stock Observed", + "answer_id": "no" + } + ], + "is_repeatable": null, + "validations": [ + + ], + "onchange_properties": [ + { + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "provider_observed", + "expression": "(String('provider_observed') === String('yes'))", + "value_keys": [ + "provider_observed" + ], + "questions": [ + { + "question": "Estimated Quantity", + "question_key": "estimated_quantity", + "type": "1", + "field_width": "100", + "field_type": "num", + "api_properties": null, + "onchange_properties": [ + { + "purpose": "validations", + "validations": [ + + { + "name": "required", + "isactive": "1", + "validator": "", + "message": "Either Estimated Stock value or Estimated Quantity is required", + "value": "(String('estimated_quantity') === String(''))", + "validation_to": "estimated_stock_value", + "value_keys": [ + "estimated_quantity", + "estimated_stock_value" + ] + } + ] + } + ], + "is_repeatable": null, + "is_subfield": "1", + "parent_question_key": "provider_observed", + "answers": null, + "validations": [ + + ] + }, + { + "question": "UOM", + "question_key": "estimated_uom", + "type": "3", + "field_width": "100", + "api_properties": { + "api": "getListOfMaster", + "api_method": "POST", + "params": { + "master_name": "UOM" + }, + "fields": [ + "uom_id", + "name" + ] + }, + "onchange_properties": null, + "is_repeatable": null, + "is_subfield": "1", + "parent_question_key": "provider_observed", + "answers": null, + "validations": [ + ] + }, + { + "question": "Estimated value of stock observed", + "question_key": "estimated_stock_value", + "type": "1", + "field_type": "numtoword", + "field_width": "100", + "api_properties": null, + "onchange_properties": [ + { + "purpose": "validations", + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "", + "message": "Either Estimated Stock value or Estimated Quantity is required", + "value": "(String('estimated_stock_value') === String(''))", + "validation_to": "estimated_quantity", + "value_keys": [ + "estimated_stock_value" + ] + } + ] + } + ], + "is_repeatable": null, + "is_subfield": "1", + "parent_question_key": "provider_observed", + "answers": null, + "validations": [] + } + ] + } + ] + } + ] + }, + { + "question":"Name of the Company", + "question_key":"company_name", + "place_holder":"Enter text", + "type":"3", + "api_properties":{ + "api":"getCompanyListForSMCList", + "api_method":"POST", + "params":{"records":{ + "pd_id":"VAR_PD_ID", + "random_string":"VAR_RANDOM_STRING" + }}, + "fields":[ + "company_id", + "borrower_name" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Company Name Required", + "value":null + } + ] + } + ], + "is_repeatable": "1", + "group_title": "Stock details", + "group_key": "stock_details" + } + ] + } + ] + } + ], + "is_repeatable": null, + "answers": [ + { + "answer": "Yes", + "answer_id": "Yes" + }, + { + "answer": "No", + "answer_id": "No" + } + ], + "validations": [ + + ] + }, + { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + }, { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + ] +} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/DONE/2.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/DONE/2.json new file mode 100644 index 000000000..59aa7f5f8 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/DONE/2.json @@ -0,0 +1,511 @@ +{ + "section_id":"5", + "section_name":"Address details", + "onsubmit":null, + "questions":[ + { + "question":"Address at which PD was initiated", + "question_key":"initiated_address", + "type":"7", + "disable":false, + "field_width":"100", + "title":"Address Details", + "answers":true, + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question": "State", + "question_key": "state", + "type": "3", + "answers": null, + "field_width":"25", + "api_properties": { + "api": "getListOfMaster", + "api_method": "POST", + "params": { + "master_name": "STATE" + }, + "fields": [ + "state_id", + "name" + ] + }, + "onchange_properties": [ + { + "purpose": "api", + "api": "getListOfStatesAndCities", + "api_method": "POST", + "params": "{records:{state_id:'value_of_answer'}}", + "fields": [ + "state_id", + "name" + ], + "local_variable": "local_city" + } + ], + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "State Required", + "value": null + } + ] + }, + { + "question": "City", + "question_key": "city", + "type": "3", + "answers": null, + "field_width":"25", + "api_properties": "local_city", + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "CIty Required", + "value": null + } + ] + }, + { + "question": "Pincode", + "question_key": "pincode", + "type": "3", + "answers": null, + "field_width":"25", + "api_properties": "local_pincode", + "onchange_properties": [ + { + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "pincode", + "expression": "(pincode == 1)", + "value_keys": [ + "pincode" + ], + "questions": [ + { + "question_key": "pincode_others", + "question": "Specify the Pincode", + "place_holder": "Enter the Pincode", + "type": "1", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "num", + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Pincode is Required", + "value": null + }, + { + "name": "pattern", + "isactive": "1", + "validator": "[0-9]{6}", + "message": "Pincode should be 6 digit", + "value": null + } + ] + } + ] + } + ] + } + ], + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Pincode Required", + "value": null + } + ] + }, + { + "question":"Is this the address where PD is done ?", + "question_key":"is_pd_done_on_initiated_address", + "type":"2", + "disable":false, + "field_width":"100", + "onchange_properties": [{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"is_pd_done_on_initiated_address", + "expression":"(String('is_pd_done_on_initiated_address') == String('No'))", + "value_keys":[ + "is_pd_done_on_initiated_address" + ], + "questions":[ + { + "question":"Reason for change in PD visit address", + "question_key":"end_use", + "type":"1", + "field_width":"100", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question": "Pincode", + "question_key": "pincode2", + "type": "3", + "answers": null, + "field_width":"25", + "api_properties": "local_pincode", + "onchange_properties": [ + { + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "pincode", + "expression": "(pincode == 1)", + "value_keys": [ + "pincode" + ], + "questions": [ + { + "question_key": "pincode_others", + "question": "Specify the Pincode", + "place_holder": "Enter the Pincode", + "type": "1", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "num", + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Pincode is Required", + "value": null + }, + { + "name": "pattern", + "isactive": "1", + "validator": "[0-9]{6}", + "message": "Pincode should be 6 digit", + "value": null + } + ] + } + ] + } + ] + } + ], + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Pincode Required", + "value": null + } + ] + }, { + "question": "City", + "question_key": "city2", + "type": "3", + "answers": null, + "field_width":"25", + "api_properties": "local_city", + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "CIty Required", + "value": null + } + ] + }, + { + "question":"State", + "question_key":"State_list", + "type":"3", + "disable":false, + "field_width":"25", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"STATE" + }, + "fields":[ + "state_id", + "name" + ] + + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, { + "question":"Enter actual PD address", + "question_key":"actual_pd_address", + "type":"1", + "field_width":"100", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + } + + ] + } + ] + }], + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, + { + "answer_id":"No", + "answer":"No" + } + ], + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Address Type", + "question_key":"Address_Type", + "type":"3", + "disable":false, + "field_width":"45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"ADDRESSTYPE" + }, + "fields":[ + "address_type_id", + "address_type" + ] + }, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Locality", + "question_key":"Locality", + "type":"3", + "disable":false, + "field_width":"45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"LOCALITY" + }, + "fields":[ + "locality_id", + "locality_name" + ] + }, + + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Approach to PD location*", + "question_key":"Approach_to_PD_location", + "type":"3", + "disable":false, + "field_width":"45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"PDLOCATIONAPPROACH" + }, + "fields":[ + "pd_location_approach_id", + "description" + ] + }, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Comment on Locality", + "question_key":"Comment_on_Locality", + "type":"3", + "disable":false, + "field_width":"45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"COMMENTSONLOCALITY" + }, + "fields":[ + "comments_on_locality_id", + "rating" + ] + }, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, { + "question":"Unit of Measurement", + "question_key":"Unit_of_Measurement", + "type":"3", + "disable":false, + "field_width":"45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"UOM" + }, + "fields":[ + "uom_id", + "name" + ] + }, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + },{ + "question":"Estimate area of the Residence", + "question_key":"Estimate_area_of_the_Residence", + "type":"1", + "disable":false, + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + },{ + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + + ] + } + \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/DONE/3.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/DONE/3.json new file mode 100644 index 000000000..2d296d580 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/DONE/3.json @@ -0,0 +1,423 @@ +{ + "section_id":"10", + "section_name":"Loan details", + "onsubmit":null, + "questions":[ + { + "question":"Loan amount applied for ?", + "question_key":"loan_amount", + "type":"1", + "field_type":"numtoword", + "field_width":"65", + "answers":null, + "api_properties":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"total_fund_requirement", + "expression":" typeof(total_fund_requirement) == 'number' && (Number(total_fund_requirement) < Number(loan_amount))", + "value_keys":[ + "total_fund_requirement","loan_amount" + ], + "questions":[ + { + "question":"Remarks on source of funds for balance amount required", + "question_key":"remarks_fund_source_balance", + "place_holder":"", + "field_type":"string", + "type":"1", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"total_fund_requirement", + "answers":null, + "validations":[ + + ] + } + ] + }] + } + ], + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Loan Tenure applied for ?", + "question_key":"loan_tenure", + "type":"1", + "field_type":"num", + "field_width":"25", + "onchange_properties": null, + "api_properties":null, + "answers":null, + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Sub Product", + "question_key":"sub_product", + "type":"3", + "field_width":"65", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"SUBPRODUCTS" + }, + "fields":[ + "subproduct_id", + "name" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"What is the end use", + "question_key":"end_use", + "type":"3", + "field_width":"65", + "api_properties":{ + "api":"getEndUseOfLoan", + "api_method":"POST", + "params":{ + "master_name":null + }, + "fields":["enduse_of_loan_id","enduse_of_loan"] + }, + + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Is there a balance transfer?", + "question_key":"balance_transfer", + "type":"3", + "field_width":"65", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"BTLENDERLIST" + }, + "fields":[ + "bt_lender_list_id", + "lender_name" + ] + }, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"EMI Amount comfortable paying", + "question_key":"emi_amount", + "type":"1", + "field_type":"numtoword", + "field_width":"65", + "answers":null, + "api_properties":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"total_fund_requirement", + "expression":" typeof(total_fund_requirement) == 'number' && (Number(total_fund_requirement) < Number(loan_amount))", + "value_keys":[ + "total_fund_requirement","loan_amount" + ], + "questions":[ + + ] + }] + } + ], + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Type of Property", + "question_key":"is_transfer", + "type":"3", + "sub_title":"Details of Property being Mortgaged", + "field_width":"55", + "api_properties":null, + "answers":[ + { + "answer_id":"Chawl", + "answer":"Chawl" + },{ + "answer_id":"Flat", + "answer":"Flat" + },{ + "answer_id":"Floor", + "answer":"Floor" + }, + { + "answer_id":"Independent House", + "answer":"Independent House" + }, { + "answer_id":"Row House", + "answer":"Row House" + } + + ], + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Specify Type of Property*", + "question_key":"Specify_Type", + "type":"1", + "field_width":"55", + "api_properties":null, + "answers":[ + { + "answer_id":"other", + "answer":"other" + } + + ], + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Name of Owner", + "question_key":"owner_name", + "type":"4", + "field_width":"45", + "api_properties": + { + "purpose":"answer_options_local", + "master_name":"pd_applicants", + "fields":["pd_co_applicant_id","applicant_name"] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Status of Construction", + "question_key":"is_transfer", + "type":"3", + "field_width":"45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"STATUSOFCONSTRUCTION" + }, + "fields":[ + "id", + "name" + ] + }, + "answers": null, + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }, + + { + "question":"Estimated market value as per customer", + "question_key":"emv_per_customer", + "place_holder":"", + "field_type":"numtoword", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers":null, + "validations":[ + + ] + }, + { + "question":"Address of Property*", + "question_key":"Address_of_Property", + "place_holder":"", + "field_type":"text", + "type":"1", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers":null, + "validations":[ + + ] + }, + { + "question": "State", + "question_key": "state", + "type": "3", + "answers": null, + "field_width":"45", + "api_properties": { + "api": "getListOfMaster", + "api_method": "POST", + "params": { + "master_name": "STATE" + }, + "fields": [ + "state_id", + "name" + ] + }, + "onchange_properties": [ + { + "purpose": "api", + "api": "getListOfStatesAndCities", + "api_method": "POST", + "params": "{records:{state_id:'value_of_answer'}}", + "fields": [ + "state_id", + "name" + ], + "local_variable": "local_city" + } + ], + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "State Required", + "value": null + } + ] + }, + { + "question": "City", + "question_key": "city", + "type": "3", + "answers": null, + "field_width":"45", + "api_properties": "local_city", + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "CIty Required", + "value": null + } + ] + }, + { + "question": "Pincode", + "question_key": "pincode", + "type": "3", + "answers": null, + "field_width":"45", + "api_properties": "local_pincode", + "onchange_properties": [ + { + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "pincode", + "expression": "(pincode == 1)", + "value_keys": [ + "pincode" + ], + "questions": [ + { + "question_key": "pincode_others", + "question": "Specify the Pincode", + "place_holder": "Enter the Pincode", + "type": "1", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "num", + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Pincode is Required", + "value": null + }, + { + "name": "pattern", + "isactive": "1", + "validator": "[0-9]{6}", + "message": "Pincode should be 6 digit", + "value": null + } + ] + } + ] + } + ] + } + ], + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Pincode Required", + "value": null + } + ] + }, { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] +} + + + ] + } + \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/DONE/4.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/DONE/4.json new file mode 100644 index 000000000..ef9f27ef7 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/DONE/4.json @@ -0,0 +1,764 @@ +{ + "section_id": "4", + "section_name": "Employement Information", + "onsubmit": null, + "questions": [ + + + + { + "question": "Name of Employer*", + "question_key": "Name_of_Employer", + "type": "3", + "disable":false, + "field_width": "35", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Field Required", + "value": null + } + ] + }, + { + "question": "Company profile in brief", + "question_key": "Company_profile_in_brief", + "type": "7", + "disable":false, + "field_width": "100", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Field Required", + "value": null + } + ] + }, + { + "question": "Since how long working with this employer?", + "question_key": "Since_how_long_working_with_this_employer?", + "field_type":"null", + "sub_title":"Since how long working with this employer?", + "disable":false, + "field_width": "100", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [] + }, + { + "question": "Year*", + "question_key": "Year", + "type": "1", + "field_type":"num", + + "disable":false, + "field_width": "25", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Field Required", + "value": null + } + ] + }, + { + "question": "Month", + "question_key": "Month", + "type": "1", + "disable":false, + "field_type":"num", + "field_width": "25", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Field Required", + "value": null + } + ] + }, + { + "question": "Total Work Experience", + "question_key": "Total_Work_Experience", + "type": "1", + "disable":false, + "field_width": "25", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Field Required", + "value": null + } + ] + }, + { + "question":"Was the employee met?", + "question_key":"Was_the_employee_met", + "type":"3", + "field_width":"45", + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, + { + "answer_id":"No", + "answer":"No" + } + ], + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Was_the_employee_met", + "expression":"(String('Was_the_employee_met') == String('Yes'))", + "value_keys":[ + "Was_the_employee_met" + ], + "questions":[ + { + "question":"Name of the Person met", + "question_key":"Name_of_the_Person_met", + "place_holder":"", + "field_type":"text", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Was_the_employee_met", + "answers":null, + "validations":[ + ] + },{ + "question":"Designation of Person met", + "question_key":"Designation_of_Person_met", + "place_holder":"", + "field_type":"text", + "type":"3", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Was_the_employee_met", + "answers":null, + "validations":[ + ] + },{ + "question":"Photograph of 'Photo ID card of the Employee/Manager'", + "question_key":"Photograph", + "place_holder":"", + "field_type":"text", + "type":"3", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Was_the_employee_met", + "answers":null, + "validations":[ + ] + },{ + "question":"Employer's/Manager's Company ID card / Visiting card provided?", + "question_key":"Visiting_card_provided", + "place_holder":"", + "field_type":"text", + "type":"3", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Was_the_employee_met", + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, + { + "answer_id":"No", + "answer":"No" + } + ], + "validations":[ + ] + }] + }] + + }], + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Salary Amount confirmed?", + "question_key":"Salary_Amount_confirmed", + "type":"3", + "field_width":"45", + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, + { + "answer_id":"No", + "answer":"No" + } + ], + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Salary_Amount_confirmed", + "expression":"(String('Salary_Amount_confirmed') == String('No'))", + "value_keys":[ + "Salary_Amount_confirmed" + ], + "questions":[ + { + "question":"why salary amount was not confirmed", + "question_key":"why_salary_amount_was_not_confirmed", + "place_holder":"why salary amount was not confirmed", + "field_type":"text", + "type":"7", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Salary_Amount_confirmed", + "answers":null, + "validations":[ + ] + + }] + }] + }], + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Attendance register seen?", + "question_key":"Attendance_register_seen", + "type":"3", + "field_width":"45", + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"yes" + }, + { + "answer_id":"No", + "answer":"no" + } + ], + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Salary register seen?", + "question_key":"Salary_register_seen", + "type":"3", + "field_width":"45", + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"yes" + }, + { + "answer_id":"No", + "answer":"no" + } + ], + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Cash Voucher", + "question_key":"Cash_Voucher", + "type":"3", + "field_width":"45", + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"yes" + }, + { + "answer_id":"No", + "answer":"no" + } + ], + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Salary Certificate", + "question_key":"Salary_Certificate", + "type":"3", + "field_width":"45", + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"yes" + }, + { + "answer_id":"No", + "answer":"no" + } + ], + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Salary Slip", + "question_key":"Salary_Slip", + "type":"3", + "field_width":"45", + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"yes" + }, + { + "answer_id":"No", + "answer":"no" + } + ], + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Others please specify", + "question_key":"Others_please_specify", + "type":"3", + "field_width":"45", + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, + { + "answer_id":"No", + "answer":"No" + } + ], + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Others_please_specify", + "expression":"(String('Others_please_specify') == String('Yes'))", + "value_keys":[ + "Others_please_specify" + ], + "questions":[ + { + "question":"Specify the Document", + "question_key":"Specify_the_Document", + "type":"1", + "field_width":"45", + "api_properties":null, + "parent_question_key":"Others_please_specify", + "answers":[ + + ], + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Others_please_specify", + "expression":"(String('Others_please_specify') == String('No'))", + "value_keys":[ + "Others_please_specify" + ], + "questions":[ + { + "question":"Why Documents are not available?", + "question_key":"Why_Documents_are_not_available", + "place_holder":"", + "field_type":"text", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Others_please_specify", + "answers":null, + "validations":[ + ] + }] + }] + + }], + "is_repeatable":null, + "validations":[ + + ] + }, + + { + "question":"Mode of getting salary", + "question_key":"Mode_of_getting_salary", + "type":"3", + "field_width":"65", + "api_properties":null, + "answers":[ + { + "answer":"Bank Transfer", + "answer_id":"Bank_Transfer" + }, + { + "answer":"Paid in Cash", + "answer_id":"Paid_in_Cash" + }, + { + "answer":"Both Bank Transfer & Cash", + "answer_id":"Both_Bank_Transfer_and _Cash" + } + ], + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }, { + "question": "Salary Details", + "question_key": "Salary_Details", + "field_type":"null", + "sub_title":"Salary Details", + "disable":false, + "field_width": "100", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [] + }, + { + "question": "Date of Salary", + "question_key": "Date_of_Salary", + "field_type":"null", + "sub_title":"Date of Salary", + "disable":false, + "field_width": "100", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [] + }, + { + "question":"From", + "question_key":"from", + "type":"3", + + "field_width":"45", + "api_properties":null, + "answers":[ + { + "answer":"Bank Transfer", + "answer_id":"Bank_Transfer" + }, + { + "answer":"Paid in Cash", + "answer_id":"Paid_in_Cash" + }, + { + "answer":"Both Bank Transfer & Cash", + "answer_id":"Both_Bank_Transfer_and _Cash" + } + ], + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"To", + "question_key":"to", + "type":"3", + "field_width":"45", + "api_properties":null, + "answers":[ + { + "answer":"Bank Transfer", + "answer_id":"Bank_Transfer" + }, + { + "answer":"Paid in Cash", + "answer_id":"Paid_in_Cash" + }, + { + "answer":"Both Bank Transfer & Cash", + "answer_id":"Both_Bank_Transfer_and _Cash" + } + ], + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }, { + "question":"Has salary been paid regularly in last 3 months", + "question_key":"Has_salary_been_paid_regularly_in_last_3_months", + "type":"3", + "field_width":"65", + "api_properties":null, + "answers":[ + { + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + } + + ], + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Gross Monthly Salary", + "question_key":"Gross_Monthly_Salary", + "type":"1", + "field_type":"numtoword", + "field_width":"65", + "api_properties":null, + "answers":[ + ], + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Net Monthly Salary", + "question_key":"Net_Monthly_Salary", + "type":"1", + "field_width":"65", + "field_type":"numtoword", + "api_properties":null, + "answers":[ + + ], + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Bounce or incentive*", + "question_key":"Bounce_or_incentive", + "type":"1", + "field_type":"numtoword", + "field_width":"65", + "api_properties":null, + "answers":[ + + ], + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }, { + "question": "Bonus Frequency", + "question_key": "Bonus_Frequency", + "type": "3", + "field_width": "45", + "api_properties": null, + "answers": [ + { + "answer": "Daily", + "answer_id": "Daily" + }, + { + "answer": "Every 12 days", + "answer_id": "Every_12_days" + }, + { + "answer": " Every 15 days", + "answer_id": " Every_15_days" + }, + { + "answer": " Every 3 months", + "answer_id": " Every_3_months" + }, + { + "answer": " Every 6 month", + "answer_id": " Every_6_month" + }, + { + "answer": " Monthly", + "answer_id": "Monthly" + }, + { + "answer": " Yearly", + "answer_id": "Yearly" + } + ], + "onchange_properties": [ + ], + "is_repeatable": null, + "validations": [ + + ] + }, + { + "question": "Type of Bonus", + "question_key": "Type_of_Bonus", + "type": "3", + "field_width": "45", + "api_properties": null, + "answers": [ + { + "answer": "Fixed", + "answer_id": "Fixed" + }, + { + "answer": "Variable depending on performance", + "answer_id": "Variable_depending_on_performance" + }, + { + "answer": " Others", + "answer_id": "Others" + } + + ], + "onchange_properties": [ + ], + "is_repeatable": null, + "validations": [ + + ] + },{ + "question":"ID card issued by the Company seen?*", + "question_key":"ID_card_issued_by_the_Company_seen", + "type":"3", + "field_width":"45", + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, + { + "answer_id":"No", + "answer":"No" + } + ], + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"ID_card_issued_by_the_Company_seen", + "expression":"(String('ID_card_issued_by_the_Company_seen') == String('No'))", + "value_keys":[ + "ID_card_issued_by_the_Company_seen" + ], + "questions":[ + { + "question_key": "common_remarks", + "question": "Remarks", + "place_holder": "Enter the text", + "type": "7", + "disable":false, + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "string", + "field_width": "45", + "validations": [] + }] + }] + }], + "is_repeatable":null, + "validations":[ + + ] + } + + + ] +} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/DONE/5.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/DONE/5.json new file mode 100644 index 000000000..c7b1124d0 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/DONE/5.json @@ -0,0 +1,1141 @@ +{ + "section_id":"5", + "section_name":"Other Assets Details", + "onsubmit":[ + ], + "questions":[ { + "question":"Is the Asset Information Available?", + "question_key":"Is_the_Asset_Information_Available", + "type":"3", + "field_width":"45", + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, + { + "answer_id":"No", + "answer":"No" + } + ], + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Is_the_Asset_Information_Available", + "expression":"(String('Is_the_Asset_Information_Available') == String('Yes'))", + "value_keys":[ + "Is_the_Asset_Information_Available" + ], + "questions":[ + { + "question":[ + { + "question":"Assets Type", + "question_key":"Assets_Type", + "place_holder":"Enter text", + "type":"3", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"ASSETTYPE" + }, + "fields":[ + "id", + "name" + ] + }, + "answers":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Assets_Type", + "expression":"(String('Assets_Type') == String('4'))", + "value_keys":[ + "Assets_Type" + ], + "questions":[ + { + "question":"Description", + "question_key":"Description", + "place_holder":"", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Assets_Type", + "answers":null, + "validations":[ + ] + },{ + "question":"Appromximate Market Value", + "question_key":"Appromximate_Market_Value", + "place_holder":"", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Assets_Type", + "answers":null, + "validations":[ + ] + }] + }] + + }, { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Assets_Type", + "expression":"(String('Assets_Type') == String('7'))", + "value_keys":[ + "Assets_Type" + ], + "questions":[ + { + "question":"Type", + "question_key":"type", + "place_holder":"Enter text", + "type":"3", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"INVESTMENTTYPE" + }, + "fields":[ + "id", + "name" + ] + }, + "answers": null, + "onchange_properties": [{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"type", + "expression":"(String('type') == String('6'))", + "value_keys":[ + "type" + ], + "questions":[ + + { + "question":"Name of organisation in which investment done", + "question_key":"Name_of_organisation_in_which_investment_done1", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers": null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + },{ + "question":"Current Market Value", + "question_key":"Current_Market_Value1", + "type":"1", + "field_width":"45", + "field_type":"numtoword", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers": null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + } + + ] + } + ] + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"type", + "expression":"(String('type') == String('3'))", + "value_keys":[ + "type" + ], + "questions":[ + + { + "question":"Bank Name", + "question_key":"BankName1", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers": null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + } ,{ + "question":"Current Market Value", + "question_key":"Current_MarketValue2", + "type":"1", + "field_width":"45", + "field_type":"numtoword", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers": null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + } + + ] + } + ] + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"type", + "expression":"(String('type') == String('4'))", + "value_keys":[ + "type" + ], + "questions":[ + + { + "question":"Name of organisation in which investment done", + "question_key":"Name_of_organisation_in_which_investment_done2", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers": null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + },{ + "question":"Current Market Value", + "question_key":"Current_Market_Value3", + "type":"1", + "field_width":"45", + "field_type":"numtoword", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers": null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + } + + ] + } + ] + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"type", + "expression":"(String('type') == String('2'))", + "value_keys":[ + "type" + ], + "questions":[ + + { + "question":"Bank Name", + "question_key":"Bank_Name2", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers": null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + },{ + "question":"Current Market Value", + "question_key":"Current_Market_Value4", + "type":"1", + "field_width":"45", + "field_type":"numtoword", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers": null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + } + + ] + } + ] + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"type", + "expression":"(String('type') == String('5'))", + "value_keys":[ + "type" + ], + "questions":[ + + { + "question":"Name of organisation in which investment done", + "question_key":"Name_of_organisation_in_which_investment_done3", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers": null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + },{ + "question":"Current Market Value", + "question_key":"Current_Market_Value4", + "type":"1", + "field_width":"45", + "field_type":"numtoword", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers": null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + } + + ] + } + ] + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"type", + "expression":"(String('type') == String('1'))", + "value_keys":[ + "type" + ], + "questions":[ + + { + "question":"Specify Type", + "question_key":"Specify_Type", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers": null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + },{ + "question":"Bank Name", + "question_key":"Bank_Name3", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers": null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + },{ + "question":"Current Market Value", + "question_key":"Current_Market_Value5", + "type":"1", + "field_width":"45", + "field_type":"numtoword", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers": null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + } + + ] + } + ] + }], + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + } + ] + }] + + } ,{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Assets_Type", + "expression":"(String('Assets_Type') == String('6'))", + "value_keys":[ + "Assets_Type" + ], + "questions":[ + { + "question":"Premium Paid", + "question_key":"Premium_Paid", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + },{ + "question":"Frequency", + "question_key":"Frequency", + "place_holder":"Enter text", + "type":"3", + "field_width":"45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"FREQUENCY" + }, + "fields":[ + "frequency_id", + "name" + ] + }, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + },{ + "question":"Sum Assured", + "question_key":"Sum_Assured", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + },{ + "question":"Member Covered", + "question_key":"Member_Covered", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + } + ] + }] + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Assets_Type", + "expression":"(String('Assets_Type') == String('2'))", + "value_keys":[ + "Assets_Type" + ], + "questions":[ + { + "question":"Property Type", + "question_key":"Property_Type", + "place_holder":"Enter text", + "type":"3", + "field_width":"45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"PROPERTIES" + }, + "fields":[ + "id", + "name" + ] + }, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + },{ + "question":"Area Covered", + "question_key":"Area_Covered", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + },{ + "question":"Appromximate Market Value", + "question_key":"appromximate_market_Value", + "place_holder":"", + "type":"1", + "field_width":"45", + "field_type": "numtoword", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Assets_Type", + "answers":null, + "validations":[ + ] + + },{ + "question":"Unit of Measurement", + "question_key":"Unit_of_Measurement", + "place_holder":"Enter text", + "type":"3", + "field_width":"45", + "api_properties": null, + "answers": [ + { + "answer": "Acres", + "answer_id": "Acres" + }, + { + "answer": "Hectares", + "answer_id": "Hectares" + }, + { + "answer": " Square Feet", + "answer_id": " Square_Feet" + }, + { + "answer": "Square Meters", + "answer_id": "Square_Meters" + }, + { + "answer": "Others", + "answer_id": "Others" + } + + ], + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + },{ + "question":"Age of Assets in Years", + "question_key":"Age_of_Assets_in_years", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + } ,{ + "question":"Age of Assets in Months", + "question_key":"Age_of_Assets_in_months", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + },{ + "question":"Purchase Year", + "question_key":"Purchase_year", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + } + ] + }] + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Assets_Type", + "expression":"(String('Assets_Type') == String('1'))", + "value_keys":[ + "Assets_Type" + ], + "questions":[ + { + "question":"Description of Assets*", + "question_key":"Description_of_Assets", + "place_holder":"Enter text", + "type":"1", + "field_width":"100", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + },{ + "question":"Appromximate Market Value", + "question_key":"Appromximate_market_Value", + "place_holder":"", + "type":"1", + "field_width":"45", + "field_type": "numtoword", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Assets_Type", + "answers":null, + "validations":[ + ] + + },{ + "question":"Age of Assets in Years", + "question_key":"Age_of_Assets_Years", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + } ,{ + "question":"Age of Assets in Months", + "question_key":"Age_of_Assets_Months", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + },{ + "question":"Purchase Year", + "question_key":"Purchases_Year", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + } + ] + }] + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Assets_Type", + "expression":"(String('Assets_Type') == String('3'))", + "value_keys":[ + "Assets_Type" + ], + "questions":[ + { + "question":"Type of Vehicle", + "question_key":"Type_of_Vehicle", + "place_holder":"Enter text", + "type":"3", + "field_width":"45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"VEHICLETYPE" + }, + "fields":[ + "vehicle_type_id", + "vehicle_type_name" + ] + }, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + },{ + "question":"Description of Vehicle(example - Toyota Altis)", + "question_key":"Description_of_Vehicle", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + },{ + "question":"Appromximate Market Value", + "question_key":"Appromximate_marketValue", + "place_holder":"", + "type":"1", + "field_width":"45", + "field_type": "numtoword", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Assets_Type", + "answers":null, + "validations":[ + ] + + },{ + "question":"Age of Assets in Years", + "question_key":"Age_of_Assets_in_Years", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + } ,{ + "question":"Age of Assets in Months", + "question_key":"Age_of_Assets_in_Months", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + },{ + "question":"Purchase Year", + "question_key":"Purchase_Year", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + } + ] + }] + + }], + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + }, + + { + "question":"Name of the Owner", + "question_key":"Name_of_the_Owner", + "type":"4", + "field_width":"45", + "api_properties": + { + "purpose":"answer_options_local", + "master_name":"pd_applicants", + "fields":["pd_co_applicant_id","applicant_name"] + }, + "onchange_properties":null, + "is_repeatable":null, + "answers": null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + },{ + "question":"Is there a Loan Exiting Against the Assets? ", + "question_key":"Is_there_a_Loan_Exiting_Against_the_Assets", + "type":"3", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers":[{ + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + }], + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + } + + + ], + "is_repeatable":"1", + "group_title":"Assets Information", + "group_key":"Assets Information", + "form_name":"Assets Information" + } + ] + }] + + }], + "is_repeatable":null, + "validations":[ + + ] + }, + + { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"65", + "validations":[ + ] + } + ] + } \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/DONE/6.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/DONE/6.json new file mode 100644 index 000000000..6bc8e6056 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/DONE/6.json @@ -0,0 +1,696 @@ +{ + "section_id":"6", + "section_name":"Banking Details", + "onsubmit":[ + ], + "questions":[ { + "question":"Is the Personal Banking Information Available", + "question_key":"Is_the_Personal_Banking_Information_Available", + "type":"3", + "sub_title":"Personal Banking Details", + "field_width":"65", + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, + { + "answer_id":"No", + "answer":"No" + } + ], + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Is_the_Personal_Banking_Information_Available", + "expression":"(String('Is_the_Personal_Banking_Information_Available') == String('Yes'))", + "value_keys":[ + "Is_the_Personal_Banking_Information_Available" + ], + "questions":[ + { + "question":[ + { + "question_key":"Account_Holder_Name", + "question":"Account Holder's Name", + "place_holder":"Enter the text", + "type":"3", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"30", + "validations":[ + ] + },{ + "question_key":"Banking_name", + "question":"Banking Name", + "place_holder":"Enter the text", + "type":"8", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"BTLENDERLIST" + }, + "fields":[ + "bt_lender_list_id", + "lender_name" + ] + }, + "answers":null, + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Banking_name", + "expression":"(String('Banking_name') == String('1'))", + "value_keys":[ + "Banking_name" + ], + "questions":[ + { + "question":"Salary Credited in this account", + "question_key":"Salary_Credited_in_this_account", + "type":"1", + "field_width":"30", + "api_properties":null, + "parent_question_key":"Banking_name", + "answers":[ + { + "answer_id":"YES", + "answer":"YES" + }, + { + "answer_id":"NO", + "answer":"NO" + }, { + "answer_id":"NA", + "answer":"NA" + } + + + ], + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + + + }], + "is_repeatable":null, + "field_type":"string", + "field_width":"30", + "validations":[ + ] + }, { + "question":"Account Type", + "question_key":"Is_the_Personal_Banking_Information_Available", + "place_holder":"Enter text", + "type":"3", + "field_width":"30", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"ACCOUNTTYPE" + }, + "fields":[ + "id", + "name" + ] + }, + "answers": null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Is_the_Personal_Banking_Information_Available", + "expression":"(String('Is_the_Personal_Banking_Information_Available') == String('4'))", + "value_keys":[ + "Is_the_Personal_Banking_Information_Available" + ], + "questions":[ + { + "question":"Limit in case of OD / CC account", + "question_key":"Limit_in_case_of_OD_CC_account", + "type":"1", + "field_type":"numtoword", + "field_width":"45", + "api_properties":null, + "parent_question_key":"loan_type", + "answers":[ + + ], + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + + + }, { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Is_the_Personal_Banking_Information_Available", + "expression":"(String('Is_the_Personal_Banking_Information_Available') == String('3'))", + "value_keys":[ + "Is_the_Personal_Banking_Information_Available" + ], + "questions":[ + { + "question":"Limit in case of OD / CC account", + "question_key":"limit_in_case_of_OD_CC_account", + "type":"1", + "field_width":"45", + "field_type":"numtoword", + "api_properties":null, + "parent_question_key":"loan_type", + "answers":[ + + ], + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + + + }], + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Personal Banking Information Required", + "value":null + } + ] + }, { + "question_key":null, + "question":null, + "place_holder":"Enter the text", + "type":null, + "api_properties":null, + "sub_title":"Number of Years / Months since account was started", + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"100", + "validations":[ + ] + }, { + "question_key":"year", + "question":"Year", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"25", + "validations":[ + ] + }, { + "question_key":"month", + "question":"Month", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"25", + "validations":[ + ] + }, + { + "question":"Is this same AC used for?", + "question_key":"Is_this_same_AC_used_for", + "place_holder":"Enter the text", + "type":"3", + "api_properties":null, + "answers":[ + { + "answer_id":"Personal", + "answer":"Personal" + }, + { + "answer_id":"Business", + "answer":"Business" + }, + { + "answer_id":"Both", + "answer":"Both" + } + ], + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"25", + "validations":[ + ] + } + ], + "is_repeatable":"1", + "group_title":"Personal Banking Details", + "group_key":"Personal_Banking_Details", + "form_name":"Personal Banking Details" + } + ] + }] + +}], + "is_repeatable":null, + "validations":[ + + ] + }, { + "question":"Is the Business Information Available", + "question_key":"Is_the_Business_Information_Available", + "type":"3", + "sub_title":"Business Details", + "field_width":"65", + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, + { + "answer_id":"No", + "answer":"No" + } + ], + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Is_the_Business_Information_Available", + "expression":"(String('Is_the_Business_Information_Available') == String('Yes'))", + "value_keys":[ + "Is_the_Business_Information_Available" + ], + "questions":[ + { + "question":[ + { + "question_key":"Account_Holder_name", + "question":"Account Holder's Name", + "place_holder":"Enter the text", + "type":"3", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"30", + "validations":[ + ] + },{ + "question_key":"banking_name", + "question":"Banking Name", + "place_holder":"Enter the text", + "type":"8", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"BTLENDERLIST" + }, + "fields":[ + "bt_lender_list_id", + "lender_name" + ] + }, + "answers":null, + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"banking_name", + "expression":"(String('banking_name') == String('1'))", + "value_keys":[ + "banking_name" + ], + "questions":[ + { + "question":"Salary Credited in this account", + "question_key":"salary_Credited_in_this_account", + "type":"1", + "field_width":"30", + "api_properties":null, + "parent_question_key":"banking_name", + "answers":[ + { + "answer_id":"YES", + "answer":"YES" + }, + { + "answer_id":"NO", + "answer":"NO" + }, { + "answer_id":"NA", + "answer":"NA" + } + + + ], + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + + + }], + "is_repeatable":null, + "field_type":"string", + "field_width":"30", + "validations":[ + ] + }, { + "question":"Account Type", + "question_key":"Account_Type", + "place_holder":"Enter text", + "type":"3", + "field_width":"30", + "api_properties":null, + "answers":[ + { + "answer_id":"CC", + "answer":"CC" + }, + { + "answer_id":"Current", + "answer":"Current" + }, + { + "answer_id":"OD", + "answer":"OD" + }, + { + "answer_id":"Savings", + "answer":"Savings" + } + ], + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Account_Type", + "expression":"(String('Account_Type') == String('4'))", + "value_keys":[ + "Account_Type" + ], + "questions":[ + + { + "question":"Limit in case of OD / CC account", + "question_key":"Limit_in_case_of_OD_CC_account", + "type": "1", + "field_width": "45", + "field_type":"numtoword", + "api_properties": null, + "parent_question_key":"loan_type", + "answers":[ + + ], + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }, { + "question":"Is the main business account", + "question_key":"Is_the_main_business_account", + "type":"3", + "field_width":"45", + "api_properties":null, + "parent_question_key":"loan_type", + "answers":[ + { + "answer_id":"YES", + "answer":"YES" + }, + { + "answer_id":"NO", + "answer":"NO" + } + + + ], + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + + + }, { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Account_Type", + "expression":"(String('Account_Type') == String('3'))", + "value_keys":[ + "Account_Type" + ], + "questions":[ + { + "question":"Limit in case of OD / CC account", + "question_key":"limit_in_case_of_OD_CC_account", + "type":"1", + "field_width":"45", + "api_properties":null, + "parent_question_key":"loan_type", + "answers":[ + + ], + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }, { + "question":"Is the main business account", + "question_key":"is_the_main_business_account", + "type":"3", + "field_width":"45", + "api_properties":null, + "parent_question_key":"loan_type", + "answers":[ + { + "answer_id":"YES", + "answer":"YES" + }, + { + "answer_id":"NO", + "answer":"NO" + } + + + ], + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + + + }, { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Account_Type", + "expression":"(String('Account_Type') == String('2'))", + "value_keys":[ + "Account_Type" + ], + "questions":[ + { + "question":"Is the main business account", + "question_key":"is_the_main_Business_account", + "type":"3", + "field_width":"45", + "api_properties":null, + "parent_question_key":"loan_type", + "answers":[ + { + "answer_id":"YES", + "answer":"YES" + }, + { + "answer_id":"NO", + "answer":"NO" + } + + + ], + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Account_Type", + "expression":"(String('Account_Type') == String('1'))", + "value_keys":[ + "Account_Type" + ], + "questions":[ + { + "question":"Is the main business account", + "question_key":"is_the_main_Business_Account", + "type":"3", + "field_width":"45", + "api_properties":null, + "parent_question_key":"loan_type", + "answers":[ + { + "answer_id":"YES", + "answer":"YES" + }, + { + "answer_id":"NO", + "answer":"NO" + } + + + ], + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + + + }], + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Business Details Required", + "value":null + } + ] + }, { + "question_key":null, + "question":null, + "place_holder":"Enter the text", + "type":null, + "api_properties":null, + "sub_title":"Number of Years / Months since account was started", + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"100", + "validations":[ + ] + }, { + "question_key":"year", + "question":"Year", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"25", + "validations":[ + ] + }, { + "question_key":"month", + "question":"Month", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"25", + "validations":[ + ] + } + + ], + "is_repeatable":"1", + "group_title":"Business Details", + "group_key":"Business_Details", + "form_name":"Business Details" + } + ] + }] + +}], + "is_repeatable":null, + "validations":[ + + ] +}, { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] +} + + + ] +} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/DONE/7.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/DONE/7.json new file mode 100644 index 000000000..dac85984b --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/DONE/7.json @@ -0,0 +1,485 @@ +{ + "section_id": "7", + "section_name": "Existing Loan Obligations", + "onsubmit": null, + "questions": [ + { + "question":"Do you have any exiting loan", + "question_key":"Do_you_have_any_exiting_loan", + "type":"3", + "field_width":"45", + "answers":[{ + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + }], + "api_properties":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Do_you_have_any_exiting_loan", + "expression":"(String('Do_you_have_any_exiting_loan') == String('yes'))", + "value_keys":[ + "Do_you_have_any_exiting_loan" + ], + "questions":[ + { + "question": [ + + + { + "question": "Loan type", + "question_key": "loan_type", + "type": "3", + "field_width": "45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"EXISTINGLOANTYPES" + }, + "fields":[ + "existing_loan_type_id", + "loan_type_name" + ] + }, + "answers": null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"loan_type", + "expression":"(String('loan_type') == String('1'))", + "value_keys":[ + "loan_type" + ], + "questions":[ + { + "question":"Specify Loan Type", + "question_key":"Specify_Loan_Type", + "type":"1", + "field_width":"45", + "api_properties":null, + "parent_question_key":"loan_type", + "answers":[ + + ], + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + + + }], + "is_repeatable": null, + "validations": [ + ] + }, + { + "question": "Loan amount", + "question_key": "loan_amount", + "type": "1", + "field_type": "numtoword", + "field_width": "65", + "onchange_properties": null, + "api_properties": null, + "answers": null, + "is_repeatable": null, + "validations": [ + ] + }, + { + "question": "Lender name", + "question_key": "lender_name", + "type": "4", + "field_width": "45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"BTLENDERLIST" + }, + "fields":[ + "bt_lender_list_id", + "lender_name" + ] + }, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + ] + }, + { + "question": "Loan taken by", + "question_key": "loan_taken_by", + "type": "1", + "field_width": "45", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + ] + }, + + { + "question": "Instalment frequency", + "question_key": "instalment_frequency", + "type": "3", + "field_width": "45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"FREQUENCY" + }, + "fields":[ + "frequency_id", + "name" + ] + }, + "answers": null, + + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"instalment_frequency", + "expression":"(String('instalment_frequency') == String('5'))", + "value_keys":[ + "instalment_frequency" + ], + "questions":[ + { + "question":"Daily Instalment Amount", + "question_key":"Daily_Instalment_Amount", + "type":"1", + "field_width":"45", + "field_type": "numtoword", + "api_properties":null, + "parent_question_key":"instalment_frequency", + "answers":[ + + ], + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"instalment_frequency", + "expression":"(String('instalment_frequency') == String('8'))", + "value_keys":[ + "instalment_frequency" + ], + "questions":[ + { + "question":"Instalment Amount", + "question_key":"Instalment_Amount", + "type":"1", + "field_width":"45", + "field_type": "numtoword", + "api_properties":null, + "parent_question_key":"instalment_frequency", + "answers":[ + + ], + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"instalment_frequency", + "expression":"(String('instalment_frequency') == String('4'))", + "value_keys":[ + "instalment_frequency" + ], + "questions":[ + { + "question":"Fortnightly Instalment Amount", + "question_key":"Fortnightly_Instalment_Amount", + "type":"1", + "field_width":"45", + "field_type": "numtoword", + "api_properties":null, + "parent_question_key":"instalment_frequency", + "answers":[ + + ], + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"instalment_frequency", + "expression":"(String('instalment_frequency') == String('6'))", + "value_keys":[ + "instalment_frequency" + ], + "questions":[ + { + "question":"Quartly Instalment Amount", + "question_key":"Quartly_Instalment_Amount", + "type":"1", + "field_width":"45", + "field_type": "numtoword", + "api_properties":null, + "parent_question_key":"instalment_frequency", + "answers":[ + + ], + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"instalment_frequency", + "expression":"(String('instalment_frequency') == String('3'))", + "value_keys":[ + "instalment_frequency" + ], + "questions":[ + { + "question":"Halfyearly Instalment Amount", + "question_key":"Halfyearly_Instalment_Amount", + "type":"1", + "field_width":"45", + "field_type": "numtoword", + "api_properties":null, + "parent_question_key":"instalment_frequency", + "answers":[ + + ], + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"instalment_frequency", + "expression":"(String('instalment_frequency') == String('7'))", + "value_keys":[ + "instalment_frequency" + ], + "questions":[ + { + "question":"Monthly Instalment Amount", + "question_key":"Monthly_Instalment_Amount", + "type":"1", + "field_width":"45", + "field_type": "numtoword", + "api_properties":null, + "parent_question_key":"instalment_frequency", + "answers":[ + + ], + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"instalment_frequency", + "expression":"(String('instalment_frequency') == String('2'))", + "value_keys":[ + "instalment_frequency" + ], + "questions":[ + { + "question":"Annual Instalment Amount", + "question_key":"Annual_Instalment_Amount", + "type":"1", + "field_width":"45", + "field_type": "numtoword", + "api_properties":null, + "parent_question_key":"instalment_frequency", + "answers":[ + + ], + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + + + }], + "is_repeatable": null, + "validations": [ + ] + }, + { + "question": "Original tenure in months", + "question_key": "original_tenure_months", + "type": "1", + "field_width": "65", + "field_type": "num", + "api_properties": null, + "answers": null, + "onchange_properties": [ + { + "purpose":"answer_value", + "expression":"(Number(original_tenure_months)-Number(current_tenure_months))", + "value_keys":[ + "original_tenure_months", "current_tenure_months" + ], + "insert_control":"elapsed_tenure_months" + } + ], + "is_repeatable": null, + "validations": [ + ] + }, + { + "question": "Current balance tenure in months", + "question_key": "current_tenure_months", + "type": "1", + "field_type": "num", + "field_width": "65", + "api_properties": null, + "answers": null, + "onchange_properties": [ + { + "purpose":"answer_value", + "expression":"(Number(original_tenure_months)-Number(current_tenure_months))", + "value_keys":[ + "original_tenure_months", "current_tenure_months" + ], + "insert_control":"elapsed_tenure_months" + } + ], + "is_repeatable": null, + "validations": [ + ] + }, + { + "question": "Elapsed tenure in mths", + "question_key": "elapsed_tenure_months", + "type": "1", + "field_width": "65", + "field_type": "num", + "api_properties": null, + "answers": null, + "onchange_properties": [ + { + "purpose":"answer_value", + "expression":"(Number(original_tenure_months)-Number(elapsed_tenure_months))", + "value_keys":[ + "original_tenure_months", "elapsed_tenure_months" + ], + "insert_control":"current_tenure_months" + } + ], + "is_repeatable": null, + "validations": [ + ] + } + ], + "is_repeatable": "1", + "group_title": "Loan Details", + "group_key": "Loan_Details" + } ] + }] + + }], + "is_repeatable":null, + "validations":[ + + ] + }, { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + }, { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + + + ] +} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/DONE/8.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/DONE/8.json new file mode 100644 index 000000000..a3ff2c151 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/DONE/8.json @@ -0,0 +1,643 @@ +{ + "section_id": "8", + "section_name": "Family Details", + "onsubmit": [], + "questions": [{ + "question":"Select a person*", + "question_key":"Select_a_person", + "type":"3", + "field_width":"65", + "answers":null, + "api_properties": + { + "purpose":"answer_options_local", + "master_name":"pd_applicants", + "fields":["pd_co_applicant_id","applicant_name"] + }, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }, { + "question": "Residence Details of", + "question_key": "Residence_Details_of", + "field_type":"null", + "sub_title":"Residence Details of", + "disable":false, + "field_width": "100", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [] + }, + { + "question": "State", + "question_key": "state", + "type": "3", + "answers": null, + "field_width":"45", + "api_properties": { + "api": "getListOfMaster", + "api_method": "POST", + "params": { + "master_name": "STATE" + }, + "fields": [ + "state_id", + "name" + ] + }, + "onchange_properties": [ + { + "purpose": "api", + "api": "getListOfStatesAndCities", + "api_method": "POST", + "params": "{records:{state_id:'value_of_answer'}}", + "fields": [ + "state_id", + "name" + ], + "local_variable": "local_city" + } + ], + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "State Required", + "value": null + } + ] + }, + { + "question": "City", + "question_key": "city", + "type": "3", + "answers": null, + "field_width":"45", + "api_properties": "local_city", + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "CIty Required", + "value": null + } + ] + }, + { + "question":"Place*", + "question_key":"Place_list", + "type":"1", + "disable":false, + "field_width":"45", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question": "Pincode", + "question_key": "pincode", + "type": "3", + "answers": null, + "field_width":"45", + "api_properties": "local_pincode", + "onchange_properties": [ + { + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "pincode", + "expression": "(pincode == 1)", + "value_keys": [ + "pincode" + ], + "questions": [ + { + "question_key": "pincode_others", + "question": "Specify the Pincode", + "place_holder": "Enter the Pincode", + "type": "1", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "num", + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Pincode is Required", + "value": null + }, + { + "name": "pattern", + "isactive": "1", + "validator": "[0-9]{6}", + "message": "Pincode should be 6 digit", + "value": null + } + ] + } + ] + } + ] + } + ], + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Pincode Required", + "value": null + } + ] + },{ + "question":"Year*", + "question_key":"Year", + "type":"1", + "disable":false, + "field_width":"25", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, { + "question":"Month*", + "question_key":"Month", + "type":"1", + "disable":false, + "field_width":"25", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, { + "question":"Ownership*", + "question_key":"Ownership", + "type":"3", + "disable":false, + "field_width":"25", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"RESIDENCEOWNERSHIP" + }, + "fields":[ + "id", + "name" + ] + }, + "answers": null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Ownership", + "expression":"(String('Ownership') == String('3'))", + "value_keys":[ + "Ownership" + ], + "questions":[ + { + "question":"Monthly Rent Amount", + "question_key":"Monthly_Rent_Amount", + "place_holder":"", + "type":"1", + "field_width":"45", + "field_type": "numtoword", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "answers":null, + "validations":[ + ] + + }] + }] + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Ownership", + "expression":"(String('Ownership') == String('1'))", + "value_keys":[ + "Ownership" + ], + "questions":[ + { + "question":"Specify Ownership", + "question_key":"Specify_Ownership", + "place_holder":"", + "type":"1", + "field_width":"45", + "field_type": "text", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "answers":null, + "validations":[ + ] + + }] + }] + }], + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question": [ + { + "question": "Title", + "question_key": "Title", + "type": "3", + "field_width": "20", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"TITLES" + }, + "fields":[ + "title_id", + "name" + ] + }, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "string", + "validations": [ + ] + }, + { + "question": "Name*", + "question_key": "name", + "type": "1", + "field_width": "20", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + ] + },{ + "question": "Relationship*", + "question_key": "Relationship", + "type": "3", + "field_width": "20", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"RELATIONSHIPS" + }, + "fields":[ + "relationship_id", + "name" + ] + }, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + ] + },{ + "question": "Age*", + "question_key": "Age", + "type": "1", + "field_width": "20", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + ] + },{ + "question": "Earning Status*", + "question_key": "Earning_Status", + "type": "3", + "field_width": "25", + "api_properties": null, + "answers":[ + { + "answer_id":"Earning", + "answer":"Earning" + }, + { + "answer_id":"Non_Earning", + "answer":"Non Earning" + } + ], + "onchange_properties": [ + { + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "Earning_Status", + "expression":"(String('Earning_Status') == String('Earning'))", + "value_keys": [ + "Earning_Status" + ], + "questions": [ + { + "question": "Segment*", + "question_key": "Segment", + "type": "3", + "field_width": "45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"EARNINGMEMBERSSTATUS" + }, + "fields":[ + "earning_member_status_id", + "earning_member_status" + ] + }, + "answers": null, + "onchange_properties": [ + { + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "Segment", + "expression":"(String('Segment') == String('1'))", + "value_keys": [ + "Segment" + ], + "questions": [ + { + "question": "Specify Others", + "question_key": "SpecifyOthers", + "type": "1", + "field_width": "45", + "api_properties": null, + "answers": null, + "parent_question_key":"Segment", + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + + ] + } + ] + } + ] + } + ], + "is_repeatable": null, + "validations": [ + + ] + }, { + "question": "Income Per Month", + "question_key": "Income_Per_Month", + "type": "1", + "field_width": "45", + "field_type": "numtoword", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + + ] + }, { + "question": "Name of the Employer/Business", + "question_key": "Name_of_the_Employer/Business", + "type": "1", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + + ] + }, { + "question": "No of Years in Employment/Business", + "question_key": "No_of_Years_in_Employment/Business", + "type": "1", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + + ] + } + ] + } + + ], + "is_repeatable": null, + "validations": [ + + ] + }, { + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "Earning_Status", + "expression":"(String('Earning_Status') == String('Non_Earning'))", + "value_keys": [ + "Earning_Status" + ], + "questions": [ + { + "question": "Occupation*", + "question_key": "Occupation", + "type": "3", + "field_width": "45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"OCCUPATIONMEMBERS" + }, + "fields":[ + "occupation_non_earning_member_id", + "name" + ] + }, + + "answers": null, + "onchange_properties": [ + { + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "Occupation", + "expression":"(String('Occupation') == String('1'))", + "value_keys": [ + "Occupation" + ], + "questions": [ + { + "question": "Specify Others", + "question_key": "SpecifyOthers", + "type": "1", + "field_width": "45", + "api_properties": null, + "answers": null, + "parent_question_key":"Occupation", + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + + ] + } + ] + } + ] + },{ + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "Occupation", + "expression":"(String('Occupation') == String('3'))", + "value_keys": [ + "Occupation" + ], + "questions": [ + { + "question": "Retired Form", + "question_key": "Retired_Form", + "type": "1", + "field_width": "45", + "api_properties": null, + "answers": null, + "parent_question_key":"Occupation", + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + + ] + } + ] + } + ] + },{ + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "Occupation", + "expression":"(String('Occupation') == String('2'))", + "value_keys": [ + "Occupation" + ], + "questions": [ + { + "question": "Specify School/College Name", + "question_key": "Specify_School/College_Name", + "type": "1", + "field_width": "45", + "api_properties": null, + "answers": null, + "parent_question_key":"Occupation", + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + + ] + } + ] + } + ] + } + ], + "is_repeatable": null, + "validations": [ + + ] + } ] + } + + ], + "is_repeatable": null, + "validations": [ + + ] + } + ], + "is_repeatable": null, + "validations": [ + ] + } + + ], + "is_repeatable": "1", + "group_title": "Family Details", + "group_key": "Family_Details" + }, { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + + ] +} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/DONE/9.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/DONE/9.json new file mode 100644 index 000000000..00385ae5b --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/DONE/9.json @@ -0,0 +1,335 @@ +{ + "section_id": "9", + "section_name": "Other Income Details", + "onsubmit": [], + "questions": [ + { + "question":"Other Income of Loan Application", + "question_key":"Other_Income_of_Loan_Application", + "type":"3", + "field_width":"45", + "answers":[{ + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + }], + "api_properties":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Other_Income_of_Loan_Application", + "expression":"(String('Other_Income_of_Loan_Application') == String('yes'))", + "value_keys":[ + "Other_Income_of_Loan_Application" + ], + "questions":[ + { + "question": [ + { + "question": "Source", + "question_key": "Source", + "type": "3", + "field_width": "45", + "api_properties": null, + "answers":[{ + + "answer":"Agricultural Income", + "answer_id":"Agricultural_Income" + }, + { + "answer":"Dividend Income", + "answer_id":"Dividend_Income" + }, { + "answer":"Interest Income", + "answer_id":"Interest_Income" + }, { + "answer":"Rental Income", + "answer_id":"Rental_Income" + }, + { + "answer":"Others(Please Specify)", + "answer_id":"Others(Please_Specify)" + } + + ], + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Source", + "expression":"(String('Source') == String('Rental_Income'))", + "value_keys":[ + "Source" + ], + "questions":[ + { + "question":"Address", + "question_key":"Address", + "place_holder":"", + "field_type":"num", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Source", + "answers":null, + "validations":[ + ] + }] + }] + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Source", + "expression":"(String('Source') == String('Others(Please_Specify)'))", + "value_keys":[ + "Source" + ], + "questions":[ + { + "question":"Specify Source", + "question_key":"Specify_Source", + "place_holder":"", + "field_type":"num", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Source", + "answers":null, + "validations":[ + ] + }] + }] + + }], + "is_repeatable": null, + "field_type": "string", + "validations": [ + ] + }, + { + "question": "Income earned by", + "question_key": "Income_earned_by", + "type": "3", + "field_width": "45", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + ] + }, + { + "question": "Amount", + "question_key": "amount", + "type": "1", + "field_width": "45", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + ] + }, + { + "question": "Frequency", + "question_key": "account_type", + "type": "3", + "field_width": "45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"FREQUENCY" + }, + "fields":[ + "frequency_id", + "name" + ] + }, + "answers":null, + "onchange_properties": [ + ], + "is_repeatable": null, + "validations": [ + + ] + } + ], + "is_repeatable": "1", + "group_title": "Income Details", + "group_key": "Income_Details" + }] + }] + + }], + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question": [ + { + "question": "Source", + "question_key": "Source", + "type": "3", + "field_width": "45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"SOURCEOFOTHERINCOME" + }, + "fields":[ + "id", + "name" + ] + }, + "answers": null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Source", + "expression":"(String('Source') == String('5'))", + "value_keys":[ + "Source" + ], + "questions":[ + { + "question":"Address", + "question_key":"Address", + "place_holder":"", + "field_type":"text", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Source", + "answers":null, + "validations":[ + ] + }] + }] + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Source", + "expression":"(String('Source') == String('1'))", + "value_keys":[ + "Source" + ], + "questions":[ + { + "question":"Specify Source", + "question_key":"Specify_Source", + "place_holder":"", + "field_type":"text", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Source", + "answers":null, + "validations":[ + ] + }] + }] + + }], + "is_repeatable": null, + "field_type": "string", + "validations": [ + ] + }, + { + "question": "Income earned by", + "question_key": "Income_earned_by", + "type": "3", + "field_width": "45", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + ] + }, + { + "question": "Amount", + "question_key": "amount", + "type": "1", + "field_width": "45", + "field_type":"numtoword", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + ] + }, + { + "question": "Frequency", + "question_key": "account_type", + "type": "3", + "field_width": "45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"FREQUENCY" + }, + "fields":[ + "frequency_id", + "name" + ] + }, + "answers": null, + "onchange_properties": [ + ], + "is_repeatable": null, + "validations": [ + + ] + } + ], + "is_repeatable": "1", + "group_title": "Income Details", + "group_key": "Income_Details" + }, { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + + ] +} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/1.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/1.json new file mode 100644 index 000000000..b1b18c3c5 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/1.json @@ -0,0 +1,732 @@ +{ + "section_id":"13", + "section_name":"About Business", + "onsubmit":null, + "questions":[ + + { + "question": [ + { + "question":"Name", + "question_key":"name", + "type":"4", + "field_width":"45", + "api_properties": + { + "purpose":"answer_options_local", + "master_name":"pd_applicants", + "fields":["pd_co_applicant_id","applicant_name"] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Share of Profit / Shareholding (%)", + "question_key":"share_of_profit_shareholding", + "type":"1", + "field_width":"45", + "answers":null, + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, { + "question":"Started Business", + "question_key":"started_business", + "type":"3", + "field_width":"45", + "answers":[{ + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + }], + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, { + "question_key":"no_of_years_in_current_business", + "question":"No of Years in Current Business", + "place_holder":"Enter the text", + "type":null, + "sub_title":"No of Years in Current Business", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"100", + "validations":[ + ] + }, { + "question_key":"year", + "question":"Year", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"30", + "validations":[ + ] + },{ + "question_key":"month", + "question":"Month", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"30", + "validations":[ + ] + },{ + "question_key":"total_work_experience", + "question":"Total Work Experience (in years)", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"30", + "validations":[ + ] + } + ], + "is_repeatable": "1", + "group_title": "Director Details", + "group_key": "director_details" + }, + { + "question": [ + { + "question":"Title", + "question_key":"title", + "type":"3", + "field_width":"25", + "answers":null, + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"TITLES" + }, + "fields":[ + "title_id", + "name" + ] + }, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, { + "question":"Name", + "question_key":"name", + "type":"1", + "field_width":"25", + "answers":null, + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, { + "question":"Relation", + "question_key":"relation", + "type":"3", + "field_width":"25", + "answers":null, + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"RELATIONSHIPS" + }, + "fields":[ + "relationship_id", + "name" + ] + }, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, { + "question":"Relationship To", + "question_key":"relationship_to", + "type":"4", + "field_width":"25", + "answers":null, + "api_properties": + { + "purpose":"answer_options_local", + "master_name":"pd_applicants", + "fields":["pd_co_applicant_id","applicant_name"] + }, + + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, { + "question":"Relationship with Company", + "question_key":"relationship_with_company", + "type":"3", + "field_width":"25", + "answers":null, + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"COMPANYRELATIONSHIPS" + }, + "fields":[ + "company_relationship_id", + "name" + ] + }, + + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + } , { + "question":"Started Busniess", + "question_key":"started_busniess", + "type":"3", + "field_width":"25", + "answers":[{ + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + }], + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + } + ], + "is_repeatable": "1", + "group_title": "Add Other Family Members Involved In Business", + "group_key": "add_other_family_members_involved_in_business" + }, + + + + { + "question_key":"type_of_business_activity", + "question":"Type of Business Activity", + "place_holder":"Enter the text", + "type":"4", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"TYPEOFACTIVITY" + }, + "fields":[ + "type_of_activity_id", + "name" + ] + }, + "answers": null, + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"type_of_business_activity", + "expression":"(String('type_of_business_activity').includes('2'))", + "value_keys":[ + "type_of_business_activity" + ], + "questions":[ + { + "question":[ + + + { + "questions_level_two":[ + + { + "question":"Mobile Number", + "question_key":"mobile_no", + "type":"1", + "field_type":"num", + "field_width":"100", + "onchange_properties":null, + "api_properties":null, + "answers":null, + "is_repeatable":null, + "validations":[ + { + "name":"pattern", + "isactive":"1", + "validator":"[0-9]{10}", + "message":"Mobile number should be 10 digit", + "value":null + } + ] + } + ], + "is_repeatable":"2", + "group_key":"mobile_numbers", + "group_title":"Mobile Number" + }, + + { + "question":"Relationship", + "question_key":"relationship", + "type":"1", + "field_width":"100", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[] + } + + + + ], + "is_repeatable":"1", + "group_key":"borrower_details", + "group_title":"Borrower Details" + } + + ] + } + ] + }], + + + "is_repeatable":null, + "field_type":"string", + "field_width":"100", + "validations":[ + ] + }, { + "question_key":"does_the_applicant_use_mobile_wallets_upi_apps", + "question":"Does the Applicant Use Mobile Wallets / UPI Apps", + "place_holder":"Enter the text", + "type":"3", + "sub_title":"Digital Payments", + "api_properties":null, + "answers":[{ + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + }], + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"65", + "validations":[ + ] + }, { + "question_key":"does_the_applicant_use_pos_machines_in_his_business_profession", + "question":"Does the Applicant Use POS Machines in His Business / Profession", + "place_holder":"Enter the text", + "type":"3", + "api_properties":null, + "answers":[{ + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + }], + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"65", + "validations":[ + ] + },{ + "question_key":"is_the_business_seasonal", + "question":"Is The Business Seasonal", + "place_holder":"Enter the text", + "type":"3", + "sub_title":"Digital Payments", + "api_properties":null, + "answers":[{ + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No Major Changes In Sales", + "answer_id":"No Major Changes In Sales" + }], + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"65", + "validations":[ + ] + }, + { + "question":"Employees As Per Applicant", + "question_key":"employees_as_per_applicant", + "place_holder":"", + "type":null, + "sub_title":"Employees As Per Applicant", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "answers": null, + "validations":[ + ] + }, { + "question":"Permanent", + "question_key":"permanent", + "place_holder":"", + "type":"1", + "field_width":"30", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "answers": null, + "validations":[ + ] + }, { + "question":"Temporary", + "question_key":"temporary", + "place_holder":"", + "type":"1", + "field_width":"30", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "answers": null, + "validations":[ + ] + }, { + "question":"Total", + "question_key":"total", + "place_holder":"", + "type":"1", + "field_width":"30", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "answers": null, + "validations":[ + ] + }, { + "question":"Approximate total monthly salary paid to employees", + "question_key":"approximate_total_monthly_salary_paid_to_employees", + "place_holder":"", + "type":"1", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "answers": null, + "validations":[ + ] + }, + { + "question":"No of Employees Sighted By PD Officer During His Visit", + "question_key":"no_of_employees_sighted_by_pd_officer_during_his_visit", + "place_holder":"", + "type":null, + "sub_title":"No of Employees Sighted By PD Officer During His Visit", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "answers": null, + "validations":[ + ] + }, { + "question":"Total", + "question_key":"total", + "place_holder":"", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "answers": null, + "validations":[ + ] + }, { + "question":"Was the Company name board sighted ?", + "question_key":"was_the_company_name_board_sighted", + "place_holder":"", + "type":"3", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "answers":[{ + + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + }], + "validations":[ + ] + } , + { + "question":"Documents Sighted", + "question_key":"documents_sighted", + "place_holder":"", + "type":null, + "sub_title":"Documents Sighted", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "answers": null, + "validations":[ + ] + }, { + "question":"Shop and Est Act Cert", + "question_key":"shop_and_est_act_cert", + "place_holder":"", + "type":"3", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "answers":[{ + + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + }, { + "answer":"Not Applicable", + "answer_id":"Not Applicable" + }], + "validations":[ + ] + } , { + "question":"GST Regn Cert", + "question_key":"gst_regn_cert", + "place_holder":"", + "type":"3", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "answers":[{ + + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + }, { + "answer":"Not Applicable", + "answer_id":"Not Applicable" + }], + "validations":[ + ] + } , { + "question":"Cert of Practice", + "question_key":"cert_of_practice", + "place_holder":"", + "type":"3", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "answers":[{ + + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + }, { + "answer":"Not Applicable", + "answer_id":"Not Applicable" + }], + "validations":[ + ] + } , { + "question":"PF Regn", + "question_key":"pf_regn", + "place_holder":"", + "type":"3", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "answers":[{ + + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + }, { + "answer":"Not Applicable", + "answer_id":"Not Applicable" + }], + "validations":[ + ] + } , { + "question":"ESIC Regn", + "question_key":"esic_regn", + "place_holder":"", + "type":"3", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "answers":[{ + + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + }, { + "answer":"Not Applicable", + "answer_id":"Not Applicable" + }], + "validations":[ + ] + } , { + "question":"Do You Want to Add Other Documents?", + "question_key":"do_you_want_to_add_other_documents", + "place_holder":"", + "type":"3", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "answers":[{ + + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + } ], + "validations":[ + ] + }, { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + ] +} diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/10.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/10.json new file mode 100644 index 000000000..e7ee57f1b --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/10.json @@ -0,0 +1,205 @@ +{ + "section_id": "10", + "section_name": "Neighbourhood / Reference Check", + "onsubmit": [ + + ], + "questions": [ + { + "question":[ + { + "question_key": "Neighbour_Name", + "question": "Neighbour Name", + "place_holder": "Enter the text", + "type": "1", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "string", + "field_width": "45", + "validations": [] + }, { + "question_key": "Do_you_known_about_the_applicants_or_their_business", + "question": "Do you known about the applicants or their business?", + "place_holder": "Enter the text", + "type": "3", + "api_properties": null, + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, + { + "answer_id":"No", + "answer":"No" + } + ], + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Do_you_known_about_the_applicants_or_their_business", + "expression":"(String('Do_you_known_about_the_applicants_or_their_business') == String('Yes'))", + "value_keys":[ + "Do_you_known_about_the_applicants_or_their_business" + ], + "questions":[ + { + "question_key": "As_per_you_how_long_has_this_business_been_in_operation", + "question": "As per you how long has this business been in operation?", + "place_holder": "Enter the text", + "type": "5", + "api_properties": null, + "answers":[ + { + "answer_id":"Do_not_know", + "answer":"Do not know" + } + + ], + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"As_per_you_how_long_has_this_business_been_in_operation", + "expression":"(String('As_per_you_how_long_has_this_business_been_in_operation') != String('Do_not_know'))", + "value_keys":[ + "As_per_you_how_long_has_this_business_been_in_operation" + ], + "questions":[ + { "question":"Year", + "question_key":"Year", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"As_per_you_how_long_has_this_business_been_in_operation", + "answers":null, + "validations":[ + + ] + }, + { "question":"Month", + "question_key":"YeMonthar", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"As_per_you_how_long_has_this_business_been_in_operation", + "answers":null, + "validations":[ + + ] + } ] } ] }], + "is_repeatable": null, + "field_type": "string", + "field_width": "100", + "validations": [] + }, + { + "question_key": "Who_is_the_owner_of_the_organisation", + "question": "Who is the owner of the organisation?", + "place_holder": "Enter the text", + "type": "5", + "api_properties": null, + "answers":[ + { + "answer_id":"Do_not_know", + "answer":"Do not know" + } + + ], + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Who_is_the_owner_of_the_organisation", + "expression":"(String('Who_is_the_owner_of_the_organisation') != String('Do_not_know'))", + "value_keys":[ + "Who_is_the_owner_of_the_organisation" + ], + "questions":[ + { "question_key": "Who_is_the_owner_of_the_organisations", + "question": "Who is the owner of the organisation?", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Who_is_the_owner_of_the_organisation", + "answers":null, + "validations":[ + + ] + } + ] } ] }], + "is_repeatable": null, + "field_type": "string", + "field_width": "100", + "validations": [] + } + ] + } ] }], + "is_repeatable": null, + "field_type": "string", + "field_width": "45", + "validations": [] + } + ], + "is_repeatable":"1", + "hidden_button":true, + "group_title":"Neighbourhood", + "group_key":"Neighbourhood" + }, + + { + "question_key": "Status of the check as per PD officer?", + "question": "Status of the check as per PD officer?", + "place_holder": "Enter the text", + "type": "3", + "api_properties": null, + "answers":[ + { + "answer_id":"Positive", + "answer":"Positive" + }, + { + "answer_id":"Negative", + "answer":"Negative" + }, { + "answer_id":"Could_not_verify", + "answer":"Could not verify" + } + ], + "onchange_properties": null, + "is_repeatable": null, + "field_type": "string", + "field_width": "45", + "validations": [] + + }, { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + + ] +} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/11.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/11.json new file mode 100644 index 000000000..01e45c2ac --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/11.json @@ -0,0 +1,280 @@ +{ + "section_id":"11", + "section_name":"Credit Manager Queries", + "onsubmit":null, + "questions":[ + { + "question":"Is your business adversely impacted by coronavirus outbreak ?", + "question_key":"Is_your_business_adversely_impacted_by_coronavirus_outbreak", + "type":"2", + "sub_title":"Covid 19 Questions", + "field_width":"100", + "api_properties":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Is_your_business_adversely_impacted_by_coronavirus_outbreak", + "expression":"(String('Is_your_business_adversely_impacted_by_coronavirus_outbreak') == String('No'))", + "value_keys":[ + "Is_your_business_adversely_impacted_by_coronavirus_outbreak" + ], + "questions":[ + { "question":"Enter Your Remarks", + "question_key":"Enter_Your_Remarks", + "type":"1", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Is_your_business_adversely_impacted_by_coronavirus_outbreak", + "answers":null, + "validations":[ + + ] + } ] } ] }, + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Is_your_business_adversely_impacted_by_coronavirus_outbreak", + "expression":"(String('Is_your_business_adversely_impacted_by_coronavirus_outbreak') == String('Yes'))", + "value_keys":[ + "Is_your_business_adversely_impacted_by_coronavirus_outbreak" + ], + "questions":[ + { "question":"Enter Your Remarks", + "question_key":"enter_Your_Remarks", + "type":"1", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Is_your_business_adversely_impacted_by_coronavirus_outbreak", + "answers":null, + "validations":[ + + ] + } + + + + ] + } + ] + }], + "is_repeatable":null, + "answers":[{ + "answer":"Yes", + "answer_id":"Yes" + }, + { + "answer":"No", + "answer_id":"No" + }], + "validations":[ + + ] + },{ + "question":"Did you avail the loan moratorium facility on your existing loans which is extended by your bank or financial institution?", + "question_key":"your_bank_or_financial_institution", + "type":"2", + "field_width":"100", + "api_properties":null, + "onchange_properties":[ + ], + "is_repeatable":null, + "answers":[{ + "answer":"Yes", + "answer_id":"Yes" + }, + { + "answer":"No", + "answer_id":"No" + }], + "validations":[ + + ] + },{ + "question":"Are you planning to avail/ or already availed any loan or any other term facility for your business or personal use?", + "question_key":"your_business_or_personal_use", + "type":"2", + "field_width":"100", + "api_properties":null, + "onchange_properties":[ + + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"your_business_or_personal_use", + "expression":"(String('your_business_or_personal_use') == String('Yes'))", + "value_keys":[ + "your_business_or_personal_use" + ], + "questions":[ + { "question":"How much is your sales/revenue from April till date?", + "question_key":"sales/revenue_April_till_date", + "type":"1", + "field_width":"100", + "field_type":"numtoword", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"your_business_or_personal_use", + "answers":null, + "validations":[ + + ] + }, { + "question":"Please specify amount,lender etc", + "question_key":"Please_specify_amount_lender_etc", + "type":"7", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"your_business_or_personal_use", + "answers":null, + "validations":[ + + ] + } + + + + ] + } + ] + }, { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"your_business_or_personal_use", + "expression":"(String('your_business_or_personal_use') == String('No'))", + "value_keys":[ + "your_business_or_personal_use" + ], + "questions":[ + { "question":"How much is your sales/revenue from April till date?", + "question_key":"How_much_is_your_sales/revenue_from_April_till_date", + "type":"1", + "field_width":"100", + "field_type":"numtoword", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"your_business_or_personal_use", + "answers":null, + "validations":[ + + ] + } + + + + ] + } + ] + }], + "is_repeatable":null, + "answers":[{ + "answer":"Yes", + "answer_id":"Yes" + }, + { + "answer":"No", + "answer_id":"No" + }], + "validations":[ + + ] + },{ + "question":"Is turnover mentioned above (sales/revenue from April till date) validated?", + "question_key":"sales/revenue_from_April_till_date_validated", + "type":"2", + "field_width":"100", + "api_properties":null, + "onchange_properties":[ + + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"sales/revenue_from_April_till_date_validated", + "expression":"(String('sales/revenue_from_April_till_date_validated') == String('Yes'))", + "value_keys":[ + "sales/revenue_from_April_till_date_validated" + ], + "questions":[ + { "question":"Choose any ", + "question_key":"Choose any", + "type":"3", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"your_business_or_personal_use", + "answers":[ + { + "answer_id":"Bills", + "answer":"Bills" + }, + { + "answer_id":"Gst_returns", + "answer":"Gst returns" + }, + { + "answer_id":"records_shown", + "answer":"records shown" + } + ], + "validations":[ + + ] + } + + + + ] + } + ] + } ], + "is_repeatable":null, + "answers":[{ + "answer":"Yes", + "answer_id":"Yes" + }, + { + "answer":"No", + "answer_id":"No" + }], + "validations":[ + + ] + }, { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + + + + ] + } + \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/12.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/12.json new file mode 100644 index 000000000..6745b33d0 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/12.json @@ -0,0 +1,310 @@ +{ + "section_id":"12", + "section_name":"Final Remarks Details", + "onsubmit":null, + "questions":[ + { + "question":"Customer Behaviour", + "question_key":"Customer_Behaviour", + "place_holder":"Enter the text", + "type":"3", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"CUSTOMERBEHAVIOUR" + }, + "fields":[ + "customer_behaviour_id", + "description" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + }, + { + "question":"Is the location of the business / profession suited to the nature of business / service provided?", + "question_key":"location_of_the_business", + "place_holder":"Enter the text", + "type":"3", + "api_properties":null, + "answers":[{ + "answer":"Well Suited", + "answer_id":"Well Suited" + }, + { + "answer":"Fairly Suited", + "answer_id":"Fairly Suited" + },{ + "answer":"Not Suited", + "answer_id":"Not Suited" + }], + "onchange_properties":null, + "is_repeatable":null, + "sub_title":"Location", + "field_type":"string", + "field_width":"100", + "validations":[ + ] + }, + { + "question":"Personal feedback or market intelligence on the case (if any)", + "question_key":"Personal_feedback_or_market_intelligence_on_the_case", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"100", + "validations":[ + ] + }, + { + "question_key":"PD_Officers_Recommendation", + "question":"PD Officers Recommendation", + "place_holder":"Enter the text", + "type":"3", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"PDOFFICERRECOMMENDATIONS" + }, + "fields":[ + "pdofficer_recommendation_id", + "pdofficer_recommendation" + ] + }, + "answers":null, + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"PD_Officers_Recommendation", + "expression":"(String('PD_Officers_Recommendation') == String('2'))", + "value_keys":[ + "PD_Officers_Recommendation" + ], + "questions":[ + { + "question":[ + { + "question":"Reasons for marking PD status as Positive", + "question_key":"Reasons_for_marking_PD_status_as_Positive", + "type":"1", + "field_width":"100", + "onchange_properties":null, + "api_properties":null, + "answers":null, + "is_repeatable":null, + "validations":[ + + ] + } + ], + "is_repeatable":"1", + "group_key":"Reasons_for_marking_PD_status_as_Positive", + "group_title":"Reasons for marking PD status as Positive" + }] + }] + + + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"PD_Officers_Recommendation", + "expression":"(String('PD_Officers_Recommendation') == String('3'))", + "value_keys":[ + "PD_Officers_Recommendation" + ], + "questions":[ + { + "question":[ + { + "question":"Reasons for marking PD status as Negative", + "question_key":"Reasons_for_marking_PD_status_as_Negative", + "type":"1", + "field_width":"100", + "onchange_properties":null, + "api_properties":null, + "answers":null, + "is_repeatable":null, + "validations":[ + + ] + } + ], + "is_repeatable":"1", + "group_key":"Reasons_for_marking_PD_status_as_Negative", + "group_title":"Reasons for marking PD status as Negative" + }] + }] + + + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"PD_Officers_Recommendation", + "expression":"(String('PD_Officers_Recommendation') == String('1'))", + "value_keys":[ + "PD_Officers_Recommendation" + ], + "questions":[ + { + "question":"Specify PD Officers Recommendation", + "question_key":"Specify_PD_Officers_Recommendation", + "type":"1", + "field_width":"45", + "onchange_properties":null, + "api_properties":null, + "answers":null, + "is_repeatable":null, + "validations":[ + + ] + } + ] + }] + + + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"PD_Officers_Recommendation", + "expression":"(String('PD_Officers_Recommendation') == String('4'))", + "value_keys":[ + "PD_Officers_Recommendation" + ], + "questions":[ + { + "question":[ + { + "question":"Reasons for marking PD status as Refer to Credit", + "question_key":"Reasons_for_marking_PD_status_as_Refer_to_Credit", + "type":"1", + "field_width":"100", + "onchange_properties":null, + "api_properties":null, + "answers":null, + "is_repeatable":null, + "validations":[ + + ] + } + ], + "is_repeatable":"1", + "group_key":"Reasons_for_marking_PD_status_as_Refer_to_Credit", + "group_title":"Reasons for marking PD status as Refer to Credit" + }] + }] + + + +}], + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + }, { + "question_key":"Any_additional_visit_(Godown/multiple_rental_properties)", + "question":"Any additional visit (Godown /multiple rental properties)", + "place_holder":"Enter the text", + "type":"12", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"100", + "validations":[ + ] + }, { + "question":"Mode of Transport Used to Visit the PD address", + "question_key":"Mode_of_Transport_Used_to_Visit_the_PD_address", + "type":"3", + "field_width":"45", + "api_properties":null, + "answers":[ + { + "answer_id":"Two_Wheeler", + "answer":"Two Wheeler" + },{ + "answer_id":"Four_Wheeler", + "answer":" Four Wheeler" + },{ + "answer_id":"Public_Transport", + "answer":"Public Transport" + }, + { + "answer_id":"Others", + "answer":"Others" + } + + ], + "onchange_properties": [{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Mode_of_Transport_Used_to_Visit_the_PD_address", + "expression":"(String('Mode_of_Transport_Used_to_Visit_the_PD_address') == String('Others'))", + "value_keys":[ + "Mode_of_Transport_Used_to_Visit_the_PD_address" + ], + "questions":[ + { + "question":"Specify the Mode of Transport Used to Visit the PD address", + "question_key":"Specify_the_Mode_of_Transport_Used_to_Visit_the_PD_address", + "type":"1", + "field_width":"45", + "onchange_properties":null, + "api_properties":null, + "answers":null, + "is_repeatable":null, + "validations":[ + + ] + } + ] + }] + + + + }], + "is_repeatable":null, + "validations":[ + + ] + }, { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + + + + ] + } + \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/13.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/13.json new file mode 100644 index 000000000..4fbfbe025 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/13.json @@ -0,0 +1,330 @@ +{ + "section_id": "13", + "section_name": "Stock details", + "onsubmit": [], + "questions": [ + { + "question": "Is stock applicable to the business (Yes / No)", + "question_key": "stock_info_available", + "type": "2", + "field_width": "45", + "api_properties": null, + "onchange_properties": [ + { + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "stock_info_available", + "expression": "(String('stock_info_available') == String('No'))", + "value_keys": [ + "stock_info_available" + ], + "questions": [ + { + "question": "Reason", + "question_key": "stock_not_available_reason", + "type": "7", + "field_width": "100", + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "is_subfield": "1", + "parent_question_key": "stock_info_available", + "answers": null, + "validations": [ + + ] + } + ] + } + ] + }, + { + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "stock_info_available", + "expression": "(String('stock_info_available') == String('Yes'))", + "value_keys": [ + "stock_info_available" + ], + "questions":[ + { + "question": "Is the stock of finished goods observed, sufficient considering the size of operations", + "question_key": "estimated_uom", + "type": "3", + "field_width": "100", + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "is_subfield": "1", + "parent_question_key": "stock_info_available", + "answers": [ + { + "answer": "Yes", + "answer_id": "yes" + }, + { + "answer": "No", + "answer_id": "no" + }, + { + "answer": "Stock not required to be maintained", + "answer_id": "not applicable" + } + ], + "validations": [ + + ] + } + ] + }, + { + "insert_index": "stock_info_available", + "expression": "(String('stock_info_available') == String('Yes'))", + "value_keys": [ + "stock_info_available" + ], + "questions": [ + { + "question": [ + { + "question": "Type of Stock", + "question_key": "stock_type", + "type": "3", + "field_width": "100", + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "is_subfield": "1", + "parent_question_key": "stock_info_available", + "answers": [ + { + "answer": "RM", + "answer_id": "RM" + }, + { + "answer": "FG", + "answer_id": "FG" + }, + { + "answer": "SFG", + "answer_id": "SFG" + } + ], + "validations": [ + + ] + }, + { + "question": "Name of trading goods/manufacturing goods (raw material/finished goods)/ Service Provided", + "question_key": "provider_name", + "place_holder": "Enter text", + "type": "1", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "string", + "validations": [ + + ] + }, + { + "question": "Stock", + "question_key": "provider_observed", + "type": "3", + "api_properties": null, + "answers": [ + { + "answer": "Add Stock Details", + "answer_id": "yes" + }, + { + "answer": "No Stock Observed", + "answer_id": "no" + } + ], + "is_repeatable": null, + "validations": [ + + ], + "onchange_properties": [ + { + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "provider_observed", + "expression": "(String('provider_observed') === String('yes'))", + "value_keys": [ + "provider_observed" + ], + "questions": [ + { + "question": "Estimated Quantity", + "question_key": "estimated_quantity", + "type": "1", + "field_width": "100", + "field_type": "num", + "api_properties": null, + "onchange_properties": [ + { + "purpose": "validations", + "validations": [ + + { + "name": "required", + "isactive": "1", + "validator": "", + "message": "Either Estimated Stock value or Estimated Quantity is required", + "value": "(String('estimated_quantity') === String(''))", + "validation_to": "estimated_stock_value", + "value_keys": [ + "estimated_quantity", + "estimated_stock_value" + ] + } + ] + } + ], + "is_repeatable": null, + "is_subfield": "1", + "parent_question_key": "provider_observed", + "answers": null, + "validations": [ + + ] + }, + { + "question": "UOM", + "question_key": "estimated_uom", + "type": "3", + "field_width": "100", + "api_properties": { + "api": "getListOfMaster", + "api_method": "POST", + "params": { + "master_name": "UOM" + }, + "fields": [ + "uom_id", + "name" + ] + }, + "onchange_properties": null, + "is_repeatable": null, + "is_subfield": "1", + "parent_question_key": "provider_observed", + "answers": null, + "validations": [ + ] + }, + { + "question": "Estimated value of stock observed", + "question_key": "estimated_stock_value", + "type": "1", + "field_type": "numtoword", + "field_width": "100", + "api_properties": null, + "onchange_properties": [ + { + "purpose": "validations", + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "", + "message": "Either Estimated Stock value or Estimated Quantity is required", + "value": "(String('estimated_stock_value') === String(''))", + "validation_to": "estimated_quantity", + "value_keys": [ + "estimated_stock_value" + ] + } + ] + } + ], + "is_repeatable": null, + "is_subfield": "1", + "parent_question_key": "provider_observed", + "answers": null, + "validations": [] + } + ] + } + ] + } + ] + }, + { + "question":"Name of the Company", + "question_key":"company_name", + "place_holder":"Enter text", + "type":"3", + "api_properties":{ + "api":"getCompanyListForSMCList", + "api_method":"POST", + "params":{"records":{ + "pd_id":"VAR_PD_ID", + "random_string":"VAR_RANDOM_STRING" + }}, + "fields":[ + "company_id", + "borrower_name" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Company Name Required", + "value":null + } + ] + } + ], + "is_repeatable": "1", + "group_title": "Stock details", + "group_key": "stock_details" + } + ] + } + ] + } + ], + "is_repeatable": null, + "answers": [ + { + "answer": "Yes", + "answer_id": "Yes" + }, + { + "answer": "No", + "answer_id": "No" + } + ], + "validations": [ + + ] + }, + { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + ] +} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/14.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/14.json new file mode 100644 index 000000000..6f19b9e15 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/14.json @@ -0,0 +1,118 @@ +{ + "section_id":"14", + "section_name":"Future Plans & Business Environments", + "onsubmit":null, + "questions":[ + { + "question":"USP of the business- How is applicant's business different from others in the same line of business", + "question_key":"usp_of_business", + "type":"1", + "field_width":"100", + "answers":null, + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Future plans for business expansion", + "question_key":"future_business_expansion", + "type":"1", + "field_type":"string", + "field_width":"100", + "onchange_properties":null, + "api_properties":null, + "answers":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Key competitors", + "question_key":"key_competitors", + "type":"1", + "field_width":"100", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Sucession plan- who will look after the business after applicant retire/are unable to run business due to any reason", + "question_key":"sucession_plan", + "type":"1", + "field_width":"100", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Brief of other group concerns/Business run by the applicants", + "question_key":"other_group_business_applicants", + "type":"1", + "field_width":"100", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + ] + } + \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/15.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/15.json new file mode 100644 index 000000000..305e590b0 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/15.json @@ -0,0 +1,506 @@ +{ + "section_id": "15", + "section_name": "Existing Loan Obligations", + "onsubmit": null, + "questions": [ + { + "question":"Do you have any exiting loan", + "question_key":"Do_you_have_any_exiting_loan", + "type":"3", + "field_width":"45", + "answers":[{ + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + }], + "api_properties":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Do_you_have_any_exiting_loan", + "expression":"(String('Do_you_have_any_exiting_loan') == String('yes'))", + "value_keys":[ + "Do_you_have_any_exiting_loan" + ], + "questions":[ + { + "question": [ + + + { + "question": "Loan type", + "question_key": "loan_type", + "type": "3", + "field_width": "45", + "api_properties": null, + "answers":[ + + + { + "answer":" Business Loan", + "answer_id":"Business_Loan" + }, + { + "answer":"Consumer Loan", + "answer_id":"Consumer_Loan" + }, + { + "answer":" Education Loan", + "answer_id":" Education_Loan" + }, { + "answer":"Gold Loan", + "answer_id":" Gold_Loan" + }, { + "answer":"Home Loan", + "answer_id":"Home_Loan" + }, { + "answer":"Loan Against Property", + "answer_id":"Loan_Against_Property" + }, { + "answer":"Loan Against Shares", + "answer_id":"Loan_Against_Shares" + }, { + "answer":" Personal Loan", + "answer_id":" Personal_Loan" + }, { + "answer":"Vehicle Loan", + "answer_id":"Vehicle_Loan" + }, { + "answer":" Others (Please Specify)", + "answer_id":"Others_(Please Specify)" + } + ], + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"loan_type", + "expression":"(String('loan_type') == String('Others_(Please Specify)'))", + "value_keys":[ + "loan_type" + ], + "questions":[ + { + "question":"Specify Loan Type", + "question_key":"Specify_Loan_Type", + "type":"1", + "field_width":"45", + "api_properties":null, + "parent_question_key":"loan_type", + "answers":[ + + ], + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + + + }], + "is_repeatable": null, + "validations": [ + ] + }, + { + "question": "Loan amount", + "question_key": "loan_amount", + "type": "1", + "field_type": "numtoword", + "field_width": "65", + "onchange_properties": null, + "api_properties": null, + "answers": null, + "is_repeatable": null, + "validations": [ + ] + }, + { + "question": "Lender name", + "question_key": "lender_name", + "type": "1", + "field_width": "45", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + ] + }, + { + "question": "Loan taken by", + "question_key": "loan_taken_by", + "type": "1", + "field_width": "45", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + ] + }, + + { + "question": "Instalment frequency", + "question_key": "instalment_frequency", + "type": "3", + "field_width": "45", + "api_properties": null, + "answers": [ + { + "answer_id": "Daily", + "answer": "Daily" + }, + { + "answer_id": "Every_12_days", + "answer": "Every 12 days" + }, + { + "answer_id": "Every_15_days", + "answer": "Every 15 days" + }, + { + "answer_id": "Monthly", + "answer": "Monthly" + }, + { + "answer_id": "Every_3_months", + "answer": "Every 3 months" + }, + { + "answer_id": "Every_6_months", + "answer": "Every 6 months" + }, + { + "answer_id": "Yearly", + "answer": "Yearly" + } + ], + + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"instalment_frequency", + "expression":"(String('instalment_frequency') == String('Daily'))", + "value_keys":[ + "instalment_frequency" + ], + "questions":[ + { + "question":"Daily Instalment Amount", + "question_key":"Daily_Instalment_Amount", + "type":"1", + "field_width":"45", + "field_type": "numtoword", + "api_properties":null, + "parent_question_key":"instalment_frequency", + "answers":[ + + ], + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"instalment_frequency", + "expression":"(String('instalment_frequency') == String('Every_12_days'))", + "value_keys":[ + "instalment_frequency" + ], + "questions":[ + { + "question":"Instalment Amount", + "question_key":"Instalment_Amount", + "type":"1", + "field_width":"45", + "field_type": "numtoword", + "api_properties":null, + "parent_question_key":"instalment_frequency", + "answers":[ + + ], + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"instalment_frequency", + "expression":"(String('instalment_frequency') == String('Every_15_days'))", + "value_keys":[ + "instalment_frequency" + ], + "questions":[ + { + "question":"Fortnightly Instalment Amount", + "question_key":"Fortnightly_Instalment_Amount", + "type":"1", + "field_width":"45", + "field_type": "numtoword", + "api_properties":null, + "parent_question_key":"instalment_frequency", + "answers":[ + + ], + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"instalment_frequency", + "expression":"(String('instalment_frequency') == String('Every_3_months'))", + "value_keys":[ + "instalment_frequency" + ], + "questions":[ + { + "question":"Quartly Instalment Amount", + "question_key":"Quartly_Instalment_Amount", + "type":"1", + "field_width":"45", + "field_type": "numtoword", + "api_properties":null, + "parent_question_key":"instalment_frequency", + "answers":[ + + ], + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"instalment_frequency", + "expression":"(String('instalment_frequency') == String('Every_6_months'))", + "value_keys":[ + "instalment_frequency" + ], + "questions":[ + { + "question":"Halfyearly Instalment Amount", + "question_key":"Halfyearly_Instalment_Amount", + "type":"1", + "field_width":"45", + "field_type": "numtoword", + "api_properties":null, + "parent_question_key":"instalment_frequency", + "answers":[ + + ], + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"instalment_frequency", + "expression":"(String('instalment_frequency') == String('Monthly'))", + "value_keys":[ + "instalment_frequency" + ], + "questions":[ + { + "question":"Monthly Instalment Amount", + "question_key":"Monthly_Instalment_Amount", + "type":"1", + "field_width":"45", + "field_type": "numtoword", + "api_properties":null, + "parent_question_key":"instalment_frequency", + "answers":[ + + ], + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"instalment_frequency", + "expression":"(String('instalment_frequency') == String('Yearly'))", + "value_keys":[ + "instalment_frequency" + ], + "questions":[ + { + "question":"Annual Instalment Amount", + "question_key":"Annual_Instalment_Amount", + "type":"1", + "field_width":"45", + "field_type": "numtoword", + "api_properties":null, + "parent_question_key":"instalment_frequency", + "answers":[ + + ], + "onchange_properties": [], + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + + + }], + "is_repeatable": null, + "validations": [ + ] + }, + { + "question": "Original tenure in months", + "question_key": "original_tenure_months", + "type": "1", + "field_width": "65", + "field_type": "num", + "api_properties": null, + "answers": null, + "onchange_properties": [ + { + "purpose":"answer_value", + "expression":"(Number(original_tenure_months)-Number(current_tenure_months))", + "value_keys":[ + "original_tenure_months", "current_tenure_months" + ], + "insert_control":"elapsed_tenure_months" + } + ], + "is_repeatable": null, + "validations": [ + ] + }, + { + "question": "Current balance tenure in months", + "question_key": "current_tenure_months", + "type": "1", + "field_type": "num", + "field_width": "65", + "api_properties": null, + "answers": null, + "onchange_properties": [ + { + "purpose":"answer_value", + "expression":"(Number(original_tenure_months)-Number(current_tenure_months))", + "value_keys":[ + "original_tenure_months", "current_tenure_months" + ], + "insert_control":"elapsed_tenure_months" + } + ], + "is_repeatable": null, + "validations": [ + ] + }, + { + "question": "Elapsed tenure in mths", + "question_key": "elapsed_tenure_months", + "type": "1", + "field_width": "65", + "field_type": "num", + "api_properties": null, + "answers": null, + "onchange_properties": [ + { + "purpose":"answer_value", + "expression":"(Number(original_tenure_months)-Number(elapsed_tenure_months))", + "value_keys":[ + "original_tenure_months", "elapsed_tenure_months" + ], + "insert_control":"current_tenure_months" + } + ], + "is_repeatable": null, + "validations": [ + ] + } + ], + "is_repeatable": "1", + "group_title": "Loan Details", + "group_key": "Loan_Details" + } ] + }] + + }], + "is_repeatable":null, + "validations":[ + + ] + }, + + { + "question_key": "common_remarks", + "question": "Remarks", + "place_holder": "Enter the text", + "type": "7", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "string", + "field_width": "60", + "validations": [] + } + ] +} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/16.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/16.json new file mode 100644 index 000000000..00388db3c --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/16.json @@ -0,0 +1,228 @@ +{ + "section_id":"16", + "section_name":"Family Members Involved in Business", + "onsubmit":null, + "questions":[ + { + "question":"Is any other family member involved in the business", + "question_key":"is_family_details_available", + "type":"2", + "field_width":"45", + "api_properties":null, + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"is_family_details_available", + "expression":"(String('is_family_details_available') == String('Yes'))", + "value_keys":[ + "is_family_details_available" + ], + "questions":[ + { + "question":[ + { + "question":"Name", + "question_key":"member_name", + "place_holder":"Enter text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Name Required", + "value":null + }, + { + "name":"pattern", + "isactive":"1", + "validator":"[A-Za-z ]*", + "message":"alphabets only ", + "value":null + } + ] + }, + { + "question":"Relationship", + "question_key":"relationship", + "place_holder":"Enter the text", + "type":"8", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"RELATIONSHIPS" + }, + "fields":[ + "relationship_id", + "name" + ] + }, + "answers":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[{ + "insert_index":"relationship", + "expression":"(String('relationship').toLowerCase() == String('1'))", + "value_keys":[ + "relationship" + ], + "questions":[ + { + "question": "Specify Facility details", + "question_key": "relationship_other", + "type": "1", + "field_width": "45", + "field_type": "string", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + ] + } + ] + }] + } + ], + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ] + }, + { + "question":"Relation to Individual Stakeholders", + "question_key":"stakeholder_relation", + "place_holder":"Enter text", + "type":"3", + "api_properties":{ + "purpose":"answer_options_local", + "master_name":"pd_applicants", + "fields":["pd_co_applicant_id","applicant_name"] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ] + }, + { + "question":"Relation to Company / Firm", + "question_key":"company_relation", + "place_holder":"Enter text", + "type":"8", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"COMPANYRELATIONSHIPS" + }, + "fields":[ + "company_relationship_id", + "name" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ] + }, + { + "question":"Started Business (Yes / No)", + "question_key":"started_biz", + "place_holder":"Enter text", + "type":"2", + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, + { + "answer_id":"No", + "answer":"No" + } + ], + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ] + } + + ], + "is_repeatable":"1", + "group_title":"Family Members Involved in Business", + "group_key":"family_details" + } + ]}] + }], + "is_repeatable":null, + "answers":[{ + "answer":"Yes", + "answer_id":"Yes" + }, + { + "answer":"No", + "answer_id":"No" + }], + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ] + }, + { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + + ] + } \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/17.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/17.json new file mode 100644 index 000000000..0f4bf4230 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/17.json @@ -0,0 +1,269 @@ +{ + "section_id":"17", + "section_name":"Neighbourhood Details", + "onsubmit":[], + "questions":[ + { + "question":[ + { + "question":"Neighbour name", + "question_key":"neighbourhood_name", + "place_holder":"Enter text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ] + }, + { + "question":"Do you know about the applicant or their business?", + "question_key":"do_know", + "type":"3", + "api_properties":null, + "answers":[ + { + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + } + ], + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ] + }, + { + "question":"As per you how long has this business been in operation", + "question_key":"know_business_operation", + "place_holder":"Enter the text", + "type":"2", + "api_properties":null, + "answers":[ + { + "answer":"Know", + "answer_id":"yes" + }, + { + "answer":"Do not know", + "answer_id":"no" + } + ], + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ], + "onchange_properties": [ { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"know_business_operation", + "expression":"(String('know_business_operation') === String('yes'))", + "value_keys":[ + "know_business_operation" + ], + "questions":[ + { + "question":"Years", + "question_key":"how_long_do_know_in_year", + "type":"1", + "field_width":"100", + "field_type":"num", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"know_business_operation", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + } , + { + "question":"Months", + "question_key":"how_long_do_know_in_month", + "type":"1", + "field_type":"num", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"know_business_operation", + "answers":null, + "validations":[ + ] + } + + ] } ] }] + }, + { + "question":"Who is the owner of organisation?", + "question_key":"know_organisation_owner", + "type":"2", + "api_properties":null, + "answers":[ + { + "answer":"Know", + "answer_id":"yes" + }, + { + "answer":"Do not know", + "answer_id":"no" + } + ], + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ], + "onchange_properties": [ { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"know_organisation_owner", + "expression":"(String('know_organisation_owner') === String('yes'))", + "value_keys":[ + "know_organisation_owner" + ], + "questions":[ + { + "question":"Who is the owner of the organisation", + "question_key":"organisation_owner", + "type":"4", + "field_width":"100", + "field_type":"num", + "api_properties": { + "purpose":"answer_options_local", + "master_name":"pd_applicants", + "fields":["pd_co_applicant_id","applicant_name"] + }, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"know_organisation_owner", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + } + + ] } ] }] + } + + ], + "is_repeatable":"1", + "group_title":"Neighbourhood Details", + "group_key":"neighbourhood_list" + }, + { + "question":"Status of the neighbour check as per Credit Manager", + "question_key":"neighbourhood_status", + "type":"3", + "api_properties":null, + "answers":[ + { + "answer":"Select", + "answer_id":"" + }, + { + "answer":"Positive", + "answer_id":"Positive" + }, + { + "answer":"Negative", + "answer_id":"Negative" + }, + { + "answer":"Could Not Verify", + "answer_id":"Could Not Verify" + } + ], + "onchange_properties":[ + { + "purpose":"validations", + "validations":[{ + "value_keys":["neighbourhood_status"], + "value":"(String('neighbourhood_status').toLowerCase() != String('positive'))", + "validation_to":"neighbourhood_remarks", + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required" + }]} + ], + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ] + }, + { + "question":"Remarks", + "question_key":"neighbourhood_remarks", + "type":"7", + "placeholder":"Enter the remarks", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ] + } + ] + } \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/18.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/18.json new file mode 100644 index 000000000..481c1aa36 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/18.json @@ -0,0 +1,53 @@ +{ + "section_id":"18", + "section_name":"Credit manager specific queries", + "onsubmit":[], + "questions":[ + { + "question":[ + { + "question":"Question", + "question_key":"question", + "place_holder":"Enter text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + ] + }, + { + "question":"Answer", + "question_key":"answer", + "place_holder":"Enter the answer here", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + ] + } + ], + "is_repeatable":"1", + "group_title":"Query", + "group_key":"cm_queries" + }, + { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + ] + } \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/2.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/2.json new file mode 100644 index 000000000..6f3aedd28 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/2.json @@ -0,0 +1,1692 @@ +{ + "section_id":"2", + "section_name":"Business Assets", + "onsubmit":[ + ], + "questions":[ { + "question":"Is this the business address ?*", + "question_key":"is_this_the_business_address", + "type":"3", + "sub_title":"Address Details : ", + "field_width":"65", + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, + { + "answer_id":"No", + "answer":"No" + } + ], + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"is_this_the_business_address", + "expression":"(String('is_this_the_business_address') == String('Yes'))", + "value_keys":[ + "is_this_the_business_address" + ], + "questions":[ + { + "question":"OwnerShip Type", + "question_key":"ownership_type", + "place_holder":"Enter the text", + "type":"3", + "api_properties":null, + "answers":[ + { + "answer_id":"Owned", + "answer":"Owned" + }, + { + "answer_id":"Rented", + "answer":"Rented" + } + ], + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"ownership_type", + "expression":"(String('ownership_type') == String('Rented'))", + "value_keys":[ + "ownership_type" + ], + "questions":[ + { + "question_key":"monthly_residence_rent_amount", + "question":"Monthly Residence Rent Amount", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + + ] + }] + }], + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + }, + { + "question_key":"remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"100", + "validations":[ + ] + }, + { + "question_key":"was_any_business_activity_seen_at_the_residence_during_pd_visit", + "question":"Was any business activity seen at the Residence during PD visit?", + "place_holder":"Enter the text", + "type":"3", + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, + { + "answer_id":"No", + "answer":"No" + } + ], + "onchange_properties":[], + "is_repeatable":null, + "field_type":"string", + "field_width":"100", + "validations":[ + ] + }, + { + "question_key":"month", + "question":"Month", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"25", + "validations":[ + ] + },{ + "question_key":"year", + "question":"Year", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"25", + "validations":[ + ] + }, { + "question_key":"how_long_has_business_been_operated_from_this_premise?", + "question":"How long has business been operated from this premise?", + "place_holder":"Enter the text", + "type":null, + "api_properties":null, + "sub_title":"How long has business been operated from this premise?", + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"100", + "validations":[ + ] + } + + ] + + } + ] + + +}], + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Is the Asset Information Available?", + "question_key":"is_the_asset_information_available", + "type":"3", + "sub_title":"Other Assets Used in Business", + "field_width":"65", + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, + { + "answer_id":"No", + "answer":"No" + } + ], + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"is_the_asset_information_available", + "expression":"(String('is_the_asset_information_available') == String('Yes'))", + "value_keys":[ + "is_the_asset_information_available" + ], + "questions":[ + { + "question":[ + { + "question":"Assets Type", + "question_key":"assets_type", + "place_holder":"Enter text", + "type":"3", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"ASSETTYPE" + }, + "fields":[ + "id", + "name" + ] + }, + "answers":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"assets_type", + "expression":"(String('assets_type') == String('4'))", + "value_keys":[ + "assets_type" + ], + "questions":[ + { + "question":"Description", + "question_key":"description", + "place_holder":"", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Assets_Type", + "answers":null, + "validations":[ + ] + }, + { + "question":"OwnerShip Type", + "question_key":"ownership_type", + "place_holder":"Enter the text", + "type":"3", + "api_properties":null, + "answers":[ + { + "answer_id":"Owned", + "answer":"Owned" + }, + { + "answer_id":"Rented", + "answer":"Rented" + } + ], + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"ownership_type", + "expression":"(String('ownership_type') == String('Rented'))", + "value_keys":[ + "ownership_type" + ], + "questions":[ + { + "question_key":"monthly_residence_rent_amount", + "question":"Monthly Residence Rent Amount", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + + ] + }] + }], + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + },{ + "question":"Appromximate Market Value", + "question_key":"appromximate_market_value", + "place_holder":"", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Assets_Type", + "answers":null, + "validations":[ + ] + },{ + "question":"Assets Owned by", + "question_key":"assets_owned_by", + "place_holder":"", + "type":"3", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Assets_Type", + "answers":null, + "validations":[ + ] + },{ + "question":"Age of Assets in Years", + "question_key":"age_of_assets_in_years", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + } ,{ + "question":"Age of Assets in Months", + "question_key":"age_of_assets_in_months", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + },{ + "question":"Purchase Year", + "question_key":"purchase_year", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + }, { + "question":"Is there a Loan Exiting Against the Assets? ", + "question_key":"is_there_a_loan_exiting_against_the_assets", + "type":"3", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers":[{ + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + }], + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + } + ] + }] + + }, { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"assets_type", + "expression":"(String('assets_type') == String('7'))", + "value_keys":[ + "assets_type" + ], + "questions":[ + { + "question":"Type", + "question_key":"type", + "place_holder":"Enter text", + "type":"3", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"INVESTMENTTYPE" + }, + "fields":[ + "id", + "name" + ] + }, + "answers": null, + "onchange_properties": [{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"type", + "expression":"(String('type') == String('6'))", + "value_keys":[ + "type" + ], + "questions":[ + + { + "question":"Name of organisation in which investment done", + "question_key":"name_of_organisation_in_which_investment_done1", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers": null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + },{ + "question":"Current Market Value", + "question_key":"current_market_value1", + "type":"1", + "field_width":"45", + "field_type":"numtoword", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers": null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + } + + ] + } + ] + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"type", + "expression":"(String('type') == String('3'))", + "value_keys":[ + "type" + ], + "questions":[ + + { + "question":"Bank Name", + "question_key":"bankname1", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers": null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + } ,{ + "question":"Current Market Value", + "question_key":"current_marketvalue2", + "type":"1", + "field_width":"45", + "field_type":"numtoword", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers": null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + } + + ] + } + ] + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"type", + "expression":"(String('type') == String('4'))", + "value_keys":[ + "type" + ], + "questions":[ + + { + "question":"Name of organisation in which investment done", + "question_key":"name_of_organisation_in_which_investment_done2", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers": null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + },{ + "question":"Current Market Value", + "question_key":"current_market_value3", + "type":"1", + "field_width":"45", + "field_type":"numtoword", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers": null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + } + + ] + } + ] + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"type", + "expression":"(String('type') == String('2'))", + "value_keys":[ + "type" + ], + "questions":[ + + { + "question":"Bank Name", + "question_key":"bank_name2", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers": null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + },{ + "question":"Current Market Value", + "question_key":"current_market_value4", + "type":"1", + "field_width":"45", + "field_type":"numtoword", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers": null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + } + + ] + } + ] + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"type", + "expression":"(String('type') == String('5'))", + "value_keys":[ + "type" + ], + "questions":[ + + { + "question":"Name of organisation in which investment done", + "question_key":"name_of_organisation_in_which_investment_done3", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers": null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + },{ + "question":"Current Market Value", + "question_key":"current_market_value4", + "type":"1", + "field_width":"45", + "field_type":"numtoword", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers": null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + } + + ] + } + ] + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"type", + "expression":"(String('type') == String('1'))", + "value_keys":[ + "type" + ], + "questions":[ + + { + "question":"Specify Type", + "question_key":"specify_type", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers": null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + },{ + "question":"Bank Name", + "question_key":"bank_name3", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers": null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + },{ + "question":"Current Market Value", + "question_key":"current_market_value5", + "type":"1", + "field_width":"45", + "field_type":"numtoword", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers": null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + } + + ] + } + ] + }], + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + } + ] + }] + + } ,{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"assets_type", + "expression":"(String('assets_type') == String('6'))", + "value_keys":[ + "assets_type" + ], + "questions":[ + { + "question":"Premium Paid", + "question_key":"premium_paid", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + },{ + "question":"Frequency", + "question_key":"frequency", + "place_holder":"Enter text", + "type":"3", + "field_width":"45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"FREQUENCY" + }, + "fields":[ + "frequency_id", + "name" + ] + }, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + },{ + "question":"Sum Assured", + "question_key":"sum_assured", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + },{ + "question":"Member Covered", + "question_key":"member_covered", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + } + ] + }] + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"assets_type", + "expression":"(String('assets_type') == String('2'))", + "value_keys":[ + "assets_type" + ], + "questions":[ + { + "question":"Is there a Loan Exiting Against the Assets? ", + "question_key":"is_there_a_loan_exiting_against_the_assets", + "type":"3", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers":[{ + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + }], + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + }, + { + "question":"Assets Owned by", + "question_key":"assets_owned_by", + "place_holder":"", + "type":"3", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Assets_Type", + "answers":null, + "validations":[ + ] + }, + { + "question":"OwnerShip Type", + "question_key":"ownership_type", + "place_holder":"Enter the text", + "type":"3", + "api_properties":null, + "answers":[ + { + "answer_id":"Owned", + "answer":"Owned" + }, + { + "answer_id":"Rented", + "answer":"Rented" + } + ], + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"ownership_type", + "expression":"(String('ownership_type') == String('Rented'))", + "value_keys":[ + "ownership_type" + ], + "questions":[ + { + "question_key":"monthly_residence_rent_amount", + "question":"Monthly Residence Rent Amount", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + + ] + }] + }], + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + }, + + { + "question":"Property Type", + "question_key":"property_type", + "place_holder":"Enter text", + "type":"3", + "field_width":"45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"PROPERTIES" + }, + "fields":[ + "id", + "name" + ] + }, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + },{ + "question":"Area Covered", + "question_key":"area_covered", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + },{ + "question":"Appromximate Market Value", + "question_key":"appromximate_market_Value", + "place_holder":"", + "type":"1", + "field_width":"45", + "field_type": "numtoword", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Assets_Type", + "answers":null, + "validations":[ + ] + + } ,{ + "question":"Age of Assets in Years", + "question_key":"age_of_assets_in_years", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + } ,{ + "question":"Age of Assets in Months", + "question_key":"age_of_assets_in_months", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + },{ + "question":"Purchase Year", + "question_key":"purchase_year", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + } + ] + }] + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"assets_type", + "expression":"(String('assets_type') == String('1'))", + "value_keys":[ + "assets_type" + ], + "questions":[ + { + "question":"Description of Assets*", + "question_key":"description_of_assets", + "place_holder":"Enter text", + "type":"1", + "field_width":"100", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + }, { + "question":"Is there a Loan Exiting Against the Assets? ", + "question_key":"is_there_a_loan_exiting_against_the_assets", + "type":"3", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers":[{ + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + }], + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + }, + { + "question":"Assets Owned by", + "question_key":"assets_owned_by", + "place_holder":"", + "type":"3", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Assets_Type", + "answers":null, + "validations":[ + ] + }, + { + "question":"OwnerShip Type", + "question_key":"ownership_type", + "place_holder":"Enter the text", + "type":"3", + "api_properties":null, + "answers":[ + { + "answer_id":"Owned", + "answer":"Owned" + }, + { + "answer_id":"Rented", + "answer":"Rented" + } + ], + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"ownership_type", + "expression":"(String('ownership_type') == String('Rented'))", + "value_keys":[ + "ownership_type" + ], + "questions":[ + { + "question_key":"monthly_residence_rent_amount", + "question":"Monthly Residence Rent Amount", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + + ] + }] + }], + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + }, + + { + "question":"Area Covered", + "question_key":"area_covered", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + },{ + "question":"Appromximate Market Value", + "question_key":"appromximate_market_value", + "place_holder":"", + "type":"1", + "field_width":"45", + "field_type": "numtoword", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Assets_Type", + "answers":null, + "validations":[ + ] + + } ,{ + "question":"Age of Assets in Years", + "question_key":"age_of_Assets_in_years", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + } ,{ + "question":"Age of Assets in Months", + "question_key":"age_of_Assets_in_months", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + },{ + "question":"Purchase Year", + "question_key":"purchase_year", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + } + ] + }] + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"assets_type", + "expression":"(String('assets_type') == String('3'))", + "value_keys":[ + "assets_type" + ], + "questions":[ + { + "question":"Type of Vehicle", + "question_key":"type_of_vehicle", + "place_holder":"Enter text", + "type":"3", + "field_width":"45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"VEHICLETYPE" + }, + "fields":[ + "vehicle_type_id", + "vehicle_type_name" + ] + }, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + },{ + "question":"Description of Vehicle(example - Toyota Altis)", + "question_key":"description_of_vehicle", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + }, { + "question":"Is there a Loan Exiting Against the Assets? ", + "question_key":"is_there_a_loan_exiting_against_the_assets", + "type":"3", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers":[{ + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + }], + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + }, + { + "question":"Assets Owned by", + "question_key":"assets_owned_by", + "place_holder":"", + "type":"3", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Assets_Type", + "answers":null, + "validations":[ + ] + }, + { + "question":"OwnerShip Type", + "question_key":"ownership_type", + "place_holder":"Enter the text", + "type":"3", + "api_properties":null, + "answers":[ + { + "answer_id":"Owned", + "answer":"Owned" + }, + { + "answer_id":"Rented", + "answer":"Rented" + } + ], + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"ownership_type", + "expression":"(String('ownership_type') == String('Rented'))", + "value_keys":[ + "ownership_type" + ], + "questions":[ + { + "question_key":"monthly_residence_rent_amount", + "question":"Monthly Residence Rent Amount", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + + ] + }] + }], + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + }, + + { + "question":"Area Covered", + "question_key":"area_covered", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + },{ + "question":"Appromximate Market Value", + "question_key":"appromximate_market_Value", + "place_holder":"", + "type":"1", + "field_width":"45", + "field_type": "numtoword", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Assets_Type", + "answers":null, + "validations":[ + ] + + } ,{ + "question":"Age of Assets in Years", + "question_key":"age_of_assets_in_years", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + } ,{ + "question":"Age of Assets in Months", + "question_key":"age_of_assets_in_months", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + },{ + "question":"Purchase Year", + "question_key":"purchase_year", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + } + ] + }] + + }], + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + } + + + ], + "is_repeatable":"1", + "group_title":"Business Assets", + "group_key":"business_assets", + "form_name":"Business Assets" + } + ] + }] + + }], + "is_repeatable":null, + "validations":[ + + ] + } , { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + + + + ] +} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/22.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/22.json new file mode 100644 index 000000000..4159343bc --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/22.json @@ -0,0 +1,218 @@ +{ + "section_id":"22", + "section_name":"Final remarks", + "onsubmit":null, + "questions":[ + { + "question":"Customer Behaviour", + "question_key":"customer_behaviour", + "type":"3", + "field_width":"45", + "answers":null, + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"CUSTOMERBEHAVIOUR" + }, + "fields":[ + "customer_behaviour_id", + "description" + ] + }, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"customer_behaviour", + "expression":"(String('customer_behaviour') == String('1'))", + "value_keys":[ + "customer_behaviour" + ], + "questions":[ + { "question":"Specify Customer behaviour", + "question_key":"customer_behaviour_other", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"customer_behaviour", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + } ] } + ]}] , + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Is the location of the business suited to the nature of the business provided?", + "question_key":"business_location_suited", + "type":"3", + "field_width":"45", + "onchange_properties":null, + "api_properties":null, + "answers":[ + { + "answer":"Well Suited", + "answer_id":"Well Suited" + }, + { + "answer":"Fairly suited", + "answer_id":"Fairly suited" + }, + { + "answer":"Not suited", + "answer_id":"Not suited" + } + ], + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Credit Manager recommendation (Positive/negative/ refer to credit)", + "question_key":"pd_officer_recommendation", + "type":"3", + "field_width":"45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"PDOFFICERRECOMMENDATIONS" + }, + "fields":[ + "pdofficer_recommendation_id", + "pdofficer_recommendation" + ] + }, + "answers":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"pd_officer_recommendation", + "expression":"(String('pd_officer_recommendation') == String('1'))", + "value_keys":[ + "pd_officer_recommendation" + ], + "questions":[ + { "question":"Specify Credit Manager Recommendation", + "question_key":"pd_officer_recommendation_other", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"pd_officer_recommendation", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + } ] } , + { + "insert_index":"pd_officer_recommendation", + "expression":"(String('pd_officer_recommendation') != String('1')) && (String('pdofficer_recommendation') != String(''))", + "value_keys":[ + "pd_officer_recommendation" + ], + "questions":[ + { + "question":[{ + "question":"Reasons for marking PD status as Positive/negative/ refer to credit", + "question_key":"reason", + "type":"1", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"pd_officer_recommendation", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + } + ], + "is_repeatable":"1", + "group_title":"Remarks", + "group_title_shown":"0", + "group_key":"pd_officer_recommendation_remarks" + } ] } + ] }, + { + "purpose":"question_label", + "expression":"(function () {let label= 'Reasons for marking PD status as ';('pd_officer_recommendation' == '2') ? label+= 'Positive' : ('pd_officer_recommendation' == '3') ? label+= 'Negative' : ('pd_officer_recommendation' == '4') ? label+= 'Refer to Credit' : label+= 'Positive/negative/ refer to credit';return label}())", + "value_keys":[ + "pd_officer_recommendation" + ], + "insert_control":"reason", + "insert_group_key":"pd_officer_recommendation_remarks" + } + ], + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Common Remarks", + "question_key":"final_form_remarks", + "place_holder":"Enter the remarks here", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + ] + } + + ] + } + \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/3.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/3.json new file mode 100644 index 000000000..1ec2e9270 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/3.json @@ -0,0 +1,916 @@ +{ + "section_id": "3", + "section_name": "Financial Information", + "onsubmit": [], + "questions": [ + { + "question":"Financial Statements Available ?", + "question_key":"financial_statements_available", + "type":"3", + "sub_title":"Data as Per Financial Statements", + "field_width":"65", + "answers":[{ + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + }], + "api_properties":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"financial_statements_available", + "expression":"(String('financial_statements_available') == String('yes'))", + "value_keys":[ + "financial_statements_available" + ], + "questions":[ + + { + "question": "Latest year’s financials as per applicant met ?", + "question_key": "latest_years_financials_as_per_applicant_met", + "type": "3", + "field_width": "65", + "api_properties": null, + "answers":[{ + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + }], + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"latest_years_financials_as_per_applicant_met", + "expression":"(String('latest_years_financials_as_per_applicant_met') == String('no'))", + "value_keys":[ + "latest_years_financials_as_per_applicant_met" + ], + "questions":[ + { + "question":"Number of Financial Years", + "question_key":"number_of_financial_years", + "place_holder":"", + "field_type":"num", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"latest_years_financials_as_per_applicant_met", + "answers":null, + "validations":[ + ] + },{ + "question":"Enter year from which financials provided", + "question_key":"enter_year_from_which_financials_provided", + "place_holder":"", + "field_type":"num", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"latest_years_financials_as_per_applicant_met", + "answers":null, + "validations":[ + ] + }] + }] + + }], + "is_repeatable": null, + "field_type": "string", + "validations": [ + ] + } + + + + ] + + }] + + }], + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Same as Financial Statements ?", + "question_key":"same_as_financial_statements", + "type":"3", + "sub_title":"Latest year’s financials as per Applicant met ", + "field_width":"65", + "answers":[{ + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + }], + "api_properties":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"same_as_financial_statements", + "expression":"(String('same_as_financial_statements') == String('no'))", + "value_keys":[ + "same_as_financial_statements" + ], + "questions":[ + { + "question":"Were the Kuccha records shown to the PD officer", + "question_key":"were_the_kuccha_records_shown_to_the_pd_officer", + "place_holder":"Enter the text", + "type":"2", + "api_properties":null, + "answers":[{ + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + }], + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"were_the_kuccha_records_shown_to_the_pd_officer", + "expression":"(String('were_the_kuccha_records_shown_to_the_pd_officer') == String('yes'))", + "value_keys":[ + "were_the_kuccha_records_shown_to_the_pd_officer" + ], + "questions":[ + { + "question_key":"photograph_of_kuchha_bills_allowed", + "question":"Photograph of Kuchha bills allowed", + "place_holder":"Enter the text", + "type":"2", + "api_properties":null, + "field_width":"100", + "answers":[{ + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + }], + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"were_the_kuccha_records_shown_to_the_pd_officer", + + "validations":[ + ] + }, { + "question":"Does the Number of Kuccha Bills and Values therein, justify the customer declared turnover?", + "question_key":"does_the_number_of_kuccha_bills_and_values_therein_justify_the_customer_declared_turnover", + "place_holder":"", + "field_type":"num", + "type":"2", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"latest_years_financials_as_per_applicant_met", + "answers":[{ + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + }], + "validations":[ + ] + }] + }] + + }], + "is_repeatable":null, + "parent_question_key":"same_as_financial_statements", + "field_type":"string", + "field_width":"100", + "validations":[ + ] + }, + { + "question":" Was there Net Profit or Net Loss?", + "question_key": "was_there_net_profit_or_net_loss", + "type": "3", + "field_width": "45", + "api_properties": null, + "answers":[{ + "answer":"Net Profit", + "answer_id":"Net_Profit" + }, + { + "answer":"Net Loss", + "answer_id":"Net_Loss" + }], + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"was_there_net_profit_or_net_loss", + "expression":"(String('was_there_net_profit_or_net_loss') == String('Net_Profit'))", + "value_keys":[ + "was_there_net_profit_or_net_loss" + ], + "questions":[ + { + "question":"Is there Net Margin Information Available", + "question_key":"is_there_net_margin_information_available", + "place_holder":"", + "type":"3", + "field_width":"45", + "api_properties":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"is_there_net_margin_information_available", + "expression":"(String('is_there_net_margin_information_available') == String('yes'))", + "value_keys":[ + "is_there_net_margin_information_available" + ], + "questions":[ + { + "question":"Net Profit Amount Considered", + "question_key":"net_profit_amount_considered", + "place_holder":"", + "type":"1", + "field_width":"30", + "api_properties":null, + "onchange_properties":[ { + "purpose":"answer_value", + "expression":"((Number(considered_sales_average) * Number(net_profit_considered))/100)", + "value_keys":[ + "considered_sales_average", "net_profit_considered" + ], + "insert_control":"net_profit_amount_considered" + }], + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"is_there_net_margin_information_available", + "answers": null, + "validations":[ + ] + }, { + "question":"Net Profit % Considered", + "question_key":"net_profit_considered", + "place_holder":"", + "type":"1", + "field_width":"30", + "api_properties":null, + "onchange_properties":[ { + "purpose":"answer_value", + "expression":"((Number(net_profit_from)+ Number(net_profit_to))/2)", + "value_keys":[ + "net_profit_from", "net_profit_to" + ], + "insert_control":"net_profit_considered" + }, { + "purpose":"answer_value", + "expression":"((Number(considered_sales_average) * Number(net_profit_considered))/100)", + "value_keys":[ + "considered_sales_average", "net_profit_considered" + ], + "insert_control":"net_profit_amount_considered" + }], + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"is_there_net_margin_information_available", + "answers": null, + "validations":[ + ] + }, { + "question":"Net Profit % To", + "question_key":"net_profit_to", + "place_holder":"", + "type":"1", + "field_width":"30", + "api_properties":null, + "onchange_properties":[ { + "purpose":"answer_value", + "expression":"((Number(net_profit_from)+ Number(net_profit_to))/2)", + "value_keys":[ + "net_profit_from", "net_profit_to" + ], + "insert_control":"net_profit_considered" + }, { + "purpose":"answer_value", + "expression":"((Number(considered_sales_average) * Number(net_profit_considered))/100)", + "value_keys":[ + "considered_sales_average", "net_profit_considered" + ], + "insert_control":"net_profit_amount_considered" + }], + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"is_there_net_margin_information_available", + "answers": null, + "validations":[ + ] + }, { + "question":"Net Profit % From", + "question_key":"net_profit_from", + "place_holder":"", + "type":"1", + "field_width":"30", + "api_properties":null, + "onchange_properties":[ { + "purpose":"answer_value", + "expression":"((Number(net_profit_from)+ Number(net_profit_to))/2)", + "value_keys":[ + "net_profit_from", "net_profit_to" + ], + "insert_control":"net_profit_considered" + }, { + "purpose":"answer_value", + "expression":"((Number(considered_sales_average) * Number(net_profit_considered))/100)", + "value_keys":[ + "considered_sales_average", "net_profit_considered" + ], + "insert_control":"net_profit_amount_considered" + }], + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"is_there_net_margin_information_available", + "answers": null, + "validations":[ + ] + } ] + }] + + }, { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"is_there_net_margin_information_available", + "expression":"(String('is_there_net_margin_information_available') == String('no'))", + "value_keys":[ + "is_there_net_margin_information_available" + ], + "questions":[ + { + "question":"Considered Profit Amount", + "question_key":"considered_profit_amount", + "place_holder":"", + "type":"1", + "field_width":"30", + "api_properties":null, + "onchange_properties":[ { + "purpose":"answer_value", + "expression":"((Number(considered_sales_average) * Number(considered_net_profit))/100)", + "value_keys":[ + "considered_sales_average", "considered_net_profit" + ], + "insert_control":"considered_profit_amount" + }], + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"is_there_net_margin_information_available", + "answers": null, + "validations":[ + ] + }, + { + "question":"Considered Net Profit % ", + "question_key":"considered_net_profit", + "place_holder":"", + "type":"1", + "field_width":"30", + "api_properties":null, + "onchange_properties":[ { + "purpose":"answer_value", + "expression":"((Number(net_profit_amount_from)+ Number(net_profit_amount_to))/2)", + "value_keys":[ + "net_profit_amount_from", "net_profit_amount_to" + ], + "insert_control":"considered_net_profit" + },{ + "purpose":"answer_value", + "expression":"((Number(considered_sales_average) * Number(considered_net_profit))/100)", + "value_keys":[ + "considered_sales_average", "considered_net_profit" + ], + "insert_control":"considered_profit_amount" + }], + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"is_there_net_margin_information_available", + "answers": null, + "validations":[ + ] + }, { + "question":"Net Profit Amount To", + "question_key":"net_profit_amount_to", + "place_holder":"", + "type":"1", + "field_width":"30", + "api_properties":null, + "onchange_properties":[ { + "purpose":"answer_value", + "expression":"((Number(net_profit_amount_from)+ Number(net_profit_amount_to))/2)", + "value_keys":[ + "net_profit_amount_from", "net_profit_amount_to" + ], + "insert_control":"considered_net_profit" + },{ + "purpose":"answer_value", + "expression":"((Number(considered_sales_average) * Number(considered_net_profit))/100)", + "value_keys":[ + "considered_sales_average", "considered_net_profit" + ], + "insert_control":"considered_profit_amount" + }], + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"is_there_net_margin_information_available", + "answers": null, + "validations":[ + ] + }, { + "question":"Net Profit Amount From", + "question_key":"net_profit_amount_from", + "place_holder":"", + "type":"1", + "field_width":"30", + "api_properties":null, + "onchange_properties":[ { + "purpose":"answer_value", + "expression":"((Number(net_profit_amount_from)+ Number(net_profit_amount_to))/2)", + "value_keys":[ + "net_profit_amount_from", "net_profit_amount_to" + ], + "insert_control":"considered_net_profit" + },{ + "purpose":"answer_value", + "expression":"((Number(considered_sales_average) * Number(considered_net_profit))/100)", + "value_keys":[ + "considered_sales_average", "considered_net_profit" + ], + "insert_control":"considered_profit_amount" + }], + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"is_there_net_margin_information_available", + "answers": null, + "validations":[ + ] + }] + }] + + }], + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"was_there_net_profit_or_net_loss", + "answers":[{ + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + }], + "validations":[ + ] + } ] + }] + + }], + "is_repeatable": null, + "field_type": "string", + "validations": [ + ] + },{ + "question":"Considered Sales Average", + "question_key":"considered_sales_average", + "place_holder":"", + "field_type":"numtoword", + "type":"1", + "field_width":"30", + "api_properties":null, + "onchange_properties":[ { + "purpose":"answer_value", + "expression":"((Number(annual_sales_from)+ Number(annual_sales_to))/2)", + "value_keys":[ + "annual_sales_from", "annual_sales_to" + ], + "insert_control":"considered_sales_average" + }], + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"same_as_financial_statements", + "answers":null, + "validations":[ + ] + }, { + "question":"Annual Sales To", + "question_key":"annual_sales_to", + "place_holder":"", + "field_type":"numtoword", + "type":"1", + "field_width":"30", + "api_properties":null, + "onchange_properties":[ { + "purpose":"answer_value", + "expression":"((Number(annual_sales_from)+ Number(annual_sales_to))/2)", + "value_keys":[ + "annual_sales_from", "annual_sales_to" + ], + "insert_control":"considered_sales_average" + }], + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"same_as_financial_statements", + "answers":null, + "validations":[ + ] + }, { + "question":"Annual Sales From", + "question_key":"annual_sales_from", + "place_holder":"", + "field_type":"numtoword", + "type":"1", + "field_width":"30", + "api_properties":null, + "onchange_properties":[ { + "purpose":"answer_value", + "expression":"((Number(annual_sales_from)+ Number(annual_sales_to))/2)", + "value_keys":[ + "annual_sales_from", "annual_sales_to" + ], + "insert_control":"considered_sales_average" + }], + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"same_as_financial_statements", + "answers":null, + "validations":[ + ] + } + + + + + ] + + }] + + }], + "is_repeatable":null, + "validations":[ + + ] + },{ + "question_key":"in_case_of_credit_sales_what_is_the_average_no_of_days_taken_to_receive_the_money", + "question":"In case of Credit Sales, what is the average no of days taken to receive the money?", + "place_holder":"Enter the text", + "type":"1", + "sub_title":"Total Banking Facilities", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"100", + "validations":[ + ] + }, { + "question_key":"what_is_the_average_no_of_days_taken_to_pay_the_money", + "question":"In case of Credit Purchase, what is the average no of days taken to pay the money?", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"100", + "validations":[ + ] + }, { + "question_key":"what_is_the_average_no_of_days_for_which_stock_lies_unsold_during_the_year", + "question":"What is the average no of days for which stock lies unsold during the year?", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"100", + "validations":[ + ] + }, { + "question_key":"is_there_working_capital_facilities", + "question":"Is there Working Capital Facilities?", + "place_holder":"Enter the text", + "type":"3", + "api_properties":null, + "answers":[{ + "answer":"Yes", + "answer_id":"yes" + },{ + "answer":"no", + "answer_id":"no" + }], + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"is_there_working_capital_facilities", + "expression":"(String('is_there_working_capital_facilities') == String('yes'))", + "value_keys":[ + "is_there_working_capital_facilities" + ], + "questions":[ + { + "question_key":"working_capital_facilities_availed", + "question":"Working Capital Facilities availed", + "place_holder":"Enter the text", + "type":"4", + "api_properties":null, + "answers":[{ + "answer":"Letter of Credit", + "answer_id":"Letter of Credit" + }, + { + "answer":"Bank Guarantee", + "answer_id":"Bank Guarantee" + },{ + "answer":"Cash Credit Limit", + "answer_id":"Cash Credit Limit" + },{ + "answer":"OD Limit", + "answer_id":"OD Limit" + },{ + "answer":"Factoring", + "answer_id":"Factoring" + },{ + "answer":"Forfaiting", + "answer_id":"Forfaiting" + },{ + "answer":"Others", + "answer_id":"Others" + } + + ], + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"working_capital_facilities_availed", + "expression":"(String('working_capital_facilities_availed').includes('Letter of Credit'))", + "value_keys":[ + "working_capital_facilities_availed" + ], + "questions":[ + { + "question_key":"details_of_letter_of_credit", + "question":"Details of Letter of Credit", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + + ] + }] + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"working_capital_facilities_availed", + "expression":"(String('working_capital_facilities_availed').includes('Bank Guarantee'))", + "value_keys":[ + "working_capital_facilities_availed" + ], + "questions":[ + { + "question_key":"details_of_bank_guarantee_facility", + "question":"Details of Bank Guarantee Facility", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + + ] + }] + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"working_capital_facilities_availed", + "expression":"(String('working_capital_facilities_availed').includes('Cash Credit Limit'))", + "value_keys":[ + "working_capital_facilities_availed" + ], + "questions":[ + { + "question_key":"Details_of_Cash_Credit_Limit", + "question":"Details of Cash Credit Limit", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + + ] + }] + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"working_capital_facilities_availed", + "expression":"(String('working_capital_facilities_availed').includes('OD Limit'))", + "value_keys":[ + "working_capital_facilities_availed" + ], + "questions":[ + { + "question_key":"Details_of_OD_Limit", + "question":"Details of OD Limit", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + + ] + }] + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"working_capital_facilities_availed", + "expression":"(String('working_capital_facilities_availed').includes('Factoring'))", + "value_keys":[ + "working_capital_facilities_availed" + ], + "questions":[ + { + "question_key":"details_of_factoring", + "question":"Details of Factoring", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + + ] + }] + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"working_capital_facilities_availed", + "expression":"(String('working_capital_facilities_availed').includes('Forfaiting'))", + "value_keys":[ + "working_capital_facilities_availed" + ], + "questions":[ + { + "question_key":"details_of_forfaiting", + "question":"Details of Forfaiting", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + + ] + }] + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"working_capital_facilities_availed", + "expression":"(String('working_capital_facilities_availed').includes('Others'))", + "value_keys":[ + "working_capital_facilities_availed" + ], + "questions":[ + { + "question_key":"Details_of_Others_Facility", + "question":"Details of Others Facility", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + }, { + "question":"Others Working capital Facilities? availed", + "question_key":"others_working_capital_facilities", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + + ] + }] + } ], + "is_repeatable":null, + "field_type":"string", + "field_width":"100", + "validations":[ + ] + } + + ] + }] + }], + "is_repeatable":null, + "field_type":"string", + "field_width":"100", + "validations":[ + ] + } , { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"65", + "validations":[ + ] + } + + + ] +} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/4.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/4.json new file mode 100644 index 000000000..099a68041 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/4.json @@ -0,0 +1,324 @@ +{ + "section_id": "4", + "section_name": "Supplier Details", + "onsubmit": [], + "questions": [ + { + "question":"Is the Supplier information Available", + "question_key":"is_the_supplier_information_available", + "type":"3", + "field_width":"65", + "answers":[{ + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + }], + "api_properties":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"is_the_supplier_information_available", + "expression":"(String('is_the_supplier_information_available') == String('yes'))", + "value_keys":[ + "is_the_supplier_information_available" + ], + "questions":[ + { + "question":"Is the Billing Infomation Available", + "question_key":"is_the_billing_infomation_available", + "type":"3", + "field_width":"65", + "answers":[{ + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + }], + "place_holder":"Enter the text", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + ] + }, + { + "question": [ + { + "question_key":"service_name", + "question":"Service Name", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + },{ + "question_key":"supplier_name", + "question":"Supplier Name", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + },{ + "question_key":"title", + "question":"Title", + "place_holder":"Enter the text", + "type":"3", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"TITLES" + }, + "fields":[ + "title_id", + "name" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"20", + "validations":[ + ] + },{ + "question_key":"contact_person_name", + "question":"Contact Name", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"40", + "validations":[ + ] + },{ + "question_key":"contact_person_designation", + "question":"Contact person Designation", + "place_holder":"Enter the text", + "type":"3", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"COMPANYRELATIONSHIPS" + }, + "fields":[ + "company_relationship_id", + "name" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"40", + "validations":[ + ] + },{ + "question_key":"contact_person_mobile_number", + "question":"Contact person Mobile Number", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"40", + "validations":[ + ] + },{ + "question_key":"std_code", + "question":"STD Code", + "place_holder":"Enter the STD Code", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"num", + "field_width":"20", + "validations":[ + ] + },{ + "question_key":"contact_person_landline_number", + "question":"Contact person Landline Number", + "place_holder":"Enter the number", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"num", + "field_width":"40", + "validations":[ + ] + },{ + "question_key":"payment_terms", + "question":"Payment Terms", + "place_holder":"Enter the text", + "type":"3", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"PAYMENTMODE" + }, + "fields":[ + "id", + "name" + ] + }, + "answers":null, + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"payment_terms", + "expression":"(String('payment_terms') == String('3'))", + "value_keys":[ + "payment_terms" + ], + "questions":[ + { + "question_key":"what_%_of_total_purchase_is_done_on_credit", + "question":"What % of Total Purchase is done on Credit?", + "place_holder":"", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"num", + "field_width":"100", + "validations":[ + ] + }, + { + "question_key":"day_to", + "question":"Day To", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"40", + "validations":[ + ] + }, { + "question_key":"day_from", + "question":"Day From", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"40", + "validations":[ + ] + }, { + "question_key":"no_of_days_of_credit_provided_by_supplier", + "question":"No.of days of Credit Provided by Supplier", + "place_holder":"Enter the text", + "type":null, + "sub_title":"No.of days of Credit Provided by Supplier", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"100", + "validations":[ + ] + } ] + }] + + + + }], + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + },{ + "question_key":"payment_mode", + "question":"Payment Mode", + "place_holder":"Enter the text", + "type":"3", + "api_properties":null, + "answers":[{ + + "answer":"Payment made in Cash.", + "answer_id":"Payment made in Cash." + }, + { + "answer":"Payment made through Banking channels.", + "answer_id":"Payment made through Banking channels." + }, { + "answer":"Payment made through Cash and Banking channels.", + "answer_id":"Payment made through Cash and Banking channels." + }], + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + ], + "is_repeatable": "1", + "group_title": "Service Provider Details", + "group_key": "service_provider_details" + }] + }] + + }], + "is_repeatable":null, + "validations":[ + + ] + },{ + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + + + ] +} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/5.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/5.json new file mode 100644 index 000000000..bbe89fed8 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/5.json @@ -0,0 +1,326 @@ +{ + "section_id": "5", + "section_name": "Client Details", + "onsubmit": [], + "questions": [ + { + "question":"Is the Client information Available", + "question_key":"is_the_client_information_available", + "type":"3", + "field_width":"65", + "answers":[{ + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + }], + "api_properties":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"is_the_client_information_available", + "expression":"(String('is_the_client_information_available') == String('yes'))", + "value_keys":[ + "is_the_client_information_available" + ], + "questions":[ + { + "question":"Is the Billing Infomation Available", + "question_key":"is_the_billing_infomation_available", + "type":"3", + "field_width":"65", + "answers":[{ + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + }], + "place_holder":"Enter the text", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + ] + }, + { + "question": [ + { + "question_key":"select_the_service_provider", + "question":"Select the Service Provider", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + },{ + "question_key":"client_name", + "question":"Client Name", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + },{ + "question_key":"title", + "question":"Title", + "place_holder":"Enter the text", + "type":"3", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"TITLES" + }, + "fields":[ + "title_id", + "name" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"20", + "validations":[ + ] + },{ + "question_key":"contact_person_name", + "question":"Contact Name", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"40", + "validations":[ + ] + },{ + "question_key":"contact_person_designation", + "question":"Contact person Designation", + "place_holder":"Enter the text", + "type":"3", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"COMPANYRELATIONSHIPS" + }, + "fields":[ + "company_relationship_id", + "name" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"40", + "validations":[ + ] + },{ + "question_key":"contact_person_mobile_number", + "question":"Contact person Mobile Number", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"40", + "validations":[ + ] + },{ + "question_key":"std_code", + "question":"STD Code", + "place_holder":"Enter the Code", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"20", + "validations":[ + ] + },{ + "question_key":"contact_person_landline_number", + "question":"Contact person Landline Number", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"40", + "validations":[ + ] + },{ + "question_key":"payment_terms", + "question":"Payment Terms", + "place_holder":"Enter the text", + "type":"3", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"PAYMENTMODE" + }, + "fields":[ + "id", + "name" + ] + }, + "answers":null, + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"payment_terms", + "expression":"(String('payment_terms') == String('3'))", + "value_keys":[ + "payment_terms" + ], + "questions":[ + { + "question_key":"what_of_total_purchase_is_done_on_credit", + "question":"What % of Total Purchase is done on Credit?", + "place_holder":"", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"num", + "field_width":"100", + "validations":[ + ] + }, + { + "question_key":"day_to", + "question":"Day To", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"40", + "validations":[ + ] + }, { + "question_key":"day_from", + "question":"Day From", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"40", + "validations":[ + ] + }, { + "question_key":"no_of_days_of_credit_provided_by_supplier", + "question":"No.of days of Credit Provided by Supplier", + "place_holder":"Enter the text", + "type":null, + "sub_title":"No.of days of Credit Provided by Supplier", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"100", + "validations":[ + ] + } ] + }] + + + + }], + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + },{ + "question_key":"payment_mode", + "question":"Payment Mode", + "place_holder":"Enter the text", + "type":"3", + "api_properties":null, + "answers":[{ + + "answer":"Payment made in Cash.", + "answer_id":"Payment made in Cash." + }, + { + "answer":"Payment made through Banking channels.", + "answer_id":"Payment made through Banking channels." + }, { + "answer":"Payment made through Cash and Banking channels.", + "answer_id":"Payment made through Cash and Banking channels." + }], + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + ], + "is_repeatable": "1", + "sub_title":"Manufacturing Product Details", + "group_title": "Manufacturing Product Details ", + "group_key": "manufacturing_product_details" + } + ] + }] + + }], + "is_repeatable":null, + + "validations":[ + + ] + },{ + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + + ] +} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/6.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/6.json new file mode 100644 index 000000000..a6e3c6967 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/6.json @@ -0,0 +1,348 @@ +{ + "section_id": "6", + "section_name": "Stock Details", + "onsubmit": [], + + "questions":[ + + { + "question": [ + { + "question_key":"name", + "question":"Name", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } , + { + "question_key":"stock", + "question":"Stock", + "place_holder":"Enter the text", + "type":"3", + "api_properties":null, + "answers":[{ + "answer":"Add Stock Details", + "answer_id":"Add_Stock_Details" + }, + { + "answer":"No Stock Observed", + "answer_id":"No_Stock_Observed" + }], + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"stock", + "expression":"(String('stock') == String('Add_Stock_Details'))", + "value_keys":[ + "stock" + ], + "questions":[ + { + "question_key":"estimated_value_of_stock_observed", + "question":"Estimated Value of Stock Observed", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"100", + "validations":[ + ] + } , + { + "question_key":"unit_of_measurement", + "question":"Unit of Measurement", + "place_holder":"Enter the text", + "type":"3", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"UOM" + }, + "fields":[ + "uom_id", + "name" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + }, { + "question_key":"estimated_quantity", + "question":"Estimated Quantity", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + ] + }] + + + + }], + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + ], + "is_repeatable": "1", + "group_title": "Raw Material ", + "group_key": "raw_material" + }, { + "question":"Is the stock of Raw Materials observed, sufficient considering the size of operations", + "question_key":"raw_material_sufficient_considering_the_size_of_operations", + "type":"3", + "field_width":"65", + "answers":[{ + + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + },{ + "answer":"Stock not required to be maintained", + "answer_id":"Stock not required to be maintained" + }], + "place_holder":"Enter the text", + "api_properties":null, + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"raw_material_sufficient_considering_the_size_of_operations", + "expression":"(String('raw_material_sufficient_considering_the_size_of_operations') == String('no'))", + "value_keys":[ + "raw_material_sufficient_considering_the_size_of_operations" + ], + "questions":[ + { + "question_key":"raw_material_Please_comment_on_the_stock_level_observed", + "question":"Please comment on the stock level observed?", + "place_holder":"Please comment on the stock level observed?", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"100", + "validations":[ + ] + } + ] + }] + + + + }], + "is_repeatable":null, + "field_type":"string", + "validations":[ + ] + }, { + "question": [ + { + "question_key":"finished_goods_name", + "question":"Name", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } , + { + "question_key":"finished_goods_stock", + "question":"Stock", + "place_holder":"Enter the text", + "type":"3", + "api_properties":null, + "answers":[{ + "answer":"Add Stock Details", + "answer_id":"Add_Stock_Details" + }, + { + "answer":"No Stock Observed", + "answer_id":"No_Stock_Observed" + }], + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"finished_goods_stock", + "expression":"(String('finished_goods_stock') == String('Add_Stock_Details'))", + "value_keys":[ + "finished_goods_stock" + ], + "questions":[ + { + "question_key":"finished_goods_estimated_value_of_stock_observed", + "question":"Estimated Value of Stock Observed", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"100", + "validations":[ + ] + } , + { + "question_key":"finished_goods_unit_of_measurement", + "question":"Unit of Measurement", + "place_holder":"Enter the text", + "type":"3", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"UOM" + }, + "fields":[ + "uom_id", + "name" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + }, { + "question_key":"finished_goods_estimated_quantity", + "question":"Estimated Quantity", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + ] + }] + + + + }], + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + ], + "is_repeatable": "1", + "group_title": "Finished Goods", + "group_key": "finished_goods" + }, { + "question":"Is the stock of finished / goods observed, sufficient considering the size of operations", + "question_key":"finished_goods_sufficient_considering_the_size_of_operations", + "type":"3", + "field_width":"65", + "answers":[{ + + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + },{ + "answer":"Stock not required to be maintained", + "answer_id":"Stock not required to be maintained" + }], + "place_holder":"Enter the text", + "api_properties":null, + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"finished_goods_sufficient_considering_the_size_of_operations", + "expression":"(String('finished_goods_sufficient_considering_the_size_of_operations') == String('no'))", + "value_keys":[ + "finished_goods_sufficient_considering_the_size_of_operations" + ], + "questions":[ + { + "question_key":"finished_goods_please_comment_on_the_stock_level_observed?", + "question":"Please comment on the stock level observed?", + "place_holder":"Please comment on the stock level observed?", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"100", + "validations":[ + ] + } + ] + }] + + + + }], + "is_repeatable":null, + "field_type":"string", + "validations":[ + ] + } + + + + ,{ + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + + ] +} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/7.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/7.json new file mode 100644 index 000000000..d35c9e804 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/7.json @@ -0,0 +1,409 @@ +{ + "section_id": "7", + "section_name": "Facility & Anchor Details Section", + "onsubmit": null, + "questions": [ + { + "question_key":"Facility Amount Applied For?", + "question":"Facility Amount Applied For?", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "title":"Anchor Details Section", + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"65", + "validations":[ + ] + }, { + "question_key":"Name of the Anchor", + "question":"Name of the Anchor", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"35", + "validations":[ + ] + }, + { + "question_key":"Applicant's association vintage with the Anchor", + "question":"Applicant's association vintage with the Anchor", + "place_holder":"Enter the text", + "type":null, + "api_properties":null, + "sub_title":"Applicant's association vintage with the Anchor", + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"100", + "validations":[ + ] + },{ + "question_key":"Year", + "question":"Year", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"30", + "validations":[ + ] + },{ + "question_key":"Month", + "question":"Month", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"30", + "validations":[ + ] + },{ + "question_key":"Monthly business (sale/purchase) with the Anchor", + "question":"Monthly business (sale/purchase) with the Anchor", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"numtoword", + "field_width":"30", + "validations":[ + ] + },{ + "question_key":"Business concentration with Anchor %", + "question":"Business concentration with Anchor %", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"30", + "validations":[ + ] + }, { + "question_key":"Credit period with the Anchor (Days)", + "question":"Credit period with the Anchor (Days)", + "place_holder":"Enter the text", + "type":null, + "api_properties":null, + "sub_title":"Credit period with the Anchor (Days)", + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"100", + "validations":[ + ] + },{ + "question_key":"Number of Days", + "question":"Number of Days", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"35", + "validations":[ + ] + },{ + "question_key":"Payment Mechanism", + "question":"Payment Mechanism", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":[ + + { + "answer_id":"Bill-Wise", + "answer":"Bill-Wise" + }, + { + "answer_id":"Open Account", + "answer":"Open Account" + } + ], + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"65", + "validations":[ + ] + },{ + "question_key":"Average Invoice Value", + "question":"Average Invoice Value", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"numtoword", + "field_width":"35", + "validations":[ + ] + },{ + "question_key":"Are_there_peak_seasons_for_the_business_with_Anchor", + "question":"Are there peak seasons for the business with Anchor", + "place_holder":"Enter the text", + "type":"3", + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, + { + "answer_id":"No Major Changes In Sales", + "answer":"No Major Changes In Sales" + } + ], + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Are_there_peak_seasons_for_the_business_with_Anchor", + "expression":"(String('Are_there_peak_seasons_for_the_business_with_Anchor') == String('Yes'))", + "value_keys":[ + "Are_there_peak_seasons_for_the_business_with_Anchor" + ], + "questions":[ + { + "question":"Comments*", + "question_key":"Comments", + "place_holder":"", + "field_type":"text", + "type":"7", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Are_there_peak_seasons_for_the_business_with_Anchor", + "answers":null, + "validations":[ + ] + }, { + "question":"Months in which sales/service is low?", + "question_key":"Months in which sales/service is low?", + "place_holder":"", + "field_type":"text", + "type":"4", + "field_width":"45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"STATE" + }, + "fields":[ + "state_id", + "name" + ] + + }, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Are_there_peak_seasons_for_the_business_with_Anchor", + "answers":null, + "validations":[ + ] + }] + }] + + }], + "is_repeatable":null, + "field_type":"string", + "field_width":"65", + "validations":[ + ] + },{ + "question_key":"Are_there_debit_credit_notes_being_issued_to_by_Anchor", + "question":"Are there debit/credit notes being issued to/by Anchor", + "place_holder":"Enter the text", + "type":"3", + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, + { + "answer_id":"No", + "answer":"No" + } + ], + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Are_there_debit_credit_notes_being_issued_to_by_Anchor", + "expression":"(String('Are_there_debit_credit_notes_being_issued_to_by_Anchor') == String('Yes'))", + "value_keys":[ + "Are_there_debit_credit_notes_being_issued_to_by_Anchor" + ], + "questions":[ + { + "question":"Reason for such debit/credit notes", + "question_key":"Reason for such debit/credit notes", + "place_holder":"", + "field_type":"text", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Are_there_debit_credit_notes_being_issued_to_by_Anchor", + "answers":null, + "validations":[ + ] + } ] + }] + + }], + "is_repeatable":null, + "field_type":"string", + "field_width":"65", + "validations":[ + ] + },{ + "question_key":"Reason for such debit/credit notes", + "question":"Reason for such debit/credit notes", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + },{ + "question_key":"Value of stock related to Anchor", + "question":"Value of stock related to Anchor", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"numtoword", + "field_width":"45", + "validations":[ + ] + },{ + "question_key":"Observations_on_Sample_Invoices", + "question":"Observations on Sample Invoices", + "place_holder":"Enter the text", + "type":"3", + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, + { + "answer_id":"No", + "answer":"No" + } + ], + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Observations_on_Sample_Invoices", + "expression":"(String('Observations_on_Sample_Invoices') == String('Yes'))", + "value_keys":[ + "Observations_on_Sample_Invoices" + ], + "questions":[ + { + "question_key":"observations on Invoice and lorry receipts", + "question":"observations on Invoice and lorry receipts", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } ] + }] + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Observations_on_Sample_Invoices", + "expression":"(String('Observations_on_Sample_Invoices') == String('No'))", + "value_keys":[ + "Observations_on_Sample_Invoices" + ], + "questions":[ + { + "question_key":"reason for no sample invoices", + "question":"reason for no sample invoices", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } ] + }] + + }], + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + }, { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + + + ] +} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/8.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/8.json new file mode 100644 index 000000000..e85d34705 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/8.json @@ -0,0 +1,100 @@ + { + "section_id": "8", + "section_name": "Future Plans & Business Environments", + "onsubmit": [], + "questions": [ + { + "question_key":"USP of the business - How is the applicants business different from others in the same line of business?", + "question":"USP of the business - How is the applicants business different from others in the same line of business?", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"100", + "validations":[ + ] + },{ + "question_key":"Future plans for business expansion", + "question":"Future plans for business expansion", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"100", + "validations":[ + ] + },{ + "question_key":"Impact of GST on the business", + "question":"Impact of GST on the business", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"100", + "validations":[ + ] + },{ + "question_key":"Key Competitors", + "question":"Key Competitors", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"100", + "validations":[ + ] + },{ + "question_key":"Succession plan - who will look after the business after applicants retire / are unable to run the business due to any reason?", + "question":"Succession plan - who will look after the business after applicants retire / are unable to run the business due to any reason?", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"100", + "validations":[ + ] + },{ + "question_key":"Brief of Other Group Concerns / Businesses run by the applicants", + "question":"Brief of Other Group Concerns / Businesses run by the applicants", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"100", + "validations":[ + ] + }, { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + + ] + } \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/9.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/9.json new file mode 100644 index 000000000..b5bb94335 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/9.json @@ -0,0 +1,1257 @@ +{ + "section_id": "4", + "section_name": "Rental Information", + "onsubmit": [], + "questions": [ + { + "question_key":"Address of the Property", + "question":"Address of the Property", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"65", + "validations":[ + ] + }, { + "question": "State", + "question_key": "state", + "type": "3", + "answers": null, + "field_width":"30", + "api_properties": { + "api": "getListOfMaster", + "api_method": "POST", + "params": { + "master_name": "STATE" + }, + "fields": [ + "state_id", + "name" + ] + }, + "onchange_properties": [ + { + "purpose": "api", + "api": "getListOfStatesAndCities", + "api_method": "POST", + "params": "{records:{state_id:'value_of_answer'}}", + "fields": [ + "state_id", + "name" + ], + "local_variable": "local_city" + } + ], + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "State Required", + "value": null + } + ] + }, + { + "question": "City", + "question_key": "city", + "type": "3", + "answers": null, + "field_width":"30", + "api_properties": "local_city", + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "CIty Required", + "value": null + } + ] + }, + { + "question": "Pincode", + "question_key": "pincode", + "type": "3", + "answers": null, + "field_width":"30", + "api_properties": "local_pincode", + "onchange_properties": [ + { + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "pincode", + "expression": "(pincode == 1)", + "value_keys": [ + "pincode" + ], + "questions": [ + { + "question_key": "pincode_others", + "question": "Specify the Pincode", + "place_holder": "Enter the Pincode", + "type": "1", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "num", + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Pincode is Required", + "value": null + }, + { + "name": "pattern", + "isactive": "1", + "validator": "[0-9]{6}", + "message": "Pincode should be 6 digit", + "value": null + } + ] + } + ] + } + ] + } + ], + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Pincode Required", + "value": null + } + ] + },{ + "question_key":"Is_This_the_Address_Visited", + "question":"Is This the Address Visited ?", + "place_holder":"Enter the text", + "type":"5", + "api_properties":null, + "answers":[ + + { + "answer_id":"No", + "answer":"No" + } + ], + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Is_This_the_Address_Visited", + "expression":"(String('Is_This_the_Address_Visited') == String('No'))", + "value_keys":[ + "Is_This_the_Address_Visited" + ], + "questions":[ + { + "question":"Actual Address Visited", + "question_key":"Actual Address Visited", + "place_holder":"", + "field_type":"text", + "type":"7", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Nature_of_Let_Out_Property_as_per_Loan_Applicant", + "answers":null, + "validations":[ + ] + }] + }] + + }], + "is_repeatable":null, + "field_type":"string", + "field_width":"100", + "validations":[ + ] + },{ + "question_key":"Name of the Person Who is Showing the Property to Sineedge Officer", + "question":"Name of the Person Who is Showing the Property to Sineedge Officer", + "place_holder":"Enter the text", + "type":"3", + "api_properties": + { + "purpose":"answer_options_local", + "master_name":"pd_applicants", + "fields":["pd_co_applicant_id","applicant_name"] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"100", + "validations":[ + ] + },{ + "question_key":"Name of the Owner/Owners of the Let out Property as per Loan Applicants", + "question":"Name of the Owner/Owners of the Let out Property as per Loan Applicants", + "place_holder":"Enter the text", + "type":"4", + "api_properties": + { + "purpose":"answer_options_local", + "master_name":"pd_applicants", + "fields":["pd_co_applicant_id","applicant_name"] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"100", + "validations":[ + ] + },{ + "question_key":"Ownership_Proof_Documents_Sighted", + "question":"Ownership Proof Documents Sighted", + "place_holder":"Enter the text", + "type":"3", + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, + { + "answer_id":"No", + "answer":"No" + } + ], + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Ownership_Proof_Documents_Sighted", + "expression":"(String('Ownership_Proof_Documents_Sighted') == String('Yes'))", + "value_keys":[ + "Ownership_Proof_Documents_Sighted" + ], + "questions":[ + { + "question":"Type of Document Sighted", + "question_key":"Type_of_Document_Sighted", + "place_holder":"", + "field_type":"text", + "type":"3", + "field_width":"45", + "api_properties":null, + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Type_of_Document_Sighted", + "expression":"(String('Type_of_Document_Sighted') == String('Others_Please_Specify'))", + "value_keys":[ + "Type_of_Document_Sighted" + ], + "questions":[ + { + "question":"Other Type of Document", + "question_key":"TOther Type of Document", + "place_holder":"", + "field_type":"text", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Type_of_Document_Sighted", + "answers":null, + "validations":[ + ] + }] + }] + + }], + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Ownership_Proof_Documents_Sighted", + "answers":[ + + { + "answer_id":"Property Title Document", + "answer":"Property Title Document" + }, + { + "answer_id":"Electricity Bill With Name Of Owner Mentioned Therein", + "answer":"Electricity Bill With Name Of Owner Mentioned Therein" + },{ + "answer_id":"Property Tax Receipts", + "answer":"Property Tax Receipts" + }, + { + "answer_id":"Others_Please_Specify", + "answer":"Others (Please Specify)" + } + ], + "validations":[ + ] + }] + }] + + }], + "is_repeatable":null, + "field_type":"string", + "field_width":"65", + "validations":[ + ] + },{ + "question_key":"Nature_of_Let_Out_Property_as_per_Loan_Applicant", + "question":"Nature of Let Out Property as per Loan Applicant", + "place_holder":"Enter the text", + "type":"3", + "api_properties":null, + "answers":[ + + { + "answer_id":"Residential Property", + "answer":"Residential Property" + }, + { + "answer_id":"Commercial Property", + "answer":"Commercial Property" + },{ + "answer_id":"Industrial Property", + "answer":"Industrial Property" + }, + { + "answer_id":"Others_Please_Specify", + "answer":"Others (Please Specify)" + } + ], + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Nature_of_Let_Out_Property_as_per_Loan_Applicant", + "expression":"(String('Nature_of_Let_Out_Property_as_per_Loan_Applicant') == String('Others_Please_Specify'))", + "value_keys":[ + "Nature_of_Let_Out_Property_as_per_Loan_Applicant" + ], + "questions":[ + { + "question":"Other Property", + "question_key":"Other Property", + "place_holder":"", + "field_type":"text", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Nature_of_Let_Out_Property_as_per_Loan_Applicant", + "answers":null, + "validations":[ + ] + }] + }] + + }], + "is_repeatable":null, + "field_type":"string", + "field_width":"65", + "validations":[ + ] + },{ + "question_key":"Type_of_Units_as_per_Loan_Applicants", + "question":"Type of Units as per Loan Applicants", + "place_holder":"Enter the text", + "type":"3", + "api_properties":null, + "answers":[ + + + { + "answer_id":"Others_Please_Specify", + "answer":"Others (Please Specify)" + } + ], + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Type_of_Units_as_per_Loan_Applicants", + "expression":"(String('Type_of_Units_as_per_Loan_Applicants') == String('Others_Please_Specify'))", + "value_keys":[ + "Type_of_Units_as_per_Loan_Applicants" + ], + "questions":[ + { + "question":"Specify_Other_Unit_Type", + "question_key":"Specify Other Unit Type", + "place_holder":"", + "field_type":"text", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Type_of_Units_as_per_Loan_Applicants", + "answers":null, + "validations":[ + ] + }] + }] + + }], + "is_repeatable":null, + "field_type":"string", + "field_width":"65", + "validations":[ + ] + },{ + "question_key":"Tot No of Units", + "question":"Tot No of Units", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"65", + "validations":[ + ] + }, { + "question": [ + { + "question": "Is Name of the Tenant(s)/Lessees(s) of the Let out Property Provided ?", + "question_key": "Is_Name_of_the_Tenant_Lesseess_of_the_Let_out_Property_Provided", + "type": "3", + "field_width": "45", + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, { + "answer_id":"Name_not_provided", + "answer":"Name(s) not provided" + } + ], + "api_properties": null, + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Is_Name_of_the_Tenant_Lesseess_of_the_Let_out_Property_Provided", + "expression":"(String('Is_Name_of_the_Tenant_Lesseess_of_the_Let_out_Property_Provided') == String('Yes'))", + "value_keys":[ + "Is_Name_of_the_Tenant_Lesseess_of_the_Let_out_Property_Provided" + ], + "questions":[ + { + "question":"Name of Tenant(s)/Lessees(s)", + "question_key":"Name of Tenant(s)/Lessees(s)", + "place_holder":"", + "field_type":"text", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Is_Name_of_the_Tenant_Lesseess_of_the_Let_out_Property_Provided", + "answers":null, + "validations":[ + ] + }] + }] + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Is_Name_of_the_Tenant_Lesseess_of_the_Let_out_Property_Provided", + "expression":"(String('Is_Name_of_the_Tenant_Lesseess_of_the_Let_out_Property_Provided') == String('Name_not_provided'))", + "value_keys":[ + "Is_Name_of_the_Tenant_Lesseess_of_the_Let_out_Property_Provided" + ], + "questions":[ + { + "question":"Why Tenant(s)/Lessees(s) Name not Provided", + "question_key":"Why Tenant(s)/Lessees(s) Name not Provided", + "place_holder":"", + "field_type":"text", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Is_Name_of_the_Tenant_Lesseess_of_the_Let_out_Property_Provided", + "answers":null, + "validations":[ + ] + }] + }] + + }], + "is_repeatable": null, + "validations": [ + ] + }, + { + "question": "Monthly Rent Amount as per Loan Applicant", + "question_key": "Monthly Rent Amount as per Loan Applicant", + "type": "1", + "field_type": "numtoword", + "field_width": "45", + "onchange_properties": null, + "api_properties": null, + "answers": null, + "is_repeatable": null, + "validations": [ + ] + }, + { + "question": "Mode of Payment of Rent as per Loan Applicant", + "question_key": "Mode_of_Payment_of_Rent_as_per_Loan_Applicant", + "type": "3", + "field_width": "45", + "api_properties": null, + "answers":[ + + { + "answer_id":"Received in Cash", + "answer":"Received in Cash" + }, { + "answer_id":"Received through Banking Channel", + "answer":"Received through Banking Channel" + },{ + "answer_id":"Combination_of_Cash_Bank", + "answer":"Combination of Cash & Bank" + } + ], + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Mode_of_Payment_of_Rent_as_per_Loan_Applicant", + "expression":"(String('Mode_of_Payment_of_Rent_as_per_Loan_Applicant') == String('Combination_of_Cash_Bank'))", + "value_keys":[ + "Mode_of_Payment_of_Rent_as_per_Loan_Applicant" + ], + "questions":[ + { + "question":"Amount Received in Bank", + "question_key":"Amount Received in Bank", + "place_holder":"", + "field_type":"text", + "type":"1", + "field_width":"30", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Mode_of_Payment_of_Rent_as_per_Loan_Applicant", + "answers":null, + "validations":[ + ] + }, { + "question":"Amount Received in Cash", + "question_key":"Amount Received in Cash", + "place_holder":"", + "field_type":"text", + "type":"1", + "field_width":"30", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Mode_of_Payment_of_Rent_as_per_Loan_Applicant", + "answers":null, + "validations":[ + ] + },{ + "question":"Reason for Receiving Multiple Payment Mode", + "question_key":"Reason for Receiving Multiple Payment Mode", + "place_holder":"", + "field_type":"text", + "type":"7", + "field_width":"30", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Mode_of_Payment_of_Rent_as_per_Loan_Applicant", + "answers":null, + "validations":[ + ] + }] + }] + + }], + "is_repeatable": null, + "validations": [ + ] + }, + { + "question": "Securtity Deposit amount as per Loan Applicant", + "question_key": "Securtity Deposit amount as per Loan Applicant", + "type": "3", + "field_width": "100", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + ] + }, + { + "question": "Area Covered by the Unit", + "question_key": "Area Covered by the Unit", + "type": "1", + "field_width": "45", + "field_type": "string", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + ] + }, + { + "question": "Unit of Measurement", + "question_key": "Unit of Measurement", + "type": "3", + "field_width": "45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"UOM" + }, + "fields":[ + "uom_id", + "name" + ] + }, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + ] + }, + + { + "question": "Is Rent Agreement executed for the Property let out", + "question_key": "Is_Rent_Agreement_executed_for_the_Property_let_out", + "type": "3", + "field_type": "num", + "field_width": "100", + "api_properties": null, + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, { + "answer_id":"No", + "answer":"No" + } + ], + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Is_Rent_Agreement_executed_for_the_Property_let_out", + "expression":"(String('Is_Rent_Agreement_executed_for_the_Property_let_out') == String('Yes'))", + "value_keys":[ + "Is_Rent_Agreement_executed_for_the_Property_let_out" + ], + "questions":[ + { + "question":"Rent Agreement Seen", + "question_key":"Rent_Agreement_Seen", + "place_holder":"", + "field_type":"text", + "type":"3", + "sub_title":"As per rent agreement Questions", + "field_width":"100", + "api_properties":null, + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Rent_Agreement_Seen", + "expression":"(String('Rent_Agreement_Seen') == String('Yes'))", + "value_keys":[ + "Rent_Agreement_Seen" + ], + "questions":[ + { + "question":"Is the Rent Agreement Registered at Sub-Registrar Office", + "question_key":"Is_the_Rent_Agreement_Registered_at_Sub_Registrar_Office", + "place_holder":"", + "field_type":"text", + "type":"3", + "sub_title":null, + "field_width":"100", + "api_properties":null, + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Is_the_Rent_Agreement_Registered_at_Sub_Registrar_Office", + "expression":"(String('Is_the_Rent_Agreement_Registered_at_Sub_Registrar_Office') == String('Yes'))", + "value_keys":[ + "Is_the_Rent_Agreement_Registered_at_Sub_Registrar_Office" + ], + "questions":[ + { + "question":"Name of Tenants / Lessees as per Rent Agreement", + "question_key":"Name of Tenants / Lessees as per Rent Agreement", + "place_holder":"", + "field_type":"text", + "type":"7", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Is_the_Rent_Agreement_Registered_at_Sub_Registrar_Office", + "answers":null, + "validations":[ + ] + }, + { + "question":"Name of Owner / Owners of Rented Property as per Rent Agreement", + "question_key":"Name of Owner / Owners of Rented Property as per Rent Agreement", + "place_holder":"", + "field_type":"text", + "type":"4", + "field_width":"45", + "api_properties": + { + "purpose":"answer_options_local", + "master_name":"pd_applicants", + "fields":["pd_co_applicant_id","applicant_name"] + }, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Is_the_Rent_Agreement_Registered_at_Sub_Registrar_Office", + "answers":null, + "validations":[ + ] + }, + { + "question":"Security Deposit Amount as per Agreement", + "question_key":"Security Deposit Amount as per Agreement", + "place_holder":"", + "field_type":"text", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Is_the_Rent_Agreement_Registered_at_Sub_Registrar_Office", + "answers":null, + "validations":[ + ] + }, + { + "question":"Monthly Rent Amount as per Agreement", + "question_key":"Monthly Rent Amount as per Agreement", + "place_holder":"", + "field_type":"text", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Is_the_Rent_Agreement_Registered_at_Sub_Registrar_Office", + "answers":null, + "validations":[ + ] + }, + { + "question":"No of Rental Months Remaining as per Agreement", + "question_key":"No of Rental Months Remaining as per Agreement", + "place_holder":"", + "field_type":"text", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Is_the_Rent_Agreement_Registered_at_Sub_Registrar_Office", + "answers":null, + "validations":[ + ] + }, + { + "question":"Date on which Agreement is Expiring", + "question_key":"Date on which Agreement is Expiring", + "place_holder":"", + "field_type":"text", + "type":"1", + "field_width":"30", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Is_the_Rent_Agreement_Registered_at_Sub_Registrar_Office", + "answers":null, + "validations":[ + ] + }, + { + "question":"No of Months for Which Property has been let out as per Agreement", + "question_key":"No of Months for Which Property has been let out as per Agreement", + "place_holder":"", + "field_type":"text", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Is_the_Rent_Agreement_Registered_at_Sub_Registrar_Office", + "answers":null, + "validations":[ + ] + }, + { + "question":"Date of Agreement", + "question_key":"Date of Agreement", + "place_holder":"", + "field_type":"text", + "type":"11", + "field_width":"30", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Is_the_Rent_Agreement_Registered_at_Sub_Registrar_Office", + "answers":null, + "validations":[ + ] + }] + }] + + }], + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Rent_Agreement_Seen", + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, { + "answer_id":"No", + "answer":"No" + } + ], + "validations":[ + ] + }] + }] + + }], + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Is_Rent_Agreement_executed_for_the_Property_let_out", + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, { + "answer_id":"No", + "answer":"No" + } + ], + "validations":[ + ] + }] + }] + + }], + "is_repeatable": null, + "validations": [ + ] + }, + { + "question": "Tenant(s) / Lessee(s) Met During Visit of the Rented Property", + "question_key": "Tenant_Lessee_Met_During_Visit_of_the_Rented_Property", + "type": "3", + "sub_title":"As per Tenant(s)/Lessee Met Questions", + "field_width": "100", + "field_type": "num", + "api_properties": null, + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, { + "answer_id":"No", + "answer":"No" + } + ], + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Tenant_Lessee_Met_During_Visit_of_the_Rented_Property", + "expression":"(String('Tenant_Lessee_Met_During_Visit_of_the_Rented_Property') == String('Yes'))", + "value_keys":[ + "Tenant_Lessee_Met_During_Visit_of_the_Rented_Property" + ], + "questions":[ + { + "question":"Period (Months) of Stay as per Tenant / Lessee Met", + "question_key":"Period (Months) of Stay as per Tenant / Lessee Met", + "place_holder":"", + "field_type":"text", + "type":"1", + "sub_title":null, + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Tenant_Lessee_Met_During_Visit_of_the_Rented_Property", + "answers": null, + "validations":[ + ] + }, + { + "question":"Monthly Rent Amount Paid as per Tenant / Lessee Met", + "question_key":"Monthly Rent Amount Paid as per Tenant / Lessee Met", + "place_holder":"", + "field_type":"text", + "type":"1", + "sub_title":null, + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Tenant_Lessee_Met_During_Visit_of_the_Rented_Property", + "answers": null, + "validations":[ + ] + }, + { + "question":"Name of Owner as per Tenant / Lessee Met", + "question_key":"Name_of_Owner_as_per_Tenant_Lessee_Met", + "place_holder":"", + "field_type":"text", + "type":"4", + "field_width":"100", + "api_properties": + { + "purpose":"answer_options_local", + "master_name":"pd_applicants", + "fields":["pd_co_applicant_id","applicant_name"] + }, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Tenant_Lessee_Met_During_Visit_of_the_Rented_Property", + "answers": null, + "validations":[ + ] + }, + { + "question":"Name of the Tenant / Lessee Met", + "question_key":"Name of the Tenant / Lessee Met", + "place_holder":"", + "field_type":"text", + "type":"1", + "sub_title":null, + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Tenant_Lessee_Met_During_Visit_of_the_Rented_Property", + "answers": null, + "validations":[ + ] + }, + { + "question":"Mode of Payment of Rent as Validated by PD Officer with Tenant / Lessee During Visit", + "question_key":"Mode_of_Payment_of_Rent_as_Validated_by_PD_Officer_with_Tenant_Lessee_During_Visit", + "place_holder":"", + "field_type":"text", + "type":"3", + "sub_title":null, + "field_width":"100", + "api_properties":null, + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Mode_of_Payment_of_Rent_as_Validated_by_PD_Officer_with_Tenant_Lessee_During_Visit", + "expression":"(String('Mode_of_Payment_of_Rent_as_Validated_by_PD_Officer_with_Tenant_Lessee_During_Visit') == String('Combination_of_Cash_Bank'))", + "value_keys":[ + "Mode_of_Payment_of_Rent_as_Validated_by_PD_Officer_with_Tenant_Lessee_During_Visit" + ], + "questions":[ + { + "question":"Reason for Paid Multiple Payment Mode", + "question_key":"Reason for Paid Multiple Payment Mode", + "place_holder":"", + "field_type":"text", + "type":"7", + "sub_title":null, + "field_width":"35", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Mode_of_Payment_of_Rent_as_Validated_by_PD_Officer_with_Tenant_Lessee_During_Visit", + "answers": null, + "validations":[ + ] + } , + { + "question":"Amount Paid in Cash", + "question_key":"Amount Paid in Cash", + "place_holder":"", + "field_type":"text", + "type":"1", + "sub_title":null, + "field_width":"30", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Mode_of_Payment_of_Rent_as_Validated_by_PD_Officer_with_Tenant_Lessee_During_Visit", + "answers": null, + "validations":[ + ] + },{ + "question":"Amount Paid in Bank", + "question_key":"Amount Paid in Bank", + "place_holder":"", + "field_type":"text", + "type":"1", + "sub_title":null, + "field_width":"30", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Mode_of_Payment_of_Rent_as_Validated_by_PD_Officer_with_Tenant_Lessee_During_Visit", + "answers": null, + "validations":[ + ] + } + ] + }] + + }], + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Tenant_Lessee_Met_During_Visit_of_the_Rented_Property", + "answers":[ + + { + "answer_id":"Paid in Cash", + "answer":"Paid in Cash" + }, { + "answer_id":"Paid through Banking Channel", + "answer":"Paid through Banking Channel" + }, { + "answer_id":"Combination_of_Cash_Bank", + "answer":"Combination of Cash & Bank" + } + ], + "validations":[ + ] + }] + }] + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Tenant_Lessee_Met_During_Visit_of_the_Rented_Property", + "expression":"(String('Tenant_Lessee_Met_During_Visit_of_the_Rented_Property') == String('No'))", + "value_keys":[ + "Tenant_Lessee_Met_During_Visit_of_the_Rented_Property" + ], + "questions":[ + { + "question":"Why Tenant / Lessee not Met ?", + "question_key":"Why Tenant / Lessee not Met ?", + "place_holder":"", + "field_type":"text", + "type":"7", + "sub_title":null, + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Tenant_Lessee_Met_During_Visit_of_the_Rented_Property", + "answers": null, + "validations":[ + ] + } + ] + }] + + }], + "is_repeatable": null, + "validations": [ + ] + } + ], + "is_repeatable": "1", + "group_title": "Unit", + "group_key": "Unit" + },{ + "question": "Third party check done on prevailing rent in the area", + "question_key": "Third_party_check_done_on_prevailing_rent_in_the_area", + "type": "3", + "sub_title":"Third Party Check", + "field_width": "100", + "field_type": "num", + "api_properties": null, + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, { + "answer_id":"No", + "answer":"No" + } + ], + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Third_party_check_done_on_prevailing_rent_in_the_area", + "expression":"(String('Third_party_check_done_on_prevailing_rent_in_the_area') == String('Yes'))", + "value_keys":[ + "Third_party_check_done_on_prevailing_rent_in_the_area" + ], + "questions":[ + { + "question":"Rental rates in the area as per the person with whom Third Party Check is done", + "question_key":"Rental rates in the area as per the person with whom Third Party Check is done", + "place_holder":"", + "field_type":"text", + "type":"7", + "sub_title":null, + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Third_party_check_done_on_prevailing_rent_in_the_area", + "answers": null, + "validations":[ + ] + }, + { + "question":"Description of the person with whom the Third Party Check is done", + "question_key":"Description of the person with whom the Third Party Check is done", + "place_holder":"", + "field_type":"text", + "type":"1", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Third_party_check_done_on_prevailing_rent_in_the_area", + "answers": null, + "validations":[ + ] + }, { + "question":"Name of person with whom Third Party Check on going rentals in the area done", + "question_key":"Name of person with whom Third Party Check on going rentals in the area done", + "place_holder":"", + "field_type":"text", + "type":"1", + "sub_title":null, + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Third_party_check_done_on_prevailing_rent_in_the_area", + "answers": null, + "validations":[ + ] + }] + }] + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Third_party_check_done_on_prevailing_rent_in_the_area", + "expression":"(String('Third_party_check_done_on_prevailing_rent_in_the_area') == String('No'))", + "value_keys":[ + "Third_party_check_done_on_prevailing_rent_in_the_area" + ], + "questions":[ + { + "question":"Why Third party check not done", + "question_key":"Why Third party check not done", + "place_holder":"", + "field_type":"text", + "type":"7", + "sub_title":null, + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Third_party_check_done_on_prevailing_rent_in_the_area", + "answers": null, + "validations":[ + ] + } + ] + }] + + }], + "is_repeatable": null, + "validations": [ + ] + }, { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + + ] + } \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/sample.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/sample.json new file mode 100644 index 000000000..76605dc37 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/sample.json @@ -0,0 +1 @@ +{"section_id":"2","section_name":"Address details","onsubmit":null,"questions":[{"question":"Address at which PD was initiated","question_key":"initiated_address","type":"7","disable":true,"field_width":"100","answers":null,"api_properties":null,"onchange_properties":null,"is_repeatable":null,"validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field Required","value":null}],"raw_validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field Required","value":null}]},{"question":"Is this the address where PD is done ?","question_key":"is_pd_done_on_initiated_address","type":"2","disable":true,"field_width":"45","onchange_properties":[{"purpose":"FORM_CTRL","form_controls":[{"insert_index":"is_pd_done_on_initiated_address","expression":"(String('is_pd_done_on_initiated_address') == String('No'))","value_keys":["is_pd_done_on_initiated_address"],"questions":[{"question":"Choose the actual PD address","question_key":"alternative_address","place_holder":"","field_type":"string","type":"3","field_width":"100","api_properties":{"api":"getSMCTempAddresses","api_method":"GET","params":{"pdid":"VAR_PD_ID"},"fields":["display","display"]},"onchange_properties":null,"is_repeatable":null,"is_subfield":"1","parent_question_key":"is_pd_done_on_initiated_address","answers":null,"validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field required","value":null}]}]}]}],"api_properties":null,"answers":[{"answer_id":"Yes","answer":"Yes"},{"answer_id":"No","answer":"No"}],"is_repeatable":null,"validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field Required","value":null}],"raw_validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field Required","value":null}]},{"question":"Type of PD address","question_key":"address_type","type":"3","disable":false,"field_width":"90","api_properties":{"api":"getListOfMaster","api_method":"POST","params":{"master_name":"ADDRESSTYPE"},"fields":["address_type_id","address_type"]},"answers":[{"answer_id":"10","answer":"Business Centre","is_others":"0"},{"answer_id":"2","answer":"Clinic","is_others":"0"},{"answer_id":"3","answer":"Factory","is_others":"0"},{"answer_id":"8","answer":"Industrial Shed","is_others":"0"},{"answer_id":"12","answer":"Office","is_others":"0"},{"answer_id":"6","answer":"Residence","is_others":"0"},{"answer_id":"7","answer":"Residence cum Office","is_others":"0"},{"answer_id":"11","answer":"Shared Office","is_others":"0"},{"answer_id":"5","answer":"Shop","is_others":"0"},{"answer_id":"4","answer":"Warehouse / Godown","is_others":"0"},{"answer_id":"9","answer":"Workshop","is_others":"0"},{"answer_id":"1","answer":"Others ","is_others":"1"}],"onchange_properties":[{"purpose":"FORM_CTRL","form_controls":[{"insert_index":"address_type","expression":"(String('address_type') == String('1'))","value_keys":["address_type"],"questions":[{"question":"Specify the Address Type","question_key":"address_type_others","place_holder":"","field_type":"string","type":"1","field_width":"100","api_properties":null,"onchange_properties":null,"is_repeatable":null,"is_subfield":"1","parent_question_key":"uom","answers":null,"validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field required","value":null}]}]}]}],"is_repeatable":null,"validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field Required","value":null}],"raw_validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field Required","value":null}]},{"question":"PD locality","question_key":"pd_locality","type":"3","disable":true,"field_width":"45","api_properties":{"api":"getListOfMaster","api_method":"POST","params":{"master_name":"LOCALITY"},"fields":["locality_id","locality_name"]},"answers":[{"answer_id":"2","answer":"Commercial (Office type) Area","is_others":"0"},{"answer_id":"7","answer":"Commercial (Shop type) Area","is_others":"0"},{"answer_id":"3","answer":"Industrial Area","is_others":"0"},{"answer_id":"4","answer":"Residential Area","is_others":"0"},{"answer_id":"6","answer":"Rural (Village) area","is_others":"0"},{"answer_id":"5","answer":"Mix Use Area","is_others":"1"},{"answer_id":"1","answer":"Others","is_others":"1"}],"onchange_properties":[{"purpose":"FORM_CTRL","form_controls":[{"insert_index":"pd_locality","expression":"(String('pd_locality').toLowerCase() == String('1'))","value_keys":["pd_locality"],"questions":[{"question":"Specify Locality","question_key":"locality_other","type":"1","field_width":"45","field_type":"string","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null,"validations":[]}]}]}],"is_repeatable":null,"validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field Required","value":null}],"raw_validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field Required","value":null}]},{"question":"Approach to PD location*","question_key":"pd_location","type":"3","disable":true,"field_width":"45","api_properties":{"api":"getListOfMaster","api_method":"POST","params":{"master_name":"PDLOCATIONAPPROACH"},"fields":["pd_location_approach_id","description"]},"answers":[{"answer_id":"1","answer":"Very Easy to locate & Reach","is_others":"0"},{"answer_id":"2","answer":"Easy to locate & Reach","is_others":"0"},{"answer_id":"3","answer":"Difficult to locate & Reach","is_others":"0"},{"answer_id":"4","answer":"Very Difficult to locate & Reach","is_others":"0"}],"onchange_properties":null,"is_repeatable":null,"validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field Required","value":null}],"raw_validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field Required","value":null}]},{"question":"Comment on locality","question_key":"comment_locality","type":"3","disable":true,"field_width":"25","api_properties":{"api":"getListOfMaster","api_method":"POST","params":{"master_name":"COMMENTSONLOCALITY"},"fields":["comments_on_locality_id","rating"]},"answers":[{"answer_id":"5","answer":"Excellent","is_others":"0"},{"answer_id":"2","answer":"Good","is_others":"0"},{"answer_id":"3","answer":"Poor","is_others":"0"},{"answer_id":"4","answer":"Very Poor","is_others":"0"}],"onchange_properties":null,"is_repeatable":null,"validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field Required","value":null}],"raw_validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field Required","value":null}]},{"question":"Estimated Area of the business","question_key":"business_estimated_area","type":"1","disable":true,"field_width":"30","field_type":"num","api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null,"validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field Required","value":null}],"raw_validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field Required","value":null}]},{"question":"UOM","question_key":"uom","type":"8","disable":true,"field_width":"30","api_properties":null,"answers":[{"answer":"Acres","answer_id":"Acres"},{"answer":"Hectares","answer_id":"Hectares"},{"answer":"Square Feet","answer_id":"Square Feet"},{"answer":"Square Meters","answer_id":"Square Meters"},{"answer":"Square Yards","answer_id":"Square Yards"}],"onchange_properties":[{"purpose":"FORM_CTRL","form_controls":[{"insert_index":"uom","expression":"(String('uom') == String('1'))","value_keys":["uom"],"questions":[{"question":"Specify the UOM","question_key":"uom_specify","place_holder":"","field_type":"string","type":"1","field_width":"100","api_properties":null,"onchange_properties":null,"is_repeatable":null,"is_subfield":"1","parent_question_key":"uom","answers":null,"validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field required","value":null}]}]}]}],"is_repeatable":null,"validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field Required","value":null}],"raw_validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field Required","value":null}]},{"question_key":"common_remarks","question":"Remarks","place_holder":"Enter the text","type":"7","disable":true,"api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null,"field_type":"string","field_width":"45","validations":[],"raw_validations":[]}]} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/sample2.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/sample2.json new file mode 100644 index 000000000..625be28ce --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/LFMP/sample2.json @@ -0,0 +1 @@ +{"section_id":"4","section_name":"General Business Information","onsubmit":null,"questions":[{"question":[{"question":"Name of the Company","question_key":"company_name","place_holder":"Enter text","type":"3","disable":false,"default_index_if_len_one":true,"api_properties":{"api":"getCompanyListForSMCList","api_method":"POST","params":{"records":{"pd_id":"VAR_PD_ID","random_string":"VAR_RANDOM_STRING"}},"fields":["company_id","borrower_name"]},"answers":null,"onchange_properties":null,"is_repeatable":null,"field_type":"string","validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Company Name Required","value":null}]},{"question":"Type of Business Entity","question_key":"business_entity_type","type":"1","disable":false,"field_width":"45","answers":null,"api_properties":null,"onchange_properties":null,"is_repeatable":null,"validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field Required","value":null}]},{"question":"Type of Business activities","question_key":"select_business_activity_type","type":"1","disable":false,"field_width":"45","onchange_properties":null,"api_properties":null,"answers":null,"is_repeatable":null,"validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field Required","value":null}]},{"question":"Area of Sale","question_key":"area_of_sale","type":"3","disable":false,"field_width":"45","api_properties":null,"answers":[{"answer":"Within India","answer_id":"Within India"},{"answer":"Export","answer_id":"Export"},{"answer":"Both (within India and Export)","answer_id":"Both (within India and Export)"}],"onchange_properties":null,"is_repeatable":null,"validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field Required","value":null}]},{"question":"Is the business seasonal (Yes / No)","question_key":"seasonality","type":"2","disable":true,"field_width":"45","api_properties":null,"answers":[{"answer":"Yes","answer_id":"Yes"},{"answer":"No","answer_id":"No"}],"onchange_properties":[{"purpose":"FORM_CTRL","form_controls":[{"insert_index":"seasonality","expression":"(String('seasonality') == String('Yes'))","value_keys":["seasonality"],"questions":[{"question_key":"low_sale_month_reason","question":"Reason for Months in which sales/services is low?","place_holder":"Enter the text","type":"1","disable":false,"api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null,"field_type":"string","is_subfield":"1","field_width":"45","parent_question_key":"seasonality","validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Required","value":null}]},{"question_key":"low_sale_month","question":"Months in which sales/services is low?","place_holder":"","type":"4","disable":false,"api_properties":null,"answers":[{"answer_id":"January","answer":"January"},{"answer_id":"February","answer":"February"},{"answer_id":"March","answer":"March"},{"answer_id":"April","answer":"April"},{"answer_id":"May","answer":"May"},{"answer_id":"June","answer":"June"},{"answer_id":"July","answer":"July"},{"answer_id":"August","answer":"August"},{"answer_id":"September","answer":"September"},{"answer_id":"October","answer":"October"},{"answer_id":"November","answer":"November"},{"answer_id":"December","answer":"December"}],"onchange_properties":null,"is_repeatable":null,"field_type":"num","field_width":"45","is_subfield":"1","parent_question_key":"seasonality","validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Required","value":null}]}]}]}],"is_repeatable":null,"validations":[{"name":"required","isactive":"1","validator":"Validators.required","message":"Field Required","value":null}]}],"is_repeatable":"1","group_title":"Details of General Business Information","group_key":"business_entity","disable":false},{"question_key":"common_remarks","question":"Remarks","place_holder":"Enter the text","type":"7","disable":false,"api_properties":null,"answers":null,"onchange_properties":null,"is_repeatable":null,"field_type":"string","field_width":"45","validations":[]}]} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/NBFCMFI.zip b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/NBFCMFI.zip new file mode 100644 index 000000000..cf5fd5e4a Binary files /dev/null and b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/NBFCMFI.zip differ diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/NBFCMFI/1.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/NBFCMFI/1.json new file mode 100644 index 000000000..5c6bcca14 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/NBFCMFI/1.json @@ -0,0 +1,68 @@ +{ + "section_id": "1", + "section_name": "General Information", + "onsubmit": null, + "questions": [ + { + "question": "Name", + "question_key": "name", + "type": "1", + "field_width": "45", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Field Required", + "value": null + } + ] + }, + { + "question": "Loan amount ", + "question_key": "loan_amount", + "type": "1", + "field_width": "45", + "field_type": "numtoword", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + + ] + }, + { + "question": "Product", + "question_key": "product", + "type": "1", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + + ] + }, + { + "question": "Location", + "question_key": "location", + "type": "1", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + + ] + } + ] +} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/NBFCMFI/10.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/NBFCMFI/10.json new file mode 100644 index 000000000..bc27a346f --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/NBFCMFI/10.json @@ -0,0 +1,149 @@ +{ + "section_id": "19", + "section_name": "Final remarks", + "onsubmit": null, + "questions": [ + { + "question": "Customer Behaviour", + "question_key": "customer_behaviour", + "type": "3", + "field_width": "45", + "answers": null, + "api_properties": { + "api": "getListOfMaster", + "api_method": "POST", + "params": { + "master_name": "CUSTOMERBEHAVIOUR" + }, + "fields": [ + "customer_behaviour_id", + "description" + ] + }, + "onchange_properties": [ + { + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "customer_behaviour", + "expression": "(String('customer_behaviour') == String('1'))", + "value_keys": [ + "customer_behaviour" + ], + "questions": [ + { + "question": "Specify Customer behaviour", + "question_key": "customer_behaviour_other", + "type": "1", + "field_width": "45", + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "is_subfield": "1", + "parent_question_key": "customer_behaviour", + "answers": null + } + ] + } + ] + } + ], + "is_repeatable": null + }, + { + "question": "Credit Manager recommendation (Positive/negative/ refer to credit)", + "question_key": "pd_officer_recommendation", + "type": "7", + "field_width": "45", + "api_properties": { + "api": "getListOfMaster", + "api_method": "POST", + "params": { + "master_name": "PDOFFICERRECOMMENDATIONS" + }, + "fields": [ + "pdofficer_recommendation_id", + "pdofficer_recommendation" + ] + }, + "answers": null, + "onchange_properties": [ + { + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "pd_officer_recommendation", + "expression": "(String('pd_officer_recommendation') == String('1'))", + "value_keys": [ + "pd_officer_recommendation" + ], + "questions": [ + { + "question": "Specify Credit Manager Recommendation", + "question_key": "pd_officer_recommendation_other", + "type": "7", + "field_width": "45", + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "is_subfield": "1", + "parent_question_key": "pd_officer_recommendation", + "answers": null + } + ] + }, + { + "insert_index": "pd_officer_recommendation", + "expression": "(String('pd_officer_recommendation') != String('1')) && (String('pdofficer_recommendation') != String(''))", + "value_keys": [ + "pd_officer_recommendation" + ], + "questions": [ + { + "question": [ + { + "question": "Reasons for marking PD status as Positive/negative/ refer to credit", + "question_key": "reason", + "type": "1", + "field_width": "100", + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "is_subfield": "1", + "parent_question_key": "pd_officer_recommendation", + "answers": null + } + ], + "is_repeatable": "1", + "group_title": "Remarks", + "group_title_shown": "0", + "group_key": "pd_officer_recommendation_remarks" + } + ] + } + ] + }, + { + "purpose": "question_label", + "expression": "(function () {let label= 'Reasons for marking PD status as ';('pd_officer_recommendation' == '2') ? label+= 'Positive' : ('pd_officer_recommendation' == '3') ? label+= 'Negative' : ('pd_officer_recommendation' == '4') ? label+= 'Refer to Credit' : label+= 'Positive/negative/ refer to credit';return label}())", + "value_keys": [ + "pd_officer_recommendation" + ], + "insert_control": "reason", + "insert_group_key": "pd_officer_recommendation_remarks" + } + ], + "is_repeatable": null + }, + { + "question": "Common Remarks", + "question_key": "final_form_remarks", + "place_holder": "Enter the remarks here", + "type": "7", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null + } + ] +} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/NBFCMFI/2.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/NBFCMFI/2.json new file mode 100644 index 000000000..af68b1614 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/NBFCMFI/2.json @@ -0,0 +1,39 @@ +{ + "section_id": "22", + "section_name": "Profile", + "onsubmit": null, + "questions": [ + { + "question": "History & Vintage and Lineage ", + "question_key": "history_vintage", + "type": "7", + "field_width": "100", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null + }, + { + "question": " Primary shareholding , promoters and major equity partners", + "question_key": "primary_partners", + "type": "7", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null + }, + { + "question": "The capital structure and details of the various investments vehicles ", + "question_key": "capital_details", + "type": "7", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null + } + ] +} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/NBFCMFI/3.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/NBFCMFI/3.json new file mode 100644 index 000000000..a4f79b53b --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/NBFCMFI/3.json @@ -0,0 +1,72 @@ +{ + "section_id": "23", + "section_name": "Size and Geographical Reach", + "onsubmit": null, + "questions": [ + { + "question": "AUM ( off book & on book ) &e. Trend of Disbursement in last 2 quarters", + "question_key": "aum_book", + "type": "7", + "field_width": "100", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null + }, + { + "question": "States and geographical regions & Branches & geographical customer base", + "question_key": "geographical_details", + "type": "7", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null + }, + { + "question": "Branches /employees / structure", + "question_key": "branches_employees", + "type": "7", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null + }, + { + "question": "Portfolio concentration and Cuts to be discussed", + "question_key": "portfolio_concentration", + "type": "7", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null + }, + { + "question": "Who are the competitors to the business", + "question_key": "business_competitors", + "type": "7", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null + }, + { + "question": "Estimated Market Size of the Business& Market share", + "question_key": "estimated_market", + "type": "7", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null + } + ] +} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/NBFCMFI/4.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/NBFCMFI/4.json new file mode 100644 index 000000000..f417283e1 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/NBFCMFI/4.json @@ -0,0 +1,94 @@ +{ + "section_id": "24", + "section_name": "Product and Process", + "onsubmit": null, + "questions": [ + { + "question": "Products", + "question_key": "products", + "type": "7", + "field_width": "45", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null + }, + { + "question": "Policies", + "question_key": "policies", + "type": "7", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null + }, + { + "question": "Credit appraisal mechanism", + "question_key": "credit_appraisal", + "type": "7", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null + }, + { + "question": "Technology and usage for acquisition and credit", + "question_key": "technology_credit", + "type": "7", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null + }, + { + "question": " Collection policy and mechanism -Collection efficiency trends in last 12 months (CC/CD, TC/CD,TC/TD) any deviation to be discussed in detail", + "question_key": "collection_policy", + "type": "7", + "field_width": "100", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null + }, + { + "question": " Provisioning policy", + "question_key": "provisioning_policy", + "type": "7", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null + }, + { + "question": "Restructuring policy", + "question_key": "restructuring_policy", + "type": "7", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null + }, + { + "question": "Covid impact and policy", + "question_key": "covid_policy", + "type": "7", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null + } + ] +} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/NBFCMFI/5.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/NBFCMFI/5.json new file mode 100644 index 000000000..7f917e2e4 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/NBFCMFI/5.json @@ -0,0 +1,61 @@ +{ + "section_id": "25", + "section_name": "Portfolio Health", + "onsubmit": null, + "questions": [ + { + "question": "Par own book /Par off book -d", + "question_key": "par_book", + "type": "7", + "field_width": "45", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null + }, + { + "question": "NPAs/Provisioning & resolution strategy", + "question_key": "provisioning_resolution", + "type": "7", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null + }, + { + "question": "Strategy to manage flow as well as post moratorium stress", + "question_key": "post_morotorium", + "type": "7", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null + }, + { + "question": "Strategy for non-paying customers", + "question_key": " non-paying_customers", + "type": "7", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null + }, + { + "question": " PAR (Productwise)/Net NPAs/Write offs Movement of Bucket ,PAR 90+", + "question_key": "par", + "type": "7", + "field_width": "100", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null + } + ] +} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/NBFCMFI/6.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/NBFCMFI/6.json new file mode 100644 index 000000000..859177cb1 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/NBFCMFI/6.json @@ -0,0 +1,86 @@ +{ + "section_id": "26", + "section_name": "Total Overall Debt/Equity Profile", + "onsubmit": null, + "questions": [ + { + "question": "Types of debt structures and major debt providers", + "question_key": "dept_structures", + "type": "7", + "field_width": "45", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Field Required", + "value": null + } + ] + }, + { + "question": "Future plan for additional funding ", + "question_key": "future_plan", + "type": "7", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Field Required", + "value": null + } + ] + }, + { + "question": "Funding received during covid times including liquidity support from DFIs & Banks", + "question_key": "dfi_banks", + "type": "7", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Field Required", + "value": null + } + ] + }, + { + "question": "Fresh sanctions lined up in the present month and coming quarters", + "question_key": "fresh_sanctions", + "type": "7", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Field Required", + "value": null + } + ] + } + ] +} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/NBFCMFI/7.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/NBFCMFI/7.json new file mode 100644 index 000000000..f4a9e42e4 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/NBFCMFI/7.json @@ -0,0 +1,174 @@ +{ + "section_id": "27", + "section_name": "Financial analysis", + "onsubmit": null, + "questions": [ + { + "question": "CAR (Tier-1)/CAR (Tier-1 + Tier-2)", + "question_key": "car_type", + "type": "1", + "field_width": "45", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + + ] + }, + { + "question": "Leverage (D/E) (excluding Managed)", + "question_key": "leverage", + "type": "1", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + + ] + }, + { + "question": "ALM", + "question_key": "alm", + "type": "1", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + + ] + }, + { + "question": "Opex", + "question_key": "opex", + "type": "1", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + + ] + }, + { + "question": "NIM (%) - as per Audited B/S", + "question_key": "nim", + "type": "1", + "field_width": "100", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + + ] + }, + { + "question": "Opex (% of Avg. Book)", + "question_key": "opex_average", + "type": "1", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + + ] + }, + { + "question": " Opex (% of NII)", + "question_key": "opex_nii", + "type": "1", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + + ] + }, + { + "question": "Return on Assets", + "question_key": "return_asset", + "type": "1", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + + ] + }, + { + "question": "Return on Equity", + "question_key": "return_equity", + "type": "1", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + + ] + }, + { + "question": " IRR (Derived)", + "question_key": "irr", + "type": "1", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + + ] + }, + { + "question": "Avg. Borrowing Cost (Derived)", + "question_key": "avg_borrowing", + "type": "1", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + + ] + }, + { + "question": "Spread (Derived)", + "question_key": "spread", + "type": "1", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + + ] + } + ] +} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/NBFCMFI/8.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/NBFCMFI/8.json new file mode 100644 index 000000000..53b121905 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/NBFCMFI/8.json @@ -0,0 +1,17 @@ +{ + "section_id": "28", + "section_name": "Overall Plan of Action", + "onsubmit": null, + "questions": [ + { + "question": "Future plan on expansion geographies wise , products and regions . Equity and debt structuring as well as dilution in future. Target book for the present quarter and YOY projections ", + "question_key": "future_plan", + "type": "7", + "field_width": "100", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null + } + ] +} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/NBFCMFI/9.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/NBFCMFI/9.json new file mode 100644 index 000000000..f9eb92479 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/NBFCMFI/9.json @@ -0,0 +1,149 @@ +{ + "section_id": "29", + "section_name": "Validation Points vide Systems and Books at HQ and Branches", + "onsubmit": null, + "questions": [ + { + "question": "Stock to be validated from system", + "question_key": "stock_validated", + "type": "1", + "field_width": "45", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null + }, + { + "question": "Collateral coverage for existing borrowing ( System Mapping to be checked)", + "question_key": "collateral_coverage", + "type": "7", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null + }, + { + "question": "Collection efficiency and system flagging to be counterchecked and same with PAR cuts", + "question_key": "collection_efficiency", + "type": "1", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null + }, + { + "question": "Sample check of loan dox, application form along with PAN for Active loan accounts", + "question_key": "loan_dox", + "type": "1", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null + }, + { + "question": "Disbursement no to be checked from system", + "question_key": "disbursement", + "type": "1", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null + }, + { + "question": "Top 20 exposure to be checked with data submitted", + "question_key": "top20_exposure", + "type": "7", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null + }, + { + "question": "Sample Sanction letters to validate collateral cover stipulated for existing Borrowing", + "question_key": "sanction_letters", + "type": "1", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null + }, + { + "question": "Provisioning /Write-off/NPA flagging to be counter checked", + "question_key": "provisioning", + "type": "7", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null + }, + { + "question": "Restructuring of Loans in system on sample basis", + "question_key": "restructuring_loan", + "type": "1", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null + }, + { + "question": "EMI cycle date in system", + "question_key": "emi_date", + "type": "1", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null + }, + { + "question": "Cash and Bank ledger to be checked", + "question_key": "cash_checked", + "type": "1", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null + }, + { + "question": "Free FD details to be taken and validated from Accounting system", + "question_key": "fd_details", + "type": "7", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null + }, + { + "question": "Application/Systems used for Boarding /Loan management", + "question_key": "loan_management", + "type": "1", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null + } + ] +} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/1.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/1.json new file mode 100644 index 000000000..ec14e8c47 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/1.json @@ -0,0 +1,217 @@ +{ + "section_id":"1", + "section_name":"Borrower & Guarantor Details", + "onsubmit":null, + "questions":[ + { + "question":[{ + "question":"Borrower Type", + "question_key":"borrower_type", + "type":"1", + "field_width":"100", + "answers":null, + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Name", + "question_key":"borrower_name", + "type":"1", + "field_width":"100", + "onchange_properties":null, + "api_properties":null, + "answers":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Entity Type", + "question_key":"entity_type", + "type":"1", + "field_width":"100", + "api_properties":null, + "answers":null, + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"relationship", + "expression":"(String('entity_type').toLowerCase() == String('individual'))", + "value_keys":[ + "entity_type" + ], + "questions":[ + { + "question":"Met / Not Met", + "question_key":"borrower_met", + "type":"2", + "field_width":"20", + + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, + { + "answer_id":"No", + "answer":"No" + } + ], + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + } + ] + } + ] + }, + { + "purpose":"question_label", + "expression":"(function () {let label= '';(String('entity_type').toLowerCase().includes('individual')) ? label= 'Number of years the borrower has been in this business.' : label = 'Number of years for which the business has been running';return label}())", + "value_keys":[ + "entity_type" + ], + "insert_control":"numbers_of_years_business_running" + }], + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Designation", + "question_key":"designation", + "type":"1", + "field_width":"100", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Relationship to", + "question_key":"relationship_to", + "type":"1", + "field_width":"100", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Relationship", + "question_key":"relationship", + "type":"1", + "field_width":"100", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + + { + "question":"Age", + "question_key":"borrower_age", + "type":"1", + "field_type":"num", + "field_width":"50", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Numbers of years for which the business has been running", + "question_key":"numbers_of_years_business_running", + "type":"1", + "field_width":"45", + "field_type":"num", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + } + ], + "is_repeatable":"1", + "group_key":"borrower_details", + "group_title":"Borrower Details"} + ] +} diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/10.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/10.json new file mode 100644 index 000000000..9ee4a9b08 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/10.json @@ -0,0 +1,721 @@ +{ + "section_id": "10", + "section_name": "Financial Information", + "onsubmit": [ + { + "expression": "(function (){let sum_val=null;let ques_key=[];if(!control || control == undefined || control == null){return true};control.forEach(ques_obj=>{ques_key.push(ques_obj[submitProperty.key_name])});console.log('none',ques_key);return new Set(ques_key).size === ques_key.length}())", + "group_key": "financial_info", + "key_name": "fy", + "msg": "Financial Year already entered earlier" + } + ], + "questions": [ + { + "question":"Is the Financial information available?", + "question_key":"financial_info_available", + "type":"2", + "field_width":"45", + "api_properties":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"financial_info_available", + "expression":"(String('financial_info_available') && String('financial_info_available').toLowerCase() == String('yes'))", + "value_keys":[ + "financial_info_available" + ], + "questions":[ + { + "question": "Net Profit / (Net Loss) (Rs)", + "question_key": "net_profit_rs", + "place_holder": "Enter the text", + "type": "1", + "field_width": "45", + "api_properties": null, + "answers": null, + "is_repeatable": null, + "field_type": "numtoword", + "validations": [ + + ], + "onchange_properties": [ + { + "purpose": "answer_value", + "expression": "((Number(net_profit_rs)/Number(sales_amount))*100).toFixed(2)", + "value_keys": [ + "sales_amount", + "net_profit_rs" + ], + "insert_control": "net_profit_to_sales_percent" + } + ] + }, + { + "question": "Net Profit or (Net Loss) to Sales % ", + "question_key": "net_profit_to_sales_percent", + "place_holder": "Enter number", + "type": "1", + "field_width": "45", + "api_properties": null, + "answers": null, + "onchange_properties": [ + { + "purpose": "answer_value", + "expression": "(Number(sales_amount)*Number(net_profit_to_sales_percent))/100", + "value_keys": [ + "sales_amount", + "net_profit_to_sales_percent" + ], + "insert_control": "net_profit_rs" + } + ], + "is_repeatable": null, + "field_type": "num", + "validations": [ + + { + "name": "max", + "validator": "100", + "isactive": "1", + "message": "Number must be less than 100", + "value": null + } + ] + }, + { + "question": "Sales / Revenue (Rs)", + "sub_title": "Particulars of Financials for Latest Year as per person met during PD visit", + "question_key": "sales_amount", + "place_holder": "Enter text", + "type": "1", + "field_width": "100", + "field_type": "numtoword", + "api_properties": null, + "answers": null, + "onchange_properties": [ + { + "purpose": "answer_value", + "expression": "(function (){let final_value; Number(net_profit_to_sales_percent) ? final_value = (Number(sales_amount)*Number(net_profit_to_sales_percent))/100 : '';return final_value}())", + "value_keys": [ + "sales_amount", + "net_profit_to_sales_percent" + ], + "insert_control": "net_profit_rs" + }, + { + "purpose": "answer_value", + "expression": "(function (){let final_value; Number(net_profit_rs) ? final_value = (Number(net_profit_rs)/Number(sales_amount))*100 : '';return final_value.toFixed(2)}())", + "value_keys": [ + "sales_amount", + "net_profit_rs" + ], + "insert_control": "net_profit_to_sales_percent" + } + ], + "is_repeatable": null, + "validations": [ + + ] + }, + { + "question": "Does the business have any working capital facility from any lender other than Moneywise?", + "question_key": "is_any_other_working_captial_facility", + "type": "2", + "field_width": "45", + "answers": [ + { + "answer": "Yes", + "answer_id": "Yes" + }, + { + "answer": "No", + "answer_id": "No" + } + ], + "api_properties": null, + "onchange_properties": [ + { + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "is_any_other_working_captial_facility", + "expression": "(String('is_any_other_working_captial_facility') === String('Yes'))", + "value_keys": [ + "is_any_other_working_captial_facility" + ], + "questions": [ + { + "question": "Details of above facilities need to be entered", + "question_key": "facility_details_specify", + "type": "7", + "placeholder": "Enter the text", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "is_subfield": "1", + "parent_question_key": "is_any_other_working_captial_facility", + "validations": [ + + ] + }, + { + "question": "Facility details i.e. Letter of Credit/ Bank guarantee, CC limit etc.", + "question_key": "facility_details_other_lender", + "type": "3", + "field_width": "45", + "answers": [ + { + "answer": "Letter of Credit", + "answer_id": "Letter of Credit" + }, + { + "answer": "Bank guarantee", + "answer_id": "Bank guarantee" + }, + { + "answer": "CC limit", + "answer_id": "CC limit" + }, + { + "answer": "Others", + "answer_id": "Others" + } + ], + "api_properties": null, + "onchange_properties": [ + { + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "facility_details_other_lender", + "expression": "(String('facility_details_other_lender').toLowerCase() == String('others'))", + "value_keys": [ + "facility_details_other_lender" + ], + "questions": [ + { + "question": "Specify Facility details", + "question_key": "facility_details_other", + "type": "1", + "field_width": "45", + "field_type": "string", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "is_subfield": "1", + "parent_question_key": "facility_details_other_lender", + "validations": [] + } + ] + } + ] + } + ], + "is_repeatable": null, + "is_subfield": "1", + "parent_question_key": "is_any_other_working_captial_facility", + "validations": [ + + ] + } + ] + } + ] + } + ], + "is_repeatable": null, + "validations": [ + + ] + }, + { + "question": "Increase / Decrease in Turnover for Broken Period %", + "question_key": "broken_period_turnover_percent", + "type": "1", + "field_width": "45", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "num", + "validations": [ + + ] + }, + { + "question": "Turnover for Broken Period in PY (Rs)", + "question_key": "broken_period_turnover_py", + "type": "1", + "field_width": "45", + "answers": null, + "api_properties": null, + "onchange_properties": [ + { + "purpose": "answer_value", + "expression": "(((Number(broken_period_turnover_cy)-Number(broken_period_turnover_py))/Number(broken_period_turnover_cy))*100).toFixed(2)", + "value_keys": [ + "broken_period_turnover_py", + "broken_period_turnover_cy" + ], + "insert_control": "broken_period_turnover_percent" + } + ], + "is_repeatable": null, + "field_type": "numtoword", + "validations": [ + + ] + }, + { + "question": "Turnover for Broken Period in CY (Rs)", + "question_key": "broken_period_turnover_cy", + "type": "1", + "field_width": "45", + "answers": null, + "api_properties": null, + "onchange_properties": [ + { + "purpose": "answer_value", + "expression": "(((Number(broken_period_turnover_cy)-Number(broken_period_turnover_py))/Number(broken_period_turnover_cy))*100).toFixed(2)", + "value_keys": [ + "broken_period_turnover_py", + "broken_period_turnover_cy" + ], + "insert_control": "broken_period_turnover_percent" + } + ], + "is_repeatable": null, + "field_type": "numtoword", + "validations": [ + + ] + }, + { + "question": "No of Months", + "question_key": "broken_period_no_of_months", + "type": "1", + "field_width": "45", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "num", + "validations": [ + + ] + }, + { + "question": "Broken Period starting to (Date)", + "question_key": "broken_period_to_month", + "type": "1", + "place_holder": "DD-MM-YYYY (Eg 03-12-2020)", + "field_width": "45", + "answers": null, + "api_properties": null, + "onchange_properties": [ + { + "purpose": "answer_value", + "expression": "(function (){let final_value = ''; if(String('broken_period_to_month') && String('broken_period_from_month')) {let from_date = new Date((String('broken_period_from_month')).split('-').reverse().join('-'));let to_date = new Date((String('broken_period_to_month')).split('-').reverse().join('-'));console.log(to_date);if(!from_date || !to_date || !from_date instanceof Date || !to_date instanceof Date || isNaN(from_date) || isNaN(to_date)) {final_value = '';return;}final_value = to_date.getMonth() - from_date.getMonth() + (12 * (to_date.getFullYear() - from_date.getFullYear()))};return final_value}())", + "value_keys": [ + "broken_period_to_month", + "broken_period_from_month" + ], + "insert_control": "broken_period_no_of_months" + } + ], + "is_repeatable": null, + "field_type": "string", + "validations": [ + + ] + }, + { + "question": "Broken Period starting from (Date)", + "question_key": "broken_period_from_month", + "type": "1", + "field_width": "45", + "place_holder": "DD-MM-YYYY (Eg 05-02-2020)", + "answers": null, + "api_properties": null, + "onchange_properties": [ + { + "purpose": "answer_value", + "expression": "(function (){let final_value = ''; if(String('broken_period_to_month') && String('broken_period_from_month')) {let from_date = new Date((String('broken_period_from_month')).split('-').reverse().join('-'));let to_date = new Date((String('broken_period_to_month')).split('-').reverse().join('-'));console.log(to_date);if(!from_date || !to_date || !from_date instanceof Date || !to_date instanceof Date || isNaN(from_date) || isNaN(to_date)) {final_value = '';return;}final_value = to_date.getMonth() - from_date.getMonth() + (12 * (to_date.getFullYear() - from_date.getFullYear()))};return final_value}())", + "value_keys": [ + "broken_period_to_month", + "broken_period_from_month" + ], + "insert_control": "broken_period_no_of_months" + } + ], + "is_repeatable": null, + "field_type": "string", + "validations": [ + + ] + }, + { + "question": "Inventory Days as per CM Discussion", + "question_key": "inventory_days_cm", + "type": "1", + "field_width": "45", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "num", + "validations": [ + + ] + }, + { + "question": "Creditor Days as per CM Discussion", + "question_key": "creditor_days_cm", + "type": "1", + "field_width": "45", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "num", + "validations": [ + + ] + }, + { + "question": "Debtor Days as per CM Discussion", + "question_key": "debtor_days_cm", + "type": "1", + "field_width": "45", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "num", + "validations": [ + + ] + }, + { + "question": [ + { + "question": "Enter FY", + "question_key": "fy", + "type": "3", + "field_width": "45", + "answers": [], + "answer_value": "GET_FY_YEARS", + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "num", + "validations": [ + ] + }, + { + "question": "Sales / Revenue (Rs)", + "question_key": "sales_revenue", + "type": "1", + "field_width": "45", + "answers": null, + "api_properties": null, + "onchange_properties": [ + { + "purpose": "answer_value", + "expression": "((Number(net_profit)/Number(sales_revenue))*100).toFixed(2)", + "value_keys": [ + "sales_revenue", + "net_profit" + ], + "insert_control": "net_profit_sales_percent" + }, + { + "purpose": "answer_value_arr", + "arr_include": [ + "py", + "now" + ], + "expression": "((Number(sales_revenue[now])-Number(sales_revenue[py]))/Number(sales_revenue[py]))*100", + "value_keys": [ + "sales_revenue" + ], + "insert_control": "sales_py" + }, + { + "purpose": "answer_value_arr", + "arr_include": [ + "py", + "now" + ], + "expression": "(((Number(net_profit_sales_percent[now])-Number(net_profit_sales_percent[py]))/Number(net_profit_sales_percent[py]))*100).toFixed(2)", + "value_keys": [ + "net_profit_sales_percent" + ], + "insert_control": "netprofit_py_percent" + } + ], + "is_repeatable": null, + "field_type": "numtoword", + "validations": [ + + ] + }, + { + "question": "Net Profit / (Net Loss) (Rs) ", + "question_key": "net_profit", + "type": "1", + "field_width": "45", + "answers": null, + "api_properties": null, + "onchange_properties": [ + { + "purpose": "answer_value", + "expression": "((Number(net_profit)/Number(sales_revenue))*100).toFixed(2)", + "value_keys": [ + "sales_revenue", + "net_profit" + ], + "insert_control": "net_profit_sales_percent" + }, + { + "purpose": "answer_value_arr", + "arr_include": [ + "py", + "now" + ], + "expression": "((Number(net_profit[now])-Number(net_profit[py]))/Number(net_profit[py]))*100", + "value_keys": [ + "net_profit" + ], + "insert_control": "netprofit_py" + }, + { + "purpose": "answer_value_arr", + "arr_include": [ + "py", + "now" + ], + "expression": "(((Number(net_profit_sales_percent[now])-Number(net_profit_sales_percent[py]))/Number(net_profit_sales_percent[py]))*100).toFixed(2)", + "value_keys": [ + "net_profit_sales_percent" + ], + "insert_control": "netprofit_py_percent" + } + ], + "is_repeatable": null, + "field_type": "numtoword", + "validations": [ + + ] + }, + { + "question": "Net Profit or (Net Loss) to Sales % ", + "question_key": "net_profit_sales_percent", + "type": "1", + "is_disabled": "1", + "field_width": "45", + "answers": null, + "api_properties": null, + "onchange_properties": [ + { + "purpose": "answer_value_arr", + "arr_include": [ + "py", + "now" + ], + "expression": "(((Number(net_profit_sales_percent[now])-Number(net_profit_sales_percent[py]))/Number(net_profit_sales_percent[py]))*100).toFixed(2)", + "value_keys": [ + "net_profit_sales_percent" + ], + "insert_control": "netprofit_py_percent" + } + ], + "is_repeatable": null, + "field_type": "num", + "validations": [ + + ] + }, + { + "question": "% Variation in Sales over PY", + "question_key": "sales_py", + "type": "1", + "is_disabled": "1", + "field_width": "45", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "num", + "validations": [ + + ] + }, + { + "question": "% Variation in Net Profit over PY", + "question_key": "netprofit_py", + "type": "1", + "is_disabled": "1", + "field_width": "45", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "num", + "validations": [ + + ] + }, + { + "question": "Variation in Net Profit % over PY", + "question_key": "netprofit_py_percent", + "type": "1", + "is_disabled": "1", + "field_width": "45", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "num", + "validations": [ + + ] + }, + { + "question": "Debtor Days as per CET", + "sub_title": "In Case of credit sales, what is the average no. of days taken to receive the money?", + "question_key": "debtor_days_cet", + "type": "1", + "field_width": "100", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "num", + "validations": [ + + ] + }, + { + "question": "Creditor Days as per CET", + "sub_title": "In Case of credit purchases, what is the average no. of days taken to pay the money?", + "question_key": "creditor_days_cet", + "type": "1", + "field_width": "100", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "num", + "validations": [ + + ] + }, + { + "question": "Inventory Days as per CET", + "sub_title": "What is the average no. of days for which stock lies unsold during the year?", + "question_key": "inventory_days_cet", + "type": "1", + "field_width": "100", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "num", + "validations": [ + + ] + } + ], + "is_repeatable": "1", + "group_key": "financial_info", + "group_title": "Financial Information" + }, + { + "question":"Name of the Company", + "question_key":"company_name", + "place_holder":"Enter text", + "type":"3", + "api_properties":{ + "api":"getCompanyListForSMCList", + "api_method":"POST", + "params":{"records":{ + "pd_id":"VAR_PD_ID", + "random_string":"VAR_RANDOM_STRING" + }}, + "fields":[ + "company_id", + "borrower_name" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Company Name Required", + "value":null + } + ] + }, + { + "question": "Number of financial years for which we have financials", + "question_key": "no_of_financial_years", + "place_holder": "Enter the number", + "type": "1", + "field_width": "45", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "num", + "validations": [ + { + "name": "pattern", + "isactive": "1", + "validator": "[0-9]*", + "message": "Numeric only ", + "value": null + } + ] + } + ] + }] + }], + "is_repeatable":null, + "answers":[{ + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + }], + "validations":[ + + ] + }, + + { + "question_key": "common_remarks", + "question": "Remarks", + "place_holder": "Enter the text", + "type": "7", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "string", + "field_width": "45", + "validations": [] + } + ] +} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/11.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/11.json new file mode 100644 index 000000000..d29c657c2 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/11.json @@ -0,0 +1,406 @@ +{ + "section_id":"11", + "section_name":"Supplier details", + "onsubmit":null, + "questions":[ + { + "question":"Is the Supplier information available?", + "question_key":"supplier_info_available", + "type":"2", + "field_width":"45", + "api_properties":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"supplier_info_available", + "expression":"(String('supplier_info_available') == String('No'))", + "value_keys":[ + "supplier_info_available" + ], + "questions":[ + { "question":"Reason", + "question_key":"supplier_not_available_reason", + "type":"7", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"supplier_info_available", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + } ] } ] }, + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"supplier_info_available", + "expression":"(String('supplier_info_available') == String('Yes'))", + "value_keys":[ + "supplier_info_available" + ], + "questions":[ + { + "question":[{ + "question":"Raw Material Name/ Trading Product Name/ Service Name", + "question_key":"provider_name", + "type":"1", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"supplier_info_available", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + }, + { + "question":"Supplier Name", + "question_key":"supplier_name", + "type":"1", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"supplier_info_available", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + }, + { + "question":"Contact Person name", + "question_key":"contact_person_name", + "type":"1", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"supplier_info_available", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + }, + { + "question":"Contact Person Designation", + "question_key":"contact_person_designation", + "type":"8", + "field_width":"100", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"COMPANYRELATIONSHIPS" + }, + "fields":[ + "company_relationship_id", + "name" + ] + }, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"supplier_info_available", + "answers":null, + "validations":[ + ] + }, + { + "question":"Contact Person Mobile Number", + "question_key":"contact_person_mobile_no", + "type":"1", + "field_type":"num", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"supplier_info_available", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + }, + { + "name":"pattern", + "isactive":"1", + "validator":"[0-9]{10,12}", + "message":"Mobile number should be 10-12 digit", + "value":null + } + ] + }, + { + "question":"STD Code", + "sub_title":"Contact Person Landline number", + "question_key":"person_stdcode", + "type":"1", + "field_type":"num", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"supplier_info_available", + "answers":null, + "validations":[ + { + "name":"pattern", + "isactive":"1", + "validator":"[0-9]{3,5}", + "message":"Maximum 5 digit allowed", + "value":null + } + ] + }, + { + "question":"Contact Person Landline number", + "question_key":"person_landline", + "type":"1", + "field_type":"num", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"supplier_info_available", + "answers":null, + "validations":[ + { + "name":"pattern", + "isactive":"1", + "validator":"[0-9]{6,8}", + "message":"Maximum 8 digit allowed", + "value":null + } + ] + }, + { + "question":"Payment Terms", + "question_key":"payment_type", + "type":"3", + "field_width":"100", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"PAYMENTMODE" + }, + "fields":[ + "id", + "name" + ] + }, + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"payment_type", + "expression":"(String('payment_type') == String('3'))", + "value_keys":[ + "payment_type" + ], + "questions":[ + { + "question":"No. of credit period provided by supplier", + "question_key":"credit_period_no", + "type":"1", + "field_type":"num", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"payment_type", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + }, + { + "question":"What % of total purchases are done on credit?", + "question_key":"credit_total_purchase", + "type":"1", + "field_type":"num", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"payment_type", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + }, + { + "name":"max", + "isactive":"1", + "validator":"100", + "message":"Percentage should lower or equal to '100'", + "value":null + } + ] + } + + ]}]}], + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"payment_type", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + }, + { + "question":"Payment Mode", + "question_key":"payment_mode", + "type":"3", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"supplier_info_available", + "answers":[ + { + "answer_id":"Payment made in Cash", + "answer":"Payment made in Cash" + }, + { + "answer_id":"Payment made through Banking channels", + "answer":"Payment made through Banking channels" + }, + { + "answer_id":"Payment made through Cash and Banking channels", + "answer":"Payment made through Cash and Banking channels" + } + ], + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + }, + { + "question":"Name of the Company", + "question_key":"company_name", + "place_holder":"Enter text", + "type":"3", + "api_properties":{ + "api":"getCompanyListForSMCList", + "api_method":"POST", + "params":{"records":{ + "pd_id":"VAR_PD_ID", + "random_string":"VAR_RANDOM_STRING" + }}, + "fields":[ + "company_id", + "borrower_name" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Company Name Required", + "value":null + } + ] + } + ], + "is_repeatable":"1", + "group_title":"Supplier Details", + "group_key":"supplier_details" + } + + ] + } + ] + }], + "is_repeatable":null, + "answers":[{ + "answer":"Yes", + "answer_id":"Yes" + }, + { + "answer":"No", + "answer_id":"No" + }], + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + } + + + ] + } + \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/12.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/12.json new file mode 100644 index 000000000..f77687cfd --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/12.json @@ -0,0 +1,406 @@ +{ + "section_id":"12", + "section_name":"Clients details", + "onsubmit":null, + "questions":[ + { + "question":"Is the Client information available?", + "question_key":"client_info_available", + "type":"2", + "field_width":"45", + "api_properties":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"client_info_available", + "expression":"(String('client_info_available') == String('No'))", + "value_keys":[ + "client_info_available" + ], + "questions":[ + { "question":"Reason", + "question_key":"client_not_available_reason", + "type":"7", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"client_info_available", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + } ] } ] }, + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"client_info_available", + "expression":"(String('client_info_available') == String('Yes'))", + "value_keys":[ + "client_info_available" + ], + "questions":[ + { + "question":[{ + "question":"Trading Product/Service/Manufacturing Product name", + "question_key":"provider_name", + "type":"1", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"client_info_available", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + }, + { + "question":"Client Name", + "question_key":"client_name", + "type":"1", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"client_info_available", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + }, + { + "question":"Contact Person name", + "question_key":"contact_person_name", + "type":"1", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"client_info_available", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + }, + { + "question":"Contact Person Designation", + "question_key":"contact_person_designation", + "type":"8", + "field_width":"100", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"COMPANYRELATIONSHIPS" + }, + "fields":[ + "company_relationship_id", + "name" + ] + }, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"client_info_available", + "answers":null, + "validations":[ + ] + }, + { + "question":"Contact Person Mobile Number", + "question_key":"contact_person_mobile_no", + "type":"1", + "field_type":"num", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"client_info_available", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + }, + { + "name":"pattern", + "isactive":"1", + "validator":"[0-9]{10,12}", + "message":"Mobile number should be 10-12 digit", + "value":null + } + ] + }, + { + "question":"STD Code", + "sub_title":"Contact Person Landline number", + "question_key":"person_stdcode", + "type":"1", + "field_type":"num", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"client_info_available", + "answers":null, + "validations":[ + { + "name":"pattern", + "isactive":"1", + "validator":"[0-9]{3,5}", + "message":"Maximum 5 digit allowed", + "value":null + } + ] + }, + { + "question":"Contact Person Landline number", + "question_key":"person_landline", + "type":"1", + "field_type":"num", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"client_info_available", + "answers":null, + "validations":[ + { + "name":"pattern", + "isactive":"1", + "validator":"[0-9]{6,8}", + "message":"Maximum 8 digit allowed", + "value":null + } + ] + }, + { + "question":"Payment Terms", + "question_key":"payment_type", + "type":"3", + "field_width":"100", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"PAYMENTMODE" + }, + "fields":[ + "id", + "name" + ] + }, + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"payment_type", + "expression":"(String('payment_type') == String('3'))", + "value_keys":[ + "payment_type" + ], + "questions":[ + { + "question":"No. of credit period provided by client", + "question_key":"credit_period_no", + "type":"1", + "field_type":"num", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"payment_type", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + }, + { + "question":"What % of total purchases are done on credit?", + "question_key":"credit_total_purchase", + "type":"1", + "field_type":"num", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"payment_type", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + }, + { + "name":"max", + "isactive":"1", + "validator":"100", + "message":"Percentage should lower or equal to '100'", + "value":null + } + ] + } + + ]}]}], + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"payment_type", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + }, + { + "question":"Payment Mode", + "question_key":"payment_mode", + "type":"3", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"client_info_available", + "answers":[ + { + "answer_id":"Payment made in Cash", + "answer":"Payment made in Cash" + }, + { + "answer_id":"Payment made through Banking channels", + "answer":"Payment made through Banking channels" + }, + { + "answer_id":"Payment made through Cash and Banking channels", + "answer":"Payment made through Cash and Banking channels" + } + ], + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + }, + { + "question":"Name of the Company", + "question_key":"company_name", + "place_holder":"Enter text", + "type":"3", + "api_properties":{ + "api":"getCompanyListForSMCList", + "api_method":"POST", + "params":{"records":{ + "pd_id":"VAR_PD_ID", + "random_string":"VAR_RANDOM_STRING" + }}, + "fields":[ + "company_id", + "borrower_name" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Company Name Required", + "value":null + } + ] + } + ], + "is_repeatable":"1", + "group_title":"Client Details", + "group_key":"client_details" + } + + ] + } + ] + }], + "is_repeatable":null, + "answers":[{ + "answer":"Yes", + "answer_id":"Yes" + }, + { + "answer":"No", + "answer_id":"No" + }], + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + } + + + ] + } + \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/13.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/13.json new file mode 100644 index 000000000..2fee665bb --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/13.json @@ -0,0 +1,355 @@ +{ + "section_id": "13", + "section_name": "Stock details", + "onsubmit": [], + "questions": [ + { + "question": "Is stock applicable to the business (Yes / No)", + "question_key": "stock_info_available", + "type": "2", + "field_width": "45", + "api_properties": null, + "onchange_properties": [ + { + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "stock_info_available", + "expression": "(String('stock_info_available') == String('No'))", + "value_keys": [ + "stock_info_available" + ], + "questions": [ + { + "question": "Reason", + "question_key": "stock_not_available_reason", + "type": "7", + "field_width": "100", + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "is_subfield": "1", + "parent_question_key": "stock_info_available", + "answers": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Field required", + "value": null + } + ] + } + ] + } + ] + }, + { + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "stock_info_available", + "expression": "(String('stock_info_available') == String('Yes'))", + "value_keys": [ + "stock_info_available" + ], + "questions":[ + { + "question": "Is the stock of finished goods observed, sufficient considering the size of operations", + "question_key": "estimated_uom", + "type": "3", + "field_width": "100", + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "is_subfield": "1", + "parent_question_key": "stock_info_available", + "answers": [ + { + "answer": "Yes", + "answer_id": "yes" + }, + { + "answer": "No", + "answer_id": "no" + }, + { + "answer": "Stock not required to be maintained", + "answer_id": "not applicable" + } + ], + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Field required", + "value": null + } + ] + } + ] + }, + { + "insert_index": "stock_info_available", + "expression": "(String('stock_info_available') == String('Yes'))", + "value_keys": [ + "stock_info_available" + ], + "questions": [ + { + "question": [ + { + "question": "Type of Stock", + "question_key": "stock_type", + "type": "3", + "field_width": "100", + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "is_subfield": "1", + "parent_question_key": "stock_info_available", + "answers": [ + { + "answer": "RM", + "answer_id": "RM" + }, + { + "answer": "FG", + "answer_id": "FG" + }, + { + "answer": "SFG", + "answer_id": "SFG" + } + ], + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Field required", + "value": null + } + ] + }, + { + "question": "Name of trading goods/manufacturing goods (raw material/finished goods)/ Service Provided", + "question_key": "provider_name", + "place_holder": "Enter text", + "type": "1", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "string", + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Required", + "value": null + } + ] + }, + { + "question": "Stock", + "question_key": "provider_observed", + "type": "3", + "api_properties": null, + "answers": [ + { + "answer": "Add Stock Details", + "answer_id": "yes" + }, + { + "answer": "No Stock Observed", + "answer_id": "no" + } + ], + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Required", + "value": null + } + ], + "onchange_properties": [ + { + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "provider_observed", + "expression": "(String('provider_observed') === String('yes'))", + "value_keys": [ + "provider_observed" + ], + "questions": [ + { + "question": "Estimated Quantity", + "question_key": "estimated_quantity", + "type": "1", + "field_width": "100", + "field_type": "num", + "api_properties": null, + "onchange_properties": [ + { + "purpose": "validations", + "validations": [ + + { + "name": "required", + "isactive": "1", + "validator": "", + "message": "Either Estimated Stock value or Estimated Quantity is required", + "value": "(String('estimated_quantity') === String(''))", + "validation_to": "estimated_stock_value", + "value_keys": [ + "estimated_quantity", + "estimated_stock_value" + ] + } + ] + } + ], + "is_repeatable": null, + "is_subfield": "1", + "parent_question_key": "provider_observed", + "answers": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Either Estimated Stock value or Estimated Quantity is required", + "value": null + } + ] + }, + { + "question": "UOM", + "question_key": "estimated_uom", + "type": "3", + "field_width": "100", + "api_properties":null, + "onchange_properties": null, + "is_repeatable": null, + "is_subfield": "1", + "parent_question_key": "provider_observed", + "answers": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Field required", + "value": null + } + ] + }, + { + "question": "Estimated value of stock observed", + "question_key": "estimated_stock_value", + "type": "1", + "field_type": "num", + "field_width": "100", + "api_properties": null, + "onchange_properties": [ + { + "purpose": "validations", + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "", + "message": "Either Estimated Stock value or Estimated Quantity is required", + "value": "(String('estimated_stock_value') === String(''))", + "validation_to": "estimated_quantity", + "value_keys": [ + "estimated_stock_value" + ] + } + ] + } + ], + "is_repeatable": null, + "is_subfield": "1", + "parent_question_key": "provider_observed", + "answers": null, + "validations": [] + } + ] + } + ] + } + ] + }, + { + "question":"Name of the Company", + "question_key":"company_name", + "place_holder":"Enter text", + "type":"3", + "api_properties":{ + "api":"getCompanyListForSMCList", + "api_method":"POST", + "params":{"records":{ + "pd_id":"VAR_PD_ID", + "random_string":"VAR_RANDOM_STRING" + }}, + "fields":[ + "company_id", + "borrower_name" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Company Name Required", + "value":null + } + ] + } + ], + "is_repeatable": "1", + "group_title": "Stock details", + "group_key": "stock_details" + } + ] + } + ] + } + ], + "is_repeatable": null, + "answers": [ + { + "answer": "Yes", + "answer_id": "Yes" + }, + { + "answer": "No", + "answer_id": "No" + } + ], + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Field required", + "value": null + } + ] + } + ] +} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/14.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/14.json new file mode 100644 index 000000000..7fa5d20ca --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/14.json @@ -0,0 +1,104 @@ +{ + "section_id":"14", + "section_name":"Future Plans & Business Environments", + "onsubmit":null, + "questions":[ + { + "question":"USP of the business- How is applicant's business different from others in the same line of business", + "question_key":"usp_of_business", + "type":"1", + "field_width":"100", + "answers":null, + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Future plans for business expansion", + "question_key":"future_business_expansion", + "type":"1", + "field_type":"string", + "field_width":"100", + "onchange_properties":null, + "api_properties":null, + "answers":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Key competitors", + "question_key":"key_competitors", + "type":"1", + "field_width":"100", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Sucession plan- who will look after the business after applicant retire/are unable to run business due to any reason", + "question_key":"sucession_plan", + "type":"1", + "field_width":"100", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Brief of other group concerns/Business run by the applicants", + "question_key":"other_group_business_applicants", + "type":"1", + "field_width":"100", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + } + ] + } + \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/15.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/15.json new file mode 100644 index 000000000..fe79dac51 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/15.json @@ -0,0 +1,219 @@ +{ + "section_id": "15", + "section_name": "Existing Loan Obligations", + "onsubmit": null, + "questions": [ + { + "question": [ + { + "question": "Loan type", + "question_key": "loan_type", + "type": "1", + "field_width": "100", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Field Required", + "value": null + } + ] + }, + { + "question": "Loan amount", + "question_key": "loan_amount", + "type": "1", + "field_type": "num", + "field_width": "100", + "onchange_properties": null, + "api_properties": null, + "answers": null, + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Field Required", + "value": null + } + ] + }, + { + "question": "Lender name", + "question_key": "lender_name", + "type": "1", + "field_width": "100", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Field Required", + "value": null + } + ] + }, + { + "question": "Loan taken by", + "question_key": "loan_taken_by", + "type": "1", + "field_width": "100", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Field Required", + "value": null + } + ] + }, + { + "question": "Instalment Amount", + "question_key": "instalment_amount", + "type": "1", + "field_width": "100", + "field_type": "numtoword", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Field Required", + "value": null + } + ] + }, + { + "question": "Installment frequency", + "question_key": "instalment_frequency", + "type": "3", + "field_width": "100", + "api_properties": null, + "answers": [ + { + "answer_id": "Daily", + "answer": "Daily" + }, + { + "answer_id": "Every 12 days", + "answer": "Every 12 days" + }, + { + "answer_id": "Every 15 days", + "answer": "Every 15 days" + }, + { + "answer_id": "Monthly", + "answer": "Monthly" + }, + { + "answer_id": "Every 3 months", + "answer": "Every 3 months" + }, + { + "answer_id": "Every 6 months", + "answer": "Every 6 months" + }, + { + "answer_id": "Yearly", + "answer": "Yearly" + } + ], + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Field Required", + "value": null + } + ] + }, + { + "question": "Original tenure in months", + "question_key": "original_tenure_months", + "type": "1", + "field_width": "100", + "field_type": "num", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Field Required", + "value": null + } + ] + }, + { + "question": "Current balance tenure in months", + "question_key": "current_tenure_months", + "type": "1", + "field_type": "num", + "field_width": "100", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Field Required", + "value": null + } + ] + }, + { + "question": "Elapsed tenure in mths", + "question_key": "elapsed_tenure_months", + "type": "1", + "field_width": "45", + "field_type": "num", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Field Required", + "value": null + } + ] + } + ], + "is_repeatable": "1", + "group_title": "Existing Loan Obligations", + "group_key": "existing_loan_details" + } + ] +} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/16.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/16.json new file mode 100644 index 000000000..da9cc1f3b --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/16.json @@ -0,0 +1,188 @@ +{ + "section_id":"16", + "section_name":"Family Members Involved in Business", + "onsubmit":null, + "questions":[ + { + "question":"Is any other family member involved in the business", + "question_key":"is_family_details_available", + "type":"2", + "field_width":"45", + "api_properties":null, + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"is_family_details_available", + "expression":"(String('is_family_details_available') == String('Yes'))", + "value_keys":[ + "is_family_details_available" + ], + "questions":[ + { + "question":[ + { + "question":"Name", + "question_key":"member_name", + "place_holder":"Enter text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Name Required", + "value":null + }, + { + "name":"pattern", + "isactive":"1", + "validator":"[A-Za-z ]*", + "message":"alphabets only ", + "value":null + } + ] + }, + { + "question":"Relationship", + "question_key":"relationship", + "place_holder":"Enter the text", + "type":"8", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"RELATIONSHIPS" + }, + "fields":[ + "relationship_id", + "name" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ] + }, + { + "question":"Relation to Individual Stakeholders", + "question_key":"stakeholder_relation", + "place_holder":"Enter text", + "type":"3", + "api_properties":{ + "purpose":"answer_options_local", + "master_name":"pd_applicants", + "fields":["pd_co_applicant_id","applicant_name"] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ] + }, + { + "question":"Relation to Company / Firm", + "question_key":"company_relation", + "place_holder":"Enter text", + "type":"8", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"COMPANYRELATIONSHIPS" + }, + "fields":[ + "company_relationship_id", + "name" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ] + }, + { + "question":"Started Business (Yes / No)", + "question_key":"started_biz", + "place_holder":"Enter text", + "type":"2", + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, + { + "answer_id":"No", + "answer":"No" + } + ], + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ] + } + + ], + "is_repeatable":"1", + "group_title":"Family Members Involved in Business", + "group_key":"family_details" + } + ]}] + }], + "is_repeatable":null, + "answers":[{ + "answer":"Yes", + "answer_id":"Yes" + }, + { + "answer":"No", + "answer_id":"No" + }], + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ] + } + + ] + } \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/17.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/17.json new file mode 100644 index 000000000..9b13eaabd --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/17.json @@ -0,0 +1,264 @@ +{ + "section_id":"17", + "section_name":"Neighbourhood Details", + "onsubmit":[], + "questions":[ + { + "question":[ + { + "question":"Neighbour name", + "question_key":"neighbourhood_name", + "place_holder":"Enter text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ] + }, + { + "question":"Do you know about the applicant or their business?", + "question_key":"do_know", + "type":"3", + "api_properties":null, + "answers":[ + { + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + } + ], + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ] + }, + { + "question":"As per you how long has this business been in operation", + "question_key":"know_business_operation", + "place_holder":"Enter the text", + "type":"2", + "api_properties":null, + "answers":[ + { + "answer":"Know", + "answer_id":"yes" + }, + { + "answer":"Do not know", + "answer_id":"no" + } + ], + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ], + "onchange_properties": [ { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"know_business_operation", + "expression":"(String('know_business_operation') === String('yes'))", + "value_keys":[ + "know_business_operation" + ], + "questions":[ + { + "question":"Years", + "question_key":"how_long_do_know_in_year", + "type":"1", + "field_width":"100", + "field_type":"num", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"know_business_operation", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + } , + { + "question":"Months", + "question_key":"how_long_do_know_in_month", + "type":"1", + "field_type":"num", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"know_business_operation", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + } + + ] } ] }] + }, + { + "question":"Who is the owner of organisation?", + "question_key":"know_organisation_owner", + "type":"2", + "api_properties":null, + "answers":[ + { + "answer":"Know", + "answer_id":"yes" + }, + { + "answer":"Do not know", + "answer_id":"no" + } + ], + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ], + "onchange_properties": [ { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"know_organisation_owner", + "expression":"(String('know_organisation_owner') === String('yes'))", + "value_keys":[ + "know_organisation_owner" + ], + "questions":[ + { + "question":"Who is the owner of the organisation", + "question_key":"organisation_owner", + "type":"4", + "field_width":"100", + "field_type":"num", + "api_properties": { + "purpose":"answer_options_local", + "master_name":"pd_applicants", + "fields":["pd_co_applicant_id","applicant_name"] + }, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"know_organisation_owner", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + } + + ] } ] }] + } + + ], + "is_repeatable":"1", + "group_title":"Neighbourhood Details", + "group_key":"neighbourhood_list" + }, + { + "question":"Status of the neighbour check as per PD officer", + "question_key":"neighbourhood_status", + "type":"3", + "api_properties":null, + "answers":[ + { + "answer":"Select", + "answer_id":"" + }, + { + "answer":"Positive", + "answer_id":"Positive" + }, + { + "answer":"Negative", + "answer_id":"Negative" + }, + { + "answer":"Could Not Verify", + "answer_id":"Could Not Verify" + } + ], + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ] + }, + { + "question":"Remarks", + "question_key":"neighbourhood_remarks", + "type":"7", + "placeholder":"Enter the remarks", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ] + } + ] + } \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/18.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/18.json new file mode 100644 index 000000000..e09078b6b --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/18.json @@ -0,0 +1,39 @@ +{ + "section_id":"18", + "section_name":"Credit manager specific queries", + "onsubmit":[], + "questions":[ + { + "question":[ + { + "question":"Question", + "question_key":"question", + "place_holder":"Enter text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + ] + }, + { + "question":"Answer", + "question_key":"answer", + "place_holder":"Enter the answer here", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + ] + } + ], + "is_repeatable":"1", + "group_title":"Query", + "group_key":"cm_queries" + } + ] + } \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/19.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/19.json new file mode 100644 index 000000000..0ede0b842 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/19.json @@ -0,0 +1,208 @@ +{ + "section_id":"19", + "section_name":"Final remarks", + "onsubmit":null, + "questions":[ + { + "question":"Customer Behaviour", + "question_key":"customer_behaviour", + "type":"3", + "field_width":"45", + "answers":null, + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"CUSTOMERBEHAVIOUR" + }, + "fields":[ + "customer_behaviour_id", + "description" + ] + }, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"customer_behaviour", + "expression":"(String('customer_behaviour') == String('1'))", + "value_keys":[ + "customer_behaviour" + ], + "questions":[ + { "question":"Specify Customer behaviour", + "question_key":"customer_behaviour_other", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"customer_behaviour", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + } ] } + ]}] , + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Is the location of the business suited to the nature of the business provided?", + "question_key":"business_location_suited", + "type":"3", + "field_width":"45", + "onchange_properties":null, + "api_properties":null, + "answers":[ + { + "answer":"Well Suited", + "answer_id":"Well Suited" + }, + { + "answer":"Fairly suited", + "answer_id":"Fairly suited" + }, + { + "answer":"Not suited", + "answer_id":"Not suited" + } + ], + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"PD officer recommendation (Positive/negative/ refer to credit)", + "question_key":"pd_officer_recommendation", + "type":"3", + "field_width":"45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"PDOFFICERRECOMMENDATIONS" + }, + "fields":[ + "pdofficer_recommendation_id", + "pdofficer_recommendation" + ] + }, + "answers":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"pd_officer_recommendation", + "expression":"(String('pd_officer_recommendation') == String('1'))", + "value_keys":[ + "pd_officer_recommendation" + ], + "questions":[ + { "question":"Specify PD Officer Recommendation", + "question_key":"pd_officer_recommendation_other", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"pd_officer_recommendation", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + } ] } , + { + "insert_index":"pd_officer_recommendation", + "expression":"(String('pd_officer_recommendation') != String('1')) && (String('pdofficer_recommendation') != String(''))", + "value_keys":[ + "pd_officer_recommendation" + ], + "questions":[ + { + "question":[{ + "question":"Reasons for marking PD status as Positive/negative/ refer to credit", + "question_key":"reason", + "type":"1", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"pd_officer_recommendation", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + } + ], + "is_repeatable":"1", + "group_title":"Remarks", + "group_key":"pd_officer_recommendation_remarks" + } ] } + + ] }], + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Common Remarks", + "question_key":"final_form_remarks", + "place_holder":"Enter the remarks here", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + ] + } + + ] + } + \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/2.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/2.json new file mode 100644 index 000000000..4927a8948 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/2.json @@ -0,0 +1,303 @@ +{ + "section_id":"2", + "section_name":"Address details", + "onsubmit":null, + "questions":[ + { + "question":"Address at which PD was initiated", + "question_key":"initiated_address", + "type":"7", + "field_width":"100", + "answers":null, + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Is this the address where PD is done ?", + "question_key":"is_pd_done_on_initiated_address", + "type":"2", + "field_width":"45", + "onchange_properties": [{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"is_pd_done_on_initiated_address", + "expression":"(String('is_pd_done_on_initiated_address') == String('No'))", + "value_keys":[ + "is_pd_done_on_initiated_address" + ], + "questions":[ + { + "question":"Enter actual PD address", + "question_key":"alternative_address", + "place_holder":"", + "field_type":"string", + "type":"7", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"is_pd_done_on_initiated_address", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + } + ] + } + ] + }], + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, + { + "answer_id":"No", + "answer":"No" + } + ], + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Type of PD address", + "question_key":"address_type", + "type":"3", + "field_width":"45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"ADDRESSTYPE" + }, + "fields":[ + "address_type_id", + "address_type" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"PD locality", + "question_key":"pd_locality", + "type":"3", + "field_width":"45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"LOCALITY" + }, + "fields":[ + "locality_id", + "locality_name" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Approach to PD location*", + "question_key":"pd_location", + "type":"3", + "field_width":"45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"PDLOCATIONAPPROACH" + }, + "fields":[ + "pd_location_approach_id", + "description" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Comment on locality", + "question_key":"comment_locality", + "type":"3", + "field_width":"45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"COMMENTSONLOCALITY" + }, + "fields":[ + "comments_on_locality_id", + "rating" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Estimated Area of the business", + "question_key":"business_estimated_area", + "type":"1", + "field_width":"45", + "field_type":"num", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"UOM", + "question_key":"uom", + "type":"8", + "field_width":"45", + "api_properties":null, + "answers":[ + { + "answer":"Acres", + "answer_id":"Acres" + }, + { + "answer":"Hectares", + "answer_id":"Hectares" + }, + { + "answer":"Square Feet", + "answer_id":"Square Feet" + }, + { + "answer":"Square Meters", + "answer_id":"Square Meters" + }, + { + "answer":"Square Yards", + "answer_id":"Square Yards" + } + ], + "onchange_properties": [{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"uom", + "expression":"(String('uom') == String('1'))", + "value_keys":[ + "uom" + ], + "questions":[ + { + "question":"Specify the UOM", + "question_key":"uom_specify", + "place_holder":"", + "field_type":"string", + "type":"1", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"uom", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + } + ] + } + ] + }], + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + } + ] + } + \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/3.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/3.json new file mode 100644 index 000000000..02954cb0b --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/3.json @@ -0,0 +1,139 @@ +{ + "section_id":"2", + "section_name":"Loan details", + "onsubmit":null, + "questions":[ + { + "question":"Loan amount applied for", + "question_key":"loan_amount", + "type":"1", + "field_type":"numtoword", + "field_width":"100", + "answers":null, + "api_properties":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"total_fund_requirement", + "expression":" typeof(total_fund_requirement) == 'number' && (Number(total_fund_requirement) < Number(loan_amount))", + "value_keys":[ + "total_fund_requirement","loan_amount" + ], + "questions":[ + { + "question":"Remarks on source of funds for balance amount required", + "question_key":"remarks_fund_source_balance", + "place_holder":"", + "field_type":"string", + "type":"1", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"total_fund_requirement", + "answers":null, + "validations":[ + + ] + } + ] + }] + } + ], + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Loan Tenure (in months)", + "question_key":"loan_tenure", + "type":"1", + "field_type":"num", + "field_width":"100", + "onchange_properties": null, + "api_properties":null, + "answers":null, + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"End use of loan", + "question_key":"end_use", + "type":"1", + "field_width":"100", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Total fund requirement", + "question_key":"total_fund_requirement", + "type":"1", + "field_type":"numtoword", + "field_width":"45", + "api_properties":null, + "answers":null, + "onchange_properties": [ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"total_fund_requirement", + "expression":" typeof(total_fund_requirement) == 'number' && (Number(total_fund_requirement) < Number(loan_amount))", + "value_keys":[ + "total_fund_requirement","loan_amount" + ], + "questions":[ + { + "question":"Remarks on source of funds for balance amount required", + "question_key":"remarks_fund_source_balance", + "place_holder":"", + "field_type":"string", + "type":"1", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"total_fund_requirement", + "answers":null, + "validations":[ + + ] + } + ] + }] + }], + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + + ] + } + \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/4.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/4.json new file mode 100644 index 000000000..2cc6fad2c --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/4.json @@ -0,0 +1,202 @@ +{ + "section_id":"4", + "section_name":"General Business Information", + "onsubmit":null, + "questions":[ + { + "question":[ + { + "question":"Name of the Company", + "question_key":"company_name", + "place_holder":"Enter text", + "type":"3", + "api_properties":{ + "api":"getCompanyListForSMCList", + "api_method":"POST", + "params":{"records":{ + "pd_id":"VAR_PD_ID", + "random_string":"VAR_RANDOM_STRING" + }}, + "fields":[ + "company_id", + "borrower_name" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Company Name Required", + "value":null + } + ] + }, + { + "question":"Type of Business Entity", + "question_key":"business_entity_type", + "type":"1", + "field_width":"45", + "answers":null, + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Type of Business activities", + "question_key":"select_business_activity_type", + "type":"1", + "field_width":"45", + "onchange_properties":null, + "api_properties":null, + "answers":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Area of Sale", + "question_key":"area_of_sale", + "type":"3", + "field_width":"45", + "api_properties":null, + "answers":[{ + "answer":"Within India", + "answer_id":"Within India" + }, + { + "answer":"Export", + "answer_id":"Export" + }, + { + "answer":"Both", + "answer_id":"Both" + }], + + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Is the business seasonal (Yes / No)", + "question_key":"seasonality", + "type":"2", + "field_width":"45", + "api_properties":null, + "answers":[{ + "answer":"Yes", + "answer_id":"Yes" + },{ + "answer":"No", + "answer_id":"No" + }], + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"seasonality", + "expression":"(String('seasonality') == String('Yes'))", + "value_keys":[ + "seasonality" + ], + "questions":[ + { + "question_key":"low_sale_month", + "question":"Months in which sales/services is low?", + "place_holder":"Enter the number", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"num", + "field_width":"45", + "is_subfield":"1", + "parent_question_key":"seasonality", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ] + }, + { + "question_key":"low_sale_month_reason", + "question":"Reason for Months in which sales/services is low?", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "is_subfield":"1", + "field_width":"45", + "parent_question_key":"seasonality", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ] + } + ] + } + ] + } + ], + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + } + ], + + "is_repeatable":"1", + "group_title":"Details of General Business Information", + "group_key":"business_entity" + } + ] + } + \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/5.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/5.json new file mode 100644 index 000000000..42c543b60 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/5.json @@ -0,0 +1,234 @@ +{ + "section_id":"5", + "section_name":"Key Stakeholders in Business", + "onsubmit":[ + ], + "questions":[ + { + "question":[ + { + "question":"Name of key Stakeholder11", + "question_key":"stakeholder_name", + "place_holder":"Enter text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Name Required", + "value":null + } + ] + }, + { + "question":"Share Holding (%)", + "question_key":"share_holding", + "place_holder":"Enter number", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"num", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Share value Required", + "value":null + }, + { + "name":"max", + "validator":"100", + "isactive":"1", + "message":"Number must be less than 100", + "value":null + } + ] + }, + { + "question":"Vintage in Current Business", + "question_key":"vintage_in_current_biz", + "place_holder":"Enter in years", + "type":"1", + "api_properties":null, + "answers":null, + "is_repeatable":null, + "field_type":"num", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Current vintage Required", + "value":null + } + ], + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"total_work_exp", + "expression":"(total_work_exp > vintage_in_current_biz)", + "value_keys":[ + "total_work_exp", + "vintage_in_current_biz" + ], + "questions":[ + { + "question_key":"previous_experience_details", + "question":"Previous Experience Details", + "place_holder":"Enter text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "parent_question_key":"vintage_in_current_biz", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Previous Experience Required", + "value":null + } + ] + } + ] + } + ] + } + ] + }, + { + "question":"Total Work Experience", + "question_key":"total_work_exp", + "place_holder":"Enter in years", + "type":"1", + "api_properties":null, + "answers":null, + "is_repeatable":null, + "field_type":"num", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Total experience Required", + "value":null + } + ], + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"total_work_exp", + "expression":"(total_work_exp > vintage_in_current_biz)", + "value_keys":[ + "total_work_exp", + "vintage_in_current_biz" + ], + "questions":[ + { + "question":"Previous Experience Details", + "question_key":"previous_experience_details", + "place_holder":"Enter text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "parent_question_key":"total_work_exp", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Previous Experience Required", + "value":null + } + ] + } + ] + } + ] + } + ] + }, + { + "question":"Started Business (Yes / No)", + "question_key":"started_biz", + "type":"2", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, + { + "answer_id":"No", + "answer":"No" + } + ], + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + }, + { + "question":"Name of the Company", + "question_key":"company_name", + "place_holder":"Enter text", + "type":"3", + "api_properties":{ + "api":"getCompanyListForSMCList", + "api_method":"POST", + "params":{"records":{ + "pd_id":"VAR_PD_ID", + "random_string":"VAR_RANDOM_STRING" + }}, + "fields":[ + "company_id", + "borrower_name" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Company Name Required", + "value":null + } + ] + } + ], + "is_repeatable":"1", + "group_title":"Details of Key Stakeholders in the Business", + "group_key":"key_stakeholders" + } + ] + } \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/6.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/6.json new file mode 100644 index 000000000..0ddf792a8 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/6.json @@ -0,0 +1,125 @@ +{ + "section_id":"6", + "section_name":"Key Products and Business Contribution", + "onsubmit":[], + "questions":[ + { + "question":[ + { + "question":"Key Product Name", + "question_key":"product_name", + "place_holder":"Enter text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ] + }, + { + "question":"Contribution to Business of the Product (%)", + "question_key":"contribution_business_product", + "place_holder":"Enter number", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"num", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + }, + { + "name":"max", + "validator":"100", + "isactive":"1", + "message":"Number must be less than 100", + "value":null + } + ] + }, + { + "question":"Remarks if any", + "question_key":"remarks", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + ], + "onchange_properties":null + }, + { + "question":"Name of the Company", + "question_key":"company_name", + "place_holder":"Enter text", + "type":"3", + "api_properties":{ + "api":"getCompanyListForSMCList", + "api_method":"POST", + "params":{"records":{ + "pd_id":"VAR_PD_ID", + "random_string":"VAR_RANDOM_STRING" + }}, + "fields":[ + "company_id", + "borrower_name" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Company Name Required", + "value":null + } + ] + } + ], + "is_repeatable":"1", + "group_title":"Key Products and Business Contribution", + "group_key":"key_products_contribution" + }, + { + "question":"Business Process Brief", + "question_key":"business_process", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ], + "onchange_properties":null + } + ] + } \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/7.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/7.json new file mode 100644 index 000000000..129263e29 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/7.json @@ -0,0 +1,138 @@ +{ + "section_id":"7", + "section_name":"Employee Strength", + "onsubmit":[], + "questions":[ + { + "question":"Permanent Employees", + "sub_title":"No of Employees (As per person met)", + "question_key":"permanant_employees_person_met", + "place_holder":"Enter the number", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"num", + "field_width":"45", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ] + }, + { + "question":"Temporary Employees", + "question_key":"temporary_employees_person_met", + "place_holder":"Enter the number", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"num", + "field_width":"45", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ] + }, + { + "question":"Permanent Employees", + "sub_title":"No of Employees (Sighted by Credit Manager)", + "question_key":"permanant_employees_cm", + "place_holder":"Enter the number", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"num", + "field_width":"45", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ] + }, + { + "question":"Temporary Employees", + "question_key":"temporary_employees_cm", + "place_holder":"Enter the number", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"num", + "field_width":"45", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ] + }, + { + "question":"Permanent Employees", + "sub_title":"Approximate Salary Paid (Rs Per Month)", + "question_key":"permanant_employees_salary", + "place_holder":"Enter the number", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"numtoword", + "field_width":"45", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ] + }, + { + "question":"Temporary Employees", + "question_key":"temporary_employees_salary", + "place_holder":"Enter the number", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"numtoword", + "field_width":"45", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required", + "value":null + } + ] + } + + ] + + } \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/8.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/8.json new file mode 100644 index 000000000..b0d3cb467 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/8.json @@ -0,0 +1,697 @@ +{ + "section_id":"8", + "section_name":"Business Assets", + "onsubmit":null, + "questions":[ + { + "question":" Is this the business address?", + "question_key":"is_business_address", + "type":"2", + "field_width":"100", + "answers":[{ + "answer":"Yes", + "answer_id":"Yes" + }, + { + "answer":"No", + "answer_id":"No" + }], + "api_properties":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"is_business_address", + "expression":"(String('is_business_address') == String('Yes'))", + "value_keys":[ + "is_business_address" + ], + "questions":[ + { + "question":"No of Years", + "sub_title":"How Long has business been operated from visited premises? (Eg. If operating for 5 years and 4 months enter 5 in Years field and 4 in months field", + "question_key":"business_years", + "place_holder":"", + "field_type":"num", + "type":"1", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"is_business_address", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + }, + { + "question":"No of Months", + "question_key":"business_months", + "place_holder":"", + "field_type":"num", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"is_business_address", + "answers":null, + "validations":[ + ] + }, + { + "question":"Was any business activities seen during visit?", + "question_key":"business_is_pd_visited", + "place_holder":"", + "type":"2", + "field_width":"45", + "api_properties":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"business_is_pd_visited", + "expression":"(String('business_is_pd_visited') != String('')) && (String('is_business_address') == String('Yes'))", + "value_keys":[ + "business_is_pd_visited", + "is_business_address" + ], + "questions":[ + { + "question":"Remarks", + "question_key":"business_pd_visited_remark", + "place_holder":"", + "field_type":"string", + "type":"7", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"business_is_pd_visited", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + } + ] + } + ]}], + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"is_business_address", + "answers":[{ + "answer":"Yes", + "answer_id":"Yes" + }, + { + "answer":"No", + "answer_id":"No" + }], + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + }, + { + "question":"Ownership type", + "question_key":"business_ownership_type", + "place_holder":"", + "type":"2", + "field_width":"100", + "api_properties":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"business_ownership_type", + "expression":"(String('business_ownership_type') == String('Owned')) && (String('is_business_address') == String('Yes'))", + "value_keys":[ + "business_ownership_type", + "is_business_address" + ], + "questions":[ + { + "question":"Approximate Market value", + "question_key":"business_approximate_market_value", + "place_holder":"", + "field_type":"numtoword", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"business_ownership_type", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + }, + { + "question":"Factory owned by", + "question_key":"business_name_of_the_owner", + "type":"3", + "field_width":"45", + "api_properties": + { + "purpose":"answer_options_local", + "master_name":"pd_applicants", + "fields":["pd_co_applicant_id","applicant_name"] + }, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"business_ownership_type", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + }, + { + "question":"Age of asset in years", + "question_key":"business_vintage", + "place_holder":"", + "field_type":"num", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"business_ownership_type", + "answers":null, + "validations":[ + ] + }, + { + "question":"Purchase year", + "question_key":"business_purchase_year", + "place_holder":"", + "field_type":"num", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"business_ownership_type", + "answers":null, + "validations":[ + ] + } + , + { + "question":"Is there a Loan Existing against this asset", + "question_key":"business_emi", + "type":"2", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"business_ownership_type", + "answers":[ + { + "answer":"Yes", + "answer_id":"Yes" + }, + { + "answer":"No", + "answer_id":"No" + } + ], + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + } + ] + } + ] + }, + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"business_ownership_type", + "expression":"(String('business_ownership_type') == String('Rented')) && (String('is_business_address') == String('Yes'))", + "value_keys":[ + "business_ownership_type", + "is_business_address" + ], + "questions":[ + { + "question":"Monthly Rent Amount", + "question_key":"business_monthly_rented_amt", + "place_holder":"", + "field_type":"numtoword", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"business_ownership_type", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + } + ] + } + ] + } + ], + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"is_business_address", + "answers":[ + { + "answer":"Owned", + "answer_id":"Owned" + }, + { + "answer":"Rented", + "answer_id":"Rented" + } + ], + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + } + + + + ] + } + ] + } + ], + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Is there any other business asset available?", + "question_key":"asset_info_available", + "type":"2", + "field_width":"45", + "api_properties":null, + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"asset_info_available", + "expression":"(String('asset_info_available') == String('Yes'))", + "value_keys":[ + "asset_info_available" + ], + "questions":[ + { + "question":[{ + "question":"Asset Type", + "question_key":"business_assets_mode", + "type":"3", + "field_width":"45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"ASSETTYPE" + }, + "fields":[ + "id", + "name" + ] + }, + "onchange_properties":null, + "is_repeatable":null, + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + }, + { + "question":"Description", + "question_key":"other_asset_description", + "type":"7", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + }, + { + "question":"Ownership type", + "question_key":"business_ownership_type", + "place_holder":"", + "type":"2", + "field_width":"100", + "api_properties":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"business_ownership_type", + "expression":"(String('business_ownership_type') == String('Owned'))", + "value_keys":[ + "business_ownership_type" + ], + "questions":[ + { + "question":"Approximate Market value", + "question_key":"business_approximate_market_value", + "place_holder":"", + "field_type":"numtoword", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"business_ownership_type", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + }, + { + "question":"Factory owned by", + "question_key":"business_name_of_the_owner", + "type":"3", + "field_width":"45", + "api_properties": + { + "purpose":"answer_options_local", + "master_name":"pd_applicants", + "fields":["pd_co_applicant_id","applicant_name"] + }, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"business_ownership_type", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + }, + { + "question":"Age of asset in years", + "question_key":"business_vintage", + "place_holder":"", + "field_type":"num", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":[ + { + "purpose":"answer_value", + "expression":"(function(){let current_year = new Date().getFullYear(); return current_year-Number(business_vintage)}())", + "value_keys":[ + "business_vintage" + ], + "insert_control":"business_purchase_year" + } + ], + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"business_ownership_type", + "answers":null, + "validations":[ + + ] + }, + { + "question":"Purchase year", + "question_key":"business_purchase_year", + "place_holder":"", + "field_type":"num", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":[ + { + "purpose":"answer_value", + "expression":"(function(){let current_year = new Date().getFullYear(); return current_year-Number(business_purchase_year)}())", + "value_keys":[ + "business_purchase_year" + ], + "insert_control":"business_vintage" + } + ], + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"business_ownership_type", + "answers":null, + "validations":[ + + ] + } + , + { + "question":"Is there a Loan Existing against this asset", + "question_key":"business_emi", + "type":"2", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"business_ownership_type", + "answers":[ + { + "answer":"Yes", + "answer_id":"Yes" + }, + { + "answer":"No", + "answer_id":"No" + } + ], + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + } + ] + } + ] + }, + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"business_ownership_type", + "expression":"(String('business_ownership_type') == String('Rented'))", + "value_keys":[ + "business_ownership_type" + ], + "questions":[ + { + "question":"Monthly Rent Amount", + "question_key":"business_monthly_rented_amt", + "place_holder":"", + "field_type":"numtoword", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"business_ownership_type", + "answers":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + } + ] + } + ] + } + ], + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"is_business_address", + "answers":[ + { + "answer":"Owned", + "answer_id":"Owned" + }, + { + "answer":"Rented", + "answer_id":"Rented" + } + ], + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + }, + { + "question":"Name of the Company", + "question_key":"company_name", + "place_holder":"Enter text", + "type":"3", + "api_properties":{ + "api":"getCompanyListForSMCList", + "api_method":"POST", + "params":{"records":{ + "pd_id":"VAR_PD_ID", + "random_string":"VAR_RANDOM_STRING" + }}, + "fields":[ + "company_id", + "borrower_name" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Company Name Required", + "value":null + } + ] + }], + "is_repeatable":"1", + "group_title":"Business Asset Details", + "group_key":"business_assets_details" + } + + ] + } + ] + }], + "is_repeatable":null, + "answers":[{ + "answer":"Yes", + "answer_id":"Yes" + }, + { + "answer":"No", + "answer_id":"No" + }], + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field required", + "value":null + } + ] + } + + + + ] + } + \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/9.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/9.json new file mode 100644 index 000000000..f47f4bab0 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/WCTL/9.json @@ -0,0 +1,108 @@ +{ + "section_id": "9", + "section_name": "Business and Personal Banking Details", + "onsubmit": [], + "questions": [ + { + "question": [ + { + "question": "Business Account holder name", + "question_key": "applicant_name", + "type": "1", + "api_properties": { + "purpose": "answer_options_local", + "master_name": "pd_applicants", + "fields": [ + "pd_co_applicant_id", + "applicant_name" + ] + }, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "string", + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Required", + "value": null + } + ] + }, + { + "question": "Bank Name", + "question_key": "bank_name", + "type": "1", + "field_width": "45", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Field Required", + "value": null + } + ] + }, + { + "question": "Business Account type", + "question_key": "account_type", + "type": "1", + "field_width": "45", + "api_properties": { + "api": "getListOfMaster", + "api_method": "POST", + "params": { + "master_name": "ACCOUNTTYPE" + }, + "fields": [ + "bt_lender_list_id", + "lender_name" + ] + }, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Field Required", + "value": null + } + ] + }, + { + "question": "OD/CC Limit", + "question_key": "cc_limit", + "type": "1", + "field_width": "45", + "field_type": "num", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Field Required", + "value": null + } + ] + } + ], + "is_repeatable": "1", + "group_title": "Banking Details", + "group_key": "banking_details" + } + ] +} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/all/1.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/all/1.json new file mode 100644 index 000000000..a2857c1ff --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/all/1.json @@ -0,0 +1,315 @@ +{ + "section_id":"1", + "section_name":"Borrower & Guarantor Details", + "onsubmit":null, + "questions":[ + { + "question":[{ + "question":"Borrower Type", + "question_key":"borrower_type", + "type":"1", + "field_width":"100", + "answers":null, + "api_properties":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"relationship", + "expression":"(String('borrower_type').toLowerCase() != String('guarantor'))", + "value_keys":[ + "borrower_type" + ], + "questions":[ + { + "question":"Numbers of years for which the business has been running", + "question_key":"numbers_of_years_business_running", + "type":"1", + "field_width":"45", + "field_type":"num", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_subfield":"1", + "parent_question_key":"entity_type", + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + } + ] + } + ] + }, + { + "purpose":"validations", + "validations":[{ + "value_keys":["borrower_type"], + "value":"(String('borrower_type').toLowerCase() != String('guarantor'))", + "validation_to":"borrower_age", + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required" + }]} + ], + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Name", + "question_key":"borrower_name", + "type":"1", + "field_width":"100", + "onchange_properties":null, + "api_properties":null, + "answers":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "questions_level_two":[ + { + "question":"Mobile Number", + "question_key":"mobile_no", + "type":"1", + "field_type":"num", + "field_width":"100", + "onchange_properties":null, + "api_properties":null, + "answers":null, + "is_repeatable":null, + "validations":[ + { + "name":"pattern", + "isactive":"1", + "validator":"[0-9]{10}", + "message":"Mobile number should be 10 digit", + "value":null + } + ] + } + ], + "is_repeatable":"2", + "group_key":"mobile_numbers", + "group_title":"Mobile Number" + }, + { + "question":"Entity Type", + "question_key":"entity_type", + "type":"1", + "field_width":"100", + "api_properties":null, + "answers":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"relationship", + "expression":"(String('entity_type').toLowerCase() == String('individual'))", + "value_keys":[ + "entity_type" + ], + "questions":[ + { + "question":"Age", + "question_key":"borrower_age", + "type":"1", + "field_type":"num", + "field_width":"50", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_subfield":"1", + "parent_question_key":"entity_type", + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + } + ]}, + { + "insert_index":"relationship", + "expression":"(String('entity_type').toLowerCase() == String('individual'))", + "value_keys":[ + "entity_type" + ], + "questions":[ + { + "question":"Met / Not Met", + "question_key":"borrower_met", + "type":"2", + + "field_width":"20", + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, + { + "answer_id":"No", + "answer":"No" + } + ], + "onchange_properties":null, + "is_subfield":"1", + "parent_question_key":"entity_type", + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + } + ] + } + + ] + }, + { + "purpose":"question_label", + "expression":"(function () {let label= '';(String('entity_type').toLowerCase().includes('individual')) ? label= 'Number of years the borrower has been in this business.' : label = 'Number of years for which the business has been running';return label}())", + "value_keys":[ + "entity_type" + ], + "insert_control":"numbers_of_years_business_running" + }, + { + "purpose":"validations", + "validations":[{ + "value_keys":["borrower_type"], + "value":"(String('borrower_type').toLowerCase() != String('guarantor'))", + "validation_to":"borrower_age", + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Required" + }]} + ], + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Designation", + "question_key":"designation", + "type":"1", + "field_width":"100", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Relationship to", + "question_key":"relationship_to", + "type":"1", + "field_width":"100", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Relationship", + "question_key":"relationship", + "type":"1", + "field_width":"100", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + } + + + + ], + "is_repeatable":"1", + "group_key":"borrower_details", + "group_title":"Borrower Details"}, + { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + ] +} diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/all/10.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/all/10.json new file mode 100644 index 000000000..32ee81029 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/all/10.json @@ -0,0 +1,447 @@ +{ + "section_id":"3", + "section_name":"Loan details", + "onsubmit":null, + "questions":[ + { + "question":"Loan amount applied for ?", + "question_key":"loan_amount", + "type":"1", + "field_type":"numtoword", + "field_width":"65", + "answers":null, + "api_properties":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"total_fund_requirement", + "expression":" typeof(total_fund_requirement) == 'number' && (Number(total_fund_requirement) < Number(loan_amount))", + "value_keys":[ + "total_fund_requirement","loan_amount" + ], + "questions":[ + { + "question":"Remarks on source of funds for balance amount required", + "question_key":"remarks_fund_source_balance", + "place_holder":"", + "field_type":"string", + "type":"1", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"total_fund_requirement", + "answers":null, + "validations":[ + + ] + } + ] + }] + } + ], + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Loan Tenure applied for ?", + "question_key":"loan_tenure", + "type":"1", + "field_type":"num", + "field_width":"25", + "onchange_properties": null, + "api_properties":null, + "answers":null, + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Sub Product", + "question_key":"sub_product", + "type":"3", + "field_width":"65", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"SUBPRODUCTS" + }, + "fields":[ + "subproduct_id", + "name" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"What is the end use", + "question_key":"end_use", + "type":"4", + "field_width":"65", + "api_properties":{ + "api":"getEndUseOfLoan", + "api_method":"POST", + "params":{ + "master_name":null + }, + "fields":["enduse_of_loan_id","enduse_of_loan"] + }, + + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Is there a balance transfer?", + "question_key":"balance_transfer", + "type":"3", + "field_width":"65", + "api_properties": null, + "answers": [ { + "answer_id":"yes", + "answer":"Yes" + }, + { + "answer_id":"no", + "answer":"No" + }], + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"EMI Amount comfortable paying", + "question_key":"emi_amount", + "type":"1", + "field_type":"numtoword", + "field_width":"65", + "answers":null, + "api_properties":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"total_fund_requirement", + "expression":" typeof(total_fund_requirement) == 'number' && (Number(total_fund_requirement) < Number(loan_amount))", + "value_keys":[ + "total_fund_requirement","loan_amount" + ], + "questions":[ + + ] + }] + } + ], + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Type of Property", + "question_key":"is_transfer", + "type":"3", + "sub_title":"Details of Property being Mortgaged", + "field_width":"55", + "api_properties":null, + "answers":[ + + { + "answer_id":"clinic", + "answer":"Clinic" + },{ + "answer_id":"factory", + "answer":"Factory" + },{ + "answer_id":"industrial_shed", + "answer":"Industrial Shed" + }, + { + "answer_id":"office_in_business_centre", + "answer":"Office in Business Centre" + }, { + "answer_id":"residence_cum_office", + "answer":"Residence cum Office" + },{ + "answer_id":"shared_office", + "answer":"Shared Office" + },{ + "answer_id":"warehouse_godown", + "answer":"Warehouse / Godown" + },{ + "answer_id":"workshop", + "answer":"Workshop" + },{ + "answer_id":"Others", + "answer":"Others" + } + + ], + + "onchange_properties": [ { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"is_transfer", + "expression":"(String('is_transfer') == String('Others'))", + "value_keys":[ + "is_transfer" + ], + "questions":[ + { + "question_key": "specify_type_of_properties", + "question": "Specify Type Of Properties", + "place_holder": "Enter the text", + "type": "1", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "field_width":"45", + "validations": [ + + ] + } + ] + }] + + + + } + + ], + "is_repeatable":null, + "validations":[ + + ] + }, + + { + "question":"Name of Owner", + "question_key":"owner_name", + "type":"4", + "field_width":"100", + "api_properties": + { + "purpose":"answer_options_local", + "master_name":"pd_applicants", + "fields":["pd_co_applicant_id","applicant_name"] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Status of Construction", + "question_key":"status_of_construction", + "type":"3", + "field_width":"45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"STATUSOFCONSTRUCTION" + }, + "fields":[ + "id", + "name" + ] + }, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }, + + { + "question":"Estimated market value as per customer", + "question_key":"estimated_market_value_as_per_customer", + "place_holder":"", + "field_type":"numtoword", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers":null, + "validations":[ + + ] + }, + { + "question":"Address of the proposed Property", + "question_key":"address_of_property", + "place_holder":"", + "field_type":"text", + "type":"1", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers":null, + "validations":[ + + ] + }, + { + "question": "State", + "question_key": "state", + "type": "3", + "answers": null, + "field_width":"45", + "api_properties": { + "api": "getListOfMaster", + "api_method": "POST", + "params": { + "master_name": "STATE" + }, + "fields": [ + "state_id", + "name" + ] + }, + "onchange_properties": [ + { + "purpose": "api", + "api": "getListOfStatesAndCities", + "api_method": "POST", + "params": "{records:{state_id:'value_of_answer'}}", + "fields": [ + "state_id", + "name" + ], + "local_variable": "local_city" + } + ], + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "State Required", + "value": null + } + ] + }, + { + "question": "City", + "question_key": "city", + "type": "3", + "answers": null, + "field_width":"45", + "api_properties": "local_city", + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "CIty Required", + "value": null + } + ] + }, + { + "question": "Pincode", + "question_key": "pincode", + "type": "3", + "answers": null, + "field_width":"45", + "api_properties": "local_pincode", + "onchange_properties": [ + { + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "pincode", + "expression": "(pincode == 1)", + "value_keys": [ + "pincode" + ], + "questions": [ + { + "question_key": "pincode_others", + "question": "Specify the Pincode", + "place_holder": "Enter the Pincode", + "type": "1", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "num", + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Pincode is Required", + "value": null + }, + { + "name": "pattern", + "isactive": "1", + "validator": "[0-9]{6}", + "message": "Pincode should be 6 digit", + "value": null + } + ] + } + ] + } + ] + } + ], + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Pincode Required", + "value": null + } + ] + },{ + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] +} + + + ] + } + \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/all/12.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/all/12.json new file mode 100644 index 000000000..6ea1a61f9 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/all/12.json @@ -0,0 +1,764 @@ +{ + "section_id": "4", + "section_name": "Employement Information", + "onsubmit": null, + "questions": [ + + + + { + "question": "Name of Employer*", + "question_key": "name_of_employer", + "type": "3", + "disable":false, + "field_width": "35", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Field Required", + "value": null + } + ] + }, + { + "question": "Company profile in brief", + "question_key": "company_profile_in_brief", + "type": "7", + "disable":false, + "field_width": "100", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Field Required", + "value": null + } + ] + }, + { + "question": "Since how long working with this employer?", + "question_key": "since_how_long_working_with_this_employer?", + "field_type":"null", + "sub_title":"Since how long working with this employer?", + "disable":false, + "field_width": "100", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [] + }, + { + "question": "Year*", + "question_key": "year", + "type": "1", + "field_type":"num", + + "disable":false, + "field_width": "25", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Field Required", + "value": null + } + ] + }, + { + "question": "Month", + "question_key": "month", + "type": "1", + "disable":false, + "field_type":"num", + "field_width": "25", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Field Required", + "value": null + } + ] + }, + { + "question": "Total Work Experience", + "question_key": "total_work_experience", + "type": "1", + "disable":false, + "field_width": "25", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Field Required", + "value": null + } + ] + }, + { + "question":"Was the employee met?", + "question_key":"was_the_employee_met", + "type":"3", + "field_width":"45", + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, + { + "answer_id":"No", + "answer":"No" + } + ], + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"was_the_employee_met", + "expression":"(String('was_the_employee_met') == String('Yes'))", + "value_keys":[ + "was_the_employee_met" + ], + "questions":[ + { + "question":"Name of the Person met", + "question_key":"name_of_the_person_met", + "place_holder":"", + "field_type":"text", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"was_the_employee_met", + "answers":null, + "validations":[ + ] + },{ + "question":"Designation of Person met", + "question_key":"designation_of_person_met", + "place_holder":"", + "field_type":"text", + "type":"3", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Was_the_employee_met", + "answers":null, + "validations":[ + ] + },{ + "question":"Photograph of 'Photo ID card of the Employee/Manager'", + "question_key":"photograph", + "place_holder":"", + "field_type":"text", + "type":"3", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Was_the_employee_met", + "answers":null, + "validations":[ + ] + },{ + "question":"Employer's/Manager's Company ID card / Visiting card provided?", + "question_key":"visiting_card_provided", + "place_holder":"", + "field_type":"text", + "type":"3", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"was_the_employee_met", + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, + { + "answer_id":"No", + "answer":"No" + } + ], + "validations":[ + ] + }] + }] + + }], + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Salary Amount confirmed?", + "question_key":"salary_amount_confirmed", + "type":"3", + "field_width":"45", + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, + { + "answer_id":"No", + "answer":"No" + } + ], + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"salary_amount_confirmed", + "expression":"(String('salary_amount_confirmed') == String('No'))", + "value_keys":[ + "salary_amount_confirmed" + ], + "questions":[ + { + "question":"why salary amount was not confirmed", + "question_key":"why_salary_amount_was_not_confirmed", + "place_holder":"why salary amount was not confirmed", + "field_type":"text", + "type":"7", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"salary_amount_confirmed", + "answers":null, + "validations":[ + ] + + }] + }] + }], + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Attendance register seen?", + "question_key":"attendance_register_seen", + "type":"3", + "field_width":"45", + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"yes" + }, + { + "answer_id":"No", + "answer":"no" + } + ], + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Salary register seen?", + "question_key":"salary_register_seen", + "type":"3", + "field_width":"45", + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"yes" + }, + { + "answer_id":"No", + "answer":"no" + } + ], + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Cash Voucher", + "question_key":"cash_voucher", + "type":"3", + "field_width":"45", + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"yes" + }, + { + "answer_id":"No", + "answer":"no" + } + ], + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Salary Certificate", + "question_key":"salary_certificate", + "type":"3", + "field_width":"45", + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"yes" + }, + { + "answer_id":"No", + "answer":"no" + } + ], + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Salary Slip", + "question_key":"salary_slip", + "type":"3", + "field_width":"45", + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"yes" + }, + { + "answer_id":"No", + "answer":"no" + } + ], + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Others please specify", + "question_key":"others_please_specify", + "type":"3", + "field_width":"45", + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, + { + "answer_id":"No", + "answer":"No" + } + ], + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"others_please_specify", + "expression":"(String('others_please_specify') == String('Yes'))", + "value_keys":[ + "others_please_specify" + ], + "questions":[ + { + "question":"Specify the Document", + "question_key":"specify_the_document", + "type":"1", + "field_width":"45", + "api_properties":null, + "parent_question_key":"others_please_specify", + "answers":[ + + ], + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"others_please_specify", + "expression":"(String('others_please_specify') == String('No'))", + "value_keys":[ + "others_please_specify" + ], + "questions":[ + { + "question":"Why Documents are not available?", + "question_key":"why_documents_are_not_available", + "place_holder":"", + "field_type":"text", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"others_please_specify", + "answers":null, + "validations":[ + ] + }] + }] + + }], + "is_repeatable":null, + "validations":[ + + ] + }, + + { + "question":"Mode of getting salary", + "question_key":"mode_of_getting_salary", + "type":"3", + "field_width":"65", + "api_properties":null, + "answers":[ + { + "answer":"Bank Transfer", + "answer_id":"Bank_Transfer" + }, + { + "answer":"Paid in Cash", + "answer_id":"Paid_in_Cash" + }, + { + "answer":"Both Bank Transfer & Cash", + "answer_id":"Both_Bank_Transfer_and _Cash" + } + ], + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }, { + "question": "Salary Details", + "question_key": "salary_details", + "field_type":null, + "sub_title":"Salary Details", + "disable":false, + "field_width": "100", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [] + }, + { + "question": "Date of Salary", + "question_key": "date_of_salary", + "field_type":null, + "sub_title":"Date of Salary", + "disable":false, + "field_width": "100", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [] + }, + { + "question":"From", + "question_key":"from", + "type":"3", + + "field_width":"45", + "api_properties":null, + "answers":[ + { + "answer":"Bank Transfer", + "answer_id":"Bank_Transfer" + }, + { + "answer":"Paid in Cash", + "answer_id":"Paid_in_Cash" + }, + { + "answer":"Both Bank Transfer & Cash", + "answer_id":"Both_Bank_Transfer_and _Cash" + } + ], + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"To", + "question_key":"to", + "type":"3", + "field_width":"45", + "api_properties":null, + "answers":[ + { + "answer":"Bank Transfer", + "answer_id":"Bank_Transfer" + }, + { + "answer":"Paid in Cash", + "answer_id":"Paid_in_Cash" + }, + { + "answer":"Both Bank Transfer & Cash", + "answer_id":"Both_Bank_Transfer_and _Cash" + } + ], + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }, { + "question":"Has salary been paid regularly in last 3 months", + "question_key":"has_salary_been_paid_regularly_in_last_3_months", + "type":"3", + "field_width":"65", + "api_properties":null, + "answers":[ + { + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + } + + ], + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Gross Monthly Salary", + "question_key":"gross_monthly_salary", + "type":"1", + "field_type":"numtoword", + "field_width":"65", + "api_properties":null, + "answers":[ + ], + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Net Monthly Salary", + "question_key":"net_monthly_salary", + "type":"1", + "field_width":"65", + "field_type":"numtoword", + "api_properties":null, + "answers":[ + + ], + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question":"Bounce or incentive*", + "question_key":"bounce_or_incentive", + "type":"1", + "field_type":"numtoword", + "field_width":"65", + "api_properties":null, + "answers":[ + + ], + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }, { + "question": "Bonus Frequency", + "question_key": "bonus_frequency", + "type": "3", + "field_width": "45", + "api_properties": null, + "answers": [ + { + "answer": "Daily", + "answer_id": "Daily" + }, + { + "answer": "Every 12 days", + "answer_id": "Every_12_days" + }, + { + "answer": " Every 15 days", + "answer_id": " Every_15_days" + }, + { + "answer": " Every 3 months", + "answer_id": " Every_3_months" + }, + { + "answer": " Every 6 month", + "answer_id": " Every_6_month" + }, + { + "answer": " Monthly", + "answer_id": "Monthly" + }, + { + "answer": " Yearly", + "answer_id": "Yearly" + } + ], + "onchange_properties": [ + ], + "is_repeatable": null, + "validations": [ + + ] + }, + { + "question": "Type of Bonus", + "question_key": "type_of_bonus", + "type": "3", + "field_width": "45", + "api_properties": null, + "answers": [ + { + "answer": "Fixed", + "answer_id": "Fixed" + }, + { + "answer": "Variable depending on performance", + "answer_id": "Variable_depending_on_performance" + }, + { + "answer": " Others", + "answer_id": "Others" + } + + ], + "onchange_properties": [ + ], + "is_repeatable": null, + "validations": [ + + ] + },{ + "question":"ID card issued by the Company seen?*", + "question_key":"id_card_issued_by_the_company_seen", + "type":"3", + "field_width":"45", + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, + { + "answer_id":"No", + "answer":"No" + } + ], + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"id_card_issued_by_the_company_seen", + "expression":"(String('id_card_issued_by_the_company_seen') == String('No'))", + "value_keys":[ + "id_card_issued_by_the_company_seen" + ], + "questions":[ + { + "question_key": "common_remarks", + "question": "Remarks", + "place_holder": "Enter the text", + "type": "7", + "disable":false, + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "string", + "field_width": "45", + "validations": [] + }] + }] + }], + "is_repeatable":null, + "validations":[ + + ] + } + + + ] +} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/all/13.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/all/13.json new file mode 100644 index 000000000..4fbfbe025 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/all/13.json @@ -0,0 +1,330 @@ +{ + "section_id": "13", + "section_name": "Stock details", + "onsubmit": [], + "questions": [ + { + "question": "Is stock applicable to the business (Yes / No)", + "question_key": "stock_info_available", + "type": "2", + "field_width": "45", + "api_properties": null, + "onchange_properties": [ + { + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "stock_info_available", + "expression": "(String('stock_info_available') == String('No'))", + "value_keys": [ + "stock_info_available" + ], + "questions": [ + { + "question": "Reason", + "question_key": "stock_not_available_reason", + "type": "7", + "field_width": "100", + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "is_subfield": "1", + "parent_question_key": "stock_info_available", + "answers": null, + "validations": [ + + ] + } + ] + } + ] + }, + { + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "stock_info_available", + "expression": "(String('stock_info_available') == String('Yes'))", + "value_keys": [ + "stock_info_available" + ], + "questions":[ + { + "question": "Is the stock of finished goods observed, sufficient considering the size of operations", + "question_key": "estimated_uom", + "type": "3", + "field_width": "100", + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "is_subfield": "1", + "parent_question_key": "stock_info_available", + "answers": [ + { + "answer": "Yes", + "answer_id": "yes" + }, + { + "answer": "No", + "answer_id": "no" + }, + { + "answer": "Stock not required to be maintained", + "answer_id": "not applicable" + } + ], + "validations": [ + + ] + } + ] + }, + { + "insert_index": "stock_info_available", + "expression": "(String('stock_info_available') == String('Yes'))", + "value_keys": [ + "stock_info_available" + ], + "questions": [ + { + "question": [ + { + "question": "Type of Stock", + "question_key": "stock_type", + "type": "3", + "field_width": "100", + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "is_subfield": "1", + "parent_question_key": "stock_info_available", + "answers": [ + { + "answer": "RM", + "answer_id": "RM" + }, + { + "answer": "FG", + "answer_id": "FG" + }, + { + "answer": "SFG", + "answer_id": "SFG" + } + ], + "validations": [ + + ] + }, + { + "question": "Name of trading goods/manufacturing goods (raw material/finished goods)/ Service Provided", + "question_key": "provider_name", + "place_holder": "Enter text", + "type": "1", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "string", + "validations": [ + + ] + }, + { + "question": "Stock", + "question_key": "provider_observed", + "type": "3", + "api_properties": null, + "answers": [ + { + "answer": "Add Stock Details", + "answer_id": "yes" + }, + { + "answer": "No Stock Observed", + "answer_id": "no" + } + ], + "is_repeatable": null, + "validations": [ + + ], + "onchange_properties": [ + { + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "provider_observed", + "expression": "(String('provider_observed') === String('yes'))", + "value_keys": [ + "provider_observed" + ], + "questions": [ + { + "question": "Estimated Quantity", + "question_key": "estimated_quantity", + "type": "1", + "field_width": "100", + "field_type": "num", + "api_properties": null, + "onchange_properties": [ + { + "purpose": "validations", + "validations": [ + + { + "name": "required", + "isactive": "1", + "validator": "", + "message": "Either Estimated Stock value or Estimated Quantity is required", + "value": "(String('estimated_quantity') === String(''))", + "validation_to": "estimated_stock_value", + "value_keys": [ + "estimated_quantity", + "estimated_stock_value" + ] + } + ] + } + ], + "is_repeatable": null, + "is_subfield": "1", + "parent_question_key": "provider_observed", + "answers": null, + "validations": [ + + ] + }, + { + "question": "UOM", + "question_key": "estimated_uom", + "type": "3", + "field_width": "100", + "api_properties": { + "api": "getListOfMaster", + "api_method": "POST", + "params": { + "master_name": "UOM" + }, + "fields": [ + "uom_id", + "name" + ] + }, + "onchange_properties": null, + "is_repeatable": null, + "is_subfield": "1", + "parent_question_key": "provider_observed", + "answers": null, + "validations": [ + ] + }, + { + "question": "Estimated value of stock observed", + "question_key": "estimated_stock_value", + "type": "1", + "field_type": "numtoword", + "field_width": "100", + "api_properties": null, + "onchange_properties": [ + { + "purpose": "validations", + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "", + "message": "Either Estimated Stock value or Estimated Quantity is required", + "value": "(String('estimated_stock_value') === String(''))", + "validation_to": "estimated_quantity", + "value_keys": [ + "estimated_stock_value" + ] + } + ] + } + ], + "is_repeatable": null, + "is_subfield": "1", + "parent_question_key": "provider_observed", + "answers": null, + "validations": [] + } + ] + } + ] + } + ] + }, + { + "question":"Name of the Company", + "question_key":"company_name", + "place_holder":"Enter text", + "type":"3", + "api_properties":{ + "api":"getCompanyListForSMCList", + "api_method":"POST", + "params":{"records":{ + "pd_id":"VAR_PD_ID", + "random_string":"VAR_RANDOM_STRING" + }}, + "fields":[ + "company_id", + "borrower_name" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Company Name Required", + "value":null + } + ] + } + ], + "is_repeatable": "1", + "group_title": "Stock details", + "group_key": "stock_details" + } + ] + } + ] + } + ], + "is_repeatable": null, + "answers": [ + { + "answer": "Yes", + "answer_id": "Yes" + }, + { + "answer": "No", + "answer_id": "No" + } + ], + "validations": [ + + ] + }, + { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + ] +} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/all/19.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/all/19.json new file mode 100644 index 000000000..ff3a31974 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/all/19.json @@ -0,0 +1,218 @@ +{ + "section_id": "10", + "section_name": "Neighbourhood", + "onsubmit": null, + "questions": [ + { + "question":[ + { + "question_key": "neighbour_name", + "question": "Neighbour Name", + "place_holder": "Enter the text", + "type": "1", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "string", + "field_width": "45", + "validations": [] + }, + { + "question_key": "do_you_known_about_the_applicants_or_their_business", + "question": "Do you known about the applicants or their business?", + "place_holder": "Enter the text", + "type": "3", + "api_properties": null, + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, + { + "answer_id":"No", + "answer":"No" + } + ], + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"do_you_known_about_the_applicants_or_their_business", + "expression":"(String('do_you_known_about_the_applicants_or_their_business') == String('Yes'))", + "value_keys":[ + "do_you_known_about_the_applicants_or_their_business" + ], + "questions":[ + { + "question_key": "as_per_you_how_long_has_this_business_been_in_operation", + "question": "As per you how long has this business been in operation?", + "place_holder": "Enter the text", + "type": "3", + "api_properties": null, + "answers":[ + { + "answer_id":"Do_not_know", + "answer":"Do not know" + }, + { + "answer_id":"Do_know", + "answer":"Do know" + } + + ], + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"as_per_you_how_long_has_this_business_been_in_operation", + "expression":"(String('as_per_you_how_long_has_this_business_been_in_operation') == String('Do_know'))", + "value_keys":[ + "as_per_you_how_long_has_this_business_been_in_operation" + ], + "questions":[ + { "question":"Year", + "question_key":"year", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"as_per_you_how_long_has_this_business_been_in_operation", + "answers":null, + "validations":[ + + ] + }, + { + "question":"Month", + "question_key":"month", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"as_per_you_how_long_has_this_business_been_in_operation", + "answers":null, + "validations":[ + + ] + } ] } ] }], + "is_repeatable": null, + "field_type": "string", + "field_width": "100", + "validations": [] + }, + { + "question_key": "who_is_the_owner_of_the_organisation", + "question": "Who is the owner of the organisation?", + "place_holder": "Enter the text", + "type": "3", + "api_properties": null, + "answers":[ + { + "answer_id":"Do_not_know", + "answer":"Do not know" + }, { + "answer_id":"Do_know", + "answer":"Do know" + } + + ], + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"who_is_the_owner_of_the_organisation", + "expression":"(String('who_is_the_owner_of_the_organisation') == String('Do_know'))", + "value_keys":[ + "who_is_the_owner_of_the_organisation" + ], + "questions":[ + { + "question_key": "who_is_the_owner_of_the_organisations", + "question": "Who is the owner of the organisation?", + "type":"3", + "field_width":"45", + "api_properties": + { + "purpose":"answer_options_local", + "master_name":"pd_applicants", + "fields":["pd_co_applicant_id","applicant_name"] + }, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"who_is_the_owner_of_the_organisation", + "answers":null, + "validations":[ + + ] + } + ] } ] }], + "is_repeatable": null, + "field_type": "string", + "field_width": "100", + "validations": [] + } + ] + } ] }], + "is_repeatable": null, + "field_type": "string", + "field_width": "45", + "validations": [] + } + ], + "is_repeatable":"1", + "hidden_button":true, + "group_title":"Neighbourhood", + "group_key":"Neighbourhood" + }, + + { + "question_key": "status_of_the_check_as_per_pd_officer", + "question": "Status of the check as per PD officer?", + "place_holder": "Enter the text", + "type": "3", + "api_properties": null, + "answers":[ + { + "answer_id":"Positive", + "answer":"Positive" + }, + { + "answer_id":"Negative", + "answer":"Negative" + }, { + "answer_id":"Could_not_verify", + "answer":"Could not verify" + } + ], + "onchange_properties": null, + "is_repeatable": null, + "field_type": "string", + "field_width": "45", + "validations": [] + + },{ + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] +} + + ] +} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/all/20.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/all/20.json new file mode 100644 index 000000000..91a7eebc3 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/all/20.json @@ -0,0 +1,297 @@ +{ + "section_id":"12", + "section_name":"Final Remarks Details", + "onsubmit":null, + "questions":[ + { + "question":"Customer Behaviour", + "question_key":"Customer_Behaviour", + "place_holder":"Enter the text", + "type":"3", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"CUSTOMERBEHAVIOUR" + }, + "fields":[ + "customer_behaviour_id", + "description" + ] + }, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + }, + { + "question":"Is the location of the business / profession suited to the nature of business / service provided?", + "question_key":"location_of_the_business", + "place_holder":"Enter the text", + "type":"3", + "api_properties":null, + "answers":[{ + "answer":"Well Suited", + "answer_id":"Well Suited" + }, + { + "answer":"Fairly Suited", + "answer_id":"Fairly Suited" + },{ + "answer":"Not Suited", + "answer_id":"Not Suited" + }], + "onchange_properties":null, + "is_repeatable":null, + "sub_title":"Location", + "field_type":"string", + "field_width":"100", + "validations":[ + ] + }, + { + "question":"Personal feedback or market intelligence on the case (if any)", + "question_key":"Personal_feedback_or_market_intelligence_on_the_case", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"100", + "validations":[ + ] + }, + { + "question_key":"PD_Officers_Recommendation", + "question":"PD Officers Recommendation", + "place_holder":"Enter the text", + "type":"3", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"PDOFFICERRECOMMENDATIONS" + }, + "fields":[ + "pdofficer_recommendation_id", + "pdofficer_recommendation" + ] + }, + "answers":null, + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"PD_Officers_Recommendation", + "expression":"(String('PD_Officers_Recommendation') == String('2'))", + "value_keys":[ + "PD_Officers_Recommendation" + ], + "questions":[ + { + "question":[ + { + "question":"Reasons for marking PD status as Positive", + "question_key":"Reasons_for_marking_PD_status_as_Positive", + "type":"1", + "field_width":"100", + "onchange_properties":null, + "api_properties":null, + "answers":null, + "is_repeatable":null, + "validations":[ + + ] + } + ], + "is_repeatable":"1", + "group_key":"Reasons_for_marking_PD_status_as_Positive", + "group_title":"Reasons for marking PD status as Positive" + }] + }] + + + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"PD_Officers_Recommendation", + "expression":"(String('PD_Officers_Recommendation') == String('3'))", + "value_keys":[ + "PD_Officers_Recommendation" + ], + "questions":[ + { + "question":[ + { + "question":"Reasons for marking PD status as Negative", + "question_key":"Reasons_for_marking_PD_status_as_Negative", + "type":"1", + "field_width":"100", + "onchange_properties":null, + "api_properties":null, + "answers":null, + "is_repeatable":null, + "validations":[ + + ] + } + ], + "is_repeatable":"1", + "group_key":"Reasons_for_marking_PD_status_as_Negative", + "group_title":"Reasons for marking PD status as Negative" + }] + }] + + + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"PD_Officers_Recommendation", + "expression":"(String('PD_Officers_Recommendation') == String('1'))", + "value_keys":[ + "PD_Officers_Recommendation" + ], + "questions":[ + { + "question":"Specify PD Officers Recommendation", + "question_key":"Specify_PD_Officers_Recommendation", + "type":"1", + "field_width":"45", + "onchange_properties":null, + "api_properties":null, + "answers":null, + "is_repeatable":null, + "validations":[ + + ] + } + ] + }] + + + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"PD_Officers_Recommendation", + "expression":"(String('PD_Officers_Recommendation') == String('4'))", + "value_keys":[ + "PD_Officers_Recommendation" + ], + "questions":[ + { + "question":[ + { + "question":"Reasons for marking PD status as Refer to Credit", + "question_key":"Reasons_for_marking_PD_status_as_Refer_to_Credit", + "type":"1", + "field_width":"100", + "onchange_properties":null, + "api_properties":null, + "answers":null, + "is_repeatable":null, + "validations":[ + + ] + } + ], + "is_repeatable":"1", + "group_key":"Reasons_for_marking_PD_status_as_Refer_to_Credit", + "group_title":"Reasons for marking PD status as Refer to Credit" + }] + }] + + + +}], + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + }, { + "question_key":"Any_additional_visit_(Godown/multiple_rental_properties)", + "question":"Any additional visit (Godown /multiple rental properties)", + "place_holder":"Enter the text", + "type":"12", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"100", + "validations":[ + ] + }, { + "question":"Mode of Transport Used to Visit the PD address", + "question_key":"Mode_of_Transport_Used_to_Visit_the_PD_address", + "type":"3", + "field_width":"45", + "api_properties":null, + "answers":[ + { + "answer_id":"Two_Wheeler", + "answer":"Two Wheeler" + },{ + "answer_id":"Four_Wheeler", + "answer":" Four Wheeler" + },{ + "answer_id":"Public_Transport", + "answer":"Public Transport" + }, + { + "answer_id":"Others", + "answer":"Others" + } + + ], + "onchange_properties": [{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Mode_of_Transport_Used_to_Visit_the_PD_address", + "expression":"(String('Mode_of_Transport_Used_to_Visit_the_PD_address') == String('Others'))", + "value_keys":[ + "Mode_of_Transport_Used_to_Visit_the_PD_address" + ], + "questions":[ + { + "question":"Specify the Mode of Transport Used to Visit the PD address", + "question_key":"Specify_the_Mode_of_Transport_Used_to_Visit_the_PD_address", + "type":"1", + "field_width":"45", + "onchange_properties":null, + "api_properties":null, + "answers":null, + "is_repeatable":null, + "validations":[ + + ] + } + ] + }] + + + + }], + "is_repeatable":null, + "validations":[ + + ] + } + + + + ] + } + \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/all/24.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/all/24.json new file mode 100644 index 000000000..1c168dcd5 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/all/24.json @@ -0,0 +1,267 @@ +{ + "section_id":"11", + "section_name":"Credit Manager Queries", + "onsubmit":null, + "questions":[ + { + "question":"Is your business adversely impacted by coronavirus outbreak ?", + "question_key":"is_your_business_adversely_impacted_by_coronavirus_outbreak", + "type":"2", + "sub_title":"Covid 19 Questions", + "field_width":"100", + "api_properties":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"is_your_business_adversely_impacted_by_coronavirus_outbreak", + "expression":"(String('is_your_business_adversely_impacted_by_coronavirus_outbreak') == String('No'))", + "value_keys":[ + "is_your_business_adversely_impacted_by_coronavirus_outbreak" + ], + "questions":[ + { "question":"Enter Your Remarks", + "question_key":"enter_your_remarks", + "type":"1", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"is_your_business_adversely_impacted_by_coronavirus_outbreak", + "answers":null, + "validations":[ + + ] + } ] } ] }, + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"is_your_business_adversely_impacted_by_coronavirus_outbreak", + "expression":"(String('is_your_business_adversely_impacted_by_coronavirus_outbreak') == String('Yes'))", + "value_keys":[ + "is_your_business_adversely_impacted_by_coronavirus_outbreak" + ], + "questions":[ + { "question":"Enter Your Remarks", + "question_key":"enter_Your_Remarks", + "type":"1", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"is_your_business_adversely_impacted_by_coronavirus_outbreak", + "answers":null, + "validations":[ + + ] + } + + + + ] + } + ] + }], + "is_repeatable":null, + "answers":[{ + "answer":"Yes", + "answer_id":"Yes" + }, + { + "answer":"No", + "answer_id":"No" + }], + "validations":[ + + ] + },{ + "question":"Did you avail the loan moratorium facility on your existing loans which is extended by your bank or financial institution?", + "question_key":"your_bank_or_financial_institution", + "type":"2", + "field_width":"100", + "api_properties":null, + "onchange_properties":[ + ], + "is_repeatable":null, + "answers":[{ + "answer":"Yes", + "answer_id":"Yes" + }, + { + "answer":"No", + "answer_id":"No" + }], + "validations":[ + + ] + },{ + "question":"Are you planning to avail/ or already availed any loan or any other term facility for your business or personal use?", + "question_key":"your_business_or_personal_use", + "type":"2", + "field_width":"100", + "api_properties":null, + "onchange_properties":[ + + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"your_business_or_personal_use", + "expression":"(String('your_business_or_personal_use') == String('Yes'))", + "value_keys":[ + "your_business_or_personal_use" + ], + "questions":[ + { "question":"How much is your sales/revenue from April till date?", + "question_key":"sales/revenue_april_till_date", + "type":"1", + "field_width":"100", + "field_type":"numtoword", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"your_business_or_personal_use", + "answers":null, + "validations":[ + + ] + }, { + "question":"Please specify amount,lender etc", + "question_key":"please_specify_amount_lender_etc", + "type":"7", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"your_business_or_personal_use", + "answers":null, + "validations":[ + + ] + } + + + + ] + } + ] + }, { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"your_business_or_personal_use", + "expression":"(String('your_business_or_personal_use') == String('No'))", + "value_keys":[ + "your_business_or_personal_use" + ], + "questions":[ + { "question":"How much is your sales/revenue from April till date?", + "question_key":"how_much_is_your_sales/revenue_from_april_till_date", + "type":"1", + "field_width":"100", + "field_type":"numtoword", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"your_business_or_personal_use", + "answers":null, + "validations":[ + + ] + } + + + + ] + } + ] + }], + "is_repeatable":null, + "answers":[{ + "answer":"Yes", + "answer_id":"Yes" + }, + { + "answer":"No", + "answer_id":"No" + }], + "validations":[ + + ] + },{ + "question":"Is turnover mentioned above (sales/revenue from April till date) validated?", + "question_key":"sales/revenue_from_april_till_date_validated", + "type":"2", + "field_width":"100", + "api_properties":null, + "onchange_properties":[ + + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"sales/revenue_from_april_till_date_validated", + "expression":"(String('sales/revenue_from_april_till_date_validated') == String('Yes'))", + "value_keys":[ + "sales/revenue_from_april_till_date_validated" + ], + "questions":[ + { "question":"Choose any ", + "question_key":"Choose any", + "type":"3", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"your_business_or_personal_use", + "answers":[ + { + "answer_id":"Bills", + "answer":"Bills" + }, + { + "answer_id":"Gst_returns", + "answer":"Gst returns" + }, + { + "answer_id":"records_shown", + "answer":"records shown" + } + ], + "validations":[ + + ] + } + + + + ] + } + ] + } ], + "is_repeatable":null, + "answers":[{ + "answer":"Yes", + "answer_id":"Yes" + }, + { + "answer":"No", + "answer_id":"No" + }], + "validations":[ + + ] + } + + + + ] + } + \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/all/4.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/all/4.json new file mode 100644 index 000000000..b0536746a --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/all/4.json @@ -0,0 +1,1141 @@ +{ + "section_id":"5", + "section_name":"Other Assets Details", + "onsubmit":null, + "questions":[ { + "question":"Is the Asset Information Available?", + "question_key":"is_the_asset_information_available", + "type":"3", + "field_width":"45", + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, + { + "answer_id":"No", + "answer":"No" + } + ], + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"is_the_asset_information_available", + "expression":"(String('is_the_asset_information_available') == String('Yes'))", + "value_keys":[ + "is_the_asset_information_available" + ], + "questions":[ + { + "question":[ + { + "question":"Assets Type", + "question_key":"assets_type", + "place_holder":"Enter text", + "type":"3", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"ASSETTYPE" + }, + "fields":[ + "id", + "name" + ] + }, + "answers":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"assets_type", + "expression":"(String('assets_type') == String('4'))", + "value_keys":[ + "assets_type" + ], + "questions":[ + { + "question":"Description", + "question_key":"description", + "place_holder":"", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"assets_type", + "answers":null, + "validations":[ + ] + },{ + "question":"Appromximate Market Value", + "question_key":"appromximate_market_value", + "place_holder":"", + "type":"1", + "field_width":"45", + "field_type":"numtoword", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"assets_type", + "answers":null, + "validations":[ + ] + }] + }] + + }, { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"assets_type", + "expression":"(String('assets_type') == String('7'))", + "value_keys":[ + "assets_type" + ], + "questions":[ + { + "question":"Type", + "question_key":"type", + "place_holder":"Enter text", + "type":"3", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"INVESTMENTTYPE" + }, + "fields":[ + "id", + "name" + ] + }, + "answers": null, + "onchange_properties": [{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"type", + "expression":"(String('type') == String('6'))", + "value_keys":[ + "type" + ], + "questions":[ + + { + "question":"Name of organisation in which investment done", + "question_key":"name_of_organisation_in_which_investment_done1", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers": null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + },{ + "question":"Current Market Value", + "question_key":"current_market_value1", + "type":"1", + "field_width":"45", + "field_type":"numtoword", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers": null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + } + + ] + } + ] + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"type", + "expression":"(String('type') == String('3'))", + "value_keys":[ + "type" + ], + "questions":[ + + { + "question":"Bank Name", + "question_key":"bankname1", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers": null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + } ,{ + "question":"Current Market Value", + "question_key":"current_marketvalue2", + "type":"1", + "field_width":"45", + "field_type":"numtoword", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers": null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + } + + ] + } + ] + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"type", + "expression":"(String('type') == String('4'))", + "value_keys":[ + "type" + ], + "questions":[ + + { + "question":"Name of organisation in which investment done", + "question_key":"name_of_organisation_in_which_investment_done2", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers": null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + },{ + "question":"Current Market Value", + "question_key":"current_market_value3", + "type":"1", + "field_width":"45", + "field_type":"numtoword", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers": null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + } + + ] + } + ] + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"type", + "expression":"(String('type') == String('2'))", + "value_keys":[ + "type" + ], + "questions":[ + + { + "question":"Bank Name", + "question_key":"bank_name2", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers": null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + },{ + "question":"Current Market Value", + "question_key":"current_market_value4", + "type":"1", + "field_width":"45", + "field_type":"numtoword", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers": null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + } + + ] + } + ] + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"type", + "expression":"(String('type') == String('5'))", + "value_keys":[ + "type" + ], + "questions":[ + + { + "question":"Name of organisation in which investment done", + "question_key":"name_of_organisation_in_which_investment_done3", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers": null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + },{ + "question":"Current Market Value", + "question_key":"current_market_value5", + "type":"1", + "field_width":"45", + "field_type":"numtoword", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers": null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + } + + ] + } + ] + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"type", + "expression":"(String('type') == String('1'))", + "value_keys":[ + "type" + ], + "questions":[ + + { + "question":"Specify Type", + "question_key":"specify_type", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers": null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + },{ + "question":"Bank Name", + "question_key":"bank_name3", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers": null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + },{ + "question":"Current Market Value", + "question_key":"current_market_value6", + "type":"1", + "field_width":"45", + "field_type":"numtoword", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers": null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + } + + ] + } + ] + }], + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + } + ] + }] + + } ,{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"assets_type", + "expression":"(String('assets_type') == String('6'))", + "value_keys":[ + "assets_type" + ], + "questions":[ + { + "question":"Premium Paid", + "question_key":"premium_paid", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + },{ + "question":"Frequency", + "question_key":"frequency", + "place_holder":"Enter text", + "type":"3", + "field_width":"45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"FREQUENCY" + }, + "fields":[ + "frequency_id", + "name" + ] + }, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + },{ + "question":"Sum Assured", + "question_key":"sum_assured", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + },{ + "question":"Member Covered", + "question_key":"member_covered", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + } + ] + }] + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"assets_type", + "expression":"(String('assets_type') == String('2'))", + "value_keys":[ + "assets_type" + ], + "questions":[ + { + "question":"Property Type", + "question_key":"property_type", + "place_holder":"Enter text", + "type":"3", + "field_width":"45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"PROPERTIES" + }, + "fields":[ + "id", + "name" + ] + }, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + },{ + "question":"Area Covered", + "question_key":"area_covered", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + },{ + "question":"Appromximate Market Value", + "question_key":"appromximate_market_value", + "place_holder":"", + "type":"1", + "field_width":"45", + "field_type": "numtoword", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Assets_Type", + "answers":null, + "validations":[ + ] + + },{ + "question":"Unit of Measurement", + "question_key":"unit_of_measurement", + "place_holder":"Enter text", + "type":"3", + "field_width":"45", + "api_properties": null, + "answers": [ + { + "answer": "Acres", + "answer_id": "Acres" + }, + { + "answer": "Hectares", + "answer_id": "Hectares" + }, + { + "answer": " Square Feet", + "answer_id": " Square_Feet" + }, + { + "answer": "Square Meters", + "answer_id": "Square_Meters" + }, + { + "answer": "Others", + "answer_id": "Others" + } + + ], + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + },{ + "question":"Age of Assets in Years", + "question_key":"age_of_assets_in_years", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + } ,{ + "question":"Age of Assets in Months", + "question_key":"age_of_assets_in_months", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + },{ + "question":"Purchase Year", + "question_key":"purchase_year", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + } + ] + }] + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"assets_type", + "expression":"(String('assets_type') == String('1'))", + "value_keys":[ + "assets_type" + ], + "questions":[ + { + "question":"Description of Assets*", + "question_key":"description_of_assets", + "place_holder":"Enter text", + "type":"1", + "field_width":"100", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + },{ + "question":"Appromximate Market Value", + "question_key":"appromximate_market_value", + "place_holder":"", + "type":"1", + "field_width":"45", + "field_type": "numtoword", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Assets_Type", + "answers":null, + "validations":[ + ] + + },{ + "question":"Age of Assets in Years", + "question_key":"age_of_assets_years", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + } ,{ + "question":"Age of Assets in Months", + "question_key":"age_of_assets_months", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + },{ + "question":"Purchase Year", + "question_key":"purchases_year", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + } + ] + }] + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"assets_type", + "expression":"(String('assets_type') == String('3'))", + "value_keys":[ + "assets_type" + ], + "questions":[ + { + "question":"Type of Vehicle", + "question_key":"type_of_vehicle", + "place_holder":"Enter text", + "type":"3", + "field_width":"45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"VEHICLETYPE" + }, + "fields":[ + "vehicle_type_id", + "vehicle_type_name" + ] + }, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + },{ + "question":"Description of Vehicle(example - Toyota Altis)", + "question_key":"description_of_vehicle", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + },{ + "question":"Appromximate Market Value", + "question_key":"appromximate_marketvalue", + "place_holder":"", + "type":"1", + "field_width":"45", + "field_type": "numtoword", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"Assets_Type", + "answers":null, + "validations":[ + ] + + },{ + "question":"Age of Assets in Years", + "question_key":"age_of_assets_in_years", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + } ,{ + "question":"Age of Assets in Months", + "question_key":"age_of_assets_in_months", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + },{ + "question":"Purchase Year", + "question_key":"purchase_year", + "place_holder":"Enter text", + "type":"1", + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + } + ] + }] + + }], + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Entity Name Required", + "value":null + } + ] + + }, + + { + "question":"Name of the Owner", + "question_key":"name_of_the_owner", + "type":"4", + "field_width":"45", + "api_properties": + { + "purpose":"answer_options_local", + "master_name":"pd_applicants", + "fields":["pd_co_applicant_id","applicant_name"] + }, + "onchange_properties":null, + "is_repeatable":null, + "answers": null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + },{ + "question":"Is there a Loan Exiting Against the Assets? ", + "question_key":"is_there_a_loan_exiting_against_the_assets", + "type":"3", + "field_width":"100", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "answers":[{ + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + }], + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Started Business Required", + "value":null + } + ] + + } + + + ], + "is_repeatable":"1", + "group_title":"Assets Information", + "group_key":"assets_information", + "form_name":"Assets Information" + } + ] + }] + + }], + "is_repeatable":null, + "validations":[ + + ] + }, + + { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"65", + "validations":[ + ] + } + ] + } \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/all/5.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/all/5.json new file mode 100644 index 000000000..5df326ede --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/all/5.json @@ -0,0 +1,525 @@ +{ + "section_id":"5", + "section_name":"Address details", + "onsubmit":null, + "questions":[ + { + "question":"Address at which PD was initiated", + "question_key":"initiated_address", + "type":"7", + "disable":false, + "field_width":"100", + "title":"Address Details", + "answers":true, + "required":true, + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question": "State", + "question_key": "state", + "type": "3", + "answers": null, + "field_width":"25", + "api_properties": { + "api": "getListOfMaster", + "api_method": "POST", + "params": { + "master_name": "STATE" + }, + "fields": [ + "state_id", + "name" + ] + }, + "onchange_properties": [ + { + "purpose": "api", + "api": "getListOfStatesAndCities", + "api_method": "POST", + "params": "{records:{state_id:'value_of_answer'}}", + "fields": [ + "state_id", + "name" + ], + "local_variable": "local_city" + } + ], + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "State Required", + "value": null + } + ] + }, + { + "question": "City", + "question_key": "city", + "type": "3", + "answers": null, + "field_width":"25", + "api_properties": "local_city", + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "CIty Required", + "value": null + } + ] + }, + { + "question": "Pincode", + "question_key": "pincode", + "type": "3", + "answers": null, + "field_width":"25", + "api_properties": "local_pincode", + "onchange_properties": [ + { + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "pincode", + "expression": "(pincode == 1)", + "value_keys": [ + "pincode" + ], + "questions": [ + { + "question_key": "pincode_others", + "question": "Specify the Pincode", + "place_holder": "Enter the Pincode", + "type": "1", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "num", + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Pincode is Required", + "value": null + }, + { + "name": "pattern", + "isactive": "1", + "validator": "[0-9]{6}", + "message": "Pincode should be 6 digit", + "value": null + } + ] + } + ] + } + ] + } + ], + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Pincode Required", + "value": null + } + ] + }, + { + "question":"Is this the address where PD is done ?", + "question_key":"is_pd_done_on_initiated_address", + "type":"2", + "disable":false, + "required":true, + "field_width":"100", + "onchange_properties": [{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"is_pd_done_on_initiated_address", + "expression":"(String('is_pd_done_on_initiated_address') == String('No'))", + "value_keys":[ + "is_pd_done_on_initiated_address" + ], + "questions":[ + { + "question":"Reason for change in PD visit address", + "question_key":"reason_for_change_in_pd_visit_address", + "type":"1", + "field_width":"100", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }, + { + "question": "Pincode", + "question_key": "pincode2", + "type": "3", + "answers": null, + "field_width":"25", + "api_properties": "local_pincode1", + "onchange_properties": [ + { + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "pincode", + "expression": "(pincode == 1)", + "value_keys": [ + "pincode" + ], + "questions": [ + { + "question_key": "pincode_others2", + "question": "Specify the Pincode", + "place_holder": "Enter the Pincode", + "type": "1", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "num", + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Pincode is Required", + "value": null + }, + { + "name": "pattern", + "isactive": "1", + "validator": "[0-9]{6}", + "message": "Pincode should be 6 digit", + "value": null + } + ] + } + ] + } + ] + } + ], + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Pincode Required", + "value": null + } + ] + }, { + "question": "City", + "question_key": "city2", + "type": "3", + "answers": null, + "field_width":"25", + "api_properties": "local_city1", + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "CIty Required", + "value": null + } + ] + }, + { + "question": "State", + "question_key": "state2", + "type": "3", + "answers": null, + "field_width":"25", + "api_properties": { + "api": "getListOfMaster", + "api_method": "POST", + "params": { + "master_name": "STATE" + }, + "fields": [ + "state_id", + "name" + ] + }, + "onchange_properties": [ + { + "purpose": "api2", + "api": "getListOfStatesAndCities", + "api_method": "POST", + "params": "{records:{state_id:'value_of_answer'}}", + "fields": [ + "state_id", + "name" + ], + "local_variable": "local_city1" + } + ], + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "State Required", + "value": null + } + ] + }, { + "question":"Enter actual PD address", + "question_key":"actual_pd_address", + "type":"1", + "field_width":"100", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + } + + ] + } + ] + }], + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, + { + "answer_id":"No", + "answer":"No" + } + ], + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Address Type", + "question_key":"address_type", + "type":"3", + "required":true, + "disable":false, + "field_width":"45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"ADDRESSTYPE" + }, + "fields":[ + "address_type_id", + "address_type" + ] + }, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Locality", + "question_key":"locality", + "type":"3", + "disable":false, + "field_width":"45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"LOCALITY" + }, + "fields":[ + "locality_id", + "locality_name" + ] + }, + + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Approach to PD location*", + "question_key":"approach_to_pd_location", + "type":"3", + "disable":false, + "field_width":"45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"PDLOCATIONAPPROACH" + }, + "fields":[ + "pd_location_approach_id", + "description" + ] + }, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question":"Comment on Locality", + "question_key":"comment_on_locality", + "type":"3", + "disable":false, + "field_width":"45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"COMMENTSONLOCALITY" + }, + "fields":[ + "comments_on_locality_id", + "rating" + ] + }, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, { + "question":"Unit of Measurement", + "question_key":"unit_of_measurement", + "type":"3", + "disable":false, + "field_width":"45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"UOM" + }, + "fields":[ + "uom_id", + "name" + ] + }, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + },{ + "question":"Estimate area of the Residence", + "question_key":"estimate_area_of_the_residence", + "type":"1", + "disable":false, + "required":true, + "field_width":"45", + "api_properties": null, + "answers": null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + },{ + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + + ] + } + \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/all/6.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/all/6.json new file mode 100644 index 000000000..fc03f1a2d --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/all/6.json @@ -0,0 +1,630 @@ +{ + "section_id": "8", + "section_name": "Family Details", + "onsubmit": null, + "questions": [{ + "question":"Select a person*", + "question_key":"select_a_person", + "type":"3", + "field_width":"65", + "answers":null, + "api_properties": + { + "purpose":"answer_options_local", + "master_name":"pd_applicants", + "fields":["pd_co_applicant_id","applicant_name"] + }, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }, { + "question": "Residence Details of", + "question_key": "residence_details_of", + "field_type":"null", + "sub_title":"Residence Details of", + "disable":false, + "field_width": "100", + "answers": null, + "api_properties": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [] + }, + { + "question": "State", + "question_key": "state", + "type": "3", + "answers": null, + "field_width":"45", + "api_properties": { + "api": "getListOfMaster", + "api_method": "POST", + "params": { + "master_name": "STATE" + }, + "fields": [ + "state_id", + "name" + ] + }, + "onchange_properties": [ + { + "purpose": "api", + "api": "getListOfStatesAndCities", + "api_method": "POST", + "params": "{records:{state_id:'value_of_answer'}}", + "fields": [ + "state_id", + "name" + ], + "local_variable": "local_city" + } + ], + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "State Required", + "value": null + } + ] + }, + { + "question": "City", + "question_key": "city", + "type": "3", + "answers": null, + "field_width":"45", + "api_properties": "local_city", + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "CIty Required", + "value": null + } + ] + }, + { + "question":"Place*", + "question_key":"Place_list", + "type":"1", + "disable":false, + "field_width":"45", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question": "Pincode", + "question_key": "pincode", + "type": "3", + "answers": null, + "field_width":"45", + "api_properties": "local_pincode", + "onchange_properties": [ + { + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "pincode", + "expression": "(pincode == 1)", + "value_keys": [ + "pincode" + ], + "questions": [ + { + "question_key": "pincode_others", + "question": "Specify the Pincode", + "place_holder": "Enter the Pincode", + "type": "1", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "num", + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Pincode is Required", + "value": null + }, + { + "name": "pattern", + "isactive": "1", + "validator": "[0-9]{6}", + "message": "Pincode should be 6 digit", + "value": null + } + ] + } + ] + } + ] + } + ], + "is_repeatable": null, + "validations": [ + { + "name": "required", + "isactive": "1", + "validator": "Validators.required", + "message": "Pincode Required", + "value": null + } + ] + },{ + "question":"Year*", + "question_key":"year", + "type":"1", + "disable":false, + "field_width":"25", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, { + "question":"Month*", + "question_key":"month", + "type":"1", + "disable":false, + "field_width":"25", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, { + "question":"Ownership*", + "question_key":"ownership", + "type":"3", + "disable":false, + "field_width":"25", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"RESIDENCEOWNERSHIP" + }, + "fields":[ + "id", + "name" + ] + }, + "answers": null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"ownership", + "expression":"(String('ownership') == String('3'))", + "value_keys":[ + "ownership" + ], + "questions":[ + { + "question":"Monthly Rent Amount", + "question_key":"monthly_rent_amount", + "place_holder":"", + "type":"1", + "field_width":"45", + "field_type": "numtoword", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "answers":null, + "validations":[ + ] + + }] + }] + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"ownership", + "expression":"(String('ownership') == String('1'))", + "value_keys":[ + "ownership" + ], + "questions":[ + { + "question":"Specify Ownership", + "question_key":"specify_ownership", + "place_holder":"", + "type":"1", + "field_width":"45", + "field_type": "text", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "answers":null, + "validations":[ + ] + + }] + }] + }], + "is_repeatable":null, + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Field Required", + "value":null + } + ] + }, + { + "question": [ + { + "question": "Title", + "question_key": "title", + "type": "3", + "field_width": "20", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"TITLES" + }, + "fields":[ + "title_id", + "name" + ] + }, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "field_type": "string", + "validations": [ + ] + }, + { + "question": "Name*", + "question_key": "name", + "type": "1", + "field_width": "20", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + ] + },{ + "question": "Relationship*", + "question_key": "relationship", + "type": "3", + "field_width": "20", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"RELATIONSHIPS" + }, + "fields":[ + "relationship_id", + "name" + ] + }, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + ] + },{ + "question": "Age*", + "question_key": "age", + "type": "1", + "field_width": "20", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + ] + },{ + "question": "Earning Status*", + "question_key": "earning_status", + "type": "3", + "field_width": "25", + "api_properties": null, + "answers":[ + { + "answer_id":"Earning", + "answer":"Earning" + }, + { + "answer_id":"Non_Earning", + "answer":"Non Earning" + } + ], + "onchange_properties": [ + { + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "earning_status", + "expression":"(String('earning_status') == String('Earning'))", + "value_keys": [ + "earning_status" + ], + "questions": [ + { + "question": "Segment*", + "question_key": "segment", + "type": "3", + "field_width": "45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"EARNINGMEMBERSSTATUS" + }, + "fields":[ + "earning_member_status_id", + "earning_member_status" + ] + }, + "answers": null, + "onchange_properties": [ + { + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "segment", + "expression":"(String('segment') == String('1'))", + "value_keys": [ + "segment" + ], + "questions": [ + { + "question": "Specify Others", + "question_key": "specifyothers", + "type": "1", + "field_width": "45", + "api_properties": null, + "answers": null, + "parent_question_key":"Segment", + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + + ] + } + ] + } + ] + } + ], + "is_repeatable": null, + "validations": [ + + ] + }, { + "question": "Income Per Month", + "question_key": "income_per_month", + "type": "1", + "field_width": "45", + "field_type": "numtoword", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + + ] + }, { + "question": "Pension Received From", + "question_key": "pension_received_from", + "type": "1", + "field_width": "45", + "field_type": "num", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + + ] + }, { + "question": "No of Years in Employment/Business", + "question_key": "no_of_years_in_employment_business", + "type": "1", + "field_width": "45", + "field_type": "text", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + + ] + } + ] + } + + ], + "is_repeatable": null, + "validations": [ + + ] + }, { + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "earning_status", + "expression":"(String('earning_status') == String('Non_Earning'))", + "value_keys": [ + "earning_status" + ], + "questions": [ + { + "question": "Occupation*", + "question_key": "occupation", + "type": "3", + "field_width": "45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"OCCUPATIONMEMBERS" + }, + "fields":[ + "occupation_non_earning_member_id", + "name" + ] + }, + + "answers": null, + "onchange_properties": [ + { + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "occupation", + "expression":"(String('occupation') == String('1'))", + "value_keys": [ + "occupation" + ], + "questions": [ + { + "question": "Specify Others", + "question_key": "specifyothers", + "type": "1", + "field_width": "45", + "api_properties": null, + "answers": null, + "parent_question_key":"occupation", + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + + ] + } + ] + } + ] + },{ + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "occupation", + "expression":"(String('occupation') == String('3'))", + "value_keys": [ + "occupation" + ], + "questions": [ + { + "question": "Retired Form", + "question_key": "retired_form", + "type": "1", + "field_width": "45", + "api_properties": null, + "answers": null, + "parent_question_key":"occupation", + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + + ] + } + ] + } + ] + },{ + "purpose": "FORM_CTRL", + "form_controls": [ + { + "insert_index": "occupation", + "expression":"(String('occupation') == String('2'))", + "value_keys": [ + "occupation" + ], + "questions": [ + { + "question": "Specify School/College Name", + "question_key": "specify_school/college_name", + "type": "1", + "field_width": "45", + "api_properties": null, + "answers": null, + "parent_question_key":"occupation", + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + + ] + } + ] + } + ] + } + ], + "is_repeatable": null, + "validations": [ + + ] + } ] + } + + ], + "is_repeatable": null, + "validations": [ + + ] + } + ], + "is_repeatable": null, + "validations": [ + ] + } + + ], + "is_repeatable": "1", + "group_title": "Family Details", + "group_key": "family_details" + } + + ] +} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/all/7.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/all/7.json new file mode 100644 index 000000000..4ee8035b8 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/all/7.json @@ -0,0 +1,690 @@ +{ + "section_id":"6", + "section_name":"Banking Details", + "onsubmit":null, + "questions":[ { + "question":"Is the Personal Banking Information Available", + "question_key":"is_the_personal_banking_information_available", + "type":"3", + "sub_title":"Personal Banking Details", + "field_width":"65", + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, + { + "answer_id":"No", + "answer":"No" + } + ], + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"is_the_personal_banking_information_available", + "expression":"(String('is_the_personal_banking_information_available') == String('Yes'))", + "value_keys":[ + "is_the_personal_banking_information_available" + ], + "questions":[ + { + "question":[ + { + "question_key":"account_holder_name", + "question":"Account Holder's Name", + "place_holder":"Enter the text", + "type":"3", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"30", + "validations":[ + ] + },{ + "question_key":"banking_name", + "question":"Banking Name", + "place_holder":"Enter the text", + "type":"8", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"BTLENDERLIST" + }, + "fields":[ + "bt_lender_list_id", + "lender_name" + ] + }, + "answers":null, + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"banking_name", + "expression":"(String('banking_name') == String('1'))", + "value_keys":[ + "banking_name" + ], + "questions":[ + { + "question":"Salary Credited in this account", + "question_key":"salary_credited_in_this_account", + "type":"1", + "field_width":"30", + "api_properties":null, + "parent_question_key":"banking_name", + "answers":[ + { + "answer_id":"YES", + "answer":"YES" + }, + { + "answer_id":"NO", + "answer":"NO" + }, { + "answer_id":"NA", + "answer":"NA" + } + + + ], + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + + + }], + "is_repeatable":null, + "field_type":"string", + "field_width":"30", + "validations":[ + ] + }, { + "question":"Account Type", + "question_key":"personal_banking_account_type", + "place_holder":"Enter text", + "type":"3", + "field_width":"30", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"ACCOUNTTYPE" + }, + "fields":[ + "id", + "name" + ] + }, + "answers": null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"personal_banking_account_type", + "expression":"(String('personal_banking_account_type') == String('4'))", + "value_keys":[ + "personal_banking_account_type" + ], + "questions":[ + { + "question":"Limit in case of OD / CC account", + "question_key":"limit_in_case_of_od_cc_account", + "type":"1", + "field_type":"numtoword", + "field_width":"45", + "api_properties":null, + "parent_question_key":"loan_type", + "answers":[ + + ], + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + + + }, { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"personal_banking_account_type", + "expression":"(String('personal_banking_account_type') == String('3'))", + "value_keys":[ + "personal_banking_account_type" + ], + "questions":[ + { + "question":"Limit in case of OD / CC account", + "question_key":"limit_in_case_of_OD_CC_account2", + "type":"1", + "field_width":"45", + "field_type":"numtoword", + "api_properties":null, + "parent_question_key":"loan_type", + "answers":[ + + ], + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + + + }], + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Personal Banking Information Required", + "value":null + } + ] + }, { + "question_key":null, + "question":null, + "place_holder":"Enter the text", + "type":null, + "api_properties":null, + "sub_title":"Number of Years / Months since account was started", + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"100", + "validations":[ + ] + }, { + "question_key":"year", + "question":"Year", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"25", + "validations":[ + ] + }, { + "question_key":"month", + "question":"Month", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"25", + "validations":[ + ] + }, + { + "question":"Is this same AC used for?", + "question_key":"is_this_same_ac_used_for", + "place_holder":"Enter the text", + "type":"3", + "api_properties":null, + "answers":[ + { + "answer_id":"Personal", + "answer":"Personal" + }, + { + "answer_id":"Business", + "answer":"Business" + }, + { + "answer_id":"Both", + "answer":"Both" + } + ], + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"25", + "validations":[ + ] + } + ], + "is_repeatable":"1", + "group_title":"Personal Banking Details", + "group_key":"personal_banking_details", + "form_name":"Personal Banking Details" + } + ] + }] + +}], + "is_repeatable":null, + "validations":[ + + ] + }, { + "question":"Is the Business Information Available", + "question_key":"is_the_business_information_available", + "type":"3", + "sub_title":"Business Details", + "field_width":"65", + "api_properties":null, + "answers":[ + { + "answer_id":"Yes", + "answer":"Yes" + }, + { + "answer_id":"No", + "answer":"No" + } + ], + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"is_the_business_information_available", + "expression":"(String('is_the_business_information_available') == String('Yes'))", + "value_keys":[ + "is_the_business_information_available" + ], + "questions":[ + { + "question":[ + { + "question_key":"account_holder_name", + "question":"Account Holder's Name", + "place_holder":"Enter the text", + "type":"3", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"30", + "validations":[ + ] + },{ + "question_key":"banking_name", + "question":"Banking Name", + "place_holder":"Enter the text", + "type":"8", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"BTLENDERLIST" + }, + "fields":[ + "bt_lender_list_id", + "lender_name" + ] + }, + "answers":null, + "onchange_properties":[{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"banking_name", + "expression":"(String('banking_name') == String('1'))", + "value_keys":[ + "banking_name" + ], + "questions":[ + { + "question":"Salary Credited in this account", + "question_key":"salary_credited_in_this_account", + "type":"1", + "field_width":"30", + "api_properties":null, + "parent_question_key":"banking_name", + "answers":[ + { + "answer_id":"YES", + "answer":"YES" + }, + { + "answer_id":"NO", + "answer":"NO" + }, { + "answer_id":"NA", + "answer":"NA" + } + + + ], + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + + + }], + "is_repeatable":null, + "field_type":"string", + "field_width":"30", + "validations":[ + ] + }, { + "question":"Account Type", + "question_key":"business_information_account_type", + "place_holder":"Enter text", + "type":"3", + "field_width":"30", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"ACCOUNTTYPE" + }, + "fields":[ + "id", + "name" + ] + }, + "answers":[ + + ], + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"business_information_account_type", + "expression":"(String('business_information_account_type') == String('4'))", + "value_keys":[ + "business_information_account_type" + ], + "questions":[ + + { + "question":"Limit in case of OD / CC account", + "question_key":"limit_in_case_of_od_cc_account2", + "type": "1", + "field_width": "45", + "field_type":"numtoword", + "api_properties": null, + "parent_question_key":"loan_type", + "answers":[ + + ], + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }, { + "question":"Is the main business account", + "question_key":"is_the_main_business_account4", + "type":"3", + "field_width":"45", + "api_properties":null, + "parent_question_key":"loan_type", + "answers":[ + { + "answer_id":"YES", + "answer":"YES" + }, + { + "answer_id":"NO", + "answer":"NO" + } + + + ], + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + + + }, { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"business_information_account_type", + "expression":"(String('business_information_account_type') == String('3'))", + "value_keys":[ + "business_information_account_type" + ], + "questions":[ + { + "question":"Limit in case of OD / CC account", + "question_key":"limit_in_case_of_OD_CC_account4", + "type":"1", + "field_width":"45", + "api_properties":null, + "parent_question_key":"loan_type", + "answers":[ + + ], + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }, { + "question":"Is the main business account", + "question_key":"is_the_main_business_account1", + "type":"3", + "field_width":"45", + "api_properties":null, + "parent_question_key":"loan_type", + "answers":[ + { + "answer_id":"YES", + "answer":"YES" + }, + { + "answer_id":"NO", + "answer":"NO" + } + + + ], + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + + + }, { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"business_information_account_type", + "expression":"(String('business_information_account_type') == String('2'))", + "value_keys":[ + "business_information_account_type" + ], + "questions":[ + { + "question":"Is the main business account", + "question_key":"is_the_main_Business_account2", + "type":"3", + "field_width":"45", + "api_properties":null, + "parent_question_key":"loan_type", + "answers":[ + { + "answer_id":"YES", + "answer":"YES" + }, + { + "answer_id":"NO", + "answer":"NO" + } + + + ], + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"business_information_account_type", + "expression":"(String('business_information_account_type') == String('1'))", + "value_keys":[ + "business_information_account_type" + ], + "questions":[ + { + "question":"Is the main business account", + "question_key":"is_the_main_Business_Account3", + "type":"3", + "field_width":"45", + "api_properties":null, + "parent_question_key":"loan_type", + "answers":[ + { + "answer_id":"YES", + "answer":"YES" + }, + { + "answer_id":"NO", + "answer":"NO" + } + + + ], + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + + + }], + "is_repeatable":null, + "field_type":"string", + "validations":[ + { + "name":"required", + "isactive":"1", + "validator":"Validators.required", + "message":"Business Details Required", + "value":null + } + ] + }, { + "question_key":null, + "question":null, + "place_holder":"Enter the text", + "type":null, + "api_properties":null, + "sub_title":"Number of Years / Months since account was started", + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"100", + "validations":[ + ] + }, { + "question_key":"year", + "question":"Year", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"25", + "validations":[ + ] + }, { + "question_key":"month", + "question":"Month", + "place_holder":"Enter the text", + "type":"1", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"25", + "validations":[ + ] + } + + ], + "is_repeatable":"1", + "group_title":"Business Details", + "group_key":"business_details", + "form_name":"Business Details" + } + ] + }] + +}], + "is_repeatable":null, + "validations":[ + + ] +},{ + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] +} + + + ] +} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/all/8.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/all/8.json new file mode 100644 index 000000000..08f0ae945 --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/all/8.json @@ -0,0 +1,477 @@ +{ + "section_id": "7", + "section_name": "Existing Loan Obligations", + "onsubmit": null, + "questions": [ + { + "question":"Do you have any exiting loan", + "question_key":"do_you_have_any_exiting_loan", + "type":"3", + "field_width":"45", + "answers":[{ + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + }], + "api_properties":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"do_you_have_any_exiting_loan", + "expression":"(String('do_you_have_any_exiting_loan') == String('yes'))", + "value_keys":[ + "do_you_have_any_exiting_loan" + ], + "questions":[ + { + "question": [ + + + { + "question": "Loan type", + "question_key": "loan_type", + "type": "3", + "field_width": "45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"EXISTINGLOANTYPES" + }, + "fields":[ + "existing_loan_type_id", + "loan_type_name" + ] + }, + "answers": null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"loan_type", + "expression":"(String('loan_type') == String('1'))", + "value_keys":[ + "loan_type" + ], + "questions":[ + { + "question":"Specify Loan Type", + "question_key":"specify_loan_type", + "type":"1", + "field_width":"45", + "api_properties":null, + "parent_question_key":"loan_type", + "answers":[ + + ], + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + + + }], + "is_repeatable": null, + "validations": [ + ] + }, + { + "question": "Loan amount", + "question_key": "loan_amount", + "type": "1", + "field_type": "numtoword", + "field_width": "65", + "onchange_properties": null, + "api_properties": null, + "answers": null, + "is_repeatable": null, + "validations": [ + ] + }, + { + "question": "Lender", + "question_key": "lender_name", + "type": "3", + "field_width": "45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"BTLENDERLIST" + }, + "fields":[ + "bt_lender_list_id", + "lender_name" + ] + }, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + ] + }, + { + "question": "Loan taken by", + "question_key": "loan_taken_by", + "type": "3", + "field_width": "45", + "api_properties": + { + "purpose":"answer_options_local", + "master_name":"pd_applicants", + "fields":["pd_co_applicant_id","applicant_name"] + }, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + ] + }, + + { + "question": "Instalment frequency", + "question_key": "instalment_frequency", + "type": "3", + "field_width": "45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"FREQUENCY" + }, + "fields":[ + "frequency_id", + "name" + ] + }, + "answers": null, + + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"instalment_frequency", + "expression":"(String('instalment_frequency') == String('5'))", + "value_keys":[ + "instalment_frequency" + ], + "questions":[ + { + "question":"Daily Instalment Amount", + "question_key":"daily_instalment_amount", + "type":"1", + "field_width":"45", + "field_type": "numtoword", + "api_properties":null, + "parent_question_key":"instalment_frequency", + "answers":[ + + ], + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"instalment_frequency", + "expression":"(String('instalment_frequency') == String('8'))", + "value_keys":[ + "instalment_frequency" + ], + "questions":[ + { + "question":"Instalment Amount", + "question_key":"instalment_amount", + "type":"1", + "field_width":"45", + "field_type": "numtoword", + "api_properties":null, + "parent_question_key":"instalment_frequency", + "answers":[ + + ], + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"instalment_frequency", + "expression":"(String('instalment_frequency') == String('4'))", + "value_keys":[ + "instalment_frequency" + ], + "questions":[ + { + "question":"Fortnightly Instalment Amount", + "question_key":"fortnightly_instalment_amount", + "type":"1", + "field_width":"45", + "field_type": "numtoword", + "api_properties":null, + "parent_question_key":"instalment_frequency", + "answers":[ + + ], + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"instalment_frequency", + "expression":"(String('instalment_frequency') == String('6'))", + "value_keys":[ + "instalment_frequency" + ], + "questions":[ + { + "question":"Quartly Instalment Amount", + "question_key":"quartly_instalment_amount", + "type":"1", + "field_width":"45", + "field_type": "numtoword", + "api_properties":null, + "parent_question_key":"instalment_frequency", + "answers":[ + + ], + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"instalment_frequency", + "expression":"(String('instalment_frequency') == String('3'))", + "value_keys":[ + "instalment_frequency" + ], + "questions":[ + { + "question":"Halfyearly Instalment Amount", + "question_key":"halfyearly_instalment_amount", + "type":"1", + "field_width":"45", + "field_type": "numtoword", + "api_properties":null, + "parent_question_key":"instalment_frequency", + "answers":[ + + ], + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"instalment_frequency", + "expression":"(String('instalment_frequency') == String('7'))", + "value_keys":[ + "instalment_frequency" + ], + "questions":[ + { + "question":"Monthly Instalment Amount", + "question_key":"monthly_instalment_amount", + "type":"1", + "field_width":"45", + "field_type": "numtoword", + "api_properties":null, + "parent_question_key":"instalment_frequency", + "answers":[ + + ], + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"instalment_frequency", + "expression":"(String('instalment_frequency') == String('2'))", + "value_keys":[ + "instalment_frequency" + ], + "questions":[ + { + "question":"Annual Instalment Amount", + "question_key":"annual_instalment_amount", + "type":"1", + "field_width":"45", + "field_type": "numtoword", + "api_properties":null, + "parent_question_key":"instalment_frequency", + "answers":[ + + ], + "onchange_properties":null, + "is_repeatable":null, + "validations":[ + + ] + }] + }] + + + + }], + "is_repeatable": null, + "validations": [ + ] + }, + { + "question": "Original tenure in months", + "question_key": "original_tenure_months", + "type": "1", + "field_width": "65", + "field_type": "num", + "api_properties": null, + "answers": null, + "onchange_properties": [ + { + "purpose":"answer_value", + "expression":"(Number(original_tenure_months)-Number(current_tenure_months))", + "value_keys":[ + "original_tenure_months", "current_tenure_months" + ], + "insert_control":"elapsed_tenure_months" + } + ], + "is_repeatable": null, + "validations": [ + ] + }, + { + "question": "Current balance tenure in months", + "question_key": "current_tenure_months", + "type": "1", + "field_type": "num", + "field_width": "65", + "api_properties": null, + "answers": null, + "onchange_properties": [ + { + "purpose":"answer_value", + "expression":"(Number(original_tenure_months)-Number(current_tenure_months))", + "value_keys":[ + "original_tenure_months", "current_tenure_months" + ], + "insert_control":"elapsed_tenure_months" + } + ], + "is_repeatable": null, + "validations": [ + ] + }, + { + "question": "Elapsed tenure in months", + "question_key": "elapsed_tenure_months", + "type": "1", + "field_width": "65", + "field_type": "num", + "api_properties": null, + "answers": null, + "onchange_properties": [ + { + "purpose":"answer_value", + "expression":"(Number(original_tenure_months)-Number(elapsed_tenure_months))", + "value_keys":[ + "original_tenure_months", "elapsed_tenure_months" + ], + "insert_control":"current_tenure_months" + } + ], + "is_repeatable": null, + "validations": [ + ] + } + ], + "is_repeatable": "1", + "group_title": "Loan Details", + "group_key": "Loan_Details" + } ] + }] + + }], + "is_repeatable":null, + "validations":[ + + ] + }, { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"45", + "validations":[ + ] + } + + + ] +} \ No newline at end of file diff --git a/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/all/9.json b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/all/9.json new file mode 100644 index 000000000..dfc5ca93d --- /dev/null +++ b/ng6-seed/src/assets/data/SMC_CREDIT_TEMPLATES/all/9.json @@ -0,0 +1,205 @@ +{ + "section_id": "9", + "section_name": "Other Income Details", + "onsubmit": null, + "questions": [ + { + "question":"Other Income of Loan Application", + "question_key":"other_income_of_loan_application", + "type":"3", + "field_width":"45", + "answers":[{ + "answer":"Yes", + "answer_id":"yes" + }, + { + "answer":"No", + "answer_id":"no" + }], + "api_properties":null, + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"other_income_of_loan_application", + "expression":"(String('other_income_of_loan_application') == String('yes'))", + "value_keys":[ + "other_income_of_loan_application" + ], + "questions":[ + { + "question": [ + { + "question": "Source", + "question_key": "source", + "type": "3", + "field_width": "45", + "api_properties": null, + "answers":[{ + + "answer":"Agricultural Income", + "answer_id":"Agricultural_Income" + }, + { + "answer":"Dividend Income", + "answer_id":"Dividend_Income" + }, { + "answer":"Interest Income", + "answer_id":"Interest_Income" + }, { + "answer":"Rental Income", + "answer_id":"Rental_Income" + }, + { + "answer":"Others(Please Specify)", + "answer_id":"Others(Please_Specify)" + } + + ], + "onchange_properties":[ + { + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"source", + "expression":"(String('source') == String('Rental_Income'))", + "value_keys":[ + "source" + ], + "questions":[ + { + "question":"Address", + "question_key":"address", + "place_holder":"", + "field_type":"num", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"source", + "answers":null, + "validations":[ + ] + }] + }] + + },{ + "purpose":"FORM_CTRL", + "form_controls":[ + { + "insert_index":"Source", + "expression":"(String('source') == String('Others(Please_Specify)'))", + "value_keys":[ + "Source" + ], + "questions":[ + { + "question":"Specify Source", + "question_key":"specify_source", + "place_holder":"", + "field_type":"num", + "type":"1", + "field_width":"45", + "api_properties":null, + "onchange_properties":null, + "is_repeatable":null, + "is_subfield":"1", + "parent_question_key":"source", + "answers":null, + "validations":[ + ] + }] + }] + + }], + "is_repeatable": null, + "field_type": "string", + "validations": [ + ] + }, + { + "question": "Income earned by", + "question_key": "income_earned_by", + "type": "4", + "field_width": "45", + "api_properties": + { + "purpose":"answer_options_local", + "master_name":"pd_applicants", + "fields":["pd_co_applicant_id","applicant_name"] + }, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + ] + }, + { + "question": "Amount", + "question_key": "amount", + "type": "1", + "field_width": "45", + "api_properties": null, + "answers": null, + "onchange_properties": null, + "is_repeatable": null, + "validations": [ + ] + }, + { + "question": "Frequency", + "question_key": "frequency", + "type": "3", + "field_width": "45", + "api_properties":{ + "api":"getListOfMaster", + "api_method":"POST", + "params":{ + "master_name":"FREQUENCY" + }, + "fields":[ + "frequency_id", + "name" + ] + }, + "answers":null, + "onchange_properties": [ + ], + "is_repeatable": null, + "validations": [ + + ] + } + ], + "is_repeatable": "1", + "group_title": "Income Details", + "group_key": "income_details" + }] + }] + + }], + "is_repeatable":null, + "validations":[ + + ] + } , { + "question_key":"common_remarks", + "question":"Remarks", + "place_holder":"Enter the text", + "type":"7", + "api_properties":null, + "answers":null, + "onchange_properties":null, + "is_repeatable":null, + "field_type":"string", + "field_width":"65", + "validations":[ + ] + } + + + ] +} \ No newline at end of file