yahee-components 0.0.75 → 0.0.81

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 (62) hide show
  1. package/es/annex-upload/annex-upload.vue.js +51 -154
  2. package/es/annex-upload/annex-upload.vue2.js +119 -2
  3. package/es/annex-upload/index.js +3 -3
  4. package/es/api/server.js +24 -19
  5. package/es/api/tool.js +31 -28
  6. package/es/border-wrap/border-wrap.vue.js +64 -95
  7. package/es/border-wrap/border-wrap.vue2.js +46 -2
  8. package/es/common-import/common-import.vue.js +369 -640
  9. package/es/common-import/common-import.vue2.js +328 -2
  10. package/es/common-import/index.js +3 -3
  11. package/es/common-import/props.js +4 -1
  12. package/es/complex-search/complex-search.vue.js +15 -15
  13. package/es/copy/copy.vue.js +37 -55
  14. package/es/copy/copy.vue2.js +34 -2
  15. package/es/copy/index.js +3 -3
  16. package/es/country-platform-shop-condition/country-platform-shop-condition.vue.js +114 -213
  17. package/es/country-platform-shop-condition/country-platform-shop-condition.vue2.js +125 -2
  18. package/es/drop-down-condition/drop-down-condition.vue.js +113 -213
  19. package/es/drop-down-condition/drop-down-condition.vue2.js +127 -2
  20. package/es/echart-gauge/echart-gauge.vue.js +12 -140
  21. package/es/echart-gauge/echart-gauge.vue2.js +147 -2
  22. package/es/echart-gauge/index.js +3 -3
  23. package/es/image-upload/image-upload.vue.js +109 -170
  24. package/es/image-upload/image-upload.vue2.js +91 -2
  25. package/es/image-upload/index.js +3 -3
  26. package/es/input/index.js +3 -3
  27. package/es/input/input.vue.js +17 -38
  28. package/es/input/input.vue2.js +33 -2
  29. package/es/left-condition/index.js +3 -3
  30. package/es/left-condition/left-condition-sub.vue.js +32 -91
  31. package/es/left-condition/left-condition-sub.vue2.js +76 -2
  32. package/es/left-condition/left-condition.vue.js +70 -218
  33. package/es/left-condition/left-condition.vue2.js +160 -2
  34. package/es/left-condition-enum/index.js +3 -3
  35. package/es/left-condition-enum/left-condition-enum.vue.js +20 -49
  36. package/es/left-condition-enum/left-condition-enum.vue2.js +40 -2
  37. package/es/operation-log/operation-log-content.vue.js +71 -92
  38. package/es/operation-log/operation-log-content.vue2.js +39 -2
  39. package/es/operation-log/operation-log-dialog.vue.js +46 -68
  40. package/es/operation-log/operation-log-dialog.vue2.js +38 -2
  41. package/es/operation-log/operation-log-form.vue.js +108 -183
  42. package/es/operation-log/operation-log-form.vue2.js +104 -2
  43. package/es/operation-log/operation-log.vue.js +119 -228
  44. package/es/operation-log/operation-log.vue2.js +135 -2
  45. package/es/packages/components/api/log-server.js +6 -6
  46. package/es/packages/components/api/server.js +18 -20
  47. package/es/packages/components/api/tool.js +35 -32
  48. package/es/packages/components/api/upload-server.js +1 -1
  49. package/es/packages/components/hooks/useEcharts.js +19 -19
  50. package/es/packages/components/hooks/useImg.js +8 -8
  51. package/es/scale-screen/index.js +4 -4
  52. package/es/scale-screen/scale-screen.vue.js +19 -126
  53. package/es/scale-screen/scale-screen.vue2.js +125 -2
  54. package/es/utils/translate.js +21 -21
  55. package/package.json +46 -46
  56. package/readme.md +249 -249
  57. package/types/src/common-import/common-import.vue.d.ts +10 -0
  58. package/types/src/common-import/index.d.ts +25 -0
  59. package/types/src/common-import/props.d.ts +19 -0
  60. package/types/src/installs.d.ts +25 -0
  61. package/types/src/left-condition-enum/left-condition-enum.d.ts +3 -0
  62. package/es/packages/components/api/common/index.js +0 -7
@@ -1,95 +1,36 @@
1
- import { defineComponent as A, toRefs as E, ref as p, watch as F, createElementBlock as s, openBlock as u, Fragment as w, createElementVNode as h, createCommentVNode as r, normalizeStyle as P, unref as t, createTextVNode as U, withModifiers as T, toDisplayString as k, nextTick as v } from "vue";
2
- import N from "../_virtual/lodash.js";
3
- import { stylesUtils as z } from "../utils/style.js";
4
- import { translateEmployeeName as D, M2 as j } from "../utils/translate.js";
5
- const q = ["checked"], G = { key: 1 }, H = {
1
+ import s from "./left-condition-sub.vue2.js";
2
+ import { createElementBlock as n, openBlock as l, Fragment as d, createElementVNode as a, createCommentVNode as c, normalizeStyle as k, createTextVNode as u, withModifiers as _, toDisplayString as m } from "vue";
3
+ import f from "../_virtual/_plugin-vue_export-helper.js";
4
+ const b = ["checked"], h = { key: 1 }, y = {
6
5
  key: 0,
7
6
  class: "num"
8
- }, W = /* @__PURE__ */ A({
9
- __name: "left-condition-sub",
10
- props: {
11
- multiSelectList: { default: () => [] },
12
- countList: {},
13
- item: { default: () => ({ label: "", value: "" }) },
14
- hasNum: { type: Boolean, default: !1 },
15
- allIsCheckbox: { type: Boolean, default: !1 },
16
- translateUserId: { type: Boolean, default: !1 }
17
- },
18
- emits: [
19
- "resetAllCheckedValue",
20
- "setSelectedStatusMap",
21
- "resetRange",
22
- "resetIsSelectAll",
23
- "notifyParent",
24
- "setNoNeedRefreshNumFilterName"
25
- ],
26
- setup(y, { expose: b, emit: C }) {
27
- const g = y, { item: l, hasNum: S, multiSelectList: V } = E(g), n = C, a = p(!1), c = p(!1);
28
- function x(e) {
29
- n("setNoNeedRefreshNumFilterName"), n("resetRange"), a.value = e.target.checked, f(a.value), i();
30
- }
31
- function i() {
32
- v(() => {
33
- n("notifyParent");
34
- });
35
- }
36
- function f(e) {
37
- c.value = e;
38
- }
39
- function m(e) {
40
- a.value = e;
41
- }
42
- function R() {
43
- a.value = !1, c.value = !1;
44
- }
45
- function _() {
46
- return l.value;
47
- }
48
- function B() {
49
- n("resetAllCheckedValue");
50
- }
51
- function I() {
52
- n("setNoNeedRefreshNumFilterName"), n("resetRange"), B(), v(() => {
53
- m(!0);
54
- }), i();
55
- }
56
- function L(e) {
57
- return N.includes(V.value, e.value);
58
- }
59
- return F(a, (e) => {
60
- console.log("left condition subview watch value", e), n("setSelectedStatusMap", { ...l.value, selected: e });
61
- }), b({
62
- resetValue: R,
63
- getValue: _,
64
- setCurrentValue: m,
65
- setCheckboxValue: f
66
- }), (e, o) => {
67
- var d;
68
- return u(), s(w, null, [
69
- h("span", {
70
- class: "el-button custom-button el-button--small",
71
- style: P(t(z).getBackgroundColor(a.value)),
72
- onClick: I
73
- }, [
74
- e.allIsCheckbox || L(t(l)) ? (u(), s("input", {
75
- key: 0,
76
- checked: c.value,
77
- class: "el-checkbox__input",
78
- type: "checkbox",
79
- onChange: x,
80
- onClick: o[0] || (o[0] = T(() => {
81
- }, ["stop"]))
82
- }, null, 40, q)) : r("", !0),
83
- U(" " + k(e.translateUserId ? t(D)(t(l).value, t(l).label) : t(j)(t(l).label)) + " ", 1),
84
- t(N).isEmpty(e.countList) ? r("", !0) : (u(), s("span", G, " (" + k((d = e.countList.filter((M) => M.value == t(l).value)[0]) == null ? void 0 : d.count) + ") ", 1))
85
- ], 4),
86
- t(S) ? (u(), s("span", H, o[1] || (o[1] = [
87
- h("em", null, null, -1)
88
- ]))) : r("", !0)
89
- ], 64);
90
- };
91
- }
92
- });
7
+ };
8
+ function x(C, t, o, e, g, v) {
9
+ var i;
10
+ return l(), n(d, null, [
11
+ a("span", {
12
+ class: "el-button custom-button el-button--small",
13
+ style: k(e.stylesUtils.getBackgroundColor(e.value)),
14
+ onClick: e.onClick
15
+ }, [
16
+ o.allIsCheckbox || e.isMultiSelect(e.item) ? (l(), n("input", {
17
+ key: 0,
18
+ checked: e.checkboxValue,
19
+ class: "el-checkbox__input",
20
+ type: "checkbox",
21
+ onChange: e.checkboxChange,
22
+ onClick: t[0] || (t[0] = _(() => {
23
+ }, ["stop"]))
24
+ }, null, 40, b)) : c("", !0),
25
+ u(" " + m(o.translateUserId ? e.translateEmployeeName(e.item.value, e.item.label) : e.M2(e.item.label)) + " ", 1),
26
+ e._.isEmpty(o.countList) ? c("", !0) : (l(), n("span", h, " (" + m((i = o.countList.filter((r) => r.value == e.item.value)[0]) == null ? void 0 : i.count) + ") ", 1))
27
+ ], 4),
28
+ e.hasNum ? (l(), n("span", y, t[1] || (t[1] = [
29
+ a("em", null, null, -1)
30
+ ]))) : c("", !0)
31
+ ], 64);
32
+ }
33
+ const V = /* @__PURE__ */ f(s, [["render", x], ["__file", "D:/projects/frontend/common/common_componentsweb/packages/components/src/left-condition/left-condition-sub.vue"]]);
93
34
  export {
94
- W as default
35
+ V as default
95
36
  };
@@ -1,4 +1,78 @@
1
- import f from "./left-condition-sub.vue.js";
1
+ import { defineComponent as C, toRefs as x, ref as p, watch as R, nextTick as h } from "vue";
2
+ import y from "../_virtual/lodash.js";
3
+ import { stylesUtils as V } from "../utils/style.js";
4
+ import { translateEmployeeName as q, M2 as A } from "../utils/translate.js";
5
+ const I = /* @__PURE__ */ C({
6
+ __name: "left-condition-sub",
7
+ props: {
8
+ multiSelectList: { type: Array, required: !0, default: () => [] },
9
+ countList: { type: Array, required: !1 },
10
+ item: { type: Object, required: !0, default: () => ({ label: "", value: "" }) },
11
+ hasNum: { type: Boolean, required: !0, default: !1 },
12
+ allIsCheckbox: { type: Boolean, required: !1, default: !1 },
13
+ translateUserId: { type: Boolean, required: !0, default: !1 }
14
+ },
15
+ emits: [
16
+ "resetAllCheckedValue",
17
+ "setSelectedStatusMap",
18
+ "resetRange",
19
+ "resetIsSelectAll",
20
+ "notifyParent",
21
+ "setNoNeedRefreshNumFilterName"
22
+ ],
23
+ setup(N, { expose: v, emit: _ }) {
24
+ const o = N, { item: r, hasNum: g, multiSelectList: i } = x(o), t = _, l = p(!1), a = p(!1);
25
+ function b(e) {
26
+ t("setNoNeedRefreshNumFilterName"), t("resetRange"), l.value = e.target.checked, s(l.value), u();
27
+ }
28
+ function u() {
29
+ h(() => {
30
+ t("notifyParent");
31
+ });
32
+ }
33
+ function s(e) {
34
+ a.value = e;
35
+ }
36
+ function n(e) {
37
+ l.value = e;
38
+ }
39
+ function c() {
40
+ l.value = !1, a.value = !1;
41
+ }
42
+ function f() {
43
+ return r.value;
44
+ }
45
+ function m() {
46
+ t("resetAllCheckedValue");
47
+ }
48
+ function k() {
49
+ t("setNoNeedRefreshNumFilterName"), t("resetRange"), m(), h(() => {
50
+ n(!0);
51
+ }), u();
52
+ }
53
+ function S(e) {
54
+ return y.includes(i.value, e.value);
55
+ }
56
+ R(l, (e) => {
57
+ console.log("left condition subview watch value", e), t("setSelectedStatusMap", { ...r.value, selected: e });
58
+ }), v({
59
+ resetValue: c,
60
+ getValue: f,
61
+ setCurrentValue: n,
62
+ setCheckboxValue: s
63
+ });
64
+ const d = { props: o, item: r, hasNum: g, multiSelectList: i, emit: t, value: l, checkboxValue: a, checkboxChange: b, notifyParent: u, setCheckboxValue: s, setCurrentValue: n, resetValue: c, getValue: f, resetAllCheckedValue: m, onClick: k, isMultiSelect: S, get _() {
65
+ return y;
66
+ }, get stylesUtils() {
67
+ return V;
68
+ }, get M2() {
69
+ return A;
70
+ }, get translateEmployeeName() {
71
+ return q;
72
+ } };
73
+ return Object.defineProperty(d, "__isScriptSetup", { enumerable: !1, value: !0 }), d;
74
+ }
75
+ });
2
76
  export {
3
- f as default
77
+ I as default
4
78
  };
@@ -1,225 +1,77 @@
1
- import { defineComponent as re, toRefs as ie, ref as v, computed as ce, watch as fe, onMounted as de, nextTick as L, resolveComponent as K, createElementBlock as b, openBlock as p, createVNode as C, withCtx as q, unref as s, createCommentVNode as z, normalizeStyle as ve, toDisplayString as F, Fragment as me, renderList as pe, createBlock as ge, createTextVNode as M } from "vue";
2
- import l from "../_virtual/lodash.js";
3
- import ye from "./left-condition-sub.vue.js";
4
- import { stylesUtils as he } from "../utils/style.js";
5
- import { M2 as J } from "../utils/translate.js";
6
- const ke = { class: "yahee-left-condition" }, Ne = {
1
+ import h from "./left-condition.vue2.js";
2
+ import { resolveComponent as i, createElementBlock as o, openBlock as n, createVNode as a, withCtx as d, createCommentVNode as f, normalizeStyle as S, toDisplayString as m, Fragment as b, renderList as x, createBlock as k, createTextVNode as s } from "vue";
3
+ import y from "../_virtual/_plugin-vue_export-helper.js";
4
+ const N = { class: "yahee-left-condition" }, C = {
7
5
  key: 1,
8
6
  class: "el-button custom-button el-button--small",
9
7
  style: { "margin-left": "5px", display: "inline-flex" }
10
- }, _e = /* @__PURE__ */ re({
11
- name: "YaheeLeftCondition",
12
- __name: "left-condition",
13
- props: {
14
- multiSelectList: { default: () => [] },
15
- selectList: { default: () => [] },
16
- countList: { default: () => [] },
17
- totalCount: { default: 0 },
18
- hasNum: { type: Boolean, default: !1 },
19
- displayRangeInput: { type: Boolean, default: !1 },
20
- rangeLabel: { default: "区间" },
21
- rangeStartKey: { default: "rangeStart" },
22
- rangeEndKey: { default: "rangeEnd" },
23
- rangeDelimiter: { default: "——" },
24
- allIsCheckbox: { type: Boolean },
25
- allIsEmpty: { type: Boolean, default: !1 },
26
- translateUserId: { type: Boolean },
27
- staticSearch: { type: Boolean, default: !1 },
28
- label: { default: "" },
29
- noNeedRefreshNumFilterName: { default: "" },
30
- filterKey: { default: "" },
31
- defaultValues: { default: () => [] },
32
- showTotal: { type: Boolean, default: !0 }
33
- },
34
- emits: ["filterChange", "setNoNeedRefreshNumFilterName"],
35
- setup(O, { expose: Y, emit: j }) {
36
- const G = O, {
37
- multiSelectList: w,
38
- displayRangeInput: R,
39
- selectList: g,
40
- hasNum: H,
41
- allIsEmpty: Q,
42
- translateUserId: W,
43
- label: X,
44
- filterKey: y,
45
- rangeStartKey: r,
46
- rangeEndKey: i,
47
- noNeedRefreshNumFilterName: $,
48
- defaultValues: h,
49
- totalCount: _,
50
- countList: x,
51
- showTotal: Z
52
- } = ie(G), E = j, A = v(_.value), f = v(), d = v(), T = v(x.value), u = /* @__PURE__ */ new Map(), c = v(!0), m = v([]), k = () => {
53
- console.log("left condition notifyParent start"), L(() => {
54
- var o, V;
55
- const e = N(), t = ue();
56
- if (l.isEmpty(e) && l.isEmpty(t)) {
57
- S();
58
- return;
59
- }
60
- const a = [
61
- {
62
- filterKey: y.value,
63
- checkedValues: l.map(e, (n) => n.value)
64
- }
65
- ];
66
- R.value && (a.push({
67
- filterKey: r.value,
68
- checkedValues: [(o = u.get(r.value)) == null ? void 0 : o.value]
69
- }), a.push({
70
- filterKey: i.value,
71
- checkedValues: [(V = u.get(i.value)) == null ? void 0 : V.value]
72
- })), E("filterChange", a), console.log(
73
- `left condition notifyParent nextTick after emit, filterKey: ${y.value}, checkedValues: ${JSON.stringify(l.map(e, (n) => n.value))}`
74
- );
75
- });
76
- }, ee = () => {
77
- E("setNoNeedRefreshNumFilterName");
78
- }, U = () => {
79
- I(), B({ label: r.value, selected: !0, value: f.value }), B({ label: i.value, selected: !0, value: d.value });
80
- }, te = () => {
81
- const e = u.get(r.value);
82
- l.isEmpty(e) && !f.value || l.get(e, "value") === f.value || (U(), k());
83
- }, le = () => {
84
- const e = u.get(i.value);
85
- l.isEmpty(e) && !d.value || l.get(e, "value") === d.value || (U(), k());
86
- };
87
- function B(e) {
88
- console.log(`left condition setSelectedStatusMap start, item: ${JSON.stringify(e)}`), u.set(e.label, {
89
- selected: e.selected,
90
- value: e.value
91
- }), c.value = l.eq(N().length, g.value.length);
92
- }
93
- function P(e) {
94
- return l.includes(w.value, e.value);
95
- }
96
- function I() {
97
- const e = l.map(N(), (t) => t.value);
98
- u.clear(), l.forEach(m.value, (t) => {
99
- l.includes(e, t.getValue().value) && t.resetValue();
100
- }), c.value = !1;
101
- }
102
- function ae() {
103
- const e = l.map(N(), (t) => t.value);
104
- u.clear(), l.forEach(m.value, (t) => {
105
- l.includes(e, t.getValue().value) && t.resetValue();
106
- }), c.value = !0, S();
107
- }
108
- const N = () => {
109
- const e = l.filter(
110
- Array.from(u.values()),
111
- (t) => t.selected
112
- );
113
- return l.filter(e, (t) => {
114
- const a = Array.from(u.keys()).find((o) => u.get(o) === t);
115
- return ![r.value, i.value].includes(a);
116
- });
117
- }, ue = () => l.filter(Array.from(u.values()), (e) => {
118
- const t = Array.from(u.keys()).find((a) => u.get(a) === e);
119
- return [r.value, i.value].includes(t);
120
- }), ne = () => {
121
- c.value = !1;
122
- }, se = ce(() => l.sortBy(g.value, (e) => P(e))), D = () => {
123
- f.value = void 0, d.value = void 0, u.delete(r.value), u.delete(i.value);
124
- };
125
- function S() {
126
- I(), L(() => {
127
- console.log("selectList.value:", g.value), c.value = !0;
128
- const e = g.value.filter((a) => !P(a)), t = l.map(e, (a) => a.value);
129
- E("filterChange", [
130
- {
131
- filterKey: y.value,
132
- checkedValues: Q.value ? [] : t
133
- }
134
- ]);
135
- }), R.value && D();
136
- }
137
- return fe(
138
- [() => _.value, () => x.value],
139
- ([e, t], [a, o]) => {
140
- console.log(e, t), console.log(a, o), (!$.value || !l.eq($.value, y.value)) && (A.value = _.value, T.value = x.value);
141
- }
142
- ), Y({
143
- clickAllSelected: S,
144
- resetAllCheckedValueAndSelectAll: ae
145
- }), de(() => {
146
- if (!Array.isArray(h.value) || l.isEmpty(h.value)) {
147
- c.value = !0;
148
- return;
149
- }
150
- console.log("defaultValues.value", h.value), console.log("itemRefs:", m.value), L(() => {
151
- l.filter(m.value, (e) => e != null && e.getValue ? l.includes(h.value, e.getValue().value) : !1).forEach((e) => {
152
- e.setCurrentValue(!0), e.setCheckboxValue(!0);
153
- }), k();
154
- });
155
- }), (e, t) => {
156
- const a = K("el-input-number"), o = K("el-form-item"), V = K("el-form");
157
- return p(), b("div", ke, [
158
- C(V, null, {
159
- default: q(() => [
160
- C(o, { label: s(X) }, {
161
- default: q(() => [
162
- s(Z) ? (p(), b("span", {
163
- key: 0,
164
- class: "el-button custom-button el-button--small",
165
- style: ve(s(he).getBackgroundColor(c.value)),
166
- onClick: S
167
- }, F(A.value ? `${s(J)("全部")}(${A.value})` : s(J)("全部")), 5)) : z("", !0),
168
- (p(!0), b(me, null, pe(se.value, (n, oe) => (p(), ge(ye, {
169
- key: oe,
170
- ref_for: !0,
171
- ref_key: "itemRefs",
172
- ref: m,
173
- "all-is-checkbox": e.allIsCheckbox,
174
- "multi-select-list": s(w),
175
- "translate-user-id": s(W),
176
- "count-list": T.value,
177
- item: n,
178
- "has-num": s(H),
179
- onResetAllCheckedValue: I,
180
- onSetSelectedStatusMap: B,
181
- onResetRange: D,
182
- onSetNoNeedRefreshNumFilterName: ee,
183
- onNotifyParent: k,
184
- onResetIsSelectAll: ne
185
- }, null, 8, ["all-is-checkbox", "multi-select-list", "translate-user-id", "count-list", "item", "has-num"]))), 128)),
186
- s(R) ? (p(), b("div", Ne, [
187
- M(F(e.rangeLabel) + "  ", 1),
188
- C(a, {
189
- modelValue: f.value,
190
- "onUpdate:modelValue": t[0] || (t[0] = (n) => f.value = n),
191
- style: { "margin-left": "2px", width: "60px", height: "22px" },
192
- precision: 2,
193
- step: 0.01,
194
- min: 1,
195
- max: 100,
196
- controls: !1,
197
- onBlur: te
198
- }, null, 8, ["modelValue"]),
199
- M("   %   " + F(e.rangeDelimiter) + "   ", 1),
200
- C(a, {
201
- modelValue: d.value,
202
- "onUpdate:modelValue": t[1] || (t[1] = (n) => d.value = n),
203
- style: { width: "60px", height: "22px" },
204
- precision: 2,
205
- step: 0.01,
206
- size: "small",
207
- max: 100,
208
- controls: !1,
209
- onChange: le
210
- }, null, 8, ["modelValue"]),
211
- t[2] || (t[2] = M(" %   "))
212
- ])) : z("", !0)
213
- ]),
214
- _: 1
215
- }, 8, ["label"])
8
+ };
9
+ function V(R, t, r, e, B, L) {
10
+ const c = i("el-input-number"), u = i("el-form-item"), _ = i("el-form");
11
+ return n(), o("div", N, [
12
+ a(_, null, {
13
+ default: d(() => [
14
+ a(u, { label: e.label }, {
15
+ default: d(() => [
16
+ e.showTotal ? (n(), o("span", {
17
+ key: 0,
18
+ class: "el-button custom-button el-button--small",
19
+ style: S(e.stylesUtils.getBackgroundColor(e.isSelectAll)),
20
+ onClick: e.clickAllSelected
21
+ }, m(e.totalNum ? `${e.M2("全部")}(${e.totalNum})` : e.M2("全部")), 5)) : f("", !0),
22
+ (n(!0), o(b, null, x(e.getSortedSelectedList, (l, g) => (n(), k(e.LeftConditionSub, {
23
+ key: g,
24
+ ref_for: !0,
25
+ ref: "itemRefs",
26
+ "all-is-checkbox": r.allIsCheckbox,
27
+ "multi-select-list": e.multiSelectList,
28
+ "translate-user-id": e.translateUserId,
29
+ "count-list": e.numList,
30
+ item: l,
31
+ "has-num": e.hasNum,
32
+ onResetAllCheckedValue: e.resetAllCheckedValue,
33
+ onSetSelectedStatusMap: e.setSelectedStatusMap,
34
+ onResetRange: e.resetRange,
35
+ onSetNoNeedRefreshNumFilterName: e.setNoNeedRefreshNumFilterName,
36
+ onNotifyParent: e.notifyParent,
37
+ onResetIsSelectAll: e.resetIsSelectAll
38
+ }, null, 8, ["all-is-checkbox", "multi-select-list", "translate-user-id", "count-list", "item", "has-num"]))), 128)),
39
+ e.displayRangeInput ? (n(), o("div", C, [
40
+ s(m(r.rangeLabel) + "  ", 1),
41
+ a(c, {
42
+ modelValue: e.rangeStart,
43
+ "onUpdate:modelValue": t[0] || (t[0] = (l) => e.rangeStart = l),
44
+ style: { "margin-left": "2px", width: "60px", height: "22px" },
45
+ precision: 2,
46
+ step: 0.01,
47
+ min: 1,
48
+ max: 100,
49
+ controls: !1,
50
+ onBlur: e.handleStartBlur
51
+ }, null, 8, ["modelValue"]),
52
+ s("   %   " + m(r.rangeDelimiter) + "   ", 1),
53
+ a(c, {
54
+ modelValue: e.rangeEnd,
55
+ "onUpdate:modelValue": t[1] || (t[1] = (l) => e.rangeEnd = l),
56
+ style: { width: "60px", height: "22px" },
57
+ precision: 2,
58
+ step: 0.01,
59
+ size: "small",
60
+ max: 100,
61
+ controls: !1,
62
+ onChange: e.handleEndBlur
63
+ }, null, 8, ["modelValue"]),
64
+ t[2] || (t[2] = s(" %   "))
65
+ ])) : f("", !0)
216
66
  ]),
217
67
  _: 1
218
- })
219
- ]);
220
- };
221
- }
222
- });
68
+ }, 8, ["label"])
69
+ ]),
70
+ _: 1
71
+ })
72
+ ]);
73
+ }
74
+ const I = /* @__PURE__ */ y(h, [["render", V], ["__file", "D:/projects/frontend/common/common_componentsweb/packages/components/src/left-condition/left-condition.vue"]]);
223
75
  export {
224
- _e as default
76
+ I as default
225
77
  };