@things-factory/operato-mms 7.0.48 → 7.0.50

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
@@ -56,37 +56,9 @@
56
56
  <link href="/node_modules/@fontsource/roboto/index.css" rel="stylesheet" />
57
57
  <link rel="stylesheet" href="/theme.css" />
58
58
 
59
- <style>
60
- body {
61
- margin: 0;
62
- padding: 0;
63
- overflow: hidden;
64
-
65
- overscroll-behavior-y: none;
66
-
67
- /* This is a font-stack that tries to use the system-default sans-serifs first */
68
- font-family: Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
69
- line-height: 1.5;
70
- -webkit-font-smoothing: antialiased;
71
-
72
- accent-color: var(--md-sys-color-primary);
73
- background-color: var(--md-sys-color-background);
74
- }
75
- </style>
76
-
77
59
  <!-- Global site tag (gtag.js) - Google Analytics -->
78
60
  <script async src="https://www.googletagmanager.com/gtag/js?id=G-07H9KZHWRQ"></script>
79
- <script nonce="<%= nonce %>">
80
- window.dataLayer = window.dataLayer || []
81
- function gtag() {
82
- dataLayer.push(arguments)
83
- }
84
- gtag('js', new Date())
85
-
86
- gtag('config', 'G-07H9KZHWRQ')
87
- </script>
88
-
89
- <script src="/index.js" defer></script>
61
+ <script src="/static/index.js" defer></script>
90
62
  </head>
91
63
  <body class="light">
92
64
  <things-app></things-app>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-mms",
3
- "version": "7.0.48",
3
+ "version": "7.0.50",
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.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"
73
+ "@things-factory/apptool-ui": "^7.0.49",
74
+ "@things-factory/attachment-base": "^7.0.49",
75
+ "@things-factory/auth-ui": "^7.0.49",
76
+ "@things-factory/biz-base": "^7.0.49",
77
+ "@things-factory/board-service": "^7.0.49",
78
+ "@things-factory/board-ui": "^7.0.49",
79
+ "@things-factory/code-ui": "^7.0.49",
80
+ "@things-factory/context-ui": "^7.0.49",
81
+ "@things-factory/dashboard": "^7.0.49",
82
+ "@things-factory/export-ui": "^7.0.49",
83
+ "@things-factory/export-ui-csv": "^7.0.49",
84
+ "@things-factory/export-ui-excel": "^7.0.49",
85
+ "@things-factory/geography": "^7.0.49",
86
+ "@things-factory/help": "^7.0.49",
87
+ "@things-factory/i18n-base": "^7.0.49",
88
+ "@things-factory/integration-fulfillment": "^7.0.50",
89
+ "@things-factory/integration-lmd": "^7.0.50",
90
+ "@things-factory/lite-menu": "^7.0.49",
91
+ "@things-factory/marketplace-base": "^7.0.50",
92
+ "@things-factory/more-ui": "^7.0.49",
93
+ "@things-factory/notification": "^7.0.49",
94
+ "@things-factory/oauth2-client": "^7.0.49",
95
+ "@things-factory/pdf": "^7.0.49",
96
+ "@things-factory/product-base": "^7.0.49",
97
+ "@things-factory/resource-ui": "^7.0.49",
98
+ "@things-factory/setting-ui": "^7.0.49",
99
+ "@things-factory/system": "^7.0.49",
100
+ "@things-factory/warehouse-base": "^7.0.50"
101
101
  },
102
102
  "devDependencies": {
103
- "@things-factory/builder": "^7.0.48",
103
+ "@things-factory/builder": "^7.0.49",
104
104
  "@types/node-fetch": "^2.5.7"
105
105
  },
106
- "gitHead": "516772ebee08900790bcc43477419d60adcb4dcd"
106
+ "gitHead": "e4d1eaa41db8130c56cb5b8d5d13b3f834ab8a4e"
107
107
  }
@@ -0,0 +1,13 @@
1
+ window.dataLayer = window.dataLayer || []
2
+ function gtag() {
3
+ dataLayer.push(arguments)
4
+ }
5
+ gtag('js', new Date())
6
+
7
+ gtag('config', 'G-07H9KZHWRQ')
8
+
9
+ if ('serviceWorker' in navigator) {
10
+ navigator.serviceWorker.register('/service-worker.js', {
11
+ scope: '/'
12
+ })
13
+ }
@@ -57,24 +57,6 @@
57
57
  <link href="/node_modules/@fontsource/roboto/index.css" rel="stylesheet" />
58
58
  <link rel="stylesheet" href="/theme.css" />
59
59
 
60
- <style>
61
- body {
62
- margin: 0;
63
- padding: 0;
64
- overflow: hidden;
65
-
66
- overscroll-behavior-y: none;
67
-
68
- /* This is a font-stack that tries to use the system-default sans-serifs first */
69
- font-family: Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
70
- line-height: 1.5;
71
- -webkit-font-smoothing: antialiased;
72
-
73
- accent-color: var(--md-sys-color-primary);
74
- background-color: var(--md-sys-color-background);
75
- }
76
- </style>
77
-
78
60
  <!--- prefetch -->
79
61
  <link rel="prefetch" href="/auth/signin.js">
80
62
  <link rel="prefetch" href="/auth/signup.js">
@@ -56,22 +56,6 @@
56
56
  <link href="/node_modules/@fontsource/roboto/index.css" rel="stylesheet" />
57
57
  <link rel="stylesheet" href="/theme.css" />
58
58
 
59
- <style>
60
- body {
61
- margin: 0;
62
- padding: 0;
63
- overflow: auto;
64
-
65
- /* This is a font-stack that tries to use the system-default sans-serifs first */
66
- font-family: Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
67
- line-height: 1.5;
68
- -webkit-font-smoothing: antialiased;
69
-
70
- accent-color: var(--md-sys-color-primary);
71
- background-color: var(--md-sys-color-background);
72
- }
73
- </style>
74
-
75
59
  <!--- prefetch -->
76
60
  <link rel="prefetch" href="/public/home.js" />
77
61
  </head>
package/_index.js DELETED
@@ -1,5 +0,0 @@
1
- if ('serviceWorker' in navigator) {
2
- navigator.serviceWorker.register('/service-worker.js', {
3
- scope: '/'
4
- })
5
- }