@things-factory/meta-ui 7.1.26 → 7.1.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -440,7 +440,7 @@ export class MetaApi {
|
|
|
440
440
|
* @param {Array} [optionValues] 옵션 값
|
|
441
441
|
* @returns {Object} 그리스트 검색 편집기 설정
|
|
442
442
|
*/
|
|
443
|
-
static getGristSearchColumnConfig(name: string, type: string, label: string, operator: string, optionValues?: any[]
|
|
443
|
+
static getGristSearchColumnConfig(name: string, type: string, label: string, operator: string, optionValues?: any[]): any;
|
|
444
444
|
/**
|
|
445
445
|
* @description 그리스트 검색 코드 편집기 설정
|
|
446
446
|
************************************
|
|
@@ -109,7 +109,7 @@ export class UiUtil {
|
|
|
109
109
|
* @param {String} [cancelButtonCode] 취소 버튼 표시를 위한 용어 이름 예) cancel
|
|
110
110
|
* @returns {Object} Alert 팝업
|
|
111
111
|
*/
|
|
112
|
-
static showAlertPopup(titleCode: string, textCode: string, type: string, confirmButtonCode: string, cancelButtonCode?: string
|
|
112
|
+
static showAlertPopup(titleCode: string, textCode: string, type: string, confirmButtonCode: string, cancelButtonCode?: string): any;
|
|
113
113
|
/**
|
|
114
114
|
* @description 필터 폼 내의 에디터들이 가지고 있는 값을 키-값 형태로 추출
|
|
115
115
|
*******************************************************
|