@cloudtower/eagle 0.29.6 → 0.29.7

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.
@@ -62,6 +62,9 @@ export interface TableProps<T extends {
62
62
  rowSelection?: TableRowSelection<T>;
63
63
  empty?: string | React.ReactNode;
64
64
  tableLayout?: "fixed" | "auto";
65
+ /**
66
+ * @deprecated use loading instead
67
+ */
65
68
  initLoading?: boolean;
66
69
  rowKey?: AntdTableProps<T>["rowKey"];
67
70
  wrapper?: React.MutableRefObject<HTMLDivElement | null>;
@@ -19,6 +19,10 @@ export declare const ShowData: Story;
19
19
  * 自定义骨架屏表头,表身高度
20
20
  */
21
21
  export declare const CustomHeight: Story;
22
+ /**
23
+ * 初始化 loading
24
+ */
25
+ export declare const InitLoading: Story;
22
26
  /**
23
27
  * 在 loading error dataSource 存在值的情况下
24
28
  *