@3sc/common-component 0.0.117 → 0.0.118

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.es.js CHANGED
@@ -29705,8 +29705,8 @@ function c9({ tableProps: e, toolbarProps: t, isDefaultConfig: n }) {
29705
29705
  var a;
29706
29706
  const o = (a = e.columns) == null ? void 0 : a.isManageable, { columns: r } = e, s = zk({
29707
29707
  columns: r,
29708
- gridPath: t.gridPath || "",
29709
- baseUrl: t.baseUrl || "",
29708
+ gridPath: (t == null ? void 0 : t.gridPath) || "",
29709
+ baseUrl: (t == null ? void 0 : t.baseUrl) || "",
29710
29710
  isDefaultConfig: n
29711
29711
  });
29712
29712
  return /* @__PURE__ */ y.jsxs(Hv, { children: [
@@ -29716,8 +29716,8 @@ function c9({ tableProps: e, toolbarProps: t, isDefaultConfig: n }) {
29716
29716
  {
29717
29717
  tableProps: e,
29718
29718
  mergedColumns: s,
29719
- gridPath: t.gridPath,
29720
- baseUrl: t.baseUrl
29719
+ gridPath: (t == null ? void 0 : t.gridPath) || "",
29720
+ baseUrl: (t == null ? void 0 : t.baseUrl) || ""
29721
29721
  }
29722
29722
  )
29723
29723
  ] });