@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.
Files changed (50) hide show
  1. package/package.json +5 -5
  2. package/packages/business-components/currency-page/index.d.ts +5 -1
  3. package/packages/business-components/currency-page/index.js +50 -41
  4. package/packages/business-components/currency-page/index.js.gz +0 -0
  5. package/packages/business-components/currency-page/src/index.vue.d.ts +5 -1
  6. package/packages/business-components/currency-page/src/type.d.ts +9 -0
  7. package/packages/business-components/currency-page/style.css +1 -1
  8. package/packages/business-components/device-panel/i18n/index.d.ts +175 -0
  9. package/packages/business-components/device-panel/index.js +17313 -16799
  10. package/packages/business-components/device-panel/index.js.gz +0 -0
  11. package/packages/business-components/device-panel/src/apis.d.ts +8 -0
  12. package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/apis.d.ts +10 -2
  13. package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-info/Info.vue.d.ts +2 -1
  14. package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-info/detail-tabs/ConsumableRecord.vue.d.ts +2 -0
  15. package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-info/detail-tabs/DutyInfo.vue.d.ts +2 -0
  16. package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-info/detail-tabs/EvaluateInfo.vue.d.ts +2 -0
  17. package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-info/detail-tabs/FollowUpRecord.vue.d.ts +2 -0
  18. package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-info/detail-tabs/ProgressInfo.vue.d.ts +2 -0
  19. package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-info/info.d.ts +1 -0
  20. package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/apis.d.ts +10 -2
  21. package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-info/Info.vue.d.ts +2 -1
  22. package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-info/detail-tabs/ConsumableRecord.vue.d.ts +2 -0
  23. package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-info/detail-tabs/DutyInfo.vue.d.ts +2 -0
  24. package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-info/detail-tabs/EvaluateInfo.vue.d.ts +2 -0
  25. package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-info/detail-tabs/FollowUpRecord.vue.d.ts +2 -0
  26. package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-info/detail-tabs/ProgressInfo.vue.d.ts +2 -0
  27. package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-info/info.d.ts +1 -0
  28. package/packages/business-components/device-panel/style.css +1 -1
  29. package/packages/business-components/device-panel/style.css.gz +0 -0
  30. package/packages/business-components/process-form/api-service/formPreView.d.ts +22 -0
  31. package/packages/business-components/process-form/apis.d.ts +3 -0
  32. package/packages/business-components/process-form/i18n/index.d.ts +5 -0
  33. package/packages/business-components/process-form/index.js +1319 -1128
  34. package/packages/business-components/process-form/index.js.gz +0 -0
  35. package/packages/business-components/process-form/src/hooks/useSelector.d.ts +15 -1
  36. package/packages/business-components/process-form/src/hooks/useSpaceTree.d.ts +1 -1
  37. package/packages/business-components/process-form/style.css +1 -1
  38. package/packages/business-components/video-dialog/index.d.ts +5 -5
  39. package/packages/business-components/video-dialog/src/index.vue.d.ts +1 -1
  40. package/packages/components/select-input/index.js +149 -109
  41. package/packages/components/select-input/index.js.gz +0 -0
  42. package/packages/components/select-input/src/hooks/use-select-input.d.ts +2 -0
  43. package/packages/components/select-input/style.css +1 -1
  44. package/packages/components/select-input/style.css.gz +0 -0
  45. package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-consumables-record/consumables.d.ts +0 -15
  46. package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-feedback-record/feedback.d.ts +0 -14
  47. package/packages/business-components/device-panel/src/components/alarmDevicePanel/repairRecord/components/use-schedule-track/track.d.ts +0 -14
  48. package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-consumables-record/consumables.d.ts +0 -15
  49. package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-feedback-record/feedback.d.ts +0 -14
  50. package/packages/business-components/device-panel/src/components/devicePanelModal/repairRecord/components/use-schedule-track/track.d.ts +0 -14
@@ -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<void>;
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-f66becb0]{display:flex;justify-content:space-between;align-items:center;margin:0 14px 6px}.table-search-process-top .left-box[data-v-f66becb0]{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}
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 F } from "@das-fed/utils/with-install/index";
3
- import { setThemeRule as S } from "@das-fed/web/packages/theme/index";
4
- import { computed as H, ref as b, defineComponent as D, createBlock as k, openBlock as L, unref as e, normalizeClass as x, isRef as v, createSlots as E, withCtx as y, createVNode as B } from "vue";
5
- import { DasInput as W } from "@das-fed/ui/packages/components/input/index";
6
- import { DasIconSearch as K } from "@das-fed/ui/packages/icons/search/index";
7
- import { DasSelect as N } from "@das-fed/ui/packages/components/select/index";
8
- import { useModelValue as C } from "@das-fed/utils/vue";
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 P = (t, a) => {
11
- const u = C(t, "modelValue"), i = C(t, "optionValue"), l = C(t, "isExpandAtFocus"), s = H(() => typeof t.width == "number" ? t.width + "px" : t == null ? void 0 : t.width), h = () => {
12
- a("update:modelValue", u.value);
13
- }, m = (o) => {
14
- a("update:modelValue", o), a("inputChange", o);
15
- }, f = (o) => {
16
- a("update:modelValue", o), a("dasInput", o);
17
- }, V = (o) => {
18
- a("update:optionValue", o), a("selectChange", o);
19
- }, d = b(""), r = b(!1);
20
- return {
21
- innerValue: u,
22
- selectValue: i,
23
- inputChangeHandler: m,
24
- selectChangeHandler: V,
25
- inputInputHandler: f,
26
- searchHandler: h,
27
- inputWidth: d,
28
- isFocus: r,
29
- onFocus: () => {
30
- var p;
31
- if (!l.value) return;
32
- let o = (p = s.value) == null ? void 0 : p.replace("px", "");
33
- d.value = s.value && o * 1 > 400 ? s.value : "400px", r.value = !0;
34
- },
35
- onBlur: () => {
36
- l.value && (d.value = "", r.value = !1);
37
- },
38
- isExpandInput: l,
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
- }, A = /* @__PURE__ */ D({
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(t, { emit: a }) {
61
- const u = t, i = a, {
62
- innerValue: l,
63
- selectValue: s,
64
- inputChangeHandler: h,
65
- selectChangeHandler: m,
66
- inputInputHandler: f,
67
- searchHandler: V,
68
- inputWidth: d,
69
- isFocus: r,
70
- onFocus: I,
71
- onBlur: w,
72
- isExpandInput: o,
73
- selectInputWidth: p
74
- } = P(u, i);
75
- return (n, c) => (L(), k(e(W), {
76
- class: x(["das-select-input", { "is-error": n.error, "is-search": n.isSearch, "is-disabled": n.disabled }]),
77
- modelValue: e(l),
78
- "onUpdate:modelValue": c[1] || (c[1] = (g) => v(l) ? l.value = g : null),
79
- width: e(o) && e(r) ? e(d) : e(p),
80
- disabled: n.disabled,
81
- isView: n.isView,
82
- maxLength: n.maxLength,
83
- filterSpace: !1,
84
- isTitle: !n.isExpandAtFocus,
85
- onInput: e(f),
86
- onChange: e(h),
87
- onFocus: e(I),
88
- onBlur: e(w)
89
- }, E({
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
- dropdownClassName: "das-select-input-select-container",
96
- modelValue: e(s),
97
- "onUpdate:modelValue": c[0] || (c[0] = (g) => v(s) ? s.value = g : null),
98
- width: "auto",
99
- dropdownMatchSelectWidth: !1,
100
- "border-type": "none",
101
- options: n.options,
102
- getPopupContainer: n.getPopupContainer,
103
- fieldNames: {
104
- value: n.optionsValueKey,
105
- label: n.optionsLabelKey
106
- },
107
- onChange: e(m)
108
- }, null, 8, ["disabled", "isView", "modelValue", "options", "getPopupContainer", "fieldNames", "onChange"])
109
- ]),
110
- _: 2
111
- /* DYNAMIC */
112
- }, [
113
- n.hasIcon ? {
114
- name: "suffix",
115
- fn: y(() => [
116
- B(e(K), {
117
- style: { cursor: "pointer" },
118
- onClick: e(V)
119
- }, null, 8, ["onClick"])
120
- ]),
121
- key: "0"
122
- } : void 0
123
- ]), 1032, ["class", "modelValue", "width", "disabled", "isView", "maxLength", "isTitle", "onInput", "onChange", "onFocus", "onBlur"]));
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
- }), T = (t, a) => {
126
- const u = t.__vccOpts || t;
127
- for (const [i, l] of a)
128
- u[i] = l;
129
- return u;
130
- }, z = /* @__PURE__ */ T(A, [["__scopeId", "data-v-d2cb3159"]]), M = {
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
- }, X = F(z);
134
- S(M);
173
+ }, se = O(Y);
174
+ x(Z);
135
175
  export {
136
- X as DasSelectInput,
137
- X as default
176
+ se as DasSelectInput,
177
+ se as default
138
178
  };
@@ -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-d2cb3159]{transition:width .3s ease}.das-ui-input.only-border-bottom[data-v-d2cb3159] .das-select-input{height:24px}.das-ui-input.only-border-bottom[data-v-d2cb3159] .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-d2cb3159] .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-d2cb3159] .das-select-input.el-input.el-input-group.input-focus-color,.das-ui-input.only-border-bottom[data-v-d2cb3159] .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-d2cb3159] .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-d2cb3159] .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-d2cb3159] .das-select-input.el-input.el-input-group .el-input-group__prepend{padding-right:8px!important}.das-ui-input.only-border-bottom[data-v-d2cb3159] .das-select-input.el-input.el-input-group .el-input-group__prepend .ant-select-selection-item{padding-right:18px}[data-v-d2cb3159] .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}
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}
@@ -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 };