@das-fed/ui 7.1.0-dev.29 → 7.1.0-dev.30
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/package.json +5 -5
- package/packages/business-components/currency-page/index.d.ts +5 -1
- package/packages/business-components/currency-page/index.js +50 -41
- package/packages/business-components/currency-page/index.js.gz +0 -0
- package/packages/business-components/currency-page/src/index.vue.d.ts +5 -1
- package/packages/business-components/currency-page/src/type.d.ts +9 -0
- package/packages/business-components/currency-page/style.css +1 -1
- package/packages/business-components/device-panel/i18n/index.d.ts +175 -0
- package/packages/business-components/device-panel/index.js +17313 -16799
- package/packages/business-components/device-panel/index.js.gz +0 -0
- package/packages/business-components/device-panel/src/apis.d.ts +8 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/apis.d.ts +10 -2
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-info/Info.vue.d.ts +2 -1
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-info/detail-tabs/ConsumableRecord.vue.d.ts +2 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-info/detail-tabs/DutyInfo.vue.d.ts +2 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-info/detail-tabs/EvaluateInfo.vue.d.ts +2 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-info/detail-tabs/FollowUpRecord.vue.d.ts +2 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-info/detail-tabs/ProgressInfo.vue.d.ts +2 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-info/info.d.ts +1 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/apis.d.ts +10 -2
- package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-info/Info.vue.d.ts +2 -1
- package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-info/detail-tabs/ConsumableRecord.vue.d.ts +2 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-info/detail-tabs/DutyInfo.vue.d.ts +2 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-info/detail-tabs/EvaluateInfo.vue.d.ts +2 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-info/detail-tabs/FollowUpRecord.vue.d.ts +2 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-info/detail-tabs/ProgressInfo.vue.d.ts +2 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-info/info.d.ts +1 -0
- package/packages/business-components/device-panel/style.css +1 -1
- package/packages/business-components/device-panel/style.css.gz +0 -0
- package/packages/business-components/process-form/api-service/formPreView.d.ts +22 -0
- package/packages/business-components/process-form/apis.d.ts +3 -0
- package/packages/business-components/process-form/i18n/index.d.ts +5 -0
- package/packages/business-components/process-form/index.js +1319 -1128
- package/packages/business-components/process-form/index.js.gz +0 -0
- package/packages/business-components/process-form/src/hooks/useSelector.d.ts +15 -1
- package/packages/business-components/process-form/src/hooks/useSpaceTree.d.ts +1 -1
- package/packages/business-components/process-form/style.css +1 -1
- package/packages/business-components/video-dialog/index.d.ts +5 -5
- package/packages/business-components/video-dialog/src/index.vue.d.ts +1 -1
- package/packages/components/select-input/index.js +149 -109
- package/packages/components/select-input/index.js.gz +0 -0
- package/packages/components/select-input/src/hooks/use-select-input.d.ts +2 -0
- package/packages/components/select-input/style.css +1 -1
- package/packages/components/select-input/style.css.gz +0 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-consumables-record/consumables.d.ts +0 -15
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-feedback-record/feedback.d.ts +0 -14
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-schedule-track/track.d.ts +0 -14
- package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-consumables-record/consumables.d.ts +0 -15
- package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-feedback-record/feedback.d.ts +0 -14
- package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-schedule-track/track.d.ts +0 -14
|
Binary file
|
|
@@ -19,9 +19,23 @@ export declare const useSelector: (props: any, flowKey?: any, inputValue?: any)
|
|
|
19
19
|
1: string;
|
|
20
20
|
};
|
|
21
21
|
openDialog: () => void;
|
|
22
|
-
confirm: (data: any) => void
|
|
22
|
+
confirm: (data: any) => Promise<void>;
|
|
23
23
|
getDetail: (ids: string) => Promise<void>;
|
|
24
24
|
searchData: () => Promise<void>;
|
|
25
25
|
searchOptions: import("vue").Ref<any[], any[]>;
|
|
26
26
|
linkmanPhone: import("vue").Ref<string, string>;
|
|
27
|
+
equipmentArchivesId: import("vue").Ref<string, string>;
|
|
28
|
+
deviceSpaceInfo: import("vue").Ref<{
|
|
29
|
+
spaceId: string;
|
|
30
|
+
spacePath: string;
|
|
31
|
+
spacePathName: string;
|
|
32
|
+
}, {
|
|
33
|
+
spaceId: string;
|
|
34
|
+
spacePath: string;
|
|
35
|
+
spacePathName: string;
|
|
36
|
+
} | {
|
|
37
|
+
spaceId: string;
|
|
38
|
+
spacePath: string;
|
|
39
|
+
spacePathName: string;
|
|
40
|
+
}>;
|
|
27
41
|
};
|
|
@@ -6,5 +6,5 @@ export declare const useSpaceTree: (isSingle: boolean) => {
|
|
|
6
6
|
changeSpace: (val: any, options: any[]) => void;
|
|
7
7
|
spaceLoad: (node?: any) => Promise<any>;
|
|
8
8
|
filterSpaceTree: (name: string) => Promise<any>;
|
|
9
|
-
getSpaceDetail: (spaceId: string) => Promise<
|
|
9
|
+
getSpaceDetail: (spaceId: string) => Promise<any>;
|
|
10
10
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.form-image[data-v-745a2e98]{background:#fff;margin:10px 0 30px}.table-search-process-top[data-v-
|
|
1
|
+
.form-image[data-v-745a2e98]{background:#fff;margin:10px 0 30px}.table-search-process-top[data-v-49ca659f]{display:flex;justify-content:space-between;align-items:center;margin:0 14px 6px}.table-search-process-top .left-box[data-v-49ca659f]{display:flex;align-items:center}.form-image[data-v-b30e3d77]{background:#fff;margin:10px 0 30px}.accordion-layout{width:100%}.accordion-layout .grid-layout{padding:0}.custom-page[data-v-ce01ee82]{display:flex;flex-direction:column;background-color:#e2e7ef}.custom-page .btn-box[data-v-ce01ee82]{background-color:#fff;height:48px;line-height:48px;padding-left:18px}.custom-page .content-box[data-v-ce01ee82]{flex:1;min-height:0}
|
|
@@ -3,10 +3,10 @@ declare const DasVideoDialog: import("@das-fed/utils").SFCWithInstall<import("vu
|
|
|
3
3
|
}, string, import("vue").PublicProps, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
4
4
|
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
5
5
|
}>, {
|
|
6
|
-
baseURL: string;
|
|
7
6
|
visible: boolean;
|
|
8
7
|
draggable: boolean;
|
|
9
8
|
resizable: boolean;
|
|
9
|
+
baseURL: string;
|
|
10
10
|
gridNum: number;
|
|
11
11
|
deviceList: import("./src/type.js").Device[];
|
|
12
12
|
isHls: boolean;
|
|
@@ -17,10 +17,10 @@ declare const DasVideoDialogRef: () => import("vue").Ref<import("vue").CreateCom
|
|
|
17
17
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
18
18
|
"update:visible": (value: boolean) => any;
|
|
19
19
|
}, import("vue").PublicProps, {
|
|
20
|
-
baseURL: string;
|
|
21
20
|
visible: boolean;
|
|
22
21
|
draggable: boolean;
|
|
23
22
|
resizable: boolean;
|
|
23
|
+
baseURL: string;
|
|
24
24
|
gridNum: number;
|
|
25
25
|
deviceList: import("./src/type.js").Device[];
|
|
26
26
|
isHls: boolean;
|
|
@@ -35,10 +35,10 @@ declare const DasVideoDialogRef: () => import("vue").Ref<import("vue").CreateCom
|
|
|
35
35
|
}, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
36
36
|
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
37
37
|
}>, {}, {}, {}, {}, {
|
|
38
|
-
baseURL: string;
|
|
39
38
|
visible: boolean;
|
|
40
39
|
draggable: boolean;
|
|
41
40
|
resizable: boolean;
|
|
41
|
+
baseURL: string;
|
|
42
42
|
gridNum: number;
|
|
43
43
|
deviceList: import("./src/type.js").Device[];
|
|
44
44
|
isHls: boolean;
|
|
@@ -48,10 +48,10 @@ declare const DasVideoDialogRef: () => import("vue").Ref<import("vue").CreateCom
|
|
|
48
48
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
49
49
|
"update:visible": (value: boolean) => any;
|
|
50
50
|
}, import("vue").PublicProps, {
|
|
51
|
-
baseURL: string;
|
|
52
51
|
visible: boolean;
|
|
53
52
|
draggable: boolean;
|
|
54
53
|
resizable: boolean;
|
|
54
|
+
baseURL: string;
|
|
55
55
|
gridNum: number;
|
|
56
56
|
deviceList: import("./src/type.js").Device[];
|
|
57
57
|
isHls: boolean;
|
|
@@ -66,10 +66,10 @@ declare const DasVideoDialogRef: () => import("vue").Ref<import("vue").CreateCom
|
|
|
66
66
|
}, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
67
67
|
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
68
68
|
}>, {}, {}, {}, {}, {
|
|
69
|
-
baseURL: string;
|
|
70
69
|
visible: boolean;
|
|
71
70
|
draggable: boolean;
|
|
72
71
|
resizable: boolean;
|
|
72
|
+
baseURL: string;
|
|
73
73
|
gridNum: number;
|
|
74
74
|
deviceList: import("./src/type.js").Device[];
|
|
75
75
|
isHls: boolean;
|
|
@@ -4,10 +4,10 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
4
4
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
5
5
|
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
6
6
|
}>, {
|
|
7
|
-
baseURL: string;
|
|
8
7
|
visible: boolean;
|
|
9
8
|
draggable: boolean;
|
|
10
9
|
resizable: boolean;
|
|
10
|
+
baseURL: string;
|
|
11
11
|
gridNum: number;
|
|
12
12
|
deviceList: import("./type").Device[];
|
|
13
13
|
isHls: boolean;
|
|
@@ -1,44 +1,69 @@
|
|
|
1
1
|
import '@das-fed/ui/packages/components/select-input/style.css';
|
|
2
|
-
import { withInstall as
|
|
3
|
-
import { setThemeRule as
|
|
4
|
-
import { computed as
|
|
5
|
-
import { DasInput as
|
|
6
|
-
import { DasIconSearch as
|
|
7
|
-
import { DasSelect as
|
|
8
|
-
import { useModelValue as
|
|
2
|
+
import { withInstall as O } from "@das-fed/utils/with-install/index";
|
|
3
|
+
import { setThemeRule as x } from "@das-fed/web/packages/theme/index";
|
|
4
|
+
import { computed as P, ref as b, onBeforeUnmount as R, defineComponent as A, createElementBlock as K, openBlock as U, createVNode as B, unref as t, normalizeClass as z, isRef as T, createSlots as M, withCtx as H } from "vue";
|
|
5
|
+
import { DasInput as $ } from "@das-fed/ui/packages/components/input/index";
|
|
6
|
+
import { DasIconSearch as j } from "@das-fed/ui/packages/icons/search/index";
|
|
7
|
+
import { DasSelect as q } from "@das-fed/ui/packages/components/select/index";
|
|
8
|
+
import { useModelValue as E } from "@das-fed/utils/vue";
|
|
9
9
|
import "@das-fed/ui/packages/global/theme";
|
|
10
|
-
const
|
|
11
|
-
const
|
|
12
|
-
a("update:modelValue",
|
|
13
|
-
},
|
|
14
|
-
a("update:modelValue",
|
|
15
|
-
},
|
|
16
|
-
a("update:modelValue",
|
|
17
|
-
},
|
|
18
|
-
a("update:optionValue",
|
|
19
|
-
},
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
10
|
+
const G = "das-select-input-select-container", J = (l, a) => {
|
|
11
|
+
const r = E(l, "modelValue"), h = E(l, "optionValue"), u = E(l, "isExpandAtFocus"), s = P(() => typeof l.width == "number" ? l.width + "px" : l == null ? void 0 : l.width), V = () => {
|
|
12
|
+
a("update:modelValue", r.value);
|
|
13
|
+
}, g = (e) => {
|
|
14
|
+
a("update:modelValue", e), a("inputChange", e);
|
|
15
|
+
}, I = (e) => {
|
|
16
|
+
a("update:modelValue", e), a("dasInput", e);
|
|
17
|
+
}, y = (e) => {
|
|
18
|
+
a("update:optionValue", e), a("selectChange", e);
|
|
19
|
+
}, v = b(null), p = b(""), d = b(!1), C = b(!1);
|
|
20
|
+
let o = null, m = !1;
|
|
21
|
+
const D = () => {
|
|
22
|
+
var i;
|
|
23
|
+
const e = Number(((i = s.value) == null ? void 0 : i.replace("px", "")) || 0);
|
|
24
|
+
p.value = s.value && e > 400 ? s.value : "400px", d.value = !0, f();
|
|
25
|
+
}, w = () => {
|
|
26
|
+
p.value = "", d.value = !1, S();
|
|
27
|
+
}, n = (e) => {
|
|
28
|
+
var L, F;
|
|
29
|
+
if (!(e instanceof Node)) return !1;
|
|
30
|
+
if ((L = v.value) != null && L.contains(e)) return !0;
|
|
31
|
+
const i = e instanceof Element ? e : e.parentElement;
|
|
32
|
+
return !!((F = i == null ? void 0 : i.closest) != null && F.call(i, `.${G}`));
|
|
33
|
+
}, c = (e) => {
|
|
34
|
+
!u.value || !d.value || n(e.target) || w();
|
|
35
|
+
}, f = () => {
|
|
36
|
+
m || (document.addEventListener("mousedown", c, !0), m = !0);
|
|
37
|
+
}, S = () => {
|
|
38
|
+
m && (document.removeEventListener("mousedown", c, !0), m = !1);
|
|
39
|
+
}, W = () => {
|
|
40
|
+
u.value && (o && (clearTimeout(o), o = null), D());
|
|
41
|
+
}, k = () => {
|
|
42
|
+
u.value && (o && clearTimeout(o), o = setTimeout(() => {
|
|
43
|
+
o = null, !C.value && (n(document.activeElement) || document.activeElement === document.body || document.activeElement === document.documentElement || w());
|
|
44
|
+
}, 200));
|
|
45
|
+
}, N = (e) => {
|
|
46
|
+
u.value && (C.value = e, e && (o && (clearTimeout(o), o = null), p.value && (d.value = !0, f())));
|
|
47
|
+
};
|
|
48
|
+
return R(() => {
|
|
49
|
+
o && clearTimeout(o), S();
|
|
50
|
+
}), {
|
|
51
|
+
rootRef: v,
|
|
52
|
+
innerValue: r,
|
|
53
|
+
selectValue: h,
|
|
54
|
+
inputChangeHandler: g,
|
|
55
|
+
selectChangeHandler: y,
|
|
56
|
+
inputInputHandler: I,
|
|
57
|
+
searchHandler: V,
|
|
58
|
+
inputWidth: p,
|
|
59
|
+
isFocus: d,
|
|
60
|
+
onFocus: W,
|
|
61
|
+
onBlur: k,
|
|
62
|
+
onDropdownVisibleChange: N,
|
|
63
|
+
isExpandInput: u,
|
|
39
64
|
selectInputWidth: s
|
|
40
65
|
};
|
|
41
|
-
},
|
|
66
|
+
}, Q = /* @__PURE__ */ A({
|
|
42
67
|
__name: "Index",
|
|
43
68
|
props: {
|
|
44
69
|
options: { default: [] },
|
|
@@ -57,82 +82,97 @@ const P = (t, a) => {
|
|
|
57
82
|
width: { default: "268px" }
|
|
58
83
|
},
|
|
59
84
|
emits: ["update:modelValue", "update:optionValue", "inputChange", "dasInput", "selectChange"],
|
|
60
|
-
setup(
|
|
61
|
-
const
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
"
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
prepend: y(() => [
|
|
91
|
-
B(e(N), {
|
|
92
|
-
size: "mini",
|
|
85
|
+
setup(l, { emit: a }) {
|
|
86
|
+
const r = l, h = a, {
|
|
87
|
+
rootRef: u,
|
|
88
|
+
innerValue: s,
|
|
89
|
+
selectValue: V,
|
|
90
|
+
inputChangeHandler: g,
|
|
91
|
+
selectChangeHandler: I,
|
|
92
|
+
inputInputHandler: y,
|
|
93
|
+
searchHandler: v,
|
|
94
|
+
inputWidth: p,
|
|
95
|
+
isFocus: d,
|
|
96
|
+
onFocus: C,
|
|
97
|
+
onBlur: o,
|
|
98
|
+
onDropdownVisibleChange: m,
|
|
99
|
+
isExpandInput: D,
|
|
100
|
+
selectInputWidth: w
|
|
101
|
+
} = J(r, h);
|
|
102
|
+
return (n, c) => (U(), K(
|
|
103
|
+
"div",
|
|
104
|
+
{
|
|
105
|
+
ref_key: "rootRef",
|
|
106
|
+
ref: u,
|
|
107
|
+
class: "das-select-input-root"
|
|
108
|
+
},
|
|
109
|
+
[
|
|
110
|
+
B(t($), {
|
|
111
|
+
class: z(["das-select-input", { "is-error": n.error, "is-search": n.isSearch, "is-disabled": n.disabled }]),
|
|
112
|
+
modelValue: t(s),
|
|
113
|
+
"onUpdate:modelValue": c[1] || (c[1] = (f) => T(s) ? s.value = f : null),
|
|
114
|
+
width: t(D) && t(d) ? t(p) : t(w),
|
|
93
115
|
disabled: n.disabled,
|
|
94
116
|
isView: n.isView,
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
117
|
+
maxLength: n.maxLength,
|
|
118
|
+
filterSpace: !1,
|
|
119
|
+
isTitle: !n.isExpandAtFocus,
|
|
120
|
+
onInput: t(y),
|
|
121
|
+
onChange: t(g),
|
|
122
|
+
onFocus: t(C),
|
|
123
|
+
onBlur: t(o)
|
|
124
|
+
}, M({
|
|
125
|
+
prepend: H(() => [
|
|
126
|
+
B(t(q), {
|
|
127
|
+
size: "mini",
|
|
128
|
+
disabled: n.disabled,
|
|
129
|
+
isView: n.isView,
|
|
130
|
+
dropdownClassName: "das-select-input-select-container",
|
|
131
|
+
modelValue: t(V),
|
|
132
|
+
"onUpdate:modelValue": c[0] || (c[0] = (f) => T(V) ? V.value = f : null),
|
|
133
|
+
width: "auto",
|
|
134
|
+
dropdownMatchSelectWidth: !1,
|
|
135
|
+
"border-type": "none",
|
|
136
|
+
options: n.options,
|
|
137
|
+
getPopupContainer: n.getPopupContainer,
|
|
138
|
+
fieldNames: {
|
|
139
|
+
value: n.optionsValueKey,
|
|
140
|
+
label: n.optionsLabelKey
|
|
141
|
+
},
|
|
142
|
+
onChange: t(I),
|
|
143
|
+
onDropdownVisibleChange: t(m)
|
|
144
|
+
}, null, 8, ["disabled", "isView", "modelValue", "options", "getPopupContainer", "fieldNames", "onChange", "onDropdownVisibleChange"])
|
|
145
|
+
]),
|
|
146
|
+
_: 2
|
|
147
|
+
/* DYNAMIC */
|
|
148
|
+
}, [
|
|
149
|
+
n.hasIcon ? {
|
|
150
|
+
name: "suffix",
|
|
151
|
+
fn: H(() => [
|
|
152
|
+
B(t(j), {
|
|
153
|
+
style: { cursor: "pointer" },
|
|
154
|
+
onClick: t(v)
|
|
155
|
+
}, null, 8, ["onClick"])
|
|
156
|
+
]),
|
|
157
|
+
key: "0"
|
|
158
|
+
} : void 0
|
|
159
|
+
]), 1032, ["class", "modelValue", "width", "disabled", "isView", "maxLength", "isTitle", "onInput", "onChange", "onFocus", "onBlur"])
|
|
160
|
+
],
|
|
161
|
+
512
|
|
162
|
+
/* NEED_PATCH */
|
|
163
|
+
));
|
|
124
164
|
}
|
|
125
|
-
}),
|
|
126
|
-
const
|
|
127
|
-
for (const [
|
|
128
|
-
|
|
129
|
-
return
|
|
130
|
-
},
|
|
165
|
+
}), X = (l, a) => {
|
|
166
|
+
const r = l.__vccOpts || l;
|
|
167
|
+
for (const [h, u] of a)
|
|
168
|
+
r[h] = u;
|
|
169
|
+
return r;
|
|
170
|
+
}, Y = /* @__PURE__ */ X(Q, [["__scopeId", "data-v-b19d8c77"]]), Z = {
|
|
131
171
|
"--das-ui-select-input-border-color": { light: "#999" },
|
|
132
172
|
"--das-ui-select-input-border-color-search": { light: "#D9D9D9" }
|
|
133
|
-
},
|
|
134
|
-
|
|
173
|
+
}, se = O(Y);
|
|
174
|
+
x(Z);
|
|
135
175
|
export {
|
|
136
|
-
|
|
137
|
-
|
|
176
|
+
se as DasSelectInput,
|
|
177
|
+
se as default
|
|
138
178
|
};
|
|
Binary file
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { Props, Emits } from '../type';
|
|
2
2
|
export declare const useSelectInput: (props: Props, emit: Emits) => {
|
|
3
|
+
rootRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
|
|
3
4
|
innerValue: import("vue").Ref<any, any>;
|
|
4
5
|
selectValue: import("vue").Ref<any, any>;
|
|
5
6
|
inputChangeHandler: (val: any) => void;
|
|
@@ -10,6 +11,7 @@ export declare const useSelectInput: (props: Props, emit: Emits) => {
|
|
|
10
11
|
isFocus: import("vue").Ref<boolean, boolean>;
|
|
11
12
|
onFocus: () => void;
|
|
12
13
|
onBlur: () => void;
|
|
14
|
+
onDropdownVisibleChange: (visible: boolean) => void;
|
|
13
15
|
isExpandInput: import("vue").Ref<any, any>;
|
|
14
16
|
selectInputWidth: import("vue").ComputedRef<string | undefined>;
|
|
15
17
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.das-ui-input.only-border-bottom[data-v-
|
|
1
|
+
.das-select-input-root[data-v-b19d8c77]{display:inline-block}.das-ui-input.only-border-bottom[data-v-b19d8c77]{transition:width .3s ease}.das-ui-input.only-border-bottom[data-v-b19d8c77] .das-select-input{height:24px}.das-ui-input.only-border-bottom[data-v-b19d8c77] .das-select-input.el-input.el-input-group{border-color:var(--das-ui-select-input-border-color)}.das-ui-input.only-border-bottom[data-v-b19d8c77] .das-select-input.el-input.el-input-group.is-search{border-color:var(--das-ui-select-input-border-color-search)}.das-ui-input.only-border-bottom[data-v-b19d8c77] .das-select-input.el-input.el-input-group.input-focus-color,.das-ui-input.only-border-bottom[data-v-b19d8c77] .das-select-input.el-input.el-input-group:hover{border-color:var(--das-ui-input-only-bottom-active-border-color)}.das-ui-input.only-border-bottom[data-v-b19d8c77] .das-select-input.el-input.el-input-group.is-disabled{border-color:var(--das-ui-select-input-border-color-search)}.das-ui-input.only-border-bottom[data-v-b19d8c77] .das-select-input.el-input.el-input-group.is-error{border-color:var(--das-ui-input-error-color)}.das-ui-input.only-border-bottom[data-v-b19d8c77] .das-select-input.el-input.el-input-group .el-input-group__prepend{padding-right:8px!important}.das-ui-input.only-border-bottom[data-v-b19d8c77] .das-select-input.el-input.el-input-group .el-input-group__prepend .ant-select-selection-item{padding-right:18px}[data-v-b19d8c77] .el-input__icon{font-size:16px}.das-select-input-select-container.ant-select-dropdown{min-width:100px!important;padding:8px 0;max-height:328px;max-width:180px}.das-select-input-select-container.ant-select-dropdown .rc-virtual-list-holder{max-height:160px!important}.das-select-input .das-ui-select{min-width:68px}
|
|
Binary file
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import TableSFC from './Consumables.vue';
|
|
2
|
-
import type { Ref } from 'vue';
|
|
3
|
-
type ConsumablesRef = Ref<InstanceType<typeof TableSFC> | null>;
|
|
4
|
-
declare const useConsumables: (options: {
|
|
5
|
-
activeTab: any;
|
|
6
|
-
infoData: any;
|
|
7
|
-
detailId: any;
|
|
8
|
-
}) => {
|
|
9
|
-
Consumables: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
10
|
-
[key: string]: any;
|
|
11
|
-
}>;
|
|
12
|
-
ConsumablesRef: ConsumablesRef;
|
|
13
|
-
};
|
|
14
|
-
export { useConsumables };
|
|
15
|
-
export type { ConsumablesRef };
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import type { Ref } from 'vue';
|
|
2
|
-
import TableSFC from './Feedback.vue';
|
|
3
|
-
type FeedbackRef = Ref<InstanceType<typeof TableSFC> | null>;
|
|
4
|
-
declare const useFeedback: (options: {
|
|
5
|
-
activeTab: any;
|
|
6
|
-
infoData: any;
|
|
7
|
-
}) => {
|
|
8
|
-
Feedback: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
9
|
-
[key: string]: any;
|
|
10
|
-
}>;
|
|
11
|
-
FeedbackRef: FeedbackRef;
|
|
12
|
-
};
|
|
13
|
-
export { useFeedback };
|
|
14
|
-
export type { FeedbackRef };
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import TableSFC from './Track.vue';
|
|
2
|
-
import type { Ref } from 'vue';
|
|
3
|
-
type TrackRef = Ref<InstanceType<typeof TableSFC> | null>;
|
|
4
|
-
declare const useTrack: (options: {
|
|
5
|
-
activeTab: any;
|
|
6
|
-
infoData: any;
|
|
7
|
-
}) => {
|
|
8
|
-
Track: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
9
|
-
[key: string]: any;
|
|
10
|
-
}>;
|
|
11
|
-
TrackRef: TrackRef;
|
|
12
|
-
};
|
|
13
|
-
export { useTrack };
|
|
14
|
-
export type { TrackRef };
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import TableSFC from './Consumables.vue';
|
|
2
|
-
import type { Ref } from 'vue';
|
|
3
|
-
type ConsumablesRef = Ref<InstanceType<typeof TableSFC> | null>;
|
|
4
|
-
declare const useConsumables: (options: {
|
|
5
|
-
activeTab: any;
|
|
6
|
-
infoData: any;
|
|
7
|
-
detailId: any;
|
|
8
|
-
}) => {
|
|
9
|
-
Consumables: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
10
|
-
[key: string]: any;
|
|
11
|
-
}>;
|
|
12
|
-
ConsumablesRef: ConsumablesRef;
|
|
13
|
-
};
|
|
14
|
-
export { useConsumables };
|
|
15
|
-
export type { ConsumablesRef };
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import TableSFC from './Feedback.vue';
|
|
2
|
-
import type { Ref } from 'vue';
|
|
3
|
-
type FeedbackRef = Ref<InstanceType<typeof TableSFC> | null>;
|
|
4
|
-
declare const useFeedback: (options: {
|
|
5
|
-
activeTab: any;
|
|
6
|
-
infoData: any;
|
|
7
|
-
}) => {
|
|
8
|
-
Feedback: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
9
|
-
[key: string]: any;
|
|
10
|
-
}>;
|
|
11
|
-
FeedbackRef: FeedbackRef;
|
|
12
|
-
};
|
|
13
|
-
export { useFeedback };
|
|
14
|
-
export type { FeedbackRef };
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import TableSFC from './Track.vue';
|
|
2
|
-
import type { Ref } from 'vue';
|
|
3
|
-
type TrackRef = Ref<InstanceType<typeof TableSFC> | null>;
|
|
4
|
-
declare const useTrack: (options: {
|
|
5
|
-
activeTab: any;
|
|
6
|
-
infoData: any;
|
|
7
|
-
}) => {
|
|
8
|
-
Track: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
9
|
-
[key: string]: any;
|
|
10
|
-
}>;
|
|
11
|
-
TrackRef: TrackRef;
|
|
12
|
-
};
|
|
13
|
-
export { useTrack };
|
|
14
|
-
export type { TrackRef };
|