| OLD | NEW |
| (Empty) |
| 1 <!-- | |
| 2 Copyright (c) 2014 The Polymer Project Authors. All rights reserved. | |
| 3 This code may only be used under the BSD style license found at http://polymer.g
ithub.io/LICENSE.txt | |
| 4 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt | |
| 5 The complete set of contributors may be found at http://polymer.github.io/CONTRI
BUTORS.txt | |
| 6 Code distributed by Google as part of the polymer project is also | |
| 7 subject to an additional IP rights grant found at http://polymer.github.io/PATEN
TS.txt | |
| 8 --> | |
| 9 <!-- | |
| 10 The `core-elements` component aggregates numerous `core-*` components | |
| 11 into one package (by depending on them). | |
| 12 | |
| 13 See `bower.json` for the complete list of components. | |
| 14 | |
| 15 @element core-elements | |
| 16 @group Polymer Core Elements | |
| 17 @homepage github.io | |
| 18 --> | |
| 19 <link rel="import" href="../polymer/polymer.html"> | |
| 20 <link rel="import" href="../core-ajax/core-ajax.html"> | |
| 21 <link rel="import" href="../core-animated-pages/core-animated-pages.html"> | |
| 22 <link rel="import" href="../core-collapse/core-collapse.html"> | |
| 23 <link rel="import" href="../core-doc-viewer/core-doc-viewer.html"> | |
| 24 <link rel="import" href="../core-drag-drop/core-drag-drop.html"> | |
| 25 <link rel="import" href="../core-drawer-panel/core-drawer-panel.html"> | |
| 26 <link rel="import" href="../core-dropdown/core-dropdown.html"> | |
| 27 <link rel="import" href="../core-dropdown-menu/core-dropdown-menu.html"> | |
| 28 <link rel="import" href="../core-field/core-field.html"> | |
| 29 <link rel="import" href="../core-header-panel/core-header-panel.html"> | |
| 30 <link rel="import" href="../core-icon-button/core-icon-button.html"> | |
| 31 <link rel="import" href="../core-icons/core-icons.html"> | |
| 32 <link rel="import" href="../core-input/core-input.html"> | |
| 33 <link rel="import" href="../core-item/core-item.html"> | |
| 34 <link rel="import" href="../core-layout-grid/core-layout-grid.html"> | |
| 35 <link rel="import" href="../core-layout-trbl/core-layout-trbl.html"> | |
| 36 <link rel="import" href="../core-list/core-list.html"> | |
| 37 <link rel="import" href="../core-localstorage/core-localstorage.html"> | |
| 38 <link rel="import" href="../core-media-query/core-media-query.html"> | |
| 39 <link rel="import" href="../core-menu/core-menu.html"> | |
| 40 <link rel="import" href="../core-menu/core-submenu.html"> | |
| 41 <link rel="import" href="../core-menu-button/core-menu-button.html"> | |
| 42 <link rel="import" href="../core-meta/core-meta.html"> | |
| 43 <link rel="import" href="../core-overlay/core-overlay.html"> | |
| 44 <link rel="import" href="../core-pages/core-pages.html"> | |
| 45 <link rel="import" href="../core-range/core-range.html"> | |
| 46 <link rel="import" href="../core-scaffold/core-scaffold.html"> | |
| 47 <link rel="import" href="../core-scroll-header-panel/core-scroll-header-panel.ht
ml"> | |
| 48 <link rel="import" href="../core-selection/core-selection.html"> | |
| 49 <link rel="import" href="../core-selector/core-selector.html"> | |
| 50 <link rel="import" href="../core-shared-lib/core-shared-lib.html"> | |
| 51 <link rel="import" href="../core-signals/core-signals.html"> | |
| 52 <link rel="import" href="../core-splitter/core-splitter.html"> | |
| 53 <link rel="import" href="../core-style/core-style.html"> | |
| 54 <link rel="import" href="../core-toolbar/core-toolbar.html"> | |
| 55 <link rel="import" href="../core-tooltip/core-tooltip.html"> | |
| 56 <link rel="import" href="../core-transition/core-transition.html"> | |
| OLD | NEW |