@m3e/tooltip 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.
@@ -2114,12 +2114,51 @@
2114
2114
  "description": "Mixin to augment an element with behavior emits a click event on keyboard events.",
2115
2115
  "name": "KeyboardClick",
2116
2116
  "members": [
2117
+ {
2118
+ "kind": "field",
2119
+ "name": "#keyPressed",
2120
+ "privacy": "private",
2121
+ "type": {
2122
+ "text": "boolean"
2123
+ },
2124
+ "default": "false"
2125
+ },
2126
+ {
2127
+ "kind": "field",
2128
+ "name": "#keyDownHandler",
2129
+ "privacy": "private",
2130
+ "readonly": true
2131
+ },
2117
2132
  {
2118
2133
  "kind": "field",
2119
2134
  "name": "#keyUpHandler",
2120
2135
  "privacy": "private",
2121
2136
  "readonly": true
2122
2137
  },
2138
+ {
2139
+ "kind": "field",
2140
+ "name": "#focusOutHandler",
2141
+ "privacy": "private",
2142
+ "readonly": true
2143
+ },
2144
+ {
2145
+ "kind": "method",
2146
+ "name": "#handleKeyDown",
2147
+ "privacy": "private",
2148
+ "return": {
2149
+ "type": {
2150
+ "text": "void"
2151
+ }
2152
+ },
2153
+ "parameters": [
2154
+ {
2155
+ "name": "e",
2156
+ "type": {
2157
+ "text": "KeyboardEvent"
2158
+ }
2159
+ }
2160
+ ]
2161
+ },
2123
2162
  {
2124
2163
  "kind": "method",
2125
2164
  "name": "#handleKeyUp",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m3e/tooltip",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "description": "Tooltip 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.2",
30
+ "@m3e/core": "^1.1.3",
31
31
  "lit": "^3.3.0"
32
32
  },
33
33
  "customElements": "dist/custom-elements.json"