@mobileaction/action-kit 1.40.1-beta.9 → 1.40.2-beta.1

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.
@@ -0,0 +1,29 @@
1
+ import { openBlock as t, createElementBlock as C, createElementVNode as o } from "vue";
2
+ const r = {
3
+ viewBox: "0 0 16 16",
4
+ fill: "none",
5
+ xmlns: "http://www.w3.org/2000/svg"
6
+ };
7
+ function n(l, e) {
8
+ return t(), C("svg", r, e[0] || (e[0] = [
9
+ o("g", { id: "vuesax/outline/location" }, [
10
+ o("g", { id: "location" }, [
11
+ o("path", {
12
+ id: "Vector",
13
+ d: "M8.00187 9.44679C6.58187 9.44679 5.42188 8.29346 5.42188 6.86679C5.42188 5.44012 6.58187 4.29346 8.00187 4.29346C9.42188 4.29346 10.5819 5.44679 10.5819 6.87346C10.5819 8.30012 9.42188 9.44679 8.00187 9.44679ZM8.00187 5.29346C7.13521 5.29346 6.42188 6.00012 6.42188 6.87346C6.42188 7.74679 7.12854 8.45346 8.00187 8.45346C8.87521 8.45346 9.58187 7.74679 9.58187 6.87346C9.58187 6.00012 8.86854 5.29346 8.00187 5.29346Z",
14
+ fill: "currentColor"
15
+ }),
16
+ o("path", {
17
+ id: "Vector_2",
18
+ d: "M8.00109 15.1735C7.01443 15.1735 6.02109 14.8002 5.24776 14.0602C3.28109 12.1668 1.10776 9.14683 1.92776 5.5535C2.66776 2.2935 5.51443 0.833496 8.00109 0.833496C8.00109 0.833496 8.00109 0.833496 8.00776 0.833496C10.4944 0.833496 13.3411 2.2935 14.0811 5.56016C14.8944 9.1535 12.7211 12.1668 10.7544 14.0602C9.98109 14.8002 8.98776 15.1735 8.00109 15.1735ZM8.00109 1.8335C6.06109 1.8335 3.56776 2.86683 2.90776 5.7735C2.18776 8.9135 4.16109 11.6202 5.94776 13.3335C7.10109 14.4468 8.90776 14.4468 10.0611 13.3335C11.8411 11.6202 13.8144 8.9135 13.1078 5.7735C12.4411 2.86683 9.94109 1.8335 8.00109 1.8335Z",
19
+ fill: "currentColor"
20
+ })
21
+ ])
22
+ ], -1)
23
+ ]));
24
+ }
25
+ const c = { render: n };
26
+ export {
27
+ c as default,
28
+ n as render
29
+ };
@@ -0,0 +1,22 @@
1
+ import { openBlock as t, createElementBlock as o, createElementVNode as r } from "vue";
2
+ const n = {
3
+ viewBox: "0 0 20 20",
4
+ fill: "none",
5
+ xmlns: "http://www.w3.org/2000/svg"
6
+ };
7
+ function l(c, e) {
8
+ return t(), o("svg", n, e[0] || (e[0] = [
9
+ r("g", { id: "search-2-line" }, [
10
+ r("path", {
11
+ id: "Vector",
12
+ d: "M9.25 2.5C12.976 2.5 16 5.524 16 9.25C16 12.976 12.976 16 9.25 16C5.524 16 2.5 12.976 2.5 9.25C2.5 5.524 5.524 2.5 9.25 2.5ZM9.25 14.5C12.1502 14.5 14.5 12.1502 14.5 9.25C14.5 6.349 12.1502 4 9.25 4C6.349 4 4 6.349 4 9.25C4 12.1502 6.349 14.5 9.25 14.5ZM15.6137 14.5532L17.7355 16.6742L16.6742 17.7355L14.5532 15.6137L15.6137 14.5532Z",
13
+ fill: "currentColor"
14
+ })
15
+ ], -1)
16
+ ]));
17
+ }
18
+ const s = { render: l };
19
+ export {
20
+ s as default,
21
+ l as render
22
+ };
@@ -5,6 +5,7 @@ export interface MaImage2Props {
5
5
  fallback?: string;
6
6
  alt?: string;
7
7
  zIndex?: number;
8
+ fit?: 'cover' | 'contain' | 'fill' | 'none' | 'scale-down';
8
9
  }
9
10
  declare function __VLS_template(): {
10
11
  attrs: Partial<{}>;
@@ -21,6 +22,7 @@ declare const __VLS_component: import("vue").DefineComponent<MaImage2Props, {},
21
22
  onError?: (...args: any[]) => any;
22
23
  }>, {
23
24
  fallback: string;
25
+ fit: "cover" | "contain" | "fill" | "none" | "scale-down";
24
26
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
25
27
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
26
28
  export default _default;