mimir-ui-kit 1.38.39 → 1.38.40
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.
@@ -31,13 +31,13 @@ import '../../assets/TextArea.css';const re = "_textarea_rk5xe_2", se = "_clear_
|
|
31
31
|
return null;
|
32
32
|
switch (a.addonType) {
|
33
33
|
case "icon": {
|
34
|
-
const
|
34
|
+
const k = (p = a.addonContent) == null ? void 0 : p.includes("16px"), N = (c = a.addonContent) == null ? void 0 : c.includes("24px");
|
35
35
|
return /* @__PURE__ */ r(
|
36
36
|
ee,
|
37
37
|
{
|
38
38
|
style: {
|
39
39
|
"--icon-size": o({
|
40
|
-
"16px":
|
40
|
+
"16px": k,
|
41
41
|
"24px": N
|
42
42
|
})
|
43
43
|
},
|
@@ -56,7 +56,7 @@ import '../../assets/TextArea.css';const re = "_textarea_rk5xe_2", se = "_clear_
|
|
56
56
|
(a, p) => {
|
57
57
|
const {
|
58
58
|
value: c,
|
59
|
-
className:
|
59
|
+
className: k,
|
60
60
|
wrapperClassName: N,
|
61
61
|
variant: R = ae.DefaultGray,
|
62
62
|
autofocus: g,
|
@@ -73,9 +73,9 @@ import '../../assets/TextArea.css';const re = "_textarea_rk5xe_2", se = "_clear_
|
|
73
73
|
leftAddon: S,
|
74
74
|
size: m = "m",
|
75
75
|
inputSize: v,
|
76
|
-
required:
|
76
|
+
required: x,
|
77
77
|
...D
|
78
|
-
} = a, [_, A] = F(g), [
|
78
|
+
} = a, [_, A] = F(g), [h, w] = F(!!c), l = X(null), G = $(l, p);
|
79
79
|
Y(() => {
|
80
80
|
g && A(!0);
|
81
81
|
}, [g]);
|
@@ -94,30 +94,29 @@ import '../../assets/TextArea.css';const re = "_textarea_rk5xe_2", se = "_clear_
|
|
94
94
|
}, W = (n) => {
|
95
95
|
const z = n.target.value;
|
96
96
|
w(!!z), V(), i == null || i(n);
|
97
|
-
},
|
97
|
+
}, f = j(S), b = j(L), H = {
|
98
98
|
[e.readonly]: d || s,
|
99
99
|
[e.focused]: _,
|
100
100
|
[e.disabled]: d || s,
|
101
|
-
[e["has-left-slot"]]: !!
|
102
|
-
[e["has-right-slot"]]: !!
|
101
|
+
[e["has-left-slot"]]: !!f,
|
102
|
+
[e["has-right-slot"]]: !!b,
|
103
103
|
[t["has-label"]]: !!u
|
104
|
-
}, y = _ ||
|
104
|
+
}, y = _ || h || !!c, J = o(
|
105
105
|
e.label,
|
106
106
|
t.label,
|
107
107
|
{
|
108
108
|
[t["active-label"]]: y,
|
109
109
|
[e.disabled]: d || s,
|
110
|
-
[t["has-left-slot"]]: !!
|
111
|
-
[t["has-right-slot"]]: !!
|
112
|
-
[t["has-required"]]:
|
110
|
+
[t["has-left-slot"]]: !!f,
|
111
|
+
[t["has-right-slot"]]: !!b,
|
112
|
+
[t["has-required"]]: x
|
113
113
|
},
|
114
|
-
x,
|
115
114
|
e[m]
|
116
115
|
), K = o(
|
117
116
|
t.textarea,
|
118
117
|
e.input,
|
119
118
|
H,
|
120
|
-
|
119
|
+
k,
|
121
120
|
[
|
122
121
|
e[R],
|
123
122
|
t[m],
|
@@ -146,7 +145,7 @@ import '../../assets/TextArea.css';const re = "_textarea_rk5xe_2", se = "_clear_
|
|
146
145
|
children: [
|
147
146
|
u && /* @__PURE__ */ B("label", { htmlFor: I, className: J, children: [
|
148
147
|
/* @__PURE__ */ r("span", { className: t["label-text"], children: u }),
|
149
|
-
|
148
|
+
x && (h || _) && /* @__PURE__ */ r(
|
150
149
|
"span",
|
151
150
|
{
|
152
151
|
className: t["required-mark"],
|
@@ -154,7 +153,7 @@ import '../../assets/TextArea.css';const re = "_textarea_rk5xe_2", se = "_clear_
|
|
154
153
|
}
|
155
154
|
)
|
156
155
|
] }),
|
157
|
-
|
156
|
+
f && /* @__PURE__ */ r(
|
158
157
|
"span",
|
159
158
|
{
|
160
159
|
className: o(e["left-slot"], {
|
@@ -162,7 +161,7 @@ import '../../assets/TextArea.css';const re = "_textarea_rk5xe_2", se = "_clear_
|
|
162
161
|
[e["has-label"]]: !!u
|
163
162
|
}),
|
164
163
|
"data-testid": "left-addon",
|
165
|
-
children:
|
164
|
+
children: f
|
166
165
|
}
|
167
166
|
),
|
168
167
|
/* @__PURE__ */ r(
|
@@ -176,11 +175,11 @@ import '../../assets/TextArea.css';const re = "_textarea_rk5xe_2", se = "_clear_
|
|
176
175
|
readOnly: s,
|
177
176
|
value: c,
|
178
177
|
onChange: W,
|
179
|
-
required:
|
178
|
+
required: x,
|
180
179
|
...D
|
181
180
|
}
|
182
181
|
),
|
183
|
-
|
182
|
+
b && /* @__PURE__ */ r(
|
184
183
|
"span",
|
185
184
|
{
|
186
185
|
className: o(e["right-slot"], {
|
@@ -188,17 +187,17 @@ import '../../assets/TextArea.css';const re = "_textarea_rk5xe_2", se = "_clear_
|
|
188
187
|
[e["has-label"]]: !!u
|
189
188
|
}),
|
190
189
|
"data-testid": "right-addon",
|
191
|
-
children:
|
190
|
+
children: b
|
192
191
|
}
|
193
192
|
),
|
194
|
-
|
193
|
+
x && !h && !_ && /* @__PURE__ */ r(
|
195
194
|
"span",
|
196
195
|
{
|
197
196
|
className: t["required-mark"],
|
198
197
|
"data-testid": "required-mark"
|
199
198
|
}
|
200
199
|
),
|
201
|
-
E &&
|
200
|
+
E && h && /* @__PURE__ */ r(
|
202
201
|
te,
|
203
202
|
{
|
204
203
|
tabIndex: -1,
|
@@ -1,113 +1,106 @@
|
|
1
|
-
import { jsxs as
|
2
|
-
import { c as
|
3
|
-
import { forwardRef as
|
4
|
-
import { imageTypes as
|
1
|
+
import { jsxs as h, jsx as f, Fragment as j } from "react/jsx-runtime";
|
2
|
+
import { c as B } from "../../index-DIxK0V-G.js";
|
3
|
+
import { forwardRef as D, useState as _, useEffect as C, useMemo as O } from "react";
|
4
|
+
import { imageTypes as y } from "./constants.js";
|
5
5
|
import "../Button/Button.js";
|
6
|
-
import { EButtonVariantDefault as
|
7
|
-
import { ListFiles as
|
8
|
-
import { EFileItemVariant as
|
9
|
-
import { ListPhotos as
|
10
|
-
import { Uploader as
|
6
|
+
import { EButtonVariantDefault as P } from "../Button/constants.js";
|
7
|
+
import { ListFiles as A } from "../ListFiles/ListFiles.js";
|
8
|
+
import { EFileItemVariant as k } from "../ListFiles/constants.js";
|
9
|
+
import { ListPhotos as q } from "../ListPhotos/ListPhotos.js";
|
10
|
+
import { Uploader as G } from "../Uploader/Uploader.js";
|
11
11
|
import '../../assets/UploaderPhotos.css';const x = {
|
12
12
|
"upload-file-wrapper": "_upload-file-wrapper_1a115_2"
|
13
|
-
},
|
14
|
-
(i,
|
13
|
+
}, d = (i) => "file" in i && i.file instanceof File ? y.includes(i.file.type) : "type" in i && typeof i.type == "string" ? y.includes(i.type) : !1, te = D(
|
14
|
+
(i, F) => {
|
15
15
|
const {
|
16
|
-
type:
|
17
|
-
filesType:
|
18
|
-
arrayName:
|
19
|
-
maxSize:
|
20
|
-
onChange:
|
21
|
-
value:
|
16
|
+
type: a,
|
17
|
+
filesType: v,
|
18
|
+
arrayName: g,
|
19
|
+
maxSize: w,
|
20
|
+
onChange: s,
|
21
|
+
value: r,
|
22
22
|
maxFiles: n,
|
23
|
-
titleUploader:
|
23
|
+
titleUploader: z,
|
24
24
|
buttonText: U = "Выберите файлы",
|
25
|
-
showOnlyUploadButton:
|
26
|
-
uploadButtonVariant: b =
|
27
|
-
buttonSize:
|
28
|
-
buttonClassName:
|
29
|
-
variantListFiles:
|
30
|
-
onMaxFilesExceeded:
|
31
|
-
onMaxSizeExceeded:
|
25
|
+
showOnlyUploadButton: m = !1,
|
26
|
+
uploadButtonVariant: b = P.SecondaryAsphalt,
|
27
|
+
buttonSize: I = "m",
|
28
|
+
buttonClassName: E,
|
29
|
+
variantListFiles: L = k.white,
|
30
|
+
onMaxFilesExceeded: S,
|
31
|
+
onMaxSizeExceeded: V,
|
32
32
|
onInvalidFileType: M
|
33
|
-
} = i, [
|
34
|
-
|
35
|
-
),
|
33
|
+
} = i, [l, p] = _(
|
34
|
+
r || []
|
35
|
+
), u = !!n && l.length >= n;
|
36
36
|
C(() => {
|
37
|
-
|
38
|
-
}, [
|
37
|
+
r && p(r);
|
38
|
+
}, [r]);
|
39
39
|
const N = (t) => {
|
40
|
-
const o = t.value.map((e) =>
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
name: e.file.name,
|
48
|
-
size: e.file.size
|
49
|
-
});
|
50
|
-
}, f.readAsDataURL(e.file);
|
51
|
-
}) : Promise.resolve({
|
40
|
+
const o = t.value.map((e) => d(e.file) ? {
|
41
|
+
id: e.id,
|
42
|
+
url: URL.createObjectURL(e.file),
|
43
|
+
type: e.file.type,
|
44
|
+
name: e.file.name,
|
45
|
+
size: e.file.size
|
46
|
+
} : {
|
52
47
|
id: e.id,
|
53
48
|
url: "",
|
54
49
|
size: e.file.size,
|
55
50
|
name: e.file.name,
|
56
51
|
type: e.file.type
|
57
|
-
}));
|
58
|
-
Promise.all(o).then((e) => {
|
59
|
-
p((d) => [...d, ...e]), a == null || a({ type: "add", data: t.value });
|
60
52
|
});
|
61
|
-
|
62
|
-
|
53
|
+
p((e) => [...e, ...o]), s == null || s({ type: "add", data: t.value });
|
54
|
+
}, c = (t) => {
|
55
|
+
p((o) => o.filter((e) => e.id !== t)), s == null || s({ type: "delete", data: t });
|
63
56
|
}, { photos: R, files: T } = O(() => {
|
64
|
-
const t = () =>
|
65
|
-
return
|
66
|
-
}, [
|
67
|
-
return /* @__PURE__ */
|
57
|
+
const t = () => l.filter((e) => !d(e)), o = () => l.filter(d);
|
58
|
+
return a === "all" ? { files: t(), photos: o() } : a === "files" ? { photos: [], files: t() } : a === "photos" ? { files: [], photos: o() } : { files: [], photos: [] };
|
59
|
+
}, [l, a]);
|
60
|
+
return /* @__PURE__ */ h(
|
68
61
|
"div",
|
69
62
|
{
|
70
63
|
"data-testid": "universal-uploader",
|
71
|
-
className:
|
64
|
+
className: B(
|
72
65
|
x["upload-file-wrapper"],
|
73
|
-
|
66
|
+
u && x.disabled
|
74
67
|
),
|
75
68
|
children: [
|
76
|
-
/* @__PURE__ */
|
77
|
-
|
69
|
+
/* @__PURE__ */ f(
|
70
|
+
G,
|
78
71
|
{
|
79
|
-
filesType:
|
80
|
-
arrayName:
|
81
|
-
maxSize:
|
72
|
+
filesType: v,
|
73
|
+
arrayName: g,
|
74
|
+
maxSize: w,
|
82
75
|
onChangeValue: N,
|
83
|
-
ref:
|
84
|
-
maxFiles: n && n -
|
85
|
-
isDisabled:
|
86
|
-
titleUploader:
|
87
|
-
showOnlyUploadButton:
|
76
|
+
ref: F,
|
77
|
+
maxFiles: n && n - l.length,
|
78
|
+
isDisabled: u,
|
79
|
+
titleUploader: z,
|
80
|
+
showOnlyUploadButton: m,
|
88
81
|
buttonText: U,
|
89
82
|
uploadButtonVariant: b,
|
90
|
-
buttonSize:
|
91
|
-
buttonClassName:
|
92
|
-
onMaxFilesExceeded:
|
93
|
-
onMaxSizeExceeded:
|
83
|
+
buttonSize: I,
|
84
|
+
buttonClassName: E,
|
85
|
+
onMaxFilesExceeded: S,
|
86
|
+
onMaxSizeExceeded: V,
|
94
87
|
onInvalidFileType: M
|
95
88
|
}
|
96
89
|
),
|
97
|
-
!
|
98
|
-
(
|
99
|
-
|
90
|
+
!m && /* @__PURE__ */ h(j, { children: [
|
91
|
+
(a === "files" || a === "all") && /* @__PURE__ */ f(
|
92
|
+
A,
|
100
93
|
{
|
101
94
|
value: T,
|
102
|
-
onChange: (t) =>
|
103
|
-
variant:
|
95
|
+
onChange: (t) => c(t.deleteId),
|
96
|
+
variant: L
|
104
97
|
}
|
105
98
|
),
|
106
|
-
(
|
107
|
-
|
99
|
+
(a === "photos" || a === "all") && /* @__PURE__ */ f(
|
100
|
+
q,
|
108
101
|
{
|
109
102
|
value: R,
|
110
|
-
onChange: (t) =>
|
103
|
+
onChange: (t) => c(t.deleteId)
|
111
104
|
}
|
112
105
|
)
|
113
106
|
] })
|
@@ -117,5 +110,5 @@ import '../../assets/UploaderPhotos.css';const x = {
|
|
117
110
|
}
|
118
111
|
);
|
119
112
|
export {
|
120
|
-
|
113
|
+
te as UniversalUploader
|
121
114
|
};
|