@opentinyvue/vue-flowchart 2.24.0 → 2.26.0
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/lib/index.js +6 -6
- package/lib/mobile-first.js +2 -2
- package/lib/pc.js +2 -2
- package/package.json +8 -8
package/lib/index.js
CHANGED
|
@@ -163,9 +163,9 @@ function __vue2_injectStyles$2(context) {
|
|
|
163
163
|
this[o] = __cssModules$2[o];
|
|
164
164
|
}
|
|
165
165
|
}
|
|
166
|
-
var pc = /* @__PURE__ */ function() {
|
|
166
|
+
var pc = /* @__PURE__ */ (function() {
|
|
167
167
|
return __component__$2.exports;
|
|
168
|
-
}();
|
|
168
|
+
})();
|
|
169
169
|
|
|
170
170
|
var getRenderLabel = function getRenderLabel2(_ref) {
|
|
171
171
|
var omitText = _ref.omitText, font = _ref.font, width = _ref.width, padding = _ref.padding, popoverProps = _ref.popoverProps;
|
|
@@ -435,9 +435,9 @@ function __vue2_injectStyles$1(context) {
|
|
|
435
435
|
this[o] = __cssModules$1[o];
|
|
436
436
|
}
|
|
437
437
|
}
|
|
438
|
-
var mobileFirst = /* @__PURE__ */ function() {
|
|
438
|
+
var mobileFirst = /* @__PURE__ */ (function() {
|
|
439
439
|
return __component__$1.exports;
|
|
440
|
-
}();
|
|
440
|
+
})();
|
|
441
441
|
|
|
442
442
|
function _extends() {
|
|
443
443
|
return _extends = Object.assign ? Object.assign.bind() : function(n) {
|
|
@@ -681,9 +681,9 @@ function __vue2_injectStyles(context) {
|
|
|
681
681
|
this[o] = __cssModules[o];
|
|
682
682
|
}
|
|
683
683
|
}
|
|
684
|
-
var Node = /* @__PURE__ */ function() {
|
|
684
|
+
var Node = /* @__PURE__ */ (function() {
|
|
685
685
|
return __component__.exports;
|
|
686
|
-
}();
|
|
686
|
+
})();
|
|
687
687
|
var resizeMixin = function resizeMixin2(_ref) {
|
|
688
688
|
var apiPrefix = _ref.apiPrefix, refName = _ref.refName, nodeWrapperSize = _ref.nodeWrapperSize;
|
|
689
689
|
apiPrefix = apiPrefix || "rszmx";
|
package/lib/mobile-first.js
CHANGED
|
@@ -300,8 +300,8 @@ function __vue2_injectStyles(context) {
|
|
|
300
300
|
this[o] = __cssModules[o];
|
|
301
301
|
}
|
|
302
302
|
}
|
|
303
|
-
var mobileFirst = /* @__PURE__ */ function() {
|
|
303
|
+
var mobileFirst = /* @__PURE__ */ (function() {
|
|
304
304
|
return __component__.exports;
|
|
305
|
-
}();
|
|
305
|
+
})();
|
|
306
306
|
|
|
307
307
|
export { mobileFirst as default };
|
package/lib/pc.js
CHANGED
|
@@ -159,8 +159,8 @@ function __vue2_injectStyles(context) {
|
|
|
159
159
|
this[o] = __cssModules[o];
|
|
160
160
|
}
|
|
161
161
|
}
|
|
162
|
-
var pc = /* @__PURE__ */ function() {
|
|
162
|
+
var pc = /* @__PURE__ */ (function() {
|
|
163
163
|
return __component__.exports;
|
|
164
|
-
}();
|
|
164
|
+
})();
|
|
165
165
|
|
|
166
166
|
export { pc as default };
|
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-flowchart",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.26.0",
|
|
5
5
|
"description": "",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"sideEffects": false,
|
|
8
8
|
"main": "./lib/index.js",
|
|
9
9
|
"module": "./lib/index.js",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@opentinyvue/utils": "~3.
|
|
12
|
-
"@opentinyvue/vue-common": "~2.
|
|
13
|
-
"@opentinyvue/vue-directive": "~2.
|
|
14
|
-
"@opentinyvue/vue-icon": "~2.
|
|
15
|
-
"@opentinyvue/vue-popover": "~2.
|
|
16
|
-
"@opentinyvue/vue-renderless": "~3.
|
|
17
|
-
"@opentinyvue/vue-theme": "~3.
|
|
11
|
+
"@opentinyvue/utils": "~3.26.0",
|
|
12
|
+
"@opentinyvue/vue-common": "~2.26.0",
|
|
13
|
+
"@opentinyvue/vue-directive": "~2.26.0",
|
|
14
|
+
"@opentinyvue/vue-icon": "~2.26.0",
|
|
15
|
+
"@opentinyvue/vue-popover": "~2.26.0",
|
|
16
|
+
"@opentinyvue/vue-renderless": "~3.26.0",
|
|
17
|
+
"@opentinyvue/vue-theme": "~3.26.0"
|
|
18
18
|
},
|
|
19
19
|
"types": "index.d.ts",
|
|
20
20
|
"scripts": {
|