toast 메시지 추가

alert 글로벌화
loading 글로벌화
This commit is contained in:
2025-04-25 15:33:21 +09:00
parent d2ac5b338e
commit 826459f304
50 changed files with 3211 additions and 2385 deletions

View File

@@ -0,0 +1,78 @@
{
"initialSearchParams": {
"searchType": "GUID",
"searchData": "",
"email": "",
"status": "ALL",
"sanctions": "ALL",
"period": "ALL",
"orderBy": "DESC",
"pageSize": 50,
"currentPage": 1
},
"searchFields": [
{
"type": "select",
"id": "searchType",
"label": "대상",
"optionsRef": "eventStatus",
"col": 1
},
{
"type": "text",
"id": "searchData",
"placeholder": "대상 입력",
"width": "300px",
"col": 1
},
{
"type": "text",
"id": "email",
"label": "등록자",
"placeholder": "이메일 입력",
"width": "300px",
"col": 1
},
{
"type": "select",
"id": "status",
"label": "상태",
"optionsRef": "blockStatus",
"col": 2
},
{
"type": "select",
"id": "sanctions",
"label": "제재 사유",
"optionsRef": "blockSanctions",
"col": 2
},
{
"type": "select",
"id": "period",
"label": "제재 기간",
"optionsRef": "blockPeriod",
"col": 2
}
],
"apiInfo": {
"functionName": "BlackListView",
"loadOnMount": true,
"paramsMapping": [
"searchType",
"searchData",
"email",
"status",
"sanctions",
"period",
"orderBy",
"pageSize",
"currentPage"
],
"pageField": "currentPage",
"pageSizeField": "pageSize",
"orderField": "orderBy"
}
}