@bahmni/design-system 0.0.1-dev.176 → 0.0.1-dev.177
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -67185,7 +67185,7 @@ const Fl2 = () => {
|
|
|
67185
67185
|
sortable: c = r.map((u) => ({ key: u.key, sortable: !0 })),
|
|
67186
67186
|
loading: a = !1,
|
|
67187
67187
|
errorStateMessage: l = null,
|
|
67188
|
-
emptyStateMessage: f = "No data available
|
|
67188
|
+
emptyStateMessage: f = "No data available",
|
|
67189
67189
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
67190
67190
|
renderCell: p = (u, w) => u[w],
|
|
67191
67191
|
className: h = "sortable-data-table",
|
|
@@ -67282,7 +67282,7 @@ const Fl2 = () => {
|
|
|
67282
67282
|
sortable: c = r.map((M) => ({ key: M.key, sortable: !0 })),
|
|
67283
67283
|
loading: a = !1,
|
|
67284
67284
|
errorStateMessage: l = null,
|
|
67285
|
-
emptyStateMessage: f = "No data available
|
|
67285
|
+
emptyStateMessage: f = "No data available",
|
|
67286
67286
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
67287
67287
|
renderCell: p = (M, g) => M[g],
|
|
67288
67288
|
renderExpandedContent: h,
|