@club-employes/utopia 4.113.0 → 4.114.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.
|
@@ -108,6 +108,7 @@ declare const __VLS_component: DefineComponent<ModalProps, {}, {}, {}, {}, Compo
|
|
|
108
108
|
focusTrap: boolean;
|
|
109
109
|
blurBackdrop: boolean;
|
|
110
110
|
mobileBehavior: ModalMobileBehavior;
|
|
111
|
+
forceVisible: boolean;
|
|
111
112
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
112
113
|
panelRef: HTMLDivElement;
|
|
113
114
|
closeButtonRef: ({
|
|
@@ -19,6 +19,7 @@ export interface ModalProps {
|
|
|
19
19
|
animation?: ModalAnimation;
|
|
20
20
|
/** Comportement sur mobile : 'bottom-sheet' (par défaut) ou 'center' */
|
|
21
21
|
mobileBehavior?: ModalMobileBehavior;
|
|
22
|
+
forceVisible?: boolean;
|
|
22
23
|
onOpenChange?: (open: boolean, reason: ModalChangeReason) => void;
|
|
23
24
|
}
|
|
24
25
|
export interface ModalOpenChangePayload {
|
package/dist/icons-list.json
CHANGED
package/dist/index.js
CHANGED
|
@@ -3364,7 +3364,7 @@ const md = Fc, vd = Jc, gd = Hc, bd = Lc, yd = (e, t, n) => {
|
|
|
3364
3364
|
e.intro ? (u(), m("p", qd, B(e.intro), 1)) : z("", !0)
|
|
3365
3365
|
]));
|
|
3366
3366
|
}
|
|
3367
|
-
}), y8 = /* @__PURE__ */ de($d, [["__scopeId", "data-v-
|
|
3367
|
+
}), y8 = /* @__PURE__ */ de($d, [["__scopeId", "data-v-ed63c380"]]), _d = { class: "utopia-stepper__compact-layout" }, ef = { class: "utopia-stepper__compact-header" }, tf = { class: "utopia-stepper__compact-index" }, nf = { class: "utopia-stepper__compact-label utopia-stepper__compact-label--current" }, of = { class: "utopia-stepper__compact-label utopia-stepper__compact-label--next" }, sf = { class: "utopia-stepper__progress-bar" }, Af = { class: "utopia-stepper__full-layout" }, rf = {
|
|
3368
3368
|
key: 0,
|
|
3369
3369
|
class: "utopia-stepper__connector"
|
|
3370
3370
|
}, af = { class: "utopia-stepper__content-wrapper" }, lf = { class: "utopia-stepper__indicator" }, uf = { class: "utopia-stepper__text" }, cf = { class: "utopia-stepper__label" }, df = {
|
|
@@ -7495,6 +7495,7 @@ const cm = ["for"], dm = {
|
|
|
7495
7495
|
blurBackdrop: { type: Boolean, default: !1 },
|
|
7496
7496
|
animation: { default: "slide-top" },
|
|
7497
7497
|
mobileBehavior: { default: "bottom-sheet" },
|
|
7498
|
+
forceVisible: { type: Boolean, default: !1 },
|
|
7498
7499
|
onOpenChange: {}
|
|
7499
7500
|
},
|
|
7500
7501
|
emits: ["update:open", "openChange"],
|
|
@@ -7573,7 +7574,8 @@ const cm = ["for"], dm = {
|
|
|
7573
7574
|
`utopia-modal--${e.position}`,
|
|
7574
7575
|
{
|
|
7575
7576
|
"is-open": l.value,
|
|
7576
|
-
"is-mobile": s.value
|
|
7577
|
+
"is-mobile": s.value,
|
|
7578
|
+
"utopia---force-visible": n.forceVisible
|
|
7577
7579
|
}
|
|
7578
7580
|
]]),
|
|
7579
7581
|
"aria-hidden": !l.value
|
|
@@ -7674,7 +7676,7 @@ const cm = ["for"], dm = {
|
|
|
7674
7676
|
], 10, zm)
|
|
7675
7677
|
]));
|
|
7676
7678
|
}
|
|
7677
|
-
}), Xs = /* @__PURE__ */ de(Dm, [["__scopeId", "data-v-
|
|
7679
|
+
}), Xs = /* @__PURE__ */ de(Dm, [["__scopeId", "data-v-ca0062ff"]]), jm = { class: "utopia-pricetag" }, Gm = { key: 0 }, Sm = { key: 1 }, Ym = { class: "utopia-pricetag--price-container" }, Em = { key: 2 }, Lm = { key: 3 }, Hm = /* @__PURE__ */ ie({
|
|
7678
7680
|
__name: "PriceTag",
|
|
7679
7681
|
props: {
|
|
7680
7682
|
variantCount: {},
|