@things-factory/operato-pms 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
@@ -74,13 +74,7 @@
74
74
  }
75
75
  </style>
76
76
 
77
- <script>
78
- if ('serviceWorker' in navigator) {
79
- navigator.serviceWorker.register('/service-worker.js', {
80
- scope: '/'
81
- })
82
- }
83
- </script>
77
+ <script src="/index.js" defer></script>
84
78
  </head>
85
79
  <body class="light">
86
80
  <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-pms",
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,
@@ -65,35 +65,35 @@
65
65
  "@operato/scene-table": "^7.0.0",
66
66
  "@operato/scene-visualizer": "^7.0.0",
67
67
  "@operato/scene-wheel-sorter": "^7.0.0",
68
- "@things-factory/apptool-ui": "^7.0.44",
69
- "@things-factory/auth-ui": "^7.0.44",
70
- "@things-factory/biz-base": "^7.0.44",
71
- "@things-factory/board-service": "^7.0.44",
72
- "@things-factory/board-ui": "^7.0.47",
73
- "@things-factory/code-ui": "^7.0.44",
74
- "@things-factory/context-ui": "^7.0.44",
75
- "@things-factory/dashboard": "^7.0.47",
76
- "@things-factory/document-template-ui": "^7.0.44",
77
- "@things-factory/export-ui": "^7.0.44",
78
- "@things-factory/export-ui-csv": "^7.0.44",
79
- "@things-factory/export-ui-excel": "^7.0.44",
80
- "@things-factory/fav-base": "^7.0.44",
68
+ "@things-factory/apptool-ui": "^7.0.48",
69
+ "@things-factory/auth-ui": "^7.0.48",
70
+ "@things-factory/biz-base": "^7.0.48",
71
+ "@things-factory/board-service": "^7.0.48",
72
+ "@things-factory/board-ui": "^7.0.48",
73
+ "@things-factory/code-ui": "^7.0.48",
74
+ "@things-factory/context-ui": "^7.0.48",
75
+ "@things-factory/dashboard": "^7.0.48",
76
+ "@things-factory/document-template-ui": "^7.0.48",
77
+ "@things-factory/export-ui": "^7.0.48",
78
+ "@things-factory/export-ui-csv": "^7.0.48",
79
+ "@things-factory/export-ui-excel": "^7.0.48",
80
+ "@things-factory/fav-base": "^7.0.48",
81
81
  "@things-factory/form-ui": "^7.0.33",
82
- "@things-factory/help": "^7.0.44",
83
- "@things-factory/i18n-base": "^7.0.44",
84
- "@things-factory/import-ui": "^7.0.44",
85
- "@things-factory/import-ui-excel": "^7.0.44",
86
- "@things-factory/lite-menu": "^7.0.47",
87
- "@things-factory/more-ui": "^7.0.44",
88
- "@things-factory/notification": "^7.0.44",
89
- "@things-factory/print-ui": "^7.0.44",
90
- "@things-factory/resource-ui": "^7.0.44",
91
- "@things-factory/setting-ui": "^7.0.44",
92
- "@things-factory/shell": "^7.0.44",
93
- "@things-factory/system": "^7.0.44"
82
+ "@things-factory/help": "^7.0.48",
83
+ "@things-factory/i18n-base": "^7.0.48",
84
+ "@things-factory/import-ui": "^7.0.48",
85
+ "@things-factory/import-ui-excel": "^7.0.48",
86
+ "@things-factory/lite-menu": "^7.0.48",
87
+ "@things-factory/more-ui": "^7.0.48",
88
+ "@things-factory/notification": "^7.0.48",
89
+ "@things-factory/print-ui": "^7.0.48",
90
+ "@things-factory/resource-ui": "^7.0.48",
91
+ "@things-factory/setting-ui": "^7.0.48",
92
+ "@things-factory/shell": "^7.0.48",
93
+ "@things-factory/system": "^7.0.48"
94
94
  },
95
95
  "devDependencies": {
96
- "@things-factory/builder": "^7.0.33"
96
+ "@things-factory/builder": "^7.0.48"
97
97
  },
98
- "gitHead": "785ae44608f27d3c4c16b48cd8be5e6fce14ea6c"
98
+ "gitHead": "516772ebee08900790bcc43477419d60adcb4dcd"
99
99
  }
@@ -93,7 +93,7 @@
93
93
 
94
94
  <script src="<%- elementScript %>"></script>
95
95
  <script src="/theme.js"></script>
96
- <script>
96
+ <script nonce="<%= nonce %>">
97
97
  var pageEl = document.querySelector('#page')
98
98
  page.data = <%- JSON.stringify(data) %>
99
99
  </script>