nxd-plugin 1.7.54 → 1.7.55
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-DutyAndFollow-BRbmJoa1.mjs +100 -0
- package/dist/chunks/{component-YCHome-dhCTTlwM.mjs → component-YCHome-D5N8wvlw.mjs} +81 -47
- package/dist/nxd-plugin.mjs +5 -4
- package/dist/src/components/DutyAndFollow/DutyAndFollow.vue.d.ts +41 -0
- package/dist/src/index.d.ts +2 -1
- package/dist/styles/component-DutyAndFollow.css +1 -0
- package/dist/styles/component-YCHome.css +1 -1
- package/dist/styles/component-YCLoginNew.css +1 -1
- package/package.json +1 -1
package/dist/nxd-plugin.mjs
CHANGED
|
@@ -6,7 +6,7 @@ import { t as i } from "./chunks/component-HighwayStations-D3we6SUy.mjs";
|
|
|
6
6
|
import { t as a } from "./chunks/component-HighWayEarlyWarningRed-C9bkPvSS.mjs";
|
|
7
7
|
import { t as o } from "./chunks/component-HighwayWeatherForecast-BplmvdB0.mjs";
|
|
8
8
|
import { t as s } from "./chunks/component-ServiceMaterialsBtn-DqiX5KzU.mjs";
|
|
9
|
-
import { t as c } from "./chunks/component-YCHome-
|
|
9
|
+
import { t as c } from "./chunks/component-YCHome-D5N8wvlw.mjs";
|
|
10
10
|
import { t as l } from "./chunks/component-LithiumBatteryMiningArea-DfRcsCeD.mjs";
|
|
11
11
|
import { t as u } from "./chunks/component-YCLoginNew-Bi9ATD7v.mjs";
|
|
12
12
|
import { t as d } from "./chunks/component-HighWayFreeze-CIjTLONp.mjs";
|
|
@@ -25,9 +25,10 @@ import { t as C } from "./chunks/component-PieLegend-BMX2FEPP.mjs";
|
|
|
25
25
|
import { t as w } from "./chunks/component-MaterialPreview-DfyIKuw8.mjs";
|
|
26
26
|
import { t as T } from "./chunks/component-ReservoirLiveAlarm-D0Ud-2LT.mjs";
|
|
27
27
|
import { t as E } from "./chunks/component-IframeWeb-C1sG2iVi.mjs";
|
|
28
|
+
import { t as D } from "./chunks/component-DutyAndFollow-BRbmJoa1.mjs";
|
|
28
29
|
//#region src/index.ts
|
|
29
|
-
var
|
|
30
|
-
|
|
30
|
+
var O = { install(O) {
|
|
31
|
+
O.component("HighwayLiveAlarm", t), O.component("HighwayLiveAlarmNew", r), O.component("HighwayStations", i), O.component("HighWayEarlyWarningRed", a), O.component("HighwayWeatherForecast", o), O.component("ServiceMaterialsBtn", s), O.component("YCHome", c), O.component("YCLoginNew", u), O.component("HighWayFreeze", d), O.component("RadarShortTerm", p), O.component("LithiumBatteryMiningArea", l), O.component("TimeBasedForecast", m), O.component("WeatherForecast", h), O.component("ImageGeneration", g), O.component("WarningSignal", _), O.component("RadarChart", v), O.component("AqiMonitor", e), O.component("MapPopup", y), O.component("RadarTime", b), O.component("ServiceMaterial", x), O.component("WarningLine", S), O.component("RadarLegend", f), O.component("PieLegend", C), O.component("GeologyLiveAlarm", n), O.component("MaterialPreview", w), O.component("ReservoirLiveAlarm", T), O.component("IframeWeb", E), O.component("DutyAndFollow", D);
|
|
31
32
|
} };
|
|
32
33
|
//#endregion
|
|
33
|
-
export { e as AqiMonitor, n as GeologyLiveAlarm, a as HighWayEarlyWarningRed, d as HighWayFreeze, t as HighwayLiveAlarm, r as HighwayLiveAlarmNew, i as HighwayStations, o as HighwayWeatherForecast, E as IframeWeb, g as ImageGeneration, l as LithiumBatteryMiningArea, y as MapPopup, w as MaterialPreview, C as PieLegend, v as RadarChart, f as RadarLegend, p as RadarShortTerm, b as RadarTime, T as ReservoirLiveAlarm, x as ServiceMaterial, s as ServiceMaterialsBtn, m as TimeBasedForecast, S as WarningLine, _ as WarningSignal, h as WeatherForecast, c as YCHome, u as YCLoginNew,
|
|
34
|
+
export { e as AqiMonitor, D as DutyAndFollow, n as GeologyLiveAlarm, a as HighWayEarlyWarningRed, d as HighWayFreeze, t as HighwayLiveAlarm, r as HighwayLiveAlarmNew, i as HighwayStations, o as HighwayWeatherForecast, E as IframeWeb, g as ImageGeneration, l as LithiumBatteryMiningArea, y as MapPopup, w as MaterialPreview, C as PieLegend, v as RadarChart, f as RadarLegend, p as RadarShortTerm, b as RadarTime, T as ReservoirLiveAlarm, x as ServiceMaterial, s as ServiceMaterialsBtn, m as TimeBasedForecast, S as WarningLine, _ as WarningSignal, h as WeatherForecast, c as YCHome, u as YCLoginNew, O as default };
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
appKey: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
appSalt: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
baseHttp: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
ids: {
|
|
15
|
+
type: ObjectConstructor;
|
|
16
|
+
default: () => {};
|
|
17
|
+
};
|
|
18
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
19
|
+
appKey: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
appSalt: {
|
|
24
|
+
type: StringConstructor;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
27
|
+
baseHttp: {
|
|
28
|
+
type: StringConstructor;
|
|
29
|
+
default: string;
|
|
30
|
+
};
|
|
31
|
+
ids: {
|
|
32
|
+
type: ObjectConstructor;
|
|
33
|
+
default: () => {};
|
|
34
|
+
};
|
|
35
|
+
}>> & Readonly<{}>, {
|
|
36
|
+
baseHttp: string;
|
|
37
|
+
appKey: string;
|
|
38
|
+
appSalt: string;
|
|
39
|
+
ids: Record<string, any>;
|
|
40
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
41
|
+
export default _default;
|
package/dist/src/index.d.ts
CHANGED
|
@@ -25,7 +25,8 @@ import { default as GeologyLiveAlarm } from './components/GeologyLiveAlarm/Geolo
|
|
|
25
25
|
import { default as MaterialPreview } from './components/MaterialPreview/MaterialPreview.vue';
|
|
26
26
|
import { default as ReservoirLiveAlarm } from './components/ReservoirLiveAlarm/ReservoirLiveAlarm.vue';
|
|
27
27
|
import { default as IframeWeb } from './components/IframeWeb/IframeWeb.vue';
|
|
28
|
+
import { default as DutyAndFollow } from './components/DutyAndFollow/DutyAndFollow.vue';
|
|
28
29
|
import { Plugin } from 'vue';
|
|
29
|
-
export { HighwayLiveAlarm, HighwayLiveAlarmNew, HighwayStations, HighWayEarlyWarningRed, HighwayWeatherForecast, ServiceMaterialsBtn, YCHome, YCLoginNew, HighWayFreeze, RadarShortTerm, LithiumBatteryMiningArea, TimeBasedForecast, WeatherForecast, ImageGeneration, WarningSignal, RadarChart, AqiMonitor, MapPopup, RadarTime, ServiceMaterial, WarningLine, RadarLegend, PieLegend, GeologyLiveAlarm, MaterialPreview, ReservoirLiveAlarm, IframeWeb };
|
|
30
|
+
export { HighwayLiveAlarm, HighwayLiveAlarmNew, HighwayStations, HighWayEarlyWarningRed, HighwayWeatherForecast, ServiceMaterialsBtn, YCHome, YCLoginNew, HighWayFreeze, RadarShortTerm, LithiumBatteryMiningArea, TimeBasedForecast, WeatherForecast, ImageGeneration, WarningSignal, RadarChart, AqiMonitor, MapPopup, RadarTime, ServiceMaterial, WarningLine, RadarLegend, PieLegend, GeologyLiveAlarm, MaterialPreview, ReservoirLiveAlarm, IframeWeb, DutyAndFollow };
|
|
30
31
|
declare const plugin: Plugin;
|
|
31
32
|
export default plugin;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.DutyAndFollow[data-v-25bb4741]{box-sizing:border-box;flex-direction:column;flex-shrink:0;gap:16px;width:300px;max-height:calc(100vh - 96px);padding:0;display:flex;overflow:hidden auto}.DutyAndFollow[data-v-25bb4741]::-webkit-scrollbar{width:6px}.DutyAndFollow[data-v-25bb4741]::-webkit-scrollbar-thumb{background:#0bc4e973;border-radius:999px}.DutyAndFollow[data-v-25bb4741]::-webkit-scrollbar-track{background:0 0}.DutyAndFollow .duty-section[data-v-25bb4741]{box-sizing:border-box;background:linear-gradient(#0bc4e91a 0%,#0bc4e905 100%);border:1px solid #0bc4e94d;border-radius:4px;flex-direction:column;gap:6px;padding:16px;display:flex}.DutyAndFollow .duty-section .duty-title[data-v-25bb4741]{color:#fff;text-align:center;border-bottom:1px solid #0bc4e94d;margin-bottom:2px;padding-bottom:6px;font-size:16px;font-weight:600;position:relative}.DutyAndFollow .duty-section .duty-title[data-v-25bb4741]:before{content:"";background:linear-gradient(90deg,#0000,#0bc4e9,#0000);width:60px;height:2px;position:absolute;bottom:-1px;left:50%;transform:translate(-50%)}.DutyAndFollow .duty-section .duty-item[data-v-25bb4741]{border-bottom:1px solid #0bc4e926;justify-content:space-between;align-items:center;gap:8px;padding:4px 2px;display:flex}.DutyAndFollow .duty-section .duty-item[data-v-25bb4741]:last-child{border-bottom:none}.DutyAndFollow .duty-section .duty-item .duty-type[data-v-25bb4741]{color:#fff;text-align:left;flex:1;font-size:14px;font-weight:500}.DutyAndFollow .duty-section .duty-item .duty-user[data-v-25bb4741]{color:#fff;text-align:right;flex:1;font-size:14px;font-weight:600}.DutyAndFollow .duty-section .duty-phone-divider[data-v-25bb4741]{justify-content:center;align-items:center;margin-top:4px;padding:6px 2px 2px;display:flex}.DutyAndFollow .duty-section .duty-phone-divider[data-v-25bb4741]:before,.DutyAndFollow .duty-section .duty-phone-divider[data-v-25bb4741]:after{content:"";background:#0bc4e933;flex:1;height:1px}.DutyAndFollow .duty-section .duty-phone-divider .phone-divider-text[data-v-25bb4741]{color:#0bc4e9;white-space:nowrap;letter-spacing:1px;font-size:13px;font-weight:600}.DutyAndFollow .duty-section .duty-phone-divider.sub[data-v-25bb4741]{margin-top:2px}.DutyAndFollow .duty-section .duty-phone-divider.sub[data-v-25bb4741]:before,.DutyAndFollow .duty-section .duty-phone-divider.sub[data-v-25bb4741]:after{display:none}.DutyAndFollow .duty-section .duty-phone-divider.sub .phone-divider-text[data-v-25bb4741]{color:#a4f2ff;letter-spacing:0;background:#0bc4e91f;border:1px solid #0bc4e94d;border-radius:999px;padding:2px 10px;font-size:11px;font-weight:500}.DutyAndFollow .duty-section .duty-phone-row[data-v-25bb4741]{color:#fff;flex-wrap:wrap;justify-content:center;gap:8px 12px;padding:6px 2px 4px;font-size:13px;display:flex}.DutyAndFollow .duty-section .duty-phone-row span[data-v-25bb4741]{white-space:nowrap;background:#0bc4e914;border:1px solid #0bc4e940;border-radius:4px;padding:3px 10px;box-shadow:inset 0 0 6px #0bc4e914}.DutyAndFollow .duty-section .duty-phone-row .leader-name[data-v-25bb4741]{color:#ffcc80;font-size:16px;font-weight:700}.DutyAndFollow .duty-section .duty-phone-row .main-shift-name[data-v-25bb4741]{color:#ffcc80;font-size:14px;font-weight:700}.DutyAndFollow .duty-section .duty-phone-row .phone-number[data-v-25bb4741]{color:#ffcc80;box-shadow:none;background:0 0;border:none;padding:0;font-weight:700}.DutyAndFollow .duty-section .duty-phone-row.multi-line[data-v-25bb4741]{flex-direction:column;align-items:center;gap:8px}.DutyAndFollow .duty-section .duty-phone-row.multi-line .row-full[data-v-25bb4741]{text-align:center;width:100%}.DutyAndFollow .duty-section .duty-phone-row.multi-line .row-half[data-v-25bb4741]{justify-content:center;gap:12px;width:100%;display:flex}.DutyAndFollow .duty-section .duty-phone-row.phone-line[data-v-25bb4741]{flex-wrap:nowrap;gap:10px}.DutyAndFollow .duty-section .duty-content[data-v-25bb4741]{color:#ffffffe6;font-size:14px;line-height:1.8}
|