@things-factory/operato-tools 7.0.1-alpha.78 → 7.0.1-alpha.79
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.
|
@@ -3,7 +3,7 @@ import { merge } from 'lodash'
|
|
|
3
3
|
import gql from 'graphql-tag'
|
|
4
4
|
|
|
5
5
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
6
|
-
import { PageView } from '@
|
|
6
|
+
import { PageView } from '@operato/shell'
|
|
7
7
|
|
|
8
8
|
import { client } from '@operato/graphql'
|
|
9
9
|
import { store } from '@operato/shell'
|
|
@@ -34,7 +34,13 @@ class MetaGeneratorPage extends MenuConfigTabMixin(
|
|
|
34
34
|
GraphQlConfigTabMixin(
|
|
35
35
|
GridConfigTabMixin(
|
|
36
36
|
ColumnConfigTabMixin(
|
|
37
|
-
ButtonConfigTabMixin(
|
|
37
|
+
ButtonConfigTabMixin(
|
|
38
|
+
SearchConfigTabMixin(
|
|
39
|
+
FormConfigTabMixin(
|
|
40
|
+
TabConfigTabMixin(EtcConfigTabMixin(GridEmphasizedConfigTabMixin(localize(i18next)(PageView))))
|
|
41
|
+
)
|
|
42
|
+
)
|
|
43
|
+
)
|
|
38
44
|
)
|
|
39
45
|
)
|
|
40
46
|
)
|
|
@@ -269,7 +275,9 @@ class MetaGeneratorPage extends MenuConfigTabMixin(
|
|
|
269
275
|
template = JSON.stringify(template)
|
|
270
276
|
template = MetaCrypto.enc(template)
|
|
271
277
|
|
|
272
|
-
let result = await MetaApi.updateMultiple('updateMultipleMenu', [
|
|
278
|
+
let result = await MetaApi.updateMultiple('updateMultipleMenu', [
|
|
279
|
+
{ id: this.menuId, template: template, cuFlag: 'M' }
|
|
280
|
+
])
|
|
273
281
|
if (result) {
|
|
274
282
|
await this.initData()
|
|
275
283
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-tools",
|
|
3
|
-
"version": "7.0.1-alpha.
|
|
3
|
+
"version": "7.0.1-alpha.79",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@things-factory/builder": "^7.0.1-alpha.71",
|
|
44
|
-
"@things-factory/meta-ui": "^7.0.1-alpha.
|
|
44
|
+
"@things-factory/meta-ui": "^7.0.1-alpha.79"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "b5b88ed7abdb33839beecf802f85976bc39dfaa1"
|
|
47
47
|
}
|