Socket
Socket
Sign inDemoInstall

@polymer/iron-selector

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polymer/iron-selector - npm Package Compare versions

Comparing version 3.0.0-pre.12 to 3.0.0-pre.13

16

iron-multi-selectable.js

@@ -1,4 +0,17 @@

import '@polymer/polymer/polymer-legacy.js';
/**
@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
*/
import '../polymer/polymer-legacy.js';
import { IronSelectableBehavior } from './iron-selectable.js';
/**
* @polymerBehavior Polymer.IronMultiSelectableBehavior
*/
export const IronMultiSelectableBehaviorImpl = {

@@ -149,2 +162,3 @@ properties: {

/** @polymerBehavior */
export const IronMultiSelectableBehavior = [

@@ -151,0 +165,0 @@ IronSelectableBehavior,

@@ -1,6 +0,19 @@

import '@polymer/polymer/polymer-legacy.js';
/**
@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
*/
import '../polymer/polymer-legacy.js';
import { IronSelection } from './iron-selection.js';
import { dom } from '@polymer/polymer/lib/legacy/polymer.dom.js';
import { dashToCamelCase } from '@polymer/polymer/lib/utils/case-map.js';
import { dom } from '../polymer/lib/legacy/polymer.dom.js';
import { dashToCamelCase } from '../polymer/lib/utils/case-map.js';
/**
* @polymerBehavior Polymer.IronSelectableBehavior
*/
export const IronSelectableBehavior = {

@@ -7,0 +20,0 @@

@@ -1,3 +0,17 @@

import '@polymer/polymer/polymer-legacy.js';
/**
@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
*/
import '../polymer/polymer-legacy.js';
/**
* @param {!Function} selectCallback
* @constructor
* @suppress {missingProvide}
*/
export const IronSelection = function(selectCallback) {

@@ -4,0 +18,0 @@ this.selection = [];

23

iron-selector.js

@@ -1,4 +0,14 @@

import '@polymer/polymer/polymer-legacy.js';
/**
@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
*/
import '../polymer/polymer-legacy.js';
import { IronMultiSelectableBehavior } from './iron-multi-selectable.js';
import { Polymer } from '@polymer/polymer/lib/legacy/polymer-fn.js';
import { Polymer } from '../polymer/lib/legacy/polymer-fn.js';
/**

@@ -65,11 +75,2 @@ `iron-selector` is an element which can be used to manage a list of elements

/**
@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({

@@ -76,0 +77,0 @@

@@ -22,2 +22,6 @@ {

},
"iron-selector.html": {
"convertedUrl": "iron-selector.js",
"exports": {}
},
"index.html": {

@@ -31,6 +35,2 @@ "convertedUrl": "index.html",

},
"iron-selector.html": {
"convertedUrl": "iron-selector.js",
"exports": {}
},
"test/activate-event.html": {

@@ -37,0 +37,0 @@ "convertedUrl": "test/activate-event.html",

@@ -18,8 +18,8 @@ {

"bower": "^1.8.0",
"@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",
"@webcomponents/webcomponentsjs": "^1.0.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",
"wct-browser-legacy": "^0.0.1-pre.11",
"@webcomponents/webcomponentsjs": "^2.0.0-0"
},

@@ -29,3 +29,3 @@ "scripts": {

},
"version": "3.0.0-pre.12",
"version": "3.0.0-pre.13",
"resolutions": {

@@ -39,4 +39,4 @@ "inherits": "2.0.3",

"dependencies": {
"@polymer/polymer": "3.0.0-pre.12"
"@polymer/polymer": "^3.0.0-pre.13"
}
}

@@ -1,4 +0,1 @@

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';
/**

@@ -13,2 +10,6 @@ @license

*/
import '../../polymer/polymer-legacy.js';
import { Polymer } from '../../polymer/lib/legacy/polymer-fn.js';
import { html } from '../../polymer/lib/utils/html-tag.js';
Polymer({

@@ -15,0 +16,0 @@ _template: html`

@@ -1,5 +0,1 @@

import '../iron-selector.js';
import { Polymer } from '@polymer/polymer/lib/legacy/polymer-fn.js';
import { html } from '@polymer/polymer/lib/utils/html-tag.js';
/**

@@ -14,2 +10,7 @@ @license

*/
import '../iron-selector.js';
import { Polymer } from '../../polymer/lib/legacy/polymer-fn.js';
import { html } from '../../polymer/lib/utils/html-tag.js';
Polymer({

@@ -16,0 +17,0 @@ _template: html`

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc