@shjjs/visual-ui 1.0.33 → 1.0.35

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 (202) hide show
  1. package/es/commons/core/useChart.mjs +1 -1
  2. package/es/commons/plugins/datasource/index.d.ts +73 -73
  3. package/es/commons/plugins/datasource/index.mjs +214 -214
  4. package/es/commons/plugins/datasource/sources/api.d.ts +1 -1
  5. package/es/commons/plugins/datasource/sources/api.mjs +32 -32
  6. package/es/commons/plugins/datasource/sources/static.d.ts +1 -1
  7. package/es/commons/plugins/datasource/sources/static.mjs +17 -17
  8. package/es/commons/plugins/datasource/sources/storage.d.ts +1 -1
  9. package/es/commons/plugins/datasource/sources/storage.mjs +28 -28
  10. package/es/commons/plugins/datasource/sources/url.d.ts +1 -1
  11. package/es/commons/plugins/datasource/sources/url.mjs +17 -17
  12. package/es/commons/plugins/datasource/sources/variable.d.ts +1 -1
  13. package/es/commons/plugins/datasource/sources/variable.mjs +17 -17
  14. package/es/commons/plugins/datasource/sources/ws.d.ts +32 -32
  15. package/es/commons/plugins/datasource/sources/ws.mjs +139 -139
  16. package/es/commons/plugins/datasource/utils/axios.d.ts +70 -70
  17. package/es/commons/plugins/datasource/utils/axios.mjs +134 -134
  18. package/es/commons/plugins/datasource/utils/request.d.ts +3 -3
  19. package/es/commons/plugins/datasource/utils/request.mjs +5 -5
  20. package/es/commons/plugins/datasource/utils/utils.d.ts +115 -115
  21. package/es/commons/plugins/datasource/utils/utils.mjs +229 -229
  22. package/es/commons/plugins/datasource/utils/wsManager.d.ts +16 -16
  23. package/es/commons/plugins/datasource/utils/wsManager.mjs +78 -78
  24. package/es/commons/plugins/event/actions/fullScreenAction.d.ts +8 -8
  25. package/es/commons/plugins/event/actions/fullScreenAction.mjs +8 -8
  26. package/es/commons/plugins/event/actions/invokeAction.d.ts +8 -8
  27. package/es/commons/plugins/event/actions/invokeAction.mjs +11 -11
  28. package/es/commons/plugins/event/actions/linkAction.d.ts +8 -8
  29. package/es/commons/plugins/event/actions/linkAction.mjs +8 -8
  30. package/es/commons/plugins/event/actions/moveAction.d.ts +8 -8
  31. package/es/commons/plugins/event/actions/moveAction.mjs +15 -15
  32. package/es/commons/plugins/event/actions/refreshVariableAction.d.ts +7 -7
  33. package/es/commons/plugins/event/actions/refreshVariableAction.mjs +18 -18
  34. package/es/commons/plugins/event/actions/rotateAction.d.ts +8 -8
  35. package/es/commons/plugins/event/actions/rotateAction.mjs +19 -19
  36. package/es/commons/plugins/event/actions/scaleAction.d.ts +8 -8
  37. package/es/commons/plugins/event/actions/scaleAction.mjs +24 -24
  38. package/es/commons/plugins/event/actions/sendApiAction.d.ts +8 -8
  39. package/es/commons/plugins/event/actions/sendApiAction.mjs +16 -16
  40. package/es/commons/plugins/event/actions/ueCommonsWebscoketAction.d.ts +7 -7
  41. package/es/commons/plugins/event/actions/ueCommonsWebscoketAction.mjs +31 -31
  42. package/es/commons/plugins/event/actions/ueShjExecMethodAction.d.ts +7 -7
  43. package/es/commons/plugins/event/actions/ueShjExecMethodAction.mjs +31 -31
  44. package/es/commons/plugins/event/actions/unityIframeExecMethodAction.d.ts +7 -7
  45. package/es/commons/plugins/event/actions/unityIframeExecMethodAction.mjs +28 -28
  46. package/es/commons/plugins/event/actions/unityWebglExecMethodAction.d.ts +7 -7
  47. package/es/commons/plugins/event/actions/unityWebglExecMethodAction.mjs +28 -28
  48. package/es/commons/plugins/event/actions/updatePageAction.d.ts +8 -8
  49. package/es/commons/plugins/event/actions/updatePageAction.mjs +6 -6
  50. package/es/commons/plugins/event/actions/updateVariableAction.d.ts +7 -7
  51. package/es/commons/plugins/event/actions/updateVariableAction.mjs +25 -25
  52. package/es/commons/plugins/event/actions/updateWidgetAction.d.ts +7 -7
  53. package/es/commons/plugins/event/actions/updateWidgetAction.mjs +14 -14
  54. package/es/commons/plugins/event/actions/vrSceneMethodAction.d.ts +7 -7
  55. package/es/commons/plugins/event/actions/vrSceneMethodAction.mjs +12 -12
  56. package/es/commons/plugins/event/index.d.ts +206 -206
  57. package/es/commons/plugins/event/index.mjs +161 -161
  58. package/es/commons/plugins/event/utils/utils.d.ts +22 -22
  59. package/es/commons/plugins/event/utils/utils.mjs +50 -50
  60. package/es/commons/utils/componentRefs.d.ts +28 -28
  61. package/es/commons/utils/componentRefs.mjs +37 -37
  62. package/es/commons/utils/getNextElement.d.ts +7 -7
  63. package/es/commons/utils/getNextElement.mjs +12 -12
  64. package/es/components/chart/commons/components/common-chart/index.vue.mjs +10 -11
  65. package/es/components/chart/commons/components/common-chart-map/index.vue.mjs +6 -7
  66. package/es/components/chart/commons/hooks/useChart.mjs +1 -1
  67. package/es/components/chart-other-candlestick-basic/index.vue.mjs +7 -8
  68. package/es/components/chart-other-candlestick-demo/index.vue.mjs +16 -17
  69. package/es/components/chart-other-candlestick-shanghai/index.vue.mjs +14 -15
  70. package/es/components/chart-other-circular-graph/index.vue.mjs +16 -17
  71. package/es/components/chart-other-force/index.vue.mjs +19 -20
  72. package/es/components/chart-other-force2/index.vue.mjs +19 -20
  73. package/es/components/chart-other-funnel/index.vue.mjs +16 -17
  74. package/es/components/chart-other-funnel-contrast/index.vue.mjs +16 -17
  75. package/es/components/chart-other-funnel-split/index.vue.mjs +16 -17
  76. package/es/components/chart-other-funnel2/index.vue.mjs +16 -17
  77. package/es/components/chart-other-gauge/index.vue.mjs +21 -22
  78. package/es/components/chart-other-gauge-grade/index.vue.mjs +20 -21
  79. package/es/components/chart-other-gauge-stage/index.vue.mjs +21 -22
  80. package/es/components/chart-other-graph-basic/index.vue.mjs +8 -9
  81. package/es/components/chart-other-graph-basic2/index.vue.mjs +8 -9
  82. package/es/components/chart-other-graph-calendar/index.vue.mjs +7 -8
  83. package/es/components/chart-other-grid-percentage/index.vue.mjs +3 -4
  84. package/es/components/chart-other-heatmap/index.vue.mjs +19 -20
  85. package/es/components/chart-other-label-gauge/index.vue.mjs +9 -10
  86. package/es/components/chart-other-liquidfill/index.vue.mjs +11 -12
  87. package/es/components/chart-other-parallel-basic/index.vue.mjs +15 -16
  88. package/es/components/chart-other-parallel-mul/index.vue.mjs +6 -7
  89. package/es/components/chart-other-radar/index.vue.mjs +20 -21
  90. package/es/components/chart-other-radar-stack/index.vue.mjs +6 -7
  91. package/es/components/chart-other-sunburst-basic/index.vue.mjs +12 -13
  92. package/es/components/chart-other-sunburst-basic2/index.vue.mjs +12 -13
  93. package/es/components/chart-other-sunburst-basic3/index.vue.mjs +12 -13
  94. package/es/components/chart-other-sunburst-basic4/index.vue.mjs +12 -13
  95. package/es/components/chart-other-sunburst-book/index.vue.mjs +7 -8
  96. package/es/components/chart-other-sunburst-flavors/index.vue.mjs +16 -17
  97. package/es/components/chart-other-sunburst-radius/index.vue.mjs +18 -19
  98. package/es/components/chart-other-theme-river/index.vue.mjs +3 -4
  99. package/es/components/chart-other-tree/index.vue.mjs +8 -9
  100. package/es/components/chart-other-tree-line/index.vue.mjs +7 -8
  101. package/es/components/chart-other-treemap/index.vue.mjs +9 -10
  102. package/es/components/chart-other-treemap-basic/index.vue.mjs +14 -15
  103. package/es/components/chart-other-word-cloud/index.vue.mjs +11 -12
  104. package/es/components/commons-echarts/compileAndRunEcharts.mjs +8 -9
  105. package/es/components/commons-loop-iterator/index.vue.mjs +2 -2
  106. package/es/components/commons-loop-iterator/index.vue2.mjs +3 -4
  107. package/es/components/commons-product-model/index.vue.mjs +2 -2
  108. package/es/components/commons-product-model/index.vue2.mjs +1 -1
  109. package/es/components/commons-three-loader/index.vue.mjs +1 -1
  110. package/es/components/commons-three-loader/index.vue2.mjs +1 -1
  111. package/es/components/commons-three-loader3/index.vue.mjs +1 -1
  112. package/es/components/commons-three-loader3/index.vue2.mjs +1 -1
  113. package/es/components/commons-weather/index.vue.mjs +2 -2
  114. package/es/components/commons-weather/index.vue2.mjs +1 -1
  115. package/es/components/commons-weather-dynamic/index.vue.mjs +1 -1
  116. package/es/components/commons-weather-dynamic/index.vue2.mjs +3 -4
  117. package/es/components/index.d.ts +111 -111
  118. package/es/components/index.mjs +360 -360
  119. package/es/components/interaction/button/index.vue.mjs +2 -2
  120. package/es/components/interaction/button/index.vue2.mjs +65 -65
  121. package/es/components/interaction/date-picker/components/common-date-picker/index.vue.mjs +2 -2
  122. package/es/components/interaction/date-picker/components/common-date-picker/index.vue2.mjs +64 -65
  123. package/es/components/interaction/date-picker/src/date-picker/index.d.ts +211 -211
  124. package/es/components/interaction/date-picker/src/date-picker/index.vue.d.ts +211 -211
  125. package/es/components/interaction/date-picker/src/date-picker-range/index.d.ts +211 -211
  126. package/es/components/interaction/date-picker/src/date-picker-range/index.vue.d.ts +211 -211
  127. package/es/components/interaction/tabs/index.vue.mjs +11 -12
  128. package/es/components/interaction/tabs-icon/index.vue.mjs +6 -7
  129. package/es/components/interaction-input/index.vue.mjs +1 -1
  130. package/es/components/interaction-input/index.vue2.mjs +3 -4
  131. package/es/components/interaction-select/index.vue.mjs +1 -1
  132. package/es/components/interaction-select/index.vue2.mjs +6 -7
  133. package/es/components/interaction-slider/index.vue.mjs +2 -2
  134. package/es/components/interaction-slider/index.vue2.mjs +34 -35
  135. package/es/components/interaction-switch/index.vue.mjs +2 -2
  136. package/es/components/interaction-switch/index.vue2.mjs +20 -20
  137. package/es/components/interaction-tabs/index.vue.mjs +2 -2
  138. package/es/components/interaction-tabs/index.vue2.mjs +1 -1
  139. package/es/components/interaction-tabs2/index.vue.mjs +2 -2
  140. package/es/components/interaction-tabs2/index.vue2.mjs +1 -1
  141. package/es/components/map-earth-basic/index.vue.d.ts +0 -2
  142. package/es/components/map-earth-basic/index.vue.mjs +14 -15
  143. package/es/components/map-earth-cool-tech/index.vue.mjs +14 -15
  144. package/es/components/map-earth-fly-line/index.vue.d.ts +0 -4
  145. package/es/components/map-earth-fly-line/index.vue.mjs +8 -9
  146. package/es/components/map-earth-hacker/index.vue.d.ts +2 -4
  147. package/es/components/map-earth-hacker/index.vue.mjs +19 -20
  148. package/es/components/map-earth-particle/index.vue.d.ts +0 -4
  149. package/es/components/map-earth-particle/index.vue.mjs +14 -15
  150. package/es/components/media-audio/index.vue.mjs +2 -2
  151. package/es/components/media-audio/index.vue2.mjs +5 -5
  152. package/es/components/media-audio-dynamic/index.vue.mjs +1 -1
  153. package/es/components/media-audio-dynamic/index.vue2.mjs +4 -5
  154. package/es/components/media-flv/index.vue.mjs +1 -1
  155. package/es/components/media-iframe/index.vue.mjs +2 -2
  156. package/es/components/media-iframe/index.vue2.mjs +1 -1
  157. package/es/components/media-image-dynamic/index.vue.mjs +2 -2
  158. package/es/components/media-image-dynamic/index.vue2.mjs +6 -7
  159. package/es/components/media-m3u8/index.vue.mjs +1 -1
  160. package/es/components/media-m3u8-dynamic/index.vue.mjs +3 -4
  161. package/es/components/media-video/index.vue.mjs +2 -2
  162. package/es/components/media-video/index.vue2.mjs +1 -1
  163. package/es/components/media-video-dynamic/index.vue.mjs +2 -2
  164. package/es/components/media-video-dynamic/index.vue2.mjs +3 -4
  165. package/es/components/scene-amap2d/index.vue.mjs +1 -1
  166. package/es/components/scene-amap2d/index.vue2.mjs +13 -14
  167. package/es/components/scene-amap3d/index.vue.mjs +2 -2
  168. package/es/components/scene-amap3d/index.vue2.mjs +4 -5
  169. package/es/components/scene-default/index.vue.mjs +2 -2
  170. package/es/components/scene-default/index.vue2.mjs +1 -1
  171. package/es/components/scene-map3d/index.vue.mjs +2 -2
  172. package/es/components/scene-map3d/index.vue2.mjs +19 -20
  173. package/es/components/scene-ue-iframe/index.vue.mjs +2 -2
  174. package/es/components/scene-ue-iframe/index.vue2.mjs +1 -1
  175. package/es/components/scene-ue-shj/index.vue.mjs +2 -2
  176. package/es/components/scene-ue-shj/index.vue2.mjs +1 -1
  177. package/es/components/scene-unity-iframe/index.vue.mjs +2 -2
  178. package/es/components/scene-unity-iframe/index.vue2.mjs +1 -1
  179. package/es/components/scene-unity-webgl/index.vue.mjs +1 -1
  180. package/es/components/scene-unity-webgl/index.vue2.mjs +1 -1
  181. package/es/components/scene-vr/index.vue.mjs +2 -2
  182. package/es/components/scene-vr/index.vue2.mjs +3 -3
  183. package/es/components/text/list/index.vue.mjs +10 -11
  184. package/es/components/text-count-down/index.vue.mjs +1 -1
  185. package/es/components/text-count-down/index.vue2.mjs +1 -1
  186. package/es/components/text-over-number/index.vue.mjs +1 -1
  187. package/es/components/text-over-number/index.vue2.mjs +15 -16
  188. package/es/components/text-real-time/index.vue.mjs +1 -1
  189. package/es/components/text-real-time/index.vue2.mjs +2 -2
  190. package/es/components/text-row-scroll/index.vue.mjs +2 -2
  191. package/es/components/text-row-scroll/index.vue2.mjs +30 -31
  192. package/es/components/text-table-basic/index.vue.mjs +1 -1
  193. package/es/components/text-table-basic/index.vue2.mjs +43 -44
  194. package/es/components/text-table-scroll/index.vue.mjs +2 -2
  195. package/es/components/text-table-scroll/index.vue2.mjs +58 -59
  196. package/es/components/text-text-dynamic/index.vue.mjs +1 -1
  197. package/es/components/text-text-dynamic/index.vue2.mjs +16 -17
  198. package/es/env.d.ts +0 -1
  199. package/es/index.d.ts +0 -7
  200. package/es/index.mjs +370 -384
  201. package/es/widgets.css +1 -1
  202. package/package.json +2 -2
@@ -1,10 +1,9 @@
1
- import { defineComponent as l, useCssVars as O, ref as h, onMounted as g, watch as n, createElementBlock as v, openBlock as E, createVNode as H, unref as T } from "vue";
1
+ import { defineComponent as l, useCssVars as m, ref as h, onMounted as g, watch as a, createElementBlock as v, openBlock as E, createVNode as H, unref as T } from "vue";
2
2
  import { cloneDeep as p, isEqual as r } from "lodash";
3
3
  import V from "@vueform/slider";
4
- import { SHJDatasourceV2 as w } from "../../commons/plugins/datasource/index.mjs";
4
+ import { SHJDatasourceV2 as w, SHJParseEvent as n } from "@zerov/core";
5
5
  import "@vueform/slider/themes/default.css";
6
- import { SHJParseEvent as a } from "../../commons/plugins/event/index.mjs";
7
- const C = { class: "zerov-widget-slider" }, B = l({ name: "zv-interaction-slider" }), W = /* @__PURE__ */ l({
6
+ const C = { class: "zerov-widget-slider" }, B = l({ name: "zv-interaction-slider" }), k = /* @__PURE__ */ l({
8
7
  ...B,
9
8
  props: {
10
9
  basicOption: {},
@@ -13,58 +12,58 @@ const C = { class: "zerov-widget-slider" }, B = l({ name: "zv-interaction-slider
13
12
  uuid: {}
14
13
  },
15
14
  emits: ["on-change"],
16
- setup(d, { expose: c, emit: b }) {
17
- O((s) => ({
18
- "3c5b8910": s.basicOption.css.sliderBg,
19
- f3ecf0b8: s.basicOption.css.sliderConnectBg,
20
- "9b89184a": s.basicOption.css.sliderHeight + "px",
21
- "0446fa10": s.basicOption.css.sliderRadius + "px",
22
- "7901f5d0": s.basicOption.css.sliderHandleBg,
23
- bf9745cc: s.basicOption.css.sliderHandleWidth + "px",
24
- "9e40ba5a": s.basicOption.css.sliderHandleHeight + "px",
25
- "02eb2908": s.basicOption.css.sliderHandleRadius + "px",
26
- "261491ea": s.basicOption.css.sliderHandleRingWidth + "px",
27
- 75889240: s.basicOption.css.sliderHandleRingColor,
28
- ed677736: s.basicOption.css.sliderTooltipFontSize + "px",
29
- "5cb2a3ce": s.basicOption.css.sliderTooltipFontWeight + "px",
30
- de310706: s.basicOption.css.sliderTooltipBg,
31
- ab3997aa: s.basicOption.css.sliderTooltipColor,
32
- "3d0edefa": s.basicOption.css.sliderTooltipRadius + "px",
33
- "09794f2c": s.basicOption.css.sliderTooltipPy + "px",
34
- bccfbb66: s.basicOption.css.sliderTooltipPx + "px",
35
- "2afba7db": s.basicOption.css.sliderTooltipArrowSize + "px",
36
- "6a864c80": s.basicOption.css.sliderTooltipDistance + "px"
15
+ setup(d, { expose: c, emit: f }) {
16
+ m((s) => ({
17
+ "59c5ae44": s.basicOption.css.sliderBg,
18
+ 76392416: s.basicOption.css.sliderConnectBg,
19
+ e0f8f166: s.basicOption.css.sliderHeight + "px",
20
+ "3ce1e4fc": s.basicOption.css.sliderRadius + "px",
21
+ 15911266: s.basicOption.css.sliderHandleBg,
22
+ "02eebe30": s.basicOption.css.sliderHandleWidth + "px",
23
+ "1d13d8c5": s.basicOption.css.sliderHandleHeight + "px",
24
+ "6f1f5efa": s.basicOption.css.sliderHandleRadius + "px",
25
+ 14338290: s.basicOption.css.sliderHandleRingWidth + "px",
26
+ "70ccb5d2": s.basicOption.css.sliderHandleRingColor,
27
+ "591df133": s.basicOption.css.sliderTooltipFontSize + "px",
28
+ "7ecc551c": s.basicOption.css.sliderTooltipFontWeight + "px",
29
+ fdd1ce22: s.basicOption.css.sliderTooltipBg,
30
+ "5ef1ea79": s.basicOption.css.sliderTooltipColor,
31
+ "0869ce5e": s.basicOption.css.sliderTooltipRadius + "px",
32
+ "5fefa30c": s.basicOption.css.sliderTooltipPy + "px",
33
+ "6827019b": s.basicOption.css.sliderTooltipPx + "px",
34
+ "555f94cd": s.basicOption.css.sliderTooltipArrowSize + "px",
35
+ cae2f2e4: s.basicOption.css.sliderTooltipDistance + "px"
37
36
  }));
38
- const i = d, u = b, t = h(20), o = () => {
37
+ const i = d, u = f, t = h(20), o = () => {
39
38
  w.parse({
40
39
  tId: i.uuid,
41
40
  sources: i.sources,
42
41
  callback: ({ data: s }) => {
43
42
  try {
44
- a.parseEvents(i.useEvents, "dataListener", s), t.value = s[0].data[0].value;
43
+ n.parseEvents(i.useEvents, "dataListener", s), t.value = s[0].data[0].value;
45
44
  } catch {
46
- a.parseEvents(i.useEvents, "dataListener", null);
45
+ n.parseEvents(i.useEvents, "dataListener", null);
47
46
  }
48
47
  }
49
48
  });
50
49
  };
51
50
  g(() => o());
52
- const f = (s) => {
51
+ const b = (s) => {
53
52
  u("on-change", {
54
53
  data: s,
55
54
  event: s
56
- }), a.parseEvents(i.useEvents, "on-change", {
55
+ }), n.parseEvents(i.useEvents, "on-change", {
57
56
  data: s,
58
57
  event: s
59
58
  });
60
59
  };
61
- return n(
60
+ return a(
62
61
  () => p(i.basicOption),
63
62
  (s, e) => {
64
63
  r(s, e) || o();
65
64
  },
66
65
  { deep: !0 }
67
- ), n(
66
+ ), a(
68
67
  () => p(i.sources),
69
68
  (s, e) => {
70
69
  r(s, e) || o();
@@ -77,7 +76,7 @@ const C = { class: "zerov-widget-slider" }, B = l({ name: "zv-interaction-slider
77
76
  }), (s, e) => (E(), v("div", C, [
78
77
  H(T(V), {
79
78
  modelValue: t.value,
80
- "onUpdate:modelValue": e[0] || (e[0] = (m) => t.value = m),
79
+ "onUpdate:modelValue": e[0] || (e[0] = (O) => t.value = O),
81
80
  class: "slider",
82
81
  min: s.basicOption.slider.min,
83
82
  max: s.basicOption.slider.max,
@@ -90,11 +89,11 @@ const C = { class: "zerov-widget-slider" }, B = l({ name: "zv-interaction-slider
90
89
  suffix: s.basicOption.slider.suffix,
91
90
  decimals: s.basicOption.slider.decimals
92
91
  },
93
- onChange: f
92
+ onChange: b
94
93
  }, null, 8, ["modelValue", "min", "max", "step", "tooltips", "show-tooltip", "tooltip-position", "format"])
95
94
  ]));
96
95
  }
97
96
  });
98
97
  export {
99
- W as default
98
+ k as default
100
99
  };
@@ -1,7 +1,7 @@
1
1
  import o from "./index.vue2.mjs";
2
2
  /* empty css */
3
3
  import t from "../../_virtual/_plugin-vue_export-helper.mjs";
4
- const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-3644cf76"]]);
4
+ const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-7a7810a5"]]);
5
5
  export {
6
- f as default
6
+ p as default
7
7
  };
@@ -1,7 +1,7 @@
1
- import { defineComponent as p, useCssVars as v, ref as d, watch as f, createElementBlock as b, openBlock as h, normalizeClass as O, withDirectives as m, createElementVNode as n, vModelCheckbox as w, pushScopeId as C, popScopeId as E } from "vue";
1
+ import { defineComponent as p, useCssVars as v, ref as d, watch as b, createElementBlock as h, openBlock as f, normalizeClass as O, withDirectives as m, createElementVNode as n, vModelCheckbox as w, pushScopeId as C, popScopeId as E } from "vue";
2
2
  import { cloneDeep as V, isEqual as z } from "lodash";
3
- import { SHJParseEvent as l } from "../../commons/plugins/event/index.mjs";
4
- const S = (t) => (C("data-v-3644cf76"), t = t(), E(), t), _ = ["true-value", "false-value"], k = /* @__PURE__ */ S(() => /* @__PURE__ */ n("div", { class: "zv-switch__action" }, null, -1)), g = [
3
+ import { SHJParseEvent as l } from "@zerov/core";
4
+ const S = (t) => (C("data-v-7a7810a5"), t = t(), E(), t), _ = ["true-value", "false-value"], k = /* @__PURE__ */ S(() => /* @__PURE__ */ n("div", { class: "zv-switch__action" }, null, -1)), g = [
5
5
  k
6
6
  ], B = p({ name: "zv-interaction-switch" }), $ = /* @__PURE__ */ p({
7
7
  ...B,
@@ -13,33 +13,33 @@ const S = (t) => (C("data-v-3644cf76"), t = t(), E(), t), _ = ["true-value", "fa
13
13
  emits: ["on-change", "on-open", "on-close"],
14
14
  setup(t, { emit: u }) {
15
15
  v((e) => ({
16
- "1e49fb33": e.basicOption.css.onColor,
17
- "3d1276a5": e.basicOption.css.offColor,
18
- "785e8df6": e.basicOption.css.actionSize + "px",
19
- af899230: e.basicOption.css.minWidth + "px",
20
- "5b444888": e.basicOption.css.coreSize + "px",
21
- 79766582: e.basicOption.css.coreBorderRadius + "px",
22
- "7e0e5188": e.basicOption.css.actionBorderRadius + "px",
23
- "2e4dc5ee": e.basicOption.css.actionBackgroundColor
16
+ "2740000c": e.basicOption.css.onColor,
17
+ "31bd0abe": e.basicOption.css.offColor,
18
+ "820e9de8": e.basicOption.css.actionSize + "px",
19
+ "533f84af": e.basicOption.css.minWidth + "px",
20
+ "7d622983": e.basicOption.css.coreSize + "px",
21
+ "00de6406": e.basicOption.css.coreBorderRadius + "px",
22
+ "88c55ae2": e.basicOption.css.actionBorderRadius + "px",
23
+ "35c73b16": e.basicOption.css.actionBackgroundColor
24
24
  }));
25
- const i = u, a = t, s = d(JSON.parse(a.basicOption.defaultValue)), r = (e) => {
25
+ const i = u, o = t, s = d(JSON.parse(o.basicOption.defaultValue)), r = (e) => {
26
26
  s.value = !s.value;
27
- const o = a.basicOption.trueValue === s.value ? "open" : "close";
28
- i("on-change", s.value), l.parseEvents(a.useEvents, "on-change", {
27
+ const a = o.basicOption.trueValue === s.value ? "open" : "close";
28
+ i("on-change", s.value), l.parseEvents(o.useEvents, "on-change", {
29
29
  data: s.value
30
- }), i(`on-${o}`, s.value), l.parseEvents(a.useEvents, `on-${o}`, {
30
+ }), i(`on-${a}`, s.value), l.parseEvents(o.useEvents, `on-${a}`, {
31
31
  data: s.value
32
32
  });
33
33
  };
34
- return f(() => V(a.basicOption), (e, o) => {
35
- z(e, o) || (s.value = JSON.parse(a.basicOption.defaultValue));
36
- }, { deep: !0 }), (e, o) => (h(), b("div", {
34
+ return b(() => V(o.basicOption), (e, a) => {
35
+ z(e, a) || (s.value = JSON.parse(o.basicOption.defaultValue));
36
+ }, { deep: !0 }), (e, a) => (f(), h("div", {
37
37
  class: O(["zv-switch", {
38
38
  "is-checked": s.value
39
39
  }])
40
40
  }, [
41
41
  m(n("input", {
42
- "onUpdate:modelValue": o[0] || (o[0] = (c) => s.value = c),
42
+ "onUpdate:modelValue": a[0] || (a[0] = (c) => s.value = c),
43
43
  class: "zv-switch__input",
44
44
  type: "checkbox",
45
45
  "true-value": e.basicOption.trueValue,
@@ -49,7 +49,7 @@ const S = (t) => (C("data-v-3644cf76"), t = t(), E(), t), _ = ["true-value", "fa
49
49
  ]),
50
50
  n("span", {
51
51
  class: "zv-switch__core",
52
- onClick: o[1] || (o[1] = (c) => r(s.value))
52
+ onClick: a[1] || (a[1] = (c) => r(s.value))
53
53
  }, g)
54
54
  ], 2));
55
55
  }
@@ -1,7 +1,7 @@
1
1
  import o from "./index.vue2.mjs";
2
2
  /* empty css */
3
3
  import t from "../../_virtual/_plugin-vue_export-helper.mjs";
4
- const e = /* @__PURE__ */ t(o, [["__scopeId", "data-v-da6ebaec"]]);
4
+ const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-da842b7a"]]);
5
5
  export {
6
- e as default
6
+ p as default
7
7
  };
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as S, ref as i, watch as D, createElementBlock as c, openBlock as l, normalizeStyle as b, unref as p, Fragment as O, renderList as T, withModifiers as _, normalizeClass as R, toDisplayString as z } from "vue";
2
2
  import { cloneDeep as B, isEqual as F, isArray as f } from "lodash";
3
- import { SHJParseEvent as h } from "../../commons/plugins/event/index.mjs";
3
+ import { SHJParseEvent as h } from "@zerov/core";
4
4
  import { autoInstallFont as v, jsonToCssStyle as s } from "../../commons/utils/json2css.mjs";
5
5
  const L = ["onClick"], W = S({ name: "zv-interaction-tabs" }), J = /* @__PURE__ */ S({
6
6
  ...W,
@@ -1,7 +1,7 @@
1
1
  import o from "./index.vue2.mjs";
2
2
  /* empty css */
3
3
  import t from "../../_virtual/_plugin-vue_export-helper.mjs";
4
- const e = /* @__PURE__ */ t(o, [["__scopeId", "data-v-64e0e0c7"]]);
4
+ const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-02efe09b"]]);
5
5
  export {
6
- e as default
6
+ f as default
7
7
  };
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as m, ref as u, watch as T, createElementBlock as s, openBlock as c, normalizeStyle as p, unref as b, Fragment as I, renderList as O, withModifiers as _, normalizeClass as R, toDisplayString as z } from "vue";
2
2
  import { cloneDeep as B, isEqual as F, isArray as f } from "lodash";
3
- import { SHJParseEvent as h } from "../../commons/plugins/event/index.mjs";
3
+ import { SHJParseEvent as h } from "@zerov/core";
4
4
  import { autoInstallFont as v, jsonToCssStyle as l } from "../../commons/utils/json2css.mjs";
5
5
  const L = ["onClick"], W = m({ name: "zv-interaction-tabs2" }), J = /* @__PURE__ */ m({
6
6
  ...W,
@@ -185,7 +185,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
185
185
  required: false;
186
186
  default: number;
187
187
  };
188
- /** 监听option发生改变则刷新场景 */
189
188
  starrySky: {
190
189
  type: BooleanConstructor;
191
190
  required: false;
@@ -649,7 +648,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
649
648
  required: false;
650
649
  default: number;
651
650
  };
652
- /** 监听option发生改变则刷新场景 */
653
651
  starrySky: {
654
652
  type: BooleanConstructor;
655
653
  required: false;
@@ -1,11 +1,10 @@
1
1
  import { defineComponent as b, ref as c, onMounted as E, watch as k, createElementBlock as L, openBlock as l, createElementVNode as O, unref as z, createVNode as W, withCtx as N, createBlock as d, createCommentVNode as v } from "vue";
2
2
  import { cloneDeep as n, debounce as I, isEqual as g } from "lodash";
3
3
  import { nanoid as T } from "nanoid";
4
- import { SHJDatasourceV2 as V } from "../../commons/plugins/datasource/index.mjs";
4
+ import { SHJDatasourceV2 as V, SHJParseEvent as p } from "@zerov/core";
5
5
  import A from "../../commons/core/earth/main.vue.mjs";
6
- import p from "../../commons/core/earth/border.vue.mjs";
7
- import { SHJParseEvent as y } from "../../commons/plugins/event/index.mjs";
8
- const D = { class: "zerov-widget" }, j = ["id"], F = b({ name: "zv-map-earth-basic" }), Y = /* @__PURE__ */ b({
6
+ import y from "../../commons/core/earth/border.vue.mjs";
7
+ const D = { class: "zerov-widget" }, j = ["id"], F = b({ name: "zv-map-earth-basic" }), X = /* @__PURE__ */ b({
9
8
  ...F,
10
9
  props: {
11
10
  basicOption: {},
@@ -15,21 +14,21 @@ const D = { class: "zerov-widget" }, j = ["id"], F = b({ name: "zv-map-earth-bas
15
14
  },
16
15
  emits: ["on-success"],
17
16
  setup(w, { expose: B, emit: S }) {
18
- const C = S, r = w, _ = T(), s = c(), m = c(!0), e = c(n(r.basicOption)), o = I((t = !1) => {
19
- m.value = !0, e.value = n(r.basicOption), r.sources && r.sources.length > 0 ? V.parse({
17
+ const C = S, r = w, _ = T(), s = c(), h = c(!0), e = c(n(r.basicOption)), o = I((t = !1) => {
18
+ h.value = !0, e.value = n(r.basicOption), r.sources && r.sources.length > 0 ? V.parse({
20
19
  tId: r.uuid,
21
20
  sources: r.sources,
22
21
  callback: (a) => {
23
22
  try {
24
- y.parseEvents(r.useEvents, "dataListener", a.data);
23
+ p.parseEvents(r.useEvents, "dataListener", a.data);
25
24
  const u = e.value.lines && e.value.lines.find((i) => i._sourceId === a.id);
26
25
  u && (u.data = a.data[0].data);
27
- const h = e.value.flylines && e.value.flylines.find((i) => i._sourceId === a.id);
28
- h && (h.data = a.data[0].data);
26
+ const m = e.value.flylines && e.value.flylines.find((i) => i._sourceId === a.id);
27
+ m && (m.data = a.data[0].data);
29
28
  const f = e.value.lightBeams && e.value.lightBeams.find((i) => i._sourceId === a.id);
30
29
  f && (f.data = a.data[0].data), !t && s.value.refresh();
31
30
  } catch {
32
- y.parseEvents(r.useEvents, "dataListener", null);
31
+ p.parseEvents(r.useEvents, "dataListener", null);
33
32
  }
34
33
  }
35
34
  }) : !t && s.value.refresh();
@@ -44,7 +43,7 @@ const D = { class: "zerov-widget" }, j = ["id"], F = b({ name: "zv-map-earth-bas
44
43
  refreshData: () => o()
45
44
  });
46
45
  const x = () => {
47
- m.value = !1, C("on-success"), y.parseEvents(r.useEvents, "on-success", null);
46
+ h.value = !1, C("on-success"), p.parseEvents(r.useEvents, "on-success", null);
48
47
  };
49
48
  return (t, a) => (l(), L("div", D, [
50
49
  O("div", {
@@ -110,7 +109,7 @@ const D = { class: "zerov-widget" }, j = ["id"], F = b({ name: "zv-map-earth-bas
110
109
  onOnSuccess: x
111
110
  }, {
112
111
  default: N(() => [
113
- e.value.chinaBorderShow ? (l(), d(p, {
112
+ e.value.chinaBorderShow ? (l(), d(y, {
114
113
  key: 0,
115
114
  geojson: "china",
116
115
  color: e.value.chinaBorderColor,
@@ -119,7 +118,7 @@ const D = { class: "zerov-widget" }, j = ["id"], F = b({ name: "zv-map-earth-bas
119
118
  wakeline: e.value.chinaBorderWakeline,
120
119
  "wakeline-number": e.value.chinaBorderWakelineNumber
121
120
  }, null, 8, ["color", "width", "opacity", "wakeline", "wakeline-number"])) : v("", !0),
122
- e.value.china2BorderShow ? (l(), d(p, {
121
+ e.value.china2BorderShow ? (l(), d(y, {
123
122
  key: 1,
124
123
  geojson: "china-border",
125
124
  color: e.value.china2BorderColor,
@@ -128,7 +127,7 @@ const D = { class: "zerov-widget" }, j = ["id"], F = b({ name: "zv-map-earth-bas
128
127
  wakeline: e.value.china2BorderWakeline,
129
128
  "wakeline-number": e.value.china2BorderWakelineNumber
130
129
  }, null, 8, ["color", "width", "opacity", "wakeline", "wakeline-number"])) : v("", !0),
131
- e.value.worldBorderShow ? (l(), d(p, {
130
+ e.value.worldBorderShow ? (l(), d(y, {
132
131
  key: 2,
133
132
  geojson: "world",
134
133
  color: e.value.worldBorderColor,
@@ -145,5 +144,5 @@ const D = { class: "zerov-widget" }, j = ["id"], F = b({ name: "zv-map-earth-bas
145
144
  }
146
145
  });
147
146
  export {
148
- Y as default
147
+ X as default
149
148
  };
@@ -1,11 +1,10 @@
1
1
  import { defineComponent as b, ref as c, onMounted as E, watch as k, createElementBlock as L, openBlock as l, createElementVNode as O, unref as z, createVNode as W, withCtx as N, createBlock as d, createCommentVNode as v } from "vue";
2
2
  import { cloneDeep as n, debounce as I, isEqual as g } from "lodash";
3
3
  import { nanoid as T } from "nanoid";
4
- import { SHJDatasourceV2 as V } from "../../commons/plugins/datasource/index.mjs";
4
+ import { SHJDatasourceV2 as V, SHJParseEvent as p } from "@zerov/core";
5
5
  import A from "../../commons/core/earth/main.vue.mjs";
6
- import p from "../../commons/core/earth/border.vue.mjs";
7
- import { SHJParseEvent as y } from "../../commons/plugins/event/index.mjs";
8
- const D = { class: "zerov-widget" }, j = ["id"], F = b({ name: "zv-map-earth-cool-tech" }), Y = /* @__PURE__ */ b({
6
+ import y from "../../commons/core/earth/border.vue.mjs";
7
+ const D = { class: "zerov-widget" }, j = ["id"], F = b({ name: "zv-map-earth-cool-tech" }), X = /* @__PURE__ */ b({
9
8
  ...F,
10
9
  props: {
11
10
  basicOption: {},
@@ -15,21 +14,21 @@ const D = { class: "zerov-widget" }, j = ["id"], F = b({ name: "zv-map-earth-coo
15
14
  },
16
15
  emits: ["on-success"],
17
16
  setup(w, { expose: B, emit: S }) {
18
- const C = S, r = w, _ = T(), s = c(), m = c(!0), e = c(n(r.basicOption)), o = I((t = !1) => {
19
- m.value = !0, e.value = n(r.basicOption), r.sources && r.sources.length > 0 ? V.parse({
17
+ const C = S, r = w, _ = T(), s = c(), h = c(!0), e = c(n(r.basicOption)), o = I((t = !1) => {
18
+ h.value = !0, e.value = n(r.basicOption), r.sources && r.sources.length > 0 ? V.parse({
20
19
  tId: r.uuid,
21
20
  sources: r.sources,
22
21
  callback: (a) => {
23
22
  try {
24
- y.parseEvents(r.useEvents, "dataListener", a.data);
23
+ p.parseEvents(r.useEvents, "dataListener", a.data);
25
24
  const u = e.value.lines && e.value.lines.find((i) => i._sourceId === a.id);
26
25
  u && (u.data = a.data[0].data);
27
- const h = e.value.flylines && e.value.flylines.find((i) => i._sourceId === a.id);
28
- h && (h.data = a.data[0].data);
26
+ const m = e.value.flylines && e.value.flylines.find((i) => i._sourceId === a.id);
27
+ m && (m.data = a.data[0].data);
29
28
  const f = e.value.lightBeams && e.value.lightBeams.find((i) => i._sourceId === a.id);
30
29
  f && (f.data = a.data[0].data), !t && s.value.refresh();
31
30
  } catch {
32
- y.parseEvents(r.useEvents, "dataListener", null);
31
+ p.parseEvents(r.useEvents, "dataListener", null);
33
32
  }
34
33
  }
35
34
  }) : !t && s.value.refresh();
@@ -44,7 +43,7 @@ const D = { class: "zerov-widget" }, j = ["id"], F = b({ name: "zv-map-earth-coo
44
43
  refreshData: () => o()
45
44
  });
46
45
  const x = () => {
47
- m.value = !1, C("on-success"), y.parseEvents(r.useEvents, "on-success", null);
46
+ h.value = !1, C("on-success"), p.parseEvents(r.useEvents, "on-success", null);
48
47
  };
49
48
  return (t, a) => (l(), L("div", D, [
50
49
  O("div", {
@@ -110,7 +109,7 @@ const D = { class: "zerov-widget" }, j = ["id"], F = b({ name: "zv-map-earth-coo
110
109
  onOnSuccess: x
111
110
  }, {
112
111
  default: N(() => [
113
- e.value.chinaBorderShow ? (l(), d(p, {
112
+ e.value.chinaBorderShow ? (l(), d(y, {
114
113
  key: 0,
115
114
  geojson: "china",
116
115
  color: e.value.chinaBorderColor,
@@ -119,7 +118,7 @@ const D = { class: "zerov-widget" }, j = ["id"], F = b({ name: "zv-map-earth-coo
119
118
  wakeline: e.value.chinaBorderWakeline,
120
119
  "wakeline-number": e.value.chinaBorderWakelineNumber
121
120
  }, null, 8, ["color", "width", "opacity", "wakeline", "wakeline-number"])) : v("", !0),
122
- e.value.china2BorderShow ? (l(), d(p, {
121
+ e.value.china2BorderShow ? (l(), d(y, {
123
122
  key: 1,
124
123
  geojson: "china-border",
125
124
  color: e.value.china2BorderColor,
@@ -128,7 +127,7 @@ const D = { class: "zerov-widget" }, j = ["id"], F = b({ name: "zv-map-earth-coo
128
127
  wakeline: e.value.china2BorderWakeline,
129
128
  "wakeline-number": e.value.china2BorderWakelineNumber
130
129
  }, null, 8, ["color", "width", "opacity", "wakeline", "wakeline-number"])) : v("", !0),
131
- e.value.worldBorderShow ? (l(), d(p, {
130
+ e.value.worldBorderShow ? (l(), d(y, {
132
131
  key: 2,
133
132
  geojson: "world",
134
133
  color: e.value.worldBorderColor,
@@ -145,5 +144,5 @@ const D = { class: "zerov-widget" }, j = ["id"], F = b({ name: "zv-map-earth-coo
145
144
  }
146
145
  });
147
146
  export {
148
- Y as default
147
+ X as default
149
148
  };
@@ -185,7 +185,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
185
185
  required: false;
186
186
  default: number;
187
187
  };
188
- /** 监听option发生改变则刷新场景 */
189
188
  starrySky: {
190
189
  type: BooleanConstructor;
191
190
  required: false;
@@ -196,7 +195,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
196
195
  required: false;
197
196
  default: any;
198
197
  };
199
- /** 监听数据源 */
200
198
  starrySkyNumber: {
201
199
  type: NumberConstructor;
202
200
  required: false;
@@ -650,7 +648,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
650
648
  required: false;
651
649
  default: number;
652
650
  };
653
- /** 监听option发生改变则刷新场景 */
654
651
  starrySky: {
655
652
  type: BooleanConstructor;
656
653
  required: false;
@@ -661,7 +658,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
661
658
  required: false;
662
659
  default: any;
663
660
  };
664
- /** 监听数据源 */
665
661
  starrySkyNumber: {
666
662
  type: NumberConstructor;
667
663
  required: false;
@@ -1,11 +1,10 @@
1
1
  import { defineComponent as b, ref as c, onMounted as E, watch as k, createElementBlock as L, openBlock as l, createElementVNode as O, unref as z, createVNode as W, withCtx as N, createBlock as d, createCommentVNode as v } from "vue";
2
2
  import { cloneDeep as n, debounce as I, isEqual as g } from "lodash";
3
3
  import { nanoid as T } from "nanoid";
4
- import { SHJDatasourceV2 as V } from "../../commons/plugins/datasource/index.mjs";
5
- import { SHJParseEvent as p } from "../../commons/plugins/event/index.mjs";
4
+ import { SHJDatasourceV2 as V, SHJParseEvent as p } from "@zerov/core";
6
5
  import A from "../../commons/core/earth/main.vue.mjs";
7
6
  import y from "../../commons/core/earth/border.vue.mjs";
8
- const D = { class: "zerov-widget" }, j = ["id"], F = b({ name: "zv-map-earth-fly-line" }), Y = /* @__PURE__ */ b({
7
+ const D = { class: "zerov-widget" }, j = ["id"], F = b({ name: "zv-map-earth-fly-line" }), X = /* @__PURE__ */ b({
9
8
  ...F,
10
9
  props: {
11
10
  basicOption: {},
@@ -15,8 +14,8 @@ const D = { class: "zerov-widget" }, j = ["id"], F = b({ name: "zv-map-earth-fly
15
14
  },
16
15
  emits: ["on-success"],
17
16
  setup(w, { expose: B, emit: S }) {
18
- const C = S, r = w, _ = T(), s = c(), m = c(!0), e = c(n(r.basicOption)), o = I((t = !1) => {
19
- m.value = !0, e.value = n(r.basicOption), r.sources && r.sources.length > 0 ? V.parse({
17
+ const C = S, r = w, _ = T(), s = c(), h = c(!0), e = c(n(r.basicOption)), o = I((t = !1) => {
18
+ h.value = !0, e.value = n(r.basicOption), r.sources && r.sources.length > 0 ? V.parse({
20
19
  tId: r.uuid,
21
20
  sources: r.sources,
22
21
  callback: (a) => {
@@ -24,8 +23,8 @@ const D = { class: "zerov-widget" }, j = ["id"], F = b({ name: "zv-map-earth-fly
24
23
  p.parseEvents(r.useEvents, "dataListener", a.data);
25
24
  const u = e.value.lines && e.value.lines.find((i) => i._sourceId === a.id);
26
25
  u && (u.data = a.data[0].data);
27
- const h = e.value.flylines && e.value.flylines.find((i) => i._sourceId === a.id);
28
- h && (h.data = a.data[0].data);
26
+ const m = e.value.flylines && e.value.flylines.find((i) => i._sourceId === a.id);
27
+ m && (m.data = a.data[0].data);
29
28
  const f = e.value.lightBeams && e.value.lightBeams.find((i) => i._sourceId === a.id);
30
29
  f && (f.data = a.data[0].data), !t && s.value.refresh();
31
30
  } catch {
@@ -44,7 +43,7 @@ const D = { class: "zerov-widget" }, j = ["id"], F = b({ name: "zv-map-earth-fly
44
43
  refreshData: () => o()
45
44
  });
46
45
  const x = () => {
47
- m.value = !1, C("on-success"), p.parseEvents(r.useEvents, "on-success", null);
46
+ h.value = !1, C("on-success"), p.parseEvents(r.useEvents, "on-success", null);
48
47
  };
49
48
  return (t, a) => (l(), L("div", D, [
50
49
  O("div", {
@@ -145,5 +144,5 @@ const D = { class: "zerov-widget" }, j = ["id"], F = b({ name: "zv-map-earth-fly
145
144
  }
146
145
  });
147
146
  export {
148
- Y as default
147
+ X as default
149
148
  };
@@ -185,7 +185,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
185
185
  required: false;
186
186
  default: number;
187
187
  };
188
- /** 监听option发生改变则刷新场景 */
189
188
  starrySky: {
190
189
  type: BooleanConstructor;
191
190
  required: false;
@@ -195,7 +194,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
195
194
  type: any;
196
195
  required: false;
197
196
  default: any;
198
- }; /** 监听数据源 */
197
+ };
199
198
  starrySkyNumber: {
200
199
  type: NumberConstructor;
201
200
  required: false;
@@ -649,7 +648,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
649
648
  required: false;
650
649
  default: number;
651
650
  };
652
- /** 监听option发生改变则刷新场景 */
653
651
  starrySky: {
654
652
  type: BooleanConstructor;
655
653
  required: false;
@@ -659,7 +657,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
659
657
  type: any;
660
658
  required: false;
661
659
  default: any;
662
- }; /** 监听数据源 */
660
+ };
663
661
  starrySkyNumber: {
664
662
  type: NumberConstructor;
665
663
  required: false;