@sysvale/cuida 3.100.2 → 3.100.3
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 +35 -40
- package/dist/@sysvale/cuida.umd.js +6 -6
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -48006,57 +48006,52 @@ const She = /* @__PURE__ */ fe(xg, [["render", khe], ["__scopeId", "data-v-e7190
|
|
|
48006
48006
|
this.currentStep < this.steps.length - 1 && t++, this.$emit("next-action", { nextStep: t });
|
|
48007
48007
|
}
|
|
48008
48008
|
}
|
|
48009
|
-
}, Ahe = { class: "cds-wizard" }, Ihe = { class: "cds-wizard__container" }, Lhe = { key: 0 },
|
|
48009
|
+
}, Ahe = { class: "cds-wizard" }, Ihe = { class: "cds-wizard__container" }, Lhe = ["clickable", "onBoxClick"], Phe = { key: 0 }, Ehe = { class: "cds-wizard__title" }, Vhe = { class: "cds-wizard__subtitle" }, zhe = { class: "cds-wizard__content" }, Bhe = {
|
|
48010
48010
|
key: 1,
|
|
48011
48011
|
class: "cds-wizard__empty-state"
|
|
48012
|
-
},
|
|
48013
|
-
function
|
|
48014
|
-
const r = _e("cds-
|
|
48012
|
+
}, Rhe = ["src", "alt"], Fhe = { class: "cds-wizard__empty-state-title" }, Nhe = { class: "cds-wizard__empty-state-subtitle" }, Hhe = { class: "cds-wizard__buttons" };
|
|
48013
|
+
function Whe(t, e, n, i, s, a) {
|
|
48014
|
+
const r = _e("cds-button");
|
|
48015
48015
|
return y(), k("div", Ahe, [
|
|
48016
48016
|
O("div", Ihe, [
|
|
48017
|
-
(y(!0), k(Se, null, Ee(n.steps, (
|
|
48018
|
-
key: `wizard-step-${
|
|
48019
|
-
class: R({ "cds-wizard__empty-state-box": s.currentStep <
|
|
48020
|
-
padding: 5,
|
|
48021
|
-
elevated: s.currentStep === d,
|
|
48017
|
+
(y(!0), k(Se, null, Ee(n.steps, (o, u) => (y(), k("div", {
|
|
48018
|
+
key: `wizard-step-${u}`,
|
|
48019
|
+
class: R(["cds-wizard__box", { "cds-wizard__empty-state-box": s.currentStep < u, "cds-wizard__elevated": s.currentStep === u }]),
|
|
48022
48020
|
fluid: "",
|
|
48023
48021
|
clickable: n.clickable,
|
|
48024
|
-
onBoxClick: (
|
|
48022
|
+
onBoxClick: (d) => a.handleStepBoxClick(u),
|
|
48025
48023
|
onClick: e[0] || (e[0] = Ge(() => {
|
|
48026
48024
|
}, ["prevent"]))
|
|
48027
|
-
},
|
|
48028
|
-
|
|
48029
|
-
|
|
48030
|
-
|
|
48031
|
-
|
|
48032
|
-
|
|
48033
|
-
|
|
48034
|
-
|
|
48035
|
-
|
|
48036
|
-
|
|
48037
|
-
|
|
48038
|
-
|
|
48039
|
-
|
|
48040
|
-
|
|
48041
|
-
|
|
48042
|
-
|
|
48043
|
-
|
|
48044
|
-
|
|
48045
|
-
|
|
48046
|
-
|
|
48047
|
-
]),
|
|
48048
|
-
_: 2
|
|
48049
|
-
}, 1032, ["class", "elevated", "clickable", "onBoxClick"]))), 128))
|
|
48025
|
+
}, [
|
|
48026
|
+
s.currentStep >= u ? (y(), k("span", Phe, [
|
|
48027
|
+
ae(t.$slots, `step-${u + 1}-header`, {}, () => [
|
|
48028
|
+
O("h3", Ehe, Y(o.title), 1),
|
|
48029
|
+
O("h4", Vhe, Y(o.subtitle), 1)
|
|
48030
|
+
], !0),
|
|
48031
|
+
O("div", zhe, [
|
|
48032
|
+
ae(t.$slots, `step-${u + 1}`, {}, void 0, !0)
|
|
48033
|
+
])
|
|
48034
|
+
])) : (y(), k("div", Bhe, [
|
|
48035
|
+
o.image ? (y(), k("img", {
|
|
48036
|
+
key: 0,
|
|
48037
|
+
class: "cds-wizard__empty-state-image",
|
|
48038
|
+
src: o.image,
|
|
48039
|
+
alt: `Imagem de ${o.title}`
|
|
48040
|
+
}, null, 8, Rhe)) : U("", !0),
|
|
48041
|
+
O("div", Fhe, Y(o.title), 1),
|
|
48042
|
+
O("div", Nhe, Y(a.emptyStateText(o.title)), 1)
|
|
48043
|
+
]))
|
|
48044
|
+
], 42, Lhe))), 128))
|
|
48050
48045
|
]),
|
|
48051
|
-
O("div",
|
|
48052
|
-
N(
|
|
48046
|
+
O("div", Hhe, [
|
|
48047
|
+
N(r, {
|
|
48053
48048
|
text: n.cancelButtonText,
|
|
48054
48049
|
secondary: "",
|
|
48055
48050
|
onButtonClick: a.backActionClick,
|
|
48056
48051
|
onClick: e[1] || (e[1] = Ge(() => {
|
|
48057
48052
|
}, ["prevent"]))
|
|
48058
48053
|
}, null, 8, ["text", "onButtonClick"]),
|
|
48059
|
-
N(
|
|
48054
|
+
N(r, {
|
|
48060
48055
|
text: n.nextButtonText,
|
|
48061
48056
|
variant: n.nextButtonVariant,
|
|
48062
48057
|
disabled: n.disableNextButton,
|
|
@@ -48067,7 +48062,7 @@ function Hhe(t, e, n, i, s, a) {
|
|
|
48067
48062
|
])
|
|
48068
48063
|
]);
|
|
48069
48064
|
}
|
|
48070
|
-
const
|
|
48065
|
+
const Yhe = /* @__PURE__ */ fe(The, [["render", Whe], ["__scopeId", "data-v-79a43ffe"]]), jhe = (t, e) => {
|
|
48071
48066
|
let n = "", i = "", s = e.modifiers, a = e.arg;
|
|
48072
48067
|
n = document.querySelector(`[id='${e.value}']`), i = document.querySelector(`[id='${t.id}']`), hc(n, i, {
|
|
48073
48068
|
placement: a,
|
|
@@ -48084,9 +48079,9 @@ const Whe = /* @__PURE__ */ fe(The, [["render", Hhe], ["__scopeId", "data-v-4436
|
|
|
48084
48079
|
}
|
|
48085
48080
|
]
|
|
48086
48081
|
});
|
|
48087
|
-
},
|
|
48082
|
+
}, Zhe = {
|
|
48088
48083
|
install: (t, e) => {
|
|
48089
|
-
t.directive("cdstip", fc), t.directive("cds-floatify",
|
|
48084
|
+
t.directive("cdstip", fc), t.directive("cds-floatify", jhe), t.component("CdsActionBar", qD), t.component("CdsActionsList", eT), t.component("CdsAlert", oT), t.component("CdsAlertCard", hT), t.component("CdsAppBar", FT), t.component("CdsAvatar", mc), t.component("CdsAvatarGroup", ZT), t.component("CdsBadge", Mb), t.component("CdsBarChart", sB), t.component("CdsBox", Cc), t.component("CdsBottomSheet", TF), t.component("CdsBreadcrumb", EF), t.component("CdsButton", Vi), t.component("CdsCard", JF), t.component("CdsCalloutCard", rN), t.component("CdsCarousel", cN), t.component("CdsCarouselController", mN), t.component("CdsCheckbox", J1), t.component("CdsCheckboxGroup", AN), t.component("CdsChevron", cl), t.component("CdsChip", EN), t.component("CdsClickable", ks), t.component("CdsCollapsibleContainer", NN), t.component("CdsColorPicker", QN), t.component("CdsDashboardCard", uH), t.component("CdsDateInput", ZH), t.component("CdsDialogModal", cW), t.component("CdsDivider", pc), t.component("CdsDropdown", $W), t.component("CdsDropdownButton", EW), t.component("CdsDonutChart", RW), t.component("CdsEmptyState", qW), t.component("CdsFileInput", z_), t.component("CdsFileViewer", pY), t.component("CdsFilterSelect", SY), t.component("CdsFlatButton", V_), t.component("CdsFlexbox", ln), t.component("CdsFloatingAssistant", RY), t.component("CdsFloatingActionButton", jY), t.component("CdsGaugeChart", ej), t.component("CdsGrid", I_), t.component("CdsGridItem", ij), t.component("CdsHighlight", R_), t.component("CdsIcon", Re), t.component("CdsIconButton", S1), t.component("CdsImage", ec), t.component("CdsInnerTabs", mj), t.component("CdsInteractionBlockingOverlay", Sj), t.component("CdsLineChart", uF), t.component("CdsLink", nc), t.component("CdsList", woe), t.component("CdsInlineDateInput", poe), t.component("CdsLoadingBar", Soe), t.component("CdsLoadingIndicator", Moe), t.component("CdsMobileNavbar", Aoe), t.component("CdsMobileNavigation", Hoe), t.component("CdsModal", r8), t.component("CdsMultiselect", jle), t.component("CdsDynamicInputList", xW), t.component("CdsMultiFileInput", ple), t.component("CdsNavBar", Kle), t.component("CdsNumberInput", Jle), t.component("CdsOverlayLoader", nue), t.component("CdsPageContainer", c8), t.component("CdsPageLayout", Bue), t.component("CdsPageHeader", Uue), t.component("CdsPagination", Xue), t.component("CdsPanelCard", ice), t.component("CdsPinInput", lce), t.component("CdsPopover", gc), t.component("CdsProgressBar", hce), t.component("CdsProgressCircular", vce), t.component("CdsPulsar", B_), t.component("CdsQuickActionBar", Mce), t.component("CdsRadio", Ice), t.component("CdsRadioButtonGroup", Uce), t.component("CdsRadialBarChart", Bce), t.component("CdsRichTooltip", Rp), t.component("CdsSpacer", X1), t.component("CdsScrollable", R1), t.component("CdsSearchInput", Kce), t.component("CdsSecondaryNavigation", h8), t.component("CdsSegmentedControl", tde), t.component("CdsSelect", o8), t.component("CdsSideBar", d8), t.component("CdsSideSheet", ade), t.component("CdsSkeleton", V1), t.component("CdsSkeletonText", lde), t.component("CdsSlider", Ade), t.component("CdsSpinner", ul), t.component("CdsStackedBarChart", wF), t.component("CdsStepper", Nde), t.component("CdsStepperInput", a1e), t.component("CdsSwitch", d1e), t.component("CdsTable", v1e), t.component("CdsTabs", O1e), t.component("CdsText", D1e), t.component("CdsTextArea", T1e), t.component("CdsTextInput", E_), t.component("CdsTile", E1e), t.component("CdsTimeInput", X1e), t.component("CdsTooltip", F1), t.component("CdsTopAppBar", mhe), t.component("CdsTimeline", ehe), t.component("CdsTimelineItem", uhe), t.component("CdsTruncate", Cb), t.component("CdsPasswordInput", She), t.component("CdsPieChart", fF), t.component("CdsPolarAreaChart", vF), t.component("CdsWebcamModal", Dhe), t.component("CdsWizard", Yhe);
|
|
48090
48085
|
},
|
|
48091
48086
|
utils: {
|
|
48092
48087
|
contrastChecker: T_,
|
|
@@ -48097,5 +48092,5 @@ const Whe = /* @__PURE__ */ fe(The, [["render", Hhe], ["__scopeId", "data-v-4436
|
|
|
48097
48092
|
}
|
|
48098
48093
|
};
|
|
48099
48094
|
export {
|
|
48100
|
-
|
|
48095
|
+
Zhe as default
|
|
48101
48096
|
};
|