@club-employes/utopia 4.380.0 → 4.381.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.
|
@@ -43,10 +43,16 @@ declare function __VLS_template(): {
|
|
|
43
43
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
44
44
|
declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
45
45
|
"update:modelValue": (value?: string | undefined) => any;
|
|
46
|
-
"update:dropdownValue": (
|
|
46
|
+
"update:dropdownValue": (payload: {
|
|
47
|
+
id: string;
|
|
48
|
+
value: string | number | boolean;
|
|
49
|
+
}) => any;
|
|
47
50
|
}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
48
51
|
"onUpdate:modelValue"?: ((value?: string | undefined) => any) | undefined;
|
|
49
|
-
"onUpdate:dropdownValue"?: ((
|
|
52
|
+
"onUpdate:dropdownValue"?: ((payload: {
|
|
53
|
+
id: string;
|
|
54
|
+
value: string | number | boolean;
|
|
55
|
+
}) => any) | undefined;
|
|
50
56
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
51
57
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
52
58
|
export default _default;
|
package/dist/index.js
CHANGED
|
@@ -48758,7 +48758,7 @@ const _N = /* @__PURE__ */ ie(j3, [["__scopeId", "data-v-4d16284f"]]), XF = "dat
|
|
|
48758
48758
|
])) : P("", !0)
|
|
48759
48759
|
], 2));
|
|
48760
48760
|
}
|
|
48761
|
-
}), hI = /* @__PURE__ */ ie(bI, [["__scopeId", "data-v-
|
|
48761
|
+
}), hI = /* @__PURE__ */ ie(bI, [["__scopeId", "data-v-e379663a"]]), yI = { class: "utopia-grant-group__header" }, wI = { class: "utopia-grant-group__title" }, zI = { class: "utopia-grant-group__children" }, xI = {
|
|
48762
48762
|
key: 0,
|
|
48763
48763
|
class: "utopia-grant-group__subtitle"
|
|
48764
48764
|
}, kI = /* @__PURE__ */ ae({
|
|
@@ -48778,7 +48778,7 @@ const _N = /* @__PURE__ */ ie(j3, [["__scopeId", "data-v-4d16284f"]]), XF = "dat
|
|
|
48778
48778
|
}, c = M(() => n.node.children?.length ? n.node.children.some((A) => A.id === n.modelValue) : !1), r = (A) => {
|
|
48779
48779
|
n.node.children?.length && (A ? o("update:modelValue", n.node.children[0].id) : o("update:modelValue", void 0));
|
|
48780
48780
|
}, u = (A) => {
|
|
48781
|
-
o("update:dropdownValue", A);
|
|
48781
|
+
o("update:dropdownValue", { id: n.node.id, value: A });
|
|
48782
48782
|
};
|
|
48783
48783
|
return (A, p) => {
|
|
48784
48784
|
const m = Xe("GrantSelectTree", !0);
|
|
@@ -48805,7 +48805,8 @@ const _N = /* @__PURE__ */ ie(j3, [["__scopeId", "data-v-4d16284f"]]), XF = "dat
|
|
|
48805
48805
|
key: f.id,
|
|
48806
48806
|
"model-value": e.modelValue,
|
|
48807
48807
|
node: f,
|
|
48808
|
-
"onUpdate:modelValue": p[0] || (p[0] = (b) => o("update:modelValue", b))
|
|
48808
|
+
"onUpdate:modelValue": p[0] || (p[0] = (b) => o("update:modelValue", b)),
|
|
48809
|
+
"onUpdate:dropdownValue": p[1] || (p[1] = (b) => o("update:dropdownValue", b))
|
|
48809
48810
|
}, {
|
|
48810
48811
|
"progress-prefix": O(() => [
|
|
48811
48812
|
oe(A.$slots, "progress-prefix", {}, void 0, !0)
|
|
@@ -48854,7 +48855,7 @@ const _N = /* @__PURE__ */ ie(j3, [["__scopeId", "data-v-4d16284f"]]), XF = "dat
|
|
|
48854
48855
|
}, 8, ["model-value", "value", "label", "subtitle", "amount", "amount-label", "formatted-remaining-amount", "formatted-total-amount", "progress-bar-fill-percentage", "accordion-title", "remaining-amount-label", "category-label", "category-value", "available-until-label", "available-until", "use-switch", "options", "dropdown-model-value"]));
|
|
48855
48856
|
};
|
|
48856
48857
|
}
|
|
48857
|
-
}), eJ = /* @__PURE__ */ ie(kI, [["__scopeId", "data-v-
|
|
48858
|
+
}), eJ = /* @__PURE__ */ ie(kI, [["__scopeId", "data-v-f19b50d8"]]), MI = {
|
|
48858
48859
|
key: 0,
|
|
48859
48860
|
class: "utopia-cart-mobile-stepper",
|
|
48860
48861
|
role: "list"
|