@blueprintjs/datetime
Version:
Components for interacting with dates and times
61 lines • 5.15 kB
JavaScript
/*
* 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.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.TIMEPICKER_AMPM_SELECT = exports.TIMEPICKER_SECOND = exports.TIMEPICKER_MINUTE = exports.TIMEPICKER_MILLISECOND = exports.TIMEPICKER_INPUT_ROW = exports.TIMEPICKER_INPUT = exports.TIMEPICKER_HOUR = exports.TIMEPICKER_DIVIDER_TEXT = exports.TIMEPICKER_ARROW_ROW = exports.TIMEPICKER_ARROW_BUTTON = exports.TIMEPICKER = exports.DATETIMEPICKER = exports.DATERANGEPICKER_TIMEPICKERS = exports.DATERANGEPICKER_SHORTCUTS = exports.DATERANGEPICKER_DAY_HOVERED_RANGE = exports.DATERANGEPICKER_DAY_SELECTED_RANGE = exports.DATERANGEPICKER_SINGLE_MONTH = exports.DATERANGEPICKER_CONTIGUOUS = exports.DATERANGEPICKER_CALENDARS = exports.DATERANGEPICKER = exports.DATEPICKER_TIMEPICKER_WRAPPER = exports.DATEPICKER_NAVBUTTON = exports.DATEPICKER_NAVBAR = exports.DATEPICKER_YEAR_SELECT = exports.DATEPICKER_MONTH_SELECT = exports.DATEPICKER_FOOTER = exports.DATEPICKER_DAY_WRAPPER = exports.DATEPICKER_DAY_IS_TODAY = exports.DATEPICKER_DAY_SELECTED = exports.DATEPICKER_DAY_OUTSIDE = exports.DATEPICKER_DAY_DISABLED = exports.DATEPICKER_DAY = exports.DATEPICKER_CONTENT = exports.DATEPICKER_CAPTION_SELECT = exports.DATEPICKER_CAPTION_MEASURE = exports.DATEPICKER_CAPTION_CARET = exports.DATEPICKER_CAPTION = exports.DATEPICKER = exports.DATEINPUT_POPOVER = exports.DATEINPUT = void 0;
var core_1 = require("@blueprintjs/core");
var NS = core_1.Classes.getClassNamespace();
exports.DATEINPUT = "".concat(NS, "-dateinput");
exports.DATEINPUT_POPOVER = "".concat(exports.DATEINPUT, "-popover");
exports.DATEPICKER = "".concat(NS, "-datepicker");
exports.DATEPICKER_CAPTION = "".concat(exports.DATEPICKER, "-caption");
exports.DATEPICKER_CAPTION_CARET = "".concat(exports.DATEPICKER_CAPTION, "-caret");
exports.DATEPICKER_CAPTION_MEASURE = "".concat(exports.DATEPICKER_CAPTION, "-measure");
exports.DATEPICKER_CAPTION_SELECT = "".concat(exports.DATEPICKER_CAPTION, "-select");
exports.DATEPICKER_CONTENT = "".concat(exports.DATEPICKER, "-content");
exports.DATEPICKER_DAY = "DayPicker-Day";
exports.DATEPICKER_DAY_DISABLED = "".concat(exports.DATEPICKER_DAY, "--disabled");
exports.DATEPICKER_DAY_OUTSIDE = "".concat(exports.DATEPICKER_DAY, "--outside");
exports.DATEPICKER_DAY_SELECTED = "".concat(exports.DATEPICKER_DAY, "--selected");
exports.DATEPICKER_DAY_IS_TODAY = "".concat(exports.DATEPICKER_DAY, "--isToday");
exports.DATEPICKER_DAY_WRAPPER = "".concat(exports.DATEPICKER, "-day-wrapper");
exports.DATEPICKER_FOOTER = "".concat(exports.DATEPICKER, "-footer");
exports.DATEPICKER_MONTH_SELECT = "".concat(exports.DATEPICKER, "-month-select");
exports.DATEPICKER_YEAR_SELECT = "".concat(exports.DATEPICKER, "-year-select");
exports.DATEPICKER_NAVBAR = "".concat(exports.DATEPICKER, "-navbar");
exports.DATEPICKER_NAVBUTTON = "DayPicker-NavButton";
exports.DATEPICKER_TIMEPICKER_WRAPPER = "".concat(exports.DATEPICKER, "-timepicker-wrapper");
exports.DATERANGEPICKER = "".concat(NS, "-daterangepicker");
exports.DATERANGEPICKER_CALENDARS = "".concat(exports.DATERANGEPICKER, "-calendars");
exports.DATERANGEPICKER_CONTIGUOUS = "".concat(exports.DATERANGEPICKER, "-contiguous");
exports.DATERANGEPICKER_SINGLE_MONTH = "".concat(exports.DATERANGEPICKER, "-single-month");
exports.DATERANGEPICKER_DAY_SELECTED_RANGE = "".concat(exports.DATEPICKER_DAY, "--selected-range");
exports.DATERANGEPICKER_DAY_HOVERED_RANGE = "".concat(exports.DATEPICKER_DAY, "--hovered-range");
exports.DATERANGEPICKER_SHORTCUTS = "".concat(exports.DATERANGEPICKER, "-shortcuts");
exports.DATERANGEPICKER_TIMEPICKERS = "".concat(exports.DATERANGEPICKER, "-timepickers");
exports.DATETIMEPICKER = "".concat(NS, "-datetimepicker");
exports.TIMEPICKER = "".concat(NS, "-timepicker");
exports.TIMEPICKER_ARROW_BUTTON = "".concat(exports.TIMEPICKER, "-arrow-button");
exports.TIMEPICKER_ARROW_ROW = "".concat(exports.TIMEPICKER, "-arrow-row");
exports.TIMEPICKER_DIVIDER_TEXT = "".concat(exports.TIMEPICKER, "-divider-text");
exports.TIMEPICKER_HOUR = "".concat(exports.TIMEPICKER, "-hour");
exports.TIMEPICKER_INPUT = "".concat(exports.TIMEPICKER, "-input");
exports.TIMEPICKER_INPUT_ROW = "".concat(exports.TIMEPICKER, "-input-row");
exports.TIMEPICKER_MILLISECOND = "".concat(exports.TIMEPICKER, "-millisecond");
exports.TIMEPICKER_MINUTE = "".concat(exports.TIMEPICKER, "-minute");
exports.TIMEPICKER_SECOND = "".concat(exports.TIMEPICKER, "-second");
exports.TIMEPICKER_AMPM_SELECT = "".concat(exports.TIMEPICKER, "-ampm-select");
//# sourceMappingURL=classes.js.map
;