mediacube-ui-v2 0.0.161 → 0.0.162
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/mediacube-ui-v2.js
CHANGED
|
@@ -23227,6 +23227,10 @@ const Cg = {
|
|
|
23227
23227
|
type: Boolean,
|
|
23228
23228
|
default: !1
|
|
23229
23229
|
},
|
|
23230
|
+
outlineBorder: {
|
|
23231
|
+
type: Boolean,
|
|
23232
|
+
default: !0
|
|
23233
|
+
},
|
|
23230
23234
|
/**
|
|
23231
23235
|
* Оверлей с затемнение на всю таблицу
|
|
23232
23236
|
* */
|
|
@@ -23269,7 +23273,8 @@ const Cg = {
|
|
|
23269
23273
|
lastColHasShadow: !1
|
|
23270
23274
|
}), y = g(() => ({
|
|
23271
23275
|
"mc-table__container": !0,
|
|
23272
|
-
"mc-table__container--card-opened": o.value.state
|
|
23276
|
+
"mc-table__container--card-opened": o.value.state,
|
|
23277
|
+
"mc-table__container--outline-border": i.outlineBorder
|
|
23273
23278
|
})), E = g(() => ({
|
|
23274
23279
|
"mc-table": !0,
|
|
23275
23280
|
"mc-table--card-opened": o.value.state
|
|
@@ -23416,7 +23421,7 @@ const Cg = {
|
|
|
23416
23421
|
B.total ? (f(), Z(c(Fr), {
|
|
23417
23422
|
key: 0,
|
|
23418
23423
|
title: B.total,
|
|
23419
|
-
variation: "
|
|
23424
|
+
variation: "gray-invert",
|
|
23420
23425
|
"text-color": "gray",
|
|
23421
23426
|
size: c(Gn).S
|
|
23422
23427
|
}, null, 8, ["title", "size"])) : T("", !0)
|