startup-ui 1.0.3 → 1.0.4
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/CHANGELOG.md +8 -0
- package/dist/index.css +1 -1
- package/dist/startup-ui.cjs.js +1 -1
- package/dist/startup-ui.cjs.js.map +1 -1
- package/dist/startup-ui.es.js +2 -1
- package/dist/startup-ui.es.js.map +1 -1
- package/dist/types/components/STable.d.ts +4 -0
- package/dist/types/components/STable.d.ts.map +1 -1
- package/llms/components/data/stable.md +54 -0
- package/package.json +1 -1
package/dist/startup-ui.es.js
CHANGED
|
@@ -4373,6 +4373,7 @@ const _u = /* @__PURE__ */ Eo(Cu), xu = { class: "s-filter" }, Ou = /* @__PURE__
|
|
|
4373
4373
|
hoverable: { type: Boolean },
|
|
4374
4374
|
striped: { type: Boolean },
|
|
4375
4375
|
bordered: { type: Boolean },
|
|
4376
|
+
compact: { type: Boolean },
|
|
4376
4377
|
nodata: {},
|
|
4377
4378
|
fixedHeader: { type: Boolean },
|
|
4378
4379
|
height: {},
|
|
@@ -4387,7 +4388,7 @@ const _u = /* @__PURE__ */ Eo(Cu), xu = { class: "s-filter" }, Ou = /* @__PURE__
|
|
|
4387
4388
|
return t.height && (s.height = t.height), s;
|
|
4388
4389
|
});
|
|
4389
4390
|
return (s, i) => (p(), v("div", {
|
|
4390
|
-
class: ee(["s-table", { hoverable: e.hoverable, striped: e.striped, bordered: e.bordered, topscroll: e.topScroll, fixedheader: e.height }]),
|
|
4391
|
+
class: ee(["s-table", { hoverable: e.hoverable, striped: e.striped, bordered: e.bordered, compact: e.compact, topscroll: e.topScroll, fixedheader: e.height }]),
|
|
4391
4392
|
style: Ce(r.value)
|
|
4392
4393
|
}, [
|
|
4393
4394
|
_("table", null, [
|