ui-process-h5 0.1.3 → 0.1.9
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 +19 -0
- package/lib/index.common.js +172 -0
- package/lib/index.d.ts +7 -0
- package/lib/index.esm.js +1 -0
- package/lib/index.umd.js +190 -0
- package/lib/index.umd.min.js +2 -0
- package/lib/process/index.d.ts +2 -0
- package/lib/process/src/process.vue.d.ts +4 -0
- package/package.json +36 -14
- package/yarn-error.log +5809 -0
- package/src/plugin/commonfs/index.ts +0 -5
- package/src/plugin/directive/index.ts +0 -23
- package/src/plugin/index.ts +0 -23
package/README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# ui-process-h5
|
|
2
|
+
|
|
3
|
+
## Project setup
|
|
4
|
+
```
|
|
5
|
+
yarn install
|
|
6
|
+
```
|
|
7
|
+
|
|
8
|
+
### Compiles and hot-reloads for development
|
|
9
|
+
```
|
|
10
|
+
yarn serve
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
### Compiles and minifies for production
|
|
14
|
+
```
|
|
15
|
+
yarn build
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
### Customize configuration
|
|
19
|
+
See [Configuration Reference](https://cli.vuejs.org/config/).
|
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
/******/ (function() { // webpackBootstrap
|
|
2
|
+
/******/ "use strict";
|
|
3
|
+
/******/ var __webpack_modules__ = ({
|
|
4
|
+
|
|
5
|
+
/***/ 744:
|
|
6
|
+
/***/ (function(__unused_webpack_module, exports) {
|
|
7
|
+
|
|
8
|
+
var __webpack_unused_export__;
|
|
9
|
+
|
|
10
|
+
__webpack_unused_export__ = ({ value: true });
|
|
11
|
+
// runtime helper for setting properties on components
|
|
12
|
+
// in a tree-shakable way
|
|
13
|
+
exports.Z = (sfc, props) => {
|
|
14
|
+
const target = sfc.__vccOpts || sfc;
|
|
15
|
+
for (const [key, val] of props) {
|
|
16
|
+
target[key] = val;
|
|
17
|
+
}
|
|
18
|
+
return target;
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
/***/ })
|
|
23
|
+
|
|
24
|
+
/******/ });
|
|
25
|
+
/************************************************************************/
|
|
26
|
+
/******/ // The module cache
|
|
27
|
+
/******/ var __webpack_module_cache__ = {};
|
|
28
|
+
/******/
|
|
29
|
+
/******/ // The require function
|
|
30
|
+
/******/ function __webpack_require__(moduleId) {
|
|
31
|
+
/******/ // Check if module is in cache
|
|
32
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
33
|
+
/******/ if (cachedModule !== undefined) {
|
|
34
|
+
/******/ return cachedModule.exports;
|
|
35
|
+
/******/ }
|
|
36
|
+
/******/ // Create a new module (and put it into the cache)
|
|
37
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
38
|
+
/******/ // no module.id needed
|
|
39
|
+
/******/ // no module.loaded needed
|
|
40
|
+
/******/ exports: {}
|
|
41
|
+
/******/ };
|
|
42
|
+
/******/
|
|
43
|
+
/******/ // Execute the module function
|
|
44
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
45
|
+
/******/
|
|
46
|
+
/******/ // Return the exports of the module
|
|
47
|
+
/******/ return module.exports;
|
|
48
|
+
/******/ }
|
|
49
|
+
/******/
|
|
50
|
+
/************************************************************************/
|
|
51
|
+
/******/ /* webpack/runtime/define property getters */
|
|
52
|
+
/******/ !function() {
|
|
53
|
+
/******/ // define getter functions for harmony exports
|
|
54
|
+
/******/ __webpack_require__.d = function(exports, definition) {
|
|
55
|
+
/******/ for(var key in definition) {
|
|
56
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
57
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
58
|
+
/******/ }
|
|
59
|
+
/******/ }
|
|
60
|
+
/******/ };
|
|
61
|
+
/******/ }();
|
|
62
|
+
/******/
|
|
63
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
64
|
+
/******/ !function() {
|
|
65
|
+
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
66
|
+
/******/ }();
|
|
67
|
+
/******/
|
|
68
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
69
|
+
/******/ !function() {
|
|
70
|
+
/******/ // define __esModule on exports
|
|
71
|
+
/******/ __webpack_require__.r = function(exports) {
|
|
72
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
73
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
74
|
+
/******/ }
|
|
75
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
76
|
+
/******/ };
|
|
77
|
+
/******/ }();
|
|
78
|
+
/******/
|
|
79
|
+
/******/ /* webpack/runtime/publicPath */
|
|
80
|
+
/******/ !function() {
|
|
81
|
+
/******/ __webpack_require__.p = "";
|
|
82
|
+
/******/ }();
|
|
83
|
+
/******/
|
|
84
|
+
/************************************************************************/
|
|
85
|
+
var __webpack_exports__ = {};
|
|
86
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
87
|
+
!function() {
|
|
88
|
+
// ESM COMPAT FLAG
|
|
89
|
+
__webpack_require__.r(__webpack_exports__);
|
|
90
|
+
|
|
91
|
+
// EXPORTS
|
|
92
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
93
|
+
"TopProcess": function() { return /* reexport */ packages_process; },
|
|
94
|
+
"default": function() { return /* binding */ entry_lib; }
|
|
95
|
+
});
|
|
96
|
+
|
|
97
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/setPublicPath.js
|
|
98
|
+
/* eslint-disable no-var */
|
|
99
|
+
// This file is imported into lib/wc client bundles.
|
|
100
|
+
|
|
101
|
+
if (typeof window !== 'undefined') {
|
|
102
|
+
var currentScript = window.document.currentScript
|
|
103
|
+
if (false) { var getCurrentScript; }
|
|
104
|
+
|
|
105
|
+
var src = currentScript && currentScript.src.match(/(.+\/)[^/]+\.js(\?.*)?$/)
|
|
106
|
+
if (src) {
|
|
107
|
+
__webpack_require__.p = src[1] // eslint-disable-line
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
// Indicate to webpack that this file can be concatenated
|
|
112
|
+
/* harmony default export */ var setPublicPath = (null);
|
|
113
|
+
|
|
114
|
+
;// CONCATENATED MODULE: external {"commonjs":"vue","commonjs2":"vue","root":"Vue"}
|
|
115
|
+
var external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject = require("vue");
|
|
116
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js!./node_modules/ts-loader/index.js??clonedRuleSet-41.use[2]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[4]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./packages/process/src/process.vue?vue&type=template&id=3ee77b40&ts=true
|
|
117
|
+
|
|
118
|
+
const _hoisted_1 = {
|
|
119
|
+
class: "process-warp"
|
|
120
|
+
};
|
|
121
|
+
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
122
|
+
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div", _hoisted_1, "top-process");
|
|
123
|
+
}
|
|
124
|
+
;// CONCATENATED MODULE: ./packages/process/src/process.vue?vue&type=template&id=3ee77b40&ts=true
|
|
125
|
+
|
|
126
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js!./node_modules/ts-loader/index.js??clonedRuleSet-41.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./packages/process/src/process.vue?vue&type=script&lang=ts
|
|
127
|
+
/* harmony default export */ var processvue_type_script_lang_ts = ({
|
|
128
|
+
name: 'top-process'
|
|
129
|
+
});
|
|
130
|
+
;// CONCATENATED MODULE: ./packages/process/src/process.vue?vue&type=script&lang=ts
|
|
131
|
+
|
|
132
|
+
// EXTERNAL MODULE: ./node_modules/vue-loader/dist/exportHelper.js
|
|
133
|
+
var exportHelper = __webpack_require__(744);
|
|
134
|
+
;// CONCATENATED MODULE: ./packages/process/src/process.vue
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
;
|
|
140
|
+
const __exports__ = /*#__PURE__*/(0,exportHelper/* default */.Z)(processvue_type_script_lang_ts, [['render',render]])
|
|
141
|
+
|
|
142
|
+
/* harmony default export */ var process = (__exports__);
|
|
143
|
+
;// CONCATENATED MODULE: ./packages/process/index.ts
|
|
144
|
+
|
|
145
|
+
/* Process.install = (app: App): void => {
|
|
146
|
+
app.component(Process.name, Process);
|
|
147
|
+
}; */
|
|
148
|
+
/* harmony default export */ var packages_process = (process);
|
|
149
|
+
;// CONCATENATED MODULE: ./packages/index.ts
|
|
150
|
+
|
|
151
|
+
// 所有组件列表
|
|
152
|
+
const components = [packages_process];
|
|
153
|
+
// 定义 install 方法
|
|
154
|
+
const install = app => {
|
|
155
|
+
// 遍历注册所有组件
|
|
156
|
+
components.map(component => app.component(component.name, component));
|
|
157
|
+
};
|
|
158
|
+
|
|
159
|
+
/* harmony default export */ var packages_0 = ({
|
|
160
|
+
install
|
|
161
|
+
});
|
|
162
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
/* harmony default export */ var entry_lib = (packages_0);
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
}();
|
|
169
|
+
module.exports = __webpack_exports__;
|
|
170
|
+
/******/ })()
|
|
171
|
+
;
|
|
172
|
+
//# sourceMappingURL=index.common.js.map
|
package/lib/index.d.ts
ADDED
package/lib/index.esm.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{openBlock as s,createElementBlock as e}from"vue";var o={name:"top-process"};const r={class:"process-warp"};o.render=function(o,p,a,c,n,t){return s(),e("div",r,"top-process")},o.__file="packages/process/src/process.vue";const p=[o];var a={install:s=>{p.map((e=>s.component(e.name,e)))}};export{o as TopProcess,a as default};
|
package/lib/index.umd.js
ADDED
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
(function webpackUniversalModuleDefinition(root, factory) {
|
|
2
|
+
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
|
+
module.exports = factory(require("vue"));
|
|
4
|
+
else if(typeof define === 'function' && define.amd)
|
|
5
|
+
define([], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["index"] = factory(require("vue"));
|
|
8
|
+
else
|
|
9
|
+
root["index"] = factory(root["Vue"]);
|
|
10
|
+
})((typeof self !== 'undefined' ? self : this), function(__WEBPACK_EXTERNAL_MODULE__203__) {
|
|
11
|
+
return /******/ (function() { // webpackBootstrap
|
|
12
|
+
/******/ "use strict";
|
|
13
|
+
/******/ var __webpack_modules__ = ({
|
|
14
|
+
|
|
15
|
+
/***/ 744:
|
|
16
|
+
/***/ (function(__unused_webpack_module, exports) {
|
|
17
|
+
|
|
18
|
+
var __webpack_unused_export__;
|
|
19
|
+
|
|
20
|
+
__webpack_unused_export__ = ({ value: true });
|
|
21
|
+
// runtime helper for setting properties on components
|
|
22
|
+
// in a tree-shakable way
|
|
23
|
+
exports.Z = (sfc, props) => {
|
|
24
|
+
const target = sfc.__vccOpts || sfc;
|
|
25
|
+
for (const [key, val] of props) {
|
|
26
|
+
target[key] = val;
|
|
27
|
+
}
|
|
28
|
+
return target;
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
/***/ }),
|
|
33
|
+
|
|
34
|
+
/***/ 203:
|
|
35
|
+
/***/ (function(module) {
|
|
36
|
+
|
|
37
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__203__;
|
|
38
|
+
|
|
39
|
+
/***/ })
|
|
40
|
+
|
|
41
|
+
/******/ });
|
|
42
|
+
/************************************************************************/
|
|
43
|
+
/******/ // The module cache
|
|
44
|
+
/******/ var __webpack_module_cache__ = {};
|
|
45
|
+
/******/
|
|
46
|
+
/******/ // The require function
|
|
47
|
+
/******/ function __webpack_require__(moduleId) {
|
|
48
|
+
/******/ // Check if module is in cache
|
|
49
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
50
|
+
/******/ if (cachedModule !== undefined) {
|
|
51
|
+
/******/ return cachedModule.exports;
|
|
52
|
+
/******/ }
|
|
53
|
+
/******/ // Create a new module (and put it into the cache)
|
|
54
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
55
|
+
/******/ // no module.id needed
|
|
56
|
+
/******/ // no module.loaded needed
|
|
57
|
+
/******/ exports: {}
|
|
58
|
+
/******/ };
|
|
59
|
+
/******/
|
|
60
|
+
/******/ // Execute the module function
|
|
61
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
62
|
+
/******/
|
|
63
|
+
/******/ // Return the exports of the module
|
|
64
|
+
/******/ return module.exports;
|
|
65
|
+
/******/ }
|
|
66
|
+
/******/
|
|
67
|
+
/************************************************************************/
|
|
68
|
+
/******/ /* webpack/runtime/define property getters */
|
|
69
|
+
/******/ !function() {
|
|
70
|
+
/******/ // define getter functions for harmony exports
|
|
71
|
+
/******/ __webpack_require__.d = function(exports, definition) {
|
|
72
|
+
/******/ for(var key in definition) {
|
|
73
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
74
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
75
|
+
/******/ }
|
|
76
|
+
/******/ }
|
|
77
|
+
/******/ };
|
|
78
|
+
/******/ }();
|
|
79
|
+
/******/
|
|
80
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
81
|
+
/******/ !function() {
|
|
82
|
+
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
83
|
+
/******/ }();
|
|
84
|
+
/******/
|
|
85
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
86
|
+
/******/ !function() {
|
|
87
|
+
/******/ // define __esModule on exports
|
|
88
|
+
/******/ __webpack_require__.r = function(exports) {
|
|
89
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
90
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
91
|
+
/******/ }
|
|
92
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
93
|
+
/******/ };
|
|
94
|
+
/******/ }();
|
|
95
|
+
/******/
|
|
96
|
+
/******/ /* webpack/runtime/publicPath */
|
|
97
|
+
/******/ !function() {
|
|
98
|
+
/******/ __webpack_require__.p = "";
|
|
99
|
+
/******/ }();
|
|
100
|
+
/******/
|
|
101
|
+
/************************************************************************/
|
|
102
|
+
var __webpack_exports__ = {};
|
|
103
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
104
|
+
!function() {
|
|
105
|
+
// ESM COMPAT FLAG
|
|
106
|
+
__webpack_require__.r(__webpack_exports__);
|
|
107
|
+
|
|
108
|
+
// EXPORTS
|
|
109
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
110
|
+
"TopProcess": function() { return /* reexport */ packages_process; },
|
|
111
|
+
"default": function() { return /* binding */ entry_lib; }
|
|
112
|
+
});
|
|
113
|
+
|
|
114
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/setPublicPath.js
|
|
115
|
+
/* eslint-disable no-var */
|
|
116
|
+
// This file is imported into lib/wc client bundles.
|
|
117
|
+
|
|
118
|
+
if (typeof window !== 'undefined') {
|
|
119
|
+
var currentScript = window.document.currentScript
|
|
120
|
+
if (false) { var getCurrentScript; }
|
|
121
|
+
|
|
122
|
+
var src = currentScript && currentScript.src.match(/(.+\/)[^/]+\.js(\?.*)?$/)
|
|
123
|
+
if (src) {
|
|
124
|
+
__webpack_require__.p = src[1] // eslint-disable-line
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
// Indicate to webpack that this file can be concatenated
|
|
129
|
+
/* harmony default export */ var setPublicPath = (null);
|
|
130
|
+
|
|
131
|
+
// EXTERNAL MODULE: external {"commonjs":"vue","commonjs2":"vue","root":"Vue"}
|
|
132
|
+
var external_commonjs_vue_commonjs2_vue_root_Vue_ = __webpack_require__(203);
|
|
133
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js!./node_modules/ts-loader/index.js??clonedRuleSet-86.use[2]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[4]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./packages/process/src/process.vue?vue&type=template&id=3ee77b40&ts=true
|
|
134
|
+
|
|
135
|
+
const _hoisted_1 = {
|
|
136
|
+
class: "process-warp"
|
|
137
|
+
};
|
|
138
|
+
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
139
|
+
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div", _hoisted_1, "top-process");
|
|
140
|
+
}
|
|
141
|
+
;// CONCATENATED MODULE: ./packages/process/src/process.vue?vue&type=template&id=3ee77b40&ts=true
|
|
142
|
+
|
|
143
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js!./node_modules/ts-loader/index.js??clonedRuleSet-86.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./packages/process/src/process.vue?vue&type=script&lang=ts
|
|
144
|
+
/* harmony default export */ var processvue_type_script_lang_ts = ({
|
|
145
|
+
name: 'top-process'
|
|
146
|
+
});
|
|
147
|
+
;// CONCATENATED MODULE: ./packages/process/src/process.vue?vue&type=script&lang=ts
|
|
148
|
+
|
|
149
|
+
// EXTERNAL MODULE: ./node_modules/vue-loader/dist/exportHelper.js
|
|
150
|
+
var exportHelper = __webpack_require__(744);
|
|
151
|
+
;// CONCATENATED MODULE: ./packages/process/src/process.vue
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
;
|
|
157
|
+
const __exports__ = /*#__PURE__*/(0,exportHelper/* default */.Z)(processvue_type_script_lang_ts, [['render',render]])
|
|
158
|
+
|
|
159
|
+
/* harmony default export */ var process = (__exports__);
|
|
160
|
+
;// CONCATENATED MODULE: ./packages/process/index.ts
|
|
161
|
+
|
|
162
|
+
/* Process.install = (app: App): void => {
|
|
163
|
+
app.component(Process.name, Process);
|
|
164
|
+
}; */
|
|
165
|
+
/* harmony default export */ var packages_process = (process);
|
|
166
|
+
;// CONCATENATED MODULE: ./packages/index.ts
|
|
167
|
+
|
|
168
|
+
// 所有组件列表
|
|
169
|
+
const components = [packages_process];
|
|
170
|
+
// 定义 install 方法
|
|
171
|
+
const install = app => {
|
|
172
|
+
// 遍历注册所有组件
|
|
173
|
+
components.map(component => app.component(component.name, component));
|
|
174
|
+
};
|
|
175
|
+
|
|
176
|
+
/* harmony default export */ var packages_0 = ({
|
|
177
|
+
install
|
|
178
|
+
});
|
|
179
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
/* harmony default export */ var entry_lib = (packages_0);
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
}();
|
|
186
|
+
/******/ return __webpack_exports__;
|
|
187
|
+
/******/ })()
|
|
188
|
+
;
|
|
189
|
+
});
|
|
190
|
+
//# sourceMappingURL=index.umd.js.map
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
(function(e,n){"object"===typeof exports&&"object"===typeof module?module.exports=n(require("vue")):"function"===typeof define&&define.amd?define([],n):"object"===typeof exports?exports["index"]=n(require("vue")):e["index"]=n(e["Vue"])})("undefined"!==typeof self?self:this,(function(e){return function(){"use strict";var n={744:function(e,n){n.Z=(e,n)=>{const t=e.__vccOpts||e;for(const[o,r]of n)t[o]=r;return t}},203:function(n){n.exports=e}},t={};function o(e){var r=t[e];if(void 0!==r)return r.exports;var c=t[e]={exports:{}};return n[e](c,c.exports,o),c.exports}!function(){o.d=function(e,n){for(var t in n)o.o(n,t)&&!o.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:n[t]})}}(),function(){o.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)}}(),function(){o.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}}(),function(){o.p=""}();var r={};return function(){if(o.r(r),o.d(r,{TopProcess:function(){return d},default:function(){return y}}),"undefined"!==typeof window){var e=window.document.currentScript,n=e&&e.src.match(/(.+\/)[^/]+\.js(\?.*)?$/);n&&(o.p=n[1])}var t=o(203);const c={class:"process-warp"};function u(e,n,o,r,u,i){return(0,t.openBlock)(),(0,t.createElementBlock)("div",c,"top-process")}var i={name:"top-process"},f=o(744);const p=(0,f.Z)(i,[["render",u]]);var s=p,d=s;const a=[d],l=e=>{a.map((n=>e.component(n.name,n)))};var v={install:l},y=v}(),r}()}));
|
|
2
|
+
//# sourceMappingURL=index.umd.min.js.map
|
package/package.json
CHANGED
|
@@ -1,14 +1,36 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "ui-process-h5",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"private": false,
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
"
|
|
13
|
-
|
|
14
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "ui-process-h5",
|
|
3
|
+
"version": "0.1.9",
|
|
4
|
+
"private": false,
|
|
5
|
+
"description": "流程组件",
|
|
6
|
+
"main": "lib/index.min.js",
|
|
7
|
+
"module": "lib/index.esm.js",
|
|
8
|
+
"typings": "lib/index.d.ts",
|
|
9
|
+
"keyword": "vue3",
|
|
10
|
+
"scripts": {
|
|
11
|
+
"serve": "vue-cli-service serve",
|
|
12
|
+
"build": "yarn build:clean && yarn build:lib && yarn build:esm-bundle && rimraf lib/demo.html",
|
|
13
|
+
"build:clean": "rimraf lib",
|
|
14
|
+
"build:lib": "vue-cli-service build --target lib --name index --dest lib packages/index.ts",
|
|
15
|
+
"build:esm-bundle": "rollup --config ./build/rollup.config.js"
|
|
16
|
+
},
|
|
17
|
+
"dependencies": {
|
|
18
|
+
"bpmn-moddle": "^8.0.1",
|
|
19
|
+
"core-js": "^3.8.3",
|
|
20
|
+
"vue": "^3.2.13"
|
|
21
|
+
},
|
|
22
|
+
"devDependencies": {
|
|
23
|
+
"@vue/cli-plugin-babel": "~5.0.0",
|
|
24
|
+
"@vue/cli-plugin-typescript": "~5.0.0",
|
|
25
|
+
"@vue/cli-service": "~5.0.0",
|
|
26
|
+
"sass": "^1.32.7",
|
|
27
|
+
"sass-loader": "^12.0.0",
|
|
28
|
+
"typescript": "~4.5.5",
|
|
29
|
+
"@rollup/plugin-node-resolve": "^13.0.5",
|
|
30
|
+
"@vue/compiler-sfc": "^3.0.0",
|
|
31
|
+
"rollup": "^2.58.0",
|
|
32
|
+
"rollup-plugin-terser": "^7.0.2",
|
|
33
|
+
"rollup-plugin-typescript2": "^0.30.0",
|
|
34
|
+
"rollup-plugin-vue": "^6.0.0"
|
|
35
|
+
}
|
|
36
|
+
}
|