UNPKG

3.64 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";
17var NS = Classes.getClassNamespace();
18export var DATEINPUT = "".concat(NS, "-dateinput");
19export var DATEINPUT_POPOVER = "".concat(DATEINPUT, "-popover");
20export var DATEPICKER = "".concat(NS, "-datepicker");
21export var DATEPICKER_CAPTION = "".concat(DATEPICKER, "-caption");
22export var DATEPICKER_CAPTION_CARET = "".concat(DATEPICKER_CAPTION, "-caret");
23export var DATEPICKER_CAPTION_MEASURE = "".concat(DATEPICKER_CAPTION, "-measure");
24export var DATEPICKER_CAPTION_SELECT = "".concat(DATEPICKER_CAPTION, "-select");
25export var DATEPICKER_CONTENT = "".concat(DATEPICKER, "-content");
26export var DATEPICKER_DAY = "DayPicker-Day";
27export var DATEPICKER_DAY_DISABLED = "".concat(DATEPICKER_DAY, "--disabled");
28export var DATEPICKER_DAY_OUTSIDE = "".concat(DATEPICKER_DAY, "--outside");
29export var DATEPICKER_DAY_SELECTED = "".concat(DATEPICKER_DAY, "--selected");
30export var DATEPICKER_DAY_IS_TODAY = "".concat(DATEPICKER_DAY, "--isToday");
31export var DATEPICKER_DAY_WRAPPER = "".concat(DATEPICKER, "-day-wrapper");
32export var DATEPICKER_FOOTER = "".concat(DATEPICKER, "-footer");
33export var DATEPICKER_MONTH_SELECT = "".concat(DATEPICKER, "-month-select");
34export var DATEPICKER_YEAR_SELECT = "".concat(DATEPICKER, "-year-select");
35export var DATEPICKER_NAVBAR = "".concat(DATEPICKER, "-navbar");
36export var DATEPICKER_NAVBUTTON = "DayPicker-NavButton";
37export var DATEPICKER_TIMEPICKER_WRAPPER = "".concat(DATEPICKER, "-timepicker-wrapper");
38export var DATERANGEPICKER = "".concat(NS, "-daterangepicker");
39export var DATERANGEPICKER_CALENDARS = "".concat(DATERANGEPICKER, "-calendars");
40export var DATERANGEPICKER_CONTIGUOUS = "".concat(DATERANGEPICKER, "-contiguous");
41export var DATERANGEPICKER_SINGLE_MONTH = "".concat(DATERANGEPICKER, "-single-month");
42export var DATERANGEPICKER_DAY_SELECTED_RANGE = "".concat(DATEPICKER_DAY, "--selected-range");
43export var DATERANGEPICKER_DAY_HOVERED_RANGE = "".concat(DATEPICKER_DAY, "--hovered-range");
44export var DATERANGEPICKER_SHORTCUTS = "".concat(DATERANGEPICKER, "-shortcuts");
45export var DATERANGEPICKER_TIMEPICKERS = "".concat(DATERANGEPICKER, "-timepickers");
46export var DATETIMEPICKER = "".concat(NS, "-datetimepicker");
47export var TIMEPICKER = "".concat(NS, "-timepicker");
48export var TIMEPICKER_ARROW_BUTTON = "".concat(TIMEPICKER, "-arrow-button");
49export var TIMEPICKER_ARROW_ROW = "".concat(TIMEPICKER, "-arrow-row");
50export var TIMEPICKER_DIVIDER_TEXT = "".concat(TIMEPICKER, "-divider-text");
51export var TIMEPICKER_HOUR = "".concat(TIMEPICKER, "-hour");
52export var TIMEPICKER_INPUT = "".concat(TIMEPICKER, "-input");
53export var TIMEPICKER_INPUT_ROW = "".concat(TIMEPICKER, "-input-row");
54export var TIMEPICKER_MILLISECOND = "".concat(TIMEPICKER, "-millisecond");
55export var TIMEPICKER_MINUTE = "".concat(TIMEPICKER, "-minute");
56export var TIMEPICKER_SECOND = "".concat(TIMEPICKER, "-second");
57export var TIMEPICKER_AMPM_SELECT = "".concat(TIMEPICKER, "-ampm-select");
58//# sourceMappingURL=classes.js.map
\No newline at end of file