@mobileaction/action-kit 1.40.1-beta.3 → 1.40.1-beta.5

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.
@@ -15984,7 +15984,7 @@ const Sp = /* @__PURE__ */ Bi(CL), bu = {
15984
15984
  fallback: { default: "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQsBGOs2225fFqTfnl5EKlrEUBn5-drby1x3Q&s" },
15985
15985
  alt: {}
15986
15986
  },
15987
- emits: ["error", "click"],
15987
+ emits: ["error"],
15988
15988
  setup(a, { emit: s }) {
15989
15989
  const i = a, c = s, d = Gn("imageGroup", null), v = Ge(!1), _ = Ge(!1), w = T(() => _.value ? i.fallback : i.src);
15990
15990
  function B() {
@@ -15,10 +15,8 @@ declare function __VLS_template(): {
15
15
  };
16
16
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
17
  declare const __VLS_component: import("vue").DefineComponent<MaImage2Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
18
- click: (...args: any[]) => void;
19
18
  error: (...args: any[]) => void;
20
19
  }, string, import("vue").PublicProps, Readonly<MaImage2Props> & Readonly<{
21
- onClick?: (...args: any[]) => any;
22
20
  onError?: (...args: any[]) => any;
23
21
  }>, {
24
22
  fallback: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mobileaction/action-kit",
3
- "version": "1.40.1-beta.3",
3
+ "version": "1.40.1-beta.5",
4
4
  "type": "module",
5
5
  "main": "dist/action-kit.mjs",
6
6
  "module": "dist/action-kit.mjs",