@teqfw/di 0.22.0 → 0.30.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.
Files changed (42) hide show
  1. package/README.md +88 -220
  2. package/RELEASE.md +5 -0
  3. package/bin/release/clean.sh +1 -0
  4. package/dist/esm.js +1 -0
  5. package/dist/umd.js +1 -0
  6. package/package.json +7 -10
  7. package/rollup.config.js +21 -0
  8. package/src/Api/Container/Resolver.js +16 -0
  9. package/src/Api/Container.js +2 -2
  10. package/src/Container/A/Composer.js +1 -2
  11. package/src/Container/A/Parser/Chunk/Def.js +25 -30
  12. package/src/Container/A/Parser/Chunk/V02X.js +70 -0
  13. package/src/Container/Resolver.js +4 -2
  14. package/src/Container.js +6 -6
  15. package/src/Defs.js +6 -11
  16. package/dist/di.cjs.js +0 -205
  17. package/dist/di.esm.js +0 -206
  18. package/docs/README.md +0 -6
  19. package/docs/app.vue +0 -5
  20. package/docs/assets/css/layout.css +0 -51
  21. package/docs/assets/css/vars.css +0 -6
  22. package/docs/components/AppFooter.vue +0 -47
  23. package/docs/components/AppHeader.vue +0 -79
  24. package/docs/content/index.md +0 -272
  25. package/docs/content/test.md +0 -20
  26. package/docs/layouts/default.vue +0 -83
  27. package/docs/nuxt.config.mjs +0 -11
  28. package/docs/package-lock.json +0 -14873
  29. package/docs/package.json +0 -25
  30. package/docs/pages/[...slug].vue +0 -6
  31. package/docs/pages/index.vue +0 -6
  32. package/docs/public/.nojekyll +0 -0
  33. package/docs/public/CNAME +0 -1
  34. package/docs/public/favicon.ico +0 -0
  35. package/docs/public/img/github.svg +0 -1
  36. package/docs/public/img/npm.png +0 -0
  37. package/docs/public/img/teqfw_di_container_steps.png +0 -0
  38. package/docs/server/tsconfig.json +0 -3
  39. package/docs/tsconfig.json +0 -4
  40. package/index.cjs +0 -5
  41. package/index.mjs +0 -6
  42. package/webpack.config.mjs +0 -15
package/docs/package.json DELETED
@@ -1,25 +0,0 @@
1
- {
2
- "name": "nuxt-app",
3
- "private": true,
4
- "type": "module",
5
- "scripts": {
6
- "build": "nuxt build",
7
- "deploy": "nuxt generate && gh-pages --dotfiles -d .output/public",
8
- "dev": "nuxt dev",
9
- "generate": "nuxt generate",
10
- "postinstall": "nuxt prepare",
11
- "preview": "nuxt preview"
12
- },
13
- "devDependencies": {
14
- "@nuxt/devtools": "latest",
15
- "gh-pages": "latest",
16
- "nuxt": "^3.7.4",
17
- "vue": "^3.3.4",
18
- "vue-router": "^4.2.5"
19
- },
20
- "dependencies": {
21
- "@nuxt/content": "^2.8.5",
22
- "@nuxtjs/google-fonts": "^3.0.2",
23
- "nuxt-gtag": "^1.1.1"
24
- }
25
- }
@@ -1,6 +0,0 @@
1
- <script setup>
2
- </script>
3
-
4
- <template>
5
- <ContentDoc/>
6
- </template>
@@ -1,6 +0,0 @@
1
- <script setup>
2
- </script>
3
-
4
- <template>
5
- <ContentDoc/>
6
- </template>
File without changes
package/docs/public/CNAME DELETED
@@ -1 +0,0 @@
1
- di.teqfw.com
Binary file
@@ -1 +0,0 @@
1
- <svg width="98" height="96" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M48.854 0C21.839 0 0 22 0 49.217c0 21.756 13.993 40.172 33.405 46.69 2.427.49 3.316-1.059 3.316-2.362 0-1.141-.08-5.052-.08-9.127-13.59 2.934-16.42-5.867-16.42-5.867-2.184-5.704-5.42-7.17-5.42-7.17-4.448-3.015.324-3.015.324-3.015 4.934.326 7.523 5.052 7.523 5.052 4.367 7.496 11.404 5.378 14.235 4.074.404-3.178 1.699-5.378 3.074-6.6-10.839-1.141-22.243-5.378-22.243-24.283 0-5.378 1.94-9.778 5.014-13.2-.485-1.222-2.184-6.275.486-13.038 0 0 4.125-1.304 13.426 5.052a46.97 46.97 0 0 1 12.214-1.63c4.125 0 8.33.571 12.213 1.63 9.302-6.356 13.427-5.052 13.427-5.052 2.67 6.763.97 11.816.485 13.038 3.155 3.422 5.015 7.822 5.015 13.2 0 18.905-11.404 23.06-22.324 24.283 1.78 1.548 3.316 4.481 3.316 9.126 0 6.6-.08 11.897-.08 13.526 0 1.304.89 2.853 3.316 2.364 19.412-6.52 33.405-24.935 33.405-46.691C97.707 22 75.788 0 48.854 0z" fill="#fff"/></svg>
Binary file
@@ -1,3 +0,0 @@
1
- {
2
- "extends": "../.nuxt/tsconfig.server.json"
3
- }
@@ -1,4 +0,0 @@
1
- {
2
- // https://nuxt.com/docs/guide/concepts/typescript
3
- "extends": "./.nuxt/tsconfig.json"
4
- }
package/index.cjs DELETED
@@ -1,5 +0,0 @@
1
- /**
2
- * Entry point to build web bundle (Common JS).
3
- */
4
- const {default: Container} = require('./src/Container.js');
5
- window.TeqFwDi = Container;
package/index.mjs DELETED
@@ -1,6 +0,0 @@
1
- /**
2
- * Entry point to build web bundle (ES6 modules).
3
- */
4
- import Container from './src/Container.js';
5
-
6
- window.TeqFwDi = Container;
@@ -1,15 +0,0 @@
1
- // const path = require('path');
2
- import path from 'node:path';
3
-
4
- const __dirname = path.dirname(new URL(import.meta.url).pathname);
5
-
6
- export default {
7
- entry: {
8
- esm: {import: './index.mjs', filename: 'di.esm.js'},
9
- cjs: {import: './index.cjs', filename: 'di.cjs.js'},
10
- },
11
- output: {
12
- path: path.resolve(__dirname, 'dist'),
13
- },
14
- mode: 'development',
15
- };