@optimajet/workflow-designer 20.0.7 → 20.0.8
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/dist/38cffaecad130ba59ae9.woff2 +0 -0
- package/dist/5c6a5a3a3eff3c9f9970.woff2 +0 -0
- package/dist/8c6d5891ba64ad810c7e.woff2 +0 -0
- package/dist/8fd442a531f406704cef.woff2 +0 -0
- package/dist/cd7c081289c3ce85d15d.woff2 +0 -0
- package/dist/d3c60967430b84b54d3a.woff2 +0 -0
- package/dist/workflowdesigner.min.css +6 -6
- package/dist/workflowdesignerfull.esm.min.js +1 -1
- package/dist/workflowdesignerfull.esm.min.js.LICENSE.txt +31 -1
- package/dist/workflowdesignerfull.min.js +1 -1
- package/dist/workflowdesignerfull.min.js.LICENSE.txt +31 -1
- package/dist/workflowdesignerfull.strict.esm.min.js +2 -0
- package/dist/{workflowdesignerfull.nocss.esm.min.js.LICENSE.txt → workflowdesignerfull.strict.esm.min.js.LICENSE.txt} +19 -1
- package/dist/workflowdesignerfull.strict.min.js +3 -0
- package/dist/{workflowdesignerfull.nocss.min.js.LICENSE.txt → workflowdesignerfull.strict.min.js.LICENSE.txt} +19 -1
- package/{index.nocss.js → index.strict.js} +1 -1
- package/{module.nocss.js → module.strict.js} +1 -1
- package/package.json +26 -22
- package/dist/workflowdesignerfull.nocss.esm.min.js +0 -2
- package/dist/workflowdesignerfull.nocss.min.js +0 -3
|
@@ -23,7 +23,25 @@
|
|
|
23
23
|
*/
|
|
24
24
|
|
|
25
25
|
/**
|
|
26
|
-
* vue v3.5.22
|
|
26
|
+
* @vue/reactivity v3.5.22
|
|
27
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
28
|
+
* @license MIT
|
|
29
|
+
**/
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* @vue/runtime-core v3.5.22
|
|
33
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
34
|
+
* @license MIT
|
|
35
|
+
**/
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* @vue/runtime-dom v3.5.22
|
|
39
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
40
|
+
* @license MIT
|
|
41
|
+
**/
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* @vue/shared v3.5.22
|
|
27
45
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
28
46
|
* @license MIT
|
|
29
47
|
**/
|