@things-factory/operato-board 5.0.0-alpha.4 → 5.0.0-alpha.7

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.
@@ -1,8 +1,8 @@
1
- import '@things-factory/font-ui'
1
+ import '@operato/font'
2
2
 
3
3
  import { css, html } from 'lit'
4
4
 
5
- import { PageView } from '@things-factory/shell'
5
+ import { PageView } from '@operato/shell'
6
6
 
7
7
  export class FontListPage extends PageView {
8
8
  static get styles() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-board",
3
- "version": "5.0.0-alpha.4",
3
+ "version": "5.0.0-alpha.7",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -42,74 +42,75 @@
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": "1.0.0-alpha.4",
46
- "@operato/help": "1.0.0-alpha.4",
47
- "@operato/scene-ar": "^0.1.5",
48
- "@operato/scene-chartjs": "^0.1.5",
49
- "@operato/scene-clock": "^0.1.5",
50
- "@operato/scene-clone": "^0.1.5",
51
- "@operato/scene-compass": "^0.1.5",
52
- "@operato/scene-gauge": "^0.1.5",
53
- "@operato/scene-grist": "^0.1.5",
54
- "@operato/scene-half-roundrect": "^0.1.5",
55
- "@operato/scene-i18n": "^0.1.5",
56
- "@operato/scene-indoor-map": "^0.1.5",
57
- "@operato/scene-integration": "^0.1.5",
58
- "@operato/scene-legend": "^0.1.5",
59
- "@operato/scene-news-ticker": "^0.1.5",
60
- "@operato/scene-progressbar": "^0.1.5",
61
- "@operato/scene-random": "^0.1.5",
62
- "@operato/scene-switch": "^0.1.5",
63
- "@operato/scene-tab": "^0.1.5",
64
- "@operato/scene-table": "^0.1.5",
65
- "@operato/scene-timer": "^0.1.5",
66
- "@operato/scene-wheel-sorter": "^0.1.5",
67
- "@things-factory/apptool-ui": "^5.0.0-alpha.4",
68
- "@things-factory/attachment-ui": "^5.0.0-alpha.4",
69
- "@things-factory/auth-ui": "^5.0.0-alpha.4",
70
- "@things-factory/board-service": "^5.0.0-alpha.4",
71
- "@things-factory/board-ui": "^5.0.0-alpha.4",
72
- "@things-factory/context-ui": "^5.0.0-alpha.4",
73
- "@things-factory/export-ui": "^5.0.0-alpha.4",
74
- "@things-factory/fav-base": "^5.0.0-alpha.4",
75
- "@things-factory/font-base": "^5.0.0-alpha.4",
76
- "@things-factory/form-ui": "^5.0.0-alpha.4",
77
- "@things-factory/help": "^5.0.0-alpha.4",
78
- "@things-factory/i18n-base": "^5.0.0-alpha.4",
79
- "@things-factory/import-ui": "^5.0.0-alpha.4",
80
- "@things-factory/integration-notification": "^5.0.0-alpha.4",
81
- "@things-factory/integration-ui": "^5.0.0-alpha.4",
82
- "@things-factory/layout-ui": "^5.0.0-alpha.4",
83
- "@things-factory/more-ui": "^5.0.0-alpha.4",
84
- "@things-factory/notification": "^5.0.0-alpha.4",
85
- "@things-factory/oauth2-client": "^5.0.0-alpha.4",
86
- "@things-factory/offline-ui": "^5.0.0-alpha.4",
45
+ "@operato/attachment": "1.0.0-alpha.17",
46
+ "@operato/font": "1.0.0-alpha.17",
47
+ "@operato/help": "1.0.0-alpha.17",
48
+ "@operato/scene-ar": "^1.0.0-alpha.4",
49
+ "@operato/scene-chartjs": "^1.0.0-alpha.4",
50
+ "@operato/scene-clock": "^1.0.0-alpha.4",
51
+ "@operato/scene-clone": "^1.0.0-alpha.4",
52
+ "@operato/scene-compass": "^1.0.0-alpha.4",
53
+ "@operato/scene-gauge": "^1.0.0-alpha.4",
54
+ "@operato/scene-grist": "^1.0.0-alpha.4",
55
+ "@operato/scene-half-roundrect": "^1.0.0-alpha.4",
56
+ "@operato/scene-i18n": "^1.0.0-alpha.4",
57
+ "@operato/scene-indoor-map": "^1.0.0-alpha.4",
58
+ "@operato/scene-integration": "^1.0.0-alpha.4",
59
+ "@operato/scene-legend": "^1.0.0-alpha.4",
60
+ "@operato/scene-news-ticker": "^1.0.0-alpha.4",
61
+ "@operato/scene-progressbar": "^1.0.0-alpha.4",
62
+ "@operato/scene-random": "^1.0.0-alpha.4",
63
+ "@operato/scene-switch": "^1.0.0-alpha.4",
64
+ "@operato/scene-tab": "^1.0.0-alpha.4",
65
+ "@operato/scene-table": "^1.0.0-alpha.4",
66
+ "@operato/scene-timer": "^1.0.0-alpha.4",
67
+ "@operato/scene-wheel-sorter": "^1.0.0-alpha.4",
68
+ "@things-factory/apptool-ui": "^5.0.0-alpha.7",
69
+ "@things-factory/attachment-ui": "^5.0.0-alpha.7",
70
+ "@things-factory/auth-ui": "^5.0.0-alpha.7",
71
+ "@things-factory/board-service": "^5.0.0-alpha.7",
72
+ "@things-factory/board-ui": "^5.0.0-alpha.7",
73
+ "@things-factory/context-ui": "^5.0.0-alpha.7",
74
+ "@things-factory/export-ui": "^5.0.0-alpha.7",
75
+ "@things-factory/fav-base": "^5.0.0-alpha.7",
76
+ "@things-factory/font-base": "^5.0.0-alpha.7",
77
+ "@things-factory/form-ui": "^5.0.0-alpha.7",
78
+ "@things-factory/help": "^5.0.0-alpha.7",
79
+ "@things-factory/i18n-base": "^5.0.0-alpha.7",
80
+ "@things-factory/import-ui": "^5.0.0-alpha.7",
81
+ "@things-factory/integration-notification": "^5.0.0-alpha.7",
82
+ "@things-factory/integration-ui": "^5.0.0-alpha.7",
83
+ "@things-factory/layout-ui": "^5.0.0-alpha.7",
84
+ "@things-factory/more-ui": "^5.0.0-alpha.7",
85
+ "@things-factory/notification": "^5.0.0-alpha.7",
86
+ "@things-factory/oauth2-client": "^5.0.0-alpha.7",
87
+ "@things-factory/offline-ui": "^5.0.0-alpha.7",
87
88
  "@things-factory/operato-license-checker": "^3.0.4",
88
- "@things-factory/pdf": "^5.0.0-alpha.4",
89
- "@things-factory/print-service": "^5.0.0-alpha.4",
90
- "@things-factory/print-ui": "^5.0.0-alpha.4",
91
- "@things-factory/resource-ui": "^5.0.0-alpha.4",
92
- "@things-factory/scene-baidu-map": "^5.0.0-alpha.4",
93
- "@things-factory/scene-data-transform": "^5.0.0-alpha.4",
94
- "@things-factory/scene-excel": "^5.0.0-alpha.4",
95
- "@things-factory/scene-firebase": "^5.0.0-alpha.4",
96
- "@things-factory/scene-form": "^5.0.0-alpha.4",
97
- "@things-factory/scene-google-map": "^5.0.0-alpha.4",
98
- "@things-factory/scene-graphql": "^5.0.0-alpha.4",
99
- "@things-factory/scene-label": "^5.0.0-alpha.4",
100
- "@things-factory/scene-marker": "^5.0.0-alpha.4",
101
- "@things-factory/scene-mqtt": "^5.0.0-alpha.4",
102
- "@things-factory/scene-restful": "^5.0.0-alpha.4",
103
- "@things-factory/scene-urdf": "^5.0.0-alpha.4",
104
- "@things-factory/scene-visualizer": "^5.0.0-alpha.4",
105
- "@things-factory/screencast-ui": "^5.0.0-alpha.4",
106
- "@things-factory/setting-ui": "^5.0.0-alpha.4",
107
- "@things-factory/system-ui": "^5.0.0-alpha.4"
89
+ "@things-factory/pdf": "^5.0.0-alpha.7",
90
+ "@things-factory/print-service": "^5.0.0-alpha.7",
91
+ "@things-factory/print-ui": "^5.0.0-alpha.7",
92
+ "@things-factory/resource-ui": "^5.0.0-alpha.7",
93
+ "@things-factory/scene-baidu-map": "^5.0.0-alpha.7",
94
+ "@things-factory/scene-data-transform": "^5.0.0-alpha.7",
95
+ "@things-factory/scene-excel": "^5.0.0-alpha.7",
96
+ "@things-factory/scene-firebase": "^5.0.0-alpha.7",
97
+ "@things-factory/scene-form": "^5.0.0-alpha.7",
98
+ "@things-factory/scene-google-map": "^5.0.0-alpha.7",
99
+ "@things-factory/scene-graphql": "^5.0.0-alpha.7",
100
+ "@things-factory/scene-label": "^5.0.0-alpha.7",
101
+ "@things-factory/scene-marker": "^5.0.0-alpha.7",
102
+ "@things-factory/scene-mqtt": "^5.0.0-alpha.7",
103
+ "@things-factory/scene-restful": "^5.0.0-alpha.7",
104
+ "@things-factory/scene-urdf": "^5.0.0-alpha.7",
105
+ "@things-factory/scene-visualizer": "^5.0.0-alpha.7",
106
+ "@things-factory/screencast-ui": "^5.0.0-alpha.7",
107
+ "@things-factory/setting-ui": "^5.0.0-alpha.7",
108
+ "@things-factory/system-ui": "^5.0.0-alpha.7"
108
109
  },
109
110
  "devDependencies": {
110
- "@things-factory/board-test": "^5.0.0-alpha.4",
111
- "@things-factory/builder": "^5.0.0-alpha.4"
111
+ "@things-factory/board-test": "^5.0.0-alpha.7",
112
+ "@things-factory/builder": "^5.0.0-alpha.7"
112
113
  },
113
114
  "resolutions": {},
114
- "gitHead": "77253f86954dc6f5c14356ea85887c323fd2511a"
115
+ "gitHead": "2c08dbd4db8d129fec03e4d6a277ea1d1e32c099"
115
116
  }