Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lrnwebcomponents/simple-picker

Package Overview
Dependencies
Maintainers
4
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lrnwebcomponents/simple-picker - npm Package Compare versions

Comparing version 2.1.7 to 2.1.8

4

package.json

@@ -18,3 +18,3 @@ {

},
"version": "2.1.7",
"version": "2.1.8",
"description": "a simple picker for swatches, icons, etc.",

@@ -65,3 +65,3 @@ "repository": {

],
"gitHead": "bc02a82db422479c2a4e9079618f99161a6a6a80"
"gitHead": "e09b71dd0ba6c70f39879e6cf2a539992d5b469a"
}

@@ -303,3 +303,4 @@ /**

"type": Boolean,
"value": false
"value": false,
"reflectToAttribute": true
},

@@ -396,2 +397,3 @@

"value": null,
"notify": true,
"observer": "_valueChanged",

@@ -669,3 +671,2 @@ "reflectToAttribute": true

let active = this.shadowRoot.querySelector("#" + this.__activeDesc);
console.log("_toggleListbox", active);
this.expanded = expanded;

@@ -672,0 +673,0 @@ if (expanded) {

@@ -348,3 +348,4 @@ /**

type: Boolean,
value: false
value: false,
reflectToAttribute: true
},

@@ -441,2 +442,3 @@

value: null,
notify: true,
observer: "_valueChanged",

@@ -713,3 +715,2 @@ reflectToAttribute: true

let active = this.shadowRoot.querySelector("#" + this.__activeDesc);
console.log("_toggleListbox", active);
this.expanded = expanded;

@@ -716,0 +717,0 @@ if (expanded) {

@@ -303,3 +303,4 @@ /**

"type": Boolean,
"value": false
"value": false,
"reflectToAttribute": true
},

@@ -396,2 +397,3 @@

"value": null,
"notify": true,
"observer": "_valueChanged",

@@ -669,3 +671,2 @@ "reflectToAttribute": true

let active = this.shadowRoot.querySelector("#" + this.__activeDesc);
console.log("_toggleListbox", active);
this.expanded = expanded;

@@ -672,0 +673,0 @@ if (expanded) {

{
"allowNull": {
"name": "allowNull",
"type": "Boolean",
"type": Boolean,
"value": false,

@@ -13,3 +13,3 @@ "reflectToAttribute": true

"name": "ariaLabelledby",
"type": "String",
"type": String,
"value": null

@@ -23,3 +23,3 @@ },

"name": "blockLabel",
"type": "Boolean",
"type": Boolean,
"value": false,

@@ -34,4 +34,5 @@ "reflectToAttribute": true

"name": "disabled",
"type": "Boolean",
"value": false
"type": Boolean,
"value": false,
"reflectToAttribute": true
},

@@ -44,3 +45,3 @@

"name": "expanded",
"type": "Boolean",
"type": Boolean,
"value": false,

@@ -56,3 +57,3 @@ "reflectToAttribute": true

"name": "hideOptionLabels",
"type": "Boolean",
"type": Boolean,
"value": false

@@ -66,3 +67,3 @@ },

"name": "label",
"type": "String",
"type": String,
"value": null,

@@ -87,3 +88,3 @@ "observer": "_setLabel"

"name": "options",
"type": "Array",
"type": Array,
"value": [

@@ -121,3 +122,3 @@ [

"name": "titleAsHtml",
"type": "Boolean",
"type": Boolean,
"value": false

@@ -131,4 +132,5 @@ },

"name": "value",
"type": "Object",
"type": Object,
"value": null,
"notify": true,
"observer": "_valueChanged",

@@ -143,3 +145,3 @@ "reflectToAttribute": true

"name": "__activeDesc",
"type": "String",
"type": String,
"value": "option-0-0"

@@ -153,3 +155,3 @@ },

"name": "__hasLabel",
"type": "Boolean",
"type": Boolean,
"value": true

@@ -163,4 +165,4 @@ },

"name": "__selectedOption",
"type": "Object"
"type": Object
}
}

@@ -255,3 +255,2 @@ /**

let active = this.shadowRoot.querySelector("#" + this.__activeDesc);
console.log("_toggleListbox", active);
this.expanded = expanded;

@@ -258,0 +257,0 @@ if (expanded) {

Sorry, the diff of this file is too big to display

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