@polymer/iron-range-behavior
Advanced tools
Comparing version 3.0.0-pre.6 to 3.0.0-pre.7
import '../polymer/polymer.js'; | ||
/** | ||
* `iron-range-behavior` provides the behavior for something with a minimum to maximum range. | ||
* | ||
* @demo demo/index.html | ||
* @polymerBehavior | ||
*/ | ||
/** | ||
@license | ||
Copyright (c) 2015 The Polymer Project Authors. All rights reserved. | ||
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt | ||
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt | ||
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt | ||
Code distributed by Google as part of the polymer project is also | ||
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt | ||
*/ | ||
Polymer.IronRangeBehavior = { | ||
export const IronRangeBehavior = { | ||
@@ -20,0 +5,0 @@ properties: { |
{ | ||
"name": "@polymer/iron-range-behavior", | ||
"flat": true, | ||
"version": "3.0.0-pre.6", | ||
"version": "3.0.0-pre.7", | ||
"description": "Provides a behavior for something with a minimum and maximum value", | ||
@@ -19,6 +19,6 @@ "contributors": "The Polymer Authors", | ||
"dependencies": { | ||
"@polymer/polymer": "^3.0.0-pre.6" | ||
"@polymer/polymer": "^3.0.0-pre.7" | ||
}, | ||
"devDependencies": { | ||
"@polymer/iron-component-page": "^3.0.0-pre.6", | ||
"@polymer/iron-component-page": "^3.0.0-pre.7", | ||
"wct-browser-legacy": "0.0.1-pre.11", | ||
@@ -25,0 +25,0 @@ "@webcomponents/webcomponentsjs": "^1.0.0" |
@@ -1,2 +0,3 @@ | ||
import '../iron-range-behavior.js'; | ||
import { IronRangeBehavior } from '../iron-range-behavior.js'; | ||
import { Polymer } from '../../polymer/lib/legacy/polymer-fn.js'; | ||
/** | ||
@@ -14,3 +15,3 @@ @license | ||
behaviors: [Polymer.IronRangeBehavior] | ||
behaviors: [IronRangeBehavior] | ||
}); |
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
13
18410
146