@things-factory/operato-codelingua 9.0.0-beta.9 → 9.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/_index.html +0 -1
- package/dist-client/bootstrap.d.ts +4 -4
- package/dist-client/bootstrap.js +99 -6
- package/dist-client/bootstrap.js.map +1 -1
- package/dist-client/pages/git-project/git-project-list-page.js +34 -26
- package/dist-client/pages/git-project/git-project-list-page.js.map +1 -1
- package/dist-client/tsconfig.tsbuildinfo +1 -1
- package/dist-client/viewparts/menu-tools.js +50 -50
- package/dist-client/viewparts/menu-tools.js.map +1 -1
- package/dist-client/viewparts/user-circle.js +7 -7
- package/dist-client/viewparts/user-circle.js.map +1 -1
- package/dist-server/controllers/github-controller.js +15 -4
- package/dist-server/controllers/github-controller.js.map +1 -1
- package/dist-server/service/git-project/git-project-mutation.js +25 -7
- package/dist-server/service/git-project/git-project-mutation.js.map +1 -1
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/package.json +51 -48
- package/views/auth-page.html +0 -1
- package/views/public/home.html +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-codelingua",
|
|
3
|
-
"version": "9.0.0
|
|
3
|
+
"version": "9.0.0",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -40,54 +40,57 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@material/web": "^2.0.0",
|
|
43
|
-
"@operato/data-grist": "^9.0.0
|
|
44
|
-
"@operato/property-editor": "^9.0.0
|
|
45
|
-
"@operato/scene-chartjs": "^9.0.0
|
|
46
|
-
"@operato/scene-clock": "^9.0.0
|
|
47
|
-
"@operato/scene-data-transform": "^9.0.0
|
|
48
|
-
"@operato/scene-excel": "^9.0.0
|
|
49
|
-
"@operato/scene-form": "^9.0.0
|
|
50
|
-
"@operato/scene-gantt": "^9.0.0
|
|
51
|
-
"@operato/scene-gauge": "^9.0.0
|
|
52
|
-
"@operato/scene-half-roundrect": "^9.0.0
|
|
53
|
-
"@operato/scene-image-slider": "^9.0.0
|
|
54
|
-
"@operato/scene-integration": "^9.0.0
|
|
55
|
-
"@operato/scene-label": "^9.0.0
|
|
56
|
-
"@operato/scene-manufacturing": "^9.0.0
|
|
57
|
-
"@operato/scene-news-ticker": "^9.0.0
|
|
58
|
-
"@operato/scene-progressbar": "^9.0.0
|
|
59
|
-
"@operato/scene-random": "^9.0.0
|
|
60
|
-
"@operato/scene-restful": "^9.0.0
|
|
61
|
-
"@operato/scene-scichart": "^9.0.0
|
|
62
|
-
"@operato/scene-switch": "^9.0.0
|
|
63
|
-
"@operato/scene-table": "^9.0.0
|
|
64
|
-
"@operato/scene-timer": "^9.0.0
|
|
65
|
-
"@things-factory/api": "^9.0.0
|
|
66
|
-
"@things-factory/apptool-ui": "^9.0.0
|
|
67
|
-
"@things-factory/auth-ui": "^9.0.0
|
|
68
|
-
"@things-factory/board-service": "^9.0.0
|
|
69
|
-
"@things-factory/board-ui": "^9.0.0
|
|
70
|
-
"@things-factory/codelingua": "^9.0.0
|
|
71
|
-
"@things-factory/context-ui": "^9.0.0
|
|
72
|
-
"@things-factory/dashboard": "^9.0.0
|
|
73
|
-
"@things-factory/evaluation": "^9.0.0
|
|
74
|
-
"@things-factory/export-ui": "^9.0.0
|
|
75
|
-
"@things-factory/help": "^9.0.0
|
|
76
|
-
"@things-factory/i18n-base": "^9.0.0
|
|
77
|
-
"@things-factory/integration-
|
|
78
|
-
"@things-factory/
|
|
79
|
-
"@things-factory/
|
|
80
|
-
"@things-factory/
|
|
81
|
-
"@things-factory/
|
|
82
|
-
"@things-factory/
|
|
83
|
-
"@things-factory/
|
|
84
|
-
"@things-factory/
|
|
85
|
-
"@things-factory/
|
|
86
|
-
"@things-factory/
|
|
87
|
-
"@things-factory/
|
|
43
|
+
"@operato/data-grist": "^9.0.0",
|
|
44
|
+
"@operato/property-editor": "^9.0.0",
|
|
45
|
+
"@operato/scene-chartjs": "^9.0.0",
|
|
46
|
+
"@operato/scene-clock": "^9.0.0",
|
|
47
|
+
"@operato/scene-data-transform": "^9.0.0",
|
|
48
|
+
"@operato/scene-excel": "^9.0.0",
|
|
49
|
+
"@operato/scene-form": "^9.0.0",
|
|
50
|
+
"@operato/scene-gantt": "^9.0.0",
|
|
51
|
+
"@operato/scene-gauge": "^9.0.0",
|
|
52
|
+
"@operato/scene-half-roundrect": "^9.0.0",
|
|
53
|
+
"@operato/scene-image-slider": "^9.0.0",
|
|
54
|
+
"@operato/scene-integration": "^9.0.0",
|
|
55
|
+
"@operato/scene-label": "^9.0.0",
|
|
56
|
+
"@operato/scene-manufacturing": "^9.0.0",
|
|
57
|
+
"@operato/scene-news-ticker": "^9.0.0",
|
|
58
|
+
"@operato/scene-progressbar": "^9.0.0",
|
|
59
|
+
"@operato/scene-random": "^9.0.0",
|
|
60
|
+
"@operato/scene-restful": "^9.0.0",
|
|
61
|
+
"@operato/scene-scichart": "^9.0.0",
|
|
62
|
+
"@operato/scene-switch": "^9.0.0",
|
|
63
|
+
"@operato/scene-table": "^9.0.0",
|
|
64
|
+
"@operato/scene-timer": "^9.0.0",
|
|
65
|
+
"@things-factory/api": "^9.0.0",
|
|
66
|
+
"@things-factory/apptool-ui": "^9.0.0",
|
|
67
|
+
"@things-factory/auth-ui": "^9.0.0",
|
|
68
|
+
"@things-factory/board-service": "^9.0.0",
|
|
69
|
+
"@things-factory/board-ui": "^9.0.0",
|
|
70
|
+
"@things-factory/codelingua": "^9.0.0",
|
|
71
|
+
"@things-factory/context-ui": "^9.0.0",
|
|
72
|
+
"@things-factory/dashboard": "^9.0.0",
|
|
73
|
+
"@things-factory/evaluation": "^9.0.0",
|
|
74
|
+
"@things-factory/export-ui": "^9.0.0",
|
|
75
|
+
"@things-factory/help": "^9.0.0",
|
|
76
|
+
"@things-factory/i18n-base": "^9.0.0",
|
|
77
|
+
"@things-factory/integration-codemind": "^9.0.0",
|
|
78
|
+
"@things-factory/integration-git": "^9.0.0",
|
|
79
|
+
"@things-factory/integration-qdrant": "^9.0.0",
|
|
80
|
+
"@things-factory/integration-ui": "^9.0.0",
|
|
81
|
+
"@things-factory/lite-menu": "^9.0.0",
|
|
82
|
+
"@things-factory/more-ui": "^9.0.0",
|
|
83
|
+
"@things-factory/notification": "^9.0.0",
|
|
84
|
+
"@things-factory/oauth2-client": "^9.0.0",
|
|
85
|
+
"@things-factory/print-ui": "^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"
|
|
88
91
|
},
|
|
89
92
|
"devDependencies": {
|
|
90
|
-
"@things-factory/builder": "^9.0.0
|
|
93
|
+
"@things-factory/builder": "^9.0.0"
|
|
91
94
|
},
|
|
92
|
-
"gitHead": "
|
|
95
|
+
"gitHead": "d6b5293b3ad571461b4282f19bc89288bdab2acc"
|
|
93
96
|
}
|
package/views/auth-page.html
CHANGED
|
@@ -51,7 +51,6 @@
|
|
|
51
51
|
|
|
52
52
|
<!-- Performance tip: hint to the browser to start the handshake for the fonts site -->
|
|
53
53
|
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
|
|
54
|
-
<link href="/node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
|
|
55
54
|
<link href="/node_modules/material-symbols/index.css" rel="stylesheet" />
|
|
56
55
|
<link href="/node_modules/@fontsource/roboto/index.css" rel="stylesheet" />
|
|
57
56
|
<link rel="stylesheet" href="/theme.css" />
|
package/views/public/home.html
CHANGED
|
@@ -51,7 +51,6 @@
|
|
|
51
51
|
|
|
52
52
|
<!-- Performance tip: hint to the browser to start the handshake for the fonts site -->
|
|
53
53
|
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
|
|
54
|
-
<link href="/node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
|
|
55
54
|
<link href="/node_modules/material-symbols/index.css" rel="stylesheet" />
|
|
56
55
|
<link href="/node_modules/@fontsource/roboto/index.css" rel="stylesheet" />
|
|
57
56
|
<link rel="stylesheet" href="/theme.css" />
|