@shjjs/visual-ui 1.0.39 → 1.0.40

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 (170) hide show
  1. package/es/commons/core/earth/main.vue.mjs +7 -7
  2. package/es/commons/core/useChart.mjs +301 -301
  3. package/es/commons/utils/parseDataset.mjs +19 -19
  4. package/es/commons/utils/typescript.d.ts +5 -5
  5. package/es/components/chart/commons/components/common-chart/index.vue.mjs +269 -269
  6. package/es/components/chart/commons/components/common-chart-map/index.vue.mjs +247 -247
  7. package/es/components/chart/commons/hooks/useChart.mjs +316 -316
  8. package/es/components/chart-other-candlestick-basic/index.vue.mjs +261 -261
  9. package/es/components/chart-other-candlestick-demo/index.vue.mjs +260 -260
  10. package/es/components/chart-other-candlestick-shanghai/index.vue.mjs +260 -260
  11. package/es/components/chart-other-circular-graph/index.vue.mjs +260 -260
  12. package/es/components/chart-other-force/index.vue.mjs +260 -260
  13. package/es/components/chart-other-force2/index.vue.mjs +260 -260
  14. package/es/components/chart-other-funnel/index.vue.mjs +260 -260
  15. package/es/components/chart-other-funnel-contrast/index.vue.mjs +260 -260
  16. package/es/components/chart-other-funnel-split/index.vue.mjs +260 -260
  17. package/es/components/chart-other-funnel2/index.vue.mjs +260 -260
  18. package/es/components/chart-other-gauge/index.vue.mjs +260 -260
  19. package/es/components/chart-other-gauge-grade/index.vue.mjs +260 -260
  20. package/es/components/chart-other-gauge-stage/index.vue.mjs +260 -260
  21. package/es/components/chart-other-graph-basic/index.vue.mjs +260 -260
  22. package/es/components/chart-other-graph-basic2/index.vue.mjs +260 -260
  23. package/es/components/chart-other-graph-calendar/index.vue.mjs +260 -260
  24. package/es/components/chart-other-grid-percentage/index.vue.mjs +266 -266
  25. package/es/components/chart-other-heatmap/index.vue.mjs +260 -260
  26. package/es/components/chart-other-label-gauge/index.vue.mjs +262 -262
  27. package/es/components/chart-other-liquidfill/index.vue.mjs +259 -259
  28. package/es/components/chart-other-parallel-basic/index.vue.mjs +260 -260
  29. package/es/components/chart-other-parallel-mul/index.vue.mjs +260 -260
  30. package/es/components/chart-other-radar/index.vue.mjs +281 -281
  31. package/es/components/chart-other-radar-stack/index.vue.mjs +261 -261
  32. package/es/components/chart-other-sunburst-basic/index.vue.mjs +260 -260
  33. package/es/components/chart-other-sunburst-basic2/index.vue.mjs +260 -260
  34. package/es/components/chart-other-sunburst-basic3/index.vue.mjs +260 -260
  35. package/es/components/chart-other-sunburst-basic4/index.vue.mjs +260 -260
  36. package/es/components/chart-other-sunburst-book/index.vue.mjs +260 -260
  37. package/es/components/chart-other-sunburst-flavors/index.vue.mjs +260 -260
  38. package/es/components/chart-other-sunburst-radius/index.vue.mjs +260 -260
  39. package/es/components/chart-other-theme-river/index.vue.mjs +265 -265
  40. package/es/components/chart-other-tree/index.vue.mjs +259 -259
  41. package/es/components/chart-other-tree-line/index.vue.mjs +259 -259
  42. package/es/components/chart-other-treemap/index.vue.mjs +259 -259
  43. package/es/components/chart-other-treemap-basic/index.vue.mjs +259 -259
  44. package/es/components/chart-other-word-cloud/index.vue.mjs +259 -259
  45. package/es/components/commons/custom-component-render/index.d.ts +76 -76
  46. package/es/components/commons/custom-component-render/index.vue.d.ts +76 -76
  47. package/es/components/commons/custom-component-render/index.vue.mjs +7 -7
  48. package/es/components/commons/custom-component-render/index.vue2.mjs +280 -280
  49. package/es/components/commons-echarts/compileAndRunEcharts.mjs +279 -279
  50. package/es/components/commons-gaussian-splatting-view/index.vue.mjs +7 -7
  51. package/es/components/commons-loop-iterator/index.vue.mjs +7 -7
  52. package/es/components/commons-loop-iterator/index.vue2.mjs +315 -315
  53. package/es/components/commons-product-model/index.vue.mjs +7 -7
  54. package/es/components/commons-product-model/index.vue2.mjs +424 -424
  55. package/es/components/commons-qrcode/index.vue.d.ts +90 -90
  56. package/es/components/commons-qrcode/index.vue.mjs +7 -7
  57. package/es/components/commons-three-loader/index.vue.mjs +7 -7
  58. package/es/components/commons-three-loader/index.vue2.mjs +410 -410
  59. package/es/components/commons-three-loader3/index.vue.mjs +7 -7
  60. package/es/components/commons-three-loader3/index.vue2.mjs +387 -387
  61. package/es/components/commons-weather/index.vue.mjs +7 -7
  62. package/es/components/commons-weather/index.vue2.mjs +297 -297
  63. package/es/components/commons-weather-dynamic/index.vue.mjs +7 -7
  64. package/es/components/commons-weather-dynamic/index.vue2.mjs +305 -305
  65. package/es/components/graphical-circle/index.vue.mjs +7 -7
  66. package/es/components/graphical-diamond/index.vue.mjs +7 -7
  67. package/es/components/graphical-hexagon/index.vue.mjs +7 -7
  68. package/es/components/graphical-isosceles-triangle/index.vue.mjs +7 -7
  69. package/es/components/graphical-pentagon/index.vue.mjs +7 -7
  70. package/es/components/graphical-rect/index.vue.mjs +7 -7
  71. package/es/components/graphical-right-triangle/index.vue.mjs +7 -7
  72. package/es/components/index.d.ts +113 -113
  73. package/es/components/index.mjs +364 -364
  74. package/es/components/interaction/button/index.vue.mjs +7 -7
  75. package/es/components/interaction/button/index.vue2.mjs +280 -280
  76. package/es/components/interaction/date-picker/components/common-date-picker/index.vue.mjs +7 -7
  77. package/es/components/interaction/date-picker/components/common-date-picker/index.vue2.mjs +409 -409
  78. package/es/components/interaction/date-picker/src/date-picker/index.d.ts +186 -186
  79. package/es/components/interaction/date-picker/src/date-picker/index.vue.d.ts +186 -186
  80. package/es/components/interaction/date-picker/src/date-picker-range/index.d.ts +186 -186
  81. package/es/components/interaction/date-picker/src/date-picker-range/index.vue.d.ts +186 -186
  82. package/es/components/interaction/tabs/index.vue.mjs +272 -272
  83. package/es/components/interaction/tabs-icon/index.vue.mjs +277 -277
  84. package/es/components/interaction-button/index.vue.mjs +7 -7
  85. package/es/components/interaction-button-image/index.vue.mjs +7 -7
  86. package/es/components/interaction-button-refresh/index.vue.mjs +7 -7
  87. package/es/components/interaction-data-picker/index.vue.mjs +7 -7
  88. package/es/components/interaction-input/index.vue.mjs +7 -7
  89. package/es/components/interaction-input/index.vue2.mjs +286 -286
  90. package/es/components/interaction-select/index.vue.mjs +7 -7
  91. package/es/components/interaction-select/index.vue2.mjs +422 -422
  92. package/es/components/interaction-slider/index.vue.mjs +7 -7
  93. package/es/components/interaction-slider/index.vue2.mjs +283 -283
  94. package/es/components/interaction-switch/index.vue.mjs +7 -7
  95. package/es/components/interaction-switch/index.vue2.mjs +244 -244
  96. package/es/components/interaction-tabs/index.vue.mjs +7 -7
  97. package/es/components/interaction-tabs/index.vue2.mjs +255 -255
  98. package/es/components/interaction-tabs2/index.vue.mjs +7 -7
  99. package/es/components/interaction-tabs2/index.vue2.mjs +255 -255
  100. package/es/components/map-earth-basic/index.vue.mjs +332 -332
  101. package/es/components/map-earth-cool-tech/index.vue.mjs +332 -332
  102. package/es/components/map-earth-fly-line/index.vue.mjs +332 -332
  103. package/es/components/map-earth-hacker/index.vue.mjs +332 -332
  104. package/es/components/map-earth-particle/index.vue.mjs +332 -332
  105. package/es/components/media-audio/index.vue.mjs +7 -7
  106. package/es/components/media-audio/index.vue2.mjs +277 -277
  107. package/es/components/media-audio-dynamic/index.vue.mjs +7 -7
  108. package/es/components/media-audio-dynamic/index.vue2.mjs +296 -296
  109. package/es/components/media-carousel/index.vue.mjs +7 -7
  110. package/es/components/media-carousel-slides/index.vue.mjs +7 -7
  111. package/es/components/media-flv/index.vue.mjs +284 -284
  112. package/es/components/media-iframe/index.vue.mjs +7 -7
  113. package/es/components/media-iframe/index.vue2.mjs +217 -217
  114. package/es/components/media-iframe-carousel/index.vue.mjs +7 -7
  115. package/es/components/media-iframe-dynamic/index.vue.mjs +7 -7
  116. package/es/components/media-iframe-dynamic/index.vue2.mjs +261 -261
  117. package/es/components/media-image/index.vue.mjs +7 -7
  118. package/es/components/media-image-dynamic/index.vue.mjs +7 -7
  119. package/es/components/media-image-dynamic/index.vue2.mjs +236 -236
  120. package/es/components/media-m3u8/index.vue.mjs +302 -302
  121. package/es/components/media-m3u8-dynamic/index.vue.mjs +319 -319
  122. package/es/components/media-video/index.vue.mjs +7 -7
  123. package/es/components/media-video/index.vue2.mjs +258 -258
  124. package/es/components/media-video-dynamic/index.vue.mjs +7 -7
  125. package/es/components/media-video-dynamic/index.vue2.mjs +280 -280
  126. package/es/components/media-wavesurfer/index.vue.mjs +7 -7
  127. package/es/components/scene-amap2d/index.vue.mjs +7 -7
  128. package/es/components/scene-amap2d/index.vue2.mjs +627 -627
  129. package/es/components/scene-amap3d/index.vue.mjs +7 -7
  130. package/es/components/scene-amap3d/index.vue2.mjs +752 -752
  131. package/es/components/scene-default/index.vue.mjs +7 -7
  132. package/es/components/scene-default/index.vue2.mjs +221 -221
  133. package/es/components/scene-map3d/index.vue.mjs +8 -8
  134. package/es/components/scene-map3d/index.vue2.mjs +480 -480
  135. package/es/components/scene-ue-iframe/index.vue.mjs +7 -7
  136. package/es/components/scene-ue-iframe/index.vue2.mjs +242 -242
  137. package/es/components/scene-ue-shj/index.vue.mjs +7 -7
  138. package/es/components/scene-ue-shj/index.vue2.mjs +219 -219
  139. package/es/components/scene-unity-iframe/index.vue.mjs +7 -7
  140. package/es/components/scene-unity-iframe/index.vue2.mjs +224 -224
  141. package/es/components/scene-unity-webgl/index.vue.mjs +7 -7
  142. package/es/components/scene-unity-webgl/index.vue2.mjs +226 -226
  143. package/es/components/scene-vr/index.d.ts +101 -101
  144. package/es/components/scene-vr/index.vue.d.ts +102 -102
  145. package/es/components/scene-vr/index.vue.mjs +7 -7
  146. package/es/components/scene-vr/index.vue2.mjs +543 -543
  147. package/es/components/text/list/index.vue.mjs +295 -295
  148. package/es/components/text-carousel/index.vue.mjs +7 -7
  149. package/es/components/text-count-down/index.vue.mjs +7 -7
  150. package/es/components/text-count-down/index.vue2.mjs +284 -284
  151. package/es/components/text-over-number/index.vue.mjs +7 -7
  152. package/es/components/text-over-number/index.vue2.mjs +286 -286
  153. package/es/components/text-real-time/index.vue.mjs +7 -7
  154. package/es/components/text-real-time/index.vue2.mjs +241 -241
  155. package/es/components/text-row-scroll/index.vue.mjs +7 -7
  156. package/es/components/text-row-scroll/index.vue2.mjs +352 -352
  157. package/es/components/text-table-basic/index.vue.mjs +7 -7
  158. package/es/components/text-table-basic/index.vue2.mjs +366 -366
  159. package/es/components/text-table-scroll/index.vue.mjs +7 -7
  160. package/es/components/text-table-scroll/index.vue2.mjs +356 -356
  161. package/es/components/text-text-basic/index.vue.mjs +7 -7
  162. package/es/components/text-text-dynamic/index.vue.mjs +7 -7
  163. package/es/components/text-text-dynamic/index.vue2.mjs +242 -242
  164. package/es/components/text-title/index.vue.mjs +7 -7
  165. package/es/index.mjs +388 -388
  166. package/es/plugins/datasource/index.mjs +216 -216
  167. package/es/widgets.css +1 -1
  168. package/package.json +2 -2
  169. package/umd/index.js +33660 -0
  170. package/umd/widgets.css +1 -0
@@ -1,101 +1,101 @@
1
- export declare const ZvSceneVr: import("../../commons/utils/typescript").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
- basicOption: {
3
- type: any;
4
- required: true;
5
- };
6
- sources: {
7
- type: any;
8
- required: true;
9
- };
10
- useEvents: {
11
- type: ArrayConstructor;
12
- required: true;
13
- };
14
- uuid: {
15
- type: StringConstructor;
16
- required: true;
17
- };
18
- disableDrag: {
19
- type: BooleanConstructor;
20
- required: true;
21
- };
22
- }>, {
23
- route: import("vue-router").RouteLocationNormalizedLoaded;
24
- props: any;
25
- emit: (event: "on-scene-loaded" | "on-scene-scenechange" | "on-scene-zooming" | "on-scene-hotClick", ...args: any[]) => void;
26
- audioRef: import("vue").Ref<HTMLAudioElement, HTMLAudioElement>;
27
- audio: import("vue").Ref<{
28
- src: string;
29
- autoplay: boolean;
30
- loop: boolean;
31
- volume: number;
32
- }, import("./entity/audio").IAudio | {
33
- src: string;
34
- autoplay: boolean;
35
- loop: boolean;
36
- volume: number;
37
- }>;
38
- videojsObj: import("vue").Ref<any, any>;
39
- defaultScene: import("vue").Ref<string, string>;
40
- currentScene: import("vue").Ref<string, string>;
41
- currentSceneOption: import("vue").ComputedRef<any>;
42
- strings: {
43
- bylineLabel: string;
44
- noPanoramaError: string;
45
- fileAccessError: string;
46
- malformedURLError: string;
47
- iOS8WebGLError: string;
48
- genericWebGLError: string;
49
- textureSizeError: string;
50
- unknownError: string;
51
- };
52
- initVrImageScene: () => void;
53
- initVrVideoScene: () => void;
54
- isPreview: boolean;
55
- initVrViewer: () => void;
56
- activeScene: import("vue").Ref<string, string>;
57
- sceneList: import("vue").ComputedRef<any[]>;
58
- handleSelectScene: (key: any) => void;
59
- sceneMenuRef: import("vue").Ref<any, any>;
60
- sceneMenuDialog: import("vue").Ref<boolean, boolean>;
61
- handleOpenSceneSelect: () => void;
62
- controlUp: () => void;
63
- controlDown: () => void;
64
- controlLeft: () => void;
65
- controlRight: () => void;
66
- controlZoomIn: () => void;
67
- controlZoomOut: () => void;
68
- audioPlayStatus: import("vue").Ref<boolean, boolean>;
69
- playBackgroundMusic: (type: string) => void;
70
- controlStartAutoRotate: () => void;
71
- mouseTipShowTimer: NodeJS.Timeout;
72
- mouseTipShow: import("vue").Ref<boolean, boolean>;
73
- startMouseTip: () => void;
74
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("on-scene-loaded" | "on-scene-scenechange" | "on-scene-zooming" | "on-scene-hotClick")[], "on-scene-loaded" | "on-scene-scenechange" | "on-scene-zooming" | "on-scene-hotClick", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
75
- basicOption: {
76
- type: any;
77
- required: true;
78
- };
79
- sources: {
80
- type: any;
81
- required: true;
82
- };
83
- useEvents: {
84
- type: ArrayConstructor;
85
- required: true;
86
- };
87
- uuid: {
88
- type: StringConstructor;
89
- required: true;
90
- };
91
- disableDrag: {
92
- type: BooleanConstructor;
93
- required: true;
94
- };
95
- }>> & Readonly<{
96
- "onOn-scene-loaded"?: (...args: any[]) => any;
97
- "onOn-scene-scenechange"?: (...args: any[]) => any;
98
- "onOn-scene-zooming"?: (...args: any[]) => any;
99
- "onOn-scene-hotClick"?: (...args: any[]) => any;
100
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
101
- export default ZvSceneVr;
1
+ export declare const ZvSceneVr: import("../../commons/utils/typescript").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ basicOption: {
3
+ type: any;
4
+ required: true;
5
+ };
6
+ sources: {
7
+ type: any;
8
+ required: true;
9
+ };
10
+ useEvents: {
11
+ type: ArrayConstructor;
12
+ required: true;
13
+ };
14
+ uuid: {
15
+ type: StringConstructor;
16
+ required: true;
17
+ };
18
+ disableDrag: {
19
+ type: BooleanConstructor;
20
+ required: true;
21
+ };
22
+ }>, {
23
+ route: import("vue-router").RouteLocationNormalizedLoaded;
24
+ props: any;
25
+ emit: (event: "on-scene-loaded" | "on-scene-scenechange" | "on-scene-zooming" | "on-scene-hotClick", ...args: any[]) => void;
26
+ audioRef: import("vue").Ref<HTMLAudioElement, HTMLAudioElement>;
27
+ audio: import("vue").Ref<{
28
+ src: string;
29
+ autoplay: boolean;
30
+ loop: boolean;
31
+ volume: number;
32
+ }, import("./entity/audio").IAudio | {
33
+ src: string;
34
+ autoplay: boolean;
35
+ loop: boolean;
36
+ volume: number;
37
+ }>;
38
+ videojsObj: import("vue").Ref<any, any>;
39
+ defaultScene: import("vue").Ref<string, string>;
40
+ currentScene: import("vue").Ref<string, string>;
41
+ currentSceneOption: import("vue").ComputedRef<any>;
42
+ strings: {
43
+ bylineLabel: string;
44
+ noPanoramaError: string;
45
+ fileAccessError: string;
46
+ malformedURLError: string;
47
+ iOS8WebGLError: string;
48
+ genericWebGLError: string;
49
+ textureSizeError: string;
50
+ unknownError: string;
51
+ };
52
+ initVrImageScene: () => void;
53
+ initVrVideoScene: () => void;
54
+ isPreview: boolean;
55
+ initVrViewer: () => void;
56
+ activeScene: import("vue").Ref<string, string>;
57
+ sceneList: import("vue").ComputedRef<any[]>;
58
+ handleSelectScene: (key: any) => void;
59
+ sceneMenuRef: import("vue").Ref<any, any>;
60
+ sceneMenuDialog: import("vue").Ref<boolean, boolean>;
61
+ handleOpenSceneSelect: () => void;
62
+ controlUp: () => void;
63
+ controlDown: () => void;
64
+ controlLeft: () => void;
65
+ controlRight: () => void;
66
+ controlZoomIn: () => void;
67
+ controlZoomOut: () => void;
68
+ audioPlayStatus: import("vue").Ref<boolean, boolean>;
69
+ playBackgroundMusic: (type: string) => void;
70
+ controlStartAutoRotate: () => void;
71
+ mouseTipShowTimer: NodeJS.Timeout;
72
+ mouseTipShow: import("vue").Ref<boolean, boolean>;
73
+ startMouseTip: () => void;
74
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("on-scene-loaded" | "on-scene-scenechange" | "on-scene-zooming" | "on-scene-hotClick")[], "on-scene-loaded" | "on-scene-scenechange" | "on-scene-zooming" | "on-scene-hotClick", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
75
+ basicOption: {
76
+ type: any;
77
+ required: true;
78
+ };
79
+ sources: {
80
+ type: any;
81
+ required: true;
82
+ };
83
+ useEvents: {
84
+ type: ArrayConstructor;
85
+ required: true;
86
+ };
87
+ uuid: {
88
+ type: StringConstructor;
89
+ required: true;
90
+ };
91
+ disableDrag: {
92
+ type: BooleanConstructor;
93
+ required: true;
94
+ };
95
+ }>> & Readonly<{
96
+ "onOn-scene-loaded"?: (...args: any[]) => any;
97
+ "onOn-scene-scenechange"?: (...args: any[]) => any;
98
+ "onOn-scene-zooming"?: (...args: any[]) => any;
99
+ "onOn-scene-hotClick"?: (...args: any[]) => any;
100
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
101
+ export default ZvSceneVr;
@@ -1,102 +1,102 @@
1
- import { IAudio } from './entity/audio';
2
- declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
- basicOption: {
4
- type: any;
5
- required: true;
6
- };
7
- sources: {
8
- type: any;
9
- required: true;
10
- };
11
- useEvents: {
12
- type: ArrayConstructor;
13
- required: true;
14
- };
15
- uuid: {
16
- type: StringConstructor;
17
- required: true;
18
- };
19
- disableDrag: {
20
- type: BooleanConstructor;
21
- required: true;
22
- };
23
- }>, {
24
- route: import("vue-router").RouteLocationNormalizedLoaded;
25
- props: any;
26
- emit: (event: "on-scene-loaded" | "on-scene-scenechange" | "on-scene-zooming" | "on-scene-hotClick", ...args: any[]) => void;
27
- audioRef: import("vue").Ref<HTMLAudioElement, HTMLAudioElement>;
28
- audio: import("vue").Ref<{
29
- src: string;
30
- autoplay: boolean;
31
- loop: boolean;
32
- volume: number;
33
- }, IAudio | {
34
- src: string;
35
- autoplay: boolean;
36
- loop: boolean;
37
- volume: number;
38
- }>;
39
- videojsObj: import("vue").Ref<any, any>;
40
- defaultScene: import("vue").Ref<string, string>;
41
- currentScene: import("vue").Ref<string, string>;
42
- currentSceneOption: import("vue").ComputedRef<any>;
43
- strings: {
44
- bylineLabel: string;
45
- noPanoramaError: string;
46
- fileAccessError: string;
47
- malformedURLError: string;
48
- iOS8WebGLError: string;
49
- genericWebGLError: string;
50
- textureSizeError: string;
51
- unknownError: string;
52
- };
53
- initVrImageScene: () => void;
54
- initVrVideoScene: () => void;
55
- isPreview: boolean;
56
- initVrViewer: () => void;
57
- activeScene: import("vue").Ref<string, string>;
58
- sceneList: import("vue").ComputedRef<any[]>;
59
- handleSelectScene: (key: any) => void;
60
- sceneMenuRef: import("vue").Ref<any, any>;
61
- sceneMenuDialog: import("vue").Ref<boolean, boolean>;
62
- handleOpenSceneSelect: () => void;
63
- controlUp: () => void;
64
- controlDown: () => void;
65
- controlLeft: () => void;
66
- controlRight: () => void;
67
- controlZoomIn: () => void;
68
- controlZoomOut: () => void;
69
- audioPlayStatus: import("vue").Ref<boolean, boolean>;
70
- playBackgroundMusic: (type: string) => void;
71
- controlStartAutoRotate: () => void;
72
- mouseTipShowTimer: NodeJS.Timeout;
73
- mouseTipShow: import("vue").Ref<boolean, boolean>;
74
- startMouseTip: () => void;
75
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("on-scene-loaded" | "on-scene-scenechange" | "on-scene-zooming" | "on-scene-hotClick")[], "on-scene-loaded" | "on-scene-scenechange" | "on-scene-zooming" | "on-scene-hotClick", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
76
- basicOption: {
77
- type: any;
78
- required: true;
79
- };
80
- sources: {
81
- type: any;
82
- required: true;
83
- };
84
- useEvents: {
85
- type: ArrayConstructor;
86
- required: true;
87
- };
88
- uuid: {
89
- type: StringConstructor;
90
- required: true;
91
- };
92
- disableDrag: {
93
- type: BooleanConstructor;
94
- required: true;
95
- };
96
- }>> & Readonly<{
97
- "onOn-scene-loaded"?: (...args: any[]) => any;
98
- "onOn-scene-scenechange"?: (...args: any[]) => any;
99
- "onOn-scene-zooming"?: (...args: any[]) => any;
100
- "onOn-scene-hotClick"?: (...args: any[]) => any;
101
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
102
- export default _sfc_main;
1
+ import { IAudio } from './entity/audio';
2
+ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ basicOption: {
4
+ type: any;
5
+ required: true;
6
+ };
7
+ sources: {
8
+ type: any;
9
+ required: true;
10
+ };
11
+ useEvents: {
12
+ type: ArrayConstructor;
13
+ required: true;
14
+ };
15
+ uuid: {
16
+ type: StringConstructor;
17
+ required: true;
18
+ };
19
+ disableDrag: {
20
+ type: BooleanConstructor;
21
+ required: true;
22
+ };
23
+ }>, {
24
+ route: import("vue-router").RouteLocationNormalizedLoaded;
25
+ props: any;
26
+ emit: (event: "on-scene-loaded" | "on-scene-scenechange" | "on-scene-zooming" | "on-scene-hotClick", ...args: any[]) => void;
27
+ audioRef: import("vue").Ref<HTMLAudioElement, HTMLAudioElement>;
28
+ audio: import("vue").Ref<{
29
+ src: string;
30
+ autoplay: boolean;
31
+ loop: boolean;
32
+ volume: number;
33
+ }, IAudio | {
34
+ src: string;
35
+ autoplay: boolean;
36
+ loop: boolean;
37
+ volume: number;
38
+ }>;
39
+ videojsObj: import("vue").Ref<any, any>;
40
+ defaultScene: import("vue").Ref<string, string>;
41
+ currentScene: import("vue").Ref<string, string>;
42
+ currentSceneOption: import("vue").ComputedRef<any>;
43
+ strings: {
44
+ bylineLabel: string;
45
+ noPanoramaError: string;
46
+ fileAccessError: string;
47
+ malformedURLError: string;
48
+ iOS8WebGLError: string;
49
+ genericWebGLError: string;
50
+ textureSizeError: string;
51
+ unknownError: string;
52
+ };
53
+ initVrImageScene: () => void;
54
+ initVrVideoScene: () => void;
55
+ isPreview: boolean;
56
+ initVrViewer: () => void;
57
+ activeScene: import("vue").Ref<string, string>;
58
+ sceneList: import("vue").ComputedRef<any[]>;
59
+ handleSelectScene: (key: any) => void;
60
+ sceneMenuRef: import("vue").Ref<any, any>;
61
+ sceneMenuDialog: import("vue").Ref<boolean, boolean>;
62
+ handleOpenSceneSelect: () => void;
63
+ controlUp: () => void;
64
+ controlDown: () => void;
65
+ controlLeft: () => void;
66
+ controlRight: () => void;
67
+ controlZoomIn: () => void;
68
+ controlZoomOut: () => void;
69
+ audioPlayStatus: import("vue").Ref<boolean, boolean>;
70
+ playBackgroundMusic: (type: string) => void;
71
+ controlStartAutoRotate: () => void;
72
+ mouseTipShowTimer: NodeJS.Timeout;
73
+ mouseTipShow: import("vue").Ref<boolean, boolean>;
74
+ startMouseTip: () => void;
75
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("on-scene-loaded" | "on-scene-scenechange" | "on-scene-zooming" | "on-scene-hotClick")[], "on-scene-loaded" | "on-scene-scenechange" | "on-scene-zooming" | "on-scene-hotClick", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
76
+ basicOption: {
77
+ type: any;
78
+ required: true;
79
+ };
80
+ sources: {
81
+ type: any;
82
+ required: true;
83
+ };
84
+ useEvents: {
85
+ type: ArrayConstructor;
86
+ required: true;
87
+ };
88
+ uuid: {
89
+ type: StringConstructor;
90
+ required: true;
91
+ };
92
+ disableDrag: {
93
+ type: BooleanConstructor;
94
+ required: true;
95
+ };
96
+ }>> & Readonly<{
97
+ "onOn-scene-loaded"?: (...args: any[]) => any;
98
+ "onOn-scene-scenechange"?: (...args: any[]) => any;
99
+ "onOn-scene-zooming"?: (...args: any[]) => any;
100
+ "onOn-scene-hotClick"?: (...args: any[]) => any;
101
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
102
+ export default _sfc_main;
@@ -1,7 +1,7 @@
1
- import o from "./index.vue2.mjs";
2
- /* empty css */
3
- import t from "../../_virtual/_plugin-vue_export-helper.mjs";
4
- const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-40ea83da"]]);
5
- export {
6
- p as default
7
- };
1
+ import o from "./index.vue2.mjs";
2
+ /* empty css */
3
+ import t from "../../_virtual/_plugin-vue_export-helper.mjs";
4
+ const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-40ea83da"]]);
5
+ export {
6
+ p as default
7
+ };