@mobileaction/action-kit 1.1.40 → 1.1.41

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.
@@ -57,7 +57,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
57
57
  type: __PropType<"left" | "right">;
58
58
  required: false;
59
59
  };
60
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
60
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "keyUp"[], "keyUp", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
61
61
  type: {
62
62
  type: __PropType<"primary" | "secondary" | "link" | "grey-link" | "social">;
63
63
  required: false;
@@ -102,7 +102,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
102
102
  type: __PropType<"left" | "right">;
103
103
  required: false;
104
104
  };
105
- }>>, {
105
+ }>> & {
106
+ onKeyUp?: (...args: any[]) => any;
107
+ }, {
106
108
  type: "primary" | "secondary" | "link" | "grey-link" | "social";
107
109
  variant: "success" | "warning" | "info" | "dark" | "plain" | "danger";
108
110
  size: "small" | "large" | "x-large" | "middle" | "2x-large";
@@ -16,12 +16,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
16
16
  variant: string;
17
17
  size: string;
18
18
  shape: string;
19
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MaButtonProps>, {
19
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "keyUp"[], "keyUp", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MaButtonProps>, {
20
20
  type: string;
21
21
  variant: string;
22
22
  size: string;
23
23
  shape: string;
24
- }>>>, {
24
+ }>>> & {
25
+ onKeyUp?: (...args: any[]) => any;
26
+ }, {
25
27
  size: "small" | "large" | "x-large" | "middle" | "2x-large";
26
28
  type: "primary" | "secondary" | "link" | "grey-link" | "social";
27
29
  variant: "dark" | "success" | "warning" | "info" | "plain" | "danger";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mobileaction/action-kit",
3
- "version": "1.1.40",
3
+ "version": "1.1.41",
4
4
  "main": "dist/action-kit.js",
5
5
  "module": "dist/action-kit.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -105,4 +105,4 @@
105
105
  "url": "https://github.com/mobileaction/action-kit/issues"
106
106
  },
107
107
  "homepage": "https://mobileaction.github.io/action-kit"
108
- }
108
+ }