@things-factory/operato-fleet 7.0.1-alpha.1 → 7.0.1-alpha.100
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 +6 -2
- package/client/actions/fleets.js +1 -1
- package/client/bootstrap.js +20 -10
- package/client/commons/common-map.js +2 -2
- package/client/commons/fleet-item.js +11 -9
- package/client/commons/fleet-search.js +4 -4
- package/client/commons/geofence-item.js +4 -3
- package/client/commons/geofence-search.js +3 -3
- package/client/commons/marker-info-content.js +1 -1
- package/client/pages/admin/admin.js +3 -3
- package/client/pages/client/client.js +3 -3
- package/client/pages/device/device.js +3 -3
- package/client/pages/fleet-page-style.js +1 -1
- package/client/pages/geofence/geofence.js +2 -2
- package/client/pages/monitoring/monitoring.js +3 -3
- package/client/pages/report/report-air-pressure.js +3 -3
- package/client/pages/report/report-based-on-track.js +2 -2
- package/client/pages/report/report-breakdown.js +3 -3
- package/client/pages/report/report-delivery.js +4 -4
- package/client/pages/report/report-device.js +4 -4
- package/client/pages/report/report-humidity.js +3 -3
- package/client/pages/report/report-illuminance.js +3 -3
- package/client/pages/report/report-shock.js +3 -3
- package/client/pages/report/report-style.js +1 -1
- package/client/pages/report/report-temperature.js +3 -3
- package/client/pages/report/report.js +9 -8
- package/client/themes/app-theme.css +19 -4
- package/client/themes/grist-theme.css +7 -5
- package/client/themes/layout-theme.css +2 -2
- package/client/themes/report-theme.css +1 -1
- package/client/viewparts/infowindow-setting-let.js +6 -7
- package/client/viewparts/menu-tools.js +1 -1
- package/config/config.production.js +0 -1
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/package.json +27 -26
- package/schema.graphql +4314 -0
- package/views/auth-page.html +3 -1
- package/views/public/home.html +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-fleet",
|
|
3
|
-
"version": "7.0.1-alpha.
|
|
3
|
+
"version": "7.0.1-alpha.100",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -44,6 +44,7 @@
|
|
|
44
44
|
"@operato/board": "^2.0.0-alpha.0",
|
|
45
45
|
"@operato/data-grist": "^2.0.0-alpha.0",
|
|
46
46
|
"@operato/help": "^2.0.0-alpha.0",
|
|
47
|
+
"@operato/oops": "^2.0.0-alpha.0",
|
|
47
48
|
"@operato/scene-chartjs": "^2.0.0-alpha.0",
|
|
48
49
|
"@operato/scene-clock": "^2.0.0-alpha.0",
|
|
49
50
|
"@operato/scene-clone": "^2.0.0-alpha.0",
|
|
@@ -72,33 +73,33 @@
|
|
|
72
73
|
"@operato/scene-timer": "^2.0.0-alpha.0",
|
|
73
74
|
"@operato/scene-visualizer": "^2.0.0-alpha.0",
|
|
74
75
|
"@operato/scene-wheel-sorter": "^2.0.0-alpha.0",
|
|
75
|
-
"@things-factory/apptool-ui": "^7.0.1-alpha.
|
|
76
|
-
"@things-factory/attachment-base": "^7.0.1-alpha.
|
|
77
|
-
"@things-factory/auth-ui": "^7.0.1-alpha.
|
|
78
|
-
"@things-factory/biz-base": "^7.0.1-alpha.
|
|
79
|
-
"@things-factory/board-service": "^7.0.1-alpha.
|
|
80
|
-
"@things-factory/board-ui": "^7.0.1-alpha.
|
|
81
|
-
"@things-factory/code-ui": "^7.0.1-alpha.
|
|
82
|
-
"@things-factory/context-ui": "^7.0.1-alpha.
|
|
83
|
-
"@things-factory/dashboard": "^7.0.1-alpha.
|
|
84
|
-
"@things-factory/export-ui": "^7.0.1-alpha.
|
|
85
|
-
"@things-factory/export-ui-csv": "^7.0.1-alpha.
|
|
86
|
-
"@things-factory/export-ui-excel": "^7.0.1-alpha.
|
|
87
|
-
"@things-factory/help": "^7.0.1-alpha.
|
|
88
|
-
"@things-factory/i18n-base": "^7.0.1-alpha.
|
|
89
|
-
"@things-factory/integration-fulfillment": "^7.0.1-alpha.
|
|
90
|
-
"@things-factory/integration-marketplace": "^7.0.1-alpha.
|
|
91
|
-
"@things-factory/more-ui": "^7.0.1-alpha.
|
|
92
|
-
"@things-factory/notification": "^7.0.1-alpha.
|
|
93
|
-
"@things-factory/oauth2-client": "^7.0.1-alpha.
|
|
94
|
-
"@things-factory/pdf": "^7.0.1-alpha.
|
|
95
|
-
"@things-factory/resource-ui": "^7.0.1-alpha.
|
|
96
|
-
"@things-factory/setting-ui": "^7.0.1-alpha.
|
|
97
|
-
"@things-factory/system": "^7.0.1-alpha.
|
|
76
|
+
"@things-factory/apptool-ui": "^7.0.1-alpha.100",
|
|
77
|
+
"@things-factory/attachment-base": "^7.0.1-alpha.100",
|
|
78
|
+
"@things-factory/auth-ui": "^7.0.1-alpha.100",
|
|
79
|
+
"@things-factory/biz-base": "^7.0.1-alpha.100",
|
|
80
|
+
"@things-factory/board-service": "^7.0.1-alpha.100",
|
|
81
|
+
"@things-factory/board-ui": "^7.0.1-alpha.100",
|
|
82
|
+
"@things-factory/code-ui": "^7.0.1-alpha.100",
|
|
83
|
+
"@things-factory/context-ui": "^7.0.1-alpha.100",
|
|
84
|
+
"@things-factory/dashboard": "^7.0.1-alpha.100",
|
|
85
|
+
"@things-factory/export-ui": "^7.0.1-alpha.100",
|
|
86
|
+
"@things-factory/export-ui-csv": "^7.0.1-alpha.100",
|
|
87
|
+
"@things-factory/export-ui-excel": "^7.0.1-alpha.100",
|
|
88
|
+
"@things-factory/help": "^7.0.1-alpha.100",
|
|
89
|
+
"@things-factory/i18n-base": "^7.0.1-alpha.100",
|
|
90
|
+
"@things-factory/integration-fulfillment": "^7.0.1-alpha.100",
|
|
91
|
+
"@things-factory/integration-marketplace": "^7.0.1-alpha.100",
|
|
92
|
+
"@things-factory/more-ui": "^7.0.1-alpha.100",
|
|
93
|
+
"@things-factory/notification": "^7.0.1-alpha.100",
|
|
94
|
+
"@things-factory/oauth2-client": "^7.0.1-alpha.100",
|
|
95
|
+
"@things-factory/pdf": "^7.0.1-alpha.71",
|
|
96
|
+
"@things-factory/resource-ui": "^7.0.1-alpha.100",
|
|
97
|
+
"@things-factory/setting-ui": "^7.0.1-alpha.100",
|
|
98
|
+
"@things-factory/system": "^7.0.1-alpha.100",
|
|
98
99
|
"chance": "^1.1.11"
|
|
99
100
|
},
|
|
100
101
|
"devDependencies": {
|
|
101
|
-
"@things-factory/builder": "^7.0.1-alpha.
|
|
102
|
+
"@things-factory/builder": "^7.0.1-alpha.71"
|
|
102
103
|
},
|
|
103
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "f5062c5559383d06fc8f9f870b56163952557c70"
|
|
104
105
|
}
|