@things-factory/operato-ecs 7.0.1-alpha.78 → 7.0.1-alpha.79

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 +11 -10
  2. package/package.json +20 -20
@@ -5,17 +5,18 @@ import '@things-factory/setting-ui' /* secure-iplist-setting-let */
5
5
 
6
6
  import { html } from 'lit-html'
7
7
 
8
- import { registerDefaultGroups } from '@operato/board/register-default-groups.js'
9
- import { auth, hasPrivilege } from '@things-factory/auth-base/dist-client'
10
- import { setAuthManagementMenus } from '@things-factory/auth-ui'
11
- import { APPEND_APP_TOOL } from '@things-factory/apptool-base'
12
- import { setupAppToolPart } from '@things-factory/apptool-ui'
13
- import { setupMenuPart, updateMenuTemplate } from '@things-factory/lite-menu'
14
- import { setupContextUIPart } from '@things-factory/context-ui'
15
- import { ADD_MORENDA } from '@things-factory/more-base'
16
- import { ADD_SETTING } from '@things-factory/setting-base'
17
- import { navigate, store } from '@things-factory/shell'
8
+ import { navigate, store } from '@operato/shell'
18
9
  import { appendViewpart, toggleOverlay, TOOL_POSITION, VIEWPART_POSITION } from '@operato/layout'
10
+ import { registerDefaultGroups } from '@operato/board/register-default-groups.js'
11
+
12
+ import { hasPrivilege } from '@things-factory/auth-base/dist-client'
13
+ import { setAuthManagementMenus } from '@things-factory/auth-ui/dist-client'
14
+ import { APPEND_APP_TOOL } from '@things-factory/apptool-base/client'
15
+ import { setupAppToolPart } from '@things-factory/apptool-ui/dist-client'
16
+ import { setupMenuPart, updateMenuTemplate } from '@things-factory/lite-menu/dist-client'
17
+ import { setupContextUIPart } from '@things-factory/context-ui/dist-client'
18
+ import { ADD_MORENDA } from '@things-factory/more-base/client'
19
+ import { ADD_SETTING } from '@things-factory/setting-base/dist-client'
19
20
 
20
21
  console.log(
21
22
  `%c
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-ecs",
3
- "version": "7.0.1-alpha.78",
3
+ "version": "7.0.1-alpha.79",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -55,33 +55,33 @@
55
55
  "@operato/scene-switch": "^2.0.0-alpha.0",
56
56
  "@operato/scene-table": "^2.0.0-alpha.0",
57
57
  "@operato/scene-timer": "^2.0.0-alpha.0",
58
- "@things-factory/api": "^7.0.1-alpha.78",
59
- "@things-factory/apptool-ui": "^7.0.1-alpha.78",
60
- "@things-factory/auth-ui": "^7.0.1-alpha.78",
61
- "@things-factory/board-service": "^7.0.1-alpha.78",
62
- "@things-factory/board-ui": "^7.0.1-alpha.78",
63
- "@things-factory/context-ui": "^7.0.1-alpha.71",
64
- "@things-factory/dashboard": "^7.0.1-alpha.78",
65
- "@things-factory/export-ui": "^7.0.1-alpha.71",
58
+ "@things-factory/api": "^7.0.1-alpha.79",
59
+ "@things-factory/apptool-ui": "^7.0.1-alpha.79",
60
+ "@things-factory/auth-ui": "^7.0.1-alpha.79",
61
+ "@things-factory/board-service": "^7.0.1-alpha.79",
62
+ "@things-factory/board-ui": "^7.0.1-alpha.79",
63
+ "@things-factory/context-ui": "^7.0.1-alpha.79",
64
+ "@things-factory/dashboard": "^7.0.1-alpha.79",
65
+ "@things-factory/export-ui": "^7.0.1-alpha.79",
66
66
  "@things-factory/help": "^7.0.1-alpha.71",
67
67
  "@things-factory/i18n-base": "^7.0.1-alpha.77",
68
- "@things-factory/integration-melsec": "^7.0.1-alpha.78",
69
- "@things-factory/integration-modbus": "^7.0.1-alpha.78",
70
- "@things-factory/integration-opc": "^7.0.1-alpha.78",
71
- "@things-factory/integration-ui": "^7.0.1-alpha.78",
72
- "@things-factory/lite-menu": "^7.0.1-alpha.78",
73
- "@things-factory/more-ui": "^7.0.1-alpha.71",
68
+ "@things-factory/integration-melsec": "^7.0.1-alpha.79",
69
+ "@things-factory/integration-modbus": "^7.0.1-alpha.79",
70
+ "@things-factory/integration-opc": "^7.0.1-alpha.79",
71
+ "@things-factory/integration-ui": "^7.0.1-alpha.79",
72
+ "@things-factory/lite-menu": "^7.0.1-alpha.79",
73
+ "@things-factory/more-ui": "^7.0.1-alpha.79",
74
74
  "@things-factory/notification": "^7.0.1-alpha.78",
75
75
  "@things-factory/oauth2-client": "^7.0.1-alpha.78",
76
- "@things-factory/print-ui": "^7.0.1-alpha.78",
77
- "@things-factory/resource-ui": "^7.0.1-alpha.78",
76
+ "@things-factory/print-ui": "^7.0.1-alpha.79",
77
+ "@things-factory/resource-ui": "^7.0.1-alpha.79",
78
78
  "@things-factory/setting-base": "^7.0.1-alpha.78",
79
- "@things-factory/setting-ui": "^7.0.1-alpha.78",
79
+ "@things-factory/setting-ui": "^7.0.1-alpha.79",
80
80
  "@things-factory/shell": "^7.0.1-alpha.71",
81
- "@things-factory/system": "^7.0.1-alpha.71"
81
+ "@things-factory/system": "^7.0.1-alpha.79"
82
82
  },
83
83
  "devDependencies": {
84
84
  "@things-factory/builder": "^7.0.1-alpha.71"
85
85
  },
86
- "gitHead": "6423c664e70e7877c362b4aebb7f169e4a2ad22d"
86
+ "gitHead": "b5b88ed7abdb33839beecf802f85976bc39dfaa1"
87
87
  }