@das-fed/ui 7.1.0-dev.1 → 7.1.0-dev.10
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/esm-map.json +3 -2
- package/package.json +5 -5
- package/packages/business-components/ai-panel/{index-8yffh0Id.js → index-DMJXZM7n.js} +1067 -1056
- package/packages/business-components/ai-panel/index-DMJXZM7n.js.gz +0 -0
- package/packages/business-components/ai-panel/{index-IzGl26KU.js → index-MqhMkLo9.js} +9 -9
- package/packages/business-components/ai-panel/index-MqhMkLo9.js.gz +0 -0
- package/packages/business-components/ai-panel/{index-OwRrV6K8.js → index-_q72oKSF.js} +63 -62
- package/packages/business-components/ai-panel/index-_q72oKSF.js.gz +0 -0
- package/packages/business-components/ai-panel/index.js +1 -1
- package/packages/business-components/app-container/style.css +1 -1
- package/packages/business-components/app-container/style.css.gz +0 -0
- package/packages/business-components/area-phone-select/index.d.ts +23 -23
- package/packages/business-components/area-phone-select/src/Index.vue.d.ts +2 -2
- package/packages/business-components/area-phone-select/src/area-popover/index.vue.d.ts +2 -2
- package/packages/business-components/device-panel/i18n/index.d.ts +40 -0
- package/packages/business-components/device-panel/index.js +20949 -19425
- package/packages/business-components/device-panel/index.js.gz +0 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/hooks/use-knowledge.d.ts +6 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/knowledge/Index.vue.d.ts +6 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/knowledge/apis.d.ts +5 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/knowledge/components/use-info/Info.vue.d.ts +44 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/knowledge/components/use-info/downloadFile.d.ts +8 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/knowledge/components/use-info/info.d.ts +24 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/knowledge/utils/get-file-details.d.ts +2 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/hooks/use-knowledge.d.ts +6 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/knowledge/Index.vue.d.ts +6 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/knowledge/apis.d.ts +5 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/knowledge/components/use-info/Info.vue.d.ts +44 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/knowledge/components/use-info/downloadFile.d.ts +8 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/knowledge/components/use-info/info.d.ts +24 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/knowledge/utils/get-file-details.d.ts +2 -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/echarts/index.js +2056 -2049
- package/packages/business-components/echarts/index.js.gz +0 -0
- package/packages/business-components/index.d.ts +1 -0
- package/packages/business-components/index.js +1 -0
- package/packages/business-components/payment/index.d.ts +9 -11
- package/packages/business-components/payment/index.js +122 -129
- package/packages/business-components/payment/index.js.gz +0 -0
- package/packages/business-components/payment/style.css +1 -1
- package/packages/business-components/payment/type.d.ts +2 -0
- package/packages/business-components/process-configuration/index.js +46 -46
- package/packages/business-components/process-configuration/index.js.gz +0 -0
- package/packages/business-components/process-form/index.js +675 -655
- package/packages/business-components/process-form/index.js.gz +0 -0
- package/packages/business-components/process-form/src/utils/common-methods.d.ts +6 -0
- package/packages/business-components/process-search-form/index.js +73 -73
- package/packages/business-components/process-search-form/index.js.gz +0 -0
- package/packages/business-components/process-table/index.js +215 -213
- package/packages/business-components/process-table/index.js.gz +0 -0
- package/packages/business-components/update-confirm-dialog/i18n/index.d.ts +23 -0
- package/packages/business-components/update-confirm-dialog/index.d.ts +61 -0
- package/packages/business-components/update-confirm-dialog/index.js +105 -0
- package/packages/business-components/update-confirm-dialog/index.js.gz +0 -0
- package/packages/business-components/update-confirm-dialog/src/App.vue.d.ts +11 -0
- package/packages/business-components/update-confirm-dialog/src/type.d.ts +4 -0
- package/packages/business-components/urgent-panel/index.js +1104 -1096
- package/packages/business-components/urgent-panel/index.js.gz +0 -0
- package/packages/business-components/user-org-dialog/index.js +243 -240
- package/packages/business-components/user-org-dialog/index.js.gz +0 -0
- package/packages/business-components/video-dialog/index.d.ts +10 -0
- package/packages/business-components/video-dialog/index.js +357 -337
- package/packages/business-components/video-dialog/index.js.gz +0 -0
- package/packages/business-components/video-dialog/src/api.d.ts +1 -0
- package/packages/business-components/video-dialog/src/component/Player/index.vue.d.ts +2 -0
- package/packages/business-components/video-dialog/src/hooks/use-video/PlayerProvider.d.ts +6 -0
- package/packages/business-components/video-dialog/src/index.vue.d.ts +2 -0
- package/packages/business-components/video-dialog/src/type.d.ts +7 -1
- package/packages/business-components/video-dialog/style.css +1 -1
- package/packages/business-components/video-dialog/style.css.gz +0 -0
- package/packages/components/autocomplete/index.d.ts +15 -15
- package/packages/components/autocomplete/index.js +12 -6
- package/packages/components/autocomplete/index.js.gz +0 -0
- package/packages/components/autocomplete/src/index.vue.d.ts +2 -2
- package/packages/components/calendar/index.js +99 -99
- package/packages/components/calendar/index.js.gz +0 -0
- package/packages/components/cascader/index.js +2 -2
- package/packages/components/cascader/index.js.gz +0 -0
- package/packages/components/checkbox/index.d.ts +15 -15
- package/packages/components/checkbox/index.js +30 -30
- package/packages/components/checkbox/index.js.gz +0 -0
- package/packages/components/checkbox/src/Index.vue.d.ts +2 -2
- package/packages/components/color-picker/index.d.ts +8 -8
- package/packages/components/color-picker/src/Index.vue.d.ts +2 -2
- package/packages/components/custom-search-item/index.d.ts +15 -15
- package/packages/components/custom-search-item/src/Index.vue.d.ts +2 -2
- package/packages/components/date-picker/index.js +212 -212
- package/packages/components/date-picker/index.js.gz +0 -0
- package/packages/components/dialog/index.d.ts +6 -3
- package/packages/components/dialog/index.js +281 -184
- package/packages/components/dialog/index.js.gz +0 -0
- package/packages/components/dialog/src/Index.vue.d.ts +2 -1
- package/packages/components/dialog/src/directives/dialogResize.d.ts +2 -0
- package/packages/components/dialog/src/type.d.ts +2 -0
- package/packages/components/dialog/style.css +1 -1
- package/packages/components/dialog/style.css.gz +0 -0
- package/packages/components/dimple-layout/index.js +77 -75
- package/packages/components/dimple-layout/index.js.gz +0 -0
- package/packages/components/dropdown/index.js +25 -24
- package/packages/components/dropdown/index.js.gz +0 -0
- package/packages/components/edit-table/index.js +398 -397
- package/packages/components/edit-table/index.js.gz +0 -0
- package/packages/components/error-overlay-model/index.js +47 -45
- package/packages/components/error-overlay-model/index.js.gz +0 -0
- package/packages/components/form-item/index.js +67 -67
- package/packages/components/form-item/index.js.gz +0 -0
- package/packages/components/hls-player/index.js +496 -485
- package/packages/components/hls-player/index.js.gz +0 -0
- package/packages/components/hls-player/src/type.d.ts +3 -0
- package/packages/components/hls-player/style.css +1 -1
- package/packages/components/hls-player/style.css.gz +0 -0
- package/packages/components/image-upload/index.js +147 -143
- package/packages/components/image-upload/index.js.gz +0 -0
- package/packages/components/image-viewer/index.js +297 -293
- package/packages/components/image-viewer/index.js.gz +0 -0
- package/packages/components/input/index.d.ts +5 -5
- package/packages/components/input/index.js +52 -52
- package/packages/components/input/index.js.gz +0 -0
- package/packages/components/input/src/index.vue.d.ts +2 -2
- package/packages/components/input-dialog-select/index.d.ts +2 -2
- package/packages/components/input-dialog-select/src/Index.vue.d.ts +2 -2
- package/packages/components/input-number/index.d.ts +8 -8
- package/packages/components/input-number/index.js +26 -26
- package/packages/components/input-number/index.js.gz +0 -0
- package/packages/components/input-number/src/App.vue.d.ts +2 -2
- package/packages/components/live-player/index.d.ts +2 -0
- package/packages/components/live-player/index.js +988 -977
- package/packages/components/live-player/index.js.gz +0 -0
- package/packages/components/live-player/src/type.d.ts +3 -0
- package/packages/components/live-player/style.css +1 -1
- package/packages/components/map/index.js +421 -415
- package/packages/components/map/index.js.gz +0 -0
- package/packages/components/menu-aside/index.js +1 -1
- package/packages/components/menu-aside/index.js.gz +0 -0
- package/packages/components/message/index.js +6 -6
- package/packages/components/message/index.js.gz +0 -0
- package/packages/components/popover/index.js +12 -12
- package/packages/components/popover/index.js.gz +0 -0
- package/packages/components/radio/index.d.ts +15 -15
- package/packages/components/radio/src/Index.vue.d.ts +2 -2
- package/packages/components/radio-tabs/index.js +34 -34
- package/packages/components/radio-tabs/index.js.gz +0 -0
- package/packages/components/rich-editor/index.d.ts +8 -8
- package/packages/components/rich-editor/index.js +4613 -4583
- package/packages/components/rich-editor/index.js.gz +0 -0
- package/packages/components/rich-editor/src/Index.vue.d.ts +2 -2
- package/packages/components/scrollbar/index.d.ts +9 -3
- package/packages/components/scrollbar/index.js +394 -390
- package/packages/components/scrollbar/index.js.gz +0 -0
- package/packages/components/scrollbar/src/scrollbar.vue.d.ts +3 -1
- package/packages/components/scrollbar/style.css +1 -1
- package/packages/components/scrollbar/style.css.gz +0 -0
- package/packages/components/search/index.d.ts +2 -2
- package/packages/components/search/index.js +24 -24
- package/packages/components/search/index.js.gz +0 -0
- package/packages/components/search/src/Index.vue.d.ts +2 -2
- package/packages/components/search-form/index.js +175 -174
- package/packages/components/search-form/index.js.gz +0 -0
- package/packages/components/search-form/style.css +1 -1
- package/packages/components/search-form/style.css.gz +0 -0
- package/packages/components/select/index.js +60 -60
- package/packages/components/select/index.js.gz +0 -0
- package/packages/components/select-list/index.js +9 -5
- package/packages/components/select-list/index.js.gz +0 -0
- package/packages/components/special-range-picker-month/index.d.ts +2 -2
- package/packages/components/special-range-picker-month/index.js +16 -14
- package/packages/components/special-range-picker-month/index.js.gz +0 -0
- package/packages/components/special-range-picker-month/src/Index.vue.d.ts +2 -2
- package/packages/components/special-range-picker-year/index.d.ts +2 -2
- package/packages/components/special-range-picker-year/index.js +53 -51
- package/packages/components/special-range-picker-year/index.js.gz +0 -0
- package/packages/components/special-range-picker-year/src/Index.vue.d.ts +2 -2
- package/packages/components/spin/index.js +33 -33
- package/packages/components/spin/index.js.gz +0 -0
- package/packages/components/split-panel/index.js +129 -128
- package/packages/components/split-panel/index.js.gz +0 -0
- package/packages/components/table/index.js +179 -178
- package/packages/components/table/index.js.gz +0 -0
- package/packages/components/time-line/index.js +1 -1
- package/packages/components/time-line/index.js.gz +0 -0
- package/packages/components/tree-select/index.js +1 -1
- package/packages/components/tree-select/index.js.gz +0 -0
- package/packages/components/tree-select/src/App.vue.d.ts +2 -2
- package/packages/components/tree-table/index.js +2 -2
- package/packages/components/tree-table/index.js.gz +0 -0
- package/packages/components/tree-v2/index.js +1117 -1093
- package/packages/components/tree-v2/index.js.gz +0 -0
- package/packages/business-components/ai-panel/index-8yffh0Id.js.gz +0 -0
- package/packages/business-components/ai-panel/index-IzGl26KU.js.gz +0 -0
- package/packages/business-components/ai-panel/index-OwRrV6K8.js.gz +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '@das-fed/ui/packages/components/checkbox/style.css';
|
|
2
|
-
import { defineComponent as Y, computed as m, reactive as Z, toRefs as _, watchEffect as ee, watch as ae, useSlots as le, ref as J, onMounted as oe, createElementBlock as u, openBlock as o, createBlock as R, createCommentVNode as c, unref as i, mergeProps as P, isRef as U, withCtx as E, withDirectives as y, normalizeStyle as g, renderSlot as
|
|
2
|
+
import { defineComponent as Y, computed as m, reactive as Z, toRefs as _, watchEffect as ee, watch as ae, useSlots as le, ref as J, onMounted as oe, createElementBlock as u, openBlock as o, createBlock as R, createCommentVNode as c, unref as i, mergeProps as P, isRef as U, withCtx as E, withDirectives as y, normalizeStyle as g, renderSlot as O, normalizeClass as n, Fragment as w, renderList as C, createTextVNode as W, toDisplayString as p, createVNode as A, createElementVNode as se } from "vue";
|
|
3
3
|
import { withInstall as te } from "@das-fed/utils/with-install/index";
|
|
4
4
|
import { CheckboxGroup as ue } from "ant-design-vue/es";
|
|
5
5
|
import "ant-design-vue/es/checkbox/style/css";
|
|
@@ -67,27 +67,27 @@ const de = { class: "das-ui-checkbox" }, ce = { class: "label" }, ne = ["onClick
|
|
|
67
67
|
}), ae(t, (e) => {
|
|
68
68
|
k("update:modelValue", e);
|
|
69
69
|
});
|
|
70
|
-
const
|
|
70
|
+
const b = H(s, "defaultProps"), V = H(s, "options"), f = m(() => V.value.length ? V.value.map((e) => {
|
|
71
71
|
var l;
|
|
72
72
|
return {
|
|
73
|
-
value: e[
|
|
74
|
-
label: e[
|
|
73
|
+
value: e[b.value.value],
|
|
74
|
+
label: e[b.value.label],
|
|
75
75
|
disabled: e.disabled,
|
|
76
76
|
isFocus: !1,
|
|
77
|
-
checked: (l = s.modelValue) == null ? void 0 : l.includes(e[
|
|
77
|
+
checked: (l = s.modelValue) == null ? void 0 : l.includes(e[b.value.value]),
|
|
78
78
|
mutual: e.mutual
|
|
79
79
|
};
|
|
80
|
-
}) : []),
|
|
80
|
+
}) : []), M = () => {
|
|
81
81
|
v && (v.value = !1, k("update:indeterminate", v.value), k("update:modelValue", t.value)), k("change", t.value);
|
|
82
|
-
}, K = s.disabled, Q =
|
|
82
|
+
}, K = s.disabled, Q = f.value.some((e) => !!e.mutual), z = (e, l) => {
|
|
83
83
|
if (!K)
|
|
84
84
|
if (e == "group") {
|
|
85
85
|
if (l.disabled) return;
|
|
86
|
-
Q ? l.mutual ? (
|
|
86
|
+
console.log(f, "---checkboxOptions"), Q ? l.mutual ? (f.value.forEach((r) => {
|
|
87
87
|
r.checked = !1;
|
|
88
|
-
}), l.checked = !0) : (l.checked = !l.checked,
|
|
89
|
-
r.mutual && (r.checked = !
|
|
90
|
-
})) : l.checked = !l.checked, l.isFocus = !0, t.value =
|
|
88
|
+
}), l.checked = !0) : (l.checked = !l.checked, f.value.forEach((r) => {
|
|
89
|
+
r.mutual && (r.checked = !f.value.some((a) => a.checked));
|
|
90
|
+
})) : l.checked = !l.checked, l.isFocus = !0, t.value = f.value.filter((r) => r.checked).map((r) => r.value), k("change", t.value);
|
|
91
91
|
} else
|
|
92
92
|
t.value = !t.value, F.value = !0, k("change", t.value);
|
|
93
93
|
}, I = m(() => {
|
|
@@ -96,7 +96,7 @@ const de = { class: "das-ui-checkbox" }, ce = { class: "label" }, ne = ["onClick
|
|
|
96
96
|
if ((!((e = V.value) != null && e.length) || !((l = t.value) != null && l.length)) && s.checkboxType == "group") return [];
|
|
97
97
|
if (s.checkboxType == "group")
|
|
98
98
|
return V.value.filter((a) => {
|
|
99
|
-
if (t.value.includes(a[
|
|
99
|
+
if (t.value.includes(a[b.value.value]))
|
|
100
100
|
return a;
|
|
101
101
|
});
|
|
102
102
|
{
|
|
@@ -110,7 +110,7 @@ const de = { class: "das-ui-checkbox" }, ce = { class: "label" }, ne = ["onClick
|
|
|
110
110
|
}
|
|
111
111
|
];
|
|
112
112
|
}
|
|
113
|
-
}),
|
|
113
|
+
}), N = (e, l) => {
|
|
114
114
|
e == "group" ? l.isFocus = !1 : F.value = !1;
|
|
115
115
|
}, X = m(() => s.maxWidth ? s.maxWidth : s.width), h = m(() => {
|
|
116
116
|
let e = `${Number(String(X.value).split("px")[0])}`;
|
|
@@ -138,7 +138,7 @@ const de = { class: "das-ui-checkbox" }, ce = { class: "label" }, ne = ["onClick
|
|
|
138
138
|
}, e.$attrs, {
|
|
139
139
|
optionType: e.optionType,
|
|
140
140
|
indeterminate: i(v),
|
|
141
|
-
onChange:
|
|
141
|
+
onChange: M,
|
|
142
142
|
class: [e.size, { nolabel: Object.keys(e.$slots).length == 0 }]
|
|
143
143
|
}), {
|
|
144
144
|
default: E(() => [
|
|
@@ -149,7 +149,7 @@ const de = { class: "das-ui-checkbox" }, ce = { class: "label" }, ne = ["onClick
|
|
|
149
149
|
style: g([h.value, { color: "#666" }])
|
|
150
150
|
},
|
|
151
151
|
[
|
|
152
|
-
|
|
152
|
+
O(e.$slots, "default", {}, void 0, !0)
|
|
153
153
|
],
|
|
154
154
|
4
|
|
155
155
|
/* STYLE */
|
|
@@ -176,12 +176,12 @@ const de = { class: "das-ui-checkbox" }, ce = { class: "label" }, ne = ["onClick
|
|
|
176
176
|
]),
|
|
177
177
|
tabindex: "0",
|
|
178
178
|
onClick: l[1] || (l[1] = (a) => z("default", "")),
|
|
179
|
-
onBlur: l[2] || (l[2] = (a) =>
|
|
179
|
+
onBlur: l[2] || (l[2] = (a) => N("default", "")),
|
|
180
180
|
style: g(h.value)
|
|
181
181
|
},
|
|
182
182
|
[
|
|
183
183
|
y((o(), u("div", ce, [
|
|
184
|
-
|
|
184
|
+
O(e.$slots, "default", {}, void 0, !0)
|
|
185
185
|
])), [
|
|
186
186
|
[i(x)]
|
|
187
187
|
])
|
|
@@ -198,13 +198,13 @@ const de = { class: "das-ui-checkbox" }, ce = { class: "label" }, ne = ["onClick
|
|
|
198
198
|
value: i(t),
|
|
199
199
|
"onUpdate:value": l[3] || (l[3] = (a) => U(t) ? t.value = a : t = a),
|
|
200
200
|
name: e.name,
|
|
201
|
-
onChange:
|
|
201
|
+
onChange: M
|
|
202
202
|
}), {
|
|
203
203
|
default: E(() => [
|
|
204
204
|
(o(!0), u(
|
|
205
205
|
w,
|
|
206
206
|
null,
|
|
207
|
-
C(
|
|
207
|
+
C(f.value, (a, d) => (o(), R(i(j), {
|
|
208
208
|
key: d,
|
|
209
209
|
value: a.value,
|
|
210
210
|
"onUpdate:value": (q) => a.value = q,
|
|
@@ -218,7 +218,7 @@ const de = { class: "das-ui-checkbox" }, ce = { class: "label" }, ne = ["onClick
|
|
|
218
218
|
style: g([h.value, { color: "#666" }])
|
|
219
219
|
},
|
|
220
220
|
[
|
|
221
|
-
|
|
221
|
+
W(
|
|
222
222
|
p(a.label),
|
|
223
223
|
1
|
|
224
224
|
/* TEXT */
|
|
@@ -250,7 +250,7 @@ const de = { class: "das-ui-checkbox" }, ce = { class: "label" }, ne = ["onClick
|
|
|
250
250
|
(o(!0), u(
|
|
251
251
|
w,
|
|
252
252
|
null,
|
|
253
|
-
C(
|
|
253
|
+
C(f.value, (a, d) => (o(), u("div", {
|
|
254
254
|
class: n([
|
|
255
255
|
"das-ui-checkbox-square",
|
|
256
256
|
{
|
|
@@ -262,7 +262,7 @@ const de = { class: "das-ui-checkbox" }, ce = { class: "label" }, ne = ["onClick
|
|
|
262
262
|
]),
|
|
263
263
|
style: g(h.value),
|
|
264
264
|
onClick: (q) => z("group", a),
|
|
265
|
-
onBlur: (q) =>
|
|
265
|
+
onBlur: (q) => N("group", a),
|
|
266
266
|
tabindex: d,
|
|
267
267
|
key: d
|
|
268
268
|
}, [
|
|
@@ -275,7 +275,7 @@ const de = { class: "das-ui-checkbox" }, ce = { class: "label" }, ne = ["onClick
|
|
|
275
275
|
})
|
|
276
276
|
])) : c("v-if", !0),
|
|
277
277
|
y((o(), u("div", null, [
|
|
278
|
-
|
|
278
|
+
W(
|
|
279
279
|
p(a.label),
|
|
280
280
|
1
|
|
281
281
|
/* TEXT */
|
|
@@ -305,7 +305,7 @@ const de = { class: "das-ui-checkbox" }, ce = { class: "label" }, ne = ["onClick
|
|
|
305
305
|
C(I.value, (a, d) => (o(), u(
|
|
306
306
|
"div",
|
|
307
307
|
{
|
|
308
|
-
class: n(["das-checkbox-item-view", a[i(
|
|
308
|
+
class: n(["das-checkbox-item-view", a[i(b).label] && "nonelabel-item-view"]),
|
|
309
309
|
key: d
|
|
310
310
|
},
|
|
311
311
|
[
|
|
@@ -313,9 +313,9 @@ const de = { class: "das-ui-checkbox" }, ce = { class: "label" }, ne = ["onClick
|
|
|
313
313
|
size: "mini",
|
|
314
314
|
icon: "select",
|
|
315
315
|
iconColor: "#666",
|
|
316
|
-
class: n(["view-icon", { "m-r-5": a[i(
|
|
316
|
+
class: n(["view-icon", { "m-r-5": a[i(b).label] || Object.keys(e.$slots).length > 0 }])
|
|
317
317
|
}, null, 8, ["class"]),
|
|
318
|
-
a[i(
|
|
318
|
+
a[i(b).label] ? y((o(), u(
|
|
319
319
|
"div",
|
|
320
320
|
{
|
|
321
321
|
key: 0,
|
|
@@ -323,8 +323,8 @@ const de = { class: "das-ui-checkbox" }, ce = { class: "label" }, ne = ["onClick
|
|
|
323
323
|
style: g([h.value, { color: "#666" }])
|
|
324
324
|
},
|
|
325
325
|
[
|
|
326
|
-
|
|
327
|
-
p(a[i(
|
|
326
|
+
W(
|
|
327
|
+
p(a[i(b).label]),
|
|
328
328
|
1
|
|
329
329
|
/* TEXT */
|
|
330
330
|
)
|
|
@@ -333,7 +333,7 @@ const de = { class: "das-ui-checkbox" }, ce = { class: "label" }, ne = ["onClick
|
|
|
333
333
|
/* CLASS, STYLE */
|
|
334
334
|
)), [
|
|
335
335
|
[i(x)]
|
|
336
|
-
]) :
|
|
336
|
+
]) : O(e.$slots, "default", { key: 1 }, void 0, !0)
|
|
337
337
|
],
|
|
338
338
|
2
|
|
339
339
|
/* CLASS */
|
|
@@ -362,7 +362,7 @@ const de = { class: "das-ui-checkbox" }, ce = { class: "label" }, ne = ["onClick
|
|
|
362
362
|
(o(!0), u(
|
|
363
363
|
w,
|
|
364
364
|
null,
|
|
365
|
-
C(
|
|
365
|
+
C(f.value, (a, d) => (o(), u("div", {
|
|
366
366
|
class: n([
|
|
367
367
|
"das-ui-checkbox-square",
|
|
368
368
|
{
|
|
Binary file
|
|
@@ -9,12 +9,12 @@ type __VLS_Slots = {} & {
|
|
|
9
9
|
default?: (props: typeof __VLS_37) => any;
|
|
10
10
|
};
|
|
11
11
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
12
|
-
"update:modelValue": (n: any) => any;
|
|
13
12
|
change: (e: any) => any;
|
|
13
|
+
"update:modelValue": (n: any) => any;
|
|
14
14
|
"update:indeterminate": (n: any) => any;
|
|
15
15
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
16
|
-
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
17
16
|
onChange?: ((e: any) => any) | undefined;
|
|
17
|
+
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
18
18
|
"onUpdate:indeterminate"?: ((n: any) => any) | undefined;
|
|
19
19
|
}>, {
|
|
20
20
|
size: "small" | "middle" | "large";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/** 获取组件实例 */
|
|
2
2
|
declare const DasColorPickerRef: () => import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
3
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
4
3
|
onChange?: ((value: string) => any) | undefined;
|
|
4
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
5
5
|
onDasInput?: ((value: string) => any) | undefined;
|
|
6
6
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
7
|
-
"update:modelValue": (value: string) => any;
|
|
8
7
|
change: (value: string) => any;
|
|
8
|
+
"update:modelValue": (value: string) => any;
|
|
9
9
|
dasInput: (value: string) => any;
|
|
10
10
|
}, import("vue").PublicProps, {
|
|
11
11
|
disabled: boolean;
|
|
@@ -23,8 +23,8 @@ declare const DasColorPickerRef: () => import("vue").Ref<import("vue").CreateCom
|
|
|
23
23
|
M: {};
|
|
24
24
|
Defaults: {};
|
|
25
25
|
}, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
26
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
27
26
|
onChange?: ((value: string) => any) | undefined;
|
|
27
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
28
28
|
onDasInput?: ((value: string) => any) | undefined;
|
|
29
29
|
}>, {}, {}, {}, {}, {
|
|
30
30
|
disabled: boolean;
|
|
@@ -35,12 +35,12 @@ declare const DasColorPickerRef: () => import("vue").Ref<import("vue").CreateCom
|
|
|
35
35
|
noSetDefaultVal: boolean;
|
|
36
36
|
borderType: string;
|
|
37
37
|
}> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
38
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
39
38
|
onChange?: ((value: string) => any) | undefined;
|
|
39
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
40
40
|
onDasInput?: ((value: string) => any) | undefined;
|
|
41
41
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
42
|
-
"update:modelValue": (value: string) => any;
|
|
43
42
|
change: (value: string) => any;
|
|
43
|
+
"update:modelValue": (value: string) => any;
|
|
44
44
|
dasInput: (value: string) => any;
|
|
45
45
|
}, import("vue").PublicProps, {
|
|
46
46
|
disabled: boolean;
|
|
@@ -58,8 +58,8 @@ declare const DasColorPickerRef: () => import("vue").Ref<import("vue").CreateCom
|
|
|
58
58
|
M: {};
|
|
59
59
|
Defaults: {};
|
|
60
60
|
}, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
61
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
62
61
|
onChange?: ((value: string) => any) | undefined;
|
|
62
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
63
63
|
onDasInput?: ((value: string) => any) | undefined;
|
|
64
64
|
}>, {}, {}, {}, {}, {
|
|
65
65
|
disabled: boolean;
|
|
@@ -71,12 +71,12 @@ declare const DasColorPickerRef: () => import("vue").Ref<import("vue").CreateCom
|
|
|
71
71
|
borderType: string;
|
|
72
72
|
}> | null>;
|
|
73
73
|
declare const DasColorPicker: import("@das-fed/utils").SFCWithInstall<import("vue").DefineComponent<import("./src/type.js").Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
74
|
-
"update:modelValue": (value: string) => any;
|
|
75
74
|
change: (value: string) => any;
|
|
75
|
+
"update:modelValue": (value: string) => any;
|
|
76
76
|
dasInput: (value: string) => any;
|
|
77
77
|
}, string, import("vue").PublicProps, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
78
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
79
78
|
onChange?: ((value: string) => any) | undefined;
|
|
79
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
80
80
|
onDasInput?: ((value: string) => any) | undefined;
|
|
81
81
|
}>, {
|
|
82
82
|
disabled: boolean;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import 'element-plus/es/components/color-picker/style/css';
|
|
2
2
|
import type { Props } from './type';
|
|
3
3
|
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
4
|
-
"update:modelValue": (value: string) => any;
|
|
5
4
|
change: (value: string) => any;
|
|
5
|
+
"update:modelValue": (value: string) => any;
|
|
6
6
|
dasInput: (value: string) => any;
|
|
7
7
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
8
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
9
8
|
onChange?: ((value: string) => any) | undefined;
|
|
9
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
10
10
|
onDasInput?: ((value: string) => any) | undefined;
|
|
11
11
|
}>, {
|
|
12
12
|
disabled: boolean;
|
|
@@ -10,8 +10,8 @@ declare const DasCustomSearchItemRef: () => import("vue").Ref<({
|
|
|
10
10
|
readonly customerActive?: boolean | undefined;
|
|
11
11
|
readonly labelLength?: number | string | undefined;
|
|
12
12
|
readonly labelPosition?: "left" | "right" | "top" | undefined;
|
|
13
|
-
readonly "onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
14
13
|
readonly onChange?: ((e: any) => any) | undefined;
|
|
14
|
+
readonly "onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
15
15
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
16
16
|
$attrs: {
|
|
17
17
|
[x: string]: unknown;
|
|
@@ -25,14 +25,14 @@ declare const DasCustomSearchItemRef: () => import("vue").Ref<({
|
|
|
25
25
|
$root: import("vue").ComponentPublicInstance | null;
|
|
26
26
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
27
27
|
$host: Element | null;
|
|
28
|
-
$emit: ((event: "
|
|
28
|
+
$emit: ((event: "change", e: any) => void) & ((event: "update:modelValue", n: any) => void);
|
|
29
29
|
$el: any;
|
|
30
30
|
$options: import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").CustomSearchItem> & Readonly<{
|
|
31
|
-
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
32
31
|
onChange?: ((e: any) => any) | undefined;
|
|
32
|
+
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
33
33
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
34
|
-
"update:modelValue": (n: any) => any;
|
|
35
34
|
change: (e: any) => any;
|
|
35
|
+
"update:modelValue": (n: any) => any;
|
|
36
36
|
}, string, {
|
|
37
37
|
label: string;
|
|
38
38
|
defaultProps: import("./src/type.js").ValLabel<string>;
|
|
@@ -66,8 +66,8 @@ declare const DasCustomSearchItemRef: () => import("vue").Ref<({
|
|
|
66
66
|
options: any[];
|
|
67
67
|
customerActive: boolean;
|
|
68
68
|
}> & Omit<Readonly<import("./src/type.js").CustomSearchItem> & Readonly<{
|
|
69
|
-
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
70
69
|
onChange?: ((e: any) => any) | undefined;
|
|
70
|
+
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
71
71
|
}>, "label" | "defaultProps" | "modelValue" | "options" | "customerActive"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
72
72
|
$slots: {
|
|
73
73
|
default?: (props: {}) => any;
|
|
@@ -83,8 +83,8 @@ declare const DasCustomSearchItemRef: () => import("vue").Ref<({
|
|
|
83
83
|
readonly customerActive?: boolean | undefined;
|
|
84
84
|
readonly labelLength?: number | string | undefined;
|
|
85
85
|
readonly labelPosition?: "left" | "right" | "top" | undefined;
|
|
86
|
-
readonly "onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
87
86
|
readonly onChange?: ((e: any) => any) | undefined;
|
|
87
|
+
readonly "onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
88
88
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
89
89
|
$attrs: {
|
|
90
90
|
[x: string]: unknown;
|
|
@@ -98,14 +98,14 @@ declare const DasCustomSearchItemRef: () => import("vue").Ref<({
|
|
|
98
98
|
$root: import("vue").ComponentPublicInstance | null;
|
|
99
99
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
100
100
|
$host: Element | null;
|
|
101
|
-
$emit: ((event: "
|
|
101
|
+
$emit: ((event: "change", e: any) => void) & ((event: "update:modelValue", n: any) => void);
|
|
102
102
|
$el: any;
|
|
103
103
|
$options: import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").CustomSearchItem> & Readonly<{
|
|
104
|
-
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
105
104
|
onChange?: ((e: any) => any) | undefined;
|
|
105
|
+
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
106
106
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
107
|
-
"update:modelValue": (n: any) => any;
|
|
108
107
|
change: (e: any) => any;
|
|
108
|
+
"update:modelValue": (n: any) => any;
|
|
109
109
|
}, string, {
|
|
110
110
|
label: string;
|
|
111
111
|
defaultProps: import("./src/type.js").ValLabel<string>;
|
|
@@ -139,8 +139,8 @@ declare const DasCustomSearchItemRef: () => import("vue").Ref<({
|
|
|
139
139
|
options: any[];
|
|
140
140
|
customerActive: boolean;
|
|
141
141
|
}> & Omit<Readonly<import("./src/type.js").CustomSearchItem> & Readonly<{
|
|
142
|
-
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
143
142
|
onChange?: ((e: any) => any) | undefined;
|
|
143
|
+
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
144
144
|
}>, "label" | "defaultProps" | "modelValue" | "options" | "customerActive"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
145
145
|
$slots: {
|
|
146
146
|
default?: (props: {}) => any;
|
|
@@ -148,11 +148,11 @@ declare const DasCustomSearchItemRef: () => import("vue").Ref<({
|
|
|
148
148
|
}) | null>;
|
|
149
149
|
declare const DasCustomSearchItem: import("@das-fed/utils").SFCWithInstall<{
|
|
150
150
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").CustomSearchItem> & Readonly<{
|
|
151
|
-
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
152
151
|
onChange?: ((e: any) => any) | undefined;
|
|
152
|
+
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
153
153
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
154
|
-
"update:modelValue": (n: any) => any;
|
|
155
154
|
change: (e: any) => any;
|
|
155
|
+
"update:modelValue": (n: any) => any;
|
|
156
156
|
}, import("vue").PublicProps, {
|
|
157
157
|
label: string;
|
|
158
158
|
defaultProps: import("./src/type.js").ValLabel<string>;
|
|
@@ -167,8 +167,8 @@ declare const DasCustomSearchItem: import("@das-fed/utils").SFCWithInstall<{
|
|
|
167
167
|
M: {};
|
|
168
168
|
Defaults: {};
|
|
169
169
|
}, Readonly<import("./src/type.js").CustomSearchItem> & Readonly<{
|
|
170
|
-
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
171
170
|
onChange?: ((e: any) => any) | undefined;
|
|
171
|
+
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
172
172
|
}>, {}, {}, {}, {}, {
|
|
173
173
|
label: string;
|
|
174
174
|
defaultProps: import("./src/type.js").ValLabel<string>;
|
|
@@ -180,11 +180,11 @@ declare const DasCustomSearchItem: import("@das-fed/utils").SFCWithInstall<{
|
|
|
180
180
|
__isTeleport?: never;
|
|
181
181
|
__isSuspense?: never;
|
|
182
182
|
} & import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").CustomSearchItem> & Readonly<{
|
|
183
|
-
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
184
183
|
onChange?: ((e: any) => any) | undefined;
|
|
184
|
+
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
185
185
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
186
|
-
"update:modelValue": (n: any) => any;
|
|
187
186
|
change: (e: any) => any;
|
|
187
|
+
"update:modelValue": (n: any) => any;
|
|
188
188
|
}, string, {
|
|
189
189
|
label: string;
|
|
190
190
|
defaultProps: import("./src/type.js").ValLabel<string>;
|
|
@@ -4,11 +4,11 @@ type __VLS_Slots = {} & {
|
|
|
4
4
|
default?: (props: typeof __VLS_9) => any;
|
|
5
5
|
};
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<CustomSearchItem, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
7
|
-
"update:modelValue": (n: any) => any;
|
|
8
7
|
change: (e: any) => any;
|
|
8
|
+
"update:modelValue": (n: any) => any;
|
|
9
9
|
}, string, import("vue").PublicProps, Readonly<CustomSearchItem> & Readonly<{
|
|
10
|
-
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
11
10
|
onChange?: ((e: any) => any) | undefined;
|
|
11
|
+
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
12
12
|
}>, {
|
|
13
13
|
label: string;
|
|
14
14
|
defaultProps: import("./type").ValLabel<string>;
|