2020-05-13 12:41:43 +00:00
|
|
|
{
|
|
|
|
"name": "console",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"scripts": {
|
|
|
|
"ng": "ng",
|
|
|
|
"start": "ng serve",
|
2023-02-17 14:09:11 +00:00
|
|
|
"build": "ng build --configuration production --base-href=/ui/console/",
|
|
|
|
"prelint": "npm run generate",
|
2022-09-19 11:35:52 +00:00
|
|
|
"lint": "ng lint && prettier --check src",
|
|
|
|
"lint:fix": "prettier --write src",
|
2023-02-17 14:09:11 +00:00
|
|
|
"generate": "buf generate ../proto --include-imports --include-wkt"
|
2020-05-13 12:41:43 +00:00
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2023-02-17 15:12:56 +00:00
|
|
|
"@angular/animations": "^15.1.4",
|
|
|
|
"@angular/cdk": "^15.1.4",
|
|
|
|
"@angular/common": "^15.1.4",
|
|
|
|
"@angular/compiler": "^15.1.4",
|
|
|
|
"@angular/core": "^15.1.4",
|
|
|
|
"@angular/forms": "^15.1.4",
|
|
|
|
"@angular/material": "^15.1.4",
|
|
|
|
"@angular/material-moment-adapter": "^15.1.4",
|
|
|
|
"@angular/platform-browser": "^15.1.4",
|
|
|
|
"@angular/platform-browser-dynamic": "^15.1.4",
|
|
|
|
"@angular/router": "^15.1.4",
|
|
|
|
"@angular/service-worker": "^15.1.4",
|
|
|
|
"@ctrl/ngx-codemirror": "^6.1.0",
|
2023-01-11 13:23:16 +00:00
|
|
|
"@grpc/grpc-js": "^1.8.1",
|
2021-12-21 13:15:12 +00:00
|
|
|
"@ngx-translate/core": "^14.0.0",
|
2021-04-15 13:54:10 +00:00
|
|
|
"@types/file-saver": "^2.0.2",
|
2021-08-16 12:44:20 +00:00
|
|
|
"@types/google-protobuf": "^3.15.3",
|
2020-11-16 15:54:37 +00:00
|
|
|
"@types/uuid": "^8.3.0",
|
2023-01-11 13:23:16 +00:00
|
|
|
"angular-oauth2-oidc": "^15.0.1",
|
|
|
|
"angularx-qrcode": "^15.0.0",
|
2022-05-13 14:19:06 +00:00
|
|
|
"buffer": "^6.0.3",
|
2022-08-30 05:43:23 +00:00
|
|
|
"codemirror": "^5.65.8",
|
2020-05-13 12:41:43 +00:00
|
|
|
"cors": "^2.8.5",
|
fix(console): formfield changes and ux (#1020)
* cnsl-formfield, cnsl-label, cnsl-input, ch prefix
* create user cnsl-fields, add cnsl-error
* replace user forms with cnsl-fields
* replace all other occurrences of mat-form-field with cnsl-fields
* improve hover, active, focus behavior, headlin styling
* user-grant refactor
* style cleanup
* stylelint
* fix detail layout flexstart, user table header
* input dir
* error, input directives instead components, on blur handler
* error directive, formfield content children
* formfield control directive
* use new field for new contact dialog
* formfield hint, error directive, scss
* hint or error binding, animation after view init
* avatar changes, policy header
* style lint
* lint
* input control within formfield, errorstatematcher
* use matformcontrol to merge with selects
* member table min width, lint
* lint
* implement from matformcontrol insteat custom, add selector
* find error
* add focus listener
* labelfloat
* fix input directive
* renaming
* rm logs
* user search overflow, org create i18n, meta cleanup
* sidenav shadow
* redirect to org table
* lint
* lint test files
* remove usage of formfieldmodule, use input module, layout optim
* replace formfieldmodule usage with inputmodule
* lint input dir, scss
* user grant, user table optimisations
* reorganize sidenav, project table empty, tooltips, avatar ch
* user grant tooltips, form field error directive accessor
* checkbox overflow fix, table dateblock, i18n tooltips
* app placeholder, i18n, optimize mobile layout
* change refresh table order, i18n, redirect chips
* stylelint
* chore(deps-dev): bump stylelint from 13.7.2 to 13.8.0 in /console (#1007)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump stylelint from 13.7.2 to 13.8.0 in /console
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.7.2 to 13.8.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/13.7.2...13.8.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular/cli from 11.0.1 to 11.0.2 in /console (#1006)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @angular/cli from 11.0.1 to 11.0.2 in /console
Bumps [@angular/cli](https://github.com/angular/angular-cli) from 11.0.1 to 11.0.2.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/compare/v11.0.1...v11.0.2)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump google-proto-files from 2.2.0 to 2.3.0 in /console (#1005)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps): bump google-proto-files from 2.2.0 to 2.3.0 in /console
Bumps [google-proto-files](https://github.com/googleapis/nodejs-proto-files) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/googleapis/nodejs-proto-files/releases)
- [Changelog](https://github.com/googleapis/nodejs-proto-files/blob/master/CHANGELOG.md)
- [Commits](https://github.com/googleapis/nodejs-proto-files/compare/v2.2.0...v2.3.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @types/node from 14.14.6 to 14.14.9 in /console (#1004)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @types/node from 14.14.6 to 14.14.9 in /console
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.6 to 14.14.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular/language-service from 11.0.0 to 11.0.2 in /console (#999)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @angular/language-service in /console
Bumps [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) from 11.0.0 to 11.0.2.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/master/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/11.0.2/packages/language-service)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular-devkit/build-angular from 0.1100.1 to 0.1100.2 in /console (#1003)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @angular-devkit/build-angular in /console
Bumps [@angular-devkit/build-angular](https://github.com/angular/angular-cli) from 0.1100.1 to 0.1100.2.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>
* chore(deps-dev): bump prettier from 2.1.2 to 2.2.0 in /console (#1002)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump prettier from 2.1.2 to 2.2.0 in /console
Bumps [prettier](https://github.com/prettier/prettier) from 2.1.2 to 2.2.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.1.2...2.2.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @types/jasmine from 3.6.1 to 3.6.2 in /console (#1001)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps-dev): bump @types/jasmine from 3.6.1 to 3.6.2 in /console
Bumps [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) from 3.6.1 to 3.6.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasmine)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>
* chore(deps): bump file-saver from 2.0.2 to 2.0.5 in /console (#1000)
* fix: add project validation (#996)
* fix: project add validation (#997)
* fix: add project validation
* fix: removed loop
* chore(deps): bump file-saver from 2.0.2 to 2.0.5 in /console
Bumps [file-saver](https://github.com/eligrey/FileSaver.js) from 2.0.2 to 2.0.5.
- [Release notes](https://github.com/eligrey/FileSaver.js/releases)
- [Changelog](https://github.com/eligrey/FileSaver.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eligrey/FileSaver.js/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>
* chore(deps-dev): bump jasmine-spec-reporter in /console (#974)
Bumps [jasmine-spec-reporter](https://github.com/bcaudan/jasmine-spec-reporter) from 5.0.2 to 6.0.0.
- [Release notes](https://github.com/bcaudan/jasmine-spec-reporter/releases)
- [Changelog](https://github.com/bcaudan/jasmine-spec-reporter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bcaudan/jasmine-spec-reporter/compare/v5.0.2...v6.0.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* input field border improvements, primary color
* redirect form, conventional ux
* redirects inputs on app create
* fix dynamic suffix padding, user grant layout, lint
* input style accessor, contact view optim, ext idp, card fixes
* hide error on untouched formfield, border red on error touched
* fix change detector
* change, user, form validation, delete refresh
* safari font weight adjustment, change refresh emitter
* key validation
* remove tabls layout from projects
* app changes, refactor project, app state, meta layout
* add key dialog validation, startdate, rever change tabs
* stylelint
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* finnaly fix fckntimestamp picker
* optional key expiry
* small state badge
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: Florian Forster <florian@caos.ch>
2020-11-25 15:53:14 +00:00
|
|
|
"file-saver": "^2.0.5",
|
2023-02-02 08:36:43 +00:00
|
|
|
"flag-icons": "^6.6.6",
|
2022-10-17 12:09:34 +00:00
|
|
|
"google-proto-files": "^3.0.2",
|
2022-11-09 08:16:53 +00:00
|
|
|
"google-protobuf": "^3.21.2",
|
2022-10-04 06:40:14 +00:00
|
|
|
"grpc-web": "^1.4.1",
|
2023-02-02 08:36:43 +00:00
|
|
|
"i18n-iso-countries": "^7.5.0",
|
|
|
|
"libphonenumber-js": "^1.10.19",
|
2022-02-03 06:21:00 +00:00
|
|
|
"material-design-icons-iconfont": "^6.1.1",
|
2022-08-30 05:43:23 +00:00
|
|
|
"moment": "^2.29.4",
|
2022-09-19 11:35:52 +00:00
|
|
|
"ngx-color": "^8.0.3",
|
2023-01-11 13:23:16 +00:00
|
|
|
"rxjs": "~7.8.0",
|
2023-02-17 15:12:56 +00:00
|
|
|
"tinycolor2": "^1.6.0",
|
2022-11-14 15:41:25 +00:00
|
|
|
"tslib": "^2.4.1",
|
2022-10-04 06:40:14 +00:00
|
|
|
"uuid": "^9.0.0",
|
2023-02-17 15:12:56 +00:00
|
|
|
"zone.js": "~0.12.0"
|
2020-05-13 12:41:43 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-02-17 15:12:56 +00:00
|
|
|
"@angular-devkit/build-angular": "^15.1.5",
|
|
|
|
"@angular-eslint/builder": "^15.2.0",
|
|
|
|
"@angular-eslint/eslint-plugin": "^15.2.0",
|
|
|
|
"@angular-eslint/eslint-plugin-template": "^15.2.0",
|
|
|
|
"@angular-eslint/schematics": "^15.2.0",
|
|
|
|
"@angular-eslint/template-parser": "^15.2.0",
|
|
|
|
"@angular/cli": "^15.1.5",
|
|
|
|
"@angular/compiler-cli": "^15.1.4",
|
|
|
|
"@angular/language-service": "^15.1.4",
|
2023-02-17 14:09:11 +00:00
|
|
|
"@bufbuild/buf": "^1.14.0",
|
2022-09-19 11:35:52 +00:00
|
|
|
"@types/jasmine": "~4.3.0",
|
2021-08-16 12:44:20 +00:00
|
|
|
"@types/jasminewd2": "~2.0.10",
|
2023-02-17 15:12:56 +00:00
|
|
|
"@types/jsonwebtoken": "^9.0.1",
|
|
|
|
"@types/node": "^18.13.0",
|
2023-01-11 13:23:16 +00:00
|
|
|
"@types/qrcode": "^1.5.0",
|
2023-02-17 15:12:56 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.51.0",
|
|
|
|
"@typescript-eslint/parser": "5.51.0",
|
|
|
|
"codelyzer": "^6.0.2",
|
|
|
|
"eslint": "^8.33.0",
|
2023-01-11 13:23:16 +00:00
|
|
|
"jasmine-core": "~4.5.0",
|
2021-04-15 13:54:10 +00:00
|
|
|
"jasmine-spec-reporter": "~7.0.0",
|
2022-10-17 12:09:34 +00:00
|
|
|
"karma": "~6.4.1",
|
2020-05-13 12:41:43 +00:00
|
|
|
"karma-chrome-launcher": "~3.1.0",
|
2020-06-25 10:52:57 +00:00
|
|
|
"karma-coverage-istanbul-reporter": "~3.0.2",
|
2022-07-08 07:06:38 +00:00
|
|
|
"karma-jasmine": "~5.1.0",
|
2022-06-01 07:57:44 +00:00
|
|
|
"karma-jasmine-html-reporter": "^2.0.0",
|
2023-02-17 15:12:56 +00:00
|
|
|
"prettier": "^2.8.4",
|
2023-02-24 15:44:44 +00:00
|
|
|
"prettier-plugin-organize-imports": "^3.2.2",
|
2020-06-25 10:52:57 +00:00
|
|
|
"protractor": "~7.0.0",
|
2022-10-04 06:40:14 +00:00
|
|
|
"typescript": "^4.8.4"
|
2020-05-13 12:41:43 +00:00
|
|
|
}
|
2023-01-11 13:23:16 +00:00
|
|
|
}
|