@things-factory/operato-board 4.2.12 → 4.3.0

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.
@@ -143,6 +143,8 @@ body {
143
143
  --record-view-footer-button-color: var(--theme-white-color);
144
144
  --record-view-footer-iconbutton-size: var(--fontsize-large);
145
145
  --record-view-footer-focus-background: var(--primary-color);
146
+
147
+ --ox-grist-padding: var(--padding-default) var(--padding-default) 0 var(--padding-default);
146
148
  }
147
149
 
148
150
  @media only screen and (max-width: 460px) {
@@ -154,6 +156,7 @@ body {
154
156
  --record-view-footer-iconbutton-size: 35px;
155
157
  --record-view-footer-iconbutton-margin: -2px;
156
158
  --record-view-footer-iconbutton-display: block;
159
+ --ox-grist-padding: 0;
157
160
  }
158
161
  }
159
162
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-board",
3
- "version": "4.2.12",
3
+ "version": "4.3.0",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -42,8 +42,8 @@
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.28",
46
- "@operato/help": "^0.3.28",
45
+ "@operato/attachment": "^0.4.3",
46
+ "@operato/help": "^0.4.3",
47
47
  "@operato/scene-chartjs": "^0.1.5",
48
48
  "@operato/scene-clock": "^0.1.5",
49
49
  "@operato/scene-clone": "^0.1.5",
@@ -63,31 +63,31 @@
63
63
  "@operato/scene-table": "^0.1.5",
64
64
  "@operato/scene-timer": "^0.1.5",
65
65
  "@operato/scene-wheel-sorter": "^0.1.5",
66
- "@things-factory/apptool-ui": "^4.2.12",
67
- "@things-factory/attachment-ui": "^4.2.12",
68
- "@things-factory/auth-ui": "^4.2.12",
69
- "@things-factory/board-service": "^4.2.12",
70
- "@things-factory/board-ui": "^4.2.12",
71
- "@things-factory/context-ui": "^4.2.12",
72
- "@things-factory/export-ui": "^4.2.12",
73
- "@things-factory/fav-base": "^4.2.12",
74
- "@things-factory/font-base": "^4.2.12",
75
- "@things-factory/form-ui": "^4.2.12",
76
- "@things-factory/help": "^4.2.12",
77
- "@things-factory/i18n-base": "^4.2.12",
78
- "@things-factory/import-ui": "^4.2.12",
79
- "@things-factory/integration-notification": "^4.2.12",
80
- "@things-factory/integration-ui": "^4.2.12",
81
- "@things-factory/layout-ui": "^4.2.12",
82
- "@things-factory/more-ui": "^4.2.12",
83
- "@things-factory/notification": "^4.2.12",
84
- "@things-factory/oauth2-client": "^4.2.12",
85
- "@things-factory/offline-ui": "^4.2.12",
66
+ "@things-factory/apptool-ui": "^4.3.0",
67
+ "@things-factory/attachment-ui": "^4.3.0",
68
+ "@things-factory/auth-ui": "^4.3.0",
69
+ "@things-factory/board-service": "^4.3.0",
70
+ "@things-factory/board-ui": "^4.3.0",
71
+ "@things-factory/context-ui": "^4.3.0",
72
+ "@things-factory/export-ui": "^4.3.0",
73
+ "@things-factory/fav-base": "^4.3.0",
74
+ "@things-factory/font-base": "^4.3.0",
75
+ "@things-factory/form-ui": "^4.3.0",
76
+ "@things-factory/help": "^4.3.0",
77
+ "@things-factory/i18n-base": "^4.3.0",
78
+ "@things-factory/import-ui": "^4.3.0",
79
+ "@things-factory/integration-notification": "^4.3.0",
80
+ "@things-factory/integration-ui": "^4.3.0",
81
+ "@things-factory/layout-ui": "^4.3.0",
82
+ "@things-factory/more-ui": "^4.3.0",
83
+ "@things-factory/notification": "^4.3.0",
84
+ "@things-factory/oauth2-client": "^4.3.0",
85
+ "@things-factory/offline-ui": "^4.3.0",
86
86
  "@things-factory/operato-license-checker": "^3.0.4",
87
- "@things-factory/pdf": "^4.1.40",
88
- "@things-factory/print-service": "^4.2.12",
89
- "@things-factory/print-ui": "^4.2.12",
90
- "@things-factory/resource-ui": "^4.2.12",
87
+ "@things-factory/pdf": "^4.3.0",
88
+ "@things-factory/print-service": "^4.3.0",
89
+ "@things-factory/print-ui": "^4.3.0",
90
+ "@things-factory/resource-ui": "^4.3.0",
91
91
  "@things-factory/scene-baidu-map": "^4.1.40",
92
92
  "@things-factory/scene-data-transform": "^4.1.40",
93
93
  "@things-factory/scene-excel": "^4.1.40",
@@ -95,20 +95,20 @@
95
95
  "@things-factory/scene-form": "^4.1.40",
96
96
  "@things-factory/scene-google-map": "^4.1.40",
97
97
  "@things-factory/scene-graphql": "^4.1.40",
98
- "@things-factory/scene-label": "^4.2.12",
98
+ "@things-factory/scene-label": "^4.3.0",
99
99
  "@things-factory/scene-marker": "^4.1.40",
100
100
  "@things-factory/scene-mqtt": "^4.1.40",
101
101
  "@things-factory/scene-restful": "^4.1.40",
102
- "@things-factory/scene-urdf": "^4.1.40",
103
- "@things-factory/scene-visualizer": "^4.1.40",
104
- "@things-factory/screencast-ui": "^4.2.12",
105
- "@things-factory/setting-ui": "^4.2.12",
106
- "@things-factory/system-ui": "^4.2.12"
102
+ "@things-factory/scene-urdf": "^4.3.0",
103
+ "@things-factory/scene-visualizer": "^4.3.0",
104
+ "@things-factory/screencast-ui": "^4.3.0",
105
+ "@things-factory/setting-ui": "^4.3.0",
106
+ "@things-factory/system-ui": "^4.3.0"
107
107
  },
108
108
  "devDependencies": {
109
- "@things-factory/board-test": "^4.2.12",
109
+ "@things-factory/board-test": "^4.3.0",
110
110
  "@things-factory/builder": "^4.1.40"
111
111
  },
112
112
  "resolutions": {},
113
- "gitHead": "fea26f2ea238a3a279c7ab6427cd8aedcd68926b"
113
+ "gitHead": "772c8e6f56a3dda655ad49f7018a49a37e081ee8"
114
114
  }