@ddd-tool/domain-designer-ui-component 0.1.0-beta.7 → 0.1.0-beta.9
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/components/nomnoml/base-style.d.ts +2 -0
- package/domain/diagram-agg/define.d.ts +19 -0
- package/domain/diagram-agg/index.d.ts +2074 -3
- package/domain/diagram-agg/plugins.d.ts +64 -0
- package/domain/i18n-agg/message.d.ts +1 -1
- package/domain/mount-plugin.d.ts +1 -0
- package/index.css +1 -1
- package/index.d.ts +1 -0
- package/index.js +4382 -4237
- package/package.json +3 -2
- package/components/nomnoml/style.d.ts +0 -2
package/package.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ddd-tool/domain-designer-ui-component",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
3
|
+
"version": "0.1.0-beta.9",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@ddd-tool/domain-designer-core": "0.1.0-beta.
|
|
7
|
+
"@ddd-tool/domain-designer-core": "0.1.0-beta.10",
|
|
8
8
|
"@primeuix/themes": "^1.1.1",
|
|
9
|
+
"graphre": "^0.1.3",
|
|
9
10
|
"nomnoml": "^1.7.0",
|
|
10
11
|
"primeicons": "^7.0.0",
|
|
11
12
|
"primevue": "^4.3.4",
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: "\n#.command: visual=class fill=#aec6cf title=bold\n#.facadeCommand: visual=class fill=#779fae title=bold\n#.readModel: visual=class fill=#77dd77 title=bold\n#.aggregation: visual=class fill=#fdfd9d title=bold\n#.service: fill=#eee8d5 title=bold\n#.system: fill=#eee8d5 title=bold\n#.event: visual=class fill=#ffcb81 title=bold\n#.policy: fill=#b6a2db title=bold\n// #.actor: padding=10\n\n//#bendSize: 0.3\n#padding: 4\n//#spacing: 40\n#edgeMargin: 0\n#lineWidth: 2.5\n#leading: 1.35\n//#zoom: 1\n#font: Times New Roman //consolas,Monaco\n#fontSize: 14\n\n";
|
|
2
|
-
export default _default;
|