@m3e/list 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.
@@ -1871,12 +1871,51 @@
1871
1871
  "description": "Mixin to augment an element with behavior emits a click event on keyboard events.",
1872
1872
  "name": "KeyboardClick",
1873
1873
  "members": [
1874
+ {
1875
+ "kind": "field",
1876
+ "name": "#keyPressed",
1877
+ "privacy": "private",
1878
+ "type": {
1879
+ "text": "boolean"
1880
+ },
1881
+ "default": "false"
1882
+ },
1883
+ {
1884
+ "kind": "field",
1885
+ "name": "#keyDownHandler",
1886
+ "privacy": "private",
1887
+ "readonly": true
1888
+ },
1874
1889
  {
1875
1890
  "kind": "field",
1876
1891
  "name": "#keyUpHandler",
1877
1892
  "privacy": "private",
1878
1893
  "readonly": true
1879
1894
  },
1895
+ {
1896
+ "kind": "field",
1897
+ "name": "#focusOutHandler",
1898
+ "privacy": "private",
1899
+ "readonly": true
1900
+ },
1901
+ {
1902
+ "kind": "method",
1903
+ "name": "#handleKeyDown",
1904
+ "privacy": "private",
1905
+ "return": {
1906
+ "type": {
1907
+ "text": "void"
1908
+ }
1909
+ },
1910
+ "parameters": [
1911
+ {
1912
+ "name": "e",
1913
+ "type": {
1914
+ "text": "KeyboardEvent"
1915
+ }
1916
+ }
1917
+ ]
1918
+ },
1880
1919
  {
1881
1920
  "kind": "method",
1882
1921
  "name": "#handleKeyUp",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m3e/list",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "description": "List 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"