@nubisco/ui 1.60.1 → 1.61.0
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/components/DataTable.d.ts +15 -0
- package/dist/components/DataTable.vue.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +7 -2
- package/dist/index.mjs.map +1 -1
- package/dist/ui.css +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -14545,6 +14545,10 @@ var $Gt = {
|
|
|
14545
14545
|
type: Boolean,
|
|
14546
14546
|
default: !1
|
|
14547
14547
|
},
|
|
14548
|
+
fill: {
|
|
14549
|
+
type: Boolean,
|
|
14550
|
+
default: !1
|
|
14551
|
+
},
|
|
14548
14552
|
title: { default: void 0 },
|
|
14549
14553
|
description: { default: void 0 },
|
|
14550
14554
|
ariaLabel: { default: void 0 }
|
|
@@ -14637,7 +14641,8 @@ var $Gt = {
|
|
|
14637
14641
|
"nb-data-table",
|
|
14638
14642
|
`nb-data-table--${e.size}`,
|
|
14639
14643
|
{ "nb-data-table--zebra": e.zebra },
|
|
14640
|
-
{ "nb-data-table--sticky": e.stickyHeader }
|
|
14644
|
+
{ "nb-data-table--sticky": e.stickyHeader },
|
|
14645
|
+
{ "nb-data-table--fill": e.fill }
|
|
14641
14646
|
]) }, [
|
|
14642
14647
|
ie.value ? (T(), l("div", $Kt, [
|
|
14643
14648
|
u("div", {
|
|
@@ -14808,7 +14813,7 @@ var $Gt = {
|
|
|
14808
14813
|
t.$slots.footer ? (T(), l("div", Oqt, [A(t.$slots, "footer", {}, void 0, !0)])) : c("", !0)
|
|
14809
14814
|
], 2));
|
|
14810
14815
|
}
|
|
14811
|
-
}), [["__scopeId", "data-v-
|
|
14816
|
+
}), [["__scopeId", "data-v-299f18df"]]), kqt = [
|
|
14812
14817
|
"id",
|
|
14813
14818
|
"aria-expanded",
|
|
14814
14819
|
"aria-disabled",
|