@polymer/iron-selector
Advanced tools
Comparing version 3.0.0-pre.13 to 3.0.0-pre.14
@@ -10,3 +10,3 @@ /** | ||
*/ | ||
import '../polymer/polymer-legacy.js'; | ||
import '@polymer/polymer/polymer-legacy.js'; | ||
@@ -13,0 +13,0 @@ import { IronSelectableBehavior } from './iron-selectable.js'; |
@@ -10,7 +10,7 @@ /** | ||
*/ | ||
import '../polymer/polymer-legacy.js'; | ||
import '@polymer/polymer/polymer-legacy.js'; | ||
import { IronSelection } from './iron-selection.js'; | ||
import { dom } from '../polymer/lib/legacy/polymer.dom.js'; | ||
import { dashToCamelCase } from '../polymer/lib/utils/case-map.js'; | ||
import { dom } from '@polymer/polymer/lib/legacy/polymer.dom.js'; | ||
import { dashToCamelCase } from '@polymer/polymer/lib/utils/case-map.js'; | ||
@@ -17,0 +17,0 @@ /** |
@@ -10,3 +10,3 @@ /** | ||
*/ | ||
import '../polymer/polymer-legacy.js'; | ||
import '@polymer/polymer/polymer-legacy.js'; | ||
@@ -13,0 +13,0 @@ /** |
@@ -10,6 +10,6 @@ /** | ||
*/ | ||
import '../polymer/polymer-legacy.js'; | ||
import '@polymer/polymer/polymer-legacy.js'; | ||
import { IronMultiSelectableBehavior } from './iron-multi-selectable.js'; | ||
import { Polymer } from '../polymer/lib/legacy/polymer-fn.js'; | ||
import { Polymer } from '@polymer/polymer/lib/legacy/polymer-fn.js'; | ||
/** | ||
@@ -16,0 +16,0 @@ `iron-selector` is an element which can be used to manage a list of elements |
@@ -18,6 +18,6 @@ { | ||
"bower": "^1.8.0", | ||
"@polymer/iron-component-page": "^3.0.0-pre.13", | ||
"@polymer/iron-demo-helpers": "^3.0.0-pre.13", | ||
"@polymer/iron-test-helpers": "^3.0.0-pre.13", | ||
"@polymer/paper-styles": "^3.0.0-pre.13", | ||
"@polymer/iron-component-page": "^3.0.0-pre.14", | ||
"@polymer/iron-demo-helpers": "^3.0.0-pre.14", | ||
"@polymer/iron-test-helpers": "^3.0.0-pre.14", | ||
"@polymer/paper-styles": "^3.0.0-pre.14", | ||
"wct-browser-legacy": "^0.0.1-pre.11", | ||
@@ -29,3 +29,3 @@ "@webcomponents/webcomponentsjs": "^2.0.0-0" | ||
}, | ||
"version": "3.0.0-pre.13", | ||
"version": "3.0.0-pre.14", | ||
"resolutions": { | ||
@@ -32,0 +32,0 @@ "inherits": "2.0.3", |
@@ -10,6 +10,6 @@ /** | ||
*/ | ||
import '../../polymer/polymer-legacy.js'; | ||
import '@polymer/polymer/polymer-legacy.js'; | ||
import { Polymer } from '../../polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '../../polymer/lib/utils/html-tag.js'; | ||
import { Polymer } from '@polymer/polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '@polymer/polymer/lib/utils/html-tag.js'; | ||
Polymer({ | ||
@@ -16,0 +16,0 @@ _template: html` |
@@ -12,4 +12,4 @@ /** | ||
import { Polymer } from '../../polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '../../polymer/lib/utils/html-tag.js'; | ||
import { Polymer } from '@polymer/polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '@polymer/polymer/lib/utils/html-tag.js'; | ||
@@ -16,0 +16,0 @@ Polymer({ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
101414