@m3e/segmented-button 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.
@@ -2655,12 +2655,51 @@
2655
2655
  "description": "Mixin to augment an element with behavior emits a click event on keyboard events.",
2656
2656
  "name": "KeyboardClick",
2657
2657
  "members": [
2658
+ {
2659
+ "kind": "field",
2660
+ "name": "#keyPressed",
2661
+ "privacy": "private",
2662
+ "type": {
2663
+ "text": "boolean"
2664
+ },
2665
+ "default": "false"
2666
+ },
2667
+ {
2668
+ "kind": "field",
2669
+ "name": "#keyDownHandler",
2670
+ "privacy": "private",
2671
+ "readonly": true
2672
+ },
2658
2673
  {
2659
2674
  "kind": "field",
2660
2675
  "name": "#keyUpHandler",
2661
2676
  "privacy": "private",
2662
2677
  "readonly": true
2663
2678
  },
2679
+ {
2680
+ "kind": "field",
2681
+ "name": "#focusOutHandler",
2682
+ "privacy": "private",
2683
+ "readonly": true
2684
+ },
2685
+ {
2686
+ "kind": "method",
2687
+ "name": "#handleKeyDown",
2688
+ "privacy": "private",
2689
+ "return": {
2690
+ "type": {
2691
+ "text": "void"
2692
+ }
2693
+ },
2694
+ "parameters": [
2695
+ {
2696
+ "name": "e",
2697
+ "type": {
2698
+ "text": "KeyboardEvent"
2699
+ }
2700
+ }
2701
+ ]
2702
+ },
2664
2703
  {
2665
2704
  "kind": "method",
2666
2705
  "name": "#handleKeyUp",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m3e/segmented-button",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "description": "Segmented Button for M3E",
5
5
  "author": "matraic <matraic@yahoo.com>",
6
6
  "license": "MIT",
@@ -27,7 +27,7 @@
27
27
  "clean": "rimraf dist"
28
28
  },
29
29
  "peerDependencies": {
30
- "@m3e/core": "1.1.1",
30
+ "@m3e/core": "^1.1.3",
31
31
  "lit": "^3.3.0"
32
32
  },
33
33
  "customElements": "dist/custom-elements.json"