@polymer/iron-selector
Advanced tools
Comparing version 3.0.0-pre.11 to 3.0.0-pre.12
@@ -1,2 +0,2 @@ | ||
import '../polymer/polymer.js'; | ||
import '@polymer/polymer/polymer-legacy.js'; | ||
import { IronSelectableBehavior } from './iron-selectable.js'; | ||
@@ -3,0 +3,0 @@ |
@@ -1,5 +0,5 @@ | ||
import '../polymer/polymer.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'; | ||
@@ -6,0 +6,0 @@ export const IronSelectableBehavior = { |
@@ -1,2 +0,2 @@ | ||
import '../polymer/polymer.js'; | ||
import '@polymer/polymer/polymer-legacy.js'; | ||
@@ -3,0 +3,0 @@ export const IronSelection = function(selectCallback) { |
@@ -1,4 +0,4 @@ | ||
import '../polymer/polymer.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'; | ||
/** | ||
@@ -5,0 +5,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.10", | ||
"@polymer/iron-demo-helpers": "^3.0.0-pre.10", | ||
"@polymer/iron-test-helpers": "^3.0.0-pre.10", | ||
"@polymer/paper-styles": "^3.0.0-pre.10", | ||
"@polymer/iron-component-page": "3.0.0-pre.12", | ||
"@polymer/iron-demo-helpers": "3.0.0-pre.12", | ||
"@polymer/iron-test-helpers": "3.0.0-pre.12", | ||
"@polymer/paper-styles": "3.0.0-pre.12", | ||
"wct-browser-legacy": "0.0.1-pre.11", | ||
@@ -29,3 +29,3 @@ "@webcomponents/webcomponentsjs": "^1.0.0" | ||
}, | ||
"version": "3.0.0-pre.11", | ||
"version": "3.0.0-pre.12", | ||
"resolutions": { | ||
@@ -39,4 +39,4 @@ "inherits": "2.0.3", | ||
"dependencies": { | ||
"@polymer/polymer": "^3.0.0-pre.10" | ||
"@polymer/polymer": "3.0.0-pre.12" | ||
} | ||
} |
@@ -1,4 +0,4 @@ | ||
import '../../polymer/polymer.js'; | ||
import { Polymer } from '../../polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '../../polymer/lib/utils/html-tag.js'; | ||
import '@polymer/polymer/polymer-legacy.js'; | ||
import { Polymer } from '@polymer/polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '@polymer/polymer/lib/utils/html-tag.js'; | ||
/** | ||
@@ -5,0 +5,0 @@ @license |
import '../iron-selector.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'; | ||
@@ -5,0 +5,0 @@ /** |
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
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
99580
27
783
+ Added@polymer/polymer@3.0.0-pre.12(transitive)
+ Added@webcomponents/webcomponentsjs@1.3.3(transitive)
- Removed@polymer/polymer@3.5.2(transitive)