UNPKG

devextreme

Version:

HTML5 JavaScript Component Suite for Responsive Web Development

19 lines (18 loc) 650 B
/** * DevExtreme (esm/renovation/component_wrapper/scheduler/time_panel.js) * Version: 22.1.9 * Build date: Tue Apr 18 2023 * * Copyright (c) 2012 - 2023 Developer Express Inc. ALL RIGHTS RESERVED * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/ */ import _extends from "@babel/runtime/helpers/esm/extends"; import Component from "../common/component"; export class TimePanel extends Component { _setOptionsByReference() { super._setOptionsByReference(); this._optionsByReference = _extends({}, this._optionsByReference, { timeCellTemplate: true }) } }