@m3e/option 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.
@@ -2452,12 +2452,51 @@
2452
2452
  "description": "Mixin to augment an element with behavior emits a click event on keyboard events.",
2453
2453
  "name": "KeyboardClick",
2454
2454
  "members": [
2455
+ {
2456
+ "kind": "field",
2457
+ "name": "#keyPressed",
2458
+ "privacy": "private",
2459
+ "type": {
2460
+ "text": "boolean"
2461
+ },
2462
+ "default": "false"
2463
+ },
2464
+ {
2465
+ "kind": "field",
2466
+ "name": "#keyDownHandler",
2467
+ "privacy": "private",
2468
+ "readonly": true
2469
+ },
2455
2470
  {
2456
2471
  "kind": "field",
2457
2472
  "name": "#keyUpHandler",
2458
2473
  "privacy": "private",
2459
2474
  "readonly": true
2460
2475
  },
2476
+ {
2477
+ "kind": "field",
2478
+ "name": "#focusOutHandler",
2479
+ "privacy": "private",
2480
+ "readonly": true
2481
+ },
2482
+ {
2483
+ "kind": "method",
2484
+ "name": "#handleKeyDown",
2485
+ "privacy": "private",
2486
+ "return": {
2487
+ "type": {
2488
+ "text": "void"
2489
+ }
2490
+ },
2491
+ "parameters": [
2492
+ {
2493
+ "name": "e",
2494
+ "type": {
2495
+ "text": "KeyboardEvent"
2496
+ }
2497
+ }
2498
+ ]
2499
+ },
2461
2500
  {
2462
2501
  "kind": "method",
2463
2502
  "name": "#handleKeyUp",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m3e/option",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "description": "Option for M3E",
5
5
  "author": "matraic <matraic@yahoo.com>",
6
6
  "license": "MIT",
@@ -29,7 +29,7 @@
29
29
  "clean": "rimraf dist"
30
30
  },
31
31
  "peerDependencies": {
32
- "@m3e/core": "1.1.1",
32
+ "@m3e/core": "^1.1.3",
33
33
  "lit": "^3.3.0"
34
34
  },
35
35
  "customElements": "dist/custom-elements.json"