@das-fed/upf-ui 6.4.0-dev.247 → 6.4.0-dev.249

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 (124) hide show
  1. package/front-end/i18n/front-end-page/dasui_en-US.js +1 -1
  2. package/front-end/i18n/front-end-page/dasui_zh-CN.js +1 -1
  3. package/front-end/i18n/front-end-page/dasui_zh-MO.js +1 -1
  4. package/package.json +3 -3
  5. package/packages/business-components/ai-panel/index.js +3 -2
  6. package/packages/business-components/app-container/index.js +3 -2
  7. package/packages/business-components/area-phone-select/index.js +3 -2
  8. package/packages/business-components/change-enterprises/index.js +3 -2
  9. package/packages/business-components/change-pwd/index.js +3 -2
  10. package/packages/business-components/currency-page/index.js +3 -2
  11. package/packages/business-components/device-panel/index.js +3 -2
  12. package/packages/business-components/echarts/index.js +3 -2
  13. package/packages/business-components/export-button/index.js +3 -2
  14. package/packages/business-components/import-button/index.js +3 -2
  15. package/packages/business-components/layout-breadcrumb/index.js +3 -2
  16. package/packages/business-components/model-table-dialog/index.js +3 -2
  17. package/packages/business-components/payment/index.js +3 -2
  18. package/packages/business-components/process-configuration/index.js +3 -2
  19. package/packages/business-components/process-form/index.js +3 -2
  20. package/packages/business-components/process-log/index.js +3 -2
  21. package/packages/business-components/process-table/index.js +3 -2
  22. package/packages/business-components/upload-file/index.js +3 -2
  23. package/packages/business-components/urgent-panel/index.js +3 -2
  24. package/packages/business-components/user-org-dialog/index.js +3 -2
  25. package/packages/business-components/video-dialog/index.js +3 -2
  26. package/packages/components/alert/index.js +3 -2
  27. package/packages/components/audio-video/index.js +3 -2
  28. package/packages/components/autocomplete/index.js +3 -2
  29. package/packages/components/breadcrumb/index.js +3 -2
  30. package/packages/components/button/index.js +3 -2
  31. package/packages/components/button/style.css +1 -1
  32. package/packages/components/button/style.css.gz +0 -0
  33. package/packages/components/calendar/index.js +3 -2
  34. package/packages/components/cascader/index.js +3 -2
  35. package/packages/components/checkbox/index.js +4 -3
  36. package/packages/components/checkbox/index.js.gz +0 -0
  37. package/packages/components/checkbox/style.css +1 -1
  38. package/packages/components/checkbox/style.css.gz +0 -0
  39. package/packages/components/collapse-panel/index.js +3 -2
  40. package/packages/components/collapse-transition/index.js +3 -2
  41. package/packages/components/collaspe/index.js +3 -2
  42. package/packages/components/color-picker/index.js +3 -2
  43. package/packages/components/custom-search-item/index.js +3 -2
  44. package/packages/components/date-picker/index.js +3 -2
  45. package/packages/components/dialog/index.js +3 -2
  46. package/packages/components/dimple-layout/index.js +3 -2
  47. package/packages/components/drawer/index.js +3 -2
  48. package/packages/components/dropdown/index.js +3 -2
  49. package/packages/components/edit-table/index.js +3 -2
  50. package/packages/components/empty/index.js +3 -2
  51. package/packages/components/form/index.js +3 -2
  52. package/packages/components/form-item/index.js +3 -2
  53. package/packages/components/icon/index.js +3 -2
  54. package/packages/components/icon/style.css +1 -1
  55. package/packages/components/image-upload/index.js +3 -2
  56. package/packages/components/image-viewer/index.js +3 -2
  57. package/packages/components/input/index.js +3 -2
  58. package/packages/components/input-dialog-select/index.js +3 -2
  59. package/packages/components/input-number/index.js +3 -2
  60. package/packages/components/live-player/index.js +3 -2
  61. package/packages/components/loading/index.js +3 -2
  62. package/packages/components/map/index.js +3 -2
  63. package/packages/components/menu-aside/index.js +3 -2
  64. package/packages/components/menu-header/index.js +3 -2
  65. package/packages/components/message/index.js +3 -2
  66. package/packages/components/notification/index.js +3 -2
  67. package/packages/components/pagination/index.js +3 -2
  68. package/packages/components/popover/index.js +3 -2
  69. package/packages/components/popup-mask/index.js +3 -2
  70. package/packages/components/preview/index.js +3 -2
  71. package/packages/components/progress/index.js +3 -2
  72. package/packages/components/radio/index.js +3 -2
  73. package/packages/components/radio/style.css +1 -1
  74. package/packages/components/radio/style.css.gz +0 -0
  75. package/packages/components/radio-tabs/index.js +3 -2
  76. package/packages/components/rich-editor/index.js +3 -2
  77. package/packages/components/scrollbar/index.js +3 -2
  78. package/packages/components/search/index.js +3 -2
  79. package/packages/components/search-form/index.js +3 -2
  80. package/packages/components/select/index.d.ts +12 -0
  81. package/packages/components/select/index.js +521 -426
  82. package/packages/components/select/index.js.gz +0 -0
  83. package/packages/components/select/src/Select.vue.d.ts +4 -0
  84. package/packages/components/select/src/type.d.ts +8 -0
  85. package/packages/components/select/style.css +1 -1
  86. package/packages/components/select/style.css.gz +0 -0
  87. package/packages/components/select-input/index.js +3 -2
  88. package/packages/components/select-list/index.js +3 -2
  89. package/packages/components/special-range-picker-month/index.js +3 -2
  90. package/packages/components/special-range-picker-year/index.js +3 -2
  91. package/packages/components/spin/index.js +3 -2
  92. package/packages/components/split-panel/index.js +3 -2
  93. package/packages/components/step/index.js +3 -2
  94. package/packages/components/steps/index.js +3 -2
  95. package/packages/components/switch/index.js +3 -2
  96. package/packages/components/table/index.js +3 -2
  97. package/packages/components/tabs/index.js +3 -2
  98. package/packages/components/tag/index.d.ts +3 -3
  99. package/packages/components/tag/index.js +3 -2
  100. package/packages/components/tag/src/Index.vue.d.ts +1 -1
  101. package/packages/components/text-tooltip/index.js +3 -2
  102. package/packages/components/time-line/index.js +3 -2
  103. package/packages/components/tooltip/index.d.ts +9 -9
  104. package/packages/components/tooltip/index.js +3 -2
  105. package/packages/components/tooltip/src/index.vue.d.ts +1 -1
  106. package/packages/components/tree/index.js +3 -2
  107. package/packages/components/tree-select/index.js +3 -2
  108. package/packages/components/tree-select/src/App.vue.d.ts +26 -2
  109. package/packages/components/tree-select/src/hooks/use-tree-select.d.ts +26 -2
  110. package/packages/components/tree-table/index.js +3 -2
  111. package/packages/components/tree-v2/index.js +3 -2
  112. package/packages/components/tree-v2/style.css +1 -1
  113. package/packages/components/tree-v2/style.css.gz +0 -0
  114. package/packages/components/upload/index.js +3 -2
  115. package/packages/components/virtual-tree/index.js +3 -2
  116. package/packages/components/watermark/index.js +3 -2
  117. package/packages/global/style/index.js +1 -1
  118. package/packages/global/theme/index.d.ts +2 -0
  119. package/packages/global/theme/index.js +13 -11
  120. package/presets/theme-cjb.css +14 -11
  121. package/presets/theme-default.css +14 -11
  122. package/presets/theme-dkh.css +14 -11
  123. package/presets/theme-ssl.css +24 -21
  124. package/theme-default.css +14 -11
@@ -1,33 +1,34 @@
1
- import '@das-fed/upf-ui/packages/components/select/style.css';
2
- import { withInstall as De } from "@das-fed/upf-utils/with-install/index";
3
- import { defineComponent as Ee, useCssVars as bl, useAttrs as yl, computed as u, ref as s, watch as X, useSlots as gl, onMounted as pe, onUnmounted as _e, watchEffect as me, nextTick as S, resolveComponent as Cl, openBlock as p, createElementBlock as g, normalizeClass as wl, normalizeStyle as K, withModifiers as J, createBlock as q, unref as r, createCommentVNode as I, withDirectives as he, mergeProps as Ce, isRef as xl, createSlots as Tl, withCtx as m, renderSlot as C, normalizeProps as Q, guardReactiveProps as Y, Fragment as be, createTextVNode as ye, toDisplayString as F, createElementVNode as b, createVNode as T, withKeys as kl } from "vue";
4
- import { Select as Sl, Tag as ge } from "ant-design-vue";
5
- import { DasCheckbox as Oe } from "@das-fed/upf-ui/packages/components/checkbox/index";
6
- import { vScrollbar as Il } from "@das-fed/upf-ui/packages/components/scrollbar/index";
7
- import { DasTooltip as Al } from "@das-fed/upf-ui/packages/components/tooltip/index";
8
- import { vDasTooltip as Be } from "@das-fed/upf-ui/packages/components/text-tooltip/index";
9
- import { DasInput as Ll } from "@das-fed/upf-ui/packages/components/input/index";
10
- import { DasIconXiala as Ml } from "@das-fed/upf-ui/packages/icons/xiala/index";
11
- import { DasIconEmpty as Vl } from "@das-fed/upf-ui/packages/icons/empty/index";
12
- import { DasErrorOverlayModel as zl } from "@das-fed/upf-ui/packages/components/error-overlay-model/index";
13
- import { vHoverInside as Nl } from "@das-fed/upf-utils/directive";
14
- import { t as R, currentLang as $l, setI18nRule as _l } from "@das-fed/upf-web/packages/i18n/index";
15
- import { useZIndex as Ol } from "@das-fed/upf-utils/hooks/popup-manager/use-zindex";
16
- import { useModelValue as Bl } from "@das-fed/upf-utils/vue";
17
- import { calcTextWidth as Dl } from "@das-fed/upf-utils/common-tools";
1
+ import { withInstall as el } from "@das-fed/upf-utils/with-install/index";
2
+ import { defineComponent as ll, useCssVars as Ul, useAttrs as jl, computed as s, ref as i, watch as G, useSlots as Gl, onMounted as Ae, onUnmounted as Xe, watchEffect as Je, nextTick as k, resolveComponent as Xl, openBlock as f, createElementBlock as y, normalizeClass as Jl, normalizeStyle as X, withModifiers as ue, createBlock as K, unref as c, createCommentVNode as L, withDirectives as Te, mergeProps as Le, createSlots as Ql, withCtx as m, renderSlot as S, normalizeProps as ie, guardReactiveProps as ce, Fragment as ke, createTextVNode as Ve, toDisplayString as Z, createElementVNode as b, createVNode as V, withKeys as Yl } from "vue";
3
+ import { Select as et, Tag as Ie } from "ant-design-vue";
4
+ import { DasCheckbox as Qe } from "@das-fed/upf-ui/packages/components/checkbox/index";
5
+ import { vScrollbar as lt } from "@das-fed/upf-ui/packages/components/scrollbar/index";
6
+ import { DasTooltip as tt } from "@das-fed/upf-ui/packages/components/tooltip/index";
7
+ import { vDasTooltip as Ye } from "@das-fed/upf-ui/packages/components/text-tooltip/index";
8
+ import { DasInput as ot } from "@das-fed/upf-ui/packages/components/input/index";
9
+ import { DasIconXiala as nt } from "@das-fed/upf-ui/packages/icons/xiala/index";
10
+ import { DasIconEmpty as at } from "@das-fed/upf-ui/packages/icons/empty/index";
11
+ import { DasErrorOverlayModel as rt } from "@das-fed/upf-ui/packages/components/error-overlay-model/index";
12
+ import { vHoverInside as st } from "@das-fed/upf-utils/directive";
13
+ import { t as M, currentLang as ut, setI18nRule as it } from "@das-fed/upf-web/packages/i18n/index";
14
+ import { useZIndex as ct } from "@das-fed/upf-utils/hooks/popup-manager/use-zindex";
15
+ import { useModelValue as dt } from "@das-fed/upf-utils/vue";
16
+ import { calcTextWidth as ft } from "@das-fed/upf-utils/common-tools";
18
17
  import "ant-design-vue/es/select/style/css";
19
18
  import "ant-design-vue/es/tag/style/css";
20
- import { SelectOption as El } from "ant-design-vue/es";
21
- const Wl = { key: 0 }, Pl = { class: "das-multiple-option-item" }, Fl = { style: { display: "inline-block" } }, Rl = { key: 0 }, ql = { key: 2 }, Hl = { style: { display: "inline-block" } }, Zl = ["innerHTML"], Kl = ["innerHTML"], Ul = {
19
+ import { SelectOption as vt } from "ant-design-vue/es"
20
+ import '@das-fed/upf-ui/packages/components/select/style.css';
21
+ ;
22
+ const pt = { key: 0 }, ht = ["onClick"], mt = { style: { display: "inline-block" } }, gt = ["innerHTML"], yt = { key: 0 }, bt = { key: 2 }, Ct = { style: { display: "inline-block" } }, wt = ["innerHTML"], St = ["innerHTML"], xt = {
22
23
  key: 0,
23
24
  class: "das-select-error-label-content das-select-label-content"
24
- }, jl = { class: "ant-select ant-select-multiple ant-select-selection-overflow-item ant-select-selection-overflow-item-rest" }, Gl = { class: "ant-select-selection-item" }, Xl = { class: "ant-select-selection-item-content" }, Jl = ["innerHTML"], Ql = Ee({
25
+ }, At = { class: "ant-select ant-select-multiple ant-select-selection-overflow-item ant-select-selection-overflow-item-rest" }, Tt = { class: "ant-select-selection-item" }, kt = { class: "ant-select-selection-item-content" }, Vt = ["innerHTML"], It = ll({
25
26
  inheritAttrs: !1,
26
27
  components: {
27
- VNodes: (d, { attrs: $ }) => $.vnodes
28
+ VNodes: (p, { attrs: D }) => D.vnodes
28
29
  }
29
- }), Yl = /* @__PURE__ */ Ee({
30
- ...Ql,
30
+ }), Lt = /* @__PURE__ */ ll({
31
+ ...It,
31
32
  __name: "Select",
32
33
  props: {
33
34
  modelValue: { default: void 0 },
@@ -63,424 +64,518 @@ const Wl = { key: 0 }, Pl = { class: "das-multiple-option-item" }, Fl = { style:
63
64
  isExterControlCount: { type: Boolean, default: !1 },
64
65
  dropdownMode: {},
65
66
  inputAttrs: {},
66
- showSelectAll: { type: Boolean, default: !0 }
67
+ showSelectAll: { type: Boolean, default: !0 },
68
+ optionPaging: { type: Boolean, default: !1 },
69
+ optionPageSize: { default: 80 },
70
+ optionPagingDebug: { type: Boolean, default: !1 },
71
+ largeSelectionCollapseThreshold: { default: 200 }
67
72
  },
68
73
  emits: ["update:model-value", "change", "focus", "blur", "dropdownVisibleChange", "addCustomItem"],
69
- setup(d, { expose: $, emit: _ }) {
70
- bl((e) => ({
71
- v8a55b21e: Je.value,
72
- f3fe8548: Qe.value
74
+ setup(p, { expose: D, emit: $ }) {
75
+ Ul((e) => ({
76
+ c89c8c78: Sl.value,
77
+ v7e92f62e: xl.value
73
78
  }));
74
- const l = d, w = _, we = yl(), Pe = u(() => {
79
+ const t = p, x = $, J = jl(), ol = s(() => {
75
80
  const e = {};
76
- for (const t in we)
77
- t === "onClick" || t.startsWith("onClick") || (e[t] = we[t]);
81
+ for (const l in J)
82
+ l === "onClick" || l.startsWith("onClick") || l === "filterOption" || l === "onSearch" || l === "onPopupScroll" || (e[l] = J[l]);
78
83
  return e;
79
- }), n = Bl(l, "modelValue"), ee = u(() => {
84
+ }), a = dt(t, "modelValue"), Q = s(() => {
80
85
  var e;
81
- return `<span class='key'>${((e = n.value) == null ? void 0 : e.length) ?? 0}</span>`;
82
- }), O = s(null), xe = s(null), y = s(!1), U = u(() => l.isView ? l.noSetDefaultVal ? "" : "-" : l.placeholder || R("请选择")), le = u(() => O.value ? O.value.querySelector(".ant-select-selector") : null), B = s(0), D = s(0), Fe = u(() => le.value ? l.isTooltip && A.value ? !1 : !l.isTooltip || V.value || !Ne.value || !ue.value : !0), Re = u(() => (Array.isArray(n.value) ? n.value.length : n.value) ? Ne.value : U.value), Te = () => {
83
- const e = l.size === "table" ? 12 : 14;
84
- return Dl(U.value, e);
85
- }, ke = () => {
86
- var N, Z, v;
87
- const e = (N = O.value) == null ? void 0 : N.querySelector(".ant-select-selection-placeholder"), t = (v = (Z = x.value) == null ? void 0 : Z.$el) == null ? void 0 : v.querySelectorAll(".ant-select-selection-item");
88
- t && t.length && t.forEach((ve) => ve.removeAttribute("title"));
89
- let a = (e == null ? void 0 : e.offsetWidth) ?? 0;
90
- if (a === 0) return a;
91
- const o = window.getComputedStyle(e, null), h = parseFloat(o.paddingRight), f = parseFloat(o.paddingLeft);
92
- return a - h - f;
93
- }, A = s(!1);
94
- X(() => [U.value, n.value], () => {
95
- S(() => {
96
- D.value = ke(), B.value = Te(), ((Array.isArray(n.value) ? n.value.length : n.value) || D.value === B.value || B.value - D.value < 1) && (A.value = !1);
86
+ return `<span class='key'>${((e = a.value) == null ? void 0 : e.length) ?? 0}</span>`;
87
+ }), nl = s(() => {
88
+ const e = Array.isArray(a.value) ? a.value.length : a.value ? 1 : 0;
89
+ return M("das-ui-select-selectedItemsCountWithPlaceholder", e);
90
+ }), E = i(null), Me = i(null), C = i(!1), Y = s(() => t.isView ? t.noSetDefaultVal ? "" : "-" : t.placeholder || M("请选择")), de = s(() => E.value ? E.value.querySelector(".ant-select-selector") : null), B = i(0), W = i(0), al = s(() => de.value ? t.isTooltip && O.value ? !1 : !t.isTooltip || N.value || !Ue.value || !be.value : !0), rl = s(() => (Array.isArray(a.value) ? a.value.length : a.value) ? Ue.value : Y.value), Oe = () => {
91
+ const e = t.size === "table" ? 12 : 14;
92
+ return ft(Y.value, e);
93
+ }, ze = () => {
94
+ var T, j, h;
95
+ const e = (T = E.value) == null ? void 0 : T.querySelector(".ant-select-selection-placeholder"), l = (h = (j = A.value) == null ? void 0 : j.$el) == null ? void 0 : h.querySelectorAll(".ant-select-selection-item");
96
+ l && l.length && l.forEach((xe) => xe.removeAttribute("title"));
97
+ let n = (e == null ? void 0 : e.offsetWidth) ?? 0;
98
+ if (n === 0) return n;
99
+ const o = window.getComputedStyle(e, null), u = parseFloat(o.paddingRight), r = parseFloat(o.paddingLeft);
100
+ return n - u - r;
101
+ }, O = i(!1);
102
+ G(() => [Y.value, a.value], () => {
103
+ k(() => {
104
+ W.value = ze(), B.value = Oe(), ((Array.isArray(a.value) ? a.value.length : a.value) || W.value === B.value || B.value - W.value < 1) && (O.value = !1);
97
105
  });
98
- }), X(
106
+ }), G(
99
107
  () => {
100
108
  var e;
101
- return (e = xe.value) == null ? void 0 : e.$tooltipRef.popperRef.contentRef;
109
+ return (e = Me.value) == null ? void 0 : e.$tooltipRef.popperRef.contentRef;
102
110
  },
103
111
  (e) => {
104
112
  e && (e.addEventListener("mouseenter", function() {
105
- A.value = !0, P.value && clearTimeout(P.value);
113
+ O.value = !0, q.value && clearTimeout(q.value);
106
114
  }), e.addEventListener("mouseleave", function() {
107
- P.value = setTimeout(() => {
108
- A.value = !1;
115
+ q.value = setTimeout(() => {
116
+ O.value = !1;
109
117
  }, 200);
110
118
  }));
111
119
  }
112
120
  );
113
- const Se = s(null), Ie = u(() => l.dropdownMode ?? l.mode ?? ""), E = s(null), qe = s(null), W = s(""), He = () => {
114
- E.value = !0;
115
- }, Ze = () => {
116
- E.value = null;
117
- }, Ae = () => {
118
- W.value && (w("addCustomItem", W.value), S(() => {
119
- x.value.focus(), W.value = "";
121
+ const Pe = i(null), Ne = s(() => t.dropdownMode ?? t.mode ?? ""), F = i(null), sl = i(null), R = i(""), ul = () => {
122
+ F.value = !0;
123
+ }, il = () => {
124
+ F.value = null;
125
+ }, _e = () => {
126
+ R.value && (x("addCustomItem", R.value), k(() => {
127
+ A.value.focus(), R.value = "";
120
128
  }));
121
- }, Le = gl(), te = () => {
122
- l.dropdownMode === "custom" && !Le.dropdownRender && (E.value = !1, S(() => {
123
- E.value = null;
129
+ }, De = Gl(), fe = () => {
130
+ t.dropdownMode === "custom" && !De.dropdownRender && (F.value = !1, k(() => {
131
+ F.value = null;
124
132
  }));
125
133
  };
126
- pe(() => {
127
- document.addEventListener("click", te);
128
- }), _e(() => {
129
- document.removeEventListener("click", te);
134
+ Ae(() => {
135
+ document.addEventListener("click", fe);
136
+ }), Xe(() => {
137
+ document.removeEventListener("click", fe);
130
138
  });
131
- const x = s(), Me = s(), L = u(() => {
139
+ const A = i(), H = i(""), ee = i(0), $e = `__DAS_SELECT_COLLAPSED_${Math.random().toString(36).slice(2)}__`, I = s(() => {
132
140
  var e;
133
- return l.fieldNames && l.fieldNames.label ? (e = l.fieldNames) == null ? void 0 : e.label : "label";
134
- }), k = u(() => {
141
+ return t.fieldNames && t.fieldNames.label ? (e = t.fieldNames) == null ? void 0 : e.label : "label";
142
+ }), g = s(() => {
135
143
  var e;
136
- return l.fieldNames && l.fieldNames.value ? (e = l.fieldNames) == null ? void 0 : e.value : "value";
137
- }), oe = s(/* @__PURE__ */ new Map()), Ke = u(() => l.mode), Ue = u(() => l.size == "middle" ? "defalut" : l.size == "mini" ? "small" : l.size), Ve = (e, t) => {
138
- Array.isArray(e) && e.forEach((a) => {
139
- t(a), Array.isArray(a == null ? void 0 : a.children) && Ve(a.children, t);
144
+ return t.fieldNames && t.fieldNames.value ? (e = t.fieldNames) == null ? void 0 : e.value : "value";
145
+ }), ve = i(/* @__PURE__ */ new Map()), cl = s(() => t.mode), dl = s(() => t.size == "middle" ? "defalut" : t.size == "mini" ? "small" : t.size), Ee = s(() => {
146
+ const e = Number(t.optionPageSize);
147
+ return Number.isFinite(e) && e > 0 ? Math.floor(e) : 80;
148
+ }), Be = (e, l) => {
149
+ Array.isArray(e) && e.forEach((n) => {
150
+ l(n), Array.isArray(n == null ? void 0 : n.children) && Be(n.children, l);
140
151
  });
141
- }, ae = (e, t) => {
152
+ }, le = (e, l) => {
142
153
  if (Array.isArray(e))
143
- for (const a of e) {
144
- if ((a == null ? void 0 : a[k.value]) == t) return a;
145
- if (Array.isArray(a == null ? void 0 : a.children)) {
146
- const o = ae(a.children, t);
154
+ for (const n of e) {
155
+ if ((n == null ? void 0 : n[g.value]) == l) return n;
156
+ if (Array.isArray(n == null ? void 0 : n.children)) {
157
+ const o = le(n.children, l);
147
158
  if (o) return o;
148
159
  }
149
160
  }
150
- }, je = (e) => {
151
- Ve(e, (t) => {
152
- t && t[k.value] != null && t[L.value] != null && oe.value.set(t[k.value], t[L.value]);
161
+ }, fl = (e) => {
162
+ Be(e, (l) => {
163
+ l && l[g.value] != null && l[I.value] != null && ve.value.set(l[g.value], l[I.value]);
153
164
  });
154
- }, ne = (e) => {
165
+ }, pe = (e) => {
155
166
  if (e == null || e === "") return;
156
- const t = ae(l.options, e);
157
- if (t && t[L.value] != null) return t[L.value];
158
- if (l.preserveLabelWhenMissing)
159
- return oe.value.get(e);
160
- }, Ge = (e) => {
161
- const t = Array.isArray(e) ? e.slice() : [];
162
- return l.preserveLabelWhenMissing ? ((l.mode !== "combobox" && Array.isArray(n.value) ? n.value : n.value != null && n.value !== "" ? [n.value] : []).forEach((o) => {
163
- if (ae(t, o)) return;
164
- const f = oe.value.get(o);
165
- f != null && t.unshift({
166
- [k.value]: o,
167
- [L.value]: f,
167
+ const l = le(t.options, e);
168
+ if (l && l[I.value] != null) return l[I.value];
169
+ if (t.preserveLabelWhenMissing)
170
+ return ve.value.get(e);
171
+ }, vl = (e) => {
172
+ const l = Array.isArray(e) ? e.slice() : [];
173
+ return t.preserveLabelWhenMissing ? ((t.mode !== "combobox" && Array.isArray(a.value) ? a.value : a.value != null && a.value !== "" ? [a.value] : []).forEach((o) => {
174
+ if (le(l, o)) return;
175
+ const r = ve.value.get(o);
176
+ r != null && l.unshift({
177
+ [g.value]: o,
178
+ [I.value]: r,
168
179
  disabled: !0,
169
180
  title: "",
170
181
  __dasGhostOption: !0
171
182
  });
172
- }), t.map((o) => (o.title = o.title ? o.title : "", o))) : t.map((o) => (o.title = o.title ? o.title : "", o));
173
- }, se = s(!1), re = u(() => {
174
- if (E.value !== null) return E.value;
175
- if (l.open !== void 0) return l.open;
176
- }), M = 1e6, i = s(100), c = s(100), V = s(!1), ue = s(!0), ie = s(!1);
177
- me(() => {
178
- n.value && l.mode == "combobox" && (ue.value = !0, setTimeout(() => {
179
- var t;
180
- let e = (t = x.value) == null ? void 0 : t.$el.querySelectorAll(".ant-select-selection-item");
183
+ }), l.map((o) => (o.title = o.title ? o.title : "", o))) : l.map((o) => (o.title = o.title ? o.title : "", o));
184
+ }, pl = (e) => Array.isArray(e) ? e.some((l) => Array.isArray(l == null ? void 0 : l.children) && l.children.length > 0) : !1, te = s(() => !!t.optionPaging && Array.isArray(t.options) && !pl(t.options)), We = (e, ...l) => {
185
+ const n = J[e];
186
+ Array.isArray(n) ? n.forEach((o) => typeof o == "function" && o(...l)) : typeof n == "function" && n(...l);
187
+ }, Fe = (e, l) => {
188
+ const n = e == null ? "" : String(e), o = J.filterOption;
189
+ if (typeof o == "function")
190
+ try {
191
+ return o(n, l) !== !1;
192
+ } catch {
193
+ return !1;
194
+ }
195
+ if (o === !1) return !0;
196
+ const u = je.value, r = (l == null ? void 0 : l[u]) ?? (l == null ? void 0 : l[I.value]) ?? (l == null ? void 0 : l[g.value]);
197
+ return String(r ?? "").toLowerCase().indexOf(n.toLowerCase()) >= 0;
198
+ }, he = s(() => {
199
+ if (!Array.isArray(t.options)) return;
200
+ const e = vl(t.options);
201
+ return Array.isArray(t.options) && fl(t.options), e;
202
+ }), Re = s(() => {
203
+ const e = he.value ?? [];
204
+ return !te.value || !H.value ? e : e.filter((l) => Fe(H.value, l));
205
+ }), z = (e) => {
206
+ t.optionPagingDebug && k(() => {
207
+ });
208
+ }, oe = s(() => t.mode !== "combobox" && Array.isArray(a.value) ? a.value : a.value !== null && a.value !== void 0 && a.value !== "" ? [a.value] : []), He = s(() => new Set(oe.value)), hl = s(() => {
209
+ const e = Number(t.largeSelectionCollapseThreshold);
210
+ return Number.isFinite(e) && e >= 0 ? Math.floor(e) : 200;
211
+ }), w = s(() => t.mode !== "combobox" && oe.value.length > hl.value), ml = s(() => w.value ? [$e] : a.value), qe = s(() => Array.isArray(t.options) ? t.options.filter((e) => !(e != null && e.disabled)) : []), ne = s(() => qe.value.map((e) => e == null ? void 0 : e[g.value])), me = s(() => ne.value.reduce((e, l) => He.value.has(l) ? e + 1 : e, 0)), gl = (e, l) => {
212
+ if (H.value || w.value || !oe.value.length) return e;
213
+ const n = new Set(e.map((u) => u == null ? void 0 : u[g.value])), o = [];
214
+ return oe.value.forEach((u) => {
215
+ if (n.has(u)) return;
216
+ const r = le(l, u);
217
+ r && (o.push(r), n.add(u));
218
+ }), o.length ? o.concat(e) : e;
219
+ }, yl = s(() => {
220
+ if (!te.value) return he.value;
221
+ const e = Re.value.slice(0, ee.value);
222
+ return gl(e, he.value ?? []);
223
+ }), Ze = () => {
224
+ ee.value = Ee.value, z();
225
+ }, bl = () => {
226
+ te.value && (ee.value = Math.min(
227
+ ee.value + Ee.value,
228
+ Re.value.length
229
+ ), z());
230
+ };
231
+ G(
232
+ () => [t.options, t.optionPaging, t.optionPageSize, H.value, I.value, g.value],
233
+ Ze,
234
+ { immediate: !0 }
235
+ );
236
+ const ge = i(!1), ye = s(() => {
237
+ if (F.value !== null) return F.value;
238
+ if (t.open !== void 0) return t.open;
239
+ }), P = 1e6, d = i(100), v = i(100), Cl = s(() => w.value ? 0 : d.value), N = i(!1), be = i(!0), Ce = i(!1);
240
+ Je(() => {
241
+ a.value && t.mode == "combobox" && (be.value = !0, setTimeout(() => {
242
+ var l;
243
+ let e = (l = A.value) == null ? void 0 : l.$el.querySelectorAll(".ant-select-selection-item");
181
244
  if (e && e.length > 0)
182
- for (let a = 0; a < e.length; a++) {
183
- let o = e[a];
184
- o.scrollWidth <= o.offsetWidth && (ue.value = !1), o.title = "";
245
+ for (let n = 0; n < e.length; n++) {
246
+ let o = e[n];
247
+ o.scrollWidth <= o.offsetWidth && (be.value = !1), o.title = "";
185
248
  }
186
249
  }, 300));
187
- }), me(() => {
188
- l.options && (je(l.options), Me.value = Ge(l.options));
189
250
  });
190
- const Xe = () => {
251
+ const wl = () => {
191
252
  setTimeout(async () => {
192
- i.value = 100, await z(), i.value = c.value, y.value = !0;
253
+ d.value = 100, await _(), d.value = v.value, C.value = !0;
193
254
  }, 100);
194
255
  };
195
- me(() => {
196
- ie.value === !0 && l.mode != "combobox" && n.value && n.value.length > 0 && l.options.length > 0 && (ie.value = !1, Xe());
197
- }), pe(() => {
198
- ie.value = !0, l.focusOpen || (c.value = 1, i.value = c.value, y.value = !0);
256
+ Je(() => {
257
+ Ce.value === !0 && t.mode != "combobox" && a.value && a.value.length > 0 && t.options.length > 0 && (Ce.value = !1, wl());
258
+ }), Ae(() => {
259
+ Ce.value = !0, t.focusOpen || (v.value = 1, d.value = v.value, C.value = !0);
199
260
  });
200
- const Je = u(() => l.width ? l.width : "230px"), Qe = u(() => l.height ? l.height : "auto"), ze = s(3e3), Ye = u(() => ({
201
- "z-index": ze.value
202
- })), Ne = u(() => {
261
+ const Sl = s(() => t.width ? t.width : "230px"), xl = s(() => t.height ? t.height : "auto"), Ke = i(3e3), Al = s(() => ({
262
+ "z-index": Ke.value
263
+ })), Ue = s(() => {
264
+ if (w.value)
265
+ return nl.value;
203
266
  let e = [];
204
- if (l.mode != "combobox" && Array.isArray(n.value))
205
- n.value.map((t) => {
206
- const a = ne(t);
207
- a != null ? e.push(a) : t != null && t !== "" && e.push(String(t));
267
+ if (t.mode != "combobox" && Array.isArray(a.value))
268
+ a.value.map((l) => {
269
+ const n = pe(l);
270
+ n != null ? e.push(n) : l != null && l !== "" && e.push(String(l));
208
271
  });
209
- else if (l.mode == "combobox" && n.value) {
210
- const t = ne(n.value);
211
- t != null ? e.push(t) : n.value !== null && n.value !== void 0 && n.value !== "" && e.push(String(n.value));
272
+ else if (t.mode == "combobox" && a.value) {
273
+ const l = pe(a.value);
274
+ l != null ? e.push(l) : a.value !== null && a.value !== void 0 && a.value !== "" && e.push(String(a.value));
212
275
  }
213
- return $l.value === "zh-CN" ? e.join("、") : e.join(", ");
214
- }), el = u(() => {
215
- var t;
216
- if (l.mode === "combobox") return !1;
217
- let e = l.options.filter((a) => !a.disabled);
218
- return !!(Array.isArray(n.value) && ((t = n.value) == null ? void 0 : t.length) == e.length);
219
- }), ll = u(() => {
220
- var t, a;
221
- if (l.mode === "combobox") return !1;
222
- let e = l.options.filter((o) => !o.disabled);
223
- return !!(Array.isArray(n.value) && ((t = n.value) == null ? void 0 : t.length) > 0 && ((a = n.value) == null ? void 0 : a.length) < e.length);
224
- }), tl = u(() => {
225
- var e, t;
226
- return l.optionFilterProp ? l.optionFilterProp : (e = l.fieldNames) != null && e.label ? (t = l.fieldNames) == null ? void 0 : t.label : "label";
227
- }), ol = u(() => ({
228
- width: typeof l.width == "number" ? l.width + "px" : l.width
229
- })), de = s(!1), al = s({
276
+ return ut.value === "zh-CN" ? e.join("、") : e.join(", ");
277
+ }), Tl = s(() => t.mode === "combobox" ? !1 : ne.value.length > 0 && me.value === ne.value.length), kl = s(() => t.mode === "combobox" ? !1 : me.value > 0 && me.value < ne.value.length), je = s(() => {
278
+ var e, l;
279
+ return t.optionFilterProp ? t.optionFilterProp : (e = t.fieldNames) != null && e.label ? (l = t.fieldNames) == null ? void 0 : l.label : "label";
280
+ }), Vl = s(() => ({
281
+ width: typeof t.width == "number" ? t.width + "px" : t.width
282
+ })), we = i(!1), Il = i({
230
283
  display: "block",
231
284
  color: "var(--upf-color-error)",
232
285
  "white-space": "break-spaces"
233
- }), P = s(), nl = () => {
234
- var a;
235
- D.value = ke(), B.value = Te();
236
- let e = (a = x.value) == null ? void 0 : a.$el.querySelectorAll(".ant-select-selection-item");
237
- !!(Array.isArray(n.value) ? n.value.length : e != null && e.length) || D.value === B.value || B.value - D.value < 1 ? A.value = !1 : (A.value = !0, P.value && clearTimeout(P.value)), de.value = !0;
238
- }, sl = () => {
239
- P.value = setTimeout(() => {
240
- A.value = !1;
241
- }, 200), de.value = !1;
242
- }, rl = (e, t) => {
243
- e ? nl() : sl();
244
- }, ul = (e) => {
245
- e && (ze.value = Ol().nextZIndex(), W.value = ""), j.value = e, l.mode == "combobox" && (e || setTimeout(() => {
246
- var t, a;
247
- (a = (t = x.value) == null ? void 0 : t.blur) == null || a.call(t);
248
- })), w("dropdownVisibleChange", e);
249
- }, il = (e) => {
250
- let t = e.toString();
251
- return t.length > l.maxTagTextLength && (t = t.substr(0, l.maxTagTextLength) + "..."), t;
252
- }, dl = (e) => l.isRenderNode ? O.value : l.getPopupContainer === void 0 ? document.body : l.getPopupContainer(e), cl = (e) => {
286
+ }), q = i(), Ll = () => {
287
+ var n;
288
+ W.value = ze(), B.value = Oe();
289
+ let e = (n = A.value) == null ? void 0 : n.$el.querySelectorAll(".ant-select-selection-item");
290
+ !!(Array.isArray(a.value) ? a.value.length : e != null && e.length) || W.value === B.value || B.value - W.value < 1 ? O.value = !1 : (O.value = !0, q.value && clearTimeout(q.value)), we.value = !0;
291
+ }, Ml = () => {
292
+ q.value = setTimeout(() => {
293
+ O.value = !1;
294
+ }, 200), we.value = !1;
295
+ }, Ol = (e, l) => {
296
+ e ? Ll() : Ml();
297
+ }, zl = (e) => {
298
+ e ? (Ke.value = ct().nextZIndex(), R.value = "", Ze(), z()) : (H.value = "", z()), ae.value = e, t.mode == "combobox" && (e || setTimeout(() => {
299
+ var l, n;
300
+ (n = (l = A.value) == null ? void 0 : l.blur) == null || n.call(l);
301
+ })), x("dropdownVisibleChange", e);
302
+ }, Pl = (e) => {
303
+ H.value = e ?? "", z(), We("onSearch", e);
304
+ }, Nl = (e) => {
305
+ if (We("onPopupScroll", e), !te.value) return;
306
+ const l = e.target;
307
+ if (!l) return;
308
+ l.scrollHeight - l.scrollTop - l.clientHeight <= 24 && bl();
309
+ }, _l = (e) => {
310
+ let l = e.toString();
311
+ return l.length > t.maxTagTextLength && (l = l.substr(0, t.maxTagTextLength) + "..."), l;
312
+ }, Dl = (e) => t.isRenderNode ? E.value : t.getPopupContainer === void 0 ? document.body : t.getPopupContainer(e), $l = (e) => {
253
313
  if (e) {
254
- Array.isArray(n.value) || (n.value = []);
255
- let t = n.value, a = [];
256
- l.options.forEach((o) => {
257
- !n.value.includes(o[k.value]) && !o.disabled && (t.push(o[k.value]), a.push(o));
258
- }), n.value = t, fe(n.value, a);
314
+ const l = new Set(Array.isArray(a.value) ? a.value : []), n = Array.isArray(a.value) ? a.value.slice() : [], o = [];
315
+ qe.value.forEach((u) => {
316
+ const r = u[g.value];
317
+ l.has(r) || (l.add(r), n.push(r), o.push(u));
318
+ }), a.value = n, se(n, o, "inner");
259
319
  } else {
260
- let t = n.value;
261
- n.value = t.filter((a) => {
262
- const o = l.options.find((h) => h[k.value] === a);
263
- return o ? !!o.disabled : !1;
264
- }), fe(n.value, []);
320
+ const l = Array.isArray(t.options) ? t.options : [], n = new Set(l.map((r) => r == null ? void 0 : r[g.value])), o = new Set(l.filter((r) => r == null ? void 0 : r.disabled).map((r) => r == null ? void 0 : r[g.value])), u = (Array.isArray(a.value) ? a.value : []).filter((r) => n.has(r) && o.has(r));
321
+ a.value = u, se(u, [], "inner");
265
322
  }
266
- }, fl = (e) => {
323
+ }, El = (e) => {
324
+ const l = Array.isArray(a.value) ? a.value.slice() : [], n = l.findIndex((o) => o === e);
325
+ return n > -1 ? l.splice(n, 1) : l.push(e), l;
326
+ }, Bl = (e) => {
327
+ w.value && (e.preventDefault(), e.stopPropagation());
328
+ }, Wl = (e, l) => {
329
+ if (!w.value || e != null && e.disabled) return;
330
+ l.preventDefault(), l.stopPropagation();
331
+ const n = e == null ? void 0 : e[g.value];
332
+ if (n === void 0) return;
333
+ const o = El(n);
334
+ a.value = o, se(o, e, "inner");
335
+ }, Fl = (e) => {
267
336
  if (e.className.indexOf("ant-select-multiple") > -1 && e.children[0])
268
337
  return e.children[0];
269
- }, vl = (e) => {
270
- if (l.mode == "combobox") {
271
- w("focus", e);
338
+ }, Rl = (e) => {
339
+ if (t.mode == "combobox") {
340
+ x("focus", e);
272
341
  return;
273
342
  }
274
- se.value = !0, l.focusOpen && !l.isExterControlCount && (i.value = M, y.value = !1), w("focus", e);
275
- }, j = s(!1), pl = () => {
276
- j.value || setTimeout(() => {
277
- var e, t;
278
- (t = (e = x.value) == null ? void 0 : e.blur) == null || t.call(e);
279
- }), l.mode != "combobox";
280
- }, $e = (e) => {
281
- if (S(() => {
282
- j.value = !1;
283
- }), l.mode == "combobox") {
284
- w("blur", e);
343
+ ge.value = !0, t.focusOpen && !t.isExterControlCount && (d.value = P, C.value = !1), x("focus", e);
344
+ }, ae = i(!1), Hl = () => {
345
+ ae.value || setTimeout(() => {
346
+ var e, l;
347
+ (l = (e = A.value) == null ? void 0 : e.blur) == null || l.call(e);
348
+ }), t.mode != "combobox";
349
+ }, Ge = (e) => {
350
+ if (k(() => {
351
+ ae.value = !1;
352
+ }), t.mode == "combobox") {
353
+ x("blur", e);
285
354
  return;
286
355
  }
287
- se.value = !1, l.focusOpen && !l.isExterControlCount && (z(), i.value = c.value, y.value = !0), w("blur", e);
288
- }, ml = (e) => {
289
- e.onClose(), i.value = 100, S(() => {
290
- l.mode !== "combobox" && re.value || l.focusOpen && (z(), i.value = c.value, y.value = !0);
356
+ ge.value = !1, t.focusOpen && !t.isExterControlCount && (_(), d.value = v.value, C.value = !0), x("blur", e);
357
+ }, ql = (e) => {
358
+ e.onClose(), d.value = 100, k(() => {
359
+ t.mode !== "combobox" && ye.value || t.focusOpen && (_(), d.value = v.value, C.value = !0);
291
360
  });
292
361
  };
293
- X(
294
- () => l.disabled || l.isView,
362
+ G(
363
+ () => t.disabled || t.isView,
295
364
  (e) => {
296
- if (e && l.mode !== "combobox") {
297
- se.value = !1;
298
- let t = new Event("blur");
299
- $e(t);
365
+ if (e && t.mode !== "combobox") {
366
+ ge.value = !1;
367
+ let l = new Event("blur");
368
+ Ge(l);
300
369
  }
301
370
  }
302
371
  );
303
- let H = s(!1);
304
- const hl = (e) => {
305
- H.value = e, V.value = !0, S(() => {
306
- V.value = !1, l.focusOpen && (z(), i.value = e ? M : c.value, y.value = !e);
372
+ let U = i(!1);
373
+ const Zl = (e) => {
374
+ U.value = e, N.value = !0, k(() => {
375
+ N.value = !1, t.focusOpen && (_(), d.value = e ? P : v.value, C.value = !e);
307
376
  });
308
377
  };
309
- let G = null;
310
- pe(() => {
311
- G = new IntersectionObserver((e) => {
312
- e && e[0] && e[0].intersectionRatio > 0 && l.focusOpen && i.value === 0 && (i.value = 100, S(() => {
313
- z(), i.value = c.value, y.value = !0;
378
+ let re = null;
379
+ Ae(() => {
380
+ re = new IntersectionObserver((e) => {
381
+ e && e[0] && e[0].intersectionRatio > 0 && t.focusOpen && d.value === 0 && (d.value = 100, k(() => {
382
+ _(), d.value = v.value, C.value = !0;
314
383
  }));
315
- }), G.observe(O.value);
316
- }), _e(() => {
317
- G && G.disconnect();
384
+ }), re.observe(E.value);
385
+ }), Xe(() => {
386
+ re && re.disconnect();
318
387
  });
319
- const z = () => {
320
- var Z;
321
- let e = (Z = x.value) == null ? void 0 : Z.$el;
388
+ const _ = () => {
389
+ var j;
390
+ if (w.value) {
391
+ v.value = 0;
392
+ return;
393
+ }
394
+ let e = (j = A.value) == null ? void 0 : j.$el;
322
395
  if (!e) return;
323
- let t = e == null ? void 0 : e.querySelector(".ant-select-selection-overflow");
324
- if (!t) return;
325
- let a = t.offsetWidth - 5;
326
- l.borderType === "underline" && (a -= 10);
327
- const h = Math.ceil(Se.value.querySelector(".ant-tag").offsetWidth) + 4;
328
- let f = e.querySelectorAll(".ant-select-selection-overflow-item");
329
- if (f.length < 1) return;
330
- i.value = M;
331
- let N = 0;
332
- for (let v = 0; v < f.length - 1 && (f[v].classList.remove("ellipsis"), !f[v].classList.contains("ant-select-selection-overflow-item-rest")); v++)
333
- if (N += Math.ceil(f[v].offsetWidth), N <= a - h)
334
- v >= n.value.length - 1 && N < a ? c.value = n.value.length : c.value = v + 1;
396
+ let l = e == null ? void 0 : e.querySelector(".ant-select-selection-overflow");
397
+ if (!l) return;
398
+ let n = l.offsetWidth - 5;
399
+ t.borderType === "underline" && (n -= 10);
400
+ const u = Math.ceil(Pe.value.querySelector(".ant-tag").offsetWidth) + 4;
401
+ let r = e.querySelectorAll(".ant-select-selection-overflow-item");
402
+ if (r.length < 1) return;
403
+ d.value = P;
404
+ let T = 0;
405
+ for (let h = 0; h < r.length - 1 && (r[h].classList.remove("ellipsis"), !r[h].classList.contains("ant-select-selection-overflow-item-rest")); h++)
406
+ if (T += Math.ceil(r[h].offsetWidth), T <= n - u)
407
+ h >= a.value.length - 1 && T < n ? v.value = a.value.length : v.value = h + 1;
335
408
  else {
336
- v >= n.value.length - 1 && N < a ? c.value = n.value.length : c.value = v;
409
+ h >= a.value.length - 1 && T < n ? v.value = a.value.length : v.value = h;
337
410
  break;
338
411
  }
339
- if (c.value === 0) {
340
- let v = f[0], ve = v.querySelector(".anticon-close") ? 86 : 69;
341
- v && !v.classList.contains("ant-select-selection-overflow-item-rest") && ve <= a - h && !Le.tagRender && (c.value = 1, v.classList.add("ellipsis"));
412
+ if (v.value === 0) {
413
+ let h = r[0], xe = h.querySelector(".anticon-close") ? 86 : 69;
414
+ h && !h.classList.contains("ant-select-selection-overflow-item-rest") && xe <= n - u && !De.tagRender && (v.value = 1, h.classList.add("ellipsis"));
342
415
  }
343
- }, ce = s(!1);
344
- X(
345
- () => n.value,
416
+ }, Se = i(!1);
417
+ G(
418
+ () => a.value,
346
419
  async () => {
347
- if (ce.value) {
348
- ce.value = !1;
420
+ if (Se.value) {
421
+ Se.value = !1;
349
422
  return;
350
423
  }
351
- l.mode !== "combobox" && re.value || (V.value = !0, i.value = M, await S(), await z(), V.value = !1, l.isExterControlCount && l.focusOpen ? (i.value = H.value ? M : c.value, y.value = !H.value) : (i.value = c.value, y.value = !0));
424
+ t.mode !== "combobox" && ye.value || (N.value = !0, d.value = P, await k(), await _(), N.value = !1, t.isExterControlCount && t.focusOpen ? (d.value = U.value ? P : v.value, C.value = !U.value) : (d.value = v.value, C.value = !0));
352
425
  }
353
426
  );
354
- const fe = async (e, t) => {
355
- ce.value = !0, j.value = !1, l.mode === "combobox" && te();
356
- const a = e;
357
- l.noDropdown && l.maxTagsLength < a.length && a.pop(), V.value = !0, w("update:model-value", a), w("change", a, t), i.value = M, await S(), await z(), V.value = !1, l.isExterControlCount && l.focusOpen && (i.value = H.value ? M : c.value, y.value = !H.value), l.focusOpen || (i.value = c.value);
427
+ const Kl = (e) => {
428
+ if (!w.value || t.mode === "combobox") return e;
429
+ const l = Array.isArray(e) ? e : e == null ? [] : [e];
430
+ if (!l.length) return [];
431
+ const n = Array.from(new Set(l.filter((u) => u !== $e)));
432
+ if (!n.length) return;
433
+ let o = Array.isArray(a.value) ? a.value.slice() : [];
434
+ return n.forEach((u) => {
435
+ const r = o.findIndex((T) => T === u);
436
+ r > -1 ? o.splice(r, 1) : o.push(u);
437
+ }), o;
438
+ }, se = async (e, l, n = "antdv") => {
439
+ ae.value = !1, t.mode === "combobox" && fe();
440
+ let o = n === "antdv" ? Kl(e) : e;
441
+ if (o === void 0) {
442
+ z();
443
+ return;
444
+ }
445
+ Se.value = !0, t.noDropdown && Array.isArray(o) && t.maxTagsLength < o.length && (o = o.slice(), o.pop()), n === "antdv" && w.value && (a.value = o), N.value = !0, x("update:model-value", o), x("change", o, l), z(), d.value = P, await k(), await _(), N.value = !1, t.isExterControlCount && t.focusOpen && (d.value = U.value ? P : v.value, C.value = !U.value), t.focusOpen || (d.value = v.value);
358
446
  };
359
- return $({
360
- $select: x,
361
- toChangeMaxCount: hl
362
- }), (e, t) => {
363
- const a = Cl("v-nodes");
364
- return p(), g(
447
+ return D({
448
+ $select: A,
449
+ toChangeMaxCount: Zl
450
+ }), (e, l) => {
451
+ const n = Xl("v-nodes");
452
+ return f(), y(
365
453
  "div",
366
454
  {
367
- class: wl(["das-ui-select", [
368
- l.borderType,
369
- l.isView ? "readonly" : "",
370
- l.error ? "is-error" : "",
371
- y.value ? "show-ellipsis" : ""
455
+ class: Jl(["das-ui-select", [
456
+ t.borderType,
457
+ t.isView ? "readonly" : "",
458
+ t.error ? "is-error" : "",
459
+ C.value ? "show-ellipsis" : ""
372
460
  ]]),
373
461
  ref_key: "$selectBox",
374
- ref: O,
375
- style: K(ol.value),
376
- onClick: J(pl, ["stop"])
462
+ ref: E,
463
+ style: X(Vl.value),
464
+ onClick: ue(Hl, ["stop"])
377
465
  },
378
466
  [
379
- le.value ? (p(), q(r(Al), {
467
+ de.value ? (f(), K(c(tt), {
380
468
  key: 0,
381
469
  ref_key: "inputTooltipRef",
382
- ref: xe,
470
+ ref: Me,
383
471
  placement: "top",
384
472
  "virtual-triggering": "",
385
- "virtual-ref": le.value,
386
- disabled: Fe.value,
387
- content: Re.value
388
- }, null, 8, ["virtual-ref", "disabled", "content"])) : I("v-if", !0),
389
- he((p(), q(r(Sl), Ce({ mode: Ke.value }, Pe.value, {
390
- value: r(n),
391
- "onUpdate:value": t[4] || (t[4] = (o) => xl(n) ? n.value = o : null),
473
+ "virtual-ref": de.value,
474
+ disabled: al.value,
475
+ content: rl.value
476
+ }, null, 8, ["virtual-ref", "disabled", "content"])) : L("v-if", !0),
477
+ Te((f(), K(c(et), Le({ mode: cl.value }, ol.value, {
478
+ value: ml.value,
392
479
  ref_key: "$select",
393
- ref: x,
394
- options: Me.value,
395
- fieldNames: d.fieldNames,
396
- bordered: l.borderType === "bordered",
397
- disabled: l.disabled || l.isView,
480
+ ref: A,
481
+ options: yl.value,
482
+ fieldNames: p.fieldNames,
483
+ bordered: t.borderType === "bordered",
484
+ disabled: t.disabled || t.isView,
398
485
  showArrow: !0,
399
- open: l.noDropdown ? !1 : re.value,
400
- placeholder: U.value,
401
- optionFilterProp: tl.value,
402
- size: Ue.value,
403
- style: l.size == "mini" || l.size == "table" ? { fontSize: "12px" } : {},
404
- dropdownClassName: "das-ui-select-dorpdown " + d.dropdownClassName,
405
- maxTagCount: i.value,
406
- getPopupContainer: dl,
407
- dropdownStyle: Ye.value,
408
- onDropdownVisibleChange: ul,
409
- onChange: fe,
410
- onFocus: vl,
411
- onBlur: $e
412
- }), Tl({
486
+ open: t.noDropdown ? !1 : ye.value,
487
+ placeholder: Y.value,
488
+ optionFilterProp: je.value,
489
+ filterOption: Fe,
490
+ size: dl.value,
491
+ style: t.size == "mini" || t.size == "table" ? { fontSize: "12px" } : {},
492
+ dropdownClassName: "das-ui-select-dorpdown " + p.dropdownClassName,
493
+ maxTagCount: Cl.value,
494
+ getPopupContainer: Dl,
495
+ dropdownStyle: Al.value,
496
+ onDropdownVisibleChange: zl,
497
+ onChange: l[4] || (l[4] = (o, u) => se(o, u, "antdv")),
498
+ onFocus: Rl,
499
+ onBlur: Ge,
500
+ onSearch: Pl,
501
+ onPopupScroll: Nl
502
+ }), Ql({
413
503
  option: m((o) => [
414
- C(e.$slots, "option", Q(Y(o)), () => {
415
- var h;
416
- return [
417
- o.children && typeof o.children == "function" ? (p(), q(a, {
418
- key: 0,
419
- vnodes: o.children()
420
- }, null, 8, ["vnodes"])) : (p(), g(
421
- be,
422
- { key: 1 },
423
- [
424
- I(' :option="{value, label, [disabled, key, title]}" '),
425
- d.mode === "combobox" ? he((p(), g("div", Wl, [
426
- ye(
427
- F(o[L.value]),
428
- 1
429
- /* TEXT */
430
- )
431
- ])), [
432
- [r(Be)]
433
- ]) : (p(), g(
434
- be,
435
- { key: 1 },
436
- [
437
- I(` <das-tooltip v-if="mode === 'combobox'" placement="right-start" :text="option[labelKeyName]"></das-tooltip> `),
438
- b("div", Pl, [
439
- (p(), q(r(Oe), {
440
- class: "das-select-checkbox",
441
- modelValue: (h = r(n)) == null ? void 0 : h.includes(o[k.value]),
442
- key: o[k.value],
443
- disabled: o.disabled
444
- }, null, 8, ["modelValue", "disabled"])),
445
- he((p(), g("div", Fl, [
446
- ye(
447
- F(o[L.value]),
448
- 1
449
- /* TEXT */
450
- )
451
- ])), [
452
- [r(Be)]
453
- ])
504
+ S(e.$slots, "option", ie(ce(o)), () => [
505
+ o.children && typeof o.children == "function" ? (f(), K(n, {
506
+ key: 0,
507
+ vnodes: o.children()
508
+ }, null, 8, ["vnodes"])) : (f(), y(
509
+ ke,
510
+ { key: 1 },
511
+ [
512
+ L(' :option="{value, label, [disabled, key, title]}" '),
513
+ p.mode === "combobox" ? Te((f(), y("div", pt, [
514
+ Ve(
515
+ Z(o[I.value]),
516
+ 1
517
+ /* TEXT */
518
+ )
519
+ ])), [
520
+ [c(Ye)]
521
+ ]) : (f(), y(
522
+ ke,
523
+ { key: 1 },
524
+ [
525
+ L(` <das-tooltip v-if="mode === 'combobox'" placement="right-start" :text="option[labelKeyName]"></das-tooltip> `),
526
+ b("div", {
527
+ class: "das-multiple-option-item",
528
+ onMousedown: Bl,
529
+ onClick: (u) => Wl(o, u)
530
+ }, [
531
+ (f(), K(c(Qe), {
532
+ class: "das-select-checkbox",
533
+ modelValue: He.value.has(o[g.value]),
534
+ key: o[g.value],
535
+ disabled: o.disabled
536
+ }, null, 8, ["modelValue", "disabled"])),
537
+ Te((f(), y("div", mt, [
538
+ Ve(
539
+ Z(o[I.value]),
540
+ 1
541
+ /* TEXT */
542
+ )
543
+ ])), [
544
+ [c(Ye)]
454
545
  ])
455
- ],
456
- 2112
457
- /* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */
458
- ))
459
- ],
460
- 64
461
- /* STABLE_FRAGMENT */
462
- ))
463
- ];
464
- }, !0)
546
+ ], 40, ht)
547
+ ],
548
+ 2112
549
+ /* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */
550
+ ))
551
+ ],
552
+ 64
553
+ /* STABLE_FRAGMENT */
554
+ ))
555
+ ], !0)
465
556
  ]),
466
557
  tagRender: m((o) => [
467
- C(e.$slots, "tagRender", Q(Y(o)), () => [
468
- T(r(ge), {
469
- closable: o.closable,
558
+ S(e.$slots, "tagRender", ie(ce(o)), () => [
559
+ V(c(Ie), {
560
+ closable: !w.value && o.closable,
470
561
  style: { "margin-right": "3px", "background-color": "transparent" },
471
- onClose: (h) => ml(o)
562
+ onClose: (u) => ql(o)
472
563
  }, {
473
564
  default: m(() => [
474
- b(
565
+ w.value ? (f(), y("span", {
566
+ key: 0,
567
+ innerHTML: c(M)("das-ui-select-selectedItemsCountWithPlaceholder", Q.value)
568
+ }, null, 8, gt)) : (f(), y(
475
569
  "span",
476
570
  {
571
+ key: 1,
477
572
  class: "tag-span",
478
- style: K(l.size == "mini" || l.size == "table" ? { fontSize: "12px" } : {})
573
+ style: X(t.size == "mini" || t.size == "table" ? { fontSize: "12px" } : {})
479
574
  },
480
- F(il(ne(o.value) ?? o.label ?? String(o.value))),
575
+ Z(_l(pe(o.value) ?? o.label ?? String(o.value))),
481
576
  5
482
577
  /* TEXT, STYLE */
483
- )
578
+ ))
484
579
  ]),
485
580
  _: 2
486
581
  /* DYNAMIC */
@@ -488,42 +583,42 @@ const Wl = { key: 0 }, Pl = { class: "das-multiple-option-item" }, Fl = { style:
488
583
  ], !0)
489
584
  ]),
490
585
  dropdownRender: m(({ menuNode: o }) => [
491
- C(e.$slots, "dropdownRender", Q(Y({ menuNode: o })), () => {
492
- var h;
586
+ S(e.$slots, "dropdownRender", ie(ce({ menuNode: o })), () => {
587
+ var u;
493
588
  return [
494
- Ie.value === "combobox" ? (p(), g("div", Rl, [
495
- T(a, { vnodes: o }, null, 8, ["vnodes"])
496
- ])) : Ie.value === "custom" ? (p(), g("div", {
589
+ Ne.value === "combobox" ? (f(), y("div", yt, [
590
+ V(n, { vnodes: o }, null, 8, ["vnodes"])
591
+ ])) : Ne.value === "custom" ? (f(), y("div", {
497
592
  key: 1,
498
- onClick: t[2] || (t[2] = J(() => {
593
+ onClick: l[2] || (l[2] = ue(() => {
499
594
  }, ["stop"]))
500
595
  }, [
501
- T(a, { vnodes: o }, null, 8, ["vnodes"]),
596
+ V(n, { vnodes: o }, null, 8, ["vnodes"]),
502
597
  b(
503
598
  "div",
504
599
  {
505
600
  class: "customDropdown",
506
- onMousedown: t[1] || (t[1] = (f) => f.preventDefault())
601
+ onMousedown: l[1] || (l[1] = (r) => r.preventDefault())
507
602
  },
508
603
  [
509
- T(r(Ll), Ce({
604
+ V(c(ot), Le({
510
605
  ref_key: "testInput",
511
- ref: qe,
512
- modelValue: W.value,
513
- "onUpdate:modelValue": t[0] || (t[0] = (f) => W.value = f),
514
- onKeyup: kl(Ae, ["enter"]),
515
- onFocus: J(He, ["stop"]),
516
- onBlur: J(Ze, ["stop"]),
606
+ ref: sl,
607
+ modelValue: R.value,
608
+ "onUpdate:modelValue": l[0] || (l[0] = (r) => R.value = r),
609
+ onKeyup: Yl(_e, ["enter"]),
610
+ onFocus: ue(ul, ["stop"]),
611
+ onBlur: ue(il, ["stop"]),
517
612
  width: "100%",
518
613
  borderType: "bordered"
519
- }, l.inputAttrs), null, 16, ["modelValue"]),
614
+ }, t.inputAttrs), null, 16, ["modelValue"]),
520
615
  b(
521
616
  "div",
522
617
  {
523
618
  class: "addBtn",
524
- onClick: Ae
619
+ onClick: _e
525
620
  },
526
- F(r(R)("添加")),
621
+ Z(c(M)("添加")),
527
622
  1
528
623
  /* TEXT */
529
624
  )
@@ -531,26 +626,26 @@ const Wl = { key: 0 }, Pl = { class: "das-multiple-option-item" }, Fl = { style:
531
626
  32
532
627
  /* NEED_HYDRATION */
533
628
  )
534
- ])) : (p(), g("div", ql, [
535
- T(a, { vnodes: o }, null, 8, ["vnodes"]),
536
- (h = l.options) != null && h.length && l.showSelectAll ? (p(), g(
629
+ ])) : (f(), y("div", bt, [
630
+ V(n, { vnodes: o }, null, 8, ["vnodes"]),
631
+ (u = t.options) != null && u.length && t.showSelectAll ? (f(), y(
537
632
  "div",
538
633
  {
539
634
  key: 0,
540
635
  class: "das-ui-select-dropdown-checkall",
541
- onMousedown: t[3] || (t[3] = (f) => f.preventDefault())
636
+ onMousedown: l[3] || (l[3] = (r) => r.preventDefault())
542
637
  },
543
638
  [
544
- b("div", Hl, [
545
- T(r(Oe), {
546
- modelValue: el.value,
547
- indeterminate: ll.value,
548
- onChange: cl,
639
+ b("div", Ct, [
640
+ V(c(Qe), {
641
+ modelValue: Tl.value,
642
+ indeterminate: kl.value,
643
+ onChange: $l,
549
644
  style: { display: "flex" }
550
645
  }, {
551
646
  default: m(() => [
552
- ye(
553
- F(r(R)("全选")),
647
+ Ve(
648
+ Z(c(M)("全选")),
554
649
  1
555
650
  /* TEXT */
556
651
  )
@@ -561,41 +656,41 @@ const Wl = { key: 0 }, Pl = { class: "das-multiple-option-item" }, Fl = { style:
561
656
  ]),
562
657
  b("span", {
563
658
  class: "das-ui-dropdown-has-checked",
564
- innerHTML: r(R)("das-ui-select-selectedItemsCountWithPlaceholder", ee.value)
565
- }, null, 8, Zl)
659
+ innerHTML: c(M)("das-ui-select-selectedItemsCountWithPlaceholder", Q.value)
660
+ }, null, 8, wt)
566
661
  ],
567
662
  32
568
663
  /* NEED_HYDRATION */
569
- )) : I("v-if", !0)
664
+ )) : L("v-if", !0)
570
665
  ]))
571
666
  ];
572
667
  }, !0)
573
668
  ]),
574
669
  clearIcon: m(() => [
575
- C(e.$slots, "clearIcon", {}, () => [
576
- T(r(Vl), { size: "medium" })
670
+ S(e.$slots, "clearIcon", {}, () => [
671
+ V(c(at), { size: "medium" })
577
672
  ], !0)
578
673
  ]),
579
674
  maxTagPlaceholder: m((o) => [
580
- C(e.$slots, "maxTagPlaceholder", Q(Y(o)), () => [
581
- I(" 隐藏tag时显示的内容 "),
582
- T(r(ge), {
583
- style: K(l.size == "mini" || l.size == "table" ? { fontSize: "12px" } : {})
675
+ S(e.$slots, "maxTagPlaceholder", ie(ce(o)), () => [
676
+ L(" 隐藏tag时显示的内容 "),
677
+ V(c(Ie), {
678
+ style: X(t.size == "mini" || t.size == "table" ? { fontSize: "12px" } : {})
584
679
  }, {
585
680
  default: m(() => [
586
681
  b("span", {
587
- innerHTML: r(R)("das-ui-select-selectedItemsCountWithPlaceholder", ee.value)
588
- }, null, 8, Kl)
682
+ innerHTML: c(M)("das-ui-select-selectedItemsCountWithPlaceholder", Q.value)
683
+ }, null, 8, St)
589
684
  ]),
590
685
  _: 1
591
686
  /* STABLE */
592
687
  }, 8, ["style"]),
593
- I(" <a-tag>+{{ currValue?.length - maxTagCountCell }}</a-tag> ")
688
+ L(" <a-tag>+{{ currValue?.length - maxTagCountCell }}</a-tag> ")
594
689
  ], !0)
595
690
  ]),
596
691
  notFoundContent: m(() => [
597
- C(e.$slots, "notFoundContent", {}, () => [
598
- t[5] || (t[5] = b(
692
+ S(e.$slots, "notFoundContent", {}, () => [
693
+ l[5] || (l[5] = b(
599
694
  "div",
600
695
  { class: "hasNoData" },
601
696
  "暂无数据",
@@ -605,15 +700,15 @@ const Wl = { key: 0 }, Pl = { class: "das-multiple-option-item" }, Fl = { style:
605
700
  ], !0)
606
701
  ]),
607
702
  suffixIcon: m(() => [
608
- C(e.$slots, "suffixIcon", {}, () => [
609
- T(r(Ml), {
703
+ S(e.$slots, "suffixIcon", {}, () => [
704
+ V(c(nt), {
610
705
  class: "das-suffix-icon",
611
706
  size: "medium"
612
707
  })
613
708
  ], !0)
614
709
  ]),
615
710
  default: m(() => [
616
- C(e.$slots, "default", {}, void 0, !0)
711
+ S(e.$slots, "default", {}, void 0, !0)
617
712
  ]),
618
713
  _: 2
619
714
  /* DYNAMIC */
@@ -621,72 +716,72 @@ const Wl = { key: 0 }, Pl = { class: "das-multiple-option-item" }, Fl = { style:
621
716
  e.$slots.menuItemSelectedIcon ? {
622
717
  name: "menuItemSelectedIcon",
623
718
  fn: m(() => [
624
- C(e.$slots, "menuItemSelectedIcon", {}, void 0, !0)
719
+ S(e.$slots, "menuItemSelectedIcon", {}, void 0, !0)
625
720
  ]),
626
721
  key: "0"
627
722
  } : void 0,
628
723
  e.$slots.placeholder ? {
629
724
  name: "placeholder",
630
725
  fn: m(() => [
631
- C(e.$slots, "placeholder", {}, void 0, !0)
726
+ S(e.$slots, "placeholder", {}, void 0, !0)
632
727
  ]),
633
728
  key: "1"
634
729
  } : void 0,
635
730
  e.$slots.removeIcon ? {
636
731
  name: "removeIcon",
637
732
  fn: m(() => [
638
- C(e.$slots, "removeIcon", {}, void 0, !0)
733
+ S(e.$slots, "removeIcon", {}, void 0, !0)
639
734
  ]),
640
735
  key: "2"
641
736
  } : void 0
642
737
  ]), 1040, ["mode", "value", "options", "fieldNames", "bordered", "disabled", "open", "placeholder", "optionFilterProp", "size", "style", "dropdownClassName", "maxTagCount", "dropdownStyle"])), [
643
- [r(Il), { target: fl, x: !1 }],
644
- [r(Nl), rl]
738
+ [c(lt), { target: Fl, x: !1 }],
739
+ [c(st), Ol]
645
740
  ]),
646
- d.error && d.errorLabel ? (p(), g(
647
- be,
741
+ p.error && p.errorLabel ? (f(), y(
742
+ ke,
648
743
  { key: 1 },
649
744
  [
650
- d.errorMode === "default" ? (p(), g("div", Ul, [
745
+ p.errorMode === "default" ? (f(), y("div", xt, [
651
746
  b(
652
747
  "span",
653
748
  {
654
- style: K(al.value)
749
+ style: X(Il.value)
655
750
  },
656
- F(d.errorLabel),
751
+ Z(p.errorLabel),
657
752
  5
658
753
  /* TEXT, STYLE */
659
754
  )
660
- ])) : I("v-if", !0),
661
- d.errorMode === "overlay" && de.value ? (p(), q(r(zl), {
755
+ ])) : L("v-if", !0),
756
+ p.errorMode === "overlay" && we.value ? (f(), K(c(rt), {
662
757
  key: 1,
663
- errorLabel: d.errorLabel,
664
- getEl: () => x.value.$el,
665
- errorModelZIndex: d.errorModelZIndex
666
- }, null, 8, ["errorLabel", "getEl", "errorModelZIndex"])) : I("v-if", !0)
758
+ errorLabel: p.errorLabel,
759
+ getEl: () => A.value.$el,
760
+ errorModelZIndex: p.errorModelZIndex
761
+ }, null, 8, ["errorLabel", "getEl", "errorModelZIndex"])) : L("v-if", !0)
667
762
  ],
668
763
  64
669
764
  /* STABLE_FRAGMENT */
670
- )) : I("v-if", !0),
765
+ )) : L("v-if", !0),
671
766
  b(
672
767
  "div",
673
768
  {
674
769
  class: "ant-select-selection-overflow",
675
770
  ref_key: "virtualTotalCount",
676
- ref: Se,
771
+ ref: Pe,
677
772
  style: { position: "absolute", left: "-50%", top: "-50%", opacity: "0", "pointer-events": "none" }
678
773
  },
679
774
  [
680
- b("div", jl, [
681
- b("div", Gl, [
682
- b("span", Xl, [
683
- T(r(ge), {
684
- style: K(l.size == "mini" || l.size == "table" ? { fontSize: "12px" } : {})
775
+ b("div", At, [
776
+ b("div", Tt, [
777
+ b("span", kt, [
778
+ V(c(Ie), {
779
+ style: X(t.size == "mini" || t.size == "table" ? { fontSize: "12px" } : {})
685
780
  }, {
686
781
  default: m(() => [
687
782
  b("span", {
688
- innerHTML: r(R)("das-ui-select-selectedItemsCountWithPlaceholder", ee.value)
689
- }, null, 8, Jl)
783
+ innerHTML: c(M)("das-ui-select-selectedItemsCountWithPlaceholder", Q.value)
784
+ }, null, 8, Vt)
690
785
  ]),
691
786
  _: 1
692
787
  /* STABLE */
@@ -704,23 +799,23 @@ const Wl = { key: 0 }, Pl = { class: "das-multiple-option-item" }, Fl = { style:
704
799
  );
705
800
  };
706
801
  }
707
- }), We = (d, $) => {
708
- const _ = d.__vccOpts || d;
709
- for (const [l, w] of $)
710
- _[l] = w;
711
- return _;
712
- }, et = /* @__PURE__ */ We(Yl, [["__scopeId", "data-v-ed8bd659"]]), lt = {};
713
- function tt(d, $) {
714
- const _ = El;
715
- return p(), q(
716
- _,
717
- Ce({ class: "das-ui-select-option" }, d.$attrs),
802
+ }), tl = (p, D) => {
803
+ const $ = p.__vccOpts || p;
804
+ for (const [t, x] of D)
805
+ $[t] = x;
806
+ return $;
807
+ }, Mt = /* @__PURE__ */ tl(Lt, [["__scopeId", "data-v-93b3fa17"]]), Ot = {};
808
+ function zt(p, D) {
809
+ const $ = vt;
810
+ return f(), K(
811
+ $,
812
+ Le({ class: "das-ui-select-option" }, p.$attrs),
718
813
  null,
719
814
  16
720
815
  /* FULL_PROPS */
721
816
  );
722
817
  }
723
- const ot = /* @__PURE__ */ We(lt, [["render", tt]]), at = {
818
+ const Pt = /* @__PURE__ */ tl(Ot, [["render", zt]]), Nt = {
724
819
  添加: { "zh-CN": "添加", en: "Add", "zh-MO": "添加", _appCode: "framework" },
725
820
  全选: { "zh-CN": "全选", en: "Select All", "zh-MO": "全選", _appCode: "framework" },
726
821
  已选: { "zh-CN": "已选", en: "Selected", "zh-MO": "已選", _appCode: "framework" },
@@ -731,10 +826,10 @@ const ot = /* @__PURE__ */ We(lt, [["render", tt]]), at = {
731
826
  _appCode: "framework"
732
827
  }
733
828
  };
734
- _l(at);
735
- const St = De(et), It = De(ot), At = { name: "select 选择器" };
829
+ it(Nt);
830
+ const lo = el(Mt), to = el(Pt), oo = { name: "select 选择器" };
736
831
  export {
737
- St as DasSelect,
738
- It as DasSelectOption,
739
- At as default
832
+ lo as DasSelect,
833
+ to as DasSelectOption,
834
+ oo as default
740
835
  };