@shijiu/jsview-vue 2.1.435 → 2.1.476-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 (64) hide show
  1. package/bin/browser/BrowserApic.vue.mjs +4 -4
  2. package/bin/browser/BrowserApic2.vue.mjs +4 -4
  3. package/bin/browser/BrowserApicLib.mjs +24 -24
  4. package/bin/browser/BrowserAudio.vue.mjs +8 -8
  5. package/bin/browser/BrowserJsvLatex.vue.mjs +27 -15
  6. package/bin/browser/BrowserPreload.vue.mjs +4 -4
  7. package/bin/browser/BrowserQrcode.vue.mjs +4 -4
  8. package/bin/browser/BrowserSpray.vue.mjs +4 -4
  9. package/bin/browser/BrowserTextureAnim.vue.mjs +4 -4
  10. package/bin/export-sfc.mjs +3 -3
  11. package/bin/jsview-vue-common.mjs +3 -3
  12. package/bin/jsview-vue.mjs +12057 -13884
  13. package/bin/types/browser/BrowserApic.vue.d.mts +33 -0
  14. package/bin/types/browser/BrowserApic2.vue.d.mts +16 -0
  15. package/bin/types/browser/BrowserApicLib.d.mts +56 -0
  16. package/bin/types/browser/BrowserAudio.vue.d.mts +2 -0
  17. package/bin/types/browser/BrowserJsvLatex.vue.d.mts +55 -0
  18. package/bin/types/browser/BrowserPreload.vue.d.mts +14 -0
  19. package/bin/types/browser/BrowserQrcode.vue.d.mts +29 -0
  20. package/bin/types/browser/BrowserSpray.vue.d.mts +2 -0
  21. package/bin/types/browser/BrowserTextureAnim.vue.d.mts +2 -0
  22. package/bin/types/export-sfc.d.mts +2 -0
  23. package/bin/types/jsview-vue-common.d.mts +23 -0
  24. package/bin/types/jsview-vue.d.mts +2511 -0
  25. package/index.d.ts +3 -4
  26. package/package.json +1 -1
  27. package/tools/config/tsconfig.json +7 -10
  28. package/tools/jsview-vue-build.mjs +25 -4
  29. package/utils/JsViewEngineWidget/MetroWidget/SlotComponent.vue +0 -1
  30. package/utils/JsViewPlugin/JsvAudio/AudioProxy.js +11 -3
  31. package/utils/JsViewPlugin/JsvAudio/JsvAudio.vue +6 -3
  32. package/utils/JsViewPlugin/JsvAudio/JsvAudioProxy.vue +20 -0
  33. package/utils/JsViewPlugin/JsvAudio/PluginLoader.js +13 -3
  34. package/utils/JsViewPlugin/JsvAudio/index.js +11 -16
  35. package/utils/JsViewPlugin/JsvLatex/BrowserJsvLatex.vue +22 -5
  36. package/utils/JsViewPlugin/JsvLatex/JsvLatex.vue +3 -1
  37. package/utils/JsViewPlugin/JsvLatex/JsvLatexProxy.vue +20 -0
  38. package/utils/JsViewPlugin/JsvLatex/PluginLoader.js +13 -3
  39. package/utils/JsViewPlugin/JsvLatex/index.js +11 -16
  40. package/utils/JsViewPlugin/index.js +1 -1
  41. package/utils/JsViewVueTools/ForgeHandles.ts +14 -0
  42. package/utils/JsViewVueTools/{JsvDynamicKeyFrames.js → JsvDynamicKeyFrames.ts} +2 -2
  43. package/utils/JsViewVueTools/JsvFederationTools.ts +35 -0
  44. package/utils/JsViewVueTools/JsvPreDownloader.ts +36 -37
  45. package/utils/JsViewVueTools/JsvTextureStore/CanvasTexture/CanvasTexture.ts +6 -5
  46. package/utils/JsViewVueTools/index.js +2 -1
  47. package/utils/JsViewVueWidget/JsvFreeMoveActor/JsvEnvBlocker.vue +4 -0
  48. package/utils/JsViewVueWidget/JsvFreeMoveActor/SetCondition.ts +3 -3
  49. package/utils/JsViewVueWidget/JsvFreeMoveActor/SetState.ts +2 -0
  50. package/utils/JsViewVueWidget/JsvMindMap/JsvMindMap.vue +1 -1
  51. package/utils/JsViewVueWidget/JsvQrcode/JsvQrcode.vue +2 -1
  52. package/utils/JsViewVueWidget/JsvSpriteAnim/FrameBuidler.ts +11 -7
  53. package/utils/JsViewVueWidget/JsvSpriteAnim/JsvSpriteAnim.vue +135 -61
  54. package/utils/JsViewVueWidget/JsvSpriteAnim/JsvSpriteTools.ts +26 -0
  55. package/utils/JsViewVueWidget/JsvSpriteAnim/index.js +8 -1
  56. package/utils/JsViewVueWidget/JsvSwiper/JsvSwiper.vue +6 -0
  57. package/utils/JsViewVueWidget/JsvSwiper3D/JsvSwiper.vue +1 -1
  58. package/bin/browser/BrowserJsvPlayer.vue.mjs +0 -573
  59. package/utils/JsViewEngineWidget/index.d.ts +0 -28
  60. package/utils/JsViewPlugin/JsvLatex/mathjax-tex-svg.txt +0 -1
  61. package/utils/JsViewPlugin/index.d.ts +0 -1
  62. package/utils/JsViewVueTools/ForgeHandles.js +0 -13
  63. package/utils/JsViewVueTools/index.d.ts +0 -13
  64. /package/utils/JsViewVueWidget/JsvSpriteAnim/{sAnimationToken.js → sAnimationToken.ts} +0 -0
@@ -1 +0,0 @@
1
- declare module '*.js'
@@ -1,13 +0,0 @@
1
- let handles = {
2
- TextureManager: null,
3
- RootView: null,
4
- RootActivity: null
5
- }
6
-
7
- window.JsvCode.ForgeHandles.listenToReady(()=>{
8
- handles.TextureManager = window.JsvCode.ForgeHandles.TextureManager;
9
- handles.RootView = window.JsvCode.ForgeHandles.RootView;
10
- handles.RootActivity = window.JsvCode.ForgeHandles.RootActivity;
11
- })
12
-
13
- export default handles;
@@ -1,13 +0,0 @@
1
- declare module '@shijiu/jsview-vue/utils/JsViewVueTools/JsvRuntimeBridge' {
2
- export const jJsvRuntimeBridge: {
3
- notifyPageLoaded();
4
- }
5
- }
6
-
7
- declare module 'jsview/utils/JsViewVueTools/JsvRuntimeBridge' {
8
- export const jJsvRuntimeBridge: {
9
- notifyPageLoaded();
10
- }
11
- }
12
-
13
- declare module '*.js'