@myrmidon/gve-core 0.0.5 → 1.0.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/README.md +2 -0
- package/fesm2022/myrmidon-gve-core.mjs +370 -259
- package/fesm2022/myrmidon-gve-core.mjs.map +1 -1
- package/lib/components/batch-operation-editor/batch-operation-editor.component.d.ts +46 -0
- package/lib/components/chain-result-view/chain-result-view.component.d.ts +4 -1
- package/lib/components/feature-editor/feature-editor.component.d.ts +1 -1
- package/lib/components/feature-set-editor/feature-set-editor.component.d.ts +1 -1
- package/lib/components/snapshot-editor/snapshot-editor.component.d.ts +11 -9
- package/lib/components/steps-map/steps-map.component.d.ts +2 -0
- package/lib/models.d.ts +8 -0
- package/lib/services/gve-api.service.d.ts +33 -0
- package/package.json +10 -12
- package/public-api.d.ts +1 -0
- package/esm2022/lib/components/animation-timeline/animation-timeline.component.mjs +0 -207
- package/esm2022/lib/components/animation-timeline-set/animation-timeline-set.component.mjs +0 -154
- package/esm2022/lib/components/animation-tween/animation-tween.component.mjs +0 -184
- package/esm2022/lib/components/base-text-char/base-text-char.component.mjs +0 -46
- package/esm2022/lib/components/base-text-editor/base-text-editor.component.mjs +0 -115
- package/esm2022/lib/components/base-text-view/base-text-view.component.mjs +0 -159
- package/esm2022/lib/components/chain-operation-editor/chain-operation-editor.component.mjs +0 -570
- package/esm2022/lib/components/chain-result-view/chain-result-view.component.mjs +0 -222
- package/esm2022/lib/components/feature-editor/feature-editor.component.mjs +0 -200
- package/esm2022/lib/components/feature-set-editor/feature-set-editor.component.mjs +0 -175
- package/esm2022/lib/components/feature-set-view/feature-set-view.component.mjs +0 -100
- package/esm2022/lib/components/ln-heights-editor/ln-heights-editor.component.mjs +0 -126
- package/esm2022/lib/components/operation-source-editor/operation-source-editor.component.mjs +0 -131
- package/esm2022/lib/components/simple-tree/simple-tree.component.mjs +0 -72
- package/esm2022/lib/components/snapshot-editor/snapshot-editor.component.mjs +0 -863
- package/esm2022/lib/components/steps-map/steps-map.component.mjs +0 -77
- package/esm2022/lib/models.mjs +0 -2
- package/esm2022/lib/services/gve-api.service.mjs +0 -65
- package/esm2022/lib/services/settings.service.mjs +0 -87
- package/esm2022/lib/validators/svg-validators.mjs +0 -34
- package/esm2022/myrmidon-gve-core.mjs +0 -5
- package/esm2022/public-api.mjs +0 -22
package/README.md
CHANGED
|
@@ -18,6 +18,7 @@ This is the core UI library for GVE.
|
|
|
18
18
|
[feature set editor]
|
|
19
19
|
[feature set view]
|
|
20
20
|
[ln heights editor]
|
|
21
|
+
[batch ops editor]
|
|
21
22
|
[op source editor]
|
|
22
23
|
[snapshot editor]
|
|
23
24
|
[steps map]
|
|
@@ -37,6 +38,7 @@ This is the core UI library for GVE.
|
|
|
37
38
|
[chain result view] --> [base text view]
|
|
38
39
|
[chain result view] --> [feature set view]
|
|
39
40
|
[chain result view] --> [steps map]
|
|
41
|
+
[snapshot editor] --> [batch ops editor]
|
|
40
42
|
[snapshot editor] --> [animation timeline set]
|
|
41
43
|
[snapshot editor] --> [base text editor]
|
|
42
44
|
[snapshot editor] --> [chain op editor]
|