Commit 46e74517 authored by 伊藤雄大's avatar 伊藤雄大

2024/07/19

バージョンアップ
parent 473a5200
...@@ -118,8 +118,9 @@ ...@@ -118,8 +118,9 @@
"builder": "@angular-eslint/builder:lint", "builder": "@angular-eslint/builder:lint",
"options": { "options": {
"lintFilePatterns": [ "lintFilePatterns": [
"src/**/*.ts", "**/*.spec.ts",
"src/**/*.html" "**/*.ts",
"**/*.html"
] ]
} }
} }
...@@ -131,4 +132,4 @@ ...@@ -131,4 +132,4 @@
"@angular-eslint/schematics" "@angular-eslint/schematics"
] ]
} }
} }
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -11,43 +11,45 @@ ...@@ -11,43 +11,45 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "^18.0.3", "@angular/animations": "^18.1.1",
"@angular/cdk": "^18.0.3", "@angular/cdk": "^18.1.1",
"@angular/common": "^18.0.0", "@angular/common": "^18.1.1",
"@angular/compiler": "^18.0.0", "@angular/compiler": "^18.1.1",
"@angular/core": "^18.0.0", "@angular/core": "^18.1.1",
"@angular/forms": "^18.0.0", "@angular/forms": "^18.1.1",
"@angular/material": "^18.0.3", "@angular/material": "^18.1.1",
"@angular/platform-browser": "^18.0.0", "@angular/platform-browser": "^18.1.1",
"@angular/platform-browser-dynamic": "^18.0.0", "@angular/platform-browser-dynamic": "^18.1.1",
"@angular/router": "^18.0.0", "@angular/router": "^18.1.1",
"@ng-bootstrap/ng-bootstrap": "^17.0.0", "@ng-bootstrap/ng-bootstrap": "^17.0.0",
"@popperjs/core": "^2.11.8", "@popperjs/core": "^2.11.8",
"ag-grid-angular": "^31.3.2", "ag-grid-angular": "^32.0.2",
"aws-amplify": "^6.4.0", "aws-amplify": "^6.4.1",
"bootstrap": "^5.3.2", "bootstrap": "^5.3.2",
"jquery": "^3.7.1", "jquery": "^3.7.1",
"jqwidgets-ng": "^19.2.2", "jqwidgets-ng": "^19.2.2",
"ngx-bootstrap": "^6.2.0", "ngx-bootstrap": "^18.0.2",
"rxjs": "~7.8.0", "rxjs": "~7.8.0",
"tslib": "^2.3.0", "tslib": "^2.3.0",
"zone.js": "~0.14.3" "zone.js": "~0.14.8"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "^18.0.4", "@angular-devkit/build-angular": "^18.1.1",
"@angular/cli": "^18.0.4", "@angular/cli": "^18.1.1",
"@angular/compiler-cli": "^18.0.0", "@angular/compiler-cli": "^18.1.1",
"@angular/localize": "^18.0.0", "@angular/localize": "^18.1.1",
"@eslint/js": "^9.7.0",
"@types/jasmine": "~5.1.0", "@types/jasmine": "~5.1.0",
"angular-eslint": "18.0.1", "angular-eslint": "18.1.0",
"eslint": "^9.3.0", "eslint": "^9.7.0",
"globals": "^15.8.0",
"jasmine-core": "~5.1.0", "jasmine-core": "~5.1.0",
"karma": "~6.4.0", "karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0", "karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0", "karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0", "karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0", "karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.4.2", "typescript": "~5.5.3",
"typescript-eslint": "8.0.0-alpha.20" "typescript-eslint": "^8.0.0-alpha.20"
} }
} }
\ No newline at end of file
<app-header [mode]="1"></app-header> <app-header [mode]="1"></app-header>
<div class="container" style="max-width:100%;height:96%;"> <div class="container" style="max-width:100%;height:96%;">
<div class="row h-100"> <div class="row h-100">
<div class="col-md-auto border"> <div class="col-md-auto border" style="width:180px;">
@if (role && role.staffRole !== 0) { @if (role && role.staffRole !== 0) {
<div class="common-link" role="button" style="margin-top:20px;" (click)="onClickBusiness()">事業所担当者</div> <div class="common-link" role="button" style="margin-top:20px;" (click)="onClickBusiness()">事業所担当者</div>
} }
......
...@@ -3,7 +3,6 @@ import { StaffInfoModel } from '../model/staff-info.model'; ...@@ -3,7 +3,6 @@ import { StaffInfoModel } from '../model/staff-info.model';
import { PassModel } from '../model/pass.model'; import { PassModel } from '../model/pass.model';
import { UserInfoModel } from '../model/user-info.model'; import { UserInfoModel } from '../model/user-info.model';
import { RouteService } from '../service/route.service'; import { RouteService } from '../service/route.service';
import { RouterEvent } from '@angular/router';
import { RoleModel } from '../model/role.model'; import { RoleModel } from '../model/role.model';
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment