@m3e/button-group 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.
@@ -1904,12 +1904,51 @@
1904
1904
  "description": "Mixin to augment an element with behavior emits a click event on keyboard events.",
1905
1905
  "name": "KeyboardClick",
1906
1906
  "members": [
1907
+ {
1908
+ "kind": "field",
1909
+ "name": "#keyPressed",
1910
+ "privacy": "private",
1911
+ "type": {
1912
+ "text": "boolean"
1913
+ },
1914
+ "default": "false"
1915
+ },
1916
+ {
1917
+ "kind": "field",
1918
+ "name": "#keyDownHandler",
1919
+ "privacy": "private",
1920
+ "readonly": true
1921
+ },
1907
1922
  {
1908
1923
  "kind": "field",
1909
1924
  "name": "#keyUpHandler",
1910
1925
  "privacy": "private",
1911
1926
  "readonly": true
1912
1927
  },
1928
+ {
1929
+ "kind": "field",
1930
+ "name": "#focusOutHandler",
1931
+ "privacy": "private",
1932
+ "readonly": true
1933
+ },
1934
+ {
1935
+ "kind": "method",
1936
+ "name": "#handleKeyDown",
1937
+ "privacy": "private",
1938
+ "return": {
1939
+ "type": {
1940
+ "text": "void"
1941
+ }
1942
+ },
1943
+ "parameters": [
1944
+ {
1945
+ "name": "e",
1946
+ "type": {
1947
+ "text": "KeyboardEvent"
1948
+ }
1949
+ }
1950
+ ]
1951
+ },
1913
1952
  {
1914
1953
  "kind": "method",
1915
1954
  "name": "#handleKeyUp",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m3e/button-group",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "description": "Button Group for M3E",
5
5
  "author": "matraic <matraic@yahoo.com>",
6
6
  "license": "MIT",
@@ -29,9 +29,9 @@
29
29
  "clean": "rimraf dist"
30
30
  },
31
31
  "peerDependencies": {
32
- "@m3e/core": "1.1.2",
33
- "@m3e/button": "1.1.2",
34
- "@m3e/icon-button": "1.1.2",
32
+ "@m3e/core": "^1.1.3",
33
+ "@m3e/button": "^1.1.3",
34
+ "@m3e/icon-button": "^1.1.3",
35
35
  "lit": "^3.3.0"
36
36
  },
37
37
  "customElements": "dist/custom-elements.json"