w-flow-vue 1.0.13 → 1.0.14
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 +1 -1
- package/dist/w-flow-vue.umd.js +1 -1
- package/docs/components_WFlowVue.vue.html +1 -1
- package/docs/examples/app.html +1 -1
- package/docs/examples/app.umd.js +1 -1
- package/docs/examples/ex-AppBasic.html +1 -1
- package/docs/examples/ex-AppConnectivity.html +1 -1
- package/docs/global.html +1 -1
- package/docs/index.html +1 -1
- package/docs/js_defaults.mjs.html +1 -1
- package/docs/js_edgePath.mjs.html +1 -1
- package/docs/js_fixSvgNs.mjs.html +1 -1
- package/docs/js_geometry.mjs.html +1 -1
- package/docs/js_graph.mjs.html +1 -1
- package/docs/js_stepRouting.mjs.html +1 -1
- package/docs/module-WFlowVue.html +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -33,7 +33,7 @@ Add script for vue.
|
|
|
33
33
|
|
|
34
34
|
Add script for w-flow-vue.
|
|
35
35
|
```alias
|
|
36
|
-
<script src="https://cdn.jsdelivr.net/npm/w-flow-vue@1.0.
|
|
36
|
+
<script src="https://cdn.jsdelivr.net/npm/w-flow-vue@1.0.14/dist/w-flow-vue.umd.js"></script>
|
|
37
37
|
```
|
|
38
38
|
|
|
39
39
|
## Required setup for Vue 2 apps
|
package/dist/w-flow-vue.umd.js
CHANGED
|
@@ -1364,7 +1364,7 @@ export default {
|
|
|
1364
1364
|
<br class="clear">
|
|
1365
1365
|
|
|
1366
1366
|
<footer>
|
|
1367
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sat Aug 08 2026
|
|
1367
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sat Aug 08 2026 15:41:56 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
1368
1368
|
</footer>
|
|
1369
1369
|
|
|
1370
1370
|
<script>prettyPrint();</script>
|
package/docs/examples/app.html
CHANGED
package/docs/examples/app.umd.js
CHANGED
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
/>
|
|
44
44
|
|
|
45
45
|
<!-- w-flow-vue -->
|
|
46
|
-
<script src="https://cdn.jsdelivr.net/npm/w-flow-vue@1.0.
|
|
46
|
+
<script src="https://cdn.jsdelivr.net/npm/w-flow-vue@1.0.14/dist/w-flow-vue.umd.js"></script>
|
|
47
47
|
|
|
48
48
|
<!-- lodash -->
|
|
49
49
|
<script src="https://cdn.jsdelivr.net/npm/lodash/lodash.min.js"></script>
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
/>
|
|
44
44
|
|
|
45
45
|
<!-- w-flow-vue -->
|
|
46
|
-
<script src="https://cdn.jsdelivr.net/npm/w-flow-vue@1.0.
|
|
46
|
+
<script src="https://cdn.jsdelivr.net/npm/w-flow-vue@1.0.14/dist/w-flow-vue.umd.js"></script>
|
|
47
47
|
|
|
48
48
|
<!-- lodash -->
|
|
49
49
|
<script src="https://cdn.jsdelivr.net/npm/lodash/lodash.min.js"></script>
|
package/docs/global.html
CHANGED
|
@@ -2269,7 +2269,7 @@ Used when nodes are too close for OrthConnector (tooShort).</p></li></ul></dd>
|
|
|
2269
2269
|
<br class="clear">
|
|
2270
2270
|
|
|
2271
2271
|
<footer>
|
|
2272
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sat Aug 08 2026
|
|
2272
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sat Aug 08 2026 15:41:56 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
2273
2273
|
</footer>
|
|
2274
2274
|
|
|
2275
2275
|
<script>prettyPrint();</script>
|
package/docs/index.html
CHANGED
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
<br class="clear">
|
|
72
72
|
|
|
73
73
|
<footer>
|
|
74
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sat Aug 08 2026
|
|
74
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sat Aug 08 2026 15:41:56 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
75
75
|
</footer>
|
|
76
76
|
|
|
77
77
|
<script>prettyPrint();</script>
|
|
@@ -92,7 +92,7 @@ export const CONN_DEFAULTS = {
|
|
|
92
92
|
<br class="clear">
|
|
93
93
|
|
|
94
94
|
<footer>
|
|
95
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sat Aug 08 2026
|
|
95
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sat Aug 08 2026 15:41:56 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
96
96
|
</footer>
|
|
97
97
|
|
|
98
98
|
<script>prettyPrint();</script>
|
|
@@ -342,7 +342,7 @@ function labelAtHalfLength(pts) {
|
|
|
342
342
|
<br class="clear">
|
|
343
343
|
|
|
344
344
|
<footer>
|
|
345
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sat Aug 08 2026
|
|
345
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sat Aug 08 2026 15:41:56 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
346
346
|
</footer>
|
|
347
347
|
|
|
348
348
|
<script>prettyPrint();</script>
|
|
@@ -85,7 +85,7 @@ export default fixSvgNs
|
|
|
85
85
|
<br class="clear">
|
|
86
86
|
|
|
87
87
|
<footer>
|
|
88
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sat Aug 08 2026
|
|
88
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sat Aug 08 2026 15:41:56 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
89
89
|
</footer>
|
|
90
90
|
|
|
91
91
|
<script>prettyPrint();</script>
|
|
@@ -285,7 +285,7 @@ export function snapPosition(position, gridSize) {
|
|
|
285
285
|
<br class="clear">
|
|
286
286
|
|
|
287
287
|
<footer>
|
|
288
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sat Aug 08 2026
|
|
288
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sat Aug 08 2026 15:41:56 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
289
289
|
</footer>
|
|
290
290
|
|
|
291
291
|
<script>prettyPrint();</script>
|
package/docs/js_graph.mjs.html
CHANGED
|
@@ -96,7 +96,7 @@ export function generateId() {
|
|
|
96
96
|
<br class="clear">
|
|
97
97
|
|
|
98
98
|
<footer>
|
|
99
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sat Aug 08 2026
|
|
99
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sat Aug 08 2026 15:41:56 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
100
100
|
</footer>
|
|
101
101
|
|
|
102
102
|
<script>prettyPrint();</script>
|
|
@@ -333,7 +333,7 @@ function segmentFallback(sx, sy, tx, ty, sObs, tObs) {
|
|
|
333
333
|
<br class="clear">
|
|
334
334
|
|
|
335
335
|
<footer>
|
|
336
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sat Aug 08 2026
|
|
336
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sat Aug 08 2026 15:41:56 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
337
337
|
</footer>
|
|
338
338
|
|
|
339
339
|
<script>prettyPrint();</script>
|
|
@@ -2967,7 +2967,7 @@
|
|
|
2967
2967
|
<br class="clear">
|
|
2968
2968
|
|
|
2969
2969
|
<footer>
|
|
2970
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sat Aug 08 2026
|
|
2970
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sat Aug 08 2026 15:41:56 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
2971
2971
|
</footer>
|
|
2972
2972
|
|
|
2973
2973
|
<script>prettyPrint();</script>
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "w-flow-vue",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.14",
|
|
4
4
|
"main": "dist/w-flow-vue.umd.js",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@mdi/js": "^7.4.47",
|
|
7
|
-
"w-component-vue": "^2.4.
|
|
7
|
+
"w-component-vue": "^2.4.81",
|
|
8
8
|
"w-jsonview-tree": "^1.0.33",
|
|
9
|
-
"wsemi": "^1.8.
|
|
9
|
+
"wsemi": "^1.8.70"
|
|
10
10
|
},
|
|
11
11
|
"devDependencies": {
|
|
12
12
|
"@vue/cli-plugin-babel": "^5.0.8",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"jest": "^29.7.0",
|
|
27
27
|
"jest-environment-jsdom": "^29.7.0",
|
|
28
28
|
"vue": "^2.7.16",
|
|
29
|
-
"w-screenctl": "^1.0.
|
|
29
|
+
"w-screenctl": "^1.0.8",
|
|
30
30
|
"w-package-tools": "^1.1.12",
|
|
31
31
|
"w-package-tools-e2e": "^1.0.0"
|
|
32
32
|
},
|