/* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ import { Divider, HTMLSelect, Icon, IOptionProps, Utils } from "@invisionag/blueprintjs-core"; import * as React from "react"; import { CaptionElementProps } from "react-day-picker/types/props"; import * as Classes from "./common/classes"; import { clone } from "./common/dateUtils"; import { measureTextWidth } from "./common/utils"; export interface IDatePickerCaptionProps extends CaptionElementProps { maxDate: Date; minDate: Date; onMonthChange?: (month: number) => void; onYearChange?: (year: number) => void; /** Callback invoked when the month or year `