@avenirs-esr/avenirs-dsav 0.1.67 → 0.1.68
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/avenirs-dsav.css +1 -1
- package/dist/components/interaction/selects/AvMultiselect/AvMultiselect.stories.d.ts +2 -2
- package/dist/components/interaction/selects/AvMultiselect/AvMultiselect.vue.d.ts +1 -1
- package/dist/index.cjs.js +2 -2
- package/dist/index.es.js +5 -5
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -5433,7 +5433,7 @@ const ic = {
|
|
|
5433
5433
|
options: { default: () => [] },
|
|
5434
5434
|
successMessage: { default: "" },
|
|
5435
5435
|
errorMessage: { default: "" },
|
|
5436
|
-
|
|
5436
|
+
placeholder: {},
|
|
5437
5437
|
dense: { type: Boolean },
|
|
5438
5438
|
selectedText: {},
|
|
5439
5439
|
selectAll: { type: Boolean, default: !1 },
|
|
@@ -5446,7 +5446,7 @@ const ic = {
|
|
|
5446
5446
|
emits: ["update:modelValue"],
|
|
5447
5447
|
setup(e, { emit: t }) {
|
|
5448
5448
|
oe((w) => ({
|
|
5449
|
-
|
|
5449
|
+
v85994802: w.width
|
|
5450
5450
|
}));
|
|
5451
5451
|
const n = t, a = P(null), i = P(!1), r = E(() => e.errorMessage || e.successMessage), l = E(() => e.errorMessage ? "error" : "valid"), {
|
|
5452
5452
|
collapse: s,
|
|
@@ -5462,7 +5462,7 @@ const ic = {
|
|
|
5462
5462
|
onTransitionEnd: m
|
|
5463
5463
|
}, f = E(() => e.modelValue.map((w) => w.value)), g = E(() => {
|
|
5464
5464
|
if (!e.modelValue || e.modelValue.length === 0)
|
|
5465
|
-
return e.
|
|
5465
|
+
return e.placeholder;
|
|
5466
5466
|
if (e.selectedText)
|
|
5467
5467
|
return e.selectedText;
|
|
5468
5468
|
const w = e.modelValue.length > 1 ? "s" : "";
|
|
@@ -5577,7 +5577,7 @@ const ic = {
|
|
|
5577
5577
|
], 2);
|
|
5578
5578
|
};
|
|
5579
5579
|
}
|
|
5580
|
-
}), pd = /* @__PURE__ */ H(Qc, [["__scopeId", "data-v-
|
|
5580
|
+
}), pd = /* @__PURE__ */ H(Qc, [["__scopeId", "data-v-3011c843"]]), zc = ["for"], jc = {
|
|
5581
5581
|
key: 0,
|
|
5582
5582
|
class: "required"
|
|
5583
5583
|
}, Bc = {
|
|
@@ -7630,7 +7630,7 @@ const _A = {
|
|
|
7630
7630
|
]);
|
|
7631
7631
|
};
|
|
7632
7632
|
}
|
|
7633
|
-
}), Vd = /* @__PURE__ */ H(sd, [["__scopeId", "data-v-
|
|
7633
|
+
}), Vd = /* @__PURE__ */ H(sd, [["__scopeId", "data-v-1a97b3c4"]]);
|
|
7634
7634
|
export {
|
|
7635
7635
|
Cu as AV_BREAKPOINTS,
|
|
7636
7636
|
bd as AvAccordion,
|