UNPKG

3.34 kBJavaScriptView Raw
1/*
2 * Copyright 2015 Palantir Technologies, Inc. All rights reserved.
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16import { Classes } from "@blueprintjs/core";
17const NS = Classes.getClassNamespace();
18export const DATEINPUT = `${NS}-dateinput`;
19export const DATEINPUT_POPOVER = `${DATEINPUT}-popover`;
20export const DATEPICKER = `${NS}-datepicker`;
21export const DATEPICKER_CAPTION = `${DATEPICKER}-caption`;
22export const DATEPICKER_CAPTION_CARET = `${DATEPICKER_CAPTION}-caret`;
23export const DATEPICKER_CAPTION_MEASURE = `${DATEPICKER_CAPTION}-measure`;
24export const DATEPICKER_CAPTION_SELECT = `${DATEPICKER_CAPTION}-select`;
25export const DATEPICKER_CONTENT = `${DATEPICKER}-content`;
26export const DATEPICKER_DAY = "DayPicker-Day";
27export const DATEPICKER_DAY_DISABLED = `${DATEPICKER_DAY}--disabled`;
28export const DATEPICKER_DAY_OUTSIDE = `${DATEPICKER_DAY}--outside`;
29export const DATEPICKER_DAY_SELECTED = `${DATEPICKER_DAY}--selected`;
30export const DATEPICKER_DAY_IS_TODAY = `${DATEPICKER_DAY}--isToday`;
31export const DATEPICKER_DAY_WRAPPER = `${DATEPICKER}-day-wrapper`;
32export const DATEPICKER_FOOTER = `${DATEPICKER}-footer`;
33export const DATEPICKER_MONTH_SELECT = `${DATEPICKER}-month-select`;
34export const DATEPICKER_YEAR_SELECT = `${DATEPICKER}-year-select`;
35export const DATEPICKER_NAVBAR = `${DATEPICKER}-navbar`;
36export const DATEPICKER_NAVBUTTON = `DayPicker-NavButton`;
37export const DATEPICKER_TIMEPICKER_WRAPPER = `${DATEPICKER}-timepicker-wrapper`;
38export const DATERANGEPICKER = `${NS}-daterangepicker`;
39export const DATERANGEPICKER_CALENDARS = `${DATERANGEPICKER}-calendars`;
40export const DATERANGEPICKER_CONTIGUOUS = `${DATERANGEPICKER}-contiguous`;
41export const DATERANGEPICKER_SINGLE_MONTH = `${DATERANGEPICKER}-single-month`;
42export const DATERANGEPICKER_DAY_SELECTED_RANGE = `${DATEPICKER_DAY}--selected-range`;
43export const DATERANGEPICKER_DAY_HOVERED_RANGE = `${DATEPICKER_DAY}--hovered-range`;
44export const DATERANGEPICKER_SHORTCUTS = `${DATERANGEPICKER}-shortcuts`;
45export const DATERANGEPICKER_TIMEPICKERS = `${DATERANGEPICKER}-timepickers`;
46export const DATETIMEPICKER = `${NS}-datetimepicker`;
47export const TIMEPICKER = `${NS}-timepicker`;
48export const TIMEPICKER_ARROW_BUTTON = `${TIMEPICKER}-arrow-button`;
49export const TIMEPICKER_ARROW_ROW = `${TIMEPICKER}-arrow-row`;
50export const TIMEPICKER_DIVIDER_TEXT = `${TIMEPICKER}-divider-text`;
51export const TIMEPICKER_HOUR = `${TIMEPICKER}-hour`;
52export const TIMEPICKER_INPUT = `${TIMEPICKER}-input`;
53export const TIMEPICKER_INPUT_ROW = `${TIMEPICKER}-input-row`;
54export const TIMEPICKER_MILLISECOND = `${TIMEPICKER}-millisecond`;
55export const TIMEPICKER_MINUTE = `${TIMEPICKER}-minute`;
56export const TIMEPICKER_SECOND = `${TIMEPICKER}-second`;
57export const TIMEPICKER_AMPM_SELECT = `${TIMEPICKER}-ampm-select`;
58//# sourceMappingURL=classes.js.map
\No newline at end of file