@things-factory/operato-retail 4.0.24 → 4.0.28

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.24",
3
+ "version": "4.0.28",
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.24",
45
- "@things-factory/attachment-base": "^4.0.24",
46
- "@things-factory/auth-base": "^4.0.24",
47
- "@things-factory/auth-ui": "^4.0.24",
48
- "@things-factory/biz-base": "^4.0.24",
49
- "@things-factory/board-service": "^4.0.24",
50
- "@things-factory/board-ui": "^4.0.24",
51
- "@things-factory/code-ui": "^4.0.24",
52
- "@things-factory/context-ui": "^4.0.24",
53
- "@things-factory/export-ui": "^4.0.24",
54
- "@things-factory/grist-ui": "^4.0.24",
55
- "@things-factory/help": "^4.0.24",
56
- "@things-factory/i18n-base": "^4.0.24",
57
- "@things-factory/i18n-ui": "^4.0.24",
58
- "@things-factory/lite-menu": "^4.0.24",
59
- "@things-factory/more-ui": "^4.0.24",
60
- "@things-factory/pdf": "^4.0.24",
61
- "@things-factory/resource-ui": "^4.0.24",
62
- "@things-factory/setting-ui": "^4.0.24",
63
- "@things-factory/shell": "^4.0.24",
64
- "@things-factory/system-ui": "^4.0.24"
44
+ "@things-factory/apptool-ui": "^4.0.28",
45
+ "@things-factory/attachment-base": "^4.0.28",
46
+ "@things-factory/auth-base": "^4.0.28",
47
+ "@things-factory/auth-ui": "^4.0.28",
48
+ "@things-factory/biz-base": "^4.0.28",
49
+ "@things-factory/board-service": "^4.0.28",
50
+ "@things-factory/board-ui": "^4.0.28",
51
+ "@things-factory/code-ui": "^4.0.28",
52
+ "@things-factory/context-ui": "^4.0.28",
53
+ "@things-factory/export-ui": "^4.0.28",
54
+ "@things-factory/grist-ui": "^4.0.28",
55
+ "@things-factory/help": "^4.0.28",
56
+ "@things-factory/i18n-base": "^4.0.28",
57
+ "@things-factory/i18n-ui": "^4.0.28",
58
+ "@things-factory/lite-menu": "^4.0.28",
59
+ "@things-factory/more-ui": "^4.0.28",
60
+ "@things-factory/pdf": "^4.0.28",
61
+ "@things-factory/resource-ui": "^4.0.28",
62
+ "@things-factory/setting-ui": "^4.0.28",
63
+ "@things-factory/shell": "^4.0.28",
64
+ "@things-factory/system-ui": "^4.0.28"
65
65
  },
66
66
  "devDependencies": {
67
- "@things-factory/builder": "^4.0.24"
67
+ "@things-factory/builder": "^4.0.28"
68
68
  },
69
- "gitHead": "ba94f3effd113a235e78a34391dbcd259ed410b0"
69
+ "gitHead": "fc526e27ae290a6fa3f001ce7ee75a2904b1d363"
70
70
  }