bitz-react-admin-ui 2.7.7 → 2.7.9

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.
@@ -1,4 +1,4 @@
1
- var e = { exports: {} };
1
+ var s = { exports: {} };
2
2
  export {
3
- e as __module
3
+ s as __module
4
4
  };
@@ -1,4 +1,4 @@
1
- var s = { exports: {} };
1
+ var e = { exports: {} };
2
2
  export {
3
- s as __module
3
+ e as __module
4
4
  };
@@ -143,7 +143,16 @@ const b = ({
143
143
  return a ? i : u;
144
144
  }, [a, p, o]);
145
145
  return B ? /* @__PURE__ */ n.jsxs("div", { onClick: (i) => i.stopPropagation(), style: { overflow: "hidden" }, children: [
146
- /* @__PURE__ */ n.jsx(I, { size: 8, ref: f, className: "actionGroup", style: { flexWrap: "wrap" }, children: S ?? y }),
146
+ /* @__PURE__ */ n.jsx(
147
+ I,
148
+ {
149
+ size: 8,
150
+ ref: f,
151
+ className: "actionGroup",
152
+ style: { flexWrap: "wrap" },
153
+ children: S ?? y
154
+ }
155
+ ),
147
156
  /* @__PURE__ */ n.jsx("div", { className: T })
148
157
  ] }) : /* @__PURE__ */ n.jsxs("div", { onClick: (i) => i.stopPropagation(), style: { overflow: "hidden" }, children: [
149
158
  /* @__PURE__ */ n.jsx(I, { size: $, ref: f, className: "actionGroup", children: S ?? y }),
@@ -40,6 +40,7 @@ export interface BitzTableProps<RecordType = any> extends Omit<TableProps<Record
40
40
  size?: DensitySize;
41
41
  /** 请求加载状态 */
42
42
  loading?: boolean;
43
+ loadingType?: 'skeleton' | 'normal';
43
44
  /** data属性 */
44
45
  dataProps?: {
45
46
  [propName: `data-${string}`]: any;