Skip to content

Commit

Permalink
(patch) Update Polymer 2.x imports
Browse files Browse the repository at this point in the history
Fixes #263
  • Loading branch information
cristinecula authored and nomego committed Mar 8, 2019
1 parent 5cde16c commit 6d4dae3
Show file tree
Hide file tree
Showing 25 changed files with 83 additions and 13 deletions.
5 changes: 3 additions & 2 deletions cosmoz-omnitable-column-amount.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<link rel="import" href="../shadycss/apply-shim.html">
<link rel="import" href="../polymer/polymer-element.html"/>
<link rel="import" href="../polymer/lib/utils/mixin.html"/>
<link rel="import" href="cosmoz-omnitable-column-mixin.html">
<link rel="import" href="cosmoz-omnitable-column-range-mixin.html">
<link rel="import" href="../shadycss/apply-shim.html">
<link rel="import" href="../polymer/polymer-element.html">
<link rel="import" href="../paper-input/paper-input.html">
<link rel="import" href="../paper-dropdown-menu/paper-dropdown-menu.html">
<link rel="import" href="../cosmoz-i18next/cosmoz-i18next.html">
Expand Down
2 changes: 2 additions & 0 deletions cosmoz-omnitable-column-autocomplete.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<link rel="import" href="../shadycss/apply-shim.html">
<link rel="import" href="../polymer/polymer-element.html"/>
<link rel="import" href="../paper-spinner/paper-spinner-lite.html">
<link rel="import" href="../paper-autocomplete-chips/paper-autocomplete-chips.html">

Expand Down
2 changes: 2 additions & 0 deletions cosmoz-omnitable-column-boolean.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<link rel="import" href="../shadycss/apply-shim.html">
<link rel="import" href="../polymer/polymer-element.html"/>
<link rel="import" href="cosmoz-omnitable-column-mixin.html" />
<link rel="import" href="../paper-dropdown-menu/paper-dropdown-menu.html" />
<link rel="import" href="../paper-listbox/paper-listbox.html" />
Expand Down
3 changes: 3 additions & 0 deletions cosmoz-omnitable-column-date-mixin.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<link rel="import" href="../shadycss/apply-shim.html">
<link rel="import" href="../polymer/lib/utils/mixin.html"/>

<link rel="import" href="cosmoz-omnitable-column-range-mixin.html" />
<script>
window.Cosmoz = window.Cosmoz || {};
Expand Down
5 changes: 5 additions & 0 deletions cosmoz-omnitable-column-date.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<link rel="import" href="../shadycss/apply-shim.html">
<link rel="import" href="../polymer/polymer-element.html"/>
<link rel="import" href="../polymer/lib/utils/mixin.html"/>
<link rel="import" href="../polymer/lib/legacy/class.html"/>

<link rel="import" href="cosmoz-omnitable-column-mixin.html" />

<link rel="import" href="../paper-input/paper-input.html" />
Expand Down
4 changes: 4 additions & 0 deletions cosmoz-omnitable-column-datetime.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<link rel="import" href="../shadycss/apply-shim.html">
<link rel="import" href="../polymer/polymer-element.html"/>
<link rel="import" href="../polymer/lib/legacy/class.html"/>

<link rel="import" href="cosmoz-omnitable-column-mixin.html">
<link rel="import" href="cosmoz-omnitable-column-date-mixin.html">

Expand Down
4 changes: 3 additions & 1 deletion cosmoz-omnitable-column-list-data.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<link rel="import" href="../shadycss/apply-shim.html">
<link rel="import" href="../polymer/polymer-element.html"/>
<link rel="import" href="../polymer/lib/legacy/class.html"/>
<link rel="import" href="../cosmoz-i18next/cosmoz-i18next.html">
<link rel="import" href="../cosmoz-behaviors/cosmoz-templatehelper-behavior.html">
<link rel="import" href="../iron-resizable-behavior/iron-resizable-behavior.html">
<link rel="import" href="../iron-flex-layout/iron-flex-layout.html">

<dom-module id="cosmoz-omnitable-column-list-data">
Expand Down
3 changes: 3 additions & 0 deletions cosmoz-omnitable-column-list-horizontal.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<link rel="import" href="../shadycss/apply-shim.html">
<link rel="import" href="../polymer/polymer-element.html"/>
<link rel="import" href="../polymer/lib/legacy/class.html"/>
<link rel="import" href="../paper-autocomplete-chips/paper-autocomplete-chips.html">
<link rel="import" href="../cosmoz-i18next/cosmoz-i18next.html">
<link rel="import" href="cosmoz-omnitable-column-mixin.html">
Expand Down
3 changes: 3 additions & 0 deletions cosmoz-omnitable-column-list-mixin.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<link rel="import" href="../shadycss/apply-shim.html">
<link rel="import" href="../polymer/lib/utils/mixin.html"/>

<script>
window.Cosmoz = window.Cosmoz || {};

Expand Down
4 changes: 4 additions & 0 deletions cosmoz-omnitable-column-list.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<link rel="import" href="../shadycss/apply-shim.html">
<link rel="import" href="../polymer/polymer-element.html"/>
<link rel="import" href="../polymer/lib/legacy/class.html"/>

<link rel="import" href="../paper-autocomplete-chips/paper-autocomplete-chips.html">
<link rel="import" href="../cosmoz-i18next/cosmoz-i18next.html">
<link rel="import" href="cosmoz-omnitable-column-mixin.html">
Expand Down
3 changes: 3 additions & 0 deletions cosmoz-omnitable-column-mixin.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<link rel="import" href="../shadycss/apply-shim.html"/>
<link rel="import" href="../polymer/lib/utils/mixin.html"/>

<link rel="import" href="cosmoz-omnitable-templatizer.html" />

<script>
Expand Down
4 changes: 4 additions & 0 deletions cosmoz-omnitable-column-number.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<link rel="import" href="../shadycss/apply-shim.html">
<link rel="import" href="../polymer/polymer-element.html"/>
<link rel="import" href="../polymer/lib/legacy/class.html"/>

<link rel="import" href="../iron-flex-layout/iron-flex-layout.html">

<link rel="import" href="../paper-input/paper-input.html">
Expand Down
4 changes: 4 additions & 0 deletions cosmoz-omnitable-column-range-mixin.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<link rel="import" href="../shadycss/apply-shim.html">
<link rel="import" href="../polymer/lib/utils/mixin.html"/>
<link rel="import" href="../polymer/lib/utils/debounce.html"/>

<script>
window.Cosmoz = window.Cosmoz || {};

Expand Down
4 changes: 4 additions & 0 deletions cosmoz-omnitable-column-time.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<link rel="import" href="../shadycss/apply-shim.html">
<link rel="import" href="../polymer/polymer-element.html"/>
<link rel="import" href="../polymer/lib/legacy/class.html"/>

<link rel="import" href="../paper-dropdown-menu/paper-dropdown-menu.html">
<link rel="import" href="../paper-input/paper-input.html">

Expand Down
3 changes: 3 additions & 0 deletions cosmoz-omnitable-column.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<link rel="import" href="../shadycss/apply-shim.html">
<link rel="import" href="../polymer/polymer-element.html"/>

<link rel="import" href="cosmoz-omnitable-column-mixin.html">
<link rel="import" href="../iron-icon/iron-icon.html"/>
<link rel="import" href="../paper-input/paper-input.html"/>
Expand Down
4 changes: 3 additions & 1 deletion cosmoz-omnitable-group-row.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<link rel="import" href="../polymer/polymer.html" />
<link rel="import" href="../shadycss/apply-shim.html">
<link rel="import" href="../polymer/polymer-element.html"/>

<link rel="import" href="cosmoz-omnitable-repeater-mixin.html" />
<link rel="import" href="../iron-flex-layout/iron-flex-layout.html" />

Expand Down
4 changes: 3 additions & 1 deletion cosmoz-omnitable-header-row.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<link rel="import" href="../polymer/polymer.html" />
<link rel="import" href="../shadycss/apply-shim.html">
<link rel="import" href="../polymer/polymer-element.html"/>

<link rel="import" href="cosmoz-omnitable-repeater-mixin.html" />

<dom-module id="cosmoz-omnitable-header-row">
Expand Down
4 changes: 3 additions & 1 deletion cosmoz-omnitable-item-expand-line.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<link rel="import" href="../polymer/polymer.html" />
<link rel="import" href="../shadycss/apply-shim.html">
<link rel="import" href="../polymer/polymer-element.html"/>

<link rel="import" href="../iron-flex-layout/iron-flex-layout.html" />

<dom-module id="cosmoz-omnitable-item-expand-line">
Expand Down
4 changes: 3 additions & 1 deletion cosmoz-omnitable-item-expand.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<link rel="import" href="../polymer/polymer.html" />
<link rel="import" href="../shadycss/apply-shim.html">
<link rel="import" href="../polymer/polymer-element.html"/>

<link rel="import" href="cosmoz-omnitable-repeater-mixin.html" />
<link rel="import" href="cosmoz-omnitable-item-expand-line.html" />

Expand Down
4 changes: 3 additions & 1 deletion cosmoz-omnitable-item-row.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<link rel="import" href="../polymer/polymer.html" />
<link rel="import" href="../shadycss/apply-shim.html">
<link rel="import" href="../polymer/polymer-element.html"/>

<link rel="import" href="cosmoz-omnitable-repeater-mixin.html" />
<link rel="import" href="../iron-flex-layout/iron-flex-layout.html" />

Expand Down
4 changes: 3 additions & 1 deletion cosmoz-omnitable-item.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<link rel="import" href="../polymer/polymer.html" />
<link rel="import" href="../shadycss/apply-shim.html">
<link rel="import" href="../polymer/polymer-element.html"/>

<link rel="import" href="../iron-flex-layout/iron-flex-layout.html" />
<link rel="import" href="../paper-item/paper-item-shared-styles.html" />

Expand Down
3 changes: 2 additions & 1 deletion cosmoz-omnitable-repeater-mixin.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<link rel="import" href="../polymer/polymer.html" />
<link rel="import" href="../shadycss/apply-shim.html">
<link rel="import" href="../polymer/lib/utils/mixin.html"/>

<script>
(() => {
Expand Down
4 changes: 3 additions & 1 deletion cosmoz-omnitable-styles.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<link rel="import" href="../shadycss/apply-shim.html">

<link rel="import" href="../iron-flex-layout/iron-flex-layout.html"/>
<dom-module id="cosmoz-omnitable-styles">
<template>
Expand Down Expand Up @@ -305,4 +307,4 @@
}
</style>
</template>
</dom-module>
</dom-module>
6 changes: 5 additions & 1 deletion cosmoz-omnitable-templatizer.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<link rel="import" href="../polymer/polymer.html" />
<link rel="import" href="../shadycss/apply-shim.html">
<link rel="import" href="../polymer/polymer-element.html"/>
<link rel="import" href="../polymer/lib/legacy/class.html"/>
<link rel="import" href="../polymer/lib/legacy/templatizer-behavior.html"/>

<script>
window.Cosmoz = window.Cosmoz || {};

Expand Down
6 changes: 5 additions & 1 deletion cosmoz-omnitable.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<link rel="import" href="../polymer/polymer.html"/>
<link rel="import" href="../shadycss/apply-shim.html"/>
<link rel="import" href="../polymer/polymer-element.html"/>
<link rel="import" href="../polymer/lib/utils/debounce.html"/>
<link rel="import" href="../polymer/lib/utils/async.html"/>
<link rel="import" href="../polymer/lib/utils/flattened-nodes-observer.html"/>

<link rel="import" href="../iron-flex-layout/iron-flex-layout.html"/>
<link rel="import" href="../iron-flex-layout/iron-flex-layout-classes.html"/>
Expand Down

0 comments on commit 6d4dae3

Please sign in to comment.