2020-05-13 12:41:43 +00:00
|
|
|
{
|
|
|
|
"name": "console",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"scripts": {
|
|
|
|
"ng": "ng",
|
2023-05-19 10:48:39 +00:00
|
|
|
"start": "node prebuild.development.js && 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-10-26 08:29:06 +00:00
|
|
|
"@angular/animations": "^16.2.5",
|
|
|
|
"@angular/cdk": "^16.2.4",
|
|
|
|
"@angular/common": "^16.2.5",
|
|
|
|
"@angular/compiler": "^16.2.5",
|
|
|
|
"@angular/core": "^16.2.5",
|
|
|
|
"@angular/forms": "^16.2.5",
|
|
|
|
"@angular/material": "^16.2.4",
|
|
|
|
"@angular/material-moment-adapter": "^16.2.4",
|
|
|
|
"@angular/platform-browser": "^16.2.5",
|
|
|
|
"@angular/platform-browser-dynamic": "^16.2.5",
|
|
|
|
"@angular/router": "^16.2.5",
|
|
|
|
"@angular/service-worker": "^16.2.5",
|
2023-02-17 15:12:56 +00:00
|
|
|
"@ctrl/ngx-codemirror": "^6.1.0",
|
2023-11-07 10:43:29 +00:00
|
|
|
"@fortawesome/angular-fontawesome": "^0.13.0",
|
|
|
|
"@fortawesome/fontawesome-svg-core": "^6.4.2",
|
|
|
|
"@fortawesome/free-brands-svg-icons": "^6.4.2",
|
2024-09-18 10:00:36 +00:00
|
|
|
"@grpc/grpc-js": "^1.11.2",
|
2024-07-30 14:12:39 +00:00
|
|
|
"@netlify/framework-info": "^9.8.13",
|
2023-11-21 23:41:53 +00:00
|
|
|
"@ngx-translate/core": "^15.0.0",
|
2023-01-11 13:23:16 +00:00
|
|
|
"angular-oauth2-oidc": "^15.0.1",
|
2023-05-18 19:28:35 +00:00
|
|
|
"angularx-qrcode": "^16.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",
|
2024-01-08 10:25:21 +00:00
|
|
|
"flag-icons": "^7.1.0",
|
2023-11-21 23:41:53 +00:00
|
|
|
"google-proto-files": "^4.0.0",
|
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",
|
2024-01-08 10:25:21 +00:00
|
|
|
"i18n-iso-countries": "^7.7.0",
|
2024-09-18 10:00:36 +00:00
|
|
|
"libphonenumber-js": "^1.11.8",
|
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",
|
2023-06-23 15:01:08 +00:00
|
|
|
"ngx-color": "^9.0.0",
|
2023-09-28 12:59:58 +00:00
|
|
|
"opentype.js": "^1.3.4",
|
2023-01-11 13:23:16 +00:00
|
|
|
"rxjs": "~7.8.0",
|
2023-02-17 15:12:56 +00:00
|
|
|
"tinycolor2": "^1.6.0",
|
2024-09-18 10:00:36 +00:00
|
|
|
"tslib": "^2.7.0",
|
2024-07-30 14:12:39 +00:00
|
|
|
"uuid": "^10.0.0",
|
2024-01-08 10:25:21 +00:00
|
|
|
"zone.js": "~0.13.3"
|
2020-05-13 12:41:43 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-10-26 08:29:06 +00:00
|
|
|
"@angular-devkit/build-angular": "^16.2.2",
|
2024-09-02 08:00:33 +00:00
|
|
|
"@angular-eslint/builder": "18.3.0",
|
|
|
|
"@angular-eslint/eslint-plugin": "18.0.0",
|
|
|
|
"@angular-eslint/eslint-plugin-template": "18.0.0",
|
2023-10-26 08:29:06 +00:00
|
|
|
"@angular-eslint/schematics": "16.2.0",
|
2024-09-02 08:00:33 +00:00
|
|
|
"@angular-eslint/template-parser": "18.3.0",
|
2024-09-18 10:00:36 +00:00
|
|
|
"@angular/cli": "^16.2.15",
|
2023-10-26 08:29:06 +00:00
|
|
|
"@angular/compiler-cli": "^16.2.5",
|
2024-09-18 10:00:36 +00:00
|
|
|
"@angular/language-service": "^18.2.4",
|
|
|
|
"@bufbuild/buf": "^1.41.0",
|
2023-11-21 23:41:53 +00:00
|
|
|
"@types/file-saver": "^2.0.7",
|
2023-05-18 19:28:35 +00:00
|
|
|
"@types/google-protobuf": "^3.15.3",
|
2024-01-08 10:25:21 +00:00
|
|
|
"@types/jasmine": "~5.1.4",
|
|
|
|
"@types/jasminewd2": "~2.0.13",
|
2024-07-30 14:12:39 +00:00
|
|
|
"@types/jsonwebtoken": "^9.0.6",
|
2024-09-18 10:00:36 +00:00
|
|
|
"@types/node": "^22.5.5",
|
2024-01-08 10:25:21 +00:00
|
|
|
"@types/opentype.js": "^1.3.8",
|
2023-09-28 12:59:58 +00:00
|
|
|
"@types/qrcode": "^1.5.2",
|
2024-07-30 14:12:39 +00:00
|
|
|
"@types/uuid": "^10.0.0",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
2023-08-16 04:37:16 +00:00
|
|
|
"@typescript-eslint/parser": "^5.60.1",
|
2023-02-17 15:12:56 +00:00
|
|
|
"codelyzer": "^6.0.2",
|
2023-09-28 12:59:58 +00:00
|
|
|
"eslint": "^8.50.0",
|
2024-09-18 10:00:36 +00:00
|
|
|
"jasmine-core": "~5.3.0",
|
2021-04-15 13:54:10 +00:00
|
|
|
"jasmine-spec-reporter": "~7.0.0",
|
2023-05-18 19:28:35 +00:00
|
|
|
"karma": "^6.4.2",
|
|
|
|
"karma-chrome-launcher": "^3.2.0",
|
|
|
|
"karma-coverage-istanbul-reporter": "^3.0.3",
|
|
|
|
"karma-jasmine": "^5.1.0",
|
2023-08-16 04:37:16 +00:00
|
|
|
"karma-jasmine-html-reporter": "^2.1.0",
|
2024-01-08 10:25:21 +00:00
|
|
|
"prettier": "^3.1.1",
|
2024-09-02 08:00:33 +00:00
|
|
|
"prettier-plugin-organize-imports": "^4.0.0",
|
2020-06-25 10:52:57 +00:00
|
|
|
"protractor": "~7.0.0",
|
2024-10-03 11:03:44 +00:00
|
|
|
"typescript": "5.1"
|
2020-05-13 12:41:43 +00:00
|
|
|
}
|
2023-09-28 12:59:58 +00:00
|
|
|
}
|