@m3e/heading 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.
@@ -2199,12 +2199,51 @@
2199
2199
  "description": "Mixin to augment an element with behavior emits a click event on keyboard events.",
2200
2200
  "name": "KeyboardClick",
2201
2201
  "members": [
2202
+ {
2203
+ "kind": "field",
2204
+ "name": "#keyPressed",
2205
+ "privacy": "private",
2206
+ "type": {
2207
+ "text": "boolean"
2208
+ },
2209
+ "default": "false"
2210
+ },
2211
+ {
2212
+ "kind": "field",
2213
+ "name": "#keyDownHandler",
2214
+ "privacy": "private",
2215
+ "readonly": true
2216
+ },
2202
2217
  {
2203
2218
  "kind": "field",
2204
2219
  "name": "#keyUpHandler",
2205
2220
  "privacy": "private",
2206
2221
  "readonly": true
2207
2222
  },
2223
+ {
2224
+ "kind": "field",
2225
+ "name": "#focusOutHandler",
2226
+ "privacy": "private",
2227
+ "readonly": true
2228
+ },
2229
+ {
2230
+ "kind": "method",
2231
+ "name": "#handleKeyDown",
2232
+ "privacy": "private",
2233
+ "return": {
2234
+ "type": {
2235
+ "text": "void"
2236
+ }
2237
+ },
2238
+ "parameters": [
2239
+ {
2240
+ "name": "e",
2241
+ "type": {
2242
+ "text": "KeyboardEvent"
2243
+ }
2244
+ }
2245
+ ]
2246
+ },
2208
2247
  {
2209
2248
  "kind": "method",
2210
2249
  "name": "#handleKeyUp",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m3e/heading",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "description": "Heading 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"