@things-factory/dataset 5.0.0-alpha.11 → 5.0.0-alpha.12
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/client/pages/data-set.js +4 -1
- package/package.json +14 -14
package/client/pages/data-set.js
CHANGED
@@ -204,7 +204,10 @@ export class DataSet extends connect(store)(localize(i18next)(PageView)) {
|
|
204
204
|
name: 'partitionKeys',
|
205
205
|
header: i18next.t('field.partition-keys'),
|
206
206
|
record: {
|
207
|
-
editable: true
|
207
|
+
editable: true,
|
208
|
+
options: {
|
209
|
+
objectified: true /* transfered as a object type */
|
210
|
+
}
|
208
211
|
},
|
209
212
|
width: 200
|
210
213
|
},
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@things-factory/dataset",
|
3
|
-
"version": "5.0.0-alpha.
|
3
|
+
"version": "5.0.0-alpha.12",
|
4
4
|
"main": "dist-server/index.js",
|
5
5
|
"browser": "client/index.js",
|
6
6
|
"things-factory": true,
|
@@ -24,18 +24,18 @@
|
|
24
24
|
"migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
|
25
25
|
},
|
26
26
|
"dependencies": {
|
27
|
-
"@operato/app": "1.0.0-alpha.
|
28
|
-
"@operato/data-grist": "1.0.0-alpha.
|
29
|
-
"@operato/dataset": "1.0.0-alpha.
|
30
|
-
"@operato/graphql": "1.0.0-alpha.
|
31
|
-
"@operato/i18n": "1.0.0-alpha.
|
32
|
-
"@operato/layout": "1.0.0-alpha.
|
33
|
-
"@operato/shell": "1.0.0-alpha.
|
34
|
-
"@operato/styles": "1.0.0-alpha.
|
35
|
-
"@operato/utils": "1.0.0-alpha.
|
36
|
-
"@things-factory/auth-base": "^5.0.0-alpha.
|
37
|
-
"@things-factory/env": "^5.0.0-alpha.
|
38
|
-
"@things-factory/shell": "^5.0.0-alpha.
|
27
|
+
"@operato/app": "1.0.0-alpha.30",
|
28
|
+
"@operato/data-grist": "1.0.0-alpha.30",
|
29
|
+
"@operato/dataset": "1.0.0-alpha.30",
|
30
|
+
"@operato/graphql": "1.0.0-alpha.30",
|
31
|
+
"@operato/i18n": "1.0.0-alpha.30",
|
32
|
+
"@operato/layout": "1.0.0-alpha.30",
|
33
|
+
"@operato/shell": "1.0.0-alpha.30",
|
34
|
+
"@operato/styles": "1.0.0-alpha.30",
|
35
|
+
"@operato/utils": "1.0.0-alpha.30",
|
36
|
+
"@things-factory/auth-base": "^5.0.0-alpha.12",
|
37
|
+
"@things-factory/env": "^5.0.0-alpha.12",
|
38
|
+
"@things-factory/shell": "^5.0.0-alpha.12"
|
39
39
|
},
|
40
|
-
"gitHead": "
|
40
|
+
"gitHead": "fdfb881f0a6ae429387c04494449ed50c2a117b0"
|
41
41
|
}
|