@things-factory/operato-ecs 7.0.1-beta.13 → 7.0.1-beta.14

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/package.json +29 -27
  2. package/schema.graphql +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-ecs",
3
- "version": "7.0.1-beta.13",
3
+ "version": "7.0.1-beta.14",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -39,10 +39,12 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@operato/data-grist": "^2.0.0-beta.0",
42
+ "@operato/property-editor": "^2.0.0-beta",
42
43
  "@operato/scene-chartjs": "^2.0.0-beta.0",
43
44
  "@operato/scene-clock": "^2.0.0-beta.0",
44
45
  "@operato/scene-data-transform": "^2.0.0-beta.0",
45
46
  "@operato/scene-form": "^2.0.0-beta.0",
47
+ "@operato/scene-gantt": "^2.0.0-beta.0",
46
48
  "@operato/scene-gauge": "^2.0.0-beta.0",
47
49
  "@operato/scene-half-roundrect": "^2.0.0-beta.0",
48
50
  "@operato/scene-image-slider": "^2.0.0-beta.0",
@@ -55,34 +57,34 @@
55
57
  "@operato/scene-switch": "^2.0.0-beta.0",
56
58
  "@operato/scene-table": "^2.0.0-beta.0",
57
59
  "@operato/scene-timer": "^2.0.0-beta.0",
58
- "@things-factory/api": "^7.0.1-beta.13",
59
- "@things-factory/apptool-ui": "^7.0.1-beta.13",
60
- "@things-factory/auth-ui": "^7.0.1-beta.13",
61
- "@things-factory/board-service": "^7.0.1-beta.13",
62
- "@things-factory/board-ui": "^7.0.1-beta.13",
63
- "@things-factory/context-ui": "^7.0.1-beta.13",
64
- "@things-factory/dashboard": "^7.0.1-beta.13",
65
- "@things-factory/export-ui": "^7.0.1-beta.13",
66
- "@things-factory/help": "^7.0.1-beta.13",
67
- "@things-factory/i18n-base": "^7.0.1-beta.13",
68
- "@things-factory/integration-influxdb": "^7.0.1-beta.13",
69
- "@things-factory/integration-melsec": "^7.0.1-beta.13",
70
- "@things-factory/integration-modbus": "^7.0.1-beta.13",
71
- "@things-factory/integration-opc": "^7.0.1-beta.13",
72
- "@things-factory/integration-ui": "^7.0.1-beta.13",
73
- "@things-factory/lite-menu": "^7.0.1-beta.13",
74
- "@things-factory/more-ui": "^7.0.1-beta.13",
75
- "@things-factory/notification": "^7.0.1-beta.13",
76
- "@things-factory/oauth2-client": "^7.0.1-beta.13",
77
- "@things-factory/print-ui": "^7.0.1-beta.13",
78
- "@things-factory/resource-ui": "^7.0.1-beta.13",
79
- "@things-factory/setting-base": "^7.0.1-beta.13",
80
- "@things-factory/setting-ui": "^7.0.1-beta.13",
81
- "@things-factory/shell": "^7.0.1-beta.13",
82
- "@things-factory/system": "^7.0.1-beta.13"
60
+ "@things-factory/api": "^7.0.1-beta.14",
61
+ "@things-factory/apptool-ui": "^7.0.1-beta.14",
62
+ "@things-factory/auth-ui": "^7.0.1-beta.14",
63
+ "@things-factory/board-service": "^7.0.1-beta.14",
64
+ "@things-factory/board-ui": "^7.0.1-beta.14",
65
+ "@things-factory/context-ui": "^7.0.1-beta.14",
66
+ "@things-factory/dashboard": "^7.0.1-beta.14",
67
+ "@things-factory/export-ui": "^7.0.1-beta.14",
68
+ "@things-factory/help": "^7.0.1-beta.14",
69
+ "@things-factory/i18n-base": "^7.0.1-beta.14",
70
+ "@things-factory/integration-influxdb": "^7.0.1-beta.14",
71
+ "@things-factory/integration-melsec": "^7.0.1-beta.14",
72
+ "@things-factory/integration-modbus": "^7.0.1-beta.14",
73
+ "@things-factory/integration-opc": "^7.0.1-beta.14",
74
+ "@things-factory/integration-ui": "^7.0.1-beta.14",
75
+ "@things-factory/lite-menu": "^7.0.1-beta.14",
76
+ "@things-factory/more-ui": "^7.0.1-beta.14",
77
+ "@things-factory/notification": "^7.0.1-beta.14",
78
+ "@things-factory/oauth2-client": "^7.0.1-beta.14",
79
+ "@things-factory/print-ui": "^7.0.1-beta.14",
80
+ "@things-factory/resource-ui": "^7.0.1-beta.14",
81
+ "@things-factory/setting-base": "^7.0.1-beta.14",
82
+ "@things-factory/setting-ui": "^7.0.1-beta.14",
83
+ "@things-factory/shell": "^7.0.1-beta.14",
84
+ "@things-factory/system": "^7.0.1-beta.14"
83
85
  },
84
86
  "devDependencies": {
85
87
  "@things-factory/builder": "^7.0.1-beta.10"
86
88
  },
87
- "gitHead": "e5eff2cffc574da35303589976fa15922c845fa5"
89
+ "gitHead": "f98cf5cb94295657c43465d39cf55162f5566c59"
88
90
  }
package/schema.graphql CHANGED
@@ -4129,7 +4129,6 @@ input UserPatch {
4129
4129
  type UserPreference {
4130
4130
  createdAt: DateTimeISO
4131
4131
  creator: User
4132
- deletedAt: DateTimeISO
4133
4132
  domain: Domain
4134
4133
  id: ID!
4135
4134
  key: String