@selfeesas/shared-components 0.4.30 → 0.4.32
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.
|
@@ -667,6 +667,10 @@ export declare const DateRange: DefineComponent<ExtractPropTypes<__VLS_WithDefau
|
|
|
667
667
|
idCy: string;
|
|
668
668
|
}>>, {
|
|
669
669
|
resetDate: () => void;
|
|
670
|
+
setDateRange: (dateRange: {
|
|
671
|
+
from: string;
|
|
672
|
+
to: string;
|
|
673
|
+
}) => void;
|
|
670
674
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
671
675
|
"update:dateRange": (value: {
|
|
672
676
|
from: string;
|
|
@@ -8417,7 +8417,7 @@ const Qr = {
|
|
|
8417
8417
|
minDate: { default: void 0 },
|
|
8418
8418
|
maxDate: { default: void 0 },
|
|
8419
8419
|
datesDisabled: { default: () => [] },
|
|
8420
|
-
requiredErrorMessage: { default: "
|
|
8420
|
+
requiredErrorMessage: { default: "Ce champ est obligatoire !" },
|
|
8421
8421
|
disabled: { type: Boolean, default: !1 },
|
|
8422
8422
|
outlined: { type: Boolean, default: !1 },
|
|
8423
8423
|
placeholder: { default: void 0 },
|
|
@@ -8497,7 +8497,7 @@ const Qr = {
|
|
|
8497
8497
|
}, 16, ["model-value", "label", "rules", "disable", "required", "outlined", "placeholder"])
|
|
8498
8498
|
]));
|
|
8499
8499
|
}
|
|
8500
|
-
}), wd = /* @__PURE__ */ sn(Yc, [["__scopeId", "data-v-
|
|
8500
|
+
}), wd = /* @__PURE__ */ sn(Yc, [["__scopeId", "data-v-e5fcd393"]]), Qc = { class: "row" }, Kc = { class: "row no-wrap items-center" }, Xc = { class: "row items-center justify-end" }, Gc = {
|
|
8501
8501
|
key: 0,
|
|
8502
8502
|
class: "row items-center text-warning text-caption"
|
|
8503
8503
|
}, Jc = { class: "row items-center justify-end q-ml-sm" }, xd = /* @__PURE__ */ Vt({
|
|
@@ -8508,11 +8508,11 @@ const Qr = {
|
|
|
8508
8508
|
labelStart: { default: "De" },
|
|
8509
8509
|
labelEnd: { default: "à" },
|
|
8510
8510
|
startDateHint: { default: "" },
|
|
8511
|
-
resetLabel: { default: "
|
|
8511
|
+
resetLabel: { default: "Reinitialiser" },
|
|
8512
8512
|
closeLabel: { default: "Close" },
|
|
8513
8513
|
locale: { default: () => Uc },
|
|
8514
8514
|
required: { type: Boolean, default: !1 },
|
|
8515
|
-
requiredErrorMessage: { default: "
|
|
8515
|
+
requiredErrorMessage: { default: "Ce champ est obligatoire !" },
|
|
8516
8516
|
rules: { default: () => [] },
|
|
8517
8517
|
minDate: { default: void 0 },
|
|
8518
8518
|
maxDate: { default: void 0 },
|
|
@@ -8564,7 +8564,13 @@ const Qr = {
|
|
|
8564
8564
|
d !== f.value.to && (f.value.to = d);
|
|
8565
8565
|
}
|
|
8566
8566
|
), B({
|
|
8567
|
-
resetDate: i
|
|
8567
|
+
resetDate: i,
|
|
8568
|
+
setDateRange: (d) => {
|
|
8569
|
+
f.value = {
|
|
8570
|
+
from: d.from,
|
|
8571
|
+
to: d.to
|
|
8572
|
+
};
|
|
8573
|
+
}
|
|
8568
8574
|
}), (d, h) => (Ge(), kt("div", Qc, [
|
|
8569
8575
|
rt("div", Kc, [
|
|
8570
8576
|
Ze(vn, ar(d.$attrs, {
|