tianheng-ui 0.0.48 → 0.0.51

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/lib/index.js CHANGED
@@ -3,7 +3,7 @@ import Icons from "../packages/icons/index.js";
3
3
  import Table from "../packages/table/index.js";
4
4
  import TableAction from "../packages/table/action.js";
5
5
  import TableSearch from "../packages/table/search.js";
6
- import Tools from "../packages/table/tools.js";
6
+ import TableTools from "../packages/table/tools.js";
7
7
  import Empty from "../packages/empty/index.js";
8
8
  import Dialog from "../packages/dialog/index.js";
9
9
  import { MakingForm, GenerateForm } from "../packages/formMaking/index.js";
@@ -14,7 +14,7 @@ const components = [
14
14
  Table,
15
15
  TableAction,
16
16
  TableSearch,
17
- Tools,
17
+ TableTools,
18
18
  Empty,
19
19
  Dialog,
20
20
  MakingForm,
@@ -32,7 +32,7 @@ if (typeof window !== "undefined" && window.Vue) {
32
32
  }
33
33
 
34
34
  export default {
35
- version: "0.0.48",
35
+ version: "0.0.51",
36
36
  install,
37
37
  ...components
38
38
  };