@things-factory/operato-mms 7.0.1-alpha.13 → 7.0.1-alpha.19

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
@@ -52,6 +52,7 @@
52
52
  <!-- Performance tip: hint to the browser to start the handshake for the fonts site -->
53
53
  <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
54
54
  <link href="/node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
55
+ <link href="/node_modules/material-symbols/index.css" rel="stylesheet" />
55
56
  <style>
56
57
  body {
57
58
  margin: 0;
@@ -96,12 +97,7 @@
96
97
  <script src="/node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
97
98
  <script src="/node_modules/web-animations-js/web-animations-next.min.js"></script>
98
99
  <script src="/node_modules/@hatiolab/things-scene/things-scene-min.js"></script>
99
- <script
100
- type="text/javascript"
101
- src="//laz-g-cdn.alicdn.com/sj/securesdk/0.0.3/securesdk_lzd_v1.js"
102
- id="J_secure_sdk_v2"
103
- data-appkey="120961"
104
- ></script>
100
+ <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>
105
101
  <!-- Built with love using PWA Starter Kit -->
106
102
  </body>
107
103
  </html>
@@ -82,6 +82,9 @@ body {
82
82
  --mdc-button-outline-width: 1px;
83
83
  --mdc-button-horizontal-padding: 16px;
84
84
 
85
+ --md-fab-container-color: var(--primary-color);
86
+ --md-fab-icon-color: var(--focus-color);
87
+
85
88
  /* button style */
86
89
  --button-background-color: #fafbfc;
87
90
  --button-background-focus-color: var(--primary-color);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-mms",
3
- "version": "7.0.1-alpha.13",
3
+ "version": "7.0.1-alpha.19",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -71,38 +71,38 @@
71
71
  "@operato/scene-timer": "^2.0.0-alpha.0",
72
72
  "@operato/scene-visualizer": "^2.0.0-alpha.0",
73
73
  "@operato/scene-wheel-sorter": "^2.0.0-alpha.0",
74
- "@things-factory/apptool-ui": "^7.0.1-alpha.13",
75
- "@things-factory/attachment-base": "^7.0.1-alpha.13",
76
- "@things-factory/auth-ui": "^7.0.1-alpha.13",
77
- "@things-factory/biz-base": "^7.0.1-alpha.13",
78
- "@things-factory/board-service": "^7.0.1-alpha.13",
79
- "@things-factory/board-ui": "^7.0.1-alpha.13",
80
- "@things-factory/code-ui": "^7.0.1-alpha.13",
81
- "@things-factory/context-ui": "^7.0.1-alpha.13",
82
- "@things-factory/dashboard": "^7.0.1-alpha.13",
83
- "@things-factory/export-ui": "^7.0.1-alpha.13",
84
- "@things-factory/export-ui-csv": "^7.0.1-alpha.13",
85
- "@things-factory/export-ui-excel": "^7.0.1-alpha.13",
86
- "@things-factory/geography": "^7.0.1-alpha.13",
87
- "@things-factory/help": "^7.0.1-alpha.13",
88
- "@things-factory/i18n-base": "^7.0.1-alpha.13",
89
- "@things-factory/integration-fulfillment": "^7.0.1-alpha.13",
90
- "@things-factory/integration-lmd": "^7.0.1-alpha.13",
91
- "@things-factory/lite-menu": "^7.0.1-alpha.13",
92
- "@things-factory/marketplace-base": "^7.0.1-alpha.13",
93
- "@things-factory/more-ui": "^7.0.1-alpha.13",
94
- "@things-factory/notification": "^7.0.1-alpha.13",
95
- "@things-factory/oauth2-client": "^7.0.1-alpha.13",
96
- "@things-factory/pdf": "^7.0.1-alpha.4",
97
- "@things-factory/product-base": "^7.0.1-alpha.13",
98
- "@things-factory/resource-ui": "^7.0.1-alpha.13",
99
- "@things-factory/setting-ui": "^7.0.1-alpha.13",
100
- "@things-factory/system": "^7.0.1-alpha.13",
101
- "@things-factory/warehouse-base": "^7.0.1-alpha.13"
74
+ "@things-factory/apptool-ui": "^7.0.1-alpha.19",
75
+ "@things-factory/attachment-base": "^7.0.1-alpha.19",
76
+ "@things-factory/auth-ui": "^7.0.1-alpha.19",
77
+ "@things-factory/biz-base": "^7.0.1-alpha.19",
78
+ "@things-factory/board-service": "^7.0.1-alpha.19",
79
+ "@things-factory/board-ui": "^7.0.1-alpha.19",
80
+ "@things-factory/code-ui": "^7.0.1-alpha.19",
81
+ "@things-factory/context-ui": "^7.0.1-alpha.19",
82
+ "@things-factory/dashboard": "^7.0.1-alpha.19",
83
+ "@things-factory/export-ui": "^7.0.1-alpha.19",
84
+ "@things-factory/export-ui-csv": "^7.0.1-alpha.19",
85
+ "@things-factory/export-ui-excel": "^7.0.1-alpha.19",
86
+ "@things-factory/geography": "^7.0.1-alpha.19",
87
+ "@things-factory/help": "^7.0.1-alpha.19",
88
+ "@things-factory/i18n-base": "^7.0.1-alpha.19",
89
+ "@things-factory/integration-fulfillment": "^7.0.1-alpha.19",
90
+ "@things-factory/integration-lmd": "^7.0.1-alpha.19",
91
+ "@things-factory/lite-menu": "^7.0.1-alpha.19",
92
+ "@things-factory/marketplace-base": "^7.0.1-alpha.19",
93
+ "@things-factory/more-ui": "^7.0.1-alpha.19",
94
+ "@things-factory/notification": "^7.0.1-alpha.19",
95
+ "@things-factory/oauth2-client": "^7.0.1-alpha.19",
96
+ "@things-factory/pdf": "^7.0.1-alpha.15",
97
+ "@things-factory/product-base": "^7.0.1-alpha.19",
98
+ "@things-factory/resource-ui": "^7.0.1-alpha.19",
99
+ "@things-factory/setting-ui": "^7.0.1-alpha.19",
100
+ "@things-factory/system": "^7.0.1-alpha.19",
101
+ "@things-factory/warehouse-base": "^7.0.1-alpha.19"
102
102
  },
103
103
  "devDependencies": {
104
- "@things-factory/builder": "^7.0.1-alpha.0",
104
+ "@things-factory/builder": "^7.0.1-alpha.15",
105
105
  "@types/node-fetch": "^2.5.7"
106
106
  },
107
- "gitHead": "58eaf3ce7403c0722fe948041bad0185e57fdc81"
107
+ "gitHead": "1f7eeff99b319b84ad9e73c5e71c07e76336a648"
108
108
  }
@@ -53,6 +53,7 @@
53
53
  <!-- Performance tip: hint to the browser to start the handshake for the fonts site -->
54
54
  <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
55
55
  <link href="/node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
56
+ <link href="/node_modules/material-symbols/index.css" rel="stylesheet" />
56
57
  <link rel="stylesheet" href="/theme.css" />
57
58
 
58
59
  <style>
@@ -52,6 +52,7 @@
52
52
  <!-- Performance tip: hint to the browser to start the handshake for the fonts site -->
53
53
  <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
54
54
  <link href="/node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
55
+ <link href="/node_modules/material-symbols/index.css" rel="stylesheet" />
55
56
  <link rel="stylesheet" href="/theme.css" />
56
57
 
57
58
  <style>