@m3e/shape 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.
@@ -1764,12 +1764,51 @@
1764
1764
  "description": "Mixin to augment an element with behavior emits a click event on keyboard events.",
1765
1765
  "name": "KeyboardClick",
1766
1766
  "members": [
1767
+ {
1768
+ "kind": "field",
1769
+ "name": "#keyPressed",
1770
+ "privacy": "private",
1771
+ "type": {
1772
+ "text": "boolean"
1773
+ },
1774
+ "default": "false"
1775
+ },
1776
+ {
1777
+ "kind": "field",
1778
+ "name": "#keyDownHandler",
1779
+ "privacy": "private",
1780
+ "readonly": true
1781
+ },
1767
1782
  {
1768
1783
  "kind": "field",
1769
1784
  "name": "#keyUpHandler",
1770
1785
  "privacy": "private",
1771
1786
  "readonly": true
1772
1787
  },
1788
+ {
1789
+ "kind": "field",
1790
+ "name": "#focusOutHandler",
1791
+ "privacy": "private",
1792
+ "readonly": true
1793
+ },
1794
+ {
1795
+ "kind": "method",
1796
+ "name": "#handleKeyDown",
1797
+ "privacy": "private",
1798
+ "return": {
1799
+ "type": {
1800
+ "text": "void"
1801
+ }
1802
+ },
1803
+ "parameters": [
1804
+ {
1805
+ "name": "e",
1806
+ "type": {
1807
+ "text": "KeyboardEvent"
1808
+ }
1809
+ }
1810
+ ]
1811
+ },
1773
1812
  {
1774
1813
  "kind": "method",
1775
1814
  "name": "#handleKeyUp",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m3e/shape",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "description": "Shape for M3E",
5
5
  "author": "matraic <matraic@yahoo.com>",
6
6
  "license": "MIT",
@@ -62,7 +62,7 @@
62
62
  "clean": "rimraf dist"
63
63
  },
64
64
  "peerDependencies": {
65
- "@m3e/core": "1.1.2",
65
+ "@m3e/core": "^1.1.3",
66
66
  "lit": "^3.3.0"
67
67
  },
68
68
  "customElements": "dist/custom-elements.json"