@cobre-npm/ds-v3 0.112.1 → 0.112.2
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.
|
@@ -21184,8 +21184,8 @@ const D$ = { class: "co-filter dropdown cobre-dropdown" }, O$ = {
|
|
|
21184
21184
|
emits: ["update:filter"],
|
|
21185
21185
|
setup(a, { emit: e }) {
|
|
21186
21186
|
const t = a, n = e, r = I(() => {
|
|
21187
|
-
var l
|
|
21188
|
-
return ((
|
|
21187
|
+
var l;
|
|
21188
|
+
return ((l = t.filter.validation) == null ? void 0 : l.errorMessage) ?? "";
|
|
21189
21189
|
}), o = I(() => {
|
|
21190
21190
|
var l;
|
|
21191
21191
|
return (l = t.filter.validation) != null && l.isValid ? !t.filter.validation.isValid() : !1;
|
|
@@ -21224,8 +21224,8 @@ const D$ = { class: "co-filter dropdown cobre-dropdown" }, O$ = {
|
|
|
21224
21224
|
), s = I(
|
|
21225
21225
|
() => o.value.from !== null && o.value.to !== null && o.value.from > o.value.to
|
|
21226
21226
|
), l = I(() => {
|
|
21227
|
-
var h
|
|
21228
|
-
return s.value ? (
|
|
21227
|
+
var h;
|
|
21228
|
+
return s.value ? (h = n.filter.validation) == null ? void 0 : h.errorMessage : "";
|
|
21229
21229
|
}), i = (h) => {
|
|
21230
21230
|
r("update:filter", h);
|
|
21231
21231
|
}, c = (h) => h == null || h === "" ? null : Number(h), u = (h) => {
|
|
@@ -21302,7 +21302,7 @@ const D$ = { class: "co-filter dropdown cobre-dropdown" }, O$ = {
|
|
|
21302
21302
|
}, uE = { class: "co-filter-panel__card position-relative bg-white d-flex flex-column shadow-sm rounded-3" }, cE = { class: "co-filter-panel__header d-flex align-items-center justify-content-between px-3 py-2 border-bottom" }, dE = { class: "mb-0 co-fw-600 co-label co-label--sm" }, fE = { class: "co-filter-panel__body d-flex" }, pE = { class: "co-filter-panel__tabs d-flex flex-column py-2 border-end" }, mE = ["onClick"], hE = {
|
|
21303
21303
|
key: 0,
|
|
21304
21304
|
class: "co-filter-panel__tab-badge d-inline-flex align-items-center justify-content-center rounded-pill fw-semibold px-1 co-label co-label--sm"
|
|
21305
|
-
}, vE = { class: "flex-grow-1 p-3" }, gE = /* @__PURE__ */ de({
|
|
21305
|
+
}, vE = { class: "co-filter-panel__content flex-grow-1 p-3" }, gE = /* @__PURE__ */ de({
|
|
21306
21306
|
__name: "CobreFilterPanel",
|
|
21307
21307
|
props: {
|
|
21308
21308
|
filters: { default: () => [] },
|
|
@@ -21394,7 +21394,7 @@ const D$ = { class: "co-filter dropdown cobre-dropdown" }, O$ = {
|
|
|
21394
21394
|
])
|
|
21395
21395
|
])) : D("", !0);
|
|
21396
21396
|
}
|
|
21397
|
-
}), HP = /* @__PURE__ */ Pe(gE, [["__scopeId", "data-v-
|
|
21397
|
+
}), HP = /* @__PURE__ */ Pe(gE, [["__scopeId", "data-v-587cc2ec"]]);
|
|
21398
21398
|
var At = "top", Yt = "bottom", Ht = "right", St = "left", uo = "auto", Gn = [At, Yt, Ht, St], fn = "start", Yn = "end", ud = "clippingParents", Ri = "viewport", En = "popper", cd = "reference", Gs = /* @__PURE__ */ Gn.reduce(function(a, e) {
|
|
21399
21399
|
return a.concat([e + "-" + fn, e + "-" + Yn]);
|
|
21400
21400
|
}, []), Vi = /* @__PURE__ */ [].concat(Gn, [uo]).reduce(function(a, e) {
|