@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.
- package/es/commons/core/useChart.mjs +1 -1
- package/es/commons/plugins/datasource/index.d.ts +73 -73
- package/es/commons/plugins/datasource/index.mjs +214 -214
- package/es/commons/plugins/datasource/sources/api.d.ts +1 -1
- package/es/commons/plugins/datasource/sources/api.mjs +32 -32
- package/es/commons/plugins/datasource/sources/static.d.ts +1 -1
- package/es/commons/plugins/datasource/sources/static.mjs +17 -17
- package/es/commons/plugins/datasource/sources/storage.d.ts +1 -1
- package/es/commons/plugins/datasource/sources/storage.mjs +28 -28
- package/es/commons/plugins/datasource/sources/url.d.ts +1 -1
- package/es/commons/plugins/datasource/sources/url.mjs +17 -17
- package/es/commons/plugins/datasource/sources/variable.d.ts +1 -1
- package/es/commons/plugins/datasource/sources/variable.mjs +17 -17
- package/es/commons/plugins/datasource/sources/ws.d.ts +32 -32
- package/es/commons/plugins/datasource/sources/ws.mjs +139 -139
- package/es/commons/plugins/datasource/utils/axios.d.ts +70 -70
- package/es/commons/plugins/datasource/utils/axios.mjs +134 -134
- package/es/commons/plugins/datasource/utils/request.d.ts +3 -3
- package/es/commons/plugins/datasource/utils/request.mjs +5 -5
- package/es/commons/plugins/datasource/utils/utils.d.ts +115 -115
- package/es/commons/plugins/datasource/utils/utils.mjs +229 -229
- package/es/commons/plugins/datasource/utils/wsManager.d.ts +16 -16
- package/es/commons/plugins/datasource/utils/wsManager.mjs +78 -78
- package/es/commons/plugins/event/actions/fullScreenAction.d.ts +8 -8
- package/es/commons/plugins/event/actions/fullScreenAction.mjs +8 -8
- package/es/commons/plugins/event/actions/invokeAction.d.ts +8 -8
- package/es/commons/plugins/event/actions/invokeAction.mjs +11 -11
- package/es/commons/plugins/event/actions/linkAction.d.ts +8 -8
- package/es/commons/plugins/event/actions/linkAction.mjs +8 -8
- package/es/commons/plugins/event/actions/moveAction.d.ts +8 -8
- package/es/commons/plugins/event/actions/moveAction.mjs +15 -15
- package/es/commons/plugins/event/actions/refreshVariableAction.d.ts +7 -7
- package/es/commons/plugins/event/actions/refreshVariableAction.mjs +18 -18
- package/es/commons/plugins/event/actions/rotateAction.d.ts +8 -8
- package/es/commons/plugins/event/actions/rotateAction.mjs +19 -19
- package/es/commons/plugins/event/actions/scaleAction.d.ts +8 -8
- package/es/commons/plugins/event/actions/scaleAction.mjs +24 -24
- package/es/commons/plugins/event/actions/sendApiAction.d.ts +8 -8
- package/es/commons/plugins/event/actions/sendApiAction.mjs +16 -16
- package/es/commons/plugins/event/actions/ueCommonsWebscoketAction.d.ts +7 -7
- package/es/commons/plugins/event/actions/ueCommonsWebscoketAction.mjs +31 -31
- package/es/commons/plugins/event/actions/ueShjExecMethodAction.d.ts +7 -7
- package/es/commons/plugins/event/actions/ueShjExecMethodAction.mjs +31 -31
- package/es/commons/plugins/event/actions/unityIframeExecMethodAction.d.ts +7 -7
- package/es/commons/plugins/event/actions/unityIframeExecMethodAction.mjs +28 -28
- package/es/commons/plugins/event/actions/unityWebglExecMethodAction.d.ts +7 -7
- package/es/commons/plugins/event/actions/unityWebglExecMethodAction.mjs +28 -28
- package/es/commons/plugins/event/actions/updatePageAction.d.ts +8 -8
- package/es/commons/plugins/event/actions/updatePageAction.mjs +6 -6
- package/es/commons/plugins/event/actions/updateVariableAction.d.ts +7 -7
- package/es/commons/plugins/event/actions/updateVariableAction.mjs +25 -25
- package/es/commons/plugins/event/actions/updateWidgetAction.d.ts +7 -7
- package/es/commons/plugins/event/actions/updateWidgetAction.mjs +14 -14
- package/es/commons/plugins/event/actions/vrSceneMethodAction.d.ts +7 -7
- package/es/commons/plugins/event/actions/vrSceneMethodAction.mjs +12 -12
- package/es/commons/plugins/event/index.d.ts +206 -206
- package/es/commons/plugins/event/index.mjs +161 -161
- package/es/commons/plugins/event/utils/utils.d.ts +22 -22
- package/es/commons/plugins/event/utils/utils.mjs +50 -50
- package/es/commons/utils/componentRefs.d.ts +28 -28
- package/es/commons/utils/componentRefs.mjs +37 -37
- package/es/commons/utils/getNextElement.d.ts +7 -7
- package/es/commons/utils/getNextElement.mjs +12 -12
- package/es/components/chart/commons/components/common-chart/index.vue.mjs +10 -11
- package/es/components/chart/commons/components/common-chart-map/index.vue.mjs +6 -7
- package/es/components/chart/commons/hooks/useChart.mjs +1 -1
- package/es/components/chart-other-candlestick-basic/index.vue.mjs +7 -8
- package/es/components/chart-other-candlestick-demo/index.vue.mjs +16 -17
- package/es/components/chart-other-candlestick-shanghai/index.vue.mjs +14 -15
- package/es/components/chart-other-circular-graph/index.vue.mjs +16 -17
- package/es/components/chart-other-force/index.vue.mjs +19 -20
- package/es/components/chart-other-force2/index.vue.mjs +19 -20
- package/es/components/chart-other-funnel/index.vue.mjs +16 -17
- package/es/components/chart-other-funnel-contrast/index.vue.mjs +16 -17
- package/es/components/chart-other-funnel-split/index.vue.mjs +16 -17
- package/es/components/chart-other-funnel2/index.vue.mjs +16 -17
- package/es/components/chart-other-gauge/index.vue.mjs +21 -22
- package/es/components/chart-other-gauge-grade/index.vue.mjs +20 -21
- package/es/components/chart-other-gauge-stage/index.vue.mjs +21 -22
- package/es/components/chart-other-graph-basic/index.vue.mjs +8 -9
- package/es/components/chart-other-graph-basic2/index.vue.mjs +8 -9
- package/es/components/chart-other-graph-calendar/index.vue.mjs +7 -8
- package/es/components/chart-other-grid-percentage/index.vue.mjs +3 -4
- package/es/components/chart-other-heatmap/index.vue.mjs +19 -20
- package/es/components/chart-other-label-gauge/index.vue.mjs +9 -10
- package/es/components/chart-other-liquidfill/index.vue.mjs +11 -12
- package/es/components/chart-other-parallel-basic/index.vue.mjs +15 -16
- package/es/components/chart-other-parallel-mul/index.vue.mjs +6 -7
- package/es/components/chart-other-radar/index.vue.mjs +20 -21
- package/es/components/chart-other-radar-stack/index.vue.mjs +6 -7
- package/es/components/chart-other-sunburst-basic/index.vue.mjs +12 -13
- package/es/components/chart-other-sunburst-basic2/index.vue.mjs +12 -13
- package/es/components/chart-other-sunburst-basic3/index.vue.mjs +12 -13
- package/es/components/chart-other-sunburst-basic4/index.vue.mjs +12 -13
- package/es/components/chart-other-sunburst-book/index.vue.mjs +7 -8
- package/es/components/chart-other-sunburst-flavors/index.vue.mjs +16 -17
- package/es/components/chart-other-sunburst-radius/index.vue.mjs +18 -19
- package/es/components/chart-other-theme-river/index.vue.mjs +3 -4
- package/es/components/chart-other-tree/index.vue.mjs +8 -9
- package/es/components/chart-other-tree-line/index.vue.mjs +7 -8
- package/es/components/chart-other-treemap/index.vue.mjs +9 -10
- package/es/components/chart-other-treemap-basic/index.vue.mjs +14 -15
- package/es/components/chart-other-word-cloud/index.vue.mjs +11 -12
- package/es/components/commons-echarts/compileAndRunEcharts.mjs +8 -9
- package/es/components/commons-loop-iterator/index.vue.mjs +2 -2
- package/es/components/commons-loop-iterator/index.vue2.mjs +3 -4
- package/es/components/commons-product-model/index.vue.mjs +2 -2
- package/es/components/commons-product-model/index.vue2.mjs +1 -1
- package/es/components/commons-three-loader/index.vue.mjs +1 -1
- package/es/components/commons-three-loader/index.vue2.mjs +1 -1
- package/es/components/commons-three-loader3/index.vue.mjs +1 -1
- package/es/components/commons-three-loader3/index.vue2.mjs +1 -1
- package/es/components/commons-weather/index.vue.mjs +2 -2
- package/es/components/commons-weather/index.vue2.mjs +1 -1
- package/es/components/commons-weather-dynamic/index.vue.mjs +1 -1
- package/es/components/commons-weather-dynamic/index.vue2.mjs +3 -4
- package/es/components/index.d.ts +111 -111
- package/es/components/index.mjs +360 -360
- package/es/components/interaction/button/index.vue.mjs +2 -2
- package/es/components/interaction/button/index.vue2.mjs +65 -65
- package/es/components/interaction/date-picker/components/common-date-picker/index.vue.mjs +2 -2
- package/es/components/interaction/date-picker/components/common-date-picker/index.vue2.mjs +64 -65
- package/es/components/interaction/date-picker/src/date-picker/index.d.ts +211 -211
- package/es/components/interaction/date-picker/src/date-picker/index.vue.d.ts +211 -211
- package/es/components/interaction/date-picker/src/date-picker-range/index.d.ts +211 -211
- package/es/components/interaction/date-picker/src/date-picker-range/index.vue.d.ts +211 -211
- package/es/components/interaction/tabs/index.vue.mjs +11 -12
- package/es/components/interaction/tabs-icon/index.vue.mjs +6 -7
- package/es/components/interaction-input/index.vue.mjs +1 -1
- package/es/components/interaction-input/index.vue2.mjs +3 -4
- package/es/components/interaction-select/index.vue.mjs +1 -1
- package/es/components/interaction-select/index.vue2.mjs +6 -7
- package/es/components/interaction-slider/index.vue.mjs +2 -2
- package/es/components/interaction-slider/index.vue2.mjs +34 -35
- package/es/components/interaction-switch/index.vue.mjs +2 -2
- package/es/components/interaction-switch/index.vue2.mjs +20 -20
- package/es/components/interaction-tabs/index.vue.mjs +2 -2
- package/es/components/interaction-tabs/index.vue2.mjs +1 -1
- package/es/components/interaction-tabs2/index.vue.mjs +2 -2
- package/es/components/interaction-tabs2/index.vue2.mjs +1 -1
- package/es/components/map-earth-basic/index.vue.d.ts +0 -2
- package/es/components/map-earth-basic/index.vue.mjs +14 -15
- package/es/components/map-earth-cool-tech/index.vue.mjs +14 -15
- package/es/components/map-earth-fly-line/index.vue.d.ts +0 -4
- package/es/components/map-earth-fly-line/index.vue.mjs +8 -9
- package/es/components/map-earth-hacker/index.vue.d.ts +2 -4
- package/es/components/map-earth-hacker/index.vue.mjs +19 -20
- package/es/components/map-earth-particle/index.vue.d.ts +0 -4
- package/es/components/map-earth-particle/index.vue.mjs +14 -15
- package/es/components/media-audio/index.vue.mjs +2 -2
- package/es/components/media-audio/index.vue2.mjs +5 -5
- package/es/components/media-audio-dynamic/index.vue.mjs +1 -1
- package/es/components/media-audio-dynamic/index.vue2.mjs +4 -5
- package/es/components/media-flv/index.vue.mjs +1 -1
- package/es/components/media-iframe/index.vue.mjs +2 -2
- package/es/components/media-iframe/index.vue2.mjs +1 -1
- package/es/components/media-image-dynamic/index.vue.mjs +2 -2
- package/es/components/media-image-dynamic/index.vue2.mjs +6 -7
- package/es/components/media-m3u8/index.vue.mjs +1 -1
- package/es/components/media-m3u8-dynamic/index.vue.mjs +3 -4
- package/es/components/media-video/index.vue.mjs +2 -2
- package/es/components/media-video/index.vue2.mjs +1 -1
- package/es/components/media-video-dynamic/index.vue.mjs +2 -2
- package/es/components/media-video-dynamic/index.vue2.mjs +3 -4
- package/es/components/scene-amap2d/index.vue.mjs +1 -1
- package/es/components/scene-amap2d/index.vue2.mjs +13 -14
- package/es/components/scene-amap3d/index.vue.mjs +2 -2
- package/es/components/scene-amap3d/index.vue2.mjs +4 -5
- package/es/components/scene-default/index.vue.mjs +2 -2
- package/es/components/scene-default/index.vue2.mjs +1 -1
- package/es/components/scene-map3d/index.vue.mjs +2 -2
- package/es/components/scene-map3d/index.vue2.mjs +19 -20
- package/es/components/scene-ue-iframe/index.vue.mjs +2 -2
- package/es/components/scene-ue-iframe/index.vue2.mjs +1 -1
- package/es/components/scene-ue-shj/index.vue.mjs +2 -2
- package/es/components/scene-ue-shj/index.vue2.mjs +1 -1
- package/es/components/scene-unity-iframe/index.vue.mjs +2 -2
- package/es/components/scene-unity-iframe/index.vue2.mjs +1 -1
- package/es/components/scene-unity-webgl/index.vue.mjs +1 -1
- package/es/components/scene-unity-webgl/index.vue2.mjs +1 -1
- package/es/components/scene-vr/index.vue.mjs +2 -2
- package/es/components/scene-vr/index.vue2.mjs +3 -3
- package/es/components/text/list/index.vue.mjs +10 -11
- package/es/components/text-count-down/index.vue.mjs +1 -1
- package/es/components/text-count-down/index.vue2.mjs +1 -1
- package/es/components/text-over-number/index.vue.mjs +1 -1
- package/es/components/text-over-number/index.vue2.mjs +15 -16
- package/es/components/text-real-time/index.vue.mjs +1 -1
- package/es/components/text-real-time/index.vue2.mjs +2 -2
- package/es/components/text-row-scroll/index.vue.mjs +2 -2
- package/es/components/text-row-scroll/index.vue2.mjs +30 -31
- package/es/components/text-table-basic/index.vue.mjs +1 -1
- package/es/components/text-table-basic/index.vue2.mjs +43 -44
- package/es/components/text-table-scroll/index.vue.mjs +2 -2
- package/es/components/text-table-scroll/index.vue2.mjs +58 -59
- package/es/components/text-text-dynamic/index.vue.mjs +1 -1
- package/es/components/text-text-dynamic/index.vue2.mjs +16 -17
- package/es/env.d.ts +0 -1
- package/es/index.d.ts +0 -7
- package/es/index.mjs +370 -384
- package/es/widgets.css +1 -1
- package/package.json +2 -2
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import { defineComponent as l, useCssVars as
|
|
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 "
|
|
4
|
+
import { SHJDatasourceV2 as w, SHJParseEvent as n } from "@zerov/core";
|
|
5
5
|
import "@vueform/slider/themes/default.css";
|
|
6
|
-
|
|
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:
|
|
17
|
-
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
"
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
|
|
35
|
-
"
|
|
36
|
-
|
|
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 =
|
|
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
|
-
|
|
43
|
+
n.parseEvents(i.useEvents, "dataListener", s), t.value = s[0].data[0].value;
|
|
45
44
|
} catch {
|
|
46
|
-
|
|
45
|
+
n.parseEvents(i.useEvents, "dataListener", null);
|
|
47
46
|
}
|
|
48
47
|
}
|
|
49
48
|
});
|
|
50
49
|
};
|
|
51
50
|
g(() => o());
|
|
52
|
-
const
|
|
51
|
+
const b = (s) => {
|
|
53
52
|
u("on-change", {
|
|
54
53
|
data: s,
|
|
55
54
|
event: s
|
|
56
|
-
}),
|
|
55
|
+
}), n.parseEvents(i.useEvents, "on-change", {
|
|
57
56
|
data: s,
|
|
58
57
|
event: s
|
|
59
58
|
});
|
|
60
59
|
};
|
|
61
|
-
return
|
|
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
|
-
),
|
|
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] = (
|
|
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:
|
|
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
|
-
|
|
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
|
|
4
|
+
const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-7a7810a5"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
p as default
|
|
7
7
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { defineComponent as p, useCssVars as v, ref as d, watch as
|
|
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 "
|
|
4
|
-
const S = (t) => (C("data-v-
|
|
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
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
-
"
|
|
21
|
-
|
|
22
|
-
"
|
|
23
|
-
"
|
|
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,
|
|
25
|
+
const i = u, o = t, s = d(JSON.parse(o.basicOption.defaultValue)), r = (e) => {
|
|
26
26
|
s.value = !s.value;
|
|
27
|
-
const
|
|
28
|
-
i("on-change", s.value), l.parseEvents(
|
|
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-${
|
|
30
|
+
}), i(`on-${a}`, s.value), l.parseEvents(o.useEvents, `on-${a}`, {
|
|
31
31
|
data: s.value
|
|
32
32
|
});
|
|
33
33
|
};
|
|
34
|
-
return
|
|
35
|
-
z(e,
|
|
36
|
-
}, { deep: !0 }), (e,
|
|
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":
|
|
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:
|
|
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
|
|
4
|
+
const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-da842b7a"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
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 "
|
|
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
|
|
4
|
+
const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-02efe09b"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
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 "
|
|
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 "
|
|
4
|
+
import { SHJDatasourceV2 as V, SHJParseEvent as p } from "@zerov/core";
|
|
5
5
|
import A from "../../commons/core/earth/main.vue.mjs";
|
|
6
|
-
import
|
|
7
|
-
|
|
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(),
|
|
19
|
-
|
|
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
|
-
|
|
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
|
|
28
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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(
|
|
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(
|
|
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(
|
|
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
|
-
|
|
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 "
|
|
4
|
+
import { SHJDatasourceV2 as V, SHJParseEvent as p } from "@zerov/core";
|
|
5
5
|
import A from "../../commons/core/earth/main.vue.mjs";
|
|
6
|
-
import
|
|
7
|
-
|
|
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(),
|
|
19
|
-
|
|
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
|
-
|
|
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
|
|
28
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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(
|
|
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(
|
|
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(
|
|
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
|
-
|
|
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 "
|
|
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" }),
|
|
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(),
|
|
19
|
-
|
|
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
|
|
28
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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;
|