@sysvale/cuida 3.70.0 → 3.70.2
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 +33 -25
- package/dist/@sysvale/cuida.umd.js +3 -3
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -29875,7 +29875,7 @@ const jp = {
|
|
|
29875
29875
|
}
|
|
29876
29876
|
}, a4 = () => {
|
|
29877
29877
|
wt((t) => ({
|
|
29878
|
-
|
|
29878
|
+
"3c7a40a8": t.textAlignmentResolver
|
|
29879
29879
|
}));
|
|
29880
29880
|
}, o4 = jp.setup;
|
|
29881
29881
|
jp.setup = o4 ? (t, e) => (a4(), o4(t, e)) : a4;
|
|
@@ -29985,7 +29985,7 @@ function hre(t, e, n, i, s, r) {
|
|
|
29985
29985
|
s.internalState === "invalid" ? (y(), C("div", dre, U(r.computedAllowedMessage), 1)) : j("", !0)
|
|
29986
29986
|
], 64);
|
|
29987
29987
|
}
|
|
29988
|
-
const fre = /* @__PURE__ */ he(sre, [["render", hre], ["__scopeId", "data-v-
|
|
29988
|
+
const fre = /* @__PURE__ */ he(sre, [["render", hre], ["__scopeId", "data-v-33f6f0ff"]]);
|
|
29989
29989
|
const pre = { class: "flexbox" }, gre = {
|
|
29990
29990
|
__name: "Flexbox",
|
|
29991
29991
|
props: {
|
|
@@ -30332,7 +30332,7 @@ const Tre = {
|
|
|
30332
30332
|
this.getLiInDOM(this.currentPos).classList.remove("highlight");
|
|
30333
30333
|
}
|
|
30334
30334
|
}
|
|
30335
|
-
}, Are = (t) => (pr("data-v-
|
|
30335
|
+
}, Are = (t) => (pr("data-v-fba155a5"), t = t(), gr(), t), $re = {
|
|
30336
30336
|
ref: "cds-filter-select",
|
|
30337
30337
|
class: "filter-select"
|
|
30338
30338
|
}, Ire = { class: "filter-select__label" }, Pre = { for: "cds-filter-select" }, Ere = ["id", "onkeypress", "placeholder", "disabled", "readonly"], Lre = {
|
|
@@ -30411,7 +30411,7 @@ function Rre(t, e, n, i, s, r) {
|
|
|
30411
30411
|
])
|
|
30412
30412
|
], 512);
|
|
30413
30413
|
}
|
|
30414
|
-
const Nre = /* @__PURE__ */ he(Tre, [["render", Rre], ["__scopeId", "data-v-
|
|
30414
|
+
const Nre = /* @__PURE__ */ he(Tre, [["render", Rre], ["__scopeId", "data-v-fba155a5"]]);
|
|
30415
30415
|
const Hre = {
|
|
30416
30416
|
props: {
|
|
30417
30417
|
variant: {
|
|
@@ -34728,7 +34728,8 @@ const eg = {
|
|
|
34728
34728
|
expandItemControl: 0,
|
|
34729
34729
|
itemsWithVisibilityController: [],
|
|
34730
34730
|
logoutTooltipText: "Sair",
|
|
34731
|
-
showPopover: !1
|
|
34731
|
+
showPopover: !1,
|
|
34732
|
+
showSearchButtonShortCut: !0
|
|
34732
34733
|
};
|
|
34733
34734
|
},
|
|
34734
34735
|
computed: {
|
|
@@ -34744,6 +34745,9 @@ const eg = {
|
|
|
34744
34745
|
},
|
|
34745
34746
|
avatarCursorResolver() {
|
|
34746
34747
|
return this.shouldShowProfileMenu ? "pointer" : "default";
|
|
34748
|
+
},
|
|
34749
|
+
computedSearchButtonJustify() {
|
|
34750
|
+
return this.collapsed ? "center" : "space-between";
|
|
34747
34751
|
}
|
|
34748
34752
|
},
|
|
34749
34753
|
watch: {
|
|
@@ -34768,12 +34772,14 @@ const eg = {
|
|
|
34768
34772
|
},
|
|
34769
34773
|
collapsed(t) {
|
|
34770
34774
|
if (t) {
|
|
34771
|
-
this.showUncollapsedItems = !1;
|
|
34775
|
+
this.showUncollapsedItems = !1, this.showSearchButtonShortCut = !1;
|
|
34772
34776
|
return;
|
|
34773
34777
|
}
|
|
34774
34778
|
setTimeout(() => {
|
|
34775
34779
|
this.showUncollapsedItems = !0;
|
|
34776
|
-
}, 500)
|
|
34780
|
+
}, 500), setTimeout(() => {
|
|
34781
|
+
this.showSearchButtonShortCut = !0;
|
|
34782
|
+
}, 250);
|
|
34777
34783
|
}
|
|
34778
34784
|
},
|
|
34779
34785
|
created() {
|
|
@@ -34824,11 +34830,12 @@ const eg = {
|
|
|
34824
34830
|
}
|
|
34825
34831
|
}, I4 = () => {
|
|
34826
34832
|
wt((t) => ({
|
|
34827
|
-
"
|
|
34833
|
+
"987e34c4": t.avatarCursorResolver,
|
|
34834
|
+
"00c77940": t.computedSearchButtonJustify
|
|
34828
34835
|
}));
|
|
34829
34836
|
}, P4 = eg.setup;
|
|
34830
34837
|
eg.setup = P4 ? (t, e) => (I4(), P4(t, e)) : I4;
|
|
34831
|
-
const Kle = eg, Zle = { class: "side-bar__header" }, Xle = { class: "side-bar__logo" }, Jle = ["src"], Qle = { class: "search-button__text-container" }, ece =
|
|
34838
|
+
const Kle = eg, Zle = { class: "side-bar__header" }, Xle = { class: "side-bar__logo" }, Jle = ["src"], Qle = { class: "search-button__text-container" }, ece = { key: 0 }, tce = ["onMouseleave"], nce = ["onClick"], ice = ["id", "onMouseover"], sce = { class: "side-bar__subitem-container" }, rce = { class: "side-bar__subitems" }, ace = ["href", "target", "onClick"], oce = {
|
|
34832
34839
|
key: 0,
|
|
34833
34840
|
class: "side-bar__subitem-link"
|
|
34834
34841
|
}, lce = { key: 1 }, cce = { class: "side-bar__subitems--collapsed" }, uce = { class: "side-bar__tooltip-title" }, dce = ["href", "onClick"], hce = {
|
|
@@ -34876,11 +34883,12 @@ function _ce(t, e, n, i, s, r) {
|
|
|
34876
34883
|
width: "20",
|
|
34877
34884
|
name: "search-outline"
|
|
34878
34885
|
}),
|
|
34879
|
-
ece
|
|
34886
|
+
s.showSearchButtonShortCut ? (y(), C("span", ece, "Busca")) : j("", !0)
|
|
34880
34887
|
]),
|
|
34881
|
-
|
|
34888
|
+
s.showSearchButtonShortCut ? (y(), C("span", {
|
|
34889
|
+
key: 0,
|
|
34882
34890
|
class: F(["side-bar__search-shortcut", { "side-bar__search-shortcut--light": n.light }])
|
|
34883
|
-
}, " Ctrl + K ", 2)
|
|
34891
|
+
}, " Ctrl + K ", 2)) : j("", !0)
|
|
34884
34892
|
], 2)) : j("", !0),
|
|
34885
34893
|
k("ul", {
|
|
34886
34894
|
class: F({ "side-bar__container": n.items.length >= 1 })
|
|
@@ -35587,7 +35595,7 @@ function Wce(t, e, n, i, s, r) {
|
|
|
35587
35595
|
], 10, Nce))), 128))
|
|
35588
35596
|
], 2);
|
|
35589
35597
|
}
|
|
35590
|
-
const Yce = /* @__PURE__ */ he(Rce, [["render", Wce], ["__scopeId", "data-v-
|
|
35598
|
+
const Yce = /* @__PURE__ */ he(Rce, [["render", Wce], ["__scopeId", "data-v-c81c79f6"]]);
|
|
35591
35599
|
const jce = {
|
|
35592
35600
|
components: {
|
|
35593
35601
|
CdsBox: L1,
|
|
@@ -36269,7 +36277,7 @@ const ig = {
|
|
|
36269
36277
|
}
|
|
36270
36278
|
}, B4 = () => {
|
|
36271
36279
|
wt((t) => ({
|
|
36272
|
-
"
|
|
36280
|
+
"43811d2c": t.cursorType
|
|
36273
36281
|
}));
|
|
36274
36282
|
}, F4 = ig.setup;
|
|
36275
36283
|
ig.setup = F4 ? (t, e) => (B4(), F4(t, e)) : B4;
|
|
@@ -36643,7 +36651,7 @@ function Wue(t, e, n, i, s, r) {
|
|
|
36643
36651
|
], 2)
|
|
36644
36652
|
], 4);
|
|
36645
36653
|
}
|
|
36646
|
-
const Yue = /* @__PURE__ */ he(zue, [["render", Wue], ["__scopeId", "data-v-
|
|
36654
|
+
const Yue = /* @__PURE__ */ he(zue, [["render", Wue], ["__scopeId", "data-v-aec2308f"]]);
|
|
36647
36655
|
const jue = {
|
|
36648
36656
|
components: {
|
|
36649
36657
|
CdsIcon: et,
|
|
@@ -36993,11 +37001,11 @@ const sg = {
|
|
|
36993
37001
|
}
|
|
36994
37002
|
}, R4 = () => {
|
|
36995
37003
|
wt((t) => ({
|
|
36996
|
-
"
|
|
37004
|
+
"01f885ca": t.resolveChevronTop
|
|
36997
37005
|
}));
|
|
36998
37006
|
}, N4 = sg.setup;
|
|
36999
37007
|
sg.setup = N4 ? (t, e) => (R4(), N4(t, e)) : R4;
|
|
37000
|
-
const tde = sg, nde = (t) => (pr("data-v-
|
|
37008
|
+
const tde = sg, nde = (t) => (pr("data-v-a7d1088b"), t = t(), gr(), t), ide = {
|
|
37001
37009
|
ref: "cds-select",
|
|
37002
37010
|
class: "select"
|
|
37003
37011
|
}, sde = {
|
|
@@ -37096,7 +37104,7 @@ function fde(t, e, n, i, s, r) {
|
|
|
37096
37104
|
r.errorState && !n.disabled ? (y(), C("div", hde, U(n.errorMessage), 1)) : j("", !0)
|
|
37097
37105
|
], 512);
|
|
37098
37106
|
}
|
|
37099
|
-
const pde = /* @__PURE__ */ he(tde, [["render", fde], ["__scopeId", "data-v-
|
|
37107
|
+
const pde = /* @__PURE__ */ he(tde, [["render", fde], ["__scopeId", "data-v-a7d1088b"]]);
|
|
37100
37108
|
const rg = {
|
|
37101
37109
|
components: {
|
|
37102
37110
|
CdsIcon: et,
|
|
@@ -38202,7 +38210,7 @@ const Hde = g7.exports.longClickDirective({ delay: 400, interval: 50 }), ag = {
|
|
|
38202
38210
|
}
|
|
38203
38211
|
}, Y4 = () => {
|
|
38204
38212
|
wt((t) => ({
|
|
38205
|
-
"
|
|
38213
|
+
"48694d94": t.widthResolver
|
|
38206
38214
|
}));
|
|
38207
38215
|
}, j4 = ag.setup;
|
|
38208
38216
|
ag.setup = j4 ? (t, e) => (Y4(), j4(t, e)) : Y4;
|
|
@@ -38293,7 +38301,7 @@ function Qde(t, e, n, i, s, r) {
|
|
|
38293
38301
|
r.errorState && !n.disabled ? (y(), C("div", Jde, U(n.errorMessage), 1)) : j("", !0)
|
|
38294
38302
|
]);
|
|
38295
38303
|
}
|
|
38296
|
-
const e1e = /* @__PURE__ */ he(Wde, [["render", Qde], ["__scopeId", "data-v-
|
|
38304
|
+
const e1e = /* @__PURE__ */ he(Wde, [["render", Qde], ["__scopeId", "data-v-7b5644a7"]]);
|
|
38297
38305
|
const t1e = {
|
|
38298
38306
|
props: {
|
|
38299
38307
|
modelValue: {
|
|
@@ -38375,7 +38383,7 @@ function i1e(t, e, n, i, s, r) {
|
|
|
38375
38383
|
], 2)
|
|
38376
38384
|
]);
|
|
38377
38385
|
}
|
|
38378
|
-
const s1e = /* @__PURE__ */ he(t1e, [["render", i1e], ["__scopeId", "data-v-
|
|
38386
|
+
const s1e = /* @__PURE__ */ he(t1e, [["render", i1e], ["__scopeId", "data-v-69ace31c"]]);
|
|
38379
38387
|
const og = {
|
|
38380
38388
|
components: {
|
|
38381
38389
|
CdsCheckbox: V1,
|
|
@@ -38884,7 +38892,7 @@ function A1e(t, e, n, i, s, r) {
|
|
|
38884
38892
|
r.errorState && !n.disabled ? (y(), C("div", T1e, U(n.errorMessage), 1)) : j("", !0)
|
|
38885
38893
|
]);
|
|
38886
38894
|
}
|
|
38887
|
-
const $1e = /* @__PURE__ */ he(x1e, [["render", A1e], ["__scopeId", "data-v-
|
|
38895
|
+
const $1e = /* @__PURE__ */ he(x1e, [["render", A1e], ["__scopeId", "data-v-a0f7342a"]]);
|
|
38888
38896
|
const I1e = {
|
|
38889
38897
|
directives: {
|
|
38890
38898
|
cdstip: rl,
|
|
@@ -39130,7 +39138,7 @@ function R1e(t, e, n, i, s, r) {
|
|
|
39130
39138
|
r.errorState && !n.disabled ? (y(), C("div", F1e, U(n.errorMessage), 1)) : j("", !0)
|
|
39131
39139
|
]);
|
|
39132
39140
|
}
|
|
39133
|
-
const N1e = /* @__PURE__ */ he(I1e, [["render", R1e], ["__scopeId", "data-v-
|
|
39141
|
+
const N1e = /* @__PURE__ */ he(I1e, [["render", R1e], ["__scopeId", "data-v-db284c72"]]), Mf = (t) => /[0-2][0-9]:[0-5][0-9]/.test(t), H1e = (t, e) => Mf(t) && Mf(e) ? Se.fromFormat(t, "HH:mm").diff(
|
|
39134
39142
|
Se.fromFormat(e, "HH:mm")
|
|
39135
39143
|
) > 0 : !1;
|
|
39136
39144
|
const W1e = (t) => t === "" || t === [] ? !0 : typeof t == "string" ? Mf(t) : t.length === 2 && H1e(t[1], t[0]), Y1e = {
|
|
@@ -39576,7 +39584,7 @@ const cg = {
|
|
|
39576
39584
|
}
|
|
39577
39585
|
}, Z4 = () => {
|
|
39578
39586
|
wt((t) => ({
|
|
39579
|
-
"
|
|
39587
|
+
"48f4f43a": t.resolveInputWidth
|
|
39580
39588
|
}));
|
|
39581
39589
|
}, X4 = cg.setup;
|
|
39582
39590
|
cg.setup = X4 ? (t, e) => (Z4(), X4(t, e)) : Z4;
|
|
@@ -39649,7 +39657,7 @@ function Che(t, e, n, i, s, r) {
|
|
|
39649
39657
|
r.errorState && !n.disabled ? (y(), C("div", She, U(n.errorMessage), 1)) : j("", !0)
|
|
39650
39658
|
]);
|
|
39651
39659
|
}
|
|
39652
|
-
const khe = /* @__PURE__ */ he(vhe, [["render", Che], ["__scopeId", "data-v-
|
|
39660
|
+
const khe = /* @__PURE__ */ he(vhe, [["render", Che], ["__scopeId", "data-v-ec9227c6"]]);
|
|
39653
39661
|
const Mhe = {
|
|
39654
39662
|
components: {
|
|
39655
39663
|
CdsBox: L1,
|