@things-factory/operato-pms 4.0.22 → 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.
Files changed (2) hide show
  1. package/client/bootstrap.js +13 -7
  2. package/package.json +42 -42
@@ -1,16 +1,19 @@
1
+ import '@things-factory/notification'
2
+ import './viewparts/user-circle'
3
+
1
4
  import { html } from 'lit-element'
2
- import { store, navigate } from '@things-factory/shell'
5
+
6
+ import { registerDefaultGroups } from '@operato/board/dist/src/component/register-default-groups'
7
+ import { APPEND_APP_TOOL } from '@things-factory/apptool-base'
3
8
  import { auth } from '@things-factory/auth-base'
4
9
  import { setAuthManagementMenus } from '@things-factory/auth-ui'
5
- import { isMobileDevice } from '@things-factory/utils'
6
- import { appendViewpart, toggleOverlay, VIEWPART_POSITION, TOOL_POSITION } from '@things-factory/layout-base'
10
+ import { appendViewpart, toggleOverlay, TOOL_POSITION, VIEWPART_POSITION } from '@things-factory/layout-base'
11
+ import { setupMenuPart, updateMenuTemplate } from '@things-factory/lite-menu'
7
12
  import { ADD_MORENDA } from '@things-factory/more-base'
8
- import { APPEND_APP_TOOL } from '@things-factory/apptool-base'
9
13
  import { ADD_SETTING } from '@things-factory/setting-base'
10
- import { setupMenuPart, updateMenuTemplate } from '@things-factory/lite-menu'
11
- import '@things-factory/notification'
14
+ import { navigate, store } from '@things-factory/shell'
15
+ import { isMobileDevice } from '@things-factory/utils'
12
16
 
13
- import './viewparts/user-circle'
14
17
  import { getMenuTemplate } from './menu'
15
18
 
16
19
  console.log(
@@ -27,6 +30,9 @@ console.log(
27
30
  export default function bootstrap() {
28
31
  setupMenuPart()
29
32
 
33
+ /* set board-modeller group and default templates */
34
+ registerDefaultGroups()
35
+
30
36
  /* set auth management menus into more-panel */
31
37
  auth.on('profile', async ({ credential }) => {
32
38
  setAuthManagementMenus(credential)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-pms",
3
- "version": "4.0.22",
3
+ "version": "4.0.23",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -52,49 +52,49 @@
52
52
  "@operato/scene-tab": "^0.0.22",
53
53
  "@operato/scene-table": "^0.0.22",
54
54
  "@operato/scene-wheel-sorter": "^0.0.22",
55
- "@things-factory/apptool-ui": "^4.0.22",
56
- "@things-factory/auth-ui": "^4.0.22",
57
- "@things-factory/biz-base": "^4.0.22",
58
- "@things-factory/board-service": "^4.0.22",
59
- "@things-factory/board-ui": "^4.0.22",
60
- "@things-factory/code-ui": "^4.0.22",
61
- "@things-factory/context-ui": "^4.0.22",
62
- "@things-factory/dashboard": "^4.0.22",
63
- "@things-factory/document-template-ui": "^4.0.22",
64
- "@things-factory/export-ui": "^4.0.22",
65
- "@things-factory/export-ui-csv": "^4.0.22",
66
- "@things-factory/export-ui-excel": "^4.0.22",
67
- "@things-factory/fav-base": "^4.0.22",
68
- "@things-factory/form-ui": "^4.0.22",
69
- "@things-factory/grist-ui": "^4.0.22",
70
- "@things-factory/help": "^4.0.22",
71
- "@things-factory/i18n-ui": "^4.0.22",
72
- "@things-factory/import-ui": "^4.0.22",
73
- "@things-factory/import-ui-excel": "^4.0.22",
74
- "@things-factory/lite-menu": "^4.0.22",
75
- "@things-factory/more-ui": "^4.0.22",
76
- "@things-factory/notification": "^4.0.22",
77
- "@things-factory/print-ui": "^4.0.22",
78
- "@things-factory/resource-ui": "^4.0.22",
79
- "@things-factory/scene-data-transform": "^4.0.22",
80
- "@things-factory/scene-excel": "^4.0.22",
81
- "@things-factory/scene-firebase": "^4.0.22",
82
- "@things-factory/scene-form": "^4.0.22",
83
- "@things-factory/scene-google-map": "^4.0.22",
84
- "@things-factory/scene-graphql": "^4.0.22",
55
+ "@things-factory/apptool-ui": "^4.0.23",
56
+ "@things-factory/auth-ui": "^4.0.23",
57
+ "@things-factory/biz-base": "^4.0.23",
58
+ "@things-factory/board-service": "^4.0.23",
59
+ "@things-factory/board-ui": "^4.0.23",
60
+ "@things-factory/code-ui": "^4.0.23",
61
+ "@things-factory/context-ui": "^4.0.23",
62
+ "@things-factory/dashboard": "^4.0.23",
63
+ "@things-factory/document-template-ui": "^4.0.23",
64
+ "@things-factory/export-ui": "^4.0.23",
65
+ "@things-factory/export-ui-csv": "^4.0.23",
66
+ "@things-factory/export-ui-excel": "^4.0.23",
67
+ "@things-factory/fav-base": "^4.0.23",
68
+ "@things-factory/form-ui": "^4.0.23",
69
+ "@things-factory/grist-ui": "^4.0.23",
70
+ "@things-factory/help": "^4.0.23",
71
+ "@things-factory/i18n-ui": "^4.0.23",
72
+ "@things-factory/import-ui": "^4.0.23",
73
+ "@things-factory/import-ui-excel": "^4.0.23",
74
+ "@things-factory/lite-menu": "^4.0.23",
75
+ "@things-factory/more-ui": "^4.0.23",
76
+ "@things-factory/notification": "^4.0.23",
77
+ "@things-factory/print-ui": "^4.0.23",
78
+ "@things-factory/resource-ui": "^4.0.23",
79
+ "@things-factory/scene-data-transform": "^4.0.23",
80
+ "@things-factory/scene-excel": "^4.0.23",
81
+ "@things-factory/scene-firebase": "^4.0.23",
82
+ "@things-factory/scene-form": "^4.0.23",
83
+ "@things-factory/scene-google-map": "^4.0.23",
84
+ "@things-factory/scene-graphql": "^4.0.23",
85
85
  "@things-factory/scene-half-roundrect": "^4.0.9",
86
- "@things-factory/scene-label": "^4.0.22",
87
- "@things-factory/scene-marker": "^4.0.22",
88
- "@things-factory/scene-mqtt": "^4.0.22",
89
- "@things-factory/scene-news-ticker": "^4.0.22",
90
- "@things-factory/scene-restful": "^4.0.22",
91
- "@things-factory/scene-visualizer": "^4.0.22",
92
- "@things-factory/setting-ui": "^4.0.22",
93
- "@things-factory/shell": "^4.0.22",
94
- "@things-factory/system-ui": "^4.0.22"
86
+ "@things-factory/scene-label": "^4.0.23",
87
+ "@things-factory/scene-marker": "^4.0.23",
88
+ "@things-factory/scene-mqtt": "^4.0.23",
89
+ "@things-factory/scene-news-ticker": "^4.0.23",
90
+ "@things-factory/scene-restful": "^4.0.23",
91
+ "@things-factory/scene-visualizer": "^4.0.23",
92
+ "@things-factory/setting-ui": "^4.0.23",
93
+ "@things-factory/shell": "^4.0.23",
94
+ "@things-factory/system-ui": "^4.0.23"
95
95
  },
96
96
  "devDependencies": {
97
- "@things-factory/builder": "^4.0.22"
97
+ "@things-factory/builder": "^4.0.23"
98
98
  },
99
- "gitHead": "8267638c3bd77dfc8fa9629b490d681c6854e423"
99
+ "gitHead": "49ba662dea1d349e9608a9a58c8fcfbc1310a5d6"
100
100
  }