Skip to content

Commit

Permalink
Fix console ui dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sesposito committed Oct 2, 2023
1 parent b223016 commit 1d029c4
Show file tree
Hide file tree
Showing 21 changed files with 6,183 additions and 3,339 deletions.
4 changes: 2 additions & 2 deletions console/ui/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"production": {
"outputPath": "dist/prod",
"baseHref": "/",
"baseHref": "static/",
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
Expand Down Expand Up @@ -86,7 +86,7 @@
},
"production-nt": {
"outputPath": "dist/prod-nt",
"baseHref": "/",
"baseHref": "static/",
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
Expand Down
6 changes: 3 additions & 3 deletions console/ui/dist/prod-nt/index.html

Large diffs are not rendered by default.

39 changes: 24 additions & 15 deletions console/ui/dist/prod-nt/static/3rdpartylicenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,30 @@ THE SOFTWARE.
@ng-select/ng-select
MIT

@popperjs/core
MIT
The MIT License (MIT)

Copyright (c) 2019 Federico Zivolo

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


@swimlane/ngx-charts
MIT
MIT License
Expand Down Expand Up @@ -997,21 +1021,6 @@ Apache-2.0



tslib
0BSD
Copyright (c) Microsoft Corporation.

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

ui

vanilla-jsoneditor
Expand Down
1 change: 1 addition & 0 deletions console/ui/dist/prod-nt/static/main.6557bd7521dbbe88.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion console/ui/dist/prod-nt/static/main.f133ecab0a8782e2.js

This file was deleted.

6 changes: 6 additions & 0 deletions console/ui/dist/prod-nt/static/styles.eae36ebc5439770a.css

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions console/ui/dist/prod-nt/static/styles.f1672f2c7326a24e.css

This file was deleted.

6 changes: 3 additions & 3 deletions console/ui/dist/prod/index.html

Large diffs are not rendered by default.

39 changes: 24 additions & 15 deletions console/ui/dist/prod/static/3rdpartylicenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,30 @@ THE SOFTWARE.
@ng-select/ng-select
MIT

@popperjs/core
MIT
The MIT License (MIT)

Copyright (c) 2019 Federico Zivolo

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


@swimlane/ngx-charts
MIT
MIT License
Expand Down Expand Up @@ -997,21 +1021,6 @@ Apache-2.0



tslib
0BSD
Copyright (c) Microsoft Corporation.

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

ui

vanilla-jsoneditor
Expand Down
1 change: 0 additions & 1 deletion console/ui/dist/prod/static/main.1201486d215da8ad.js

This file was deleted.

1 change: 1 addition & 0 deletions console/ui/dist/prod/static/main.cace40330f19a5d5.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions console/ui/dist/prod/static/styles.eae36ebc5439770a.css

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions console/ui/dist/prod/static/styles.f1672f2c7326a24e.css

This file was deleted.

Loading

0 comments on commit 1d029c4

Please sign in to comment.