@mobileaction/action-kit 1.1.57 → 1.1.59

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.
Files changed (55) hide show
  1. package/dist/action-kit.js +12 -12
  2. package/dist/action-kit.mjs +1963 -1566
  3. package/dist/add-bulk-3c1a00aa.js +1 -0
  4. package/dist/add-bulk-45297ea5.mjs +24 -0
  5. package/dist/clipboard-close-bulk-2185f246.js +1 -0
  6. package/dist/clipboard-close-bulk-e8cb0134.mjs +24 -0
  7. package/dist/clipboard-close-e98f940f.mjs +31 -0
  8. package/dist/clipboard-close-f4e53fb5.js +1 -0
  9. package/dist/clipboard-tick-6a17c9c3.js +1 -0
  10. package/dist/clipboard-tick-bulk-fb5a0cc9.js +1 -0
  11. package/dist/clipboard-tick-bulk-fcbe707d.mjs +24 -0
  12. package/dist/{info-circle-2-bulk-e316569f.mjs → clipboard-tick-e536bafb.mjs} +13 -13
  13. package/dist/components/icon-button/index.vue.d.ts +10 -0
  14. package/dist/components/keyword-group-selection/components/kwGroupForm.vue.d.ts +19 -0
  15. package/dist/components/keyword-group-selection/components/kwGroupItem.vue.d.ts +31 -0
  16. package/dist/components/keyword-group-selection/composables/index.d.ts +10 -0
  17. package/dist/components/keyword-group-selection/index.vue.d.ts +64 -0
  18. package/dist/components/keyword-group-selection/types.d.ts +16 -0
  19. package/dist/copy-bulk-6ed3491f.js +1 -0
  20. package/dist/copy-bulk-94697637.mjs +24 -0
  21. package/dist/direct-inbox-4a51ec29.mjs +29 -0
  22. package/dist/direct-inbox-bold-90ca3b31.js +1 -0
  23. package/dist/direct-inbox-bold-99df4d1b.mjs +23 -0
  24. package/dist/direct-inbox-bulk-a1746e93.js +1 -0
  25. package/dist/direct-inbox-bulk-fb52afab.mjs +24 -0
  26. package/dist/direct-inbox-dd9be3a6.js +1 -0
  27. package/dist/drag-103637c8.js +1 -0
  28. package/dist/drag-d1b58bb4.mjs +16 -0
  29. package/dist/edit-2-01bcc2c3.js +1 -0
  30. package/dist/edit-2-bulk-8806bd19.mjs +24 -0
  31. package/dist/edit-2-bulk-a8d776f1.js +1 -0
  32. package/dist/edit-2-e5c8a233.mjs +31 -0
  33. package/dist/index.d.ts +1 -0
  34. package/dist/info-circle-2-bulk-a0eb7293.js +1 -0
  35. package/dist/info-circle-2-bulk-ec2b9a82.mjs +24 -0
  36. package/dist/lock-slash-93bad28d.js +1 -0
  37. package/dist/lock-slash-a2504fa2.mjs +29 -0
  38. package/dist/lock-slash-bulk-7ba8d587.js +1 -0
  39. package/dist/lock-slash-bulk-fcb240d5.mjs +16 -0
  40. package/dist/outline-lock-8af2d6db.js +1 -0
  41. package/dist/outline-lock-ba9870dd.mjs +29 -0
  42. package/dist/outline-lock-bulk-e862fd91.mjs +29 -0
  43. package/dist/outline-lock-bulk-eaf52663.js +1 -0
  44. package/dist/src/components/icon-button/index.vue.d.ts +2 -0
  45. package/dist/src/components/keyword-group-selection/components/kwGroupForm.vue.d.ts +17 -0
  46. package/dist/src/components/keyword-group-selection/components/kwGroupItem.vue.d.ts +21 -0
  47. package/dist/src/components/keyword-group-selection/composables/index.d.ts +10 -0
  48. package/dist/src/components/keyword-group-selection/index.vue.d.ts +45 -0
  49. package/dist/src/components/keyword-group-selection/stories/constants.d.ts +5 -0
  50. package/dist/src/components/keyword-group-selection/stories/default.stories.d.ts +7 -0
  51. package/dist/src/components/keyword-group-selection/types.d.ts +16 -0
  52. package/dist/src/index.d.ts +1 -0
  53. package/dist/style.css +1 -1
  54. package/package.json +3 -2
  55. package/dist/info-circle-2-bulk-ca6c45a3.js +0 -1
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),o={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},c=e.createElementVNode("path",{fill:"currentColor",d:"M16.19 2H7.81C4.17 2 2 4.17 2 7.81v8.37C2 19.83 4.17 22 7.81 22h8.37c3.64 0 5.81-2.17 5.81-5.81V7.81C22 4.17 19.83 2 16.19 2Z",opacity:".4"},null,-1),n=e.createElementVNode("path",{fill:"currentColor",d:"M18 11.25h-5.25V6c0-.41-.34-.75-.75-.75s-.75.34-.75.75v5.25H6c-.41 0-.75.34-.75.75s.34.75.75.75h5.25V18c0 .41.34.75.75.75s.75-.34.75-.75v-5.25H18c.41 0 .75-.34.75-.75s-.34-.75-.75-.75Z"},null,-1),r=[c,n];function t(s,d){return e.openBlock(),e.createElementBlock("svg",o,r)}const l={render:t};exports.default=l;exports.render=t;
@@ -0,0 +1,24 @@
1
+ import { openBlock as t, createElementBlock as o, createElementVNode as e } from "vue";
2
+ const c = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ fill: "none",
5
+ viewBox: "0 0 24 24"
6
+ }, n = /* @__PURE__ */ e("path", {
7
+ fill: "currentColor",
8
+ d: "M16.19 2H7.81C4.17 2 2 4.17 2 7.81v8.37C2 19.83 4.17 22 7.81 22h8.37c3.64 0 5.81-2.17 5.81-5.81V7.81C22 4.17 19.83 2 16.19 2Z",
9
+ opacity: ".4"
10
+ }, null, -1), l = /* @__PURE__ */ e("path", {
11
+ fill: "currentColor",
12
+ d: "M18 11.25h-5.25V6c0-.41-.34-.75-.75-.75s-.75.34-.75.75v5.25H6c-.41 0-.75.34-.75.75s.34.75.75.75h5.25V18c0 .41.34.75.75.75s.75-.34.75-.75v-5.25H18c.41 0 .75-.34.75-.75s-.34-.75-.75-.75Z"
13
+ }, null, -1), r = [
14
+ n,
15
+ l
16
+ ];
17
+ function s(d, h) {
18
+ return t(), o("svg", c, r);
19
+ }
20
+ const _ = { render: s };
21
+ export {
22
+ _ as default,
23
+ s as render
24
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),c={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},o=e.createElementVNode("path",{fill:"currentColor",d:"M16.24 3.65H7.76c-2.47 0-4.47 2.01-4.47 4.47v9.41C3.29 19.99 5.3 22 7.76 22h8.47c2.47 0 4.47-2.01 4.47-4.47V8.12c.01-2.47-2-4.47-4.46-4.47Z",opacity:".4"},null,-1),l=e.createElementVNode("path",{fill:"currentColor",d:"M14.35 2h-4.7c-1.04 0-1.89.84-1.89 1.88v.94c0 1.04.84 1.88 1.88 1.88h4.71c1.04 0 1.88-.84 1.88-1.88v-.94C16.24 2.84 15.39 2 14.35 2ZM14.53 15.62l-1.45-1.45 1.4-1.4c.29-.29.29-.77 0-1.06a.754.754 0 0 0-1.06 0l-1.4 1.4-1.45-1.45a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l1.45 1.45-1.49 1.49c-.29.29-.29.77 0 1.06.15.15.34.22.53.22s.38-.07.53-.22l1.49-1.49 1.45 1.45c.15.15.34.22.53.22s.38-.07.53-.22c.29-.29.29-.76 0-1.06Z"},null,-1),n=[o,l];function t(s,d){return e.openBlock(),e.createElementBlock("svg",c,n)}const r={render:t};exports.default=r;exports.render=t;
@@ -0,0 +1,24 @@
1
+ import { openBlock as e, createElementBlock as o, createElementVNode as c } from "vue";
2
+ const t = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ fill: "none",
5
+ viewBox: "0 0 24 24"
6
+ }, l = /* @__PURE__ */ c("path", {
7
+ fill: "currentColor",
8
+ d: "M16.24 3.65H7.76c-2.47 0-4.47 2.01-4.47 4.47v9.41C3.29 19.99 5.3 22 7.76 22h8.47c2.47 0 4.47-2.01 4.47-4.47V8.12c.01-2.47-2-4.47-4.46-4.47Z",
9
+ opacity: ".4"
10
+ }, null, -1), n = /* @__PURE__ */ c("path", {
11
+ fill: "currentColor",
12
+ d: "M14.35 2h-4.7c-1.04 0-1.89.84-1.89 1.88v.94c0 1.04.84 1.88 1.88 1.88h4.71c1.04 0 1.88-.84 1.88-1.88v-.94C16.24 2.84 15.39 2 14.35 2ZM14.53 15.62l-1.45-1.45 1.4-1.4c.29-.29.29-.77 0-1.06a.754.754 0 0 0-1.06 0l-1.4 1.4-1.45-1.45a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l1.45 1.45-1.49 1.49c-.29.29-.29.77 0 1.06.15.15.34.22.53.22s.38-.07.53-.22l1.49-1.49 1.45 1.45c.15.15.34.22.53.22s.38-.07.53-.22c.29-.29.29-.76 0-1.06Z"
13
+ }, null, -1), r = [
14
+ l,
15
+ n
16
+ ];
17
+ function s(i, a) {
18
+ return e(), o("svg", t, r);
19
+ }
20
+ const h = { render: s };
21
+ export {
22
+ h as default,
23
+ s as render
24
+ };
@@ -0,0 +1,31 @@
1
+ import { openBlock as o, createElementBlock as t, createElementVNode as e } from "vue";
2
+ const r = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ fill: "none",
5
+ viewBox: "0 0 24 24"
6
+ }, n = /* @__PURE__ */ e("path", {
7
+ stroke: "currentColor",
8
+ "stroke-linecap": "round",
9
+ "stroke-linejoin": "round",
10
+ "stroke-miterlimit": "10",
11
+ "stroke-width": "1.5",
12
+ d: "m14 16.16-3.96-3.96M13.96 12.24 10 16.2M10 6h4c2 0 2-1 2-2 0-2-1-2-2-2h-4C9 2 8 2 8 4s1 2 2 2Z"
13
+ }, null, -1), s = /* @__PURE__ */ e("path", {
14
+ stroke: "currentColor",
15
+ "stroke-linecap": "round",
16
+ "stroke-linejoin": "round",
17
+ "stroke-miterlimit": "10",
18
+ "stroke-width": "1.5",
19
+ d: "M16 4.02c3.33.18 5 1.41 5 5.98v6c0 4-1 6-6 6H9c-5 0-6-2-6-6v-6c0-4.56 1.67-5.8 5-5.98"
20
+ }, null, -1), c = [
21
+ n,
22
+ s
23
+ ];
24
+ function i(l, d) {
25
+ return o(), t("svg", r, c);
26
+ }
27
+ const k = { render: i };
28
+ export {
29
+ k as default,
30
+ i as render
31
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),o={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},r=e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-miterlimit":"10","stroke-width":"1.5",d:"m14 16.16-3.96-3.96M13.96 12.24 10 16.2M10 6h4c2 0 2-1 2-2 0-2-1-2-2-2h-4C9 2 8 2 8 4s1 2 2 2Z"},null,-1),n=e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-miterlimit":"10","stroke-width":"1.5",d:"M16 4.02c3.33.18 5 1.41 5 5.98v6c0 4-1 6-6 6H9c-5 0-6-2-6-6v-6c0-4.56 1.67-5.8 5-5.98"},null,-1),c=[r,n];function t(i,l){return e.openBlock(),e.createElementBlock("svg",o,c)}const s={render:t};exports.default=s;exports.render=t;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),o={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},r=e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"m9.31 14.7 1.5 1.5 4-4"},null,-1),n=e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-miterlimit":"10","stroke-width":"1.5",d:"M10 6h4c2 0 2-1 2-2 0-2-1-2-2-2h-4C9 2 8 2 8 4s1 2 2 2Z"},null,-1),c=e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-miterlimit":"10","stroke-width":"1.5",d:"M16 4.02c3.33.18 5 1.41 5 5.98v6c0 4-1 6-6 6H9c-5 0-6-2-6-6v-6c0-4.56 1.67-5.8 5-5.98"},null,-1),i=[r,n,c];function t(l,d){return e.openBlock(),e.createElementBlock("svg",o,i)}const s={render:t};exports.default=s;exports.render=t;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),c={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},o=e.createElementVNode("path",{fill:"currentColor",d:"M16.24 3.65H7.76c-2.47 0-4.47 2.01-4.47 4.47v9.41C3.29 19.99 5.3 22 7.76 22h8.47c2.47 0 4.47-2.01 4.47-4.47V8.12c.01-2.47-2-4.47-4.46-4.47Z",opacity:".4"},null,-1),l=e.createElementVNode("path",{fill:"currentColor",d:"M14.35 2h-4.7c-1.04 0-1.89.84-1.89 1.88v.94c0 1.04.84 1.88 1.88 1.88h4.71c1.04 0 1.88-.84 1.88-1.88v-.94C16.24 2.84 15.39 2 14.35 2ZM10.81 16.95c-.19 0-.38-.07-.53-.22l-1.5-1.5a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.97.97 3.47-3.47c.29-.29.77-.29 1.06 0 .29.29.29.77 0 1.06l-4 4c-.14.15-.34.22-.53.22Z"},null,-1),n=[o,l];function t(i,d){return e.openBlock(),e.createElementBlock("svg",c,n)}const r={render:t};exports.default=r;exports.render=t;
@@ -0,0 +1,24 @@
1
+ import { openBlock as e, createElementBlock as o, createElementVNode as c } from "vue";
2
+ const t = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ fill: "none",
5
+ viewBox: "0 0 24 24"
6
+ }, l = /* @__PURE__ */ c("path", {
7
+ fill: "currentColor",
8
+ d: "M16.24 3.65H7.76c-2.47 0-4.47 2.01-4.47 4.47v9.41C3.29 19.99 5.3 22 7.76 22h8.47c2.47 0 4.47-2.01 4.47-4.47V8.12c.01-2.47-2-4.47-4.46-4.47Z",
9
+ opacity: ".4"
10
+ }, null, -1), n = /* @__PURE__ */ c("path", {
11
+ fill: "currentColor",
12
+ d: "M14.35 2h-4.7c-1.04 0-1.89.84-1.89 1.88v.94c0 1.04.84 1.88 1.88 1.88h4.71c1.04 0 1.88-.84 1.88-1.88v-.94C16.24 2.84 15.39 2 14.35 2ZM10.81 16.95c-.19 0-.38-.07-.53-.22l-1.5-1.5a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.97.97 3.47-3.47c.29-.29.77-.29 1.06 0 .29.29.29.77 0 1.06l-4 4c-.14.15-.34.22-.53.22Z"
13
+ }, null, -1), r = [
14
+ l,
15
+ n
16
+ ];
17
+ function i(s, d) {
18
+ return e(), o("svg", t, r);
19
+ }
20
+ const a = { render: i };
21
+ export {
22
+ a as default,
23
+ i as render
24
+ };
@@ -2,37 +2,37 @@ import { openBlock as e, createElementBlock as t, createElementVNode as o } from
2
2
  const r = {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
4
  fill: "none",
5
- viewBox: "0 0 25 24"
5
+ viewBox: "0 0 24 24"
6
6
  }, n = /* @__PURE__ */ o("path", {
7
7
  stroke: "currentColor",
8
8
  "stroke-linecap": "round",
9
9
  "stroke-linejoin": "round",
10
10
  "stroke-width": "1.5",
11
- d: "M12.014 2c5.5 0 10 4.5 10 10s-4.5 10-10 10-10-4.5-10-10 4.5-10 10-10Z"
11
+ d: "m9.31 14.7 1.5 1.5 4-4"
12
12
  }, null, -1), s = /* @__PURE__ */ o("path", {
13
13
  stroke: "currentColor",
14
14
  "stroke-linecap": "round",
15
15
  "stroke-linejoin": "round",
16
+ "stroke-miterlimit": "10",
16
17
  "stroke-width": "1.5",
17
- d: "M12.014 16v-5",
18
- opacity: ".34"
18
+ d: "M10 6h4c2 0 2-1 2-2 0-2-1-2-2-2h-4C9 2 8 2 8 4s1 2 2 2Z"
19
19
  }, null, -1), i = /* @__PURE__ */ o("path", {
20
20
  stroke: "currentColor",
21
21
  "stroke-linecap": "round",
22
22
  "stroke-linejoin": "round",
23
- "stroke-width": "2",
24
- d: "M12.009 8h.009",
25
- opacity: ".34"
26
- }, null, -1), l = [
23
+ "stroke-miterlimit": "10",
24
+ "stroke-width": "1.5",
25
+ d: "M16 4.02c3.33.18 5 1.41 5 5.98v6c0 4-1 6-6 6H9c-5 0-6-2-6-6v-6c0-4.56 1.67-5.8 5-5.98"
26
+ }, null, -1), c = [
27
27
  n,
28
28
  s,
29
29
  i
30
30
  ];
31
- function c(d, u) {
32
- return e(), t("svg", r, l);
31
+ function l(d, k) {
32
+ return e(), t("svg", r, c);
33
33
  }
34
- const h = { render: c };
34
+ const u = { render: l };
35
35
  export {
36
- h as default,
37
- c as render
36
+ u as default,
37
+ l as render
38
38
  };
@@ -1,6 +1,7 @@
1
1
  import type { PropType as __PropType } from 'vue';
2
2
  import { MaIconButtonType, MaIconButtonSize, MaIconButtonVariant } from "./types";
3
3
  import { ButtonTarget } from '../../components/button/types';
4
+ import { MaTooltipProps } from '../tooltip/index.vue';
4
5
  export interface MaIconButtonProps {
5
6
  type?: MaIconButtonType;
6
7
  icon: string;
@@ -12,6 +13,7 @@ export interface MaIconButtonProps {
12
13
  active?: boolean;
13
14
  rounded?: boolean;
14
15
  variant?: MaIconButtonVariant;
16
+ tooltipProps?: MaTooltipProps;
15
17
  }
16
18
  declare const _sfc_main: import("vue").DefineComponent<{
17
19
  type: {
@@ -58,6 +60,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
58
60
  type: __PropType<"default" | "border" | "withBg">;
59
61
  required: false;
60
62
  };
63
+ tooltipProps: {
64
+ type: __PropType<MaTooltipProps>;
65
+ required: false;
66
+ };
61
67
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
62
68
  type: {
63
69
  type: __PropType<"primary" | "secondary">;
@@ -103,6 +109,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
103
109
  type: __PropType<"default" | "border" | "withBg">;
104
110
  required: false;
105
111
  };
112
+ tooltipProps: {
113
+ type: __PropType<MaTooltipProps>;
114
+ required: false;
115
+ };
106
116
  }>>, {
107
117
  type: "primary" | "secondary";
108
118
  size: "xs" | "sm" | "md" | "lg";
@@ -0,0 +1,19 @@
1
+ import type { PropType as __PropType } from 'vue';
2
+ import { KeywordGroup } from "../types";
3
+ export interface KWGroupItemProps {
4
+ keywordGroup: KeywordGroup;
5
+ }
6
+ declare const _sfc_main: import("vue").DefineComponent<{
7
+ keywordGroup: {
8
+ type: __PropType<KeywordGroup>;
9
+ required: true;
10
+ };
11
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "saveKwGroup"[], "saveKwGroup", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
12
+ keywordGroup: {
13
+ type: __PropType<KeywordGroup>;
14
+ required: true;
15
+ };
16
+ }>> & {
17
+ onSaveKwGroup?: (...args: any[]) => any;
18
+ }, {}>;
19
+ export default _sfc_main;
@@ -0,0 +1,31 @@
1
+ import type { PropType as __PropType } from 'vue';
2
+ import { KeywordGroup } from "../types";
3
+ export interface KWGroupItemProps {
4
+ keywordGroup: KeywordGroup;
5
+ selected?: boolean;
6
+ }
7
+ declare const _sfc_main: import("vue").DefineComponent<{
8
+ keywordGroup: {
9
+ type: __PropType<KeywordGroup>;
10
+ required: true;
11
+ };
12
+ selected: {
13
+ type: __PropType<boolean>;
14
+ required: false;
15
+ };
16
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateEditable" | "updatePublic" | "deleteKwGroup" | "edit")[], "updateEditable" | "updatePublic" | "deleteKwGroup" | "edit", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
17
+ keywordGroup: {
18
+ type: __PropType<KeywordGroup>;
19
+ required: true;
20
+ };
21
+ selected: {
22
+ type: __PropType<boolean>;
23
+ required: false;
24
+ };
25
+ }>> & {
26
+ onUpdateEditable?: (...args: any[]) => any;
27
+ onUpdatePublic?: (...args: any[]) => any;
28
+ onDeleteKwGroup?: (...args: any[]) => any;
29
+ onEdit?: (...args: any[]) => any;
30
+ }, {}>;
31
+ export default _sfc_main;
@@ -0,0 +1,10 @@
1
+ export declare const randomKwGroupID: (length?: number) => string;
2
+ export declare const initialKwGroup: () => {
3
+ id: string;
4
+ name: string;
5
+ color: "#060B27" | "#392DCA" | "#6FDDA6" | "#7C5CFC" | "#92BAFB" | "#F29E61" | "#F97066" | "#4478FF" | "#36BFFA" | "#98A2B3" | "#BDB4FE" | "#B54708" | "#027A48" | "#026AA2";
6
+ keywordCount: number;
7
+ editable: boolean;
8
+ public: boolean;
9
+ new: boolean;
10
+ };
@@ -0,0 +1,64 @@
1
+ import type { PropType as __PropType } from 'vue';
2
+ import { KeywordGroupListItem } from "./types";
3
+ export interface MaKeywordGroupSelectionProps {
4
+ value?: number | string;
5
+ options?: KeywordGroupListItem[];
6
+ label?: string;
7
+ placeholder?: string;
8
+ }
9
+ declare const _sfc_main: import("vue").DefineComponent<{
10
+ value: {
11
+ type: __PropType<string | number>;
12
+ required: false;
13
+ default: any;
14
+ };
15
+ options: {
16
+ type: __PropType<KeywordGroupListItem[]>;
17
+ required: false;
18
+ default: () => KeywordGroupListItem[];
19
+ };
20
+ label: {
21
+ type: __PropType<string>;
22
+ required: false;
23
+ };
24
+ placeholder: {
25
+ type: __PropType<string>;
26
+ required: false;
27
+ };
28
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("sort" | "change" | "update:value" | "copy" | "update:options" | "changeOptions" | "changeEditable" | "changeVisibility" | "deleteKeywordGroup" | "addKeywordGroup" | "updateKeywordGroup" | "download")[], "sort" | "change" | "update:value" | "copy" | "update:options" | "changeOptions" | "changeEditable" | "changeVisibility" | "deleteKeywordGroup" | "addKeywordGroup" | "updateKeywordGroup" | "download", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
29
+ value: {
30
+ type: __PropType<string | number>;
31
+ required: false;
32
+ default: any;
33
+ };
34
+ options: {
35
+ type: __PropType<KeywordGroupListItem[]>;
36
+ required: false;
37
+ default: () => KeywordGroupListItem[];
38
+ };
39
+ label: {
40
+ type: __PropType<string>;
41
+ required: false;
42
+ };
43
+ placeholder: {
44
+ type: __PropType<string>;
45
+ required: false;
46
+ };
47
+ }>> & {
48
+ onChange?: (...args: any[]) => any;
49
+ "onUpdate:value"?: (...args: any[]) => any;
50
+ onCopy?: (...args: any[]) => any;
51
+ onSort?: (...args: any[]) => any;
52
+ "onUpdate:options"?: (...args: any[]) => any;
53
+ onChangeOptions?: (...args: any[]) => any;
54
+ onChangeEditable?: (...args: any[]) => any;
55
+ onChangeVisibility?: (...args: any[]) => any;
56
+ onDeleteKeywordGroup?: (...args: any[]) => any;
57
+ onAddKeywordGroup?: (...args: any[]) => any;
58
+ onUpdateKeywordGroup?: (...args: any[]) => any;
59
+ onDownload?: (...args: any[]) => any;
60
+ }, {
61
+ value: string | number;
62
+ options: KeywordGroupListItem[];
63
+ }>;
64
+ export default _sfc_main;
@@ -0,0 +1,16 @@
1
+ export declare const MaKeywordGroupColors: readonly ["#060B27", "#392DCA", "#6FDDA6", "#7C5CFC", "#92BAFB", "#F29E61", "#F97066", "#4478FF", "#36BFFA", "#98A2B3", "#BDB4FE", "#B54708", "#027A48", "#026AA2"];
2
+ export type MaKeywordGroupColor = (typeof MaKeywordGroupColors)[number];
3
+ export interface KeywordGroup {
4
+ id: number | string;
5
+ name: string;
6
+ color: MaKeywordGroupColor;
7
+ keywordCount?: number;
8
+ editable: boolean;
9
+ public: boolean;
10
+ new?: boolean;
11
+ }
12
+ export interface KeywordGroupListItem {
13
+ id: number | string;
14
+ title: string;
15
+ keywordGroups: KeywordGroup[];
16
+ }
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),o={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},c=e.createElementVNode("path",{fill:"currentColor",d:"M16 12.9v4.2c0 3.5-1.4 4.9-4.9 4.9H6.9C3.4 22 2 20.6 2 17.1v-4.2C2 9.4 3.4 8 6.9 8h4.2c3.5 0 4.9 1.4 4.9 4.9Z"},null,-1),n=e.createElementVNode("path",{fill:"currentColor",d:"M17.1 2h-4.2C9.45 2 8.05 3.37 8.01 6.75h3.09c4.2 0 6.15 1.95 6.15 6.15v3.09c3.38-.04 4.75-1.44 4.75-4.89V6.9C22 3.4 20.6 2 17.1 2Z",opacity:".4"},null,-1),r=[c,n];function t(s,d){return e.openBlock(),e.createElementBlock("svg",o,r)}const l={render:t};exports.default=l;exports.render=t;
@@ -0,0 +1,24 @@
1
+ import { openBlock as o, createElementBlock as t, createElementVNode as e } from "vue";
2
+ const c = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ fill: "none",
5
+ viewBox: "0 0 24 24"
6
+ }, n = /* @__PURE__ */ e("path", {
7
+ fill: "currentColor",
8
+ d: "M16 12.9v4.2c0 3.5-1.4 4.9-4.9 4.9H6.9C3.4 22 2 20.6 2 17.1v-4.2C2 9.4 3.4 8 6.9 8h4.2c3.5 0 4.9 1.4 4.9 4.9Z"
9
+ }, null, -1), l = /* @__PURE__ */ e("path", {
10
+ fill: "currentColor",
11
+ d: "M17.1 2h-4.2C9.45 2 8.05 3.37 8.01 6.75h3.09c4.2 0 6.15 1.95 6.15 6.15v3.09c3.38-.04 4.75-1.44 4.75-4.89V6.9C22 3.4 20.6 2 17.1 2Z",
12
+ opacity: ".4"
13
+ }, null, -1), r = [
14
+ n,
15
+ l
16
+ ];
17
+ function s(h, i) {
18
+ return o(), t("svg", c, r);
19
+ }
20
+ const _ = { render: s };
21
+ export {
22
+ _ as default,
23
+ s as render
24
+ };
@@ -0,0 +1,29 @@
1
+ import { openBlock as o, createElementBlock as t, createElementVNode as e } from "vue";
2
+ const n = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ fill: "none",
5
+ viewBox: "0 0 24 24"
6
+ }, r = /* @__PURE__ */ e("path", {
7
+ stroke: "currentColor",
8
+ "stroke-linecap": "round",
9
+ "stroke-linejoin": "round",
10
+ "stroke-width": "1.5",
11
+ d: "M12 2v7l2-2M12 9l-2-2M1.98 13h4.41c.38 0 .72.21.89.55l1.17 2.34A2 2 0 0 0 10.24 17h3.53a2 2 0 0 0 1.79-1.11l1.17-2.34a1 1 0 0 1 .89-.55h4.36"
12
+ }, null, -1), c = /* @__PURE__ */ e("path", {
13
+ stroke: "currentColor",
14
+ "stroke-linecap": "round",
15
+ "stroke-linejoin": "round",
16
+ "stroke-width": "1.5",
17
+ d: "M7 4.13c-3.54.52-5 2.6-5 6.87v4c0 5 2 7 7 7h6c5 0 7-2 7-7v-4c0-4.27-1.46-6.35-5-6.87"
18
+ }, null, -1), l = [
19
+ r,
20
+ c
21
+ ];
22
+ function s(d, i) {
23
+ return o(), t("svg", n, l);
24
+ }
25
+ const a = { render: s };
26
+ export {
27
+ a as default,
28
+ s as render
29
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),t={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},l=e.createElementVNode("path",{fill:"currentColor",d:"M21.3 12.23h-3.48c-.98 0-1.85.54-2.29 1.42l-.84 1.66c-.2.4-.6.65-1.04.65h-3.28c-.31 0-.75-.07-1.04-.65l-.84-1.65a2.567 2.567 0 0 0-2.29-1.42H2.7c-.39 0-.7.31-.7.7v3.26C2 19.83 4.18 22 7.82 22h8.38c3.43 0 5.54-1.88 5.8-5.22v-3.85c0-.38-.31-.7-.7-.7ZM12.75 2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v2h1.5V2Z"},null,-1),o=e.createElementVNode("path",{fill:"currentColor",d:"M22 9.81v1.04a2.06 2.06 0 0 0-.7-.12h-3.48c-1.55 0-2.94.86-3.63 2.24l-.75 1.48h-2.86l-.75-1.47a4.026 4.026 0 0 0-3.63-2.25H2.7c-.24 0-.48.04-.7.12V9.81C2 6.17 4.17 4 7.81 4h3.44v3.19l-.72-.72a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l2 2c.01.01.02.01.02.02a.753.753 0 0 0 .51.2c.1 0 .19-.02.28-.06.09-.03.18-.09.25-.16l2-2c.29-.29.29-.77 0-1.06a.754.754 0 0 0-1.06 0l-.72.72V4h3.44C19.83 4 22 6.17 22 9.81Z"},null,-1),n=[l,o];function c(d,h){return e.openBlock(),e.createElementBlock("svg",t,n)}const r={render:c};exports.default=r;exports.render=c;
@@ -0,0 +1,23 @@
1
+ import { openBlock as e, createElementBlock as l, createElementVNode as c } from "vue";
2
+ const o = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ fill: "none",
5
+ viewBox: "0 0 24 24"
6
+ }, t = /* @__PURE__ */ c("path", {
7
+ fill: "currentColor",
8
+ d: "M21.3 12.23h-3.48c-.98 0-1.85.54-2.29 1.42l-.84 1.66c-.2.4-.6.65-1.04.65h-3.28c-.31 0-.75-.07-1.04-.65l-.84-1.65a2.567 2.567 0 0 0-2.29-1.42H2.7c-.39 0-.7.31-.7.7v3.26C2 19.83 4.18 22 7.82 22h8.38c3.43 0 5.54-1.88 5.8-5.22v-3.85c0-.38-.31-.7-.7-.7ZM12.75 2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v2h1.5V2Z"
9
+ }, null, -1), n = /* @__PURE__ */ c("path", {
10
+ fill: "currentColor",
11
+ d: "M22 9.81v1.04a2.06 2.06 0 0 0-.7-.12h-3.48c-1.55 0-2.94.86-3.63 2.24l-.75 1.48h-2.86l-.75-1.47a4.026 4.026 0 0 0-3.63-2.25H2.7c-.24 0-.48.04-.7.12V9.81C2 6.17 4.17 4 7.81 4h3.44v3.19l-.72-.72a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l2 2c.01.01.02.01.02.02a.753.753 0 0 0 .51.2c.1 0 .19-.02.28-.06.09-.03.18-.09.25-.16l2-2c.29-.29.29-.77 0-1.06a.754.754 0 0 0-1.06 0l-.72.72V4h3.44C19.83 4 22 6.17 22 9.81Z"
12
+ }, null, -1), r = [
13
+ t,
14
+ n
15
+ ];
16
+ function h(s, a) {
17
+ return e(), l("svg", o, r);
18
+ }
19
+ const i = { render: h };
20
+ export {
21
+ i as default,
22
+ h as render
23
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),c={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},l=e.createElementVNode("path",{fill:"currentColor",d:"M16.19 4H7.81C4.17 4 2 6.17 2 9.81v6.37C2 19.83 4.17 22 7.81 22h8.37c3.64 0 5.81-2.17 5.81-5.81V9.81C22 6.17 19.83 4 16.19 4Z",opacity:".4"},null,-1),o=e.createElementVNode("path",{fill:"currentColor",d:"M21.3 12.23h-3.48c-.98 0-1.85.54-2.29 1.42l-.84 1.66c-.2.4-.6.65-1.04.65h-3.28c-.31 0-.75-.07-1.04-.65l-.84-1.65a2.567 2.567 0 0 0-2.29-1.42H2.7c-.39 0-.7.31-.7.7v3.26C2 19.83 4.18 22 7.82 22h8.38c3.43 0 5.54-1.88 5.8-5.22v-3.85c0-.38-.31-.7-.7-.7ZM14.53 6.47a.754.754 0 0 0-1.06 0l-.72.72V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v5.19l-.72-.72a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l2 2c.01.01.02.01.02.02.06.06.14.11.22.15.1.03.19.05.29.05.1 0 .19-.02.28-.06.09-.04.17-.09.25-.16l2-2c.29-.29.29-.77 0-1.06Z"},null,-1),n=[l,o];function t(s,d){return e.openBlock(),e.createElementBlock("svg",c,n)}const r={render:t};exports.default=r;exports.render=t;
@@ -0,0 +1,24 @@
1
+ import { openBlock as e, createElementBlock as t, createElementVNode as c } from "vue";
2
+ const o = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ fill: "none",
5
+ viewBox: "0 0 24 24"
6
+ }, l = /* @__PURE__ */ c("path", {
7
+ fill: "currentColor",
8
+ d: "M16.19 4H7.81C4.17 4 2 6.17 2 9.81v6.37C2 19.83 4.17 22 7.81 22h8.37c3.64 0 5.81-2.17 5.81-5.81V9.81C22 6.17 19.83 4 16.19 4Z",
9
+ opacity: ".4"
10
+ }, null, -1), n = /* @__PURE__ */ c("path", {
11
+ fill: "currentColor",
12
+ d: "M21.3 12.23h-3.48c-.98 0-1.85.54-2.29 1.42l-.84 1.66c-.2.4-.6.65-1.04.65h-3.28c-.31 0-.75-.07-1.04-.65l-.84-1.65a2.567 2.567 0 0 0-2.29-1.42H2.7c-.39 0-.7.31-.7.7v3.26C2 19.83 4.18 22 7.82 22h8.38c3.43 0 5.54-1.88 5.8-5.22v-3.85c0-.38-.31-.7-.7-.7ZM14.53 6.47a.754.754 0 0 0-1.06 0l-.72.72V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v5.19l-.72-.72a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l2 2c.01.01.02.01.02.02.06.06.14.11.22.15.1.03.19.05.29.05.1 0 .19-.02.28-.06.09-.04.17-.09.25-.16l2-2c.29-.29.29-.77 0-1.06Z"
13
+ }, null, -1), r = [
14
+ l,
15
+ n
16
+ ];
17
+ function s(h, i) {
18
+ return e(), t("svg", o, r);
19
+ }
20
+ const d = { render: s };
21
+ export {
22
+ d as default,
23
+ s as render
24
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),o={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},r=e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M12 2v7l2-2M12 9l-2-2M1.98 13h4.41c.38 0 .72.21.89.55l1.17 2.34A2 2 0 0 0 10.24 17h3.53a2 2 0 0 0 1.79-1.11l1.17-2.34a1 1 0 0 1 .89-.55h4.36"},null,-1),n=e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M7 4.13c-3.54.52-5 2.6-5 6.87v4c0 5 2 7 7 7h6c5 0 7-2 7-7v-4c0-4.27-1.46-6.35-5-6.87"},null,-1),c=[r,n];function t(s,d){return e.openBlock(),e.createElementBlock("svg",o,c)}const l={render:t};exports.default=l;exports.render=t;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("vue"),e={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 25 24"},l=c.createStaticVNode('<circle cx="9.5" cy="6" r="2" fill="currentColor"></circle><circle cx="15.5" cy="6" r="2" fill="currentColor"></circle><circle cx="9.5" cy="12" r="2" fill="currentColor"></circle><circle cx="15.5" cy="12" r="2" fill="currentColor"></circle><circle cx="9.5" cy="18" r="2" fill="currentColor"></circle><circle cx="15.5" cy="18" r="2" fill="currentColor"></circle>',6),o=[l];function r(i,n){return c.openBlock(),c.createElementBlock("svg",e,o)}const t={render:r};exports.default=t;exports.render=r;
@@ -0,0 +1,16 @@
1
+ import { openBlock as c, createElementBlock as r, createStaticVNode as e } from "vue";
2
+ const l = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ fill: "none",
5
+ viewBox: "0 0 25 24"
6
+ }, o = /* @__PURE__ */ e('<circle cx="9.5" cy="6" r="2" fill="currentColor"></circle><circle cx="15.5" cy="6" r="2" fill="currentColor"></circle><circle cx="9.5" cy="12" r="2" fill="currentColor"></circle><circle cx="15.5" cy="12" r="2" fill="currentColor"></circle><circle cx="9.5" cy="18" r="2" fill="currentColor"></circle><circle cx="15.5" cy="18" r="2" fill="currentColor"></circle>', 6), i = [
7
+ o
8
+ ];
9
+ function t(n, s) {
10
+ return c(), r("svg", l, i);
11
+ }
12
+ const x = { render: t };
13
+ export {
14
+ x as default,
15
+ t as render
16
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),o={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},r=e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-miterlimit":"10","stroke-width":"1.5",d:"m13.26 3.6-8.21 8.69c-.31.33-.61.98-.67 1.43l-.37 3.24c-.13 1.17.71 1.97 1.87 1.77l3.22-.55c.45-.08 1.08-.41 1.39-.75l8.21-8.69c1.42-1.5 2.06-3.21-.15-5.3-2.2-2.07-3.87-1.34-5.29.16Z"},null,-1),n=e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-miterlimit":"10","stroke-width":"1.5",d:"M11.89 5.05a6.126 6.126 0 0 0 5.45 5.15M3 22h18"},null,-1),l=[r,n];function t(c,s){return e.openBlock(),e.createElementBlock("svg",o,l)}const i={render:t};exports.default=i;exports.render=t;
@@ -0,0 +1,24 @@
1
+ import { openBlock as e, createElementBlock as t, createElementVNode as c } from "vue";
2
+ const l = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ fill: "none",
5
+ viewBox: "0 0 24 24"
6
+ }, o = /* @__PURE__ */ c("path", {
7
+ fill: "currentColor",
8
+ d: "M21 22H3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h18c.41 0 .75.34.75.75s-.34.75-.75.75ZM19.02 3.48c-1.94-1.94-3.84-1.99-5.83 0l-1.21 1.21c-.1.1-.14.26-.1.4a8.129 8.129 0 0 0 5.53 5.53.4.4 0 0 0 .41-.1l1.2-1.21c.99-.98 1.47-1.93 1.47-2.89.01-.99-.47-1.95-1.47-2.94Z",
9
+ opacity: ".4"
10
+ }, null, -1), n = /* @__PURE__ */ c("path", {
11
+ fill: "currentColor",
12
+ d: "M15.61 11.53c-.29-.14-.57-.28-.84-.44a8.8 8.8 0 0 1-.64-.42c-.17-.11-.37-.27-.56-.43a1.22 1.22 0 0 1-.17-.15c-.33-.28-.7-.64-1.03-1.04-.03-.02-.08-.09-.15-.18-.1-.12-.27-.32-.42-.55a5.49 5.49 0 0 1-.39-.59c-.16-.27-.3-.54-.44-.82-.14-.3-.25-.59-.35-.86l-6.28 6.28c-.13.13-.25.38-.28.55l-.54 3.83c-.1.68.09 1.32.51 1.75.36.35.86.54 1.4.54.12 0 .24-.01.36-.03l3.84-.54c.18-.03.43-.15.55-.28l6.28-6.28c-.28-.1-.55-.21-.85-.34Z"
13
+ }, null, -1), r = [
14
+ o,
15
+ n
16
+ ];
17
+ function s(a, i) {
18
+ return e(), t("svg", l, r);
19
+ }
20
+ const _ = { render: s };
21
+ export {
22
+ _ as default,
23
+ s as render
24
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),c={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},l=e.createElementVNode("path",{fill:"currentColor",d:"M21 22H3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h18c.41 0 .75.34.75.75s-.34.75-.75.75ZM19.02 3.48c-1.94-1.94-3.84-1.99-5.83 0l-1.21 1.21c-.1.1-.14.26-.1.4a8.129 8.129 0 0 0 5.53 5.53.4.4 0 0 0 .41-.1l1.2-1.21c.99-.98 1.47-1.93 1.47-2.89.01-.99-.47-1.95-1.47-2.94Z",opacity:".4"},null,-1),o=e.createElementVNode("path",{fill:"currentColor",d:"M15.61 11.53c-.29-.14-.57-.28-.84-.44a8.8 8.8 0 0 1-.64-.42c-.17-.11-.37-.27-.56-.43a1.22 1.22 0 0 1-.17-.15c-.33-.28-.7-.64-1.03-1.04-.03-.02-.08-.09-.15-.18-.1-.12-.27-.32-.42-.55a5.49 5.49 0 0 1-.39-.59c-.16-.27-.3-.54-.44-.82-.14-.3-.25-.59-.35-.86l-6.28 6.28c-.13.13-.25.38-.28.55l-.54 3.83c-.1.68.09 1.32.51 1.75.36.35.86.54 1.4.54.12 0 .24-.01.36-.03l3.84-.54c.18-.03.43-.15.55-.28l6.28-6.28c-.28-.1-.55-.21-.85-.34Z"},null,-1),n=[l,o];function t(s,d){return e.openBlock(),e.createElementBlock("svg",c,n)}const r={render:t};exports.default=r;exports.render=t;
@@ -0,0 +1,31 @@
1
+ import { openBlock as t, createElementBlock as o, createElementVNode as e } from "vue";
2
+ const r = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ fill: "none",
5
+ viewBox: "0 0 24 24"
6
+ }, n = /* @__PURE__ */ e("path", {
7
+ stroke: "currentColor",
8
+ "stroke-linecap": "round",
9
+ "stroke-linejoin": "round",
10
+ "stroke-miterlimit": "10",
11
+ "stroke-width": "1.5",
12
+ d: "m13.26 3.6-8.21 8.69c-.31.33-.61.98-.67 1.43l-.37 3.24c-.13 1.17.71 1.97 1.87 1.77l3.22-.55c.45-.08 1.08-.41 1.39-.75l8.21-8.69c1.42-1.5 2.06-3.21-.15-5.3-2.2-2.07-3.87-1.34-5.29.16Z"
13
+ }, null, -1), i = /* @__PURE__ */ e("path", {
14
+ stroke: "currentColor",
15
+ "stroke-linecap": "round",
16
+ "stroke-linejoin": "round",
17
+ "stroke-miterlimit": "10",
18
+ "stroke-width": "1.5",
19
+ d: "M11.89 5.05a6.126 6.126 0 0 0 5.45 5.15M3 22h18"
20
+ }, null, -1), l = [
21
+ n,
22
+ i
23
+ ];
24
+ function s(c, d) {
25
+ return t(), o("svg", r, l);
26
+ }
27
+ const h = { render: s };
28
+ export {
29
+ h as default,
30
+ s as render
31
+ };
package/dist/index.d.ts CHANGED
@@ -64,6 +64,7 @@ export { default as MaCard } from './components/card/index.vue';
64
64
  export * from './components/card/types';
65
65
  export { default as MaInputNumber } from './components/input-number/index.vue';
66
66
  export { default as MaDrawer } from './components/drawer/index.vue';
67
+ export { default as MaKeywordGroupSelection } from './components/keyword-group-selection/index.vue';
67
68
  export { default as MaIconButton } from './components/icon-button/index.vue';
68
69
  export { ActionKitConfig } from './services/config';
69
70
  export { useActionKitConfig } from './composables/config';
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),c={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 25 24"},o=e.createElementVNode("path",{fill:"currentColor",d:"M12.014 2c5.523 0 10 4.477 10 10s-4.477 10-10 10-10-4.477-10-10 4.477-10 10-10Z",opacity:".4"},null,-1),n=e.createElementVNode("path",{fill:"currentColor",d:"M12.014 10.25c.41 0 .75.34.75.75v5c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-5c0-.41.34-.75.75-.75ZM12.934 8.38c-.05.12-.12.23-.21.33-.1.09-.21.16-.33.21a1 1 0 0 1-.76 0c-.12-.05-.23-.12-.33-.21-.09-.1-.16-.21-.21-.33a.995.995 0 0 1-.08-.38c0-.13.03-.26.08-.38.05-.13.12-.23.21-.33.1-.09.21-.16.33-.21.12-.05.25-.08.38-.08s.26.03.38.08.23.12.33.21c.09.1.16.2.21.33.05.12.08.25.08.38s-.03.26-.08.38Z"},null,-1),r=[o,n];function t(s,i){return e.openBlock(),e.createElementBlock("svg",c,r)}const l={render:t};exports.default=l;exports.render=t;
@@ -0,0 +1,24 @@
1
+ import { openBlock as o, createElementBlock as t, createElementVNode as e } from "vue";
2
+ const c = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ fill: "none",
5
+ viewBox: "0 0 25 24"
6
+ }, n = /* @__PURE__ */ e("path", {
7
+ fill: "currentColor",
8
+ d: "M12.014 2c5.523 0 10 4.477 10 10s-4.477 10-10 10-10-4.477-10-10 4.477-10 10-10Z",
9
+ opacity: ".4"
10
+ }, null, -1), l = /* @__PURE__ */ e("path", {
11
+ fill: "currentColor",
12
+ d: "M12.014 10.25c.41 0 .75.34.75.75v5c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-5c0-.41.34-.75.75-.75ZM12.934 8.38c-.05.12-.12.23-.21.33-.1.09-.21.16-.33.21a1 1 0 0 1-.76 0c-.12-.05-.23-.12-.33-.21-.09-.1-.16-.21-.21-.33a.995.995 0 0 1-.08-.38c0-.13.03-.26.08-.38.05-.13.12-.23.21-.33.1-.09.21-.16.33-.21.12-.05.25-.08.38-.08s.26.03.38.08.23.12.33.21c.09.1.16.2.21.33.05.12.08.25.08.38s-.03.26-.08.38Z"
13
+ }, null, -1), r = [
14
+ n,
15
+ l
16
+ ];
17
+ function s(i, a) {
18
+ return o(), t("svg", c, r);
19
+ }
20
+ const _ = { render: s };
21
+ export {
22
+ _ as default,
23
+ s as render
24
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),t={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},r=e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M10.02 17.52c.46.59 1.18.98 1.98.98a2.505 2.505 0 0 0 1.99-4.02"},null,-1),n=e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M2.82 20.8C2.21 20.04 2 18.83 2 17v-2c0-4 1-5 5-5h10c.36 0 .69.01 1 .03 3.17.18 4 1.33 4 4.97v2c0 4-1 5-5 5H7c-.36 0-.69-.01-1-.03M6 10V8c0-3.31 1-6 6-6 4.15 0 5.54 1.38 5.9 3.56M22 2 2 22"},null,-1),c=[r,n];function o(s,d){return e.openBlock(),e.createElementBlock("svg",t,c)}const l={render:o};exports.default=l;exports.render=o;