@cgboiler/biz-mobile 1.18.15 → 1.18.16

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/index.d.ts CHANGED
@@ -8,7 +8,7 @@ declare namespace _default {
8
8
  }
9
9
  export default _default;
10
10
  export function install(app: any): void;
11
- export const version: "1.18.14";
11
+ export const version: "1.18.15";
12
12
  import MdPreview from './md-preview';
13
13
  import OrgPicker from './org-picker';
14
14
  import ProjectSelect from './project-select';
package/es/index.js CHANGED
@@ -2,7 +2,7 @@ import MdPreview from "./md-preview";
2
2
  import OrgPicker from "./org-picker";
3
3
  import ProjectSelect from "./project-select";
4
4
  import RichTextEditor from "./rich-text-editor";
5
- const version = "1.18.14";
5
+ const version = "1.18.15";
6
6
  function install(app) {
7
7
  const components = [
8
8
  MdPreview,
@@ -78,7 +78,7 @@ const useApi = () => {
78
78
  const orgList = ref([]);
79
79
  const orgSearchList = ref([]);
80
80
  const currentDeptId = ref("1");
81
- const deptPath = ref([{ id: "1", name: "\u5DDD\u9505\u516C\u53F8" }]);
81
+ const deptPath = ref([{ id: "1", name: "\u4F01\u4E1A\u901A\u8BAF\u5F55" }]);
82
82
  const dataId = ref("");
83
83
  const userInfo = ref({});
84
84
  const getOrgList = (deptId) => __async(void 0, null, function* () {
package/lib/index.d.ts CHANGED
@@ -8,7 +8,7 @@ declare namespace _default {
8
8
  }
9
9
  export default _default;
10
10
  export function install(app: any): void;
11
- export const version: "1.18.14";
11
+ export const version: "1.18.15";
12
12
  import MdPreview from './md-preview';
13
13
  import OrgPicker from './org-picker';
14
14
  import ProjectSelect from './project-select';
package/lib/index.js CHANGED
@@ -45,7 +45,7 @@ __reExport(stdin_exports, require("./md-preview"), module.exports);
45
45
  __reExport(stdin_exports, require("./org-picker"), module.exports);
46
46
  __reExport(stdin_exports, require("./project-select"), module.exports);
47
47
  __reExport(stdin_exports, require("./rich-text-editor"), module.exports);
48
- const version = "1.18.14";
48
+ const version = "1.18.15";
49
49
  function install(app) {
50
50
  const components = [
51
51
  import_md_preview.default,
@@ -101,7 +101,7 @@ const useApi = () => {
101
101
  const orgList = (0, import_vue.ref)([]);
102
102
  const orgSearchList = (0, import_vue.ref)([]);
103
103
  const currentDeptId = (0, import_vue.ref)("1");
104
- const deptPath = (0, import_vue.ref)([{ id: "1", name: "\u5DDD\u9505\u516C\u53F8" }]);
104
+ const deptPath = (0, import_vue.ref)([{ id: "1", name: "\u4F01\u4E1A\u901A\u8BAF\u5F55" }]);
105
105
  const dataId = (0, import_vue.ref)("");
106
106
  const userInfo = (0, import_vue.ref)({});
107
107
  const getOrgList = (deptId) => __async(void 0, null, function* () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cgboiler/biz-mobile",
3
- "version": "1.18.15",
3
+ "version": "1.18.16",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -52,8 +52,8 @@
52
52
  "lodash-es": "^4.17.21",
53
53
  "vant": "^4.9.19",
54
54
  "@cgboiler/core": "1.2.10",
55
- "@cgboiler/biz-basic": "1.0.18",
56
- "@cgboiler/shared": "1.1.2"
55
+ "@cgboiler/shared": "1.1.2",
56
+ "@cgboiler/biz-basic": "1.0.18"
57
57
  },
58
58
  "scripts": {
59
59
  "dev": "cg-cli dev",