/** * this enum is used to define actions from outside * so when the parent component wants to trigger an event in this component * the parent changes the action @Input for this component and this component * executes the requested action * for example, the parent component set the [action]={actionType=UiRangeDatepickerActions.RESET_DATE_RANGE}. * */ export declare enum RangeDatepickerActions { RESET_DATE_RANGE = 0, START_OPEN = 1, CLOSE = 2 } //# sourceMappingURL=range-datepicker-out-actions.enum.d.ts.map