@things-factory/operato-fleet 6.1.149 → 6.1.152
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 +1 -1
- package/package.json +24 -24
- package/views/auth-page.html +1 -1
- package/views/public/home.html +1 -1
package/_index.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="utf-8" />
|
|
5
5
|
<title>Operato Fleet</title>
|
|
6
6
|
<meta name="generator" content="Things Factory Starter Kit" />
|
|
7
|
-
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
7
|
+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
|
8
8
|
<meta name="description" content="Reimagining Mobility" />
|
|
9
9
|
|
|
10
10
|
<base href="/" />
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-fleet",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.152",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -70,34 +70,34 @@
|
|
|
70
70
|
"@operato/scene-timer": "^1.0.0",
|
|
71
71
|
"@operato/scene-visualizer": "^1.0.0",
|
|
72
72
|
"@operato/scene-wheel-sorter": "^1.0.0",
|
|
73
|
-
"@things-factory/apptool-ui": "^6.1.
|
|
74
|
-
"@things-factory/attachment-base": "^6.1.
|
|
75
|
-
"@things-factory/auth-ui": "^6.1.
|
|
76
|
-
"@things-factory/biz-base": "^6.1.
|
|
77
|
-
"@things-factory/board-service": "^6.1.
|
|
78
|
-
"@things-factory/board-ui": "^6.1.
|
|
79
|
-
"@things-factory/code-ui": "^6.1.
|
|
80
|
-
"@things-factory/context-ui": "^6.1.
|
|
81
|
-
"@things-factory/dashboard": "^6.1.
|
|
82
|
-
"@things-factory/export-ui": "^6.1.
|
|
83
|
-
"@things-factory/export-ui-csv": "^6.1.
|
|
84
|
-
"@things-factory/export-ui-excel": "^6.1.
|
|
85
|
-
"@things-factory/help": "^6.1.
|
|
86
|
-
"@things-factory/i18n-base": "^6.1.
|
|
87
|
-
"@things-factory/integration-fulfillment": "^6.1.
|
|
88
|
-
"@things-factory/integration-marketplace": "^6.1.
|
|
89
|
-
"@things-factory/more-ui": "^6.1.
|
|
90
|
-
"@things-factory/notification": "^6.1.
|
|
91
|
-
"@things-factory/oauth2-client": "^6.1.
|
|
73
|
+
"@things-factory/apptool-ui": "^6.1.152",
|
|
74
|
+
"@things-factory/attachment-base": "^6.1.152",
|
|
75
|
+
"@things-factory/auth-ui": "^6.1.152",
|
|
76
|
+
"@things-factory/biz-base": "^6.1.152",
|
|
77
|
+
"@things-factory/board-service": "^6.1.152",
|
|
78
|
+
"@things-factory/board-ui": "^6.1.152",
|
|
79
|
+
"@things-factory/code-ui": "^6.1.152",
|
|
80
|
+
"@things-factory/context-ui": "^6.1.152",
|
|
81
|
+
"@things-factory/dashboard": "^6.1.152",
|
|
82
|
+
"@things-factory/export-ui": "^6.1.152",
|
|
83
|
+
"@things-factory/export-ui-csv": "^6.1.152",
|
|
84
|
+
"@things-factory/export-ui-excel": "^6.1.152",
|
|
85
|
+
"@things-factory/help": "^6.1.152",
|
|
86
|
+
"@things-factory/i18n-base": "^6.1.152",
|
|
87
|
+
"@things-factory/integration-fulfillment": "^6.1.152",
|
|
88
|
+
"@things-factory/integration-marketplace": "^6.1.152",
|
|
89
|
+
"@things-factory/more-ui": "^6.1.152",
|
|
90
|
+
"@things-factory/notification": "^6.1.152",
|
|
91
|
+
"@things-factory/oauth2-client": "^6.1.152",
|
|
92
92
|
"@things-factory/pdf": "^6.1.145",
|
|
93
|
-
"@things-factory/resource-ui": "^6.1.
|
|
93
|
+
"@things-factory/resource-ui": "^6.1.152",
|
|
94
94
|
"@things-factory/scene-google-map": "^6.1.145",
|
|
95
|
-
"@things-factory/setting-ui": "^6.1.
|
|
96
|
-
"@things-factory/system-ui": "^6.1.
|
|
95
|
+
"@things-factory/setting-ui": "^6.1.152",
|
|
96
|
+
"@things-factory/system-ui": "^6.1.152",
|
|
97
97
|
"chance": "^1.1.11"
|
|
98
98
|
},
|
|
99
99
|
"devDependencies": {
|
|
100
100
|
"@things-factory/builder": "^6.1.145"
|
|
101
101
|
},
|
|
102
|
-
"gitHead": "
|
|
102
|
+
"gitHead": "9d0c8827cb25f037bcb4270ea53dcd95f73b2722"
|
|
103
103
|
}
|
package/views/auth-page.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="utf-8" />
|
|
5
5
|
<title>Operato Fleet</title>
|
|
6
6
|
<meta name="generator" content="Things Factory Starter Kit" />
|
|
7
|
-
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
7
|
+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
|
8
8
|
<meta name="description" content="Reimagining Mobility" />
|
|
9
9
|
|
|
10
10
|
<base href="/" />
|
package/views/public/home.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="utf-8" />
|
|
5
5
|
<title>Operato Fleet</title>
|
|
6
6
|
<meta name="generator" content="Things Factory Starter Kit" />
|
|
7
|
-
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
7
|
+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
|
8
8
|
<meta name="description" content="Reimagining Mobility" />
|
|
9
9
|
|
|
10
10
|
<base href="/" />
|