@things-factory/operato-retail 4.0.21 → 4.0.25
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 +12 -6
- package/package.json +24 -24
package/client/bootstrap.js
CHANGED
|
@@ -1,13 +1,16 @@
|
|
|
1
|
+
import './viewparts/user-circle'
|
|
2
|
+
|
|
1
3
|
import { html } from 'lit-element'
|
|
2
|
-
|
|
3
|
-
import {
|
|
4
|
-
import { isMobileDevice } from '@things-factory/utils'
|
|
5
|
-
import { appendViewpart, toggleOverlay, VIEWPART_POSITION, TOOL_POSITION } from '@things-factory/layout-base'
|
|
6
|
-
import { ADD_MORENDA } from '@things-factory/more-base'
|
|
4
|
+
|
|
5
|
+
import { registerDefaultGroups } from '@operato/board/dist/src/component/register-default-groups'
|
|
7
6
|
import { APPEND_APP_TOOL } from '@things-factory/apptool-base'
|
|
7
|
+
import { setAuthManagementMenus } from '@things-factory/auth-ui'
|
|
8
|
+
import { TOOL_POSITION } from '@things-factory/layout-base'
|
|
8
9
|
import { setupMenuPart, updateMenuTemplate } from '@things-factory/lite-menu'
|
|
10
|
+
import { ADD_MORENDA } from '@things-factory/more-base'
|
|
11
|
+
import { navigate, store } from '@things-factory/shell'
|
|
12
|
+
import { isMobileDevice } from '@things-factory/utils'
|
|
9
13
|
|
|
10
|
-
import './viewparts/user-circle'
|
|
11
14
|
import { getMenuTemplate } from './menu'
|
|
12
15
|
|
|
13
16
|
console.log(
|
|
@@ -24,6 +27,9 @@ console.log(
|
|
|
24
27
|
export default function bootstrap() {
|
|
25
28
|
setupMenuPart()
|
|
26
29
|
|
|
30
|
+
/* set board-modeller group and default templates */
|
|
31
|
+
registerDefaultGroups()
|
|
32
|
+
|
|
27
33
|
store.dispatch({
|
|
28
34
|
type: ADD_MORENDA,
|
|
29
35
|
morenda: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-retail",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.25",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -41,30 +41,30 @@
|
|
|
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
|
-
"@things-factory/apptool-ui": "^4.0.
|
|
45
|
-
"@things-factory/attachment-base": "^4.0.
|
|
46
|
-
"@things-factory/auth-base": "^4.0.
|
|
47
|
-
"@things-factory/auth-ui": "^4.0.
|
|
48
|
-
"@things-factory/biz-base": "^4.0.
|
|
49
|
-
"@things-factory/board-service": "^4.0.
|
|
50
|
-
"@things-factory/board-ui": "^4.0.
|
|
51
|
-
"@things-factory/code-ui": "^4.0.
|
|
52
|
-
"@things-factory/context-ui": "^4.0.
|
|
53
|
-
"@things-factory/export-ui": "^4.0.
|
|
54
|
-
"@things-factory/grist-ui": "^4.0.
|
|
55
|
-
"@things-factory/help": "^4.0.
|
|
56
|
-
"@things-factory/i18n-base": "^4.0.
|
|
57
|
-
"@things-factory/i18n-ui": "^4.0.
|
|
58
|
-
"@things-factory/lite-menu": "^4.0.
|
|
59
|
-
"@things-factory/more-ui": "^4.0.
|
|
60
|
-
"@things-factory/pdf": "^4.0.
|
|
61
|
-
"@things-factory/resource-ui": "^4.0.
|
|
62
|
-
"@things-factory/setting-ui": "^4.0.
|
|
63
|
-
"@things-factory/shell": "^4.0.
|
|
64
|
-
"@things-factory/system-ui": "^4.0.
|
|
44
|
+
"@things-factory/apptool-ui": "^4.0.25",
|
|
45
|
+
"@things-factory/attachment-base": "^4.0.25",
|
|
46
|
+
"@things-factory/auth-base": "^4.0.25",
|
|
47
|
+
"@things-factory/auth-ui": "^4.0.25",
|
|
48
|
+
"@things-factory/biz-base": "^4.0.25",
|
|
49
|
+
"@things-factory/board-service": "^4.0.25",
|
|
50
|
+
"@things-factory/board-ui": "^4.0.25",
|
|
51
|
+
"@things-factory/code-ui": "^4.0.25",
|
|
52
|
+
"@things-factory/context-ui": "^4.0.25",
|
|
53
|
+
"@things-factory/export-ui": "^4.0.25",
|
|
54
|
+
"@things-factory/grist-ui": "^4.0.25",
|
|
55
|
+
"@things-factory/help": "^4.0.25",
|
|
56
|
+
"@things-factory/i18n-base": "^4.0.25",
|
|
57
|
+
"@things-factory/i18n-ui": "^4.0.25",
|
|
58
|
+
"@things-factory/lite-menu": "^4.0.25",
|
|
59
|
+
"@things-factory/more-ui": "^4.0.25",
|
|
60
|
+
"@things-factory/pdf": "^4.0.25",
|
|
61
|
+
"@things-factory/resource-ui": "^4.0.25",
|
|
62
|
+
"@things-factory/setting-ui": "^4.0.25",
|
|
63
|
+
"@things-factory/shell": "^4.0.25",
|
|
64
|
+
"@things-factory/system-ui": "^4.0.25"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@things-factory/builder": "^4.0.
|
|
67
|
+
"@things-factory/builder": "^4.0.25"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "9c44141d651dab7b4a9c0f0b6fecb8d6937d116f"
|
|
70
70
|
}
|