ddy-process-h5 1.0.1-beta.1 → 1.0.1-beta.3

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # ui-process-h5
1
+ # ddy-process-h5
2
2
 
3
3
  > App 端 流程、附件上传、附件列表、送审插件
4
4
 
@@ -7,14 +7,14 @@
7
7
  > vue2.7 以上版本安装指令
8
8
  >
9
9
  > > ```bash
10
- > > npm i ui-process-h5 -D
10
+ > > npm i ddy-process-h5 -D
11
11
  > > ```
12
12
 
13
13
  > vue2.7 以下版本安装指令
14
14
  >
15
15
  > > ```bash
16
16
  > > npm i @vue/composition-api -D
17
- > > npm i ui-process-h5 -D
17
+ > > npm i ddy-process-h5 -D
18
18
  > > ```
19
19
 
20
20
  ## 使用
@@ -27,7 +27,7 @@ import {
27
27
  attchViews,
28
28
  TopSumbitPopup,
29
29
  ViewAttchList,
30
- } from "ui-process-h5";
30
+ } from "ddy-process-h5";
31
31
  export default {
32
32
  components: { TopProcess, attchViews, TopSumbitPopup, ViewAttchList },
33
33
  };
@@ -72,13 +72,13 @@ export default {
72
72
  ></TopSumbitPopup>
73
73
  </template>
74
74
  <script>
75
- import "ui-process-h5/style.css";
75
+ import "ddy-process-h5/style.css";
76
76
  import {
77
77
  TopProcess,
78
78
  attchViews,
79
79
  TopSumbitPopup,
80
80
  ViewAttchList,
81
- } from "ui-process-h5";
81
+ } from "ddy-process-h5";
82
82
  export default {
83
83
  components: { TopProcess, attchViews, TopSumbitPopup, ViewAttchList },
84
84
  data() {
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "ddy-process-h5",
3
- "version": "1.0.1-beta.1",
3
+ "version": "1.0.1-beta.3",
4
4
  "description": "> app端 流程插件",
5
- "main": "./ui-process-h5.umd.cjs",
5
+ "main": "./ddy-process-h5.umd.cjs",
6
6
  "style": "./style.css",
7
7
  "type": "module",
8
8
  "exports": {
9
9
  ".": {
10
- "import": "./ui-process-h5.js",
11
- "require": "./ui-process-h5.umd.cjs"
10
+ "import": "./ddy-process-h5.js",
11
+ "require": "./ddy-process-h5.umd.cjs"
12
12
  },
13
13
  "./style.css": {
14
14
  "import": "./style.css",
package/scripts/utils.mjs CHANGED
@@ -7,13 +7,13 @@ const __dirname = path.dirname(__filename)
7
7
  function switchVersion(version) {
8
8
  const src = getLibDir(version)
9
9
  const dest = path.join(src, '..')
10
- console.log(`[frontend-shared] switch ui-process-h5 to vue version ${version}`)
10
+ console.log(`[frontend-shared] switch ddy-process-h5 to vue version ${version}`)
11
11
  copyDir(src, dest)
12
12
  }
13
13
 
14
14
  function getLibDir(version) {
15
15
  const dirname = getDirName(version)
16
- return path.join(__dirname, `../../ui-process-h5/${dirname}`)
16
+ return path.join(__dirname, `../../ddy-process-h5/${dirname}`)
17
17
  }
18
18
 
19
19
  function getDirName(version) {
@@ -1,4 +1,4 @@
1
- (function(at,Xi){typeof exports=="object"&&typeof module<"u"?Xi(exports,require("dsbridge"),require("checked-pick-app")):typeof define=="function"&&define.amd?define(["exports","dsbridge","checked-pick-app"],Xi):(at=typeof globalThis<"u"?globalThis:at||self,Xi(at["ui-process-h5"]={},at.dsbridge,at["checked-pick-app"]))})(this,function(at,Xi,Dt){"use strict";const Sa=(e=>e&&typeof e=="object"&&"default"in e?e:{default:e})(Xi);/*!
1
+ (function(at,Xi){typeof exports=="object"&&typeof module<"u"?Xi(exports,require("dsbridge"),require("checked-pick-app")):typeof define=="function"&&define.amd?define(["exports","dsbridge","checked-pick-app"],Xi):(at=typeof globalThis<"u"?globalThis:at||self,Xi(at["ddy-process-h5"]={},at.dsbridge,at["checked-pick-app"]))})(this,function(at,Xi,Dt){"use strict";const Sa=(e=>e&&typeof e=="object"&&"default"in e?e:{default:e})(Xi);/*!
2
2
  * Vue.js v2.6.14
3
3
  * (c) 2014-2021 Evan You
4
4
  * Released under the MIT License.
@@ -1,4 +1,4 @@
1
- (function(at,Ji){typeof exports=="object"&&typeof module<"u"?Ji(exports,require("dsbridge"),require("checked-pick-app")):typeof define=="function"&&define.amd?define(["exports","dsbridge","checked-pick-app"],Ji):(at=typeof globalThis<"u"?globalThis:at||self,Ji(at["ui-process-h5"]={},at.dsbridge,at["checked-pick-app"]))})(this,function(at,Ji,Dt){"use strict";const pa=(e=>e&&typeof e=="object"&&"default"in e?e:{default:e})(Ji);/*!
1
+ (function(at,Ji){typeof exports=="object"&&typeof module<"u"?Ji(exports,require("dsbridge"),require("checked-pick-app")):typeof define=="function"&&define.amd?define(["exports","dsbridge","checked-pick-app"],Ji):(at=typeof globalThis<"u"?globalThis:at||self,Ji(at["ddy-process-h5"]={},at.dsbridge,at["checked-pick-app"]))})(this,function(at,Ji,Dt){"use strict";const pa=(e=>e&&typeof e=="object"&&"default"in e?e:{default:e})(Ji);/*!
2
2
  * Vue.js v2.7.14
3
3
  * (c) 2014-2022 Evan You
4
4
  * Released under the MIT License.
@@ -1,4 +1,4 @@
1
- (function(qe,s){typeof exports=="object"&&typeof module<"u"?s(exports,require("vue"),require("dsbridge"),require("checked-pick-app")):typeof define=="function"&&define.amd?define(["exports","vue","dsbridge","checked-pick-app"],s):(qe=typeof globalThis<"u"?globalThis:qe||self,s(qe["ui-process-h5"]={},qe.Vue,qe.dsbridge,qe["checked-pick-app"]))})(this,function(qe,s,Qa,Tt){"use strict";const Xn=(e=>e&&typeof e=="object"&&"default"in e?e:{default:e})(Qa);/**
1
+ (function(qe,s){typeof exports=="object"&&typeof module<"u"?s(exports,require("vue"),require("dsbridge"),require("checked-pick-app")):typeof define=="function"&&define.amd?define(["exports","vue","dsbridge","checked-pick-app"],s):(qe=typeof globalThis<"u"?globalThis:qe||self,s(qe["ddy-process-h5"]={},qe.Vue,qe.dsbridge,qe["checked-pick-app"]))})(this,function(qe,s,Qa,Tt){"use strict";const Xn=(e=>e&&typeof e=="object"&&"default"in e?e:{default:e})(Qa);/**
2
2
  * @vue/shared v3.5.17
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
File without changes
File without changes
File without changes