sit-onyx 1.3.0-dev-20251021070623 → 1.3.0-dev-20251021104446
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/index.js
CHANGED
|
@@ -4422,7 +4422,8 @@ const mo = /* @__PURE__ */ qt(ir, [["render", ur]]), He = /* @__PURE__ */ A({
|
|
|
4422
4422
|
withVerticalBorders: { type: Boolean, default: !1 },
|
|
4423
4423
|
withPageScrolling: { type: Boolean, default: !1 },
|
|
4424
4424
|
columnGroups: {},
|
|
4425
|
-
scrollContainerAttrs: {}
|
|
4425
|
+
scrollContainerAttrs: {},
|
|
4426
|
+
truncation: { default: "multiline" }
|
|
4426
4427
|
},
|
|
4427
4428
|
setup(n) {
|
|
4428
4429
|
const t = n, e = ce(), { t: o } = q(), { densityClass: l } = H(t), s = m(() => o.value("table.empty")), r = Q("tableRef"), { height: u, width: c } = Ye(r), d = m(() => ({
|
|
@@ -4456,7 +4457,8 @@ const mo = /* @__PURE__ */ qt(ir, [["render", ur]]), He = /* @__PURE__ */ A({
|
|
|
4456
4457
|
class: R(["onyx-table onyx-text", [
|
|
4457
4458
|
{
|
|
4458
4459
|
"onyx-table--striped": t.striped,
|
|
4459
|
-
"onyx-table--vertical-borders": t.withVerticalBorders
|
|
4460
|
+
"onyx-table--vertical-borders": t.withVerticalBorders,
|
|
4461
|
+
[`onyx-table--cell-truncation-${t.truncation}`]: !0
|
|
4460
4462
|
},
|
|
4461
4463
|
a(l)
|
|
4462
4464
|
]]),
|
|
@@ -4536,6 +4538,7 @@ const mo = /* @__PURE__ */ qt(ir, [["render", ur]]), He = /* @__PURE__ */ A({
|
|
|
4536
4538
|
withPageScrolling: { type: Boolean },
|
|
4537
4539
|
columnGroups: {},
|
|
4538
4540
|
scrollContainerAttrs: {},
|
|
4541
|
+
truncation: {},
|
|
4539
4542
|
columns: {},
|
|
4540
4543
|
rows: {}
|
|
4541
4544
|
},
|
|
@@ -6204,7 +6207,8 @@ const Xi = (n, t) => {
|
|
|
6204
6207
|
density: {},
|
|
6205
6208
|
striped: { type: Boolean, default: !0 },
|
|
6206
6209
|
withVerticalBorders: { type: Boolean, default: !0 },
|
|
6207
|
-
withPageScrolling: { type: Boolean }
|
|
6210
|
+
withPageScrolling: { type: Boolean },
|
|
6211
|
+
truncation: {}
|
|
6208
6212
|
},
|
|
6209
6213
|
setup(n) {
|
|
6210
6214
|
const t = n, e = q(), o = ce(), l = le(t), s = et([]), r = et([]), u = et(), c = et(), d = et(), { columns: p, data: h, features: _, columnGroups: v, async: x } = Ut(t);
|