@things-factory/operato-mms 4.0.19 → 4.0.23
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/client/bootstrap.js +4 -0
- package/package.json +45 -45
package/client/bootstrap.js
CHANGED
|
@@ -5,6 +5,7 @@ import './viewparts/user-circle'
|
|
|
5
5
|
|
|
6
6
|
import { html } from 'lit-element'
|
|
7
7
|
|
|
8
|
+
import { registerDefaultGroups } from '@operato/board/dist/src/component/register-default-groups'
|
|
8
9
|
import { APPEND_APP_TOOL } from '@things-factory/apptool-base'
|
|
9
10
|
import { auth } from '@things-factory/auth-base'
|
|
10
11
|
import { setAuthManagementMenus } from '@things-factory/auth-ui'
|
|
@@ -32,6 +33,9 @@ console.log(
|
|
|
32
33
|
export default function bootstrap() {
|
|
33
34
|
store.addReducers({ mms })
|
|
34
35
|
|
|
36
|
+
/* set board-modeller group and default templates */
|
|
37
|
+
registerDefaultGroups()
|
|
38
|
+
|
|
35
39
|
setupMenuPart({
|
|
36
40
|
slotTemplate: html` <domain-switch slot="head"></domain-switch> `
|
|
37
41
|
})
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-mms",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.23",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@material/mwc-formfield": "^0.25.3",
|
|
42
42
|
"@material/mwc-linear-progress": "^0.25.3",
|
|
43
43
|
"@material/mwc-radio": "^0.25.3",
|
|
44
|
-
"@operato/ghost-print": "^0.2.
|
|
44
|
+
"@operato/ghost-print": "^0.2.50",
|
|
45
45
|
"@operato/scene-chartjs": "^0.0.22",
|
|
46
46
|
"@operato/scene-clock": "^0.0.22",
|
|
47
47
|
"@operato/scene-clone": "^0.0.22",
|
|
@@ -58,52 +58,52 @@
|
|
|
58
58
|
"@operato/scene-table": "^0.0.22",
|
|
59
59
|
"@operato/scene-timer": "^0.0.22",
|
|
60
60
|
"@operato/scene-wheel-sorter": "^0.0.22",
|
|
61
|
-
"@things-factory/apptool-ui": "^4.0.
|
|
62
|
-
"@things-factory/attachment-base": "^4.0.
|
|
63
|
-
"@things-factory/auth-ui": "^4.0.
|
|
64
|
-
"@things-factory/biz-base": "^4.0.
|
|
65
|
-
"@things-factory/board-service": "^4.0.
|
|
66
|
-
"@things-factory/board-ui": "^4.0.
|
|
67
|
-
"@things-factory/code-ui": "^4.0.
|
|
68
|
-
"@things-factory/context-ui": "^4.0.
|
|
69
|
-
"@things-factory/dashboard": "^4.0.
|
|
70
|
-
"@things-factory/export-ui": "^4.0.
|
|
71
|
-
"@things-factory/export-ui-csv": "^4.0.
|
|
72
|
-
"@things-factory/export-ui-excel": "^4.0.
|
|
73
|
-
"@things-factory/geography": "^4.0.
|
|
74
|
-
"@things-factory/grist-ui": "^4.0.
|
|
75
|
-
"@things-factory/help": "^4.0.
|
|
76
|
-
"@things-factory/i18n-ui": "^4.0.
|
|
77
|
-
"@things-factory/integration-fulfillment": "^4.0.
|
|
78
|
-
"@things-factory/integration-lmd": "^4.0.
|
|
79
|
-
"@things-factory/lite-menu": "^4.0.
|
|
80
|
-
"@things-factory/marketplace-base": "^4.0.
|
|
81
|
-
"@things-factory/more-ui": "^4.0.
|
|
82
|
-
"@things-factory/notification": "^4.0.
|
|
83
|
-
"@things-factory/oauth2-client": "^4.0.
|
|
84
|
-
"@things-factory/pdf": "^4.0.
|
|
85
|
-
"@things-factory/product-base": "^4.0.
|
|
86
|
-
"@things-factory/resource-ui": "^4.0.
|
|
87
|
-
"@things-factory/scene-data-transform": "^4.0.
|
|
88
|
-
"@things-factory/scene-excel": "^4.0.
|
|
89
|
-
"@things-factory/scene-firebase": "^4.0.
|
|
90
|
-
"@things-factory/scene-form": "^4.0.
|
|
91
|
-
"@things-factory/scene-google-map": "^4.0.
|
|
92
|
-
"@things-factory/scene-graphql": "^4.0.
|
|
61
|
+
"@things-factory/apptool-ui": "^4.0.23",
|
|
62
|
+
"@things-factory/attachment-base": "^4.0.23",
|
|
63
|
+
"@things-factory/auth-ui": "^4.0.23",
|
|
64
|
+
"@things-factory/biz-base": "^4.0.23",
|
|
65
|
+
"@things-factory/board-service": "^4.0.23",
|
|
66
|
+
"@things-factory/board-ui": "^4.0.23",
|
|
67
|
+
"@things-factory/code-ui": "^4.0.23",
|
|
68
|
+
"@things-factory/context-ui": "^4.0.23",
|
|
69
|
+
"@things-factory/dashboard": "^4.0.23",
|
|
70
|
+
"@things-factory/export-ui": "^4.0.23",
|
|
71
|
+
"@things-factory/export-ui-csv": "^4.0.23",
|
|
72
|
+
"@things-factory/export-ui-excel": "^4.0.23",
|
|
73
|
+
"@things-factory/geography": "^4.0.23",
|
|
74
|
+
"@things-factory/grist-ui": "^4.0.23",
|
|
75
|
+
"@things-factory/help": "^4.0.23",
|
|
76
|
+
"@things-factory/i18n-ui": "^4.0.23",
|
|
77
|
+
"@things-factory/integration-fulfillment": "^4.0.23",
|
|
78
|
+
"@things-factory/integration-lmd": "^4.0.23",
|
|
79
|
+
"@things-factory/lite-menu": "^4.0.23",
|
|
80
|
+
"@things-factory/marketplace-base": "^4.0.23",
|
|
81
|
+
"@things-factory/more-ui": "^4.0.23",
|
|
82
|
+
"@things-factory/notification": "^4.0.23",
|
|
83
|
+
"@things-factory/oauth2-client": "^4.0.23",
|
|
84
|
+
"@things-factory/pdf": "^4.0.23",
|
|
85
|
+
"@things-factory/product-base": "^4.0.23",
|
|
86
|
+
"@things-factory/resource-ui": "^4.0.23",
|
|
87
|
+
"@things-factory/scene-data-transform": "^4.0.23",
|
|
88
|
+
"@things-factory/scene-excel": "^4.0.23",
|
|
89
|
+
"@things-factory/scene-firebase": "^4.0.23",
|
|
90
|
+
"@things-factory/scene-form": "^4.0.23",
|
|
91
|
+
"@things-factory/scene-google-map": "^4.0.23",
|
|
92
|
+
"@things-factory/scene-graphql": "^4.0.23",
|
|
93
93
|
"@things-factory/scene-half-roundrect": "^4.0.9",
|
|
94
|
-
"@things-factory/scene-label": "^4.0.
|
|
95
|
-
"@things-factory/scene-marker": "^4.0.
|
|
96
|
-
"@things-factory/scene-mqtt": "^4.0.
|
|
97
|
-
"@things-factory/scene-news-ticker": "^4.0.
|
|
98
|
-
"@things-factory/scene-restful": "^4.0.
|
|
99
|
-
"@things-factory/scene-visualizer": "^4.0.
|
|
100
|
-
"@things-factory/setting-ui": "^4.0.
|
|
101
|
-
"@things-factory/system-ui": "^4.0.
|
|
102
|
-
"@things-factory/warehouse-base": "^4.0.
|
|
94
|
+
"@things-factory/scene-label": "^4.0.23",
|
|
95
|
+
"@things-factory/scene-marker": "^4.0.23",
|
|
96
|
+
"@things-factory/scene-mqtt": "^4.0.23",
|
|
97
|
+
"@things-factory/scene-news-ticker": "^4.0.23",
|
|
98
|
+
"@things-factory/scene-restful": "^4.0.23",
|
|
99
|
+
"@things-factory/scene-visualizer": "^4.0.23",
|
|
100
|
+
"@things-factory/setting-ui": "^4.0.23",
|
|
101
|
+
"@things-factory/system-ui": "^4.0.23",
|
|
102
|
+
"@things-factory/warehouse-base": "^4.0.23"
|
|
103
103
|
},
|
|
104
104
|
"devDependencies": {
|
|
105
|
-
"@things-factory/builder": "^4.0.
|
|
105
|
+
"@things-factory/builder": "^4.0.23",
|
|
106
106
|
"@types/node-fetch": "^2.5.7"
|
|
107
107
|
},
|
|
108
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "49ba662dea1d349e9608a9a58c8fcfbc1310a5d6"
|
|
109
109
|
}
|