@things-factory/operato-board 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.
Files changed (2) hide show
  1. package/client/bootstrap.js +17 -13
  2. package/package.json +63 -63
@@ -1,29 +1,33 @@
1
- import { APPEND_APP_TOOL } from '@things-factory/apptool-base'
1
+ import '@things-factory/notification'
2
+ import './viewparts/menu-tools'
3
+ import './apptools/favorite-tool'
4
+
2
5
  import {
3
- appendViewpart,
4
- updateViewpart,
5
- toggleOverlay,
6
6
  TOOL_POSITION,
7
+ VIEWPART_LEVEL,
7
8
  VIEWPART_POSITION,
8
- VIEWPART_LEVEL
9
+ appendViewpart,
10
+ toggleOverlay,
11
+ updateViewpart
9
12
  } from '@things-factory/layout-base'
10
- import { store, navigate, UPDATE_BASE_URL } from '@things-factory/shell'
11
- import { auth } from '@things-factory/auth-base'
12
- import { setAuthManagementMenus } from '@things-factory/auth-ui'
13
+ import { UPDATE_BASE_URL, navigate, store } from '@things-factory/shell'
14
+
13
15
  import { ADD_MORENDA } from '@things-factory/more-base'
14
16
  import { ADD_SETTING } from '@things-factory/setting-base'
15
- import '@things-factory/notification'
16
-
17
+ import { APPEND_APP_TOOL } from '@things-factory/apptool-base'
18
+ import { auth } from '@things-factory/auth-base'
17
19
  import { html } from 'lit-html'
18
-
19
- import './viewparts/menu-tools'
20
- import './apptools/favorite-tool'
20
+ import { registerDefaultGroups } from '@operato/board/dist/src/component/register-default-groups'
21
+ import { setAuthManagementMenus } from '@things-factory/auth-ui'
21
22
 
22
23
  export default function bootstrap() {
23
24
  store.dispatch({
24
25
  type: UPDATE_BASE_URL
25
26
  })
26
27
 
28
+ /* set board-modeller group and default templates */
29
+ registerDefaultGroups()
30
+
27
31
  /* set auth management menus into more-panel */
28
32
  auth.on('profile', async ({ credential }) => {
29
33
  console.log('on profile', credential)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-board",
3
- "version": "4.0.21",
3
+ "version": "4.0.25",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -42,72 +42,72 @@
42
42
  "docker:push:cn": "docker image push hatiolab/operato-board:latest-cn && docker image push hatiolab/operato-board:$npm_package_version-cn"
43
43
  },
44
44
  "dependencies": {
45
- "@operato/scene-ar": "^0.0.22",
46
- "@operato/scene-chartjs": "^0.0.22",
47
- "@operato/scene-clock": "^0.0.22",
48
- "@operato/scene-clone": "^0.0.22",
49
- "@operato/scene-compass": "^0.0.22",
50
- "@operato/scene-gauge": "^0.0.22",
51
- "@operato/scene-grist": "^0.0.22",
52
- "@operato/scene-i18n": "^0.0.22",
53
- "@operato/scene-indoor-map": "^0.0.22",
54
- "@operato/scene-integration": "^0.0.22",
55
- "@operato/scene-legend": "^0.0.22",
56
- "@operato/scene-progressbar": "^0.0.22",
57
- "@operato/scene-random": "^0.0.22",
58
- "@operato/scene-switch": "^0.0.22",
59
- "@operato/scene-tab": "^0.0.22",
60
- "@operato/scene-table": "^0.0.22",
61
- "@operato/scene-timer": "^0.0.22",
62
- "@operato/scene-wheel-sorter": "^0.0.22",
63
- "@things-factory/apptool-ui": "^4.0.21",
64
- "@things-factory/attachment-ui": "^4.0.21",
65
- "@things-factory/auth-ui": "^4.0.21",
66
- "@things-factory/board-service": "^4.0.21",
67
- "@things-factory/board-ui": "^4.0.21",
68
- "@things-factory/context-ui": "^4.0.21",
69
- "@things-factory/export-ui": "^4.0.21",
70
- "@things-factory/fav-base": "^4.0.21",
71
- "@things-factory/font-base": "^4.0.21",
72
- "@things-factory/form-ui": "^4.0.21",
73
- "@things-factory/help": "^4.0.21",
74
- "@things-factory/i18n-ui": "^4.0.21",
75
- "@things-factory/import-ui": "^4.0.21",
76
- "@things-factory/integration-notification": "^4.0.21",
77
- "@things-factory/integration-ui": "^4.0.21",
78
- "@things-factory/layout-ui": "^4.0.21",
79
- "@things-factory/more-ui": "^4.0.21",
80
- "@things-factory/notification": "^4.0.21",
81
- "@things-factory/oauth2-client": "^4.0.21",
82
- "@things-factory/offline-ui": "^4.0.21",
45
+ "@operato/scene-ar": "^0.0.24",
46
+ "@operato/scene-chartjs": "^0.0.24",
47
+ "@operato/scene-clock": "^0.0.24",
48
+ "@operato/scene-clone": "^0.0.24",
49
+ "@operato/scene-compass": "^0.0.24",
50
+ "@operato/scene-gauge": "^0.0.24",
51
+ "@operato/scene-grist": "^0.0.24",
52
+ "@operato/scene-i18n": "^0.0.24",
53
+ "@operato/scene-indoor-map": "^0.0.24",
54
+ "@operato/scene-integration": "^0.0.24",
55
+ "@operato/scene-legend": "^0.0.24",
56
+ "@operato/scene-progressbar": "^0.0.24",
57
+ "@operato/scene-random": "^0.0.24",
58
+ "@operato/scene-switch": "^0.0.24",
59
+ "@operato/scene-tab": "^0.0.24",
60
+ "@operato/scene-table": "^0.0.24",
61
+ "@operato/scene-timer": "^0.0.24",
62
+ "@operato/scene-wheel-sorter": "^0.0.24",
63
+ "@things-factory/apptool-ui": "^4.0.25",
64
+ "@things-factory/attachment-ui": "^4.0.25",
65
+ "@things-factory/auth-ui": "^4.0.25",
66
+ "@things-factory/board-service": "^4.0.25",
67
+ "@things-factory/board-ui": "^4.0.25",
68
+ "@things-factory/context-ui": "^4.0.25",
69
+ "@things-factory/export-ui": "^4.0.25",
70
+ "@things-factory/fav-base": "^4.0.25",
71
+ "@things-factory/font-base": "^4.0.25",
72
+ "@things-factory/form-ui": "^4.0.25",
73
+ "@things-factory/help": "^4.0.25",
74
+ "@things-factory/i18n-ui": "^4.0.25",
75
+ "@things-factory/import-ui": "^4.0.25",
76
+ "@things-factory/integration-notification": "^4.0.25",
77
+ "@things-factory/integration-ui": "^4.0.25",
78
+ "@things-factory/layout-ui": "^4.0.25",
79
+ "@things-factory/more-ui": "^4.0.25",
80
+ "@things-factory/notification": "^4.0.25",
81
+ "@things-factory/oauth2-client": "^4.0.25",
82
+ "@things-factory/offline-ui": "^4.0.25",
83
83
  "@things-factory/operato-license-checker": "^3.0.4",
84
- "@things-factory/pdf": "^4.0.21",
85
- "@things-factory/print-service": "^4.0.21",
86
- "@things-factory/print-ui": "^4.0.21",
87
- "@things-factory/resource-ui": "^4.0.21",
88
- "@things-factory/scene-baidu-map": "^4.0.21",
89
- "@things-factory/scene-data-transform": "^4.0.21",
90
- "@things-factory/scene-excel": "^4.0.21",
91
- "@things-factory/scene-firebase": "^4.0.21",
92
- "@things-factory/scene-form": "^4.0.21",
93
- "@things-factory/scene-google-map": "^4.0.21",
94
- "@things-factory/scene-graphql": "^4.0.21",
84
+ "@things-factory/pdf": "^4.0.25",
85
+ "@things-factory/print-service": "^4.0.25",
86
+ "@things-factory/print-ui": "^4.0.25",
87
+ "@things-factory/resource-ui": "^4.0.25",
88
+ "@things-factory/scene-baidu-map": "^4.0.25",
89
+ "@things-factory/scene-data-transform": "^4.0.25",
90
+ "@things-factory/scene-excel": "^4.0.25",
91
+ "@things-factory/scene-firebase": "^4.0.25",
92
+ "@things-factory/scene-form": "^4.0.25",
93
+ "@things-factory/scene-google-map": "^4.0.25",
94
+ "@things-factory/scene-graphql": "^4.0.25",
95
95
  "@things-factory/scene-half-roundrect": "^4.0.9",
96
- "@things-factory/scene-label": "^4.0.21",
97
- "@things-factory/scene-marker": "^4.0.21",
98
- "@things-factory/scene-mqtt": "^4.0.21",
99
- "@things-factory/scene-news-ticker": "^4.0.21",
100
- "@things-factory/scene-restful": "^4.0.21",
101
- "@things-factory/scene-urdf": "^4.0.21",
102
- "@things-factory/scene-visualizer": "^4.0.21",
103
- "@things-factory/screencast-ui": "^4.0.21",
104
- "@things-factory/setting-ui": "^4.0.21",
105
- "@things-factory/system-ui": "^4.0.21"
96
+ "@things-factory/scene-label": "^4.0.25",
97
+ "@things-factory/scene-marker": "^4.0.25",
98
+ "@things-factory/scene-mqtt": "^4.0.25",
99
+ "@things-factory/scene-news-ticker": "^4.0.25",
100
+ "@things-factory/scene-restful": "^4.0.25",
101
+ "@things-factory/scene-urdf": "^4.0.25",
102
+ "@things-factory/scene-visualizer": "^4.0.25",
103
+ "@things-factory/screencast-ui": "^4.0.25",
104
+ "@things-factory/setting-ui": "^4.0.25",
105
+ "@things-factory/system-ui": "^4.0.25"
106
106
  },
107
107
  "devDependencies": {
108
- "@things-factory/board-test": "^4.0.21",
109
- "@things-factory/builder": "^4.0.21"
108
+ "@things-factory/board-test": "^4.0.25",
109
+ "@things-factory/builder": "^4.0.25"
110
110
  },
111
111
  "resolutions": {},
112
- "gitHead": "ab5451f749a4e886ae3668bee82777b566538e17"
112
+ "gitHead": "9c44141d651dab7b4a9c0f0b6fecb8d6937d116f"
113
113
  }