blob: fb506e03e36bd05c0c4c6af3d6b56740907fb0e8 [file] [log] [blame]
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You 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 "./tobago-listener";
import "./tobago-core";
import "./tobago-dropdown";
// import "@vaadin/vaadin-date-picker";
import "@vaadin/vaadin-date-picker/vaadin-date-picker-light.js";
// import "@vaadin/vaadin-date-time-picker";
// import "@vaadin/vaadin-time-picker";
import "@vaadin/vaadin-combo-box/vaadin-combo-box-light";
// import "moment"; //XXX moment seems not to work with rollup.js, need to re-check
import "./tobago-date";
import "./tobago-command";
import "./tobago-file";
import "./tobago-focus";
import "./tobago-header-footer";
import "./tobago-in";
import "./tobago-jsf";
import "./tobago-overlay";
import "./tobago-panel";
import "./tobago-popover";
import "./tobago-popup";
import "./tobago-reload";
import "./tobago-scroll";
import "./tobago-select-boolean-checkbox";
import "./tobago-select-boolean-toggle";
import "./tobago-select-many-checkbox";
import "./tobago-select-many-shuttle";
import "./tobago-select-one-listbox";
import "./tobago-select-one-radio";
import "./tobago-sheet";
import "./tobago-split-layout";
import "./tobago-stars";
import "./tobago-suggest";
import "./tobago-tab";
import "./tobago-tree";
import "./tobago-tree-listbox";
import "./tobago-utils";