@m3e/split-button 1.1.2 → 1.1.4

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.
@@ -2072,12 +2072,51 @@
2072
2072
  "description": "Mixin to augment an element with behavior emits a click event on keyboard events.",
2073
2073
  "name": "KeyboardClick",
2074
2074
  "members": [
2075
+ {
2076
+ "kind": "field",
2077
+ "name": "#keyPressed",
2078
+ "privacy": "private",
2079
+ "type": {
2080
+ "text": "boolean"
2081
+ },
2082
+ "default": "false"
2083
+ },
2084
+ {
2085
+ "kind": "field",
2086
+ "name": "#keyDownHandler",
2087
+ "privacy": "private",
2088
+ "readonly": true
2089
+ },
2075
2090
  {
2076
2091
  "kind": "field",
2077
2092
  "name": "#keyUpHandler",
2078
2093
  "privacy": "private",
2079
2094
  "readonly": true
2080
2095
  },
2096
+ {
2097
+ "kind": "field",
2098
+ "name": "#focusOutHandler",
2099
+ "privacy": "private",
2100
+ "readonly": true
2101
+ },
2102
+ {
2103
+ "kind": "method",
2104
+ "name": "#handleKeyDown",
2105
+ "privacy": "private",
2106
+ "return": {
2107
+ "type": {
2108
+ "text": "void"
2109
+ }
2110
+ },
2111
+ "parameters": [
2112
+ {
2113
+ "name": "e",
2114
+ "type": {
2115
+ "text": "KeyboardEvent"
2116
+ }
2117
+ }
2118
+ ]
2119
+ },
2081
2120
  {
2082
2121
  "kind": "method",
2083
2122
  "name": "#handleKeyUp",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m3e/split-button",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "description": "Split Button for M3E",
5
5
  "author": "matraic <matraic@yahoo.com>",
6
6
  "license": "MIT",
@@ -27,10 +27,10 @@
27
27
  "clean": "rimraf dist"
28
28
  },
29
29
  "peerDependencies": {
30
- "@m3e/core": "1.1.2",
31
- "@m3e/button": "1.1.2",
32
- "@m3e/icon-button": "1.1.2",
33
- "@m3e/button-group": "1.1.2",
30
+ "@m3e/core": "^1.1.3",
31
+ "@m3e/button": "^1.1.3",
32
+ "@m3e/icon-button": "^1.1.3",
33
+ "@m3e/button-group": "^1.1.3",
34
34
  "lit": "^3.3.0"
35
35
  },
36
36
  "customElements": "dist/custom-elements.json"