@pathscale/ui 0.0.96 → 0.0.97
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 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11557,9 +11557,7 @@ function EnhancedTable_EnhancedTable(props) {
|
|
|
11557
11557
|
return (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.memo)(()=>!!local.loading)() ? (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.createComponent)(table_Table.Row, {
|
|
11558
11558
|
get children () {
|
|
11559
11559
|
return (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.createComponent)(table_Table.Cell, {
|
|
11560
|
-
|
|
11561
|
-
return table.getAllColumns().length;
|
|
11562
|
-
},
|
|
11560
|
+
colSpan: totalColumns,
|
|
11563
11561
|
class: "text-center py-6",
|
|
11564
11562
|
get children () {
|
|
11565
11563
|
return (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.memo)(()=>!!local.renderLoading)() ? local.renderLoading() : (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.createComponent)(loading_Loading, {
|
|
@@ -11573,9 +11571,7 @@ function EnhancedTable_EnhancedTable(props) {
|
|
|
11573
11571
|
}) : (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.memo)(()=>!!(0 === tableRows().length && local.renderEmpty))() ? (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.createComponent)(table_Table.Row, {
|
|
11574
11572
|
get children () {
|
|
11575
11573
|
return (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.createComponent)(table_Table.Cell, {
|
|
11576
|
-
|
|
11577
|
-
return table.getAllColumns().length;
|
|
11578
|
-
},
|
|
11574
|
+
colSpan: totalColumns,
|
|
11579
11575
|
class: "text-center py-4",
|
|
11580
11576
|
get children () {
|
|
11581
11577
|
return local.renderEmpty();
|