@things-factory/reference-app 7.0.1-alpha.98 → 7.0.1-alpha.99

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 +4 -4
  2. package/package.json +26 -26
@@ -1,14 +1,14 @@
1
1
  import '@things-factory/auth-ui/dist-client' /* for domain-switch */
2
- import '@things-factory/barcode-base' /* for <default-label-printer-setting-let> */
3
- import '@things-factory/notification' /* for notification-badge */
4
- import '@things-factory/board-ui'
2
+ import '@things-factory/barcode-base/client' /* for <default-label-printer-setting-let> */
3
+ import '@things-factory/notification/dist-client' /* for notification-badge */
4
+ import '@things-factory/setting-ui/dist-client' /* secure-iplist-setting-let, theme-mode-setting-let */
5
+ import '@things-factory/board-ui/dist-client'
5
6
  import './components/ocr-viewpart'
6
7
  import '@operato/dataset/usecase/ccp'
7
8
  import '@operato/dataset/usecase/qc'
8
9
  import '@operato/dataset/ox-property-editor-ccp-limits.js'
9
10
  import '@operato/dataset/ox-property-editor-qc-limits.js'
10
11
  import '@operato/i18n/ox-i18n.js'
11
- import '@things-factory/setting-ui' /* secure-iplist-setting-let, theme-mode-setting-let */
12
12
 
13
13
  import { html } from 'lit-html'
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/reference-app",
3
- "version": "7.0.1-alpha.98",
3
+ "version": "7.0.1-alpha.99",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -69,43 +69,43 @@
69
69
  "@operato/scene-tab": "^2.0.0-alpha.0",
70
70
  "@operato/shell": "^2.0.0-alpha.0",
71
71
  "@operato/utils": "^2.0.0-alpha.0",
72
- "@things-factory/api": "^7.0.1-alpha.97",
73
- "@things-factory/apptool-ui": "^7.0.1-alpha.97",
74
- "@things-factory/attachment-base": "^7.0.1-alpha.97",
75
- "@things-factory/auth-ui": "^7.0.1-alpha.97",
76
- "@things-factory/board-service": "^7.0.1-alpha.97",
77
- "@things-factory/board-ui": "^7.0.1-alpha.97",
78
- "@things-factory/ccp": "^7.0.1-alpha.97",
79
- "@things-factory/code-ui": "^7.0.1-alpha.97",
80
- "@things-factory/contact": "^7.0.1-alpha.97",
72
+ "@things-factory/api": "^7.0.1-alpha.99",
73
+ "@things-factory/apptool-ui": "^7.0.1-alpha.99",
74
+ "@things-factory/attachment-base": "^7.0.1-alpha.99",
75
+ "@things-factory/auth-ui": "^7.0.1-alpha.99",
76
+ "@things-factory/board-service": "^7.0.1-alpha.99",
77
+ "@things-factory/board-ui": "^7.0.1-alpha.99",
78
+ "@things-factory/ccp": "^7.0.1-alpha.99",
79
+ "@things-factory/code-ui": "^7.0.1-alpha.99",
80
+ "@things-factory/contact": "^7.0.1-alpha.99",
81
81
  "@things-factory/context-ui": "^7.0.1-alpha.97",
82
- "@things-factory/dashboard": "^7.0.1-alpha.97",
83
- "@things-factory/dataset": "^7.0.1-alpha.97",
82
+ "@things-factory/dashboard": "^7.0.1-alpha.99",
83
+ "@things-factory/dataset": "^7.0.1-alpha.99",
84
84
  "@things-factory/export-ui": "^7.0.1-alpha.97",
85
85
  "@things-factory/export-ui-excel": "^7.0.1-alpha.97",
86
86
  "@things-factory/help": "^7.0.1-alpha.97",
87
- "@things-factory/integration-ui": "^7.0.1-alpha.97",
88
- "@things-factory/lite-menu": "^7.0.1-alpha.97",
87
+ "@things-factory/integration-ui": "^7.0.1-alpha.99",
88
+ "@things-factory/lite-menu": "^7.0.1-alpha.99",
89
89
  "@things-factory/more-ui": "^7.0.1-alpha.97",
90
- "@things-factory/notification": "^7.0.1-alpha.97",
91
- "@things-factory/oauth2-client": "^7.0.1-alpha.97",
92
- "@things-factory/organization": "^7.0.1-alpha.97",
93
- "@things-factory/print-ui": "^7.0.1-alpha.97",
94
- "@things-factory/product-base": "^7.0.1-alpha.97",
95
- "@things-factory/qc": "^7.0.1-alpha.97",
96
- "@things-factory/resource-ui": "^7.0.1-alpha.97",
97
- "@things-factory/routing-base": "^7.0.1-alpha.97",
98
- "@things-factory/setting-base": "^7.0.1-alpha.97",
99
- "@things-factory/setting-ui": "^7.0.1-alpha.98",
90
+ "@things-factory/notification": "^7.0.1-alpha.99",
91
+ "@things-factory/oauth2-client": "^7.0.1-alpha.99",
92
+ "@things-factory/organization": "^7.0.1-alpha.99",
93
+ "@things-factory/print-ui": "^7.0.1-alpha.99",
94
+ "@things-factory/product-base": "^7.0.1-alpha.99",
95
+ "@things-factory/qc": "^7.0.1-alpha.99",
96
+ "@things-factory/resource-ui": "^7.0.1-alpha.99",
97
+ "@things-factory/routing-base": "^7.0.1-alpha.99",
98
+ "@things-factory/setting-base": "^7.0.1-alpha.99",
99
+ "@things-factory/setting-ui": "^7.0.1-alpha.99",
100
100
  "@things-factory/shell": "^7.0.1-alpha.97",
101
101
  "@things-factory/system": "^7.0.1-alpha.97",
102
102
  "@things-factory/web-editor": "^7.0.1-alpha.97",
103
- "@things-factory/work-shift": "^7.0.1-alpha.97",
103
+ "@things-factory/work-shift": "^7.0.1-alpha.99",
104
104
  "@tinymce/tinymce-webcomponent": "^2.0.1",
105
105
  "random-words": "^1.2.0"
106
106
  },
107
107
  "devDependencies": {
108
108
  "@things-factory/builder": "^7.0.1-alpha.71"
109
109
  },
110
- "gitHead": "cd634efb5d57e4ace4e1004b09bfceca8e595bdf"
110
+ "gitHead": "78a7b8cb64a9c096f779ae19ebac00e2962c2f23"
111
111
  }