settings is modified
This commit is contained in:
parent
7eec2a1c68
commit
2db59205e6
1247
projects/ucap-webmessenger-ui-settings/src/assets/timezone/en.json
Normal file
1247
projects/ucap-webmessenger-ui-settings/src/assets/timezone/en.json
Normal file
File diff suppressed because it is too large
Load Diff
1247
projects/ucap-webmessenger-ui-settings/src/assets/timezone/ko.json
Normal file
1247
projects/ucap-webmessenger-ui-settings/src/assets/timezone/ko.json
Normal file
File diff suppressed because it is too large
Load Diff
|
@ -1 +1,63 @@
|
||||||
<div>일반</div>
|
<div>
|
||||||
|
<mat-list>
|
||||||
|
<h1 mat-subheader>오디오 장치</h1>
|
||||||
|
<mat-list-item>
|
||||||
|
<span class="item-title">발표자</span>
|
||||||
|
<span class="item-input">
|
||||||
|
<mat-form-field>
|
||||||
|
<mat-select>
|
||||||
|
<mat-option value="bannerAndEmail">
|
||||||
|
배너 및 전자 메일
|
||||||
|
</mat-option>
|
||||||
|
<mat-option value="banner">
|
||||||
|
배너
|
||||||
|
</mat-option>
|
||||||
|
<mat-option value="off">
|
||||||
|
끔
|
||||||
|
</mat-option>
|
||||||
|
</mat-select>
|
||||||
|
</mat-form-field>
|
||||||
|
</span>
|
||||||
|
</mat-list-item>
|
||||||
|
<mat-list-item>
|
||||||
|
<span class="item-title">마이크</span>
|
||||||
|
<span class="item-input">
|
||||||
|
<mat-form-field>
|
||||||
|
<mat-select>
|
||||||
|
<mat-option value="bannerAndEmail">
|
||||||
|
배너 및 전자 메일
|
||||||
|
</mat-option>
|
||||||
|
<mat-option value="banner">
|
||||||
|
배너
|
||||||
|
</mat-option>
|
||||||
|
<mat-option value="off">
|
||||||
|
끔
|
||||||
|
</mat-option>
|
||||||
|
</mat-select>
|
||||||
|
</mat-form-field>
|
||||||
|
</span>
|
||||||
|
</mat-list-item>
|
||||||
|
|
||||||
|
<mat-divider></mat-divider>
|
||||||
|
|
||||||
|
<h1 mat-subheader>카메라</h1>
|
||||||
|
<mat-list-item>
|
||||||
|
<span class="item-title">알림 소리</span>
|
||||||
|
<span class="item-input">
|
||||||
|
<mat-form-field>
|
||||||
|
<mat-select>
|
||||||
|
<mat-option value="bannerAndEmail">
|
||||||
|
모두
|
||||||
|
</mat-option>
|
||||||
|
<mat-option value="banner">
|
||||||
|
통화, 채팅
|
||||||
|
</mat-option>
|
||||||
|
<mat-option value="off">
|
||||||
|
끔
|
||||||
|
</mat-option>
|
||||||
|
</mat-select>
|
||||||
|
</mat-form-field>
|
||||||
|
</span>
|
||||||
|
</mat-list-item>
|
||||||
|
</mat-list>
|
||||||
|
</div>
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
.item-title {
|
||||||
|
width: 25rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.item-input {
|
||||||
|
width: 20rem;
|
||||||
|
}
|
|
@ -1 +1,63 @@
|
||||||
<div>일반</div>
|
<div>
|
||||||
|
<mat-list>
|
||||||
|
<h1 mat-subheader>오디오 장치</h1>
|
||||||
|
<mat-list-item>
|
||||||
|
<span class="item-title">발표자</span>
|
||||||
|
<span class="item-input">
|
||||||
|
<mat-form-field>
|
||||||
|
<mat-select>
|
||||||
|
<mat-option value="bannerAndEmail">
|
||||||
|
배너 및 전자 메일
|
||||||
|
</mat-option>
|
||||||
|
<mat-option value="banner">
|
||||||
|
배너
|
||||||
|
</mat-option>
|
||||||
|
<mat-option value="off">
|
||||||
|
끔
|
||||||
|
</mat-option>
|
||||||
|
</mat-select>
|
||||||
|
</mat-form-field>
|
||||||
|
</span>
|
||||||
|
</mat-list-item>
|
||||||
|
<mat-list-item>
|
||||||
|
<span class="item-title">마이크</span>
|
||||||
|
<span class="item-input">
|
||||||
|
<mat-form-field>
|
||||||
|
<mat-select>
|
||||||
|
<mat-option value="bannerAndEmail">
|
||||||
|
배너 및 전자 메일
|
||||||
|
</mat-option>
|
||||||
|
<mat-option value="banner">
|
||||||
|
배너
|
||||||
|
</mat-option>
|
||||||
|
<mat-option value="off">
|
||||||
|
끔
|
||||||
|
</mat-option>
|
||||||
|
</mat-select>
|
||||||
|
</mat-form-field>
|
||||||
|
</span>
|
||||||
|
</mat-list-item>
|
||||||
|
|
||||||
|
<mat-divider></mat-divider>
|
||||||
|
|
||||||
|
<h1 mat-subheader>카메라</h1>
|
||||||
|
<mat-list-item>
|
||||||
|
<span class="item-title">알림 소리</span>
|
||||||
|
<span class="item-input">
|
||||||
|
<mat-form-field>
|
||||||
|
<mat-select>
|
||||||
|
<mat-option value="bannerAndEmail">
|
||||||
|
모두
|
||||||
|
</mat-option>
|
||||||
|
<mat-option value="banner">
|
||||||
|
통화, 채팅
|
||||||
|
</mat-option>
|
||||||
|
<mat-option value="off">
|
||||||
|
끔
|
||||||
|
</mat-option>
|
||||||
|
</mat-select>
|
||||||
|
</mat-form-field>
|
||||||
|
</span>
|
||||||
|
</mat-list-item>
|
||||||
|
</mat-list>
|
||||||
|
</div>
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
.item-title {
|
||||||
|
width: 25rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.item-input {
|
||||||
|
width: 20rem;
|
||||||
|
}
|
|
@ -1 +1,62 @@
|
||||||
<div>일반</div>
|
<div>
|
||||||
|
<mat-list>
|
||||||
|
<h1 mat-subheader>테마</h1>
|
||||||
|
<mat-list-item>
|
||||||
|
<span>기본값</span>
|
||||||
|
<span>어둡게</span>
|
||||||
|
<span>밝게</span>
|
||||||
|
</mat-list-item>
|
||||||
|
|
||||||
|
<mat-divider></mat-divider>
|
||||||
|
|
||||||
|
<h1 mat-subheader>응용 프로그램</h1>
|
||||||
|
<mat-list-item>
|
||||||
|
<mat-checkbox>응용 프로그램 자동 시작</mat-checkbox>
|
||||||
|
</mat-list-item>
|
||||||
|
<mat-list-item>
|
||||||
|
<mat-checkbox>백그라운드에서 응용 프로그램 열기</mat-checkbox>
|
||||||
|
</mat-list-item>
|
||||||
|
<mat-list-item>
|
||||||
|
<mat-checkbox>닫을 시 응용 프로그램을 계속 실행</mat-checkbox>
|
||||||
|
</mat-list-item>
|
||||||
|
|
||||||
|
<mat-divider></mat-divider>
|
||||||
|
|
||||||
|
<h1 mat-subheader>로그인</h1>
|
||||||
|
<mat-list-item>
|
||||||
|
<mat-checkbox>실행 시 자동 로그인</mat-checkbox>
|
||||||
|
</mat-list-item>
|
||||||
|
|
||||||
|
<mat-divider></mat-divider>
|
||||||
|
|
||||||
|
<h1 mat-subheader>언어</h1>
|
||||||
|
<mat-list-item>
|
||||||
|
<mat-form-field fxFlexFill>
|
||||||
|
<mat-select>
|
||||||
|
<mat-option value="ko-KR">
|
||||||
|
한국어 (대한민국)
|
||||||
|
</mat-option>
|
||||||
|
<mat-option value="en-US">
|
||||||
|
영어 (미국)
|
||||||
|
</mat-option>
|
||||||
|
</mat-select>
|
||||||
|
</mat-form-field>
|
||||||
|
</mat-list-item>
|
||||||
|
|
||||||
|
<mat-divider></mat-divider>
|
||||||
|
|
||||||
|
<h1 mat-subheader>시간대</h1>
|
||||||
|
<mat-list-item>
|
||||||
|
<mat-form-field fxFlexFill>
|
||||||
|
<mat-select>
|
||||||
|
<mat-option value="ko-KR">
|
||||||
|
한국어 (대한민국)
|
||||||
|
</mat-option>
|
||||||
|
<mat-option value="en-US">
|
||||||
|
영어 (미국)
|
||||||
|
</mat-option>
|
||||||
|
</mat-select>
|
||||||
|
</mat-form-field>
|
||||||
|
</mat-list-item>
|
||||||
|
</mat-list>
|
||||||
|
</div>
|
||||||
|
|
|
@ -1 +1,81 @@
|
||||||
<div>일반</div>
|
<div>
|
||||||
|
<mat-list>
|
||||||
|
<h1 mat-subheader>메시지</h1>
|
||||||
|
<mat-list-item>
|
||||||
|
<span class="item-title">채팅 메시지</span>
|
||||||
|
<span class="item-input">
|
||||||
|
<mat-form-field>
|
||||||
|
<mat-select>
|
||||||
|
<mat-option value="bannerAndEmail">
|
||||||
|
배너 및 전자 메일
|
||||||
|
</mat-option>
|
||||||
|
<mat-option value="banner">
|
||||||
|
배너
|
||||||
|
</mat-option>
|
||||||
|
<mat-option value="off">
|
||||||
|
끔
|
||||||
|
</mat-option>
|
||||||
|
</mat-select>
|
||||||
|
</mat-form-field>
|
||||||
|
</span>
|
||||||
|
</mat-list-item>
|
||||||
|
<mat-list-item>
|
||||||
|
<span class="item-title">내가 시작한 대화에 답장</span>
|
||||||
|
<span class="item-input">
|
||||||
|
<mat-form-field>
|
||||||
|
<mat-select>
|
||||||
|
<mat-option value="bannerAndEmail">
|
||||||
|
배너 및 전자 메일
|
||||||
|
</mat-option>
|
||||||
|
<mat-option value="banner">
|
||||||
|
배너
|
||||||
|
</mat-option>
|
||||||
|
<mat-option value="off">
|
||||||
|
끔
|
||||||
|
</mat-option>
|
||||||
|
</mat-select>
|
||||||
|
</mat-form-field>
|
||||||
|
</span>
|
||||||
|
</mat-list-item>
|
||||||
|
|
||||||
|
<mat-divider></mat-divider>
|
||||||
|
|
||||||
|
<h1 mat-subheader>기타</h1>
|
||||||
|
<mat-list-item>
|
||||||
|
<span class="item-title">알림 소리</span>
|
||||||
|
<span class="item-input">
|
||||||
|
<mat-form-field>
|
||||||
|
<mat-select>
|
||||||
|
<mat-option value="bannerAndEmail">
|
||||||
|
모두
|
||||||
|
</mat-option>
|
||||||
|
<mat-option value="banner">
|
||||||
|
통화, 채팅
|
||||||
|
</mat-option>
|
||||||
|
<mat-option value="off">
|
||||||
|
끔
|
||||||
|
</mat-option>
|
||||||
|
</mat-select>
|
||||||
|
</mat-form-field>
|
||||||
|
</span>
|
||||||
|
</mat-list-item>
|
||||||
|
<mat-list-item>
|
||||||
|
<span class="item-title">부재 중 활동 전자 메일</span>
|
||||||
|
<span class="item-input">
|
||||||
|
<mat-form-field>
|
||||||
|
<mat-select>
|
||||||
|
<mat-option value="bannerAndEmail">
|
||||||
|
배너 및 전자 메일
|
||||||
|
</mat-option>
|
||||||
|
<mat-option value="banner">
|
||||||
|
배너
|
||||||
|
</mat-option>
|
||||||
|
<mat-option value="off">
|
||||||
|
끔
|
||||||
|
</mat-option>
|
||||||
|
</mat-select>
|
||||||
|
</mat-form-field>
|
||||||
|
</span>
|
||||||
|
</mat-list-item>
|
||||||
|
</mat-list>
|
||||||
|
</div>
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
.item-title {
|
||||||
|
width: 25rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.item-input {
|
||||||
|
width: 20rem;
|
||||||
|
}
|
|
@ -1 +1,27 @@
|
||||||
<div>일반</div>
|
<div>
|
||||||
|
<mat-list>
|
||||||
|
<h1 mat-subheader>사용 권한</h1>
|
||||||
|
<mat-list-item>
|
||||||
|
<span class="item-title">미디어</span>
|
||||||
|
<span class="item-input">
|
||||||
|
<mat-slide-toggle></mat-slide-toggle>
|
||||||
|
</span>
|
||||||
|
</mat-list-item>
|
||||||
|
<mat-list-item>
|
||||||
|
<span class="item-title">마이크</span>
|
||||||
|
<span class="item-input">
|
||||||
|
<mat-slide-toggle></mat-slide-toggle>
|
||||||
|
</span>
|
||||||
|
</mat-list-item>
|
||||||
|
|
||||||
|
<mat-divider></mat-divider>
|
||||||
|
|
||||||
|
<h1 mat-subheader>카메라</h1>
|
||||||
|
<mat-list-item>
|
||||||
|
<span class="item-title">알림 소리</span>
|
||||||
|
<span class="item-input">
|
||||||
|
<mat-slide-toggle></mat-slide-toggle>
|
||||||
|
</span>
|
||||||
|
</mat-list-item>
|
||||||
|
</mat-list>
|
||||||
|
</div>
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
.item-title {
|
||||||
|
width: 25rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.item-input {
|
||||||
|
width: 20rem;
|
||||||
|
}
|
|
@ -1 +1,15 @@
|
||||||
<div>개인정보취급방침</div>
|
<div>
|
||||||
|
<mat-list>
|
||||||
|
<h1 mat-subheader>방해 금지</h1>
|
||||||
|
<mat-list-item>
|
||||||
|
<mat-checkbox>상태를 방해 금지로 바꿉니다.</mat-checkbox>
|
||||||
|
</mat-list-item>
|
||||||
|
|
||||||
|
<mat-divider></mat-divider>
|
||||||
|
|
||||||
|
<h1 mat-subheader>응용 프로그램</h1>
|
||||||
|
<mat-list-item>
|
||||||
|
<mat-checkbox>에러 자동 보고</mat-checkbox>
|
||||||
|
</mat-list-item>
|
||||||
|
</mat-list>
|
||||||
|
</div>
|
||||||
|
|
|
@ -4,6 +4,12 @@ import { ReactiveFormsModule } from '@angular/forms';
|
||||||
|
|
||||||
import { FlexLayoutModule } from '@angular/flex-layout';
|
import { FlexLayoutModule } from '@angular/flex-layout';
|
||||||
|
|
||||||
|
import { MatCheckboxModule } from '@angular/material/checkbox';
|
||||||
|
import { MatFormFieldModule } from '@angular/material/form-field';
|
||||||
|
import { MatListModule } from '@angular/material/list';
|
||||||
|
import { MatSelectModule } from '@angular/material/select';
|
||||||
|
import { MatSlideToggleModule } from '@angular/material/slide-toggle';
|
||||||
|
|
||||||
import { CallComponent } from './components/call.component';
|
import { CallComponent } from './components/call.component';
|
||||||
import { DeviceComponent } from './components/device.component';
|
import { DeviceComponent } from './components/device.component';
|
||||||
import { GeneralComponent } from './components/general.component';
|
import { GeneralComponent } from './components/general.component';
|
||||||
|
@ -22,7 +28,16 @@ const COMPONENTS = [
|
||||||
const SERVICES = [];
|
const SERVICES = [];
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
imports: [CommonModule, ReactiveFormsModule, FlexLayoutModule],
|
imports: [
|
||||||
|
CommonModule,
|
||||||
|
ReactiveFormsModule,
|
||||||
|
FlexLayoutModule,
|
||||||
|
MatCheckboxModule,
|
||||||
|
MatFormFieldModule,
|
||||||
|
MatListModule,
|
||||||
|
MatSelectModule,
|
||||||
|
MatSlideToggleModule
|
||||||
|
],
|
||||||
exports: [...COMPONENTS],
|
exports: [...COMPONENTS],
|
||||||
declarations: [...COMPONENTS]
|
declarations: [...COMPONENTS]
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user