jmash-core-mp 0.1.45 → 0.1.46

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jmash-core-mp",
3
- "version": "0.1.45",
3
+ "version": "0.1.46",
4
4
  "private": false,
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -1,4 +1,4 @@
1
- import { ResponseData, AppConfig } from "../../api/types";
1
+ import { ResponseData } from "../../api/types";
2
2
  import { OpensType } from "./types";
3
3
  import type {
4
4
  LoginReq,
@@ -24,7 +24,7 @@ import {
24
24
  CmsChannelKey,
25
25
  CmsChannelModel,
26
26
  } from "./types";
27
- import { ResponseData, AppConfig } from "../../api/types";
27
+ import { ResponseData } from "../../api/types";
28
28
  import { grpc } from "../../utils/grpc";
29
29
  import mpx from "@mpxjs/core";
30
30
 
@@ -1,5 +1,11 @@
1
- import { ResponseData, AppConfig } from "../../api/types";
2
- import { EnumEntryReq, EnumRes, DictEntryReq, DictEntryList, DictEntryLayList } from "./types";
1
+ import { ResponseData } from "../../api/types";
2
+ import {
3
+ EnumEntryReq,
4
+ EnumRes,
5
+ DictEntryReq,
6
+ DictEntryList,
7
+ DictEntryLayList,
8
+ } from "./types";
3
9
  import mpx from "@mpxjs/core";
4
10
 
5
11
  class DictApiImpl {
@@ -1,5 +1,5 @@
1
1
  import { FileInfo, FileBase64Req, FileDownInfo, FileWebReq } from "./types";
2
- import { ResponseData, AppConfig } from "../../api/types";
2
+ import { ResponseData } from "../../api/types";
3
3
  import { db } from "../../utils/db";
4
4
  import { grpc } from "../../utils/grpc";
5
5
  import mpx from "@mpxjs/core";
@@ -1,5 +1,5 @@
1
1
  import { DictRegionList, DictRegionReq } from "./types";
2
- import { ResponseData, AppConfig } from "../../api/types";
2
+ import { ResponseData } from "../../api/types";
3
3
  import { grpc } from "../../utils/grpc";
4
4
  import mpx from "@mpxjs/core";
5
5
 
@@ -1,5 +1,5 @@
1
1
  import mpx from "@mpxjs/core";
2
- import { ResponseData, AppConfig } from "../../api/types";
2
+ import { ResponseData } from "../../api/types";
3
3
  import { grpc } from "../../utils/grpc";
4
4
  import {
5
5
  StorageOrganInfoReq,
@@ -111,8 +111,8 @@ createComponent({
111
111
  {
112
112
  "component": true,
113
113
  "usingComponents": {
114
- "cube-cascade-picker": "@mpxjs/mpx-cube-ui/src/components/cascade-picker/index",
115
- "cube-cascade-picker-popup": "@mpxjs/mpx-cube-ui/src/components/cascade-picker-popup/index"
114
+ "cube-cascade-picker": "@mpxjs/mpx-cube-ui/lib/components/cascade-picker/index",
115
+ "cube-cascade-picker-popup": "@mpxjs/mpx-cube-ui/lib/components/cascade-picker-popup/index"
116
116
  }
117
117
  }
118
118
  </script>
@@ -133,7 +133,7 @@ createComponent({
133
133
  {
134
134
  "component": true,
135
135
  "usingComponents": {
136
- "cube-popup": "@mpxjs/mpx-cube-ui/src/components/popup/index"
136
+ "cube-popup": "@mpxjs/mpx-cube-ui/lib/components/popup/index"
137
137
  }
138
138
  }
139
139
  </script>
@@ -198,7 +198,7 @@ createComponent({
198
198
  {
199
199
  "component": true,
200
200
  "usingComponents": {
201
- "cube-icon": "@mpxjs/mpx-cube-ui/src/components/icon/index"
201
+ "cube-icon": "@mpxjs/mpx-cube-ui/lib/components/icon/index"
202
202
  }
203
203
  }
204
204
  </script>