@things-factory/operato-retail 4.0.23 → 4.0.27

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 +1 -1
  2. package/package.json +24 -24
@@ -2,7 +2,7 @@ import './viewparts/user-circle'
2
2
 
3
3
  import { html } from 'lit-element'
4
4
 
5
- import { registerDefaultGroups } from '@operato/board/dist/src/component/register-default-groups'
5
+ import { registerDefaultGroups } from '@operato/board/register-default-groups.js'
6
6
  import { APPEND_APP_TOOL } from '@things-factory/apptool-base'
7
7
  import { setAuthManagementMenus } from '@things-factory/auth-ui'
8
8
  import { TOOL_POSITION } from '@things-factory/layout-base'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-retail",
3
- "version": "4.0.23",
3
+ "version": "4.0.27",
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.23",
45
- "@things-factory/attachment-base": "^4.0.23",
46
- "@things-factory/auth-base": "^4.0.23",
47
- "@things-factory/auth-ui": "^4.0.23",
48
- "@things-factory/biz-base": "^4.0.23",
49
- "@things-factory/board-service": "^4.0.23",
50
- "@things-factory/board-ui": "^4.0.23",
51
- "@things-factory/code-ui": "^4.0.23",
52
- "@things-factory/context-ui": "^4.0.23",
53
- "@things-factory/export-ui": "^4.0.23",
54
- "@things-factory/grist-ui": "^4.0.23",
55
- "@things-factory/help": "^4.0.23",
56
- "@things-factory/i18n-base": "^4.0.23",
57
- "@things-factory/i18n-ui": "^4.0.23",
58
- "@things-factory/lite-menu": "^4.0.23",
59
- "@things-factory/more-ui": "^4.0.23",
60
- "@things-factory/pdf": "^4.0.23",
61
- "@things-factory/resource-ui": "^4.0.23",
62
- "@things-factory/setting-ui": "^4.0.23",
63
- "@things-factory/shell": "^4.0.23",
64
- "@things-factory/system-ui": "^4.0.23"
44
+ "@things-factory/apptool-ui": "^4.0.27",
45
+ "@things-factory/attachment-base": "^4.0.27",
46
+ "@things-factory/auth-base": "^4.0.27",
47
+ "@things-factory/auth-ui": "^4.0.27",
48
+ "@things-factory/biz-base": "^4.0.27",
49
+ "@things-factory/board-service": "^4.0.27",
50
+ "@things-factory/board-ui": "^4.0.27",
51
+ "@things-factory/code-ui": "^4.0.27",
52
+ "@things-factory/context-ui": "^4.0.27",
53
+ "@things-factory/export-ui": "^4.0.27",
54
+ "@things-factory/grist-ui": "^4.0.27",
55
+ "@things-factory/help": "^4.0.27",
56
+ "@things-factory/i18n-base": "^4.0.27",
57
+ "@things-factory/i18n-ui": "^4.0.27",
58
+ "@things-factory/lite-menu": "^4.0.27",
59
+ "@things-factory/more-ui": "^4.0.27",
60
+ "@things-factory/pdf": "^4.0.27",
61
+ "@things-factory/resource-ui": "^4.0.27",
62
+ "@things-factory/setting-ui": "^4.0.27",
63
+ "@things-factory/shell": "^4.0.27",
64
+ "@things-factory/system-ui": "^4.0.27"
65
65
  },
66
66
  "devDependencies": {
67
- "@things-factory/builder": "^4.0.23"
67
+ "@things-factory/builder": "^4.0.27"
68
68
  },
69
- "gitHead": "49ba662dea1d349e9608a9a58c8fcfbc1310a5d6"
69
+ "gitHead": "276eaface2890c8f229ce6c9f64cde9c6b1e0083"
70
70
  }