tianheng-ui 0.0.78 → 0.0.80

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/packages/index.js CHANGED
@@ -42,6 +42,7 @@ import Upload from "./Upload/index.js";
42
42
  import FormMaking from "./FormMaking/making.js";
43
43
  import FormGenerate from "./FormMaking/generate.js";
44
44
  import TableMaking from "./TableMaking/making.js";
45
+ import TableGenerate from "./TableMaking/generate.js";
45
46
  import Workflow from "../packages/Workflow/index.js";
46
47
 
47
48
  const components = [
@@ -67,6 +68,7 @@ const components = [
67
68
  FormMaking,
68
69
  FormGenerate,
69
70
  TableMaking,
71
+ TableGenerate,
70
72
  Workflow
71
73
  ];
72
74
 
@@ -111,6 +113,7 @@ export default {
111
113
  FormMaking,
112
114
  FormGenerate,
113
115
  TableMaking,
116
+ TableGenerate,
114
117
  Workflow
115
118
  };
116
119
 
@@ -138,5 +141,6 @@ export {
138
141
  FormMaking,
139
142
  FormGenerate,
140
143
  TableMaking,
144
+ TableGenerate,
141
145
  Workflow
142
146
  };