@webilio-xyz/webilio-vue 1.1.12 → 1.1.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.
@@ -1,8 +1,8 @@
1
- import { createElementBlock as o, openBlock as e, renderSlot as n } from "vue";
1
+ import { openBlock as o, createElementBlock as e, renderSlot as n } from "vue";
2
2
  import { _ as r } from "./_plugin-vue_export-helper-CHgC5LLL.js";
3
3
  const c = {}, s = { class: "btn px-4 py-2" };
4
4
  function _(t, p) {
5
- return e(), o("button", s, [
5
+ return o(), e("button", s, [
6
6
  n(t.$slots, "default")
7
7
  ]);
8
8
  }
@@ -1,8 +1,8 @@
1
- import { createElementBlock as t, openBlock as o, createElementVNode as n, renderSlot as r } from "vue";
1
+ import { openBlock as t, createElementBlock as o, createElementVNode as n, renderSlot as r } from "vue";
2
2
  import { _ as c } from "./_plugin-vue_export-helper-CHgC5LLL.js";
3
3
  const s = {}, l = { class: "flex items-center" }, i = { class: "inline-block text-2xl sm:text-xl font-extrabold tracking-tight" };
4
4
  function a(e, _) {
5
- return o(), t("div", l, [
5
+ return t(), o("div", l, [
6
6
  n("h1", i, [
7
7
  r(e.$slots, "default")
8
8
  ])
package/dist/Component.js CHANGED
@@ -1,12 +1,12 @@
1
1
  (function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode('.breadcrumb-item[data-v-01d278b9]:before,.breadcrumb-item[data-v-01d278b9]:after{content:"";position:absolute;left:0;height:52%;width:100%;background:#fff;border-left:2px solid #666;border-right:2px solid #666;z-index:-2}.breadcrumb-item[data-v-01d278b9]:before{transform:skew(30deg);border-top:2px solid #666}.breadcrumb-item[data-v-01d278b9]:after{bottom:-2px;transform:skew(-30deg);border-bottom:2px solid #666}.breadcrumb-item[data-v-01d278b9]:before,.breadcrumb-item[data-v-01d278b9]:after{background:var(--active-bg-color, transparent)}.breadcrumb-item[data-v-01d278b9]:hover:before,.breadcrumb-item[data-v-01d278b9]:hover:after{background:var(--hover-bg-color, lightgray)}.no-focus-border[data-v-6911550c]:focus{outline:none;border:none}.icon-size[data-v-6911550c]{font-size:25px}.bg-accent-50[data-v-a7244478]{background-color:#f8fafc}')),document.head.appendChild(e)}}catch(r){console.error("vite-plugin-css-injected-by-js",r)}})();
2
- import { ref as y, createElementBlock as a, createCommentVNode as _, openBlock as l, createElementVNode as t, toDisplayString as m, computed as b, normalizeStyle as w, normalizeClass as k, Fragment as B, renderList as A, onMounted as O, createVNode as C, withModifiers as L, createBlock as S, withCtx as j, createTextVNode as J, unref as $, renderSlot as D, onBeforeUnmount as V, resolveComponent as H } from "vue";
3
- import { B as M } from "./ButtonComponent-ttzIkK79.js";
2
+ import { ref as y, openBlock as l, createElementBlock as a, createElementVNode as t, toDisplayString as m, createCommentVNode as v, computed as b, normalizeClass as k, normalizeStyle as w, Fragment as B, renderList as A, onMounted as O, createVNode as C, withModifiers as L, withCtx as j, createTextVNode as J, createBlock as $, unref as S, renderSlot as D, onBeforeUnmount as V, resolveComponent as H } from "vue";
3
+ import { B as M } from "./ButtonComponent-DOEH129x.js";
4
4
  import { _ as R } from "./_plugin-vue_export-helper-CHgC5LLL.js";
5
5
  import "laravel-vue-i18n";
6
6
  import "@vuepic/vue-datepicker";
7
- import { u as Z, _ as G, E as K } from "./LabelComponent-DwonPfyx.js";
7
+ import { u as Z, _ as G, E as K } from "./LabelComponent-DgoJlPcL.js";
8
8
  import { AkCloudUpload as W, AkChevronRightSmall as X, AkChevronDownSmall as Q, AkSend as Y } from "@kalimahapps/vue-icons";
9
- import { d as ee } from "./debounce-Cx8aOQWk.js";
9
+ import { d as ee } from "./debounce-C1ND-yYU.js";
10
10
  import { a as te } from "./isObject-BD_iszZg.js";
11
11
  var oe = "Expected a function";
12
12
  function re(o, e, r) {
@@ -26,7 +26,10 @@ const ne = {
26
26
  }, le = { class: "font-bold" }, se = {
27
27
  key: 0,
28
28
  class: "block sm:inline mx-2"
29
- }, ae = { class: "absolute top-0 bottom-0 right-0 px-4 py-3" }, ie = {
29
+ }, ae = { class: "absolute top-0 bottom-0 right-0 px-4 py-3" }, ie = /* @__PURE__ */ t("title", null, " Close ", -1), ce = /* @__PURE__ */ t("path", { d: "M14.348 14.849a1.2 1.2 0 0 1-1.697 0L10 11.819l-2.651 3.029a1.2 1.2 0 1 1-1.697-1.697l2.758-3.15-2.759-3.152a1.2 1.2 0 1 1 1.697-1.697L10 8.183l2.651-3.031a1.2 1.2 0 1 1 1.697 1.697l-2.758 3.152 2.758 3.15a1.2 1.2 0 0 1 0 1.698z" }, null, -1), ue = [
30
+ ie,
31
+ ce
32
+ ], de = {
30
33
  __name: "AlertComponent",
31
34
  props: {
32
35
  alertMessage: {
@@ -44,9 +47,9 @@ const ne = {
44
47
  },
45
48
  setup(o) {
46
49
  const e = y(!1);
47
- return (r, n) => e.value ? _("", !0) : (l(), a("div", ne, [
50
+ return (r, n) => e.value ? v("", !0) : (l(), a("div", ne, [
48
51
  t("strong", le, m(o.alertMessage), 1),
49
- o.message ? (l(), a("span", se, m(o.message), 1)) : _("", !0),
52
+ o.message ? (l(), a("span", se, m(o.message), 1)) : v("", !0),
50
53
  t("span", ae, [
51
54
  o.closable ? (l(), a("svg", {
52
55
  key: 0,
@@ -55,14 +58,11 @@ const ne = {
55
58
  role: "button",
56
59
  xmlns: "http://www.w3.org/2000/svg",
57
60
  viewBox: "0 0 20 20"
58
- }, n[1] || (n[1] = [
59
- t("title", null, " Close ", -1),
60
- t("path", { d: "M14.348 14.849a1.2 1.2 0 0 1-1.697 0L10 11.819l-2.651 3.029a1.2 1.2 0 1 1-1.697-1.697l2.758-3.15-2.759-3.152a1.2 1.2 0 1 1 1.697-1.697L10 8.183l2.651-3.031a1.2 1.2 0 1 1 1.697 1.697l-2.758 3.152 2.758 3.15a1.2 1.2 0 0 1 0 1.698z" }, null, -1)
61
- ]))) : _("", !0)
61
+ }, ue)) : v("", !0)
62
62
  ])
63
63
  ]));
64
64
  }
65
- }, ce = ["title"], T = {
65
+ }, pe = ["title"], T = {
66
66
  __name: "AvatarComponent",
67
67
  props: {
68
68
  name: {
@@ -108,17 +108,17 @@ const ne = {
108
108
  title: o.name,
109
109
  class: k(["no-underline rounded-full bg-gray-200 flex justify-center items-center text-gray-500 p-2", s.computedSizeClass]),
110
110
  style: w(n())
111
- }, m(r.value), 15, ce));
111
+ }, m(r.value), 15, pe));
112
112
  }
113
- }, ue = {
113
+ }, me = {
114
114
  class: "breadcrumb flex space-x-2",
115
115
  itemscope: "",
116
116
  itemtype: "http://schema.org/BreadcrumbList"
117
- }, de = ["href"], pe = { itemprop: "name" }, me = {
117
+ }, fe = ["href"], _e = { itemprop: "name" }, ve = {
118
118
  key: 1,
119
119
  itemprop: "name",
120
120
  class: "inline-block relative px-4 py-2 text-gray-500"
121
- }, fe = ["content"], ve = {
121
+ }, ge = ["content"], he = {
122
122
  __name: "BreadcrumbsComponent",
123
123
  props: {
124
124
  items: {
@@ -140,7 +140,7 @@ const ne = {
140
140
  "--hover-bg-color": n.active ? e.activeItemColor : e.hoverItemColor
141
141
  });
142
142
  return (n, s) => (l(), a("nav", null, [
143
- t("ol", ue, [
143
+ t("ol", me, [
144
144
  (l(!0), a(B, null, A(e.items, (i, c) => (l(), a("li", {
145
145
  key: c,
146
146
  class: "breadcrumb-item relative",
@@ -155,20 +155,20 @@ const ne = {
155
155
  itemprop: "item",
156
156
  class: k(["inline-block relative px-4 py-2 text-gray-500 no-underline", o.hoverItemColor])
157
157
  }, [
158
- t("span", pe, m(i.name), 1)
159
- ], 10, de)) : (l(), a("span", me, m(i.name), 1)),
158
+ t("span", _e, m(i.name), 1)
159
+ ], 10, fe)) : (l(), a("span", ve, m(i.name), 1)),
160
160
  t("meta", {
161
161
  itemprop: "position",
162
162
  content: c + 1
163
- }, null, 8, fe)
163
+ }, null, 8, ge)
164
164
  ], 4))), 128))
165
165
  ])
166
166
  ]));
167
167
  }
168
- }, _e = /* @__PURE__ */ R(ve, [["__scopeId", "data-v-01d278b9"]]), ge = { class: "w-full space-y-4" }, he = { class: "flex items-center w-full" }, ye = { class: "ml-2 text-gray-500" }, Ce = ["id", "name", "accept", "disabled", "multiple"], xe = {
168
+ }, ye = /* @__PURE__ */ R(he, [["__scopeId", "data-v-01d278b9"]]), Ce = { class: "w-full space-y-4" }, xe = { class: "flex items-center w-full" }, be = { class: "ml-2 text-gray-500" }, ke = ["id", "name", "accept", "disabled", "multiple"], $e = {
169
169
  key: 0,
170
170
  class: "flex flex-col space-y-2 w-full"
171
- }, be = { class: "flex items-center" }, ke = { class: "flex flex-col" }, Se = { class: "font-semibold text-gray-800" }, $e = { class: "text-sm text-gray-500" }, we = {
171
+ }, Se = { class: "flex items-center" }, we = { class: "flex flex-col" }, ze = { class: "font-semibold text-gray-800" }, Ie = { class: "text-sm text-gray-500" }, Be = {
172
172
  __name: "DropzoneComponent",
173
173
  props: {
174
174
  label: {
@@ -206,14 +206,14 @@ const ne = {
206
206
  c.value = Z("input_group_");
207
207
  });
208
208
  const z = (u) => {
209
- const g = n.accept.split(",").map((q) => q.trim()), v = u.name.split(".").pop().toLowerCase(), h = n.maxSizeInMegaBytes * 1024 * 1024;
210
- return g.includes(`.${v}`) ? u.size > h ? (p.value = `File size exceeds the maximum limit of ${n.maxSizeInMegaBytes} MB.`, !1) : (p.value = null, !0) : (p.value = `Invalid file type. Accepted types are: ${n.accept}`, !1);
209
+ const g = n.accept.split(",").map((q) => q.trim()), _ = u.name.split(".").pop().toLowerCase(), h = n.maxSizeInMegaBytes * 1024 * 1024;
210
+ return g.includes(`.${_}`) ? u.size > h ? (p.value = `File size exceeds the maximum limit of ${n.maxSizeInMegaBytes} MB.`, !1) : (p.value = null, !0) : (p.value = `Invalid file type. Accepted types are: ${n.accept}`, !1);
211
211
  }, d = (u) => {
212
- const v = Array.from(u.target.files).filter(z);
213
- s.value = n.multiple ? [...s.value, ...v] : v, v.forEach((h) => r("file-selected", h)), E();
212
+ const _ = Array.from(u.target.files).filter(z);
213
+ s.value = n.multiple ? [...s.value, ..._] : _, _.forEach((h) => r("file-selected", h)), E();
214
214
  }, F = (u) => {
215
- const v = Array.from(u.dataTransfer.files).filter(z);
216
- s.value = n.multiple ? [...s.value, ...v] : v, v.forEach((h) => r("file-selected", h)), E();
215
+ const _ = Array.from(u.dataTransfer.files).filter(z);
216
+ s.value = n.multiple ? [...s.value, ..._] : _, _.forEach((h) => r("file-selected", h)), E();
217
217
  }, I = () => {
218
218
  i.value.click();
219
219
  }, U = (u) => {
@@ -222,7 +222,7 @@ const ne = {
222
222
  }, E = () => {
223
223
  i.value.value = null;
224
224
  }, N = b(() => n.error || p.value);
225
- return (u, g) => (l(), a("div", ge, [
225
+ return (u, g) => (l(), a("div", Ce, [
226
226
  C(G, {
227
227
  for: c.value,
228
228
  value: o.label,
@@ -235,7 +235,7 @@ const ne = {
235
235
  onDragover: g[0] || (g[0] = L(() => {
236
236
  }, ["prevent"]))
237
237
  }, [
238
- t("div", he, [
238
+ t("div", xe, [
239
239
  C(M, {
240
240
  class: "bg-blue-500 text-white px-4 py-2 rounded-lg hover:bg-blue-600",
241
241
  onClick: I
@@ -245,7 +245,7 @@ const ne = {
245
245
  ]),
246
246
  _: 1
247
247
  }),
248
- t("span", ye, m(u.$t("or drop your file here")), 1)
248
+ t("span", be, m(u.$t("or drop your file here")), 1)
249
249
  ]),
250
250
  t("input", {
251
251
  id: c.value,
@@ -258,23 +258,23 @@ const ne = {
258
258
  type: "file",
259
259
  class: "hidden",
260
260
  onChange: d
261
- }, null, 40, Ce),
262
- N.value ? (l(), S($(K), {
261
+ }, null, 40, ke),
262
+ N.value ? (l(), $(S(K), {
263
263
  key: 0,
264
264
  class: "mt-2",
265
265
  message: N.value
266
- }, null, 8, ["message"])) : _("", !0)
266
+ }, null, 8, ["message"])) : v("", !0)
267
267
  ], 32),
268
- s.value.length ? (l(), a("div", xe, [
269
- (l(!0), a(B, null, A(s.value, (v, h) => (l(), a("div", {
268
+ s.value.length ? (l(), a("div", $e, [
269
+ (l(!0), a(B, null, A(s.value, (_, h) => (l(), a("div", {
270
270
  key: h,
271
271
  class: "flex items-center justify-between w-full"
272
272
  }, [
273
- t("div", be, [
274
- C($(W), { class: "bg-danger text-white rounded-full w-6 h-6 p-1 m-1" }),
275
- t("div", ke, [
276
- t("span", Se, m(v.name), 1),
277
- t("span", $e, m(f(v)) + " · " + m(x(v)), 1)
273
+ t("div", Se, [
274
+ C(S(W), { class: "bg-danger text-white rounded-full w-6 h-6 p-1 m-1" }),
275
+ t("div", we, [
276
+ t("span", ze, m(_.name), 1),
277
+ t("span", Ie, m(f(_)) + " · " + m(x(_)), 1)
278
278
  ])
279
279
  ]),
280
280
  C(M, {
@@ -288,10 +288,10 @@ const ne = {
288
288
  _: 2
289
289
  }, 1032, ["onClick"])
290
290
  ]))), 128))
291
- ])) : _("", !0)
291
+ ])) : v("", !0)
292
292
  ]));
293
293
  }
294
- }, ze = { class: "flex items-center space-x-2 w-full" }, Ie = { class: "flex-grow" }, Be = { class: "border-t-2 pt-4" }, Ae = { class: "p-4 border-primary border-l-4" }, Fe = {
294
+ }, Ae = { class: "flex items-center space-x-2 w-full" }, Fe = { class: "flex-grow" }, Ee = { class: "border-t-2 pt-4" }, De = { class: "p-4 border-primary border-l-4" }, Me = {
295
295
  __name: "FoldableComponent",
296
296
  props: {},
297
297
  emits: ["open", "close"],
@@ -302,34 +302,34 @@ const ne = {
302
302
  i.value = !0, r("open");
303
303
  }, i = y(!1);
304
304
  return (c, p) => (l(), a("div", null, [
305
- t("div", ze, [
305
+ t("div", Ae, [
306
306
  t("div", null, [
307
- i.value ? (l(), S($(Q), {
307
+ i.value ? (l(), $(S(Q), {
308
308
  key: 1,
309
309
  class: "text-2xl cursor-pointer",
310
310
  onClick: n
311
- })) : (l(), S($(X), {
311
+ })) : (l(), $(S(X), {
312
312
  key: 0,
313
313
  class: "text-2xl cursor-pointer",
314
314
  onClick: s
315
315
  }))
316
316
  ]),
317
- t("div", Ie, [
317
+ t("div", Fe, [
318
318
  D(c.$slots, "header")
319
319
  ])
320
320
  ]),
321
321
  t("div", {
322
322
  class: k([{ "h-0": !i.value }, "overflow-y-hidden duration-600 transition-all relative border-gray-500"])
323
323
  }, [
324
- t("div", Be, [
325
- t("div", Ae, [
324
+ t("div", Ee, [
325
+ t("div", De, [
326
326
  D(c.$slots, "content")
327
327
  ])
328
328
  ])
329
329
  ], 2)
330
330
  ]));
331
331
  }
332
- }, Ee = {
332
+ }, Re = {
333
333
  __name: "InfiniteScrollComponent",
334
334
  emits: ["scroll"],
335
335
  setup(o, { emit: e }) {
@@ -350,7 +350,7 @@ const ne = {
350
350
  D(c.$slots, "default")
351
351
  ], 512));
352
352
  }
353
- }, De = { class: "flex w-full" }, Me = { class: "flex-1 border rounded-l-2xl ml-1 p-2" }, Re = ["placeholder"], Te = { class: "border rounded-r-2xl flex items-center p-2 leading-loose cursor-pointer" }, Ne = {
353
+ }, Te = { class: "flex w-full" }, Ne = { class: "flex-1 border rounded-l-2xl ml-1 p-2" }, qe = ["placeholder"], Le = { class: "border rounded-r-2xl flex items-center p-2 leading-loose cursor-pointer" }, je = {
354
354
  __name: "NotesInputComponent",
355
355
  props: {
356
356
  avatar: {
@@ -370,7 +370,7 @@ const ne = {
370
370
  },
371
371
  setup(o) {
372
372
  const e = o;
373
- return (r, n) => (l(), a("div", De, [
373
+ return (r, n) => (l(), a("div", Te, [
374
374
  t("div", null, [
375
375
  C(T, {
376
376
  name: e.avatar.name,
@@ -380,25 +380,25 @@ const ne = {
380
380
  textColor: e.avatar.textColor
381
381
  }, null, 8, ["name", "size", "initials", "backgroundColor", "textColor"])
382
382
  ]),
383
- t("div", Me, [
383
+ t("div", Ne, [
384
384
  t("input", {
385
385
  class: "w-full h-full leading-loose no-focus-border",
386
386
  type: "text",
387
387
  placeholder: e.inputPlaceholder
388
- }, null, 8, Re)
388
+ }, null, 8, qe)
389
389
  ]),
390
- t("div", Te, [
391
- C($(Y), { class: "icon-size" })
390
+ t("div", Le, [
391
+ C(S(Y), { class: "icon-size" })
392
392
  ])
393
393
  ]));
394
394
  }
395
- }, P = /* @__PURE__ */ R(Ne, [["__scopeId", "data-v-6911550c"]]), qe = {
395
+ }, P = /* @__PURE__ */ R(je, [["__scopeId", "data-v-6911550c"]]), Je = {
396
396
  key: 0,
397
397
  class: "grid grid-cols-1 gap-2 px-2"
398
- }, Le = { class: "pr-2" }, je = { class: "flex-1" }, Je = { class: "border rounded-2xl p-3 bg-accent-50" }, Oe = { class: "mt-2" }, Pe = { class: "flex" }, Ue = { class: "ml-4 mt-1 text-secondary w-full" }, Ve = ["onClick"], He = {
398
+ }, Oe = { class: "pr-2" }, Pe = { class: "flex-1" }, Ue = { class: "border rounded-2xl p-3 bg-accent-50" }, Ve = { class: "mt-2" }, He = { class: "flex" }, Ze = { class: "ml-4 mt-1 text-secondary w-full" }, Ge = ["onClick"], Ke = {
399
399
  key: 1,
400
400
  class: "text-center bg-accent-50 py-6 text-accent-400 rounded font-bold"
401
- }, Ze = {
401
+ }, We = {
402
402
  __name: "NotesCommentComponent",
403
403
  props: {
404
404
  user: {
@@ -458,12 +458,12 @@ const ne = {
458
458
  };
459
459
  return (f, x) => {
460
460
  const z = H("NotesCommentComponent", !0);
461
- return n.value.length ? (l(), a("div", qe, [
461
+ return n.value.length ? (l(), a("div", Je, [
462
462
  (l(!0), a(B, null, A(n.value, (d, F) => (l(), a("div", {
463
463
  key: F,
464
464
  class: "flex"
465
465
  }, [
466
- t("div", Le, [
466
+ t("div", Oe, [
467
467
  C(T, {
468
468
  name: d.user.name,
469
469
  size: d.user.size,
@@ -472,44 +472,44 @@ const ne = {
472
472
  textColor: d.user.textColor
473
473
  }, null, 8, ["name", "size", "initials", "backgroundColor", "textColor"])
474
474
  ]),
475
- t("div", je, [
476
- t("div", Je, [
475
+ t("div", Pe, [
476
+ t("div", Ue, [
477
477
  t("div", null, m(d.content), 1),
478
478
  d.created_at ? (l(), a("div", {
479
479
  key: 0,
480
480
  class: "text-right text-xs",
481
481
  style: w({ color: e.createdAtTextColor })
482
- }, m(new Date(d.created_at).toLocaleString()), 5)) : _("", !0)
482
+ }, m(new Date(d.created_at).toLocaleString()), 5)) : v("", !0)
483
483
  ]),
484
- t("div", Oe, [
485
- d.children && d.children.length ? (l(), S(z, {
484
+ t("div", Ve, [
485
+ d.children && d.children.length ? (l(), $(z, {
486
486
  key: 0,
487
487
  comments: d.children,
488
488
  user: d.user
489
- }, null, 8, ["comments", "user"])) : _("", !0)
489
+ }, null, 8, ["comments", "user"])) : v("", !0)
490
490
  ]),
491
- t("div", Pe, [
492
- t("div", Ue, [
491
+ t("div", He, [
492
+ t("div", Ze, [
493
493
  s(d) ? (l(), a("span", {
494
494
  key: 0,
495
495
  class: "cursor-pointer hover:underline",
496
496
  onClick: (I) => c(d)
497
- }, "Répondre", 8, Ve)) : _("", !0),
498
- i(d) ? (l(), S(P, {
497
+ }, "Répondre", 8, Ge)) : v("", !0),
498
+ i(d) ? (l(), $(P, {
499
499
  key: 1,
500
500
  onSend: (I) => p(I, d)
501
- }, null, 8, ["onSend"])) : _("", !0)
501
+ }, null, 8, ["onSend"])) : v("", !0)
502
502
  ])
503
503
  ])
504
504
  ])
505
505
  ]))), 128))
506
- ])) : (l(), a("div", He, " Aucun commentaires pour l'instant "));
506
+ ])) : (l(), a("div", Ke, " Aucun commentaires pour l'instant "));
507
507
  };
508
508
  }
509
- }, Ge = /* @__PURE__ */ R(Ze, [["__scopeId", "data-v-a7244478"]]), Ke = { class: "w-full" }, We = { class: "relative flex items-center justify-between w-full" }, Xe = { class: "mt-2 text-sm text-gray-500" }, Qe = {
509
+ }, Xe = /* @__PURE__ */ R(We, [["__scopeId", "data-v-a7244478"]]), Qe = { class: "w-full" }, Ye = { class: "relative flex items-center justify-between w-full" }, et = { class: "mt-2 text-sm text-gray-500" }, tt = {
510
510
  class: "absolute left-0 w-full h-1 bg-gray-300 -z-10 transform -translate-y-1/2",
511
511
  style: { top: "32%" }
512
- }, Ye = {
512
+ }, ot = {
513
513
  __name: "StepsComponent",
514
514
  props: {
515
515
  steps: {
@@ -536,8 +536,8 @@ const ne = {
536
536
  const i = r.value / s * 100;
537
537
  return Math.min(i, 100);
538
538
  });
539
- return (s, i) => (l(), a("div", Ke, [
540
- t("div", We, [
539
+ return (s, i) => (l(), a("div", Qe, [
540
+ t("div", Ye, [
541
541
  (l(!0), a(B, null, A(e.steps, (c, p) => (l(), a("div", {
542
542
  key: p,
543
543
  class: "flex flex-col items-center"
@@ -552,9 +552,9 @@ const ne = {
552
552
  }
553
553
  ])
554
554
  }, m(p + 1), 3),
555
- t("span", Xe, m(c), 1)
555
+ t("span", et, m(c), 1)
556
556
  ]))), 128)),
557
- t("div", Qe, [
557
+ t("div", tt, [
558
558
  t("div", {
559
559
  class: k(["h-full transition-all duration-500 ease-in-out", o.progressBarColor]),
560
560
  style: w({ width: n.value + "%" })
@@ -563,7 +563,7 @@ const ne = {
563
563
  ])
564
564
  ]));
565
565
  }
566
- }, et = {
566
+ }, rt = {
567
567
  __name: "TagComponent",
568
568
  props: {
569
569
  backgroundColor: {
@@ -594,30 +594,30 @@ const ne = {
594
594
  class: "px-4 py-2 inline-block"
595
595
  }, m(e.text), 5));
596
596
  }
597
- }, ut = {
598
- AlertComponent: ie,
597
+ }, mt = {
598
+ AlertComponent: de,
599
599
  ButtonComponent: M,
600
600
  AvatarComponent: T,
601
- BreadcrumbsComponent: _e,
602
- DropzoneComponent: we,
603
- FoldableComponent: Fe,
604
- InfiniteScrollComponent: Ee,
605
- NotesCommentComponent: Ge,
601
+ BreadcrumbsComponent: ye,
602
+ DropzoneComponent: Be,
603
+ FoldableComponent: Me,
604
+ InfiniteScrollComponent: Re,
605
+ NotesCommentComponent: Xe,
606
606
  NotesInputComponent: P,
607
- StepsComponent: Ye,
608
- TagComponent: et
607
+ StepsComponent: ot,
608
+ TagComponent: rt
609
609
  };
610
610
  export {
611
- ie as AlertComponent,
611
+ de as AlertComponent,
612
612
  T as AvatarComponent,
613
- _e as BreadcrumbsComponent,
613
+ ye as BreadcrumbsComponent,
614
614
  M as ButtonComponent,
615
- we as DropzoneComponent,
616
- Fe as FoldableComponent,
617
- Ee as InfiniteScrollComponent,
618
- Ge as NotesCommentComponent,
615
+ Be as DropzoneComponent,
616
+ Me as FoldableComponent,
617
+ Re as InfiniteScrollComponent,
618
+ Xe as NotesCommentComponent,
619
619
  P as NotesInputComponent,
620
- Ye as StepsComponent,
621
- et as TagComponent,
622
- ut as default
620
+ ot as StepsComponent,
621
+ rt as TagComponent,
622
+ mt as default
623
623
  };