@m3e/icon 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.
@@ -1845,12 +1845,51 @@
1845
1845
  "description": "Mixin to augment an element with behavior emits a click event on keyboard events.",
1846
1846
  "name": "KeyboardClick",
1847
1847
  "members": [
1848
+ {
1849
+ "kind": "field",
1850
+ "name": "#keyPressed",
1851
+ "privacy": "private",
1852
+ "type": {
1853
+ "text": "boolean"
1854
+ },
1855
+ "default": "false"
1856
+ },
1857
+ {
1858
+ "kind": "field",
1859
+ "name": "#keyDownHandler",
1860
+ "privacy": "private",
1861
+ "readonly": true
1862
+ },
1848
1863
  {
1849
1864
  "kind": "field",
1850
1865
  "name": "#keyUpHandler",
1851
1866
  "privacy": "private",
1852
1867
  "readonly": true
1853
1868
  },
1869
+ {
1870
+ "kind": "field",
1871
+ "name": "#focusOutHandler",
1872
+ "privacy": "private",
1873
+ "readonly": true
1874
+ },
1875
+ {
1876
+ "kind": "method",
1877
+ "name": "#handleKeyDown",
1878
+ "privacy": "private",
1879
+ "return": {
1880
+ "type": {
1881
+ "text": "void"
1882
+ }
1883
+ },
1884
+ "parameters": [
1885
+ {
1886
+ "name": "e",
1887
+ "type": {
1888
+ "text": "KeyboardEvent"
1889
+ }
1890
+ }
1891
+ ]
1892
+ },
1854
1893
  {
1855
1894
  "kind": "method",
1856
1895
  "name": "#handleKeyUp",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m3e/icon",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "description": "Icon 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"