Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hpc-team
strudelv2_spa
Commits
dd1dfca5
Commit
dd1dfca5
authored
Sep 23, 2020
by
Chris Hines
Browse files
upgrade to material9
parent
d175bde5
Changes
9
Expand all
Hide whitespace changes
Inline
Side-by-side
angular.json
View file @
dd1dfca5
...
...
@@ -11,6 +11,7 @@
"build"
:
{
"builder"
:
"@angular-devkit/build-angular:browser"
,
"options"
:
{
"aot"
:
true
,
"outputPath"
:
"dist"
,
"index"
:
"src/index.html"
,
"main"
:
"src/main.ts"
,
...
...
@@ -28,6 +29,12 @@
},
"configurations"
:
{
"prod"
:
{
"budgets"
:
[
{
"type"
:
"anyComponentStyle"
,
"maximumWarning"
:
"6kb"
}
],
"optimization"
:
true
,
"outputHashing"
:
"all"
,
"sourceMap"
:
false
,
...
...
@@ -57,6 +64,12 @@
]
},
"test"
:
{
"budgets"
:
[
{
"type"
:
"anyComponentStyle"
,
"maximumWarning"
:
"6kb"
}
],
"fileReplacements"
:
[
{
"replace"
:
"src/assets/config/apiservers.json"
,
...
...
@@ -69,6 +82,12 @@
]
},
"dev"
:
{
"budgets"
:
[
{
"type"
:
"anyComponentStyle"
,
"maximumWarning"
:
"6kb"
}
],
"fileReplacements"
:
[
{
"replace"
:
"src/assets/config/apiservers.json"
,
...
...
@@ -160,7 +179,7 @@
"schematics"
:
{
"@schematics/angular:component"
:
{
"prefix"
:
"app"
,
"style
ext
"
:
"css"
"style"
:
"css"
},
"@schematics/angular:directive"
:
{
"prefix"
:
"app"
...
...
package-lock.json
View file @
dd1dfca5
This diff is collapsed.
Click to expand it.
package.json
View file @
dd1dfca5
...
...
@@ -12,18 +12,18 @@
},
"private"
:
true
,
"dependencies"
:
{
"
@angular/animations
"
:
"
8.2
.1
4
"
,
"
@angular/animations
"
:
"
9.1
.1
2
"
,
"
@angular/cdk
"
:
"
^8.2.3
"
,
"
@angular/common
"
:
"
8.2
.1
4
"
,
"
@angular/compiler
"
:
"
8.2
.1
4
"
,
"
@angular/core
"
:
"
8.2
.1
4
"
,
"
@angular/common
"
:
"
9.1
.1
2
"
,
"
@angular/compiler
"
:
"
9.1
.1
2
"
,
"
@angular/core
"
:
"
9.1
.1
2
"
,
"
@angular/flex-layout
"
:
"
^8.0.0-beta.27
"
,
"
@angular/forms
"
:
"
8.2
.1
4
"
,
"
@angular/forms
"
:
"
9.1
.1
2
"
,
"
@angular/http
"
:
"
7.2.15
"
,
"
@angular/material
"
:
"
^8.2.3
"
,
"
@angular/platform-browser
"
:
"
8.2
.1
4
"
,
"
@angular/platform-browser-dynamic
"
:
"
8.2
.1
4
"
,
"
@angular/router
"
:
"
8.2
.1
4
"
,
"
@angular/platform-browser
"
:
"
9.1
.1
2
"
,
"
@angular/platform-browser-dynamic
"
:
"
9.1
.1
2
"
,
"
@angular/router
"
:
"
9.1
.1
2
"
,
"
buffer
"
:
"
^5.5.0
"
,
"
core-js
"
:
"
^3.6.4
"
,
"
hammerjs
"
:
"
^2.0.8
"
,
...
...
@@ -32,17 +32,18 @@
"
node-forge
"
:
"
^0.8.5
"
,
"
rxjs
"
:
"
^6.6.3
"
,
"
rxjs-compat
"
:
"
^6.5.4
"
,
"
zone.js
"
:
"
^0.9.1
"
"
tslib
"
:
"
^1.10.0
"
,
"
zone.js
"
:
"
~0.10.2
"
},
"devDependencies"
:
{
"
@angular-devkit/build-angular
"
:
"
^
0.
803.29
"
,
"
@angular/cli
"
:
"
8.3.29
"
,
"
@angular/compiler-cli
"
:
"
8.2
.1
4
"
,
"
@angular/language-service
"
:
"
8.2
.1
4
"
,
"
@angular-devkit/build-angular
"
:
"
~
0.
901.12
"
,
"
@angular/cli
"
:
"
9.1.12
"
,
"
@angular/compiler-cli
"
:
"
9.1
.1
2
"
,
"
@angular/language-service
"
:
"
9.1
.1
2
"
,
"
@types/jasmine
"
:
"
^3.5.2
"
,
"
@types/jasminewd2
"
:
"
^2.0.8
"
,
"
@types/node
"
:
"
^12.1
2.26
"
,
"
codelyzer
"
:
"
^5.
2.1
"
,
"
@types/node
"
:
"
^12.1
1.1
"
,
"
codelyzer
"
:
"
^5.
1.2
"
,
"
jasmine-core
"
:
"
~3.4.0
"
,
"
jasmine-spec-reporter
"
:
"
~4.2.1
"
,
"
karma
"
:
"
^5.2.2
"
,
...
...
@@ -53,6 +54,6 @@
"
protractor
"
:
"
^7.0.0
"
,
"
ts-node
"
:
"
~8.2.0
"
,
"
tslint
"
:
"
~5.17.0
"
,
"
typescript
"
:
"
3.
5
.3
"
"
typescript
"
:
"
3.
8
.3
"
}
}
src/app/contactus/contactus.component.ts
View file @
dd1dfca5
...
...
@@ -35,9 +35,9 @@ export class ContactUsComponent implements OnInit {
public
contacts$
:
Observable
<
any
>
;
public
tofield$
:
BehaviorSubject
<
any
[]
>
;
@
ViewChild
(
'
auto
'
,
{
read
:
ElementRef
,
static
:
false
})
matAutocomplete
:
MatAutocomplete
;
@
ViewChild
(
'
contactInput
'
,
{
read
:
ElementRef
,
static
:
false
})
contactInput
:
ElementRef
<
HTMLInputElement
>
;
@
ViewChild
(
'
namefield
'
,
{
read
:
ElementRef
,
static
:
false
})
namefield
:
ElementRef
<
HTMLInputElement
>
;
@
ViewChild
(
'
auto
'
,
{
read
:
ElementRef
})
matAutocomplete
:
MatAutocomplete
;
@
ViewChild
(
'
contactInput
'
,
{
read
:
ElementRef
})
contactInput
:
ElementRef
<
HTMLInputElement
>
;
@
ViewChild
(
'
namefield
'
,
{
read
:
ElementRef
})
namefield
:
ElementRef
<
HTMLInputElement
>
;
constructor
(
private
formBuilder
:
FormBuilder
,
private
computeSitesService
:
ComputesitesService
,
private
tesService
:
TesService
,
private
notifications
:
NotificationsService
)
{
let
defform
=
{
'
name
'
:[],
'
email
'
:[],
'
message
'
:[],
'
to
'
:[],
'
contactCtrl
'
:
[],
'
subject
'
:[]}
this
.
contactForm
=
this
.
formBuilder
.
group
(
defform
);
...
...
src/app/file-explorer/file-explorer.component.ts
View file @
dd1dfca5
...
...
@@ -14,7 +14,7 @@ import { RenameDialogComponent } from './modals/renameDialog/renameDialog.compon
export
class
FileExplorerComponent
{
constructor
(
public
dialog
:
MatDialog
)
{}
@
ViewChild
(
MatMenuTrigger
,
{
static
:
false
}
)
contextMenu
:
MatMenuTrigger
;
@
ViewChild
(
MatMenuTrigger
)
contextMenu
:
MatMenuTrigger
;
contextMenuPosition
=
{
x
:
'
0px
'
,
y
:
'
0px
'
};
...
...
src/app/launch-dialog/launch-dialog.component.ts
View file @
dd1dfca5
...
...
@@ -30,8 +30,8 @@ export class LaunchDialogComponent implements OnInit {
batchcmdsafeurl
:
any
;
appconfigsafeurl
:
any
;
rmListen
:
any
;
@
ViewChild
(
'
launchbtn
'
,
{
read
:
ElementRef
,
static
:
false
})
launchbtn
:
ElementRef
;
@
ViewChild
(
'
batchbuilderiframe
'
,
{
read
:
ElementRef
,
static
:
false
})
batchbuilderiframe
:
ElementRef
;
@
ViewChild
(
'
launchbtn
'
,
{
read
:
ElementRef
})
launchbtn
:
ElementRef
;
@
ViewChild
(
'
batchbuilderiframe
'
,
{
read
:
ElementRef
})
batchbuilderiframe
:
ElementRef
;
setFocus
:
Boolean
;
subscriptions
:
Subscription
[];
launchNext
:
Boolean
;
...
...
src/tsconfig.app.json
View file @
dd1dfca5
...
...
@@ -3,12 +3,13 @@
"compilerOptions"
:
{
"outDir"
:
"../out-tsc/app"
,
"baseUrl"
:
"./"
,
"module"
:
"es2015"
,
"types"
:
[]
},
"exclude"
:
[
"test.ts"
,
"**/*.spec.ts"
,
"app/*.worker.ts"
"files"
:
[
"main.ts"
,
"polyfills.ts"
],
"include"
:
[
"src/**/*.d.ts"
]
}
src/tsconfig.spec.json
View file @
dd1dfca5
...
...
@@ -3,7 +3,6 @@
"compilerOptions"
:
{
"outDir"
:
"../out-tsc/spec"
,
"baseUrl"
:
"./"
,
"module"
:
"commonjs"
,
"types"
:
[
"jasmin"
,
"node"
...
...
tsconfig.json
View file @
dd1dfca5
{
"compileOnSave"
:
false
,
"compilerOptions"
:
{
"module"
:
"esnext"
,
"outDir"
:
"./dist/out-tsc"
,
"sourceMap"
:
true
,
"declaration"
:
false
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment