@selfeesas/shared-components 0.4.14 → 0.4.15
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.
|
@@ -10155,8 +10155,9 @@ const xf = {
|
|
|
10155
10155
|
"row-key": j.rowKey,
|
|
10156
10156
|
"binary-state-sort": "",
|
|
10157
10157
|
"rows-per-page-options": o.value.rowsPerPageOptions,
|
|
10158
|
+
onRequest: M,
|
|
10158
10159
|
loading: j.loading,
|
|
10159
|
-
|
|
10160
|
+
"hide-no-data": !!j.loading
|
|
10160
10161
|
}, {
|
|
10161
10162
|
header: et((P) => [
|
|
10162
10163
|
st(jn, { props: P }, {
|
|
@@ -10335,7 +10336,7 @@ const xf = {
|
|
|
10335
10336
|
}, 1024)) : nr("", !0)
|
|
10336
10337
|
]),
|
|
10337
10338
|
_: 3
|
|
10338
|
-
}, 8, ["pagination", "columns", "rows", "filter", "row-key", "rows-per-page-options", "loading"]));
|
|
10339
|
+
}, 8, ["pagination", "columns", "rows", "filter", "row-key", "rows-per-page-options", "loading", "hide-no-data"]));
|
|
10339
10340
|
}
|
|
10340
10341
|
});
|
|
10341
10342
|
var gt = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|