@logicflow/extension 2.0.9 → 2.0.10
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/.turbo/turbo-build.log +7 -34
- package/CHANGELOG.md +10 -0
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/es/bpmn-elements/presets/Pool/index.js +7 -7
- package/es/bpmn-elements/presets/Task/subProcess.js +2 -2
- package/es/dynamic-group/index.d.ts +11 -5
- package/es/dynamic-group/index.js +125 -23
- package/es/dynamic-group/model.d.ts +6 -1
- package/es/dynamic-group/model.js +13 -3
- package/es/dynamic-group/node.d.ts +5 -0
- package/es/dynamic-group/node.js +57 -6
- package/es/tools/label/index.js +2 -2
- package/lib/bpmn-elements/presets/Pool/index.js +7 -7
- package/lib/bpmn-elements/presets/Task/subProcess.js +2 -2
- package/lib/dynamic-group/index.d.ts +11 -5
- package/lib/dynamic-group/index.js +125 -23
- package/lib/dynamic-group/model.d.ts +6 -1
- package/lib/dynamic-group/model.js +13 -3
- package/lib/dynamic-group/node.d.ts +5 -0
- package/lib/dynamic-group/node.js +57 -6
- package/lib/tools/label/index.js +2 -2
- package/package.json +3 -3
- package/src/dynamic-group/index.ts +146 -3
- package/src/dynamic-group/model.ts +17 -1
- package/src/dynamic-group/node.ts +18 -0
- package/stats.html +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
|
|
2
|
-
> @logicflow/extension@2.0.
|
|
2
|
+
> @logicflow/extension@2.0.10 prebuild /Users/r0ger1tlearn/WorkSpace/Github/DiDi/logicflow/packages/extension
|
|
3
3
|
> rss
|
|
4
4
|
|
|
5
5
|
> [prebuild] run-s -s clean:build
|
|
6
6
|
> [clean:build] rimraf dist es lib
|
|
7
7
|
|
|
8
|
-
> @logicflow/extension@2.0.
|
|
8
|
+
> @logicflow/extension@2.0.10 build /Users/r0ger1tlearn/WorkSpace/Github/DiDi/logicflow/packages/extension
|
|
9
9
|
> run-p -s build:dev build:umd
|
|
10
10
|
|
|
11
11
|
[36m
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
[1m[33m(!) The emitted file "index.css" overwrites a previously emitted file of the same name.[39m[22m
|
|
16
16
|
[1m[33m(!) The emitted file "index.css" overwrites a previously emitted file of the same name.[39m[22m
|
|
17
17
|
[1m[33m(!) The emitted file "index.css" overwrites a previously emitted file of the same name.[39m[22m
|
|
18
|
-
[32mcreated [1mdist/index.css, lib/index.css, lib/style/index.css, es/index.css, es/style/index.css[22m in [1m1.
|
|
18
|
+
[32mcreated [1mdist/index.css, lib/index.css, lib/style/index.css, es/index.css, es/style/index.css[22m in [1m1.6s[22m[39m
|
|
19
19
|
[36m
|
|
20
20
|
[1m./src/index.ts[22m → [1mdist/index.min.js[22m...[39m
|
|
21
21
|
+------------------------------------+
|
|
@@ -26,36 +26,9 @@
|
|
|
26
26
|
| [33m @logicflow/core: Core[39m |
|
|
27
27
|
| |
|
|
28
28
|
| [32m[1mDestination:[22m[39m [33mdist/index.min.js[39m |
|
|
29
|
-
| [32m[1mBundle Size:[22m[39m [
|
|
30
|
-
| [32m[1mMinified Size:[22m[39m [
|
|
31
|
-
| [32m[1mGZipped Size:[22m[39m [
|
|
29
|
+
| [32m[1mBundle Size:[22m[39m [33m442.74 KB[39m |
|
|
30
|
+
| [32m[1mMinified Size:[22m[39m [33m440.96 KB[39m |
|
|
31
|
+
| [32m[1mGZipped Size:[22m[39m [33m127.22 KB[39m |
|
|
32
32
|
| |
|
|
33
33
|
+------------------------------------+
|
|
34
|
-
[
|
|
35
|
-
[90mhttps://rollupjs.org/troubleshooting/#error-this-is-undefined[39m
|
|
36
|
-
[1m../core/es/view/Control.js[22m
|
|
37
|
-
[90m1: var __extends = (this && this.__extends) || (function () {
|
|
38
|
-
^
|
|
39
|
-
2: var extendStatics = function (d, b) {
|
|
40
|
-
3: extendStatics = Object.setPrototypeOf ||[39m
|
|
41
|
-
...and 7 other occurrences
|
|
42
|
-
[1m../core/es/util/matrix.js[22m
|
|
43
|
-
[90m1: var __extends = (this && this.__extends) || (function () {
|
|
44
|
-
^
|
|
45
|
-
2: var extendStatics = function (d, b) {
|
|
46
|
-
3: extendStatics = Object.setPrototypeOf ||[39m
|
|
47
|
-
...and 5 other occurrences
|
|
48
|
-
[1m../core/es/util/edge.js[22m
|
|
49
|
-
[90m1: var __assign = (this && this.__assign) || function () {
|
|
50
|
-
^
|
|
51
|
-
2: __assign = Object.assign || function(t) {
|
|
52
|
-
3: for (var s, i = 1, n = arguments.length; i < n; i++) {[39m
|
|
53
|
-
...and 5 other occurrences
|
|
54
|
-
|
|
55
|
-
...and 28 other files
|
|
56
|
-
[1m[33m(!) Circular dependencies[39m[22m
|
|
57
|
-
../core/es/util/index.js -> ../core/es/util/edge.js -> ../core/es/util/index.js
|
|
58
|
-
../core/es/util/index.js -> ../core/es/util/edge.js -> ../core/es/algorithm/index.js -> ../core/es/algorithm/outline.js -> ../core/es/util/index.js
|
|
59
|
-
../core/es/util/index.js -> ../core/es/util/edge.js -> ../core/es/model/index.js -> ../core/es/model/edge/index.js -> ../core/es/model/edge/BaseEdgeModel.js -> ../core/es/util/index.js
|
|
60
|
-
...and 10 more
|
|
61
|
-
[32mcreated [1mdist/index.min.js[22m in [1m8.4s[22m[39m
|
|
34
|
+
[32mcreated [1mdist/index.min.js[22m in [1m12.3s[22m[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 2.0.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- feat(extension): 分组组件实现自动扩展 close #1750
|
|
8
|
+
- fix(extension): 「dynamic-group」存入history时,将text坐标恢复到未折叠前的数据 close #1810
|
|
9
|
+
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
- @logicflow/core@2.0.6
|
|
12
|
+
|
|
3
13
|
## 2.0.9
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|