mediacube-ui-v2 0.0.137 → 0.0.139
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
|
@@ -23241,7 +23241,8 @@ const Sg = {
|
|
|
23241
23241
|
"mc-table__table_header-cell--fixed-first": N.fixedFirst,
|
|
23242
23242
|
"mc-table__table_header-cell--fixed-last": N.fixedLast,
|
|
23243
23243
|
"mc-table__table_header-cell--shadow-first": N.fixedFirst && v.firstColHasShadow,
|
|
23244
|
-
"mc-table__table_header-cell--shadow-last": N.fixedLast && v.lastColHasShadow
|
|
23244
|
+
"mc-table__table_header-cell--shadow-last": N.fixedLast && v.lastColHasShadow,
|
|
23245
|
+
[`mc-table__table_header-cell_content--align-${N.align}`]: !!N.align
|
|
23245
23246
|
}
|
|
23246
23247
|
}))), C = g(() => E.value.map((N) => ({
|
|
23247
23248
|
...N,
|
|
@@ -23250,7 +23251,8 @@ const Sg = {
|
|
|
23250
23251
|
"mc-table__table_body-cell--fixed-first": N.fixedFirst,
|
|
23251
23252
|
"mc-table__table_body-cell--fixed-last": N.fixedLast,
|
|
23252
23253
|
"mc-table__table_body-cell--shadow-first": N.fixedFirst && v.firstColHasShadow,
|
|
23253
|
-
"mc-table__table_body-cell--shadow-last": N.fixedLast && v.lastColHasShadow
|
|
23254
|
+
"mc-table__table_body-cell--shadow-last": N.fixedLast && v.lastColHasShadow,
|
|
23255
|
+
[`mc-table__table_body-cell_content--align-${N.align}`]: !!N.align
|
|
23254
23256
|
}
|
|
23255
23257
|
}))), b = g(() => E.value.map((N) => ({
|
|
23256
23258
|
...N,
|
|
@@ -23259,7 +23261,8 @@ const Sg = {
|
|
|
23259
23261
|
"mc-table__table_footer-cell--fixed-first": N.fixedFirst,
|
|
23260
23262
|
"mc-table__table_footer-cell--fixed-last": N.fixedLast,
|
|
23261
23263
|
"mc-table__table_footer-cell--shadow-first": N.fixedFirst && v.firstColHasShadow,
|
|
23262
|
-
"mc-table__table_footer-cell--shadow-last": N.fixedLast && v.lastColHasShadow
|
|
23264
|
+
"mc-table__table_footer-cell--shadow-last": N.fixedLast && v.lastColHasShadow,
|
|
23265
|
+
[`mc-table__table_footer-cell--align-${N.align}`]: !!N.align
|
|
23263
23266
|
}
|
|
23264
23267
|
}))), M = g(() => ({
|
|
23265
23268
|
"--mc-table-height": typeof i.height == "number" ? `${i.height}px` : i.height,
|