@things-factory/operato-tools 7.0.1-alpha.4 → 7.0.1-alpha.6
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.
|
@@ -257,31 +257,6 @@ class MetaGeneratorPage extends MenuConfigTabMixin(
|
|
|
257
257
|
*******************************
|
|
258
258
|
*/
|
|
259
259
|
async save() {
|
|
260
|
-
if (store.getState().operatoTools.studioPermission == false) {
|
|
261
|
-
document.dispatchEvent(
|
|
262
|
-
new CustomEvent('notify', {
|
|
263
|
-
detail: {
|
|
264
|
-
level: 'error',
|
|
265
|
-
message: i18next.t('error.invalid license key')
|
|
266
|
-
}
|
|
267
|
-
})
|
|
268
|
-
)
|
|
269
|
-
return
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
let response = await client.query({
|
|
273
|
-
query: gql`
|
|
274
|
-
query ($id: String!) {
|
|
275
|
-
studioTemplateIsOverLimit(id: $id)
|
|
276
|
-
}
|
|
277
|
-
`,
|
|
278
|
-
variables: { id: this.menuId }
|
|
279
|
-
})
|
|
280
|
-
|
|
281
|
-
if (response.errors) {
|
|
282
|
-
return
|
|
283
|
-
}
|
|
284
|
-
|
|
285
260
|
let tabResults = {}
|
|
286
261
|
let template = {}
|
|
287
262
|
|
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.6",
|
|
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.0",
|
|
44
|
-
"@things-factory/meta-ui": "^7.0.1-alpha.
|
|
44
|
+
"@things-factory/meta-ui": "^7.0.1-alpha.5"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "b8b52e56aeaed34198882944dd21bc5832786f27"
|
|
47
47
|
}
|