@mobileaction/action-kit 1.40.1-beta.3 → 1.40.1-beta.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.
@@ -15976,6 +15976,7 @@ const Sp = /* @__PURE__ */ Bi(CL), bu = {
15976
15976
  }
15977
15977
  }), TL = ["src", "alt"], PL = { class: "preview-mask-overlay" }, EL = /* @__PURE__ */ xe({
15978
15978
  name: "MaImage2",
15979
+ inheritAttrs: !1,
15979
15980
  __name: "index",
15980
15981
  props: {
15981
15982
  src: {},
@@ -15984,7 +15985,7 @@ const Sp = /* @__PURE__ */ Bi(CL), bu = {
15984
15985
  fallback: { default: "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQsBGOs2225fFqTfnl5EKlrEUBn5-drby1x3Q&s" },
15985
15986
  alt: {}
15986
15987
  },
15987
- emits: ["error", "click"],
15988
+ emits: ["error"],
15988
15989
  setup(a, { emit: s }) {
15989
15990
  const i = a, c = s, d = Gn("imageGroup", null), v = Ge(!1), _ = Ge(!1), w = T(() => _.value ? i.fallback : i.src);
15990
15991
  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.4",
4
4
  "type": "module",
5
5
  "main": "dist/action-kit.mjs",
6
6
  "module": "dist/action-kit.mjs",