@shijiu/jsview-vue 2.2.426-test.0 → 2.3.151-test.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.
Files changed (126) hide show
  1. package/bin/browser/BrowserAudio.vue.mjs +4 -1
  2. package/bin/jsview-vue-common.mjs +1 -1
  3. package/bin/jsview-vue.mjs +9771 -7511
  4. package/bin/types/utils/JsViewEngineWidget/JsvFocus/JsvFocusHub.d.ts +21 -1
  5. package/bin/types/utils/JsViewEngineWidget/JsvFocus/JsvFocusManager.d.ts +11 -2
  6. package/bin/types/utils/JsViewEngineWidget/MetroWidget/DebugFrame.vue.d.ts +8 -0
  7. package/bin/types/utils/JsViewEngineWidget/MetroWidget/DebugTools.d.ts +5 -0
  8. package/bin/types/utils/JsViewEngineWidget/MetroWidget/ListWidget.vue.d.ts +24 -6
  9. package/bin/types/utils/JsViewEngineWidget/MetroWidget/MetroWidget.vue.d.ts +24 -6
  10. package/bin/types/utils/JsViewEngineWidget/MetroWidget/MetroWidgetSetup.d.ts +9 -2
  11. package/bin/types/utils/JsViewEngineWidget/MetroWidget/RenderItem.d.ts +8 -1
  12. package/bin/types/utils/JsViewEngineWidget/TemplateParser/CommonMetroTemplate.d.ts +2 -1
  13. package/bin/types/utils/JsViewEngineWidget/WidgetCommon.d.ts +10 -7
  14. package/bin/types/utils/JsViewPlugin/JsvAudio/version.d.mts +1 -0
  15. package/bin/types/utils/JsViewPlugin/JsvAudio/version.d.ts +1 -0
  16. package/bin/types/utils/JsViewPlugin/JsvLatex/BrowserJsvLatex.vue.d.ts +1 -1
  17. package/bin/types/utils/JsViewPlugin/JsvLatex/JsvLatex.vue.d.ts +1 -1
  18. package/bin/types/utils/JsViewPlugin/JsvPlayer/AckEventDefine.d.ts +10 -0
  19. package/bin/types/utils/JsViewPlugin/JsvPlayer/BrowserJsvPlayer.vue.d.ts +1 -2
  20. package/bin/types/utils/JsViewPlugin/JsvPlayer/JsvMedia.d.ts +2 -2
  21. package/bin/types/utils/JsViewVueTools/ForgeHandles.d.ts +1 -0
  22. package/bin/types/utils/JsViewVueTools/JsvRuntimeBridge.d.ts +43 -1
  23. package/bin/types/utils/JsViewVueTools/JsvTextureStore/CanvasTexture/Path.d.ts +21 -0
  24. package/bin/types/utils/JsViewVueTools/JsvTextureStore/CapturedTexture/CapturedTexture.d.ts +3 -3
  25. package/bin/types/utils/JsViewVueTools/JsvTextureStore/DominantColor/GetDominantColor.d.ts +7 -0
  26. package/bin/types/utils/JsViewVueTools/JsvTextureStore/JsvTextureStore.d.ts +15 -2
  27. package/bin/types/utils/JsViewVueTools/JsvTextureStore/Store.d.ts +2 -0
  28. package/bin/types/utils/JsViewVueTools/JsvTextureStore/Texture.d.ts +4 -0
  29. package/bin/types/utils/JsViewVueTools/index.d.ts +0 -1
  30. package/bin/types/utils/JsViewVueWidget/Jsv3dDiv.vue.d.ts +120 -0
  31. package/bin/types/utils/JsViewVueWidget/Jsv3dStage.vue.d.ts +144 -0
  32. package/bin/types/utils/JsViewVueWidget/JsvApic/JsvApic/index.d.ts +50 -2
  33. package/bin/types/utils/JsViewVueWidget/JsvApic/JsvApic2/index.d.ts +23 -2
  34. package/bin/types/utils/JsViewVueWidget/JsvDashPath.vue.d.ts +11 -0
  35. package/bin/types/utils/JsViewVueWidget/JsvDriftScope/JsvDriftScope.vue.d.ts +4 -4
  36. package/bin/types/utils/JsViewVueWidget/JsvFilterView.vue.d.ts +3 -3
  37. package/bin/types/utils/JsViewVueWidget/JsvFlexCell/JsvFullScrAdjust.vue.d.ts +78 -0
  38. package/bin/types/utils/JsViewVueWidget/JsvFlexCell/index.d.ts +1 -0
  39. package/bin/types/utils/JsViewVueWidget/JsvFragShaderView/JsvFragShaderView.vue.d.ts +2 -1
  40. package/bin/types/utils/JsViewVueWidget/JsvFreeMoveActor/FreeMoveActor.vue.d.ts +3 -3
  41. package/bin/types/utils/JsViewVueWidget/JsvFreeMoveActor/JsvEnvBlocker.vue.d.ts +3 -3
  42. package/bin/types/utils/JsViewVueWidget/JsvFreeMoveActor/SetState.d.ts +1 -0
  43. package/bin/types/utils/JsViewVueWidget/JsvInput/Cursor.vue.d.ts +1 -1
  44. package/bin/types/utils/JsViewVueWidget/JsvMindMap/JsvMindMap.vue.d.ts +3 -3
  45. package/bin/types/utils/JsViewVueWidget/JsvNinePatch.vue.d.ts +4 -4
  46. package/bin/types/utils/JsViewVueWidget/JsvPosterDiv.vue.d.ts +3 -0
  47. package/bin/types/utils/JsViewVueWidget/JsvPosterImage.vue.d.ts +3 -0
  48. package/bin/types/utils/JsViewVueWidget/JsvRipple/JsvRipple.vue.d.ts +3 -3
  49. package/bin/types/utils/JsViewVueWidget/JsvSmoothSlideContainer.vue.d.ts +72 -0
  50. package/bin/types/utils/JsViewVueWidget/JsvSoundPool.d.ts +26 -0
  51. package/bin/types/utils/JsViewVueWidget/JsvSpray/JsvSpray.vue.d.ts +10 -37
  52. package/bin/types/utils/JsViewVueWidget/JsvSpriteAnim/JsvSpriteAnim.vue.d.ts +1 -1
  53. package/bin/types/utils/JsViewVueWidget/JsvSwiper/JsvSmoothSwiper.vue.d.ts +112 -0
  54. package/bin/types/utils/JsViewVueWidget/JsvSwiper/JsvSwiper.vue.d.ts +1 -1
  55. package/bin/types/utils/JsViewVueWidget/JsvSwiper/JsvSwiper2.vue.d.ts +142 -0
  56. package/bin/types/utils/JsViewVueWidget/JsvSwiper/index.d.ts +3 -1
  57. package/bin/types/utils/JsViewVueWidget/JsvSwiper3D/JsvSwiper.vue.d.ts +3 -3
  58. package/bin/types/utils/JsViewVueWidget/JsvTextureAnim/JsvTextureAnim.vue.d.ts +4 -3
  59. package/bin/types/utils/JsViewVueWidget/JsvVisibleSensor/JsvVisibleSensor.vue.d.ts +3 -3
  60. package/bin/types/utils/JsViewVueWidget/JsvVisibleSensor/index.d.ts +3 -3
  61. package/bin/types/utils/JsViewVueWidget/index.d.ts +4 -1
  62. package/package.json +1 -1
  63. package/utils/JsViewEngineWidget/CheckType.js +3 -3
  64. package/utils/JsViewEngineWidget/JsvFocus/JsvFocusBlock.vue +25 -6
  65. package/utils/JsViewEngineWidget/JsvFocus/JsvFocusHub.ts +27 -1
  66. package/utils/JsViewEngineWidget/JsvFocus/JsvFocusManager.ts +22 -3
  67. package/utils/JsViewEngineWidget/MetroWidget/DebugFrame.vue +22 -0
  68. package/utils/JsViewEngineWidget/MetroWidget/DebugTools.ts +37 -0
  69. package/utils/JsViewEngineWidget/MetroWidget/ListWidget.vue +42 -7
  70. package/utils/JsViewEngineWidget/MetroWidget/MetroWidget.vue +97 -13
  71. package/utils/JsViewEngineWidget/MetroWidget/MetroWidgetSetup.js +876 -412
  72. package/utils/JsViewEngineWidget/MetroWidget/RenderItem.ts +43 -2
  73. package/utils/JsViewEngineWidget/MetroWidget/TaskManager.ts +38 -26
  74. package/utils/JsViewEngineWidget/TemplateParser/CommonMetroTemplate.ts +144 -73
  75. package/utils/JsViewEngineWidget/WidgetCommon.ts +12 -0
  76. package/utils/JsViewPlugin/JsvAudio/BrowserAudio/BrowserAudio.vue +4 -0
  77. package/utils/JsViewPlugin/JsvAudio/BrowserAudio/JsvSystemAudio.vue +13 -13
  78. package/utils/JsViewPlugin/JsvAudio/version.js +1 -1
  79. package/utils/JsViewPlugin/JsvAudio/version.mjs +1 -1
  80. package/utils/JsViewPlugin/JsvPlayer/AckEventDefine.ts +82 -0
  81. package/utils/JsViewPlugin/JsvPlayer/BrowserJsvPlayer.vue +50 -32
  82. package/utils/JsViewVueTools/FeatureActive.ts +2 -1
  83. package/utils/JsViewVueTools/ForgeHandles.ts +5 -2
  84. package/utils/JsViewVueTools/JsvRuntimeBridge.js +109 -4
  85. package/utils/JsViewVueTools/JsvTextTools.ts +3 -1
  86. package/utils/JsViewVueTools/JsvTextureStore/CanvasTexture/Path.ts +38 -2
  87. package/utils/JsViewVueTools/JsvTextureStore/CapturedTexture/CapturedTexture.ts +15 -12
  88. package/utils/JsViewVueTools/JsvTextureStore/DominantColor/GetDominantColor.ts +36 -0
  89. package/utils/JsViewVueTools/JsvTextureStore/JsvTextureStore.ts +24 -3
  90. package/utils/JsViewVueTools/JsvTextureStore/Store.ts +33 -21
  91. package/utils/JsViewVueTools/JsvTextureStore/Texture.ts +56 -41
  92. package/utils/JsViewVueTools/index.js +0 -1
  93. package/utils/JsViewVueWidget/Jsv3dDiv.vue +85 -0
  94. package/utils/JsViewVueWidget/Jsv3dStage.vue +50 -0
  95. package/utils/JsViewVueWidget/JsvApic/JsvApic/index.js +1 -8
  96. package/utils/JsViewVueWidget/JsvApic/JsvApic2/index.js +1 -8
  97. package/utils/JsViewVueWidget/JsvDashPath.vue +150 -0
  98. package/utils/JsViewVueWidget/JsvFlexCell/JsvFlexDiv.vue +1 -1
  99. package/utils/JsViewVueWidget/JsvFlexCell/JsvFullScrAdjust.vue +153 -0
  100. package/utils/JsViewVueWidget/JsvFlexCell/JsvScreenFlex.vue +2 -2
  101. package/utils/JsViewVueWidget/JsvFlexCell/index.js +1 -0
  102. package/utils/JsViewVueWidget/JsvFragShaderView/JsvFragShaderView.vue +26 -22
  103. package/utils/JsViewVueWidget/JsvFreeMoveActor/SetAction.ts +1 -1
  104. package/utils/JsViewVueWidget/JsvFreeMoveActor/SetState.ts +8 -0
  105. package/utils/JsViewVueWidget/JsvInput/EditViewOperator.ts +1 -1
  106. package/utils/JsViewVueWidget/JsvInput/JsvInput.vue +1 -0
  107. package/utils/JsViewVueWidget/JsvMaskClipDiv.vue +0 -9
  108. package/utils/JsViewVueWidget/JsvNativeSharedDiv.vue +57 -71
  109. package/utils/JsViewVueWidget/JsvPosterDiv.vue +15 -8
  110. package/utils/JsViewVueWidget/JsvPosterImage.vue +11 -1
  111. package/utils/JsViewVueWidget/JsvPreload/JsvPreload.vue +2 -2
  112. package/utils/JsViewVueWidget/JsvQrcode/JsvQrcode.vue +1 -1
  113. package/utils/JsViewVueWidget/JsvSmoothSlideContainer.vue +108 -0
  114. package/utils/JsViewVueWidget/JsvSoundPool.js +75 -12
  115. package/utils/JsViewVueWidget/JsvSpray/JsvSpray.vue +99 -61
  116. package/utils/JsViewVueWidget/JsvSwiper/JsvSmoothSwiper.vue +543 -0
  117. package/utils/JsViewVueWidget/JsvSwiper/JsvSwiper.vue +3 -3
  118. package/utils/JsViewVueWidget/JsvSwiper/JsvSwiper2.vue +644 -0
  119. package/utils/JsViewVueWidget/JsvSwiper/index.js +3 -1
  120. package/utils/JsViewVueWidget/JsvTextureAnim/JsvTextureAnim.vue +56 -50
  121. package/utils/JsViewVueWidget/index.js +4 -1
  122. package/bin/browser/BrowserApic.vue.mjs +0 -114
  123. package/bin/browser/BrowserApic2.vue.mjs +0 -108
  124. package/bin/browser/BrowserApicLib.mjs +0 -431
  125. package/bin/types/utils/JsViewVueTools/JsvDemoTester.d.ts +0 -2
  126. package/utils/JsViewVueTools/JsvDemoTester.js +0 -81
@@ -18,6 +18,7 @@ declare const _default: {
18
18
  $el: any;
19
19
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
20
20
  $props: {
21
+ readonly enableAA?: boolean | undefined;
21
22
  readonly style?: Record<string, any> | undefined;
22
23
  };
23
24
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
@@ -42,6 +43,7 @@ declare const _default: {
42
43
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
43
44
  } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<{
44
45
  $props: {
46
+ readonly enableAA?: boolean | undefined;
45
47
  readonly style?: Record<string, any> | undefined;
46
48
  };
47
49
  }> & {} & import("vue").ComponentCustomProperties & {};
@@ -50,6 +52,7 @@ declare const _default: {
50
52
  __isSuspense?: undefined;
51
53
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
52
54
  $props: {
55
+ readonly enableAA?: boolean | undefined;
53
56
  readonly style?: Record<string, any> | undefined;
54
57
  };
55
58
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
@@ -19,6 +19,7 @@ declare const _default: {
19
19
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
20
20
  $props: {
21
21
  readonly src?: string | undefined;
22
+ readonly enableAA?: boolean | undefined;
22
23
  readonly colorSpace?: string | undefined;
23
24
  readonly imageCompress?: boolean | undefined;
24
25
  readonly isPosterImage?: boolean | undefined;
@@ -48,6 +49,7 @@ declare const _default: {
48
49
  } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<{
49
50
  $props: {
50
51
  readonly src?: string | undefined;
52
+ readonly enableAA?: boolean | undefined;
51
53
  readonly colorSpace?: string | undefined;
52
54
  readonly imageCompress?: boolean | undefined;
53
55
  readonly isPosterImage?: boolean | undefined;
@@ -61,6 +63,7 @@ declare const _default: {
61
63
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
62
64
  $props: {
63
65
  readonly src?: string | undefined;
66
+ readonly enableAA?: boolean | undefined;
64
67
  readonly colorSpace?: string | undefined;
65
68
  readonly imageCompress?: boolean | undefined;
66
69
  readonly isPosterImage?: boolean | undefined;
@@ -22,8 +22,8 @@ declare const _default: {
22
22
  }, mediumParams?: {}) => any;
23
23
  removeSource: (id: any) => void;
24
24
  $props: {
25
- readonly left?: number | undefined;
26
25
  readonly top?: number | undefined;
26
+ readonly left?: number | undefined;
27
27
  readonly enable?: boolean | undefined;
28
28
  readonly width?: number | undefined;
29
29
  readonly height?: number | undefined;
@@ -54,8 +54,8 @@ declare const _default: {
54
54
  }, mediumParams?: {}) => any;
55
55
  removeSource: (id: any) => void;
56
56
  $props: {
57
- readonly left?: number | undefined;
58
57
  readonly top?: number | undefined;
58
+ readonly left?: number | undefined;
59
59
  readonly enable?: boolean | undefined;
60
60
  readonly width?: number | undefined;
61
61
  readonly height?: number | undefined;
@@ -70,8 +70,8 @@ declare const _default: {
70
70
  }, mediumParams?: {}) => any;
71
71
  removeSource: (id: any) => void;
72
72
  $props: {
73
- readonly left?: number | undefined;
74
73
  readonly top?: number | undefined;
74
+ readonly left?: number | undefined;
75
75
  readonly enable?: boolean | undefined;
76
76
  readonly width?: number | undefined;
77
77
  readonly height?: number | undefined;
@@ -0,0 +1,72 @@
1
+ declare const _default: {
2
+ new (...args: any[]): {
3
+ $: import("vue").ComponentInternalInstance;
4
+ $data: {};
5
+ $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
6
+ $attrs: {
7
+ [x: string]: unknown;
8
+ };
9
+ $refs: {
10
+ [x: string]: unknown;
11
+ };
12
+ $slots: Readonly<{
13
+ [name: string]: import("vue").Slot | undefined;
14
+ }>;
15
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
16
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
17
+ $emit: (event: string, ...args: any[]) => void;
18
+ $el: any;
19
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
20
+ moveTo: (speed: any, x: any, y: any, onReach: any, prex: any, prey: any, onPreReach: any) => void;
21
+ brakeTo: (x: any, y: any) => void;
22
+ stop: () => void;
23
+ setSpeed: (speedX: any, speedY: any) => void;
24
+ $props: {
25
+ readonly initPosition?: unknown[] | undefined;
26
+ };
27
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
28
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
29
+ created?: ((() => void) | (() => void)[]) | undefined;
30
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
31
+ mounted?: ((() => void) | (() => void)[]) | undefined;
32
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
33
+ updated?: ((() => void) | (() => void)[]) | undefined;
34
+ activated?: ((() => void) | (() => void)[]) | undefined;
35
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
36
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
37
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
38
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
39
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
40
+ renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
41
+ renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
42
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
43
+ };
44
+ $forceUpdate: () => void;
45
+ $nextTick: typeof import("vue").nextTick;
46
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
47
+ } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<{
48
+ moveTo: (speed: any, x: any, y: any, onReach: any, prex: any, prey: any, onPreReach: any) => void;
49
+ brakeTo: (x: any, y: any) => void;
50
+ stop: () => void;
51
+ setSpeed: (speedX: any, speedY: any) => void;
52
+ $props: {
53
+ readonly initPosition?: unknown[] | undefined;
54
+ };
55
+ }> & {} & import("vue").ComponentCustomProperties & {};
56
+ __isFragment?: undefined;
57
+ __isTeleport?: undefined;
58
+ __isSuspense?: undefined;
59
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
60
+ moveTo: (speed: any, x: any, y: any, onReach: any, prex: any, prey: any, onPreReach: any) => void;
61
+ brakeTo: (x: any, y: any) => void;
62
+ stop: () => void;
63
+ setSpeed: (speedX: any, speedY: any) => void;
64
+ $props: {
65
+ readonly initPosition?: unknown[] | undefined;
66
+ };
67
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
68
+ $slots: {
69
+ default: (_: {}) => any;
70
+ };
71
+ });
72
+ export default _default;
@@ -14,6 +14,24 @@ export class JsvSoundPool {
14
14
  * @param {function} callback 资源加载完成回调 function(int state, AudioController controller) {}
15
15
  */
16
16
  request(url: string, netSetting: string, priority: int, callback: Function): void;
17
+ /**
18
+ * @description: 准备音频资源
19
+ * @param {string} url 音频url
20
+ * @param {int} fastRepeatGap 最小间隔时间, 如果不为0则启用快速重复播放, 用两路音轨解决快速播放的漏音问题
21
+ * @param {string} netSetting http请求配置
22
+ * @param {int} priority 优先级
23
+ * @param {function} callback 资源加载完成回调 function(int state, AudioController controller) {}
24
+ */
25
+ requestInRepeatMode(url: string, fastRepeatGap: int, netSetting: string, priority: int, callback: Function): void;
26
+ /**
27
+ * @description: 准备音频资源
28
+ * @param {string} url 音频url
29
+ * @param {int} repeatFastMiniGap 最小间隔时间, 如果不为0则启用快速重复播放, 用两路音轨解决快速播放的漏音问题
30
+ * @param {string} netSetting http请求配置
31
+ * @param {int} priority 优先级
32
+ * @param {function} callback 资源加载完成回调 function(int state, AudioController controller) {}
33
+ */
34
+ _request(url: string, repeatFastMiniGap: int, netSetting: string, priority: int, callback: Function): void;
17
35
  /**
18
36
  * @description: 释放音频资源
19
37
  * @param {AudioController} controller 控制句柄
@@ -38,15 +56,23 @@ declare class AudioController {
38
56
  _SoundId: any;
39
57
  _Url: any;
40
58
  _StreamId: number;
59
+ _StreamStartTime: number;
60
+ _SubStreamId: number;
61
+ _SubStreamStartTime: number;
62
+ _LatestStreamStartTime: number;
41
63
  _Rate: number;
42
64
  _Loop: number;
43
65
  _LeftVolume: number;
44
66
  _RightVolume: number;
45
67
  _Priority: number;
68
+ _FastRepeatGap: number;
69
+ enableFastRepeat(mini_gap: any): void;
46
70
  /**
47
71
  * @description: 播放音频
48
72
  */
49
73
  play(): void;
74
+ _playMainStream(now: any): void;
75
+ _playSubStream(now: any): void;
50
76
  /**
51
77
  * @description: 暂停音频(Android4.0不支持)
52
78
  */
@@ -1,38 +1,11 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- pointRes: {
3
- type: StringConstructor;
4
- required: true;
5
- };
6
- sprayStyle: {
7
- type: ObjectConstructor;
8
- required: true;
9
- };
10
- ignoreClip: {
11
- type: BooleanConstructor;
12
- default: boolean;
13
- };
14
- }, any, {
15
- size: {
16
- width: number;
17
- height: number;
18
- };
19
- viewId: number;
20
- }, {}, {
21
- unloadView(): void;
22
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
23
- pointRes: {
24
- type: StringConstructor;
25
- required: true;
26
- };
27
- sprayStyle: {
28
- type: ObjectConstructor;
29
- required: true;
30
- };
31
- ignoreClip: {
32
- type: BooleanConstructor;
33
- default: boolean;
34
- };
35
- }>>, {
36
- ignoreClip: boolean;
37
- }>;
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ start: () => void;
3
+ stop: (immediate: any) => void;
4
+ $props: {
5
+ readonly pointRes?: string | undefined;
6
+ readonly sprayStyle?: Record<string, any> | undefined;
7
+ readonly ignoreClip?: boolean | undefined;
8
+ readonly onStop?: Function | undefined;
9
+ };
10
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
38
11
  export default _default;
@@ -6,10 +6,10 @@ declare const _default: import("vue").DefineComponent<{}, {
6
6
  readonly duration?: number | undefined;
7
7
  readonly loop?: string | number | undefined;
8
8
  readonly autostart?: string | boolean | undefined;
9
+ readonly imageUrl?: string | undefined;
9
10
  readonly spriteInfo?: Record<string, any> | undefined;
10
11
  readonly viewSize?: Record<string, any> | undefined;
11
12
  readonly spriteFrameSize?: Record<string, any> | undefined;
12
- readonly imageUrl?: string | undefined;
13
13
  readonly onAnimEnd?: Function | undefined;
14
14
  readonly controller?: Record<string, any> | undefined;
15
15
  readonly spriteName?: string | undefined;
@@ -0,0 +1,112 @@
1
+ declare const _default: {
2
+ new (...args: any[]): {
3
+ $: import("vue").ComponentInternalInstance;
4
+ $data: {};
5
+ $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
6
+ $attrs: {
7
+ [x: string]: unknown;
8
+ };
9
+ $refs: {
10
+ [x: string]: unknown;
11
+ };
12
+ $slots: Readonly<{
13
+ [name: string]: import("vue").Slot | undefined;
14
+ }>;
15
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
16
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
17
+ $emit: (event: string, ...args: any[]) => void;
18
+ $el: any;
19
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
20
+ $props: {
21
+ readonly animation?: Record<string, any> | undefined;
22
+ readonly vertical?: boolean | undefined;
23
+ readonly totalFrame?: number | undefined;
24
+ readonly firstFrame?: number | undefined;
25
+ readonly layoutInfo?: Record<string, any> | undefined;
26
+ readonly autoplayInterval?: number | undefined;
27
+ readonly reverseSwipe?: boolean | undefined;
28
+ readonly itemGap?: number | undefined;
29
+ readonly enableAutoplay?: boolean | undefined;
30
+ readonly name?: string | undefined;
31
+ readonly onFocus?: Function | undefined;
32
+ readonly onBlur?: Function | undefined;
33
+ readonly onChange?: Function | undefined;
34
+ readonly onClick?: Function | undefined;
35
+ readonly padding?: Record<string, any> | undefined;
36
+ readonly onEdge?: Function | undefined;
37
+ readonly itemSize?: Record<string, any> | undefined;
38
+ };
39
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
40
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
41
+ created?: ((() => void) | (() => void)[]) | undefined;
42
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
43
+ mounted?: ((() => void) | (() => void)[]) | undefined;
44
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
45
+ updated?: ((() => void) | (() => void)[]) | undefined;
46
+ activated?: ((() => void) | (() => void)[]) | undefined;
47
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
48
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
49
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
50
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
51
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
52
+ renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
53
+ renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
54
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
55
+ };
56
+ $forceUpdate: () => void;
57
+ $nextTick: typeof import("vue").nextTick;
58
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
59
+ } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<{
60
+ $props: {
61
+ readonly animation?: Record<string, any> | undefined;
62
+ readonly vertical?: boolean | undefined;
63
+ readonly totalFrame?: number | undefined;
64
+ readonly firstFrame?: number | undefined;
65
+ readonly layoutInfo?: Record<string, any> | undefined;
66
+ readonly autoplayInterval?: number | undefined;
67
+ readonly reverseSwipe?: boolean | undefined;
68
+ readonly itemGap?: number | undefined;
69
+ readonly enableAutoplay?: boolean | undefined;
70
+ readonly name?: string | undefined;
71
+ readonly onFocus?: Function | undefined;
72
+ readonly onBlur?: Function | undefined;
73
+ readonly onChange?: Function | undefined;
74
+ readonly onClick?: Function | undefined;
75
+ readonly padding?: Record<string, any> | undefined;
76
+ readonly onEdge?: Function | undefined;
77
+ readonly itemSize?: Record<string, any> | undefined;
78
+ };
79
+ }> & {} & import("vue").ComponentCustomProperties & {};
80
+ __isFragment?: undefined;
81
+ __isTeleport?: undefined;
82
+ __isSuspense?: undefined;
83
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
84
+ $props: {
85
+ readonly animation?: Record<string, any> | undefined;
86
+ readonly vertical?: boolean | undefined;
87
+ readonly totalFrame?: number | undefined;
88
+ readonly firstFrame?: number | undefined;
89
+ readonly layoutInfo?: Record<string, any> | undefined;
90
+ readonly autoplayInterval?: number | undefined;
91
+ readonly reverseSwipe?: boolean | undefined;
92
+ readonly itemGap?: number | undefined;
93
+ readonly enableAutoplay?: boolean | undefined;
94
+ readonly name?: string | undefined;
95
+ readonly onFocus?: Function | undefined;
96
+ readonly onBlur?: Function | undefined;
97
+ readonly onChange?: Function | undefined;
98
+ readonly onClick?: Function | undefined;
99
+ readonly padding?: Record<string, any> | undefined;
100
+ readonly onEdge?: Function | undefined;
101
+ readonly itemSize?: Record<string, any> | undefined;
102
+ };
103
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
104
+ $slots: {
105
+ itemView: (_: {
106
+ currentIndex: number;
107
+ dataIndex: any;
108
+ focused: boolean;
109
+ }) => any;
110
+ };
111
+ });
112
+ export default _default;
@@ -192,8 +192,8 @@ declare const _default: import("vue").DefineComponent<{
192
192
  default: boolean;
193
193
  };
194
194
  }>>, {
195
- vertical: boolean;
196
195
  animation: Record<string, any>;
196
+ vertical: boolean;
197
197
  showIndicator: boolean;
198
198
  dotSize: number;
199
199
  dotGap: number;
@@ -0,0 +1,142 @@
1
+ declare const _default: {
2
+ new (...args: any[]): {
3
+ $: import("vue").ComponentInternalInstance;
4
+ $data: {};
5
+ $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
6
+ $attrs: {
7
+ [x: string]: unknown;
8
+ };
9
+ $refs: {
10
+ [x: string]: unknown;
11
+ };
12
+ $slots: Readonly<{
13
+ [name: string]: import("vue").Slot | undefined;
14
+ }>;
15
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
16
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
17
+ $emit: (event: string, ...args: any[]) => void;
18
+ $el: any;
19
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
20
+ getFocusBlockRef: () => import("vue").Ref<any>;
21
+ slideTo: (id: any, direction?: number) => void;
22
+ $props: {
23
+ readonly animation?: Record<string, any> | undefined;
24
+ readonly vertical?: boolean | undefined;
25
+ readonly showIndicator?: boolean | undefined;
26
+ readonly dotSize?: number | undefined;
27
+ readonly dotGap?: number | undefined;
28
+ readonly indicatorPos?: number | undefined;
29
+ readonly indicatorAlign?: string | undefined;
30
+ readonly totalFrame?: number | undefined;
31
+ readonly firstFrame?: number | undefined;
32
+ readonly layoutInfo?: Record<string, any> | undefined;
33
+ readonly autoplayInterval?: number | undefined;
34
+ readonly swipeType?: string | undefined;
35
+ readonly smoothTranslate?: boolean | undefined;
36
+ readonly reverseSwipe?: boolean | undefined;
37
+ readonly disableLoopWhenFocus?: boolean | undefined;
38
+ readonly itemGap?: number | undefined;
39
+ readonly name?: string | undefined;
40
+ readonly onFocus?: Function | undefined;
41
+ readonly onBlur?: Function | undefined;
42
+ readonly onChange?: Function | undefined;
43
+ readonly onClick?: Function | undefined;
44
+ readonly onEdge?: Function | undefined;
45
+ readonly itemSize?: Record<string, any> | undefined;
46
+ };
47
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
48
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
49
+ created?: ((() => void) | (() => void)[]) | undefined;
50
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
51
+ mounted?: ((() => void) | (() => void)[]) | undefined;
52
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
53
+ updated?: ((() => void) | (() => void)[]) | undefined;
54
+ activated?: ((() => void) | (() => void)[]) | undefined;
55
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
56
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
57
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
58
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
59
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
60
+ renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
61
+ renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
62
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
63
+ };
64
+ $forceUpdate: () => void;
65
+ $nextTick: typeof import("vue").nextTick;
66
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
67
+ } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<{
68
+ getFocusBlockRef: () => import("vue").Ref<any>;
69
+ slideTo: (id: any, direction?: number) => void;
70
+ $props: {
71
+ readonly animation?: Record<string, any> | undefined;
72
+ readonly vertical?: boolean | undefined;
73
+ readonly showIndicator?: boolean | undefined;
74
+ readonly dotSize?: number | undefined;
75
+ readonly dotGap?: number | undefined;
76
+ readonly indicatorPos?: number | undefined;
77
+ readonly indicatorAlign?: string | undefined;
78
+ readonly totalFrame?: number | undefined;
79
+ readonly firstFrame?: number | undefined;
80
+ readonly layoutInfo?: Record<string, any> | undefined;
81
+ readonly autoplayInterval?: number | undefined;
82
+ readonly swipeType?: string | undefined;
83
+ readonly smoothTranslate?: boolean | undefined;
84
+ readonly reverseSwipe?: boolean | undefined;
85
+ readonly disableLoopWhenFocus?: boolean | undefined;
86
+ readonly itemGap?: number | undefined;
87
+ readonly name?: string | undefined;
88
+ readonly onFocus?: Function | undefined;
89
+ readonly onBlur?: Function | undefined;
90
+ readonly onChange?: Function | undefined;
91
+ readonly onClick?: Function | undefined;
92
+ readonly onEdge?: Function | undefined;
93
+ readonly itemSize?: Record<string, any> | undefined;
94
+ };
95
+ }> & {} & import("vue").ComponentCustomProperties & {};
96
+ __isFragment?: undefined;
97
+ __isTeleport?: undefined;
98
+ __isSuspense?: undefined;
99
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
100
+ getFocusBlockRef: () => import("vue").Ref<any>;
101
+ slideTo: (id: any, direction?: number) => void;
102
+ $props: {
103
+ readonly animation?: Record<string, any> | undefined;
104
+ readonly vertical?: boolean | undefined;
105
+ readonly showIndicator?: boolean | undefined;
106
+ readonly dotSize?: number | undefined;
107
+ readonly dotGap?: number | undefined;
108
+ readonly indicatorPos?: number | undefined;
109
+ readonly indicatorAlign?: string | undefined;
110
+ readonly totalFrame?: number | undefined;
111
+ readonly firstFrame?: number | undefined;
112
+ readonly layoutInfo?: Record<string, any> | undefined;
113
+ readonly autoplayInterval?: number | undefined;
114
+ readonly swipeType?: string | undefined;
115
+ readonly smoothTranslate?: boolean | undefined;
116
+ readonly reverseSwipe?: boolean | undefined;
117
+ readonly disableLoopWhenFocus?: boolean | undefined;
118
+ readonly itemGap?: number | undefined;
119
+ readonly name?: string | undefined;
120
+ readonly onFocus?: Function | undefined;
121
+ readonly onBlur?: Function | undefined;
122
+ readonly onChange?: Function | undefined;
123
+ readonly onClick?: Function | undefined;
124
+ readonly onEdge?: Function | undefined;
125
+ readonly itemSize?: Record<string, any> | undefined;
126
+ };
127
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
128
+ $slots: {
129
+ itemView: (_: {
130
+ currentIndex: number;
131
+ dataIndex: number;
132
+ focused: boolean;
133
+ distanceToCenter: number;
134
+ }) => any;
135
+ indicatorDot: (_: {
136
+ dataIndex: number;
137
+ currentIndex: number;
138
+ focused: boolean;
139
+ }) => any;
140
+ };
141
+ });
142
+ export default _default;
@@ -1,2 +1,4 @@
1
- export default JsvSwiper;
2
1
  import JsvSwiper from "./JsvSwiper.vue";
2
+ import JsvSwiper2 from "./JsvSwiper2.vue";
3
+ import JsvSmoothSwiper from "./JsvSmoothSwiper.vue";
4
+ export { JsvSwiper, JsvSwiper2, JsvSmoothSwiper };
@@ -21,9 +21,9 @@ declare const _default: {
21
21
  readonly name?: string | undefined;
22
22
  readonly onFocus?: Function | undefined;
23
23
  readonly onBlur?: Function | undefined;
24
- readonly duration?: number | undefined;
25
24
  readonly onChange?: Function | undefined;
26
25
  readonly onClick?: Function | undefined;
26
+ readonly duration?: number | undefined;
27
27
  readonly layoutInfo?: Record<string, any> | undefined;
28
28
  readonly dispNumber?: number | undefined;
29
29
  readonly initIndex?: number | undefined;
@@ -56,9 +56,9 @@ declare const _default: {
56
56
  readonly name?: string | undefined;
57
57
  readonly onFocus?: Function | undefined;
58
58
  readonly onBlur?: Function | undefined;
59
- readonly duration?: number | undefined;
60
59
  readonly onChange?: Function | undefined;
61
60
  readonly onClick?: Function | undefined;
61
+ readonly duration?: number | undefined;
62
62
  readonly layoutInfo?: Record<string, any> | undefined;
63
63
  readonly dispNumber?: number | undefined;
64
64
  readonly initIndex?: number | undefined;
@@ -75,9 +75,9 @@ declare const _default: {
75
75
  readonly name?: string | undefined;
76
76
  readonly onFocus?: Function | undefined;
77
77
  readonly onBlur?: Function | undefined;
78
- readonly duration?: number | undefined;
79
78
  readonly onChange?: Function | undefined;
80
79
  readonly onClick?: Function | undefined;
80
+ readonly duration?: number | undefined;
81
81
  readonly layoutInfo?: Record<string, any> | undefined;
82
82
  readonly dispNumber?: number | undefined;
83
83
  readonly initIndex?: number | undefined;
@@ -31,7 +31,7 @@ declare const _default: import("vue").DefineComponent<{
31
31
  type: ObjectConstructor;
32
32
  };
33
33
  }, {
34
- forgeAnimation: null;
34
+ runningState: number;
35
35
  innerViewId: number;
36
36
  }, any, {}, {
37
37
  _createForgeView(view_texture: any, decorate_setting: any): any;
@@ -51,9 +51,10 @@ declare const _default: import("vue").DefineComponent<{
51
51
  _createLayoutViewWithDecorate(view_texture: any, decorate_setting: any): any;
52
52
  _createNinePatchAlphaMixView(view_texture: any, decorate_setting: any): any;
53
53
  _createBorderRadius(view_texture: any, decorate_setting: any): any;
54
- _onAnimationEnd(): void;
54
+ _onAnimationEnd(normal_end: any): void;
55
55
  _updateTexCoord(): void;
56
- start(): void;
56
+ _buildAnimation(a: any): any;
57
+ start(customAnim: any): void;
57
58
  getTransition(): string;
58
59
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
59
60
  src: StringConstructor;
@@ -18,8 +18,8 @@ declare const _default: {
18
18
  $el: any;
19
19
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
20
20
  $props: {
21
- readonly left?: number | undefined;
22
21
  readonly top?: number | undefined;
22
+ readonly left?: number | undefined;
23
23
  readonly enable?: boolean | undefined;
24
24
  readonly width?: number | undefined;
25
25
  readonly height?: number | undefined;
@@ -50,8 +50,8 @@ declare const _default: {
50
50
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
51
51
  } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<{
52
52
  $props: {
53
- readonly left?: number | undefined;
54
53
  readonly top?: number | undefined;
54
+ readonly left?: number | undefined;
55
55
  readonly enable?: boolean | undefined;
56
56
  readonly width?: number | undefined;
57
57
  readonly height?: number | undefined;
@@ -66,8 +66,8 @@ declare const _default: {
66
66
  __isSuspense?: undefined;
67
67
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
68
68
  $props: {
69
- readonly left?: number | undefined;
70
69
  readonly top?: number | undefined;
70
+ readonly left?: number | undefined;
71
71
  readonly enable?: boolean | undefined;
72
72
  readonly width?: number | undefined;
73
73
  readonly height?: number | undefined;