szld-libs 0.0.22 → 0.0.23

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/es/main.d.ts CHANGED
@@ -11,4 +11,5 @@ import * as download from "./utils/download";
11
11
  import * as fileType from "./utils/filetype";
12
12
  import * as verfyCode from "./utils/verify-code";
13
13
  import * as utils from "./utils/index";
14
+ export { default as Echarts } from "./components/Echarts";
14
15
  export { AuthButton, CoralButton, EditTable, VirtualTable, BackHeader, CreateForm, SearchTable, UploadFile, showWorkFlow, download, fileType, verfyCode, utils, };
package/es/main.js CHANGED
@@ -11,11 +11,13 @@ import * as download from "./utils/download";
11
11
  import * as filetype from "./utils/filetype";
12
12
  import * as verifyCode from "./utils/verify-code";
13
13
  import * as index from "./utils/index";
14
+ import { default as default11 } from "./components/Echarts";
14
15
  export {
15
16
  default8 as AuthButton,
16
17
  default2 as BackHeader,
17
18
  default9 as CoralButton,
18
19
  default3 as CreateForm,
20
+ default11 as Echarts,
19
21
  default6 as EditTable,
20
22
  default4 as SearchTable,
21
23
  default5 as UploadFile,
package/lib/main.d.ts CHANGED
@@ -11,4 +11,5 @@ import * as download from "./utils/download";
11
11
  import * as fileType from "./utils/filetype";
12
12
  import * as verfyCode from "./utils/verify-code";
13
13
  import * as utils from "./utils/index";
14
+ export { default as Echarts } from "./components/Echarts";
14
15
  export { AuthButton, CoralButton, EditTable, VirtualTable, BackHeader, CreateForm, SearchTable, UploadFile, showWorkFlow, download, fileType, verfyCode, utils, };
package/lib/main.js CHANGED
@@ -13,6 +13,7 @@ const download = require("./utils/download");
13
13
  const filetype = require("./utils/filetype");
14
14
  const verifyCode = require("./utils/verify-code");
15
15
  const index = require("./utils/index");
16
+ const Echarts = require("./components/Echarts");
16
17
  function _interopNamespaceDefault(e) {
17
18
  const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
18
19
  if (e) {
@@ -46,3 +47,4 @@ exports.download = download__namespace;
46
47
  exports.fileType = filetype__namespace;
47
48
  exports.verfyCode = verifyCode__namespace;
48
49
  exports.utils = index__namespace;
50
+ exports.Echarts = Echarts;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "szld-libs",
3
3
  "private": false,
4
- "version": "0.0.22",
4
+ "version": "0.0.23",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",