nxd-plugin 1.7.45 → 1.7.47
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/dist/chunks/component-GeologyLiveAlarm-mPxAthzw.mjs +45320 -0
- package/dist/chunks/{component-HighWayFreeze-ByxdEM06.mjs → component-HighWayFreeze-9INqahBu.mjs} +6 -4
- package/dist/chunks/component-HighwayLiveAlarm-dQdffUQY.mjs +32322 -0
- package/dist/chunks/{component-HighwayLiveAlarmNew-DbEuUJW6.mjs → component-HighwayLiveAlarmNew-OiO7uyqZ.mjs} +118 -110
- package/dist/chunks/{component-ImageGeneration-SPM2CN6K.mjs → component-ImageGeneration-BkSwS0RR.mjs} +1889 -1869
- package/dist/chunks/{component-LithiumBatteryMiningArea-C1KfrHaF.mjs → component-LithiumBatteryMiningArea-Chh8AwLb.mjs} +1 -1
- package/dist/chunks/component-MaterialPreview-Cz5C1iYV.mjs +178 -0
- package/dist/chunks/{component-RadarShortTerm-BlI00kHC.mjs → component-RadarShortTerm-DX9kXkns.mjs} +2 -2
- package/dist/chunks/{component-TimeBasedForecast-DR7FkXAn.mjs → component-TimeBasedForecast-Bg6qu_yy.mjs} +3 -3
- package/dist/chunks/{component-WarningLine-CWqiXdhZ.mjs → component-WarningLine-D1f-Q5rO.mjs} +1 -1
- package/dist/chunks/{component-WarningSignal-CtyCcjNo.mjs → component-WarningSignal-CD6KN09j.mjs} +1 -1
- package/dist/chunks/{component-WeatherForecast-DTGpJVhm.mjs → component-WeatherForecast-30wu6HSj.mjs} +2 -2
- package/dist/chunks/{component-YCLoginNew-DDPai-9U.mjs → component-YCLoginNew-B_Wi1G9n.mjs} +1 -1
- package/dist/nxd-plugin.mjs +28 -26
- package/dist/src/components/GeologyLiveAlarm/GeologyLiveAlarm.vue.d.ts +74 -0
- package/dist/src/components/MaterialPreview/MaterialPreview.vue.d.ts +2 -0
- package/dist/src/index.d.ts +3 -1
- package/dist/styles/component-GeologyLiveAlarm.css +1 -0
- package/dist/styles/component-HighWayFreeze.css +1 -1
- package/dist/styles/component-HighwayLiveAlarmNew.css +1 -1
- package/dist/styles/component-MaterialPreview.css +1 -0
- package/dist/styles/component-YCLogin.css +1 -1
- package/dist/styles/component-YCLoginNew.css +1 -1
- package/package.json +2 -2
- package/dist/chunks/component-HighwayLiveAlarm-D_lIKhkC.mjs +0 -76958
- /package/dist/chunks/{component-HighWayEarlyWarningRed-BnJyShce.mjs → component-HighWayEarlyWarningRed-B_9L8JsB.mjs} +0 -0
- /package/dist/chunks/{component-HighwayStations-Cmjb6MHu.mjs → component-HighwayStations-BhvfmiM0.mjs} +0 -0
- /package/dist/chunks/{component-HighwayWeatherForecast-ByPDymqX.mjs → component-HighwayWeatherForecast-BXOXcWwJ.mjs} +0 -0
- /package/dist/chunks/{component-MapPopup-B2f0tnVu.mjs → component-MapPopup-B8I4A7Cp.mjs} +0 -0
- /package/dist/chunks/{component-PieLegend-w1YvpVaB.mjs → component-PieLegend-5tlC6rev.mjs} +0 -0
- /package/dist/chunks/{component-RadarChart-Dnjp4cbb.mjs → component-RadarChart-DUQY1PLE.mjs} +0 -0
- /package/dist/chunks/{component-RadarLegend-Coihcxje.mjs → component-RadarLegend-CpVt8t9N.mjs} +0 -0
- /package/dist/chunks/{component-RadarTime-BnWNJDq1.mjs → component-RadarTime-DlM1Kazb.mjs} +0 -0
- /package/dist/chunks/{component-ServiceMaterial-trvjXwHN.mjs → component-ServiceMaterial-Ca1My5rC.mjs} +0 -0
- /package/dist/chunks/{component-ServiceMaterialsBtn-C1ud7xtc.mjs → component-ServiceMaterialsBtn-ChWG5nRG.mjs} +0 -0
- /package/dist/chunks/{component-YCHome-DeLwwN9F.mjs → component-YCHome-C7KSa0hp.mjs} +0 -0
- /package/dist/chunks/{component-YCLogin-DtjB2mai.mjs → component-YCLogin-BB_7gujE.mjs} +0 -0
package/dist/chunks/{component-HighWayFreeze-ByxdEM06.mjs → component-HighWayFreeze-9INqahBu.mjs}
RENAMED
|
@@ -139,7 +139,8 @@ var C = {
|
|
|
139
139
|
"onUpdate:modelValue": t[0] ||= (e) => F.value = e,
|
|
140
140
|
placeholder: "请选择路线",
|
|
141
141
|
class: "dark-select",
|
|
142
|
-
onChange: G
|
|
142
|
+
onChange: G,
|
|
143
|
+
"no-data-text": "暂无数据"
|
|
143
144
|
}, {
|
|
144
145
|
default: x(() => [(_(!0), l(a, null, y(L.value, (e) => (_(), s(o, {
|
|
145
146
|
key: e.name,
|
|
@@ -154,7 +155,8 @@ var C = {
|
|
|
154
155
|
modelValue: I.value,
|
|
155
156
|
"onUpdate:modelValue": t[1] ||= (e) => I.value = e,
|
|
156
157
|
placeholder: "请选择路段",
|
|
157
|
-
class: "dark-select"
|
|
158
|
+
class: "dark-select",
|
|
159
|
+
"no-data-text": "暂无数据"
|
|
158
160
|
}, {
|
|
159
161
|
default: x(() => [(_(!0), l(a, null, y(R.value, (e) => (_(), s(o, {
|
|
160
162
|
key: e,
|
|
@@ -169,13 +171,13 @@ var C = {
|
|
|
169
171
|
onClick: X
|
|
170
172
|
}, "定位")
|
|
171
173
|
]),
|
|
172
|
-
u("div", E, [u("div", D, [t[
|
|
174
|
+
u("div", E, [u("div", D, [t[7] ||= u("span", null, "路段", -1), u("span", O, [u("span", k, [t[6] ||= d(" 温度 ", -1), H.value > 0 ? (_(), l("span", A, "报警:" + b(H.value) + "条", 1)) : c("", !0)])])]), u("div", j, [(_(!0), l(a, null, y(V.value, (e) => (_(), l("div", {
|
|
173
175
|
class: m(["HighWayFreeze-table-row", { "is-warn": e.isWarn }]),
|
|
174
176
|
key: e.pileNo
|
|
175
177
|
}, [u("span", null, b(e.pileNo), 1), u("span", null, b(e.temperature), 1)], 2))), 128))])])
|
|
176
178
|
])), [[h, P.value]]);
|
|
177
179
|
};
|
|
178
180
|
}
|
|
179
|
-
}), [["__scopeId", "data-v-
|
|
181
|
+
}), [["__scopeId", "data-v-706cd106"]]);
|
|
180
182
|
//#endregion
|
|
181
183
|
export { M as t };
|