@sysvale/cuida 3.78.1 → 3.79.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.
- package/dist/@sysvale/cuida.es.js +13 -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
|
+
e0a02066: i.value,
|
|
35439
|
+
"31f71fda": r.value,
|
|
35440
|
+
"51509f9e": 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,8 @@ const Kae = /* @__PURE__ */ he(qae, [["render", Gae], ["__scopeId", "data-v-59f3
|
|
|
35449
35456
|
n.value = 90;
|
|
35450
35457
|
return;
|
|
35451
35458
|
}
|
|
35452
|
-
|
|
35459
|
+
let d = Math.floor(Math.random() * (e.intervalTime * 1.4 - e.intervalTime * 0.5) + e.intervalTime * 0.5);
|
|
35460
|
+
setTimeout(o, d);
|
|
35453
35461
|
}
|
|
35454
35462
|
}
|
|
35455
35463
|
function c() {
|
|
@@ -35461,7 +35469,7 @@ const Kae = /* @__PURE__ */ he(qae, [["render", Gae], ["__scopeId", "data-v-59f3
|
|
|
35461
35469
|
class: R(`loading-indicator--${t.variant}`)
|
|
35462
35470
|
}, null, 2));
|
|
35463
35471
|
}
|
|
35464
|
-
}, Xae = /* @__PURE__ */ he(Zae, [["__scopeId", "data-v-
|
|
35472
|
+
}, Xae = /* @__PURE__ */ he(Zae, [["__scopeId", "data-v-fe0c8374"]]), 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
35473
|
__name: "MobileNavigation",
|
|
35466
35474
|
props: {
|
|
35467
35475
|
/**
|