@things-factory/operato-tools 9.2.5 → 10.0.0-beta.10
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/_index.html +1 -2
- package/client/pages/{main.js → main.ts} +1 -2
- package/package.json +5 -5
- package/views/auth-page.html +1 -1
- package/views/public/home.html +1 -1
- /package/client/{index.js → index.ts} +0 -0
- /package/client/pages/generator/{button-config-tab-mixin.js → button-config-tab-mixin.ts} +0 -0
- /package/client/pages/generator/{column-config-tab-mixin.js → column-config-tab-mixin.ts} +0 -0
- /package/client/pages/generator/{etc-config-tab-mixin.js → etc-config-tab-mixin.ts} +0 -0
- /package/client/pages/generator/{form-config-tab-mixin.js → form-config-tab-mixin.ts} +0 -0
- /package/client/pages/generator/{graphql-config-tab-mixin.js → graphql-config-tab-mixin.ts} +0 -0
- /package/client/pages/generator/{grid-config-tab-mixin.js → grid-config-tab-mixin.ts} +0 -0
- /package/client/pages/generator/{grid-emphasized-config-tab-mixin.js → grid-emphasized-config-tab-mixin.ts} +0 -0
- /package/client/pages/generator/{menu-config-tab-mixin.js → menu-config-tab-mixin.ts} +0 -0
- /package/client/pages/generator/{meta-generator-page.js → meta-generator-page.ts} +0 -0
- /package/client/pages/generator/{search-config-tab-mixin.js → search-config-tab-mixin.ts} +0 -0
- /package/client/pages/generator/{tab-config-tab-mixin.js → tab-config-tab-mixin.ts} +0 -0
- /package/client/{route.js → route.ts} +0 -0
package/_index.html
CHANGED
|
@@ -62,8 +62,7 @@
|
|
|
62
62
|
<noscript> Please enable JavaScript to view this website. </noscript>
|
|
63
63
|
<!-- Load webcomponents-loader.js to check and load any polyfills your browser needs -->
|
|
64
64
|
<script src="/node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
|
|
65
|
-
|
|
66
|
-
<script src="/node_modules/@hatiolab/things-scene/things-scene-min.js"></script>
|
|
65
|
+
|
|
67
66
|
<!-- Built with love using PWA Starter Kit -->
|
|
68
67
|
</body>
|
|
69
68
|
</html>
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { html, css } from 'lit'
|
|
2
|
-
import { connect } from 'pwa-helpers/connect-mixin.js'
|
|
3
2
|
import { store, PageView } from '@operato/shell'
|
|
4
3
|
|
|
5
4
|
import { TermsUtil } from '@things-factory/meta-ui'
|
|
6
5
|
|
|
7
|
-
class OperatoToolsMain extends
|
|
6
|
+
class OperatoToolsMain extends PageView {
|
|
8
7
|
static get styles() {
|
|
9
8
|
return [
|
|
10
9
|
css`
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-tools",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "10.0.0-beta.10",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
|
-
"browser": "client/index.
|
|
5
|
+
"browser": "client/index.ts",
|
|
6
6
|
"things-factory": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"author": "heartyoh",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"@things-factory/operato-license-checker": "^4.0.4"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@things-factory/builder": "^
|
|
42
|
-
"@things-factory/meta-ui": "^
|
|
41
|
+
"@things-factory/builder": "^10.0.0-beta.5",
|
|
42
|
+
"@things-factory/meta-ui": "^10.0.0-beta.10"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "95acadd39e9a0ff3b2f34d9f7082142395903179"
|
|
45
45
|
}
|
package/views/auth-page.html
CHANGED
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
</noscript>
|
|
68
68
|
<!-- Load webcomponents-loader.js to check and load any polyfills your browser needs -->
|
|
69
69
|
<script src="/node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
|
|
70
|
-
|
|
70
|
+
|
|
71
71
|
<!-- Built with love using PWA Starter Kit -->
|
|
72
72
|
|
|
73
73
|
<script src="<%- elementScript %>"></script>
|
package/views/public/home.html
CHANGED
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
<noscript> Please enable JavaScript to view this website. </noscript>
|
|
63
63
|
<!-- Load webcomponents-loader.js to check and load any polyfills your browser needs -->
|
|
64
64
|
<script src="/node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
|
|
65
|
-
|
|
65
|
+
|
|
66
66
|
<!-- Built with love using PWA Starter Kit -->
|
|
67
67
|
|
|
68
68
|
<script src="/public/home.js"></script>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|