@dssp/dcsp 1.0.0-y.0 → 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.
Files changed (43) hide show
  1. package/_index.html +0 -5
  2. package/config/config.development.js +2 -1
  3. package/config/config.production.js +2 -1
  4. package/package.json +56 -54
  5. package/schema.graphql +1054 -57
  6. package/translations/en.json +5 -1
  7. package/translations/ko.json +5 -1
  8. package/views/auth-page.html +0 -1
  9. package/views/public/home.html +0 -1
  10. package/dist-client/bootstrap.d.ts +0 -9
  11. package/dist-client/bootstrap.js +0 -255
  12. package/dist-client/bootstrap.js.map +0 -1
  13. package/dist-client/entries/public/home.d.ts +0 -8
  14. package/dist-client/entries/public/home.js +0 -97
  15. package/dist-client/entries/public/home.js.map +0 -1
  16. package/dist-client/icons/menu-icons.d.ts +0 -5
  17. package/dist-client/icons/menu-icons.js +0 -84
  18. package/dist-client/icons/menu-icons.js.map +0 -1
  19. package/dist-client/index.d.ts +0 -0
  20. package/dist-client/index.js +0 -2
  21. package/dist-client/index.js.map +0 -1
  22. package/dist-client/menu.d.ts +0 -1
  23. package/dist-client/menu.js +0 -4
  24. package/dist-client/menu.js.map +0 -1
  25. package/dist-client/pages/sv-user-management.d.ts +0 -5
  26. package/dist-client/pages/sv-user-management.js +0 -219
  27. package/dist-client/pages/sv-user-management.js.map +0 -1
  28. package/dist-client/route.d.ts +0 -1
  29. package/dist-client/route.js +0 -10
  30. package/dist-client/route.js.map +0 -1
  31. package/dist-client/themes/dark.css +0 -51
  32. package/dist-client/themes/light.css +0 -51
  33. package/dist-client/tsconfig.tsbuildinfo +0 -1
  34. package/dist-client/viewparts/menu-tools.d.ts +0 -17
  35. package/dist-client/viewparts/menu-tools.js +0 -172
  36. package/dist-client/viewparts/menu-tools.js.map +0 -1
  37. package/dist-client/viewparts/user-circle.d.ts +0 -5
  38. package/dist-client/viewparts/user-circle.js +0 -26
  39. package/dist-client/viewparts/user-circle.js.map +0 -1
  40. package/dist-server/index.d.ts +0 -0
  41. package/dist-server/index.js +0 -1
  42. package/dist-server/index.js.map +0 -1
  43. package/dist-server/tsconfig.tsbuildinfo +0 -1
package/_index.html CHANGED
@@ -61,10 +61,5 @@
61
61
  <body class="light">
62
62
  <things-app></things-app>
63
63
  <noscript> Please enable JavaScript to view this website. </noscript>
64
- <!-- Load webcomponents-loader.js to check and load any polyfills your browser needs -->
65
- <script src="/node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
66
- <script src="/node_modules/web-animations-js/web-animations-next.min.js"></script>
67
- <script src="/node_modules/@hatiolab/things-scene/things-scene-min.js"></script>
68
- <!-- Built with love using PWA Starter Kit -->
69
64
  </body>
70
65
  </html>
@@ -1,5 +1,6 @@
1
1
  module.exports = {
2
- subdomain: 'system',
2
+ subdomain: null,
3
+ domainTypes: ['domain', 'project'],
3
4
  applianceJwtExpiresIn: '10y',
4
5
  /* database field encryption key : 32 bytes - must be changed by every installation */
5
6
  dataEncryptionKey: 'V6g5oHJZb7KcazJyL6cM95XvIDouon5b',
@@ -1,5 +1,6 @@
1
1
  module.exports = {
2
- subdomain: 'system',
2
+ subdomain: null,
3
+ domainTypes: ['domain', 'project'],
3
4
  applianceJwtExpiresIn: '10y',
4
5
  /* database field encryption key : 32 bytes - must be changed by every installation */
5
6
  dataEncryptionKey: 'V6g5oHJZb7KcazJyL6cM95XvIDouon5b',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dssp/dcsp",
3
- "version": "1.0.0-y.0",
3
+ "version": "1.0.0",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "scripts": {
19
19
  "serve": "things-factory dcsp",
20
- "serve:dev": "npm run build:server && concurrently -k -r \"npm run build:client:watch\" \"things-factory-dev dcsp\"",
20
+ "serve:dev": "npm run build:server && concurrently -k -r \"npm run build:client:watch\" \"things-factory-dev dcsp --webpack ../../webpack.config.dev.js\"",
21
21
  "copy:files": "copyfiles -e \"./client/**/*.{ts,js,json}\" -u 1 \"./client/**/*\" dist-client",
22
22
  "build": "npm run build:server && npm run build:client",
23
23
  "build:client": "npm run clean:client && npm run copy:files && tsc --p ./client/tsconfig.json",
@@ -39,59 +39,61 @@
39
39
  "docker:push": "docker image push hatiolab/dcsp:latest && docker image push hatiolab/dcsp:$npm_package_version"
40
40
  },
41
41
  "dependencies": {
42
- "@dssp/building-complex": "^1.0.0-y.0",
43
- "@dssp/project": "^1.0.0-y.0",
44
- "@dssp/supervision": "^1.0.0-y.0",
45
- "@material/web": "^2.1.0",
46
- "@operato/chart": "^9.0.0",
47
- "@operato/gantt": "^9.0.0",
48
- "@operato/scene-auth": "^9.0.0",
49
- "@operato/scene-chartjs": "^9.0.0",
50
- "@operato/scene-clock": "^9.0.0",
51
- "@operato/scene-data-transform": "^9.0.0",
52
- "@operato/scene-form": "^9.0.0",
53
- "@operato/scene-gauge": "^9.0.0",
54
- "@operato/scene-grist": "^9.0.0",
55
- "@operato/scene-half-roundrect": "^9.0.0",
56
- "@operato/scene-image-slider": "^9.0.0",
57
- "@operato/scene-integration": "^9.0.0",
58
- "@operato/scene-legend": "^9.0.0",
59
- "@operato/scene-news-ticker": "^9.0.0",
60
- "@operato/scene-progressbar": "^9.0.0",
61
- "@operato/scene-random": "^9.0.0",
62
- "@operato/scene-switch": "^9.0.0",
63
- "@operato/scene-tab": "^9.0.0",
64
- "@operato/scene-table": "^9.0.0",
65
- "@operato/scene-timer": "^9.0.0",
66
- "@things-factory/api": "^9.0.0",
67
- "@things-factory/apptool-base": "^9.0.0",
68
- "@things-factory/apptool-ui": "^9.0.0",
69
- "@things-factory/auth-base": "^9.0.0",
70
- "@things-factory/auth-ui": "^9.0.0",
71
- "@things-factory/board-service": "^9.0.0",
72
- "@things-factory/board-ui": "^9.0.0",
73
- "@things-factory/code-ui": "^9.0.0",
74
- "@things-factory/context-ui": "^9.0.0",
75
- "@things-factory/dashboard": "^9.0.0",
76
- "@things-factory/evaluation": "^9.0.0",
77
- "@things-factory/export-ui": "^9.0.0",
78
- "@things-factory/help": "^9.0.0",
79
- "@things-factory/i18n-base": "^9.0.0",
80
- "@things-factory/integration-base": "^9.0.0",
81
- "@things-factory/integration-ui": "^9.0.0",
82
- "@things-factory/lite-menu": "^9.0.0",
83
- "@things-factory/more-base": "^9.0.0",
84
- "@things-factory/more-ui": "^9.0.0",
85
- "@things-factory/notification": "^9.0.0",
86
- "@things-factory/resource-ui": "^9.0.0",
87
- "@things-factory/setting-base": "^9.0.0",
88
- "@things-factory/setting-ui": "^9.0.0",
89
- "@things-factory/shell": "^9.0.0",
90
- "@things-factory/system": "^9.0.0",
91
- "puppeteer": "^24.5.0"
42
+ "@dssp/building-complex": "^1.0.0",
43
+ "@dssp/integration-allbaro": "^1.0.0",
44
+ "@dssp/integration-kiscon": "^1.0.0",
45
+ "@dssp/project": "^1.0.0",
46
+ "@dssp/supervision": "^1.0.0",
47
+ "@material/web": "^2.4.0",
48
+ "@operato/chart": "^10.0.0",
49
+ "@operato/gantt": "^10.0.0",
50
+ "@operato/scene-auth": "^10.0.0",
51
+ "@operato/scene-chartjs": "^10.0.0",
52
+ "@operato/scene-clock": "^10.0.0",
53
+ "@operato/scene-data-transform": "^10.0.0",
54
+ "@operato/scene-form": "^10.0.0",
55
+ "@operato/scene-gauge": "^10.0.0",
56
+ "@operato/scene-grist": "^10.0.0",
57
+ "@operato/scene-half-roundrect": "^10.0.0",
58
+ "@operato/scene-image-slider": "^10.0.0",
59
+ "@operato/scene-integration": "^10.0.0",
60
+ "@operato/scene-legend": "^10.0.0",
61
+ "@operato/scene-news-ticker": "^10.0.0",
62
+ "@operato/scene-progressbar": "^10.0.0",
63
+ "@operato/scene-random": "^10.0.0",
64
+ "@operato/scene-switch": "^10.0.0",
65
+ "@operato/scene-tab": "^10.0.0",
66
+ "@operato/scene-table": "^10.0.0",
67
+ "@operato/scene-timer": "^10.0.0",
68
+ "@things-factory/api": "^10.0.0",
69
+ "@things-factory/apptool-base": "^10.0.0",
70
+ "@things-factory/apptool-ui": "^10.0.0",
71
+ "@things-factory/auth-base": "^10.0.0",
72
+ "@things-factory/auth-ui": "^10.0.0",
73
+ "@things-factory/board-service": "^10.0.0",
74
+ "@things-factory/board-ui": "^10.0.0",
75
+ "@things-factory/code-ui": "^10.0.0",
76
+ "@things-factory/context-ui": "^10.0.0",
77
+ "@things-factory/dashboard": "^10.0.0",
78
+ "@things-factory/evaluation": "^10.0.0",
79
+ "@things-factory/export-ui": "^10.0.0",
80
+ "@things-factory/help": "^10.0.0",
81
+ "@things-factory/i18n-base": "^10.0.0",
82
+ "@things-factory/integration-base": "^10.0.0",
83
+ "@things-factory/integration-ui": "^10.0.0",
84
+ "@things-factory/lite-menu": "^10.0.0",
85
+ "@things-factory/more-base": "^10.0.0",
86
+ "@things-factory/more-ui": "^10.0.0",
87
+ "@things-factory/notification": "^10.0.0",
88
+ "@things-factory/resource-ui": "^10.0.0",
89
+ "@things-factory/setting-base": "^10.0.0",
90
+ "@things-factory/setting-ui": "^10.0.0",
91
+ "@things-factory/shell": "^10.0.0",
92
+ "@things-factory/system": "^10.0.0",
93
+ "puppeteer": "^24.39.0"
92
94
  },
93
95
  "devDependencies": {
94
- "@things-factory/builder": "^9.0.0"
96
+ "@things-factory/builder": "^10.0.0"
95
97
  },
96
- "gitHead": "aa4bb0d9c7adfe576f7962713e7dfb83a1c98d21"
98
+ "gitHead": "a41eaae7a2e1651af65e8f285e95073b921b9c91"
97
99
  }