@things-factory/operato-board 4.0.41 → 4.0.42

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.
Files changed (2) hide show
  1. package/client/bootstrap.js +1 -0
  2. package/package.json +65 -64
@@ -1,6 +1,7 @@
1
1
  import '@things-factory/notification'
2
2
  import './viewparts/menu-tools'
3
3
  import './apptools/favorite-tool'
4
+ import '@operato/help/ox-help-panel.js'
4
5
 
5
6
  import { html } from 'lit-html'
6
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-board",
3
- "version": "4.0.41",
3
+ "version": "4.0.42",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -42,73 +42,74 @@
42
42
  "docker:push:cn": "docker image push hatiolab/operato-board:latest-cn && docker image push hatiolab/operato-board:$npm_package_version-cn"
43
43
  },
44
44
  "dependencies": {
45
- "@operato/attachment": "^0.3.21",
46
- "@operato/scene-ar": "^0.1.3",
47
- "@operato/scene-chartjs": "^0.1.3",
48
- "@operato/scene-clock": "^0.1.3",
49
- "@operato/scene-clone": "^0.1.3",
50
- "@operato/scene-compass": "^0.1.3",
51
- "@operato/scene-gauge": "^0.1.3",
52
- "@operato/scene-grist": "^0.1.3",
53
- "@operato/scene-i18n": "^0.1.3",
54
- "@operato/scene-indoor-map": "^0.1.3",
55
- "@operato/scene-integration": "^0.1.3",
56
- "@operato/scene-legend": "^0.1.3",
57
- "@operato/scene-progressbar": "^0.1.3",
58
- "@operato/scene-random": "^0.1.3",
59
- "@operato/scene-switch": "^0.1.3",
60
- "@operato/scene-tab": "^0.1.3",
61
- "@operato/scene-table": "^0.1.3",
62
- "@operato/scene-timer": "^0.1.3",
63
- "@operato/scene-wheel-sorter": "^0.1.3",
64
- "@things-factory/apptool-ui": "^4.0.41",
65
- "@things-factory/attachment-ui": "^4.0.41",
66
- "@things-factory/auth-ui": "^4.0.41",
67
- "@things-factory/board-service": "^4.0.41",
68
- "@things-factory/board-ui": "^4.0.41",
69
- "@things-factory/context-ui": "^4.0.41",
70
- "@things-factory/export-ui": "^4.0.41",
71
- "@things-factory/fav-base": "^4.0.41",
72
- "@things-factory/font-base": "^4.0.41",
73
- "@things-factory/form-ui": "^4.0.41",
74
- "@things-factory/help": "^4.0.41",
75
- "@things-factory/i18n-base": "^4.0.41",
76
- "@things-factory/import-ui": "^4.0.41",
77
- "@things-factory/integration-notification": "^4.0.41",
78
- "@things-factory/integration-ui": "^4.0.41",
79
- "@things-factory/layout-ui": "^4.0.41",
80
- "@things-factory/more-ui": "^4.0.41",
81
- "@things-factory/notification": "^4.0.41",
82
- "@things-factory/oauth2-client": "^4.0.41",
83
- "@things-factory/offline-ui": "^4.0.41",
45
+ "@operato/attachment": "^0.3.24",
46
+ "@operato/help": "^0.3.24",
47
+ "@operato/scene-ar": "^0.1.4",
48
+ "@operato/scene-chartjs": "^0.1.4",
49
+ "@operato/scene-clock": "^0.1.4",
50
+ "@operato/scene-clone": "^0.1.4",
51
+ "@operato/scene-compass": "^0.1.4",
52
+ "@operato/scene-gauge": "^0.1.4",
53
+ "@operato/scene-grist": "^0.1.4",
54
+ "@operato/scene-i18n": "^0.1.4",
55
+ "@operato/scene-indoor-map": "^0.1.4",
56
+ "@operato/scene-integration": "^0.1.4",
57
+ "@operato/scene-legend": "^0.1.4",
58
+ "@operato/scene-progressbar": "^0.1.4",
59
+ "@operato/scene-random": "^0.1.4",
60
+ "@operato/scene-switch": "^0.1.4",
61
+ "@operato/scene-tab": "^0.1.4",
62
+ "@operato/scene-table": "^0.1.4",
63
+ "@operato/scene-timer": "^0.1.4",
64
+ "@operato/scene-wheel-sorter": "^0.1.4",
65
+ "@things-factory/apptool-ui": "^4.0.42",
66
+ "@things-factory/attachment-ui": "^4.0.42",
67
+ "@things-factory/auth-ui": "^4.0.42",
68
+ "@things-factory/board-service": "^4.0.42",
69
+ "@things-factory/board-ui": "^4.0.42",
70
+ "@things-factory/context-ui": "^4.0.42",
71
+ "@things-factory/export-ui": "^4.0.42",
72
+ "@things-factory/fav-base": "^4.0.42",
73
+ "@things-factory/font-base": "^4.0.42",
74
+ "@things-factory/form-ui": "^4.0.42",
75
+ "@things-factory/help": "^4.0.42",
76
+ "@things-factory/i18n-base": "^4.0.42",
77
+ "@things-factory/import-ui": "^4.0.42",
78
+ "@things-factory/integration-notification": "^4.0.42",
79
+ "@things-factory/integration-ui": "^4.0.42",
80
+ "@things-factory/layout-ui": "^4.0.42",
81
+ "@things-factory/more-ui": "^4.0.42",
82
+ "@things-factory/notification": "^4.0.42",
83
+ "@things-factory/oauth2-client": "^4.0.42",
84
+ "@things-factory/offline-ui": "^4.0.42",
84
85
  "@things-factory/operato-license-checker": "^3.0.4",
85
- "@things-factory/pdf": "^4.0.41",
86
- "@things-factory/print-service": "^4.0.41",
87
- "@things-factory/print-ui": "^4.0.41",
88
- "@things-factory/resource-ui": "^4.0.41",
89
- "@things-factory/scene-baidu-map": "^4.0.41",
90
- "@things-factory/scene-data-transform": "^4.0.41",
91
- "@things-factory/scene-excel": "^4.0.41",
92
- "@things-factory/scene-firebase": "^4.0.41",
93
- "@things-factory/scene-form": "^4.0.41",
94
- "@things-factory/scene-google-map": "^4.0.41",
95
- "@things-factory/scene-graphql": "^4.0.41",
86
+ "@things-factory/pdf": "^4.0.42",
87
+ "@things-factory/print-service": "^4.0.42",
88
+ "@things-factory/print-ui": "^4.0.42",
89
+ "@things-factory/resource-ui": "^4.0.42",
90
+ "@things-factory/scene-baidu-map": "^4.0.42",
91
+ "@things-factory/scene-data-transform": "^4.0.42",
92
+ "@things-factory/scene-excel": "^4.0.42",
93
+ "@things-factory/scene-firebase": "^4.0.42",
94
+ "@things-factory/scene-form": "^4.0.42",
95
+ "@things-factory/scene-google-map": "^4.0.42",
96
+ "@things-factory/scene-graphql": "^4.0.42",
96
97
  "@things-factory/scene-half-roundrect": "^4.0.9",
97
- "@things-factory/scene-label": "^4.0.41",
98
- "@things-factory/scene-marker": "^4.0.41",
99
- "@things-factory/scene-mqtt": "^4.0.41",
100
- "@things-factory/scene-news-ticker": "^4.0.41",
101
- "@things-factory/scene-restful": "^4.0.41",
102
- "@things-factory/scene-urdf": "^4.0.41",
103
- "@things-factory/scene-visualizer": "^4.0.41",
104
- "@things-factory/screencast-ui": "^4.0.41",
105
- "@things-factory/setting-ui": "^4.0.41",
106
- "@things-factory/system-ui": "^4.0.41"
98
+ "@things-factory/scene-label": "^4.0.42",
99
+ "@things-factory/scene-marker": "^4.0.42",
100
+ "@things-factory/scene-mqtt": "^4.0.42",
101
+ "@things-factory/scene-news-ticker": "^4.0.42",
102
+ "@things-factory/scene-restful": "^4.0.42",
103
+ "@things-factory/scene-urdf": "^4.0.42",
104
+ "@things-factory/scene-visualizer": "^4.0.42",
105
+ "@things-factory/screencast-ui": "^4.0.42",
106
+ "@things-factory/setting-ui": "^4.0.42",
107
+ "@things-factory/system-ui": "^4.0.42"
107
108
  },
108
109
  "devDependencies": {
109
- "@things-factory/board-test": "^4.0.41",
110
- "@things-factory/builder": "^4.0.41"
110
+ "@things-factory/board-test": "^4.0.42",
111
+ "@things-factory/builder": "^4.0.42"
111
112
  },
112
113
  "resolutions": {},
113
- "gitHead": "1dd445b5b5e5b9e37291dc274886131199d7bf6a"
114
+ "gitHead": "794709ebadf4ae0f89a107a86a41a381ce26b465"
114
115
  }