@ddd-tool/domain-designer-cli 0.1.0-beta.8 → 0.3.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 +12 -20
- package/bin/domain-designer-cli.cjs +19145 -18662
- package/package.json +40 -23
- package/packages/playground/.env +1 -0
- package/packages/playground/node_modules/.vite/deps/_metadata.json +34 -0
- package/packages/playground/node_modules/.vite/deps/chunk-F4TQRHS6.js +2147 -0
- package/packages/playground/node_modules/.vite/deps/chunk-F4TQRHS6.js.map +7 -0
- package/packages/playground/node_modules/.vite/deps/chunk-MFAKUPMY.js +12787 -0
- package/packages/playground/node_modules/.vite/deps/chunk-MFAKUPMY.js.map +7 -0
- package/packages/playground/node_modules/.vite/deps/package.json +3 -0
- package/packages/playground/node_modules/.vite/deps/primevue_button.js +1215 -0
- package/packages/playground/node_modules/.vite/deps/primevue_button.js.map +7 -0
- package/packages/playground/node_modules/.vite/deps/primevue_dock.js +1236 -0
- package/packages/playground/node_modules/.vite/deps/primevue_dock.js.map +7 -0
- package/packages/playground/node_modules/.vite/deps/vue.js +346 -0
- package/packages/playground/node_modules/.vite/deps/vue.js.map +7 -0
- package/packages/playground/node_modules/.vue-global-types/vue_3.5_0.d.ts +136 -0
- package/packages/playground/package.json +21 -0
- package/{src → packages/playground/src}/App.vue +12 -12
- package/{src → packages/playground/src}/main.ts +27 -27
- package/{src → packages/playground/src}/views/Index.vue +1 -1
- package/packages/playground/src/views/complex-example-detail/book.ts +383 -0
- package/packages/playground/src/views/complex-example-detail/common.ts +4 -0
- package/packages/playground/src/views/complex-example-detail/user.ts +66 -0
- package/packages/playground/src/views/complex-example.ts +4 -0
- package/{src → packages/playground/src}/views/design-en.ts +25 -14
- package/{src → packages/playground/src}/views/design-zh.ts +10 -4
- package/packages/playground/src/views/index.ts +19 -0
- package/packages/playground/src/views/simple-example.ts +103 -0
- package/packages/playground/tsconfig.json +32 -0
- package/packages/playground/vite-env.d.ts +12 -0
- package/packages/playground/vite.config.ts +21 -0
- package/scripts/ai-assist-worker.cjs +7123 -0
- package/scripts/sync-version.mjs +22 -0
- package/templates/CLAUDE.md +276 -0
- package/templates/README.md +97 -0
- package/templates/complex-example-detail/book.ts +383 -0
- package/templates/complex-example-detail/common.ts +4 -0
- package/templates/complex-example-detail/user.ts +66 -0
- package/templates/complex-example.ts +4 -0
- package/templates/node_modules/@ddd-tool/domain-designer-core/actor.d.ts +2 -2
- package/templates/node_modules/@ddd-tool/domain-designer-core/agg.d.ts +2 -2
- package/templates/node_modules/@ddd-tool/domain-designer-core/command.d.ts +3 -3
- package/templates/node_modules/@ddd-tool/domain-designer-core/common.d.ts +79 -80
- package/templates/node_modules/@ddd-tool/domain-designer-core/event.d.ts +2 -2
- package/templates/node_modules/@ddd-tool/domain-designer-core/index.d.ts +4 -3
- package/templates/node_modules/@ddd-tool/domain-designer-core/info.d.ts +2 -2
- package/templates/node_modules/@ddd-tool/domain-designer-core/note.d.ts +2 -2
- package/templates/node_modules/@ddd-tool/domain-designer-core/policy.d.ts +2 -2
- package/templates/node_modules/@ddd-tool/domain-designer-core/read-model.d.ts +2 -2
- package/templates/node_modules/@ddd-tool/domain-designer-core/service.d.ts +2 -2
- package/templates/node_modules/@ddd-tool/domain-designer-core/system.d.ts +2 -2
- package/templates/node_modules/@ddd-tool/domain-designer-core/{define.d.ts → types.d.ts} +326 -307
- package/templates/node_modules/version.txt +1 -1
- package/templates/simple-example.ts +103 -0
- package/templates//345/244/215/346/235/202/346/250/241/345/235/227/346/267/273/345/212/240-detail/345/220/216/347/274/200 +2 -0
- package/tsconfig.json +19 -6
- package/scripts/sync-ver.mjs +0 -0
- package/src/views/index.ts +0 -15
- package/templates/example-agg.ts +0 -31
- package/templates/example.ts +0 -91
- package/vite.config.ts +0 -16
- /package/{index.html → packages/playground/index.html} +0 -0
- /package/{src → packages/playground/src}/assets/logo.svg +0 -0
- /package/{src → packages/playground/src}/assets/main.css +0 -0