@m3e/select 1.1.1 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2679,12 +2679,51 @@
2679
2679
  "description": "Mixin to augment an element with behavior emits a click event on keyboard events.",
2680
2680
  "name": "KeyboardClick",
2681
2681
  "members": [
2682
+ {
2683
+ "kind": "field",
2684
+ "name": "#keyPressed",
2685
+ "privacy": "private",
2686
+ "type": {
2687
+ "text": "boolean"
2688
+ },
2689
+ "default": "false"
2690
+ },
2691
+ {
2692
+ "kind": "field",
2693
+ "name": "#keyDownHandler",
2694
+ "privacy": "private",
2695
+ "readonly": true
2696
+ },
2682
2697
  {
2683
2698
  "kind": "field",
2684
2699
  "name": "#keyUpHandler",
2685
2700
  "privacy": "private",
2686
2701
  "readonly": true
2687
2702
  },
2703
+ {
2704
+ "kind": "field",
2705
+ "name": "#focusOutHandler",
2706
+ "privacy": "private",
2707
+ "readonly": true
2708
+ },
2709
+ {
2710
+ "kind": "method",
2711
+ "name": "#handleKeyDown",
2712
+ "privacy": "private",
2713
+ "return": {
2714
+ "type": {
2715
+ "text": "void"
2716
+ }
2717
+ },
2718
+ "parameters": [
2719
+ {
2720
+ "name": "e",
2721
+ "type": {
2722
+ "text": "KeyboardEvent"
2723
+ }
2724
+ }
2725
+ ]
2726
+ },
2688
2727
  {
2689
2728
  "kind": "method",
2690
2729
  "name": "#handleKeyUp",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m3e/select",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "description": "Select for M3E",
5
5
  "author": "matraic <matraic@yahoo.com>",
6
6
  "license": "MIT",
@@ -27,9 +27,9 @@
27
27
  "clean": "rimraf dist"
28
28
  },
29
29
  "peerDependencies": {
30
- "@m3e/core": "1.1.1",
31
- "@m3e/form-field": "1.1.1",
32
- "@m3e/option": "1.1.1",
30
+ "@m3e/core": "^1.1.3",
31
+ "@m3e/form-field": "^1.1.3",
32
+ "@m3e/option": "^1.1.3",
33
33
  "lit": "^3.3.0"
34
34
  },
35
35
  "customElements": "dist/custom-elements.json"