ados-rcm 1.1.662 → 1.1.664

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.
@@ -221,6 +221,12 @@ export interface IATableFilter<T extends IItem, K extends IItem = any> {
221
221
  * Description : minDate of the DateRange filter
222
222
  */
223
223
  minDate?: Date;
224
+ /**
225
+ * noClearButton? : boolean
226
+ *
227
+ * Description : true 일 경우 기간 삭제 버튼을 숨깁니다.
228
+ */
229
+ noClearButton?: boolean;
224
230
  /**
225
231
  * noDefaultChoices? : boolean
226
232
  *