@mobileaction/action-kit 1.40.0 → 1.40.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,31 @@
1
+ import { openBlock as C, createElementBlock as e, createElementVNode as l } from "vue";
2
+ const t = {
3
+ viewBox: "0 0 24 24",
4
+ fill: "none",
5
+ xmlns: "http://www.w3.org/2000/svg"
6
+ };
7
+ function o(n, r) {
8
+ return C(), e("svg", t, r[0] || (r[0] = [
9
+ l("path", {
10
+ d: "M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z",
11
+ fill: "currentColor"
12
+ }, null, -1),
13
+ l("path", {
14
+ d: "M10 22.75C9.59 22.75 9.25 22.41 9.25 22V2C9.25 1.59 9.59 1.25 10 1.25C10.41 1.25 10.75 1.59 10.75 2V22C10.75 22.41 10.41 22.75 10 22.75Z",
15
+ fill: "currentColor"
16
+ }, null, -1),
17
+ l("path", {
18
+ d: "M22 9.25H10C9.59 9.25 9.25 8.91 9.25 8.5C9.25 8.09 9.59 7.75 10 7.75H22C22.41 7.75 22.75 8.09 22.75 8.5C22.75 8.91 22.41 9.25 22 9.25Z",
19
+ fill: "currentColor"
20
+ }, null, -1),
21
+ l("path", {
22
+ d: "M22 16.25H10C9.59 16.25 9.25 15.91 9.25 15.5C9.25 15.09 9.59 14.75 10 14.75H22C22.41 14.75 22.75 15.09 22.75 15.5C22.75 15.91 22.41 16.25 22 16.25Z",
23
+ fill: "currentColor"
24
+ }, null, -1)
25
+ ]));
26
+ }
27
+ const c = { render: o };
28
+ export {
29
+ c as default,
30
+ o as render
31
+ };
@@ -29,11 +29,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<Ma
29
29
  showSearch: boolean;
30
30
  listHeight: number;
31
31
  multiple: boolean;
32
- filterFn: Function;
33
32
  showSelectedCountryCode: boolean;
34
33
  iconRound: boolean;
35
34
  iconRatio: MaFlagIconRatio;
36
35
  badgeProps: MaBadgeProps;
36
+ filterFn: Function;
37
37
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, Partial<Record<NonNullable<string | number>, (_: any) => any>>>;
38
38
  export default _default;
39
39
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -62,7 +62,6 @@ export { default as MaSideMenuAppButton } from './components/side-menu/app-butto
62
62
  export { default as MaSideMenuAddNewAppButton } from './components/side-menu/add-new-app-button/index.vue';
63
63
  export { default as MaProgress } from './components/progress/index.vue';
64
64
  export * from './components/progress/types';
65
- export { default as MaAutoComplete } from './components/autocomplete/index.vue';
66
65
  export { default as MaTabs } from './components/tabs/index.vue';
67
66
  export * from './components/tabs/types';
68
67
  export { default as MaTabPane } from './components/tabs/components/tabPane.vue';