ik-next-ui 0.0.13 → 0.0.14

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 (41) hide show
  1. package/dist/IkApprovalProcess/ik-next-ui.css +1 -1
  2. package/dist/IkApprovalProcess/ik.index.es.js +1 -1
  3. package/dist/IkApprovalProcessDetail/ik-next-ui.css +1 -1
  4. package/dist/IkApprovalProcessDetail/ik.index.es.js +694 -656
  5. package/dist/IkBaseDialog/ik-next-ui.css +1 -1
  6. package/dist/IkBaseDialog/ik.index.es.js +154 -116
  7. package/dist/IkCollapseCard/ik-next-ui.css +1 -1
  8. package/dist/IkCollapseCard/ik.index.es.js +163 -125
  9. package/dist/IkDescription/ik-next-ui.css +1 -1
  10. package/dist/IkDescription/ik.index.es.js +506 -468
  11. package/dist/IkDetailPreviewFiles/ik-next-ui.css +1 -1
  12. package/dist/IkDetailPreviewFiles/ik.index.es.js +709 -671
  13. package/dist/IkIconPicker/ik-next-ui.css +1 -1
  14. package/dist/IkIconPicker/ik.index.es.js +180 -142
  15. package/dist/IkMonacoEditor/ik-next-ui.css +1 -1
  16. package/dist/IkMonacoEditor/ik.index.es.js +418 -380
  17. package/dist/IkPickerUser/ik-next-ui.css +1 -1
  18. package/dist/IkPreviewFile/ik-next-ui.css +1 -1
  19. package/dist/IkPreviewFile/ik.index.es.js +644 -606
  20. package/dist/IkPreviewFileDialog/ik-next-ui.css +1 -1
  21. package/dist/IkPreviewFileDialog/ik.index.es.js +658 -620
  22. package/dist/IkRadioGroup/ik-next-ui.css +1 -1
  23. package/dist/IkRadioGroup/ik.index.es.js +140 -102
  24. package/dist/IkSideText/ik-next-ui.css +1 -1
  25. package/dist/IkSideText/ik.index.es.js +131 -93
  26. package/dist/IkSvgIcon/ik-next-ui.css +1 -1
  27. package/dist/IkSvgIcon/ik.index.es.js +139 -101
  28. package/dist/IkUploadFile/ik-next-ui.css +1 -1
  29. package/dist/IkUploadFile/ik.index.es.js +776 -736
  30. package/dist/IkUploadImage/ik-next-ui.css +1 -1
  31. package/dist/IkUploadImage/ik.index.es.js +261 -223
  32. package/dist/IkVerticalStepBar/ik-next-ui.css +1 -1
  33. package/dist/IkVerticalStepBar/ik.index.es.js +140 -102
  34. package/dist/Provider/ik.index.es.js +1 -1
  35. package/dist/build/version.json.d.ts +1 -1
  36. package/dist/ik-next-ui.css +2 -2
  37. package/dist/index.es.js +3044 -3043
  38. package/dist/index.umd.js +67 -67
  39. package/dist/src/components/IkUploadFile/src/hooks/useFileInfo.d.ts +1 -0
  40. package/dist/src/iking-ui/version.d.ts +1 -1
  41. package/package.json +1 -1
@@ -1,35 +1,74 @@
1
- import { defineComponent as M, computed as v, resolveComponent as b, openBlock as s, createElementBlock as u, normalizeStyle as m, normalizeClass as g, unref as h, createBlock as f, withCtx as d, createElementVNode as c, createCommentVNode as k, Fragment as W, useModel as E, renderSlot as C, toDisplayString as B, createTextVNode as F, createVNode as q, mergeModels as D } from "vue";
2
- import { Icon as I } from "@iconify/vue";
3
- import { UseImage as S } from "@vueuse/components";
4
- const j = (o, n) => (o.install = (e) => {
5
- for (const t of [o, ...Object.values({})])
6
- e.component(t.name, t);
7
- }, o);
8
- function T(...o) {
9
- const n = [];
10
- for (const e of o)
1
+ import { defineComponent as x, computed as m, resolveComponent as b, openBlock as s, createBlock as f, withCtx as u, renderSlot as p, createElementBlock as d, normalizeStyle as k, normalizeClass as g, unref as h, createElementVNode as c, createCommentVNode as v, Fragment as A, useModel as W, toDisplayString as I, createTextVNode as E, createVNode as F, mergeModels as q } from "vue";
2
+ import { Icon as M } from "@iconify/vue";
3
+ import { UseImage as j } from "@vueuse/components";
4
+ const $ = (l, i) => (l.install = (e) => {
5
+ for (const n of [l, ...Object.values({})])
6
+ e.component(n.name, n);
7
+ }, l);
8
+ function T(...l) {
9
+ const i = [];
10
+ for (const e of l)
11
11
  if (e) {
12
12
  if (typeof e == "string")
13
- n.push(e);
13
+ i.push(e);
14
14
  else if (Array.isArray(e)) {
15
- const t = T(...e);
16
- t && n.push(t);
15
+ const n = T(...e);
16
+ n && i.push(n);
17
17
  } else if (typeof e == "object")
18
- for (const [t, r] of Object.entries(e))
19
- r && n.push(t);
18
+ for (const [n, r] of Object.entries(e))
19
+ r && i.push(n);
20
20
  }
21
- return n.join(" ");
21
+ return i.join(" ");
22
22
  }
23
- const V = (o, n) => {
24
- const e = o.__vccOpts || o;
25
- for (const [t, r] of n)
26
- e[t] = r;
23
+ const V = (l, i) => {
24
+ const e = l.__vccOpts || l;
25
+ for (const [n, r] of i)
26
+ e[n] = r;
27
27
  return e;
28
- }, P = {
28
+ }, D = /* @__PURE__ */ x({
29
+ __name: "index",
30
+ props: {
31
+ effect: {
32
+ type: String,
33
+ default: "dark"
34
+ },
35
+ content: {
36
+ type: String,
37
+ default: ""
38
+ },
39
+ text: {
40
+ type: String,
41
+ default: ""
42
+ },
43
+ placement: {
44
+ type: String,
45
+ default: "top"
46
+ }
47
+ },
48
+ setup(l) {
49
+ const i = l, e = m(() => i.effect);
50
+ return (n, r) => {
51
+ const a = b("el-tooltip");
52
+ return s(), f(a, {
53
+ class: "gl-tooltip",
54
+ effect: e.value,
55
+ content: l.text || l.content,
56
+ placement: l.placement,
57
+ enterable: !1
58
+ }, {
59
+ default: u(() => [
60
+ p(n.$slots, "default")
61
+ ]),
62
+ _: 3
63
+ /* FORWARDED */
64
+ }, 8, ["effect", "content", "placement"]);
65
+ };
66
+ }
67
+ }), P = $(D), U = {
29
68
  key: 2,
30
69
  class: "shrink-0 size-inherit",
31
70
  "aria-hidden": "true"
32
- }, U = ["xlink:href"], G = ["xlink:href"], H = ["size"], J = ["xlink:href"], K = ["xlink:href"], L = /* @__PURE__ */ M({
71
+ }, G = ["xlink:href"], H = ["xlink:href"], J = ["size"], K = ["xlink:href"], L = ["xlink:href"], Q = /* @__PURE__ */ x({
33
72
  name: "IkSvgIcon",
34
73
  __name: "index",
35
74
  props: {
@@ -51,123 +90,122 @@ const V = (o, n) => {
51
90
  hover: { type: Boolean, default: !1 }
52
91
  },
53
92
  emits: ["click"],
54
- setup(o, { emit: n }) {
55
- const e = o, t = n, r = v(() => e.danger ? "danger" : e.error ? "error" : e.type), a = v(() => {
93
+ setup(l, { emit: i }) {
94
+ const e = l, n = i, r = m(() => e.danger ? "danger" : e.error ? "error" : e.type), a = m(() => {
56
95
  if (!e.name)
57
96
  return;
58
- const l = (i) => /^\.{1,2}\//.test(i) || i.startsWith("/") || i.includes("/");
59
- return /^https?:\/\//.test(e.name) || l(e.name) ? "img" : e.name.startsWith("iksvg_") ? "two-color-svg" : /i-[^:]+:[^:]+/.test(e.name) || e.name.startsWith("ik") ? "unocss" : e.name.includes(":") ? "iconify" : "svg";
97
+ const o = (t) => /^\.{1,2}\//.test(t) || t.startsWith("/") || t.includes("/");
98
+ return /^https?:\/\//.test(e.name) || o(e.name) ? "img" : e.name.startsWith("iksvg_") ? "two-color-svg" : /i-[^:]+:[^:]+/.test(e.name) || e.name.startsWith("ik") ? "unocss" : e.name.includes(":") ? "iconify" : "svg";
60
99
  }), w = {
61
100
  big: 24,
62
101
  default: 22,
63
102
  small: 20
64
103
  };
65
- function p() {
104
+ function z() {
66
105
  return e.size ? w[e.size] || e.size : 18;
67
106
  }
68
- const z = v(() => {
69
- const l = p(), i = typeof l == "number" ? `${l}px` : l;
107
+ const C = m(() => {
108
+ const o = z(), t = typeof o == "number" ? `${o}px` : o;
70
109
  return {
71
- width: i,
72
- height: i,
73
- fontSize: i
110
+ width: t,
111
+ height: t,
112
+ fontSize: t
74
113
  };
75
- }), N = v(() => {
76
- const i = `${Number.parseInt(p()) + 8}px`;
114
+ }), N = m(() => {
115
+ const t = `${Number.parseInt(z()) + 8}px`;
77
116
  return {
78
- width: i,
79
- height: i
117
+ width: t,
118
+ height: t
80
119
  };
81
120
  });
82
- function O(l) {
83
- e.onClick ? e.onClick(l) : t("click", l);
121
+ function O(o) {
122
+ e.onClick ? e.onClick(o) : n("click", o);
84
123
  }
85
- const y = v(() => {
124
+ const y = m(() => {
86
125
  if (a.value !== "two-color-svg")
87
126
  return {};
88
- const l = {};
127
+ const o = {};
89
128
  if (e.disabled)
90
- return l["--ik-icon-deep-color"] = "var(--ik-icon-deep-disabled)", l["--ik-icon-shallow-color"] = "var(--ik-icon-shallow-disabled)", l;
91
- if (e.deepColor && (l["--ik-icon-deep-color"] = e.deepColor), e.shallowColor && (l["--ik-icon-shallow-color"] = e.shallowColor), e.colorMode !== "auto")
129
+ return o["--ik-icon-deep-color"] = "var(--ik-icon-deep-disabled)", o["--ik-icon-shallow-color"] = "var(--ik-icon-shallow-disabled)", o;
130
+ if (e.deepColor && (o["--ik-icon-deep-color"] = e.deepColor), e.shallowColor && (o["--ik-icon-shallow-color"] = e.shallowColor), e.colorMode !== "auto")
92
131
  switch (e.colorMode) {
93
132
  case "primary":
94
- e.deepColor || (l["--ik-icon-deep-color"] = "var(--ik-color-primary)"), e.shallowColor || (l["--ik-icon-shallow-color"] = "var(--ik-primary-light-1, color-mix(in srgb, var(--ik-color-primary) 30%, white))");
133
+ e.deepColor || (o["--ik-icon-deep-color"] = "var(--ik-color-primary)"), e.shallowColor || (o["--ik-icon-shallow-color"] = "var(--ik-primary-light-1, color-mix(in srgb, var(--ik-color-primary) 30%, white))");
95
134
  break;
96
135
  case "deep":
97
- e.shallowColor || (l["--ik-icon-shallow-color"] = l["--ik-icon-deep-color"] || e.deepColor || "var(--ik-icon-deep-color)");
136
+ e.shallowColor || (o["--ik-icon-shallow-color"] = o["--ik-icon-deep-color"] || e.deepColor || "var(--ik-icon-deep-color)");
98
137
  break;
99
138
  case "shallow":
100
- e.deepColor || (l["--ik-icon-deep-color"] = l["--ik-icon-shallow-color"] || e.shallowColor || "var(--ik-icon-shallow-color)");
139
+ e.deepColor || (o["--ik-icon-deep-color"] = o["--ik-icon-shallow-color"] || e.shallowColor || "var(--ik-icon-shallow-color)");
101
140
  break;
102
141
  }
103
- return e.active && r.value !== "default" && !e.deepColor && !e.shallowColor && e.colorMode === "auto" && (l["--ik-icon-deep-color"] = `var(--ik-icon-${r.value}-deep-active)`, l["--ik-icon-shallow-color"] = `var(--ik-icon-${r.value}-shallow-active)`), l;
142
+ return e.active && r.value !== "default" && !e.deepColor && !e.shallowColor && e.colorMode === "auto" && (o["--ik-icon-deep-color"] = `var(--ik-icon-${r.value}-deep-active)`, o["--ik-icon-shallow-color"] = `var(--ik-icon-${r.value}-shallow-active)`), o;
104
143
  });
105
- return (l, i) => {
106
- var x;
107
- const A = b("IkTooltip");
108
- return s(), u(
144
+ return (o, t) => {
145
+ var B;
146
+ return s(), d(
109
147
  "i",
110
148
  {
111
149
  class: g(h(T)(
112
150
  "ik-icon relative size-[1em] flex-inline items-center justify-center fill-current leading-[1em]",
113
151
  e.class,
114
- o.showBg ? "bg" : "",
115
- o.disabled ? "is-disabled" : "",
116
- o.active ? "is-active" : "",
152
+ l.showBg ? "bg" : "",
153
+ l.disabled ? "is-disabled" : "",
154
+ l.active ? "is-active" : "",
117
155
  r.value !== "default" ? `is-${r.value}` : "",
118
- o.unMargin ? "un-margin" : "margin",
119
- o.hover ? "is-hover" : ""
156
+ l.unMargin ? "un-margin" : "margin",
157
+ l.hover ? "is-hover" : ""
120
158
  )),
121
- style: m(o.showBg ? N.value : z.value),
159
+ style: k(l.showBg ? N.value : C.value),
122
160
  onClick: O
123
161
  },
124
162
  [
125
- o.title ? (s(), f(A, {
163
+ l.title ? (s(), f(h(P), {
126
164
  key: 0,
127
- text: o.title
165
+ text: l.title
128
166
  }, {
129
- default: d(() => {
130
- var $;
167
+ default: u(() => {
168
+ var S;
131
169
  return [
132
- a.value === "unocss" ? (s(), u(
170
+ a.value === "unocss" ? (s(), d(
133
171
  "i",
134
172
  {
135
173
  key: 0,
136
- class: g(["iconfont shrink-0 size-inherit", `${o.name} ${($ = o.name) == null ? void 0 : $.split("_")[0]}`]),
137
- style: m({ ...y.value, ...o.showBg ? z.value : {} })
174
+ class: g(["iconfont shrink-0 size-inherit", `${l.name} ${(S = l.name) == null ? void 0 : S.split("_")[0]}`]),
175
+ style: k({ ...y.value, ...l.showBg ? C.value : {} })
138
176
  },
139
177
  null,
140
178
  6
141
179
  /* CLASS, STYLE */
142
- )) : a.value === "iconify" ? (s(), f(h(I), {
180
+ )) : a.value === "iconify" ? (s(), f(h(M), {
143
181
  key: 1,
144
- icon: o.name,
182
+ icon: l.name,
145
183
  class: "shrink-0 size-inherit"
146
- }, null, 8, ["icon"])) : a.value === "svg" ? (s(), u("svg", P, [
184
+ }, null, 8, ["icon"])) : a.value === "svg" ? (s(), d("svg", U, [
147
185
  c("use", {
148
- "xlink:href": `#icon-${o.name}`
149
- }, null, 8, U)
150
- ])) : a.value === "two-color-svg" ? (s(), u(
186
+ "xlink:href": `#icon-${l.name}`
187
+ }, null, 8, G)
188
+ ])) : a.value === "two-color-svg" ? (s(), d(
151
189
  "svg",
152
190
  {
153
191
  key: 3,
154
192
  class: "two-color-icon shrink-0 size-inherit",
155
- style: m(y.value),
193
+ style: k(y.value),
156
194
  "aria-hidden": "true"
157
195
  },
158
196
  [
159
197
  c("use", {
160
- "xlink:href": `#${o.name}`
161
- }, null, 8, G)
198
+ "xlink:href": `#${l.name}`
199
+ }, null, 8, H)
162
200
  ],
163
201
  4
164
202
  /* STYLE */
165
- )) : a.value === "img" ? (s(), f(h(S), {
203
+ )) : a.value === "img" ? (s(), f(h(j), {
166
204
  key: 4,
167
- src: o.name,
205
+ src: l.name,
168
206
  class: "shrink-0"
169
207
  }, {
170
- loading: d(() => [...i[0] || (i[0] = [
208
+ loading: u(() => [...t[0] || (t[0] = [
171
209
  c(
172
210
  "i",
173
211
  { class: "i-line-md:loading-loop size-inherit" },
@@ -176,7 +214,7 @@ const V = (o, n) => {
176
214
  /* CACHED */
177
215
  )
178
216
  ])]),
179
- error: d(() => [...i[1] || (i[1] = [
217
+ error: u(() => [...t[1] || (t[1] = [
180
218
  c(
181
219
  "i",
182
220
  { class: "i-ph:image-broken-duotone size-inherit" },
@@ -187,59 +225,59 @@ const V = (o, n) => {
187
225
  ])]),
188
226
  _: 1
189
227
  /* STABLE */
190
- }, 8, ["src"])) : k("v-if", !0)
228
+ }, 8, ["src"])) : v("v-if", !0)
191
229
  ];
192
230
  }),
193
231
  _: 1
194
232
  /* STABLE */
195
- }, 8, ["text"])) : (s(), u(
196
- W,
233
+ }, 8, ["text"])) : (s(), d(
234
+ A,
197
235
  { key: 1 },
198
236
  [
199
- a.value === "unocss" ? (s(), u(
237
+ a.value === "unocss" ? (s(), d(
200
238
  "i",
201
239
  {
202
240
  key: 0,
203
- class: g(["iconfont shrink-0 size-inherit", `${o.name} ${(x = o.name) == null ? void 0 : x.split("_")[0]}`]),
204
- style: m({ ...y.value, ...o.showBg ? z.value : {} })
241
+ class: g(["iconfont shrink-0 size-inherit", `${l.name} ${(B = l.name) == null ? void 0 : B.split("_")[0]}`]),
242
+ style: k({ ...y.value, ...l.showBg ? C.value : {} })
205
243
  },
206
244
  null,
207
245
  6
208
246
  /* CLASS, STYLE */
209
- )) : a.value === "iconify" ? (s(), f(h(I), {
247
+ )) : a.value === "iconify" ? (s(), f(h(M), {
210
248
  key: 1,
211
- icon: o.name,
249
+ icon: l.name,
212
250
  class: "shrink-0 size-inherit"
213
- }, null, 8, ["icon"])) : a.value === "svg" ? (s(), u("svg", {
251
+ }, null, 8, ["icon"])) : a.value === "svg" ? (s(), d("svg", {
214
252
  key: 2,
215
253
  class: "shrink-0 size-inherit",
216
- size: o.size,
254
+ size: l.size,
217
255
  "aria-hidden": "true"
218
256
  }, [
219
257
  c("use", {
220
- "xlink:href": `#icon-${o.name}`
221
- }, null, 8, J)
222
- ], 8, H)) : a.value === "two-color-svg" ? (s(), u(
258
+ "xlink:href": `#icon-${l.name}`
259
+ }, null, 8, K)
260
+ ], 8, J)) : a.value === "two-color-svg" ? (s(), d(
223
261
  "svg",
224
262
  {
225
263
  key: 3,
226
264
  class: "two-color-icon shrink-0 size-inherit",
227
- style: m(y.value),
265
+ style: k(y.value),
228
266
  "aria-hidden": "true"
229
267
  },
230
268
  [
231
269
  c("use", {
232
- "xlink:href": `#${o.name}`
233
- }, null, 8, K)
270
+ "xlink:href": `#${l.name}`
271
+ }, null, 8, L)
234
272
  ],
235
273
  4
236
274
  /* STYLE */
237
- )) : a.value === "img" ? (s(), f(h(S), {
275
+ )) : a.value === "img" ? (s(), f(h(j), {
238
276
  key: 4,
239
- src: o.name,
277
+ src: l.name,
240
278
  class: "shrink-0"
241
279
  }, {
242
- loading: d(() => [...i[2] || (i[2] = [
280
+ loading: u(() => [...t[2] || (t[2] = [
243
281
  c(
244
282
  "i",
245
283
  { class: "i-line-md:loading-loop size-inherit" },
@@ -248,7 +286,7 @@ const V = (o, n) => {
248
286
  /* CACHED */
249
287
  )
250
288
  ])]),
251
- error: d(() => [...i[3] || (i[3] = [
289
+ error: u(() => [...t[3] || (t[3] = [
252
290
  c(
253
291
  "i",
254
292
  { class: "i-ph:image-broken-duotone size-inherit" },
@@ -259,7 +297,7 @@ const V = (o, n) => {
259
297
  ])]),
260
298
  _: 1
261
299
  /* STABLE */
262
- }, 8, ["src"])) : k("v-if", !0)
300
+ }, 8, ["src"])) : v("v-if", !0)
263
301
  ],
264
302
  64
265
303
  /* STABLE_FRAGMENT */
@@ -270,9 +308,9 @@ const V = (o, n) => {
270
308
  );
271
309
  };
272
310
  }
273
- }), Q = /* @__PURE__ */ V(L, [["__scopeId", "data-v-7dee8b6e"]]), R = j(Q), X = { class: "align-center flex justify-between" }, Y = { class: "align-center flex" }, Z = { style: { overflow: "hidden" } }, _ = /* @__PURE__ */ M({
311
+ }), R = /* @__PURE__ */ V(Q, [["__scopeId", "data-v-c202da9d"]]), X = $(R), Y = { class: "align-center flex justify-between" }, Z = { class: "align-center flex" }, _ = { style: { overflow: "hidden" } }, ee = /* @__PURE__ */ x({
274
312
  __name: "index",
275
- props: /* @__PURE__ */ D({
313
+ props: /* @__PURE__ */ q({
276
314
  showToggle: {
277
315
  type: Boolean,
278
316
  default: !0
@@ -289,59 +327,59 @@ const V = (o, n) => {
289
327
  modelModifiers: {}
290
328
  }),
291
329
  emits: ["update:modelValue"],
292
- setup(o) {
293
- const n = E(o, "modelValue"), e = () => {
294
- n.value = !n.value;
330
+ setup(l) {
331
+ const i = W(l, "modelValue"), e = () => {
332
+ i.value = !i.value;
295
333
  };
296
- return (t, r) => {
334
+ return (n, r) => {
297
335
  const a = b("el-button"), w = b("el-card");
298
336
  return s(), f(w, {
299
- class: g(["ik-collapse-box-card", n.value ? "hiddened" : ""]),
337
+ class: g(["ik-collapse-box-card", i.value ? "hiddened" : ""]),
300
338
  shadow: "hover"
301
339
  }, {
302
- header: d(() => [
303
- c("div", X, [
304
- k(" card header左侧内容 "),
305
- C(t.$slots, "header-leaft", {}, () => [
340
+ header: u(() => [
341
+ c("div", Y, [
342
+ v(" card header左侧内容 "),
343
+ p(n.$slots, "header-leaft", {}, () => [
306
344
  c(
307
345
  "span",
308
346
  null,
309
- B(o.title),
347
+ I(l.title),
310
348
  1
311
349
  /* TEXT */
312
350
  )
313
351
  ], !0),
314
- c("div", Y, [
315
- k(" card header右侧内容 "),
316
- C(t.$slots, "header-right", {}, void 0, !0),
317
- k(" 展开、收起按钮 "),
318
- o.showToggle ? (s(), f(a, {
352
+ c("div", Z, [
353
+ v(" card header右侧内容 "),
354
+ p(n.$slots, "header-right", {}, void 0, !0),
355
+ v(" 展开、收起按钮 "),
356
+ l.showToggle ? (s(), f(a, {
319
357
  key: 0,
320
358
  link: "",
321
359
  class: "ml-[8px]",
322
- onClick: r[0] || (r[0] = (p) => e())
360
+ onClick: r[0] || (r[0] = (z) => e())
323
361
  }, {
324
- default: d(() => [
325
- F(
326
- B(n.value ? "展开" : "收起") + " ",
362
+ default: u(() => [
363
+ E(
364
+ I(i.value ? "展开" : "收起") + " ",
327
365
  1
328
366
  /* TEXT */
329
367
  ),
330
- q(h(R), {
368
+ F(h(X), {
331
369
  name: "iksvg_shouqi",
332
370
  size: 16,
333
- class: g(n.value ? "toogle" : null)
371
+ class: g(i.value ? "toogle" : null)
334
372
  }, null, 8, ["class"])
335
373
  ]),
336
374
  _: 1
337
375
  /* STABLE */
338
- })) : k("v-if", !0)
376
+ })) : v("v-if", !0)
339
377
  ])
340
378
  ])
341
379
  ]),
342
- default: d(() => [
343
- c("div", Z, [
344
- C(t.$slots, "default", {}, void 0, !0)
380
+ default: u(() => [
381
+ c("div", _, [
382
+ p(n.$slots, "default", {}, void 0, !0)
345
383
  ])
346
384
  ]),
347
385
  _: 3
@@ -349,7 +387,7 @@ const V = (o, n) => {
349
387
  }, 8, ["class"]);
350
388
  };
351
389
  }
352
- }), ee = /* @__PURE__ */ V(_, [["__scopeId", "data-v-7eb693b4"]]), ne = j(ee);
390
+ }), le = /* @__PURE__ */ V(ee, [["__scopeId", "data-v-7eb693b4"]]), ne = $(le);
353
391
  export {
354
392
  ne as IkCollapseCard,
355
393
  ne as default