@sysvale/cuida 3.78.1 → 3.79.0
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.
- package/dist/@sysvale/cuida.es.js +12 -5
- package/dist/@sysvale/cuida.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -35424,13 +35424,20 @@ const Kae = /* @__PURE__ */ he(qae, [["render", Gae], ["__scopeId", "data-v-59f3
|
|
|
35424
35424
|
variant: {
|
|
35425
35425
|
type: String,
|
|
35426
35426
|
default: "green"
|
|
35427
|
+
},
|
|
35428
|
+
/**
|
|
35429
|
+
* Define o tempo, em ms, do intervalo de mudança da barra de progresso.
|
|
35430
|
+
*/
|
|
35431
|
+
intervalTime: {
|
|
35432
|
+
type: Number,
|
|
35433
|
+
default: 500
|
|
35427
35434
|
}
|
|
35428
35435
|
},
|
|
35429
35436
|
setup(t) {
|
|
35430
35437
|
bt((d) => ({
|
|
35431
|
-
|
|
35432
|
-
|
|
35433
|
-
|
|
35438
|
+
73610618: i.value,
|
|
35439
|
+
"0cad13a5": r.value,
|
|
35440
|
+
b6405e74: s.value
|
|
35434
35441
|
}));
|
|
35435
35442
|
const e = t, n = Ie(0), i = q(() => `${n.value}%`), s = q(() => n.value === 0 ? "none" : "width 0.5s"), r = q(() => nu("smartphone") || nu("tablet") ? "4px" : "3px");
|
|
35436
35443
|
dt(() => e.modelValue, (d) => {
|
|
@@ -35449,7 +35456,7 @@ const Kae = /* @__PURE__ */ he(qae, [["render", Gae], ["__scopeId", "data-v-59f3
|
|
|
35449
35456
|
n.value = 90;
|
|
35450
35457
|
return;
|
|
35451
35458
|
}
|
|
35452
|
-
setTimeout(o, Math.floor(Math.random() *
|
|
35459
|
+
setTimeout(o, Math.floor(Math.random() * (e.intervalTime * 2 - e.intervalTime + 1) + e.intervalTime));
|
|
35453
35460
|
}
|
|
35454
35461
|
}
|
|
35455
35462
|
function c() {
|
|
@@ -35461,7 +35468,7 @@ const Kae = /* @__PURE__ */ he(qae, [["render", Gae], ["__scopeId", "data-v-59f3
|
|
|
35461
35468
|
class: R(`loading-indicator--${t.variant}`)
|
|
35462
35469
|
}, null, 2));
|
|
35463
35470
|
}
|
|
35464
|
-
}, Xae = /* @__PURE__ */ he(Zae, [["__scopeId", "data-v-
|
|
35471
|
+
}, Xae = /* @__PURE__ */ he(Zae, [["__scopeId", "data-v-2276da25"]]), Jae = { class: "mobile-navigation__header" }, Qae = { class: "mobile-navigation__title" }, eoe = { class: "mobile-navigation__sidebar-header" }, toe = { class: "mobile-navigation__sidebar-logo" }, noe = ["src"], ioe = { class: "mobile-navigation__sidebar-content" }, soe = { class: "mobile-navigation__sidebar-items" }, roe = { class: "mobile-navigation__sidebar-footer" }, aoe = { class: "mobile-navigation__sidebar-user-text" }, ooe = {
|
|
35465
35472
|
__name: "MobileNavigation",
|
|
35466
35473
|
props: {
|
|
35467
35474
|
/**
|