@things-factory/operato-mms 7.0.47 → 7.0.48

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.
package/_index.html CHANGED
@@ -76,7 +76,7 @@
76
76
 
77
77
  <!-- Global site tag (gtag.js) - Google Analytics -->
78
78
  <script async src="https://www.googletagmanager.com/gtag/js?id=G-07H9KZHWRQ"></script>
79
- <script>
79
+ <script nonce="<%= nonce %>">
80
80
  window.dataLayer = window.dataLayer || []
81
81
  function gtag() {
82
82
  dataLayer.push(arguments)
@@ -86,13 +86,7 @@
86
86
  gtag('config', 'G-07H9KZHWRQ')
87
87
  </script>
88
88
 
89
- <script>
90
- if ('serviceWorker' in navigator) {
91
- navigator.serviceWorker.register('/service-worker.js', {
92
- scope: '/'
93
- })
94
- }
95
- </script>
89
+ <script src="/index.js" defer></script>
96
90
  </head>
97
91
  <body class="light">
98
92
  <things-app></things-app>
package/_index.js ADDED
@@ -0,0 +1,5 @@
1
+ if ('serviceWorker' in navigator) {
2
+ navigator.serviceWorker.register('/service-worker.js', {
3
+ scope: '/'
4
+ })
5
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-mms",
3
- "version": "7.0.47",
3
+ "version": "7.0.48",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -70,38 +70,38 @@
70
70
  "@operato/scene-timer": "^7.0.0",
71
71
  "@operato/scene-visualizer": "^7.0.0",
72
72
  "@operato/scene-wheel-sorter": "^7.0.0",
73
- "@things-factory/apptool-ui": "^7.0.44",
74
- "@things-factory/attachment-base": "^7.0.44",
75
- "@things-factory/auth-ui": "^7.0.44",
76
- "@things-factory/biz-base": "^7.0.44",
77
- "@things-factory/board-service": "^7.0.44",
78
- "@things-factory/board-ui": "^7.0.47",
79
- "@things-factory/code-ui": "^7.0.44",
80
- "@things-factory/context-ui": "^7.0.44",
81
- "@things-factory/dashboard": "^7.0.47",
82
- "@things-factory/export-ui": "^7.0.44",
83
- "@things-factory/export-ui-csv": "^7.0.44",
84
- "@things-factory/export-ui-excel": "^7.0.44",
85
- "@things-factory/geography": "^7.0.44",
86
- "@things-factory/help": "^7.0.44",
87
- "@things-factory/i18n-base": "^7.0.44",
88
- "@things-factory/integration-fulfillment": "^7.0.44",
89
- "@things-factory/integration-lmd": "^7.0.44",
90
- "@things-factory/lite-menu": "^7.0.47",
91
- "@things-factory/marketplace-base": "^7.0.44",
92
- "@things-factory/more-ui": "^7.0.44",
93
- "@things-factory/notification": "^7.0.44",
94
- "@things-factory/oauth2-client": "^7.0.44",
95
- "@things-factory/pdf": "^7.0.44",
96
- "@things-factory/product-base": "^7.0.44",
97
- "@things-factory/resource-ui": "^7.0.44",
98
- "@things-factory/setting-ui": "^7.0.44",
99
- "@things-factory/system": "^7.0.44",
100
- "@things-factory/warehouse-base": "^7.0.44"
73
+ "@things-factory/apptool-ui": "^7.0.48",
74
+ "@things-factory/attachment-base": "^7.0.48",
75
+ "@things-factory/auth-ui": "^7.0.48",
76
+ "@things-factory/biz-base": "^7.0.48",
77
+ "@things-factory/board-service": "^7.0.48",
78
+ "@things-factory/board-ui": "^7.0.48",
79
+ "@things-factory/code-ui": "^7.0.48",
80
+ "@things-factory/context-ui": "^7.0.48",
81
+ "@things-factory/dashboard": "^7.0.48",
82
+ "@things-factory/export-ui": "^7.0.48",
83
+ "@things-factory/export-ui-csv": "^7.0.48",
84
+ "@things-factory/export-ui-excel": "^7.0.48",
85
+ "@things-factory/geography": "^7.0.48",
86
+ "@things-factory/help": "^7.0.48",
87
+ "@things-factory/i18n-base": "^7.0.48",
88
+ "@things-factory/integration-fulfillment": "^7.0.48",
89
+ "@things-factory/integration-lmd": "^7.0.48",
90
+ "@things-factory/lite-menu": "^7.0.48",
91
+ "@things-factory/marketplace-base": "^7.0.48",
92
+ "@things-factory/more-ui": "^7.0.48",
93
+ "@things-factory/notification": "^7.0.48",
94
+ "@things-factory/oauth2-client": "^7.0.48",
95
+ "@things-factory/pdf": "^7.0.48",
96
+ "@things-factory/product-base": "^7.0.48",
97
+ "@things-factory/resource-ui": "^7.0.48",
98
+ "@things-factory/setting-ui": "^7.0.48",
99
+ "@things-factory/system": "^7.0.48",
100
+ "@things-factory/warehouse-base": "^7.0.48"
101
101
  },
102
102
  "devDependencies": {
103
- "@things-factory/builder": "^7.0.33",
103
+ "@things-factory/builder": "^7.0.48",
104
104
  "@types/node-fetch": "^2.5.7"
105
105
  },
106
- "gitHead": "785ae44608f27d3c4c16b48cd8be5e6fce14ea6c"
106
+ "gitHead": "516772ebee08900790bcc43477419d60adcb4dcd"
107
107
  }
@@ -94,7 +94,7 @@
94
94
  <script type="text/javascript" src="//laz-g-cdn.alicdn.com/sj/securesdk/0.0.3/securesdk_lzd_v1.js" id="J_secure_sdk_v2" data-appkey="120961"></script>
95
95
  <script src="<%- elementScript %>"></script>
96
96
  <script src="/theme.js"></script>
97
- <script>
97
+ <script nonce="<%= nonce %>">
98
98
  var pageEl = document.querySelector('#page')
99
99
  page.data = <%- JSON.stringify(data) %>
100
100
  </script>