@shijiu/jsview-vue 1.9.829 → 1.9.837

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": "@shijiu/jsview-vue",
3
- "version": "1.9.829",
3
+ "version": "1.9.837",
4
4
  "license": "MIT",
5
5
  "repository": "system/jsview-framework",
6
6
  "author": "mengxk",
@@ -182,6 +182,7 @@
182
182
 
183
183
  <script setup>
184
184
  /* eslint-disable */
185
+ import { Forge } from "@shijiu/jsview/dom/jsv-forge-define";
185
186
  import {
186
187
  ref,
187
188
  reactive,
@@ -192,7 +193,6 @@ import {
192
193
  toRaw,
193
194
  nextTick,
194
195
  } from "vue";
195
- import Forge from "../ForgeDefine";
196
196
  import { TemplateParser, TemplateItemAdder } from "../TemplateParser";
197
197
  import { PageUpdater } from "./PageUpdater";
198
198
  import { SingleRangeModel } from "../RangeModel";
@@ -17,7 +17,7 @@
17
17
  * updateImpactAutoFroze: 函数,更新 createImpactAutoFroze 创建的碰撞即停管理对象中管理的运动元素列表
18
18
  */
19
19
 
20
- import { Forge } from "../../../jsview/dom/jsv-forge-define";
20
+ import { Forge } from "@shijiu/jsview/dom/jsv-forge-define";
21
21
 
22
22
  /*
23
23
  * createImpactCallback 参数说明:
@@ -32,8 +32,8 @@
32
32
  * 经测试,react中对style属性的解析性能较低,属性大量的时候非常影响性能
33
33
  */
34
34
 
35
+ import { Forge } from "@shijiu/jsview/dom/jsv-forge-define";
35
36
  import { getCssStyleGroup } from "./JsvDynamicCssStyle";
36
- import { Forge } from "../../../jsview/dom/jsv-forge-define";
37
37
 
38
38
  let sIdGenerator = 100;
39
39
 
@@ -6,7 +6,7 @@
6
6
  * @Description: file content
7
7
  -->
8
8
  <script>
9
- import { Forge } from "../../../../jsview/dom/jsv-forge-define";
9
+ import { Forge } from "@shijiu/jsview/dom/jsv-forge-define";
10
10
 
11
11
  export default {
12
12
  props: {
@@ -5,7 +5,7 @@
5
5
  * @LastEditTime: 2021-10-21 13:17:11
6
6
  * @Description: file content
7
7
  */
8
- import { Forge } from "../../../../jsview/dom/jsv-forge-define";
8
+ import { Forge } from "@shijiu/jsview/dom/jsv-forge-define";
9
9
 
10
10
  // JsvSpriteBase comes from JsView React Project
11
11
 
@@ -6,7 +6,7 @@
6
6
  * @Description: file content
7
7
  */
8
8
 
9
- import { Forge } from "../../../../jsview/dom/jsv-forge-define";
9
+ import { Forge } from "@shijiu/jsview/dom/jsv-forge-define";
10
10
  import ActorControlBase from "./ActorControlBase";
11
11
 
12
12
  const CONST_MOVE_TYPE_ACC = 1; // 抛物变速运动
@@ -20,7 +20,7 @@
20
20
  * play(): 开始播放
21
21
  -->
22
22
  <script>
23
- import { ForgeExtension } from "../../../../jsview/dom/jsv-forge-define";
23
+ import { ForgeExtension } from "@shijiu/jsview/dom/jsv-forge-define";
24
24
 
25
25
  let LOOP_DEFAULT = 0;
26
26
  let LOOP_INFINITE = 1;
@@ -11,7 +11,7 @@
11
11
  * "gray-down": 黑白滤镜(公祭日滤镜)
12
12
  -->
13
13
  <script setup>
14
- import { Forge, ForgeExtension } from "../../../jsview/dom/jsv-forge-define";
14
+ import { Forge, ForgeExtension } from "@shijiu/jsview/dom/jsv-forge-define";
15
15
  import { onBeforeUnmount, watchEffect } from "vue";
16
16
 
17
17
  const props = defineProps({
@@ -6,8 +6,8 @@
6
6
  * @Description: file content
7
7
  -->
8
8
  <script>
9
+ import { Forge, ForgeExtension } from "@shijiu/jsview/dom/jsv-forge-define";
9
10
  import { EdgeDirection } from "../../JsViewEngineWidget";
10
- import { Forge, ForgeExtension } from "../../../../jsview/dom/jsv-forge-define";
11
11
  import CursorVue from "./Cursor.vue";
12
12
 
13
13
  const InputType = {
@@ -9,7 +9,7 @@
9
9
  -->
10
10
 
11
11
  <script setup>
12
- import { Forge } from "../../../jsview/dom/jsv-forge-define";
12
+ import { Forge } from "@shijiu/jsview/dom/jsv-forge-define";
13
13
  import { getTextWidth } from "./utils";
14
14
  import {
15
15
  shallowRef,
@@ -12,7 +12,7 @@
12
12
  *
13
13
  -->
14
14
  <script>
15
- import { Forge, ForgeExtension } from "../../../jsview/dom/jsv-forge-define";
15
+ import { Forge, ForgeExtension } from "@shijiu/jsview/dom/jsv-forge-define";
16
16
  export default {
17
17
  props: {
18
18
  class: {
@@ -8,7 +8,7 @@
8
8
  -->
9
9
 
10
10
  <script>
11
- import { Forge, ForgeExtension } from "../../../jsview/dom/jsv-forge-define";
11
+ import { Forge, ForgeExtension } from "@shijiu/jsview/dom/jsv-forge-define";
12
12
 
13
13
  export default {
14
14
  props: {
@@ -34,7 +34,7 @@
34
34
  * net_setting {object}: (未实现)网络加载参数,cookie, refer等,默认值 null
35
35
  -->
36
36
  <script>
37
- import { Forge, ForgeExtension } from "../../../../jsview/dom/jsv-forge-define";
37
+ import { Forge, ForgeExtension } from "@shijiu/jsview/dom/jsv-forge-define";
38
38
 
39
39
  const CONST_FORMAT_TOKEN = "_JsvP_";
40
40
  const buildPreloadInfo = (
@@ -16,7 +16,7 @@
16
16
  */
17
17
  -->
18
18
  <script>
19
- import { Forge, ForgeExtension } from "../../../../jsview/dom/jsv-forge-define";
19
+ import { Forge, ForgeExtension } from "@shijiu/jsview/dom/jsv-forge-define";
20
20
 
21
21
  export default {
22
22
  props: {
@@ -33,7 +33,7 @@
33
33
  * enableShrink {boolean} 粒子缩小开关, 默认为false
34
34
  -->
35
35
  <script>
36
- import { Forge, ForgeExtension } from "../../../../jsview/dom/jsv-forge-define";
36
+ import { Forge, ForgeExtension } from "@shijiu/jsview/dom/jsv-forge-define";
37
37
 
38
38
  let buildForgeView = (pointRes, sprayStyle, sizeRef, ignoreClip) => {
39
39
  if (!pointRes) {
@@ -30,7 +30,7 @@
30
30
  -->
31
31
 
32
32
  <script>
33
- import { Forge } from "../../../../jsview/dom/jsv-forge-define";
33
+ import { Forge } from "@shijiu/jsview/dom/jsv-forge-define";
34
34
  import JsvActorMove, {
35
35
  JsvActorMoveControl,
36
36
  } from "../../JsViewVueWidget/JsvActorMove";
@@ -6,7 +6,7 @@
6
6
  * @Description: file content
7
7
  -->
8
8
  <script>
9
- import { Forge, ForgeExtension } from "../../../../jsview/dom/jsv-forge-define";
9
+ import { Forge, ForgeExtension } from "@shijiu/jsview/dom/jsv-forge-define";
10
10
  import {
11
11
  numberCheckSet,
12
12
  urlCheckSet,
@@ -6,7 +6,7 @@
6
6
  * @Description: file content
7
7
  -->
8
8
  <script>
9
- import { Forge } from "../../../jsview/dom/jsv-forge-define";
9
+ import { Forge } from "@shijiu/jsview/dom/jsv-forge-define";
10
10
 
11
11
  const DIRECTION_HORIZONTAL = Forge.DragSetting.DIRECTION_HORIZONTAL;
12
12
  const DIRECTION_VERTICAL = Forge.DragSetting.DIRECTION_VERTICAL;
@@ -7,7 +7,7 @@
7
7
  -->
8
8
 
9
9
  <script>
10
- import { Forge, ForgeExtension } from "../../../jsview/dom/jsv-forge-define";
10
+ import { Forge, ForgeExtension } from "@shijiu/jsview/dom/jsv-forge-define";
11
11
 
12
12
  export default {
13
13
  inheritAttrs: false,
@@ -29,8 +29,8 @@
29
29
  </template>
30
30
 
31
31
  <script setup>
32
+ import { Forge } from "@shijiu/jsview/dom/jsv-forge-define";
32
33
  import { reactive, ref, shallowRef, toRaw, watchEffect, onMounted } from 'vue'
33
- import { Forge } from "../../../../jsview/dom/jsv-forge-define";
34
34
 
35
35
  const props = defineProps({
36
36
  // (支持reactive)可视区域设定
@@ -1,7 +0,0 @@
1
- /**
2
- * Created by luocf on 2020/1/17.
3
- */
4
- if (typeof window.Forge === "undefined") window.Forge = {};
5
-
6
- const Forge = window.Forge;
7
- export default Forge;