create-jsview 2.2.426-test.0 → 2.3.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-jsview",
3
- "version": "2.2.426-test.0",
3
+ "version": "2.3.0",
4
4
  "license": "MIT",
5
5
  "bin": {
6
6
  "create-jsview": "index.mjs",
@@ -29,7 +29,7 @@
29
29
  "prompts": "^2.4.2"
30
30
  },
31
31
  "template": {
32
- "vue": "2.2.426-test.0",
33
- "react": "2.1.448-test.0"
32
+ "vue": "2.3.0",
33
+ "react": "2.0.1196-next-vue.0"
34
34
  }
35
35
  }
@@ -9,8 +9,8 @@
9
9
  "version": "0.0.0",
10
10
  "hasInstallScript": true,
11
11
  "dependencies": {
12
- "@shijiu/jsview": "2.1.448-test.0",
13
- "@shijiu/jsview-react": "2.1.448-test.0",
12
+ "@shijiu/jsview": "2.0.1196-next-vue.0",
13
+ "@shijiu/jsview-react": "2.0.1196-next-vue.0",
14
14
  "gifuct-js": "^2.1.2",
15
15
  "postcss-import-sync": "^7.1.4",
16
16
  "postcss-js": "^4.0.0",
@@ -3034,7 +3034,7 @@
3034
3034
  "integrity": "sha512-sXo/qW2/pAcmT43VoRKOJbDOfV3cYpq3szSVfIThQXNt+E4DfKj361vaAt3c88U5tPUxzEswam7GW48PJqtKAg=="
3035
3035
  },
3036
3036
  "node_modules/@shijiu/jsview": {
3037
- "version": "2.1.448-test.0",
3037
+ "version": "2.0.1196-next-vue.0",
3038
3038
  "license": "MIT",
3039
3039
  "dependencies": {
3040
3040
  "gifuct-js": "2.1.2",
@@ -3053,7 +3053,7 @@
3053
3053
  "integrity": ""
3054
3054
  },
3055
3055
  "node_modules/@shijiu/jsview-react": {
3056
- "version": "2.1.448-test.0",
3056
+ "version": "2.0.1196-next-vue.0",
3057
3057
  "license": "MIT",
3058
3058
  "dependencies": {
3059
3059
  "qr.js": "0.0.0"
@@ -17814,7 +17814,7 @@
17814
17814
  "integrity": "sha512-sXo/qW2/pAcmT43VoRKOJbDOfV3cYpq3szSVfIThQXNt+E4DfKj361vaAt3c88U5tPUxzEswam7GW48PJqtKAg=="
17815
17815
  },
17816
17816
  "@shijiu/jsview": {
17817
- "version": "2.1.448-test.0",
17817
+ "version": "2.0.1196-next-vue.0",
17818
17818
  "requires": {
17819
17819
  "gifuct-js": "2.1.2",
17820
17820
  "postcss-import-sync": "7.1.4",
@@ -17824,7 +17824,7 @@
17824
17824
  "integrity": ""
17825
17825
  },
17826
17826
  "@shijiu/jsview-react": {
17827
- "version": "2.1.448-test.0",
17827
+ "version": "2.0.1196-next-vue.0",
17828
17828
  "requires": {
17829
17829
  "qr.js": "0.0.0"
17830
17830
  },
@@ -10,8 +10,8 @@
10
10
  "start": "react-scripts start"
11
11
  },
12
12
  "dependencies": {
13
- "@shijiu/jsview": "2.1.448-test.0",
14
- "@shijiu/jsview-react": "2.1.448-test.0",
13
+ "@shijiu/jsview": "2.0.1196-next-vue.0",
14
+ "@shijiu/jsview-react": "2.0.1196-next-vue.0",
15
15
  "react": "18.2.0",
16
16
  "react-dom": "18.2.0",
17
17
  "react-router": "5.3.4",
@@ -6,9 +6,9 @@
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
7
  <title>JsView-Vue App</title>
8
8
  </head>
9
- <body>
9
+ <body style="border:none;margin:0;padding:0;">
10
10
  <div id="app" style="position:absolute"></div>
11
- <canvas id="forge-canvas" style="position:absolute" width="1280" height="720"></canvas>
11
+ <canvas id="forge-canvas" style="position:absolute;border:none;width:100vw;height:100vh"></canvas>
12
12
  <div id="input-layer" style="position:absolute"></div>
13
13
  <script type="module" src="/js/main.jsv.mjs"></script>
14
14
  </body>
@@ -9,8 +9,8 @@
9
9
  "version": "0.0.0",
10
10
  "hasInstallScript": true,
11
11
  "dependencies": {
12
- "@shijiu/jsview": "2.2.426-test.0",
13
- "@shijiu/jsview-vue": "2.2.426-test.0",
12
+ "@shijiu/jsview": "2.3.0",
13
+ "@shijiu/jsview-vue": "2.3.0",
14
14
  "gifuct-js": "^2.1.2",
15
15
  "postcss-js": "^4.0.0",
16
16
  "qr.js": "^0.0.0",
@@ -399,7 +399,7 @@
399
399
  }
400
400
  },
401
401
  "node_modules/@shijiu/jsview": {
402
- "version": "2.2.426-test.0",
402
+ "version": "2.3.0",
403
403
  "license": "MIT",
404
404
  "dependencies": {
405
405
  "gifuct-js": "2.1.2",
@@ -417,7 +417,7 @@
417
417
  "integrity": ""
418
418
  },
419
419
  "node_modules/@shijiu/jsview-vue": {
420
- "version": "2.2.426-test.0",
420
+ "version": "2.3.0",
421
421
  "license": "MIT",
422
422
  "dependencies": {
423
423
  "qr.js": "0.0.0"
@@ -1161,7 +1161,7 @@
1161
1161
  "optional": true
1162
1162
  },
1163
1163
  "@shijiu/jsview": {
1164
- "version": "2.2.426-test.0",
1164
+ "version": "2.3.0",
1165
1165
  "requires": {
1166
1166
  "gifuct-js": "2.1.2",
1167
1167
  "postcss-js": "4.0.0"
@@ -1170,7 +1170,7 @@
1170
1170
  "integrity": ""
1171
1171
  },
1172
1172
  "@shijiu/jsview-vue": {
1173
- "version": "2.2.426-test.0",
1173
+ "version": "2.3.0",
1174
1174
  "requires": {
1175
1175
  "qr.js": "0.0.0"
1176
1176
  },
@@ -12,8 +12,8 @@
12
12
  "tool": "node node_modules/@shijiu/jsview/tools/jsview-run-tool.mjs --framework=vue"
13
13
  },
14
14
  "dependencies": {
15
- "@shijiu/jsview": "2.2.426-test.0",
16
- "@shijiu/jsview-vue": "2.2.426-test.0",
15
+ "@shijiu/jsview": "2.3.0",
16
+ "@shijiu/jsview-vue": "2.3.0",
17
17
  "vue": "3.2.45",
18
18
  "vue-router": "4.1.6"
19
19
  },
@@ -14,7 +14,9 @@ const app = createApp(App)
14
14
 
15
15
 
16
16
  // 注册JsView定制的焦点控制插件
17
- app.use(jsvCreateFocusManager(), '#app')
17
+ app.use(jsvCreateFocusManager({
18
+ autoSearchFocus: true
19
+ }), '#app')
18
20
 
19
21
  app.mount('#app')
20
22