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 x = (p = a.addonContent) == null ? void 0 : p.includes("16px"), N = (c = a.addonContent) == null ? void 0 : c.includes("24px");
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": x,
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: x,
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: h,
76
+ required: x,
77
77
  ...D
78
- } = a, [_, A] = F(g), [f, w] = F(!!c), l = X(null), G = $(l, p);
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
- }, b = j(S), k = j(L), H = {
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"]]: !!b,
102
- [e["has-right-slot"]]: !!k,
101
+ [e["has-left-slot"]]: !!f,
102
+ [e["has-right-slot"]]: !!b,
103
103
  [t["has-label"]]: !!u
104
- }, y = _ || f || !!c, J = o(
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"]]: !!b,
111
- [t["has-right-slot"]]: !!k,
112
- [t["has-required"]]: h
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
- x,
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
- h && (f || _) && /* @__PURE__ */ r(
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
- b && /* @__PURE__ */ r(
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: b
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: h,
178
+ required: x,
180
179
  ...D
181
180
  }
182
181
  ),
183
- k && /* @__PURE__ */ r(
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: k
190
+ children: b
192
191
  }
193
192
  ),
194
- h && !f && !_ && /* @__PURE__ */ r(
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 && f && /* @__PURE__ */ r(
200
+ E && h && /* @__PURE__ */ r(
202
201
  te,
203
202
  {
204
203
  tabIndex: -1,
@@ -1,113 +1,106 @@
1
- import { jsxs as F, jsx as m, Fragment as B } from "react/jsx-runtime";
2
- import { c as _ } from "../../index-DIxK0V-G.js";
3
- import { forwardRef as j, useState as A, useEffect as C, useMemo as O } from "react";
4
- import { imageTypes as v } from "./constants.js";
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 k } from "../Button/constants.js";
7
- import { ListFiles as q } from "../ListFiles/ListFiles.js";
8
- import { EFileItemVariant as G } from "../ListFiles/constants.js";
9
- import { ListPhotos as H } from "../ListPhotos/ListPhotos.js";
10
- import { Uploader as J } from "../Uploader/Uploader.js";
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
- }, u = (i) => "file" in i && i.file instanceof File ? v.includes(i.file.type) : "type" in i && typeof i.type == "string" ? v.includes(i.type) : !1, se = j(
14
- (i, g) => {
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: s,
17
- filesType: w,
18
- arrayName: z,
19
- maxSize: I,
20
- onChange: a,
21
- value: l,
16
+ type: a,
17
+ filesType: v,
18
+ arrayName: g,
19
+ maxSize: w,
20
+ onChange: s,
21
+ value: r,
22
22
  maxFiles: n,
23
- titleUploader: P,
23
+ titleUploader: z,
24
24
  buttonText: U = "Выберите файлы",
25
- showOnlyUploadButton: c = !1,
26
- uploadButtonVariant: b = k.SecondaryAsphalt,
27
- buttonSize: E = "m",
28
- buttonClassName: S,
29
- variantListFiles: V = G.white,
30
- onMaxFilesExceeded: D,
31
- onMaxSizeExceeded: L,
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, [r, p] = A(
34
- l || []
35
- ), h = !!n && r.length >= n;
33
+ } = i, [l, p] = _(
34
+ r || []
35
+ ), u = !!n && l.length >= n;
36
36
  C(() => {
37
- l && p(l);
38
- }, [l]);
37
+ r && p(r);
38
+ }, [r]);
39
39
  const N = (t) => {
40
- const o = t.value.map((e) => u(e.file) ? new Promise((d) => {
41
- const f = new FileReader();
42
- f.onload = () => {
43
- d({
44
- id: e.id,
45
- url: f.result,
46
- type: e.file.type,
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
- }, y = (t) => {
62
- p((o) => o.filter((e) => e.id !== t)), a == null || a({ type: "delete", data: t });
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 = () => r.filter((e) => !u(e)), o = () => r.filter(u);
65
- return s === "all" ? { files: t(), photos: o() } : s === "files" ? { photos: [], files: t() } : s === "photos" ? { files: [], photos: o() } : { files: [], photos: [] };
66
- }, [r, s]);
67
- return /* @__PURE__ */ F(
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
- h && x.disabled
66
+ u && x.disabled
74
67
  ),
75
68
  children: [
76
- /* @__PURE__ */ m(
77
- J,
69
+ /* @__PURE__ */ f(
70
+ G,
78
71
  {
79
- filesType: w,
80
- arrayName: z,
81
- maxSize: I,
72
+ filesType: v,
73
+ arrayName: g,
74
+ maxSize: w,
82
75
  onChangeValue: N,
83
- ref: g,
84
- maxFiles: n && n - r.length,
85
- isDisabled: h,
86
- titleUploader: P,
87
- showOnlyUploadButton: c,
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: E,
91
- buttonClassName: S,
92
- onMaxFilesExceeded: D,
93
- onMaxSizeExceeded: L,
83
+ buttonSize: I,
84
+ buttonClassName: E,
85
+ onMaxFilesExceeded: S,
86
+ onMaxSizeExceeded: V,
94
87
  onInvalidFileType: M
95
88
  }
96
89
  ),
97
- !c && /* @__PURE__ */ F(B, { children: [
98
- (s === "files" || s === "all") && /* @__PURE__ */ m(
99
- q,
90
+ !m && /* @__PURE__ */ h(j, { children: [
91
+ (a === "files" || a === "all") && /* @__PURE__ */ f(
92
+ A,
100
93
  {
101
94
  value: T,
102
- onChange: (t) => y(t.deleteId),
103
- variant: V
95
+ onChange: (t) => c(t.deleteId),
96
+ variant: L
104
97
  }
105
98
  ),
106
- (s === "photos" || s === "all") && /* @__PURE__ */ m(
107
- H,
99
+ (a === "photos" || a === "all") && /* @__PURE__ */ f(
100
+ q,
108
101
  {
109
102
  value: R,
110
- onChange: (t) => y(t.deleteId)
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
- se as UniversalUploader
113
+ te as UniversalUploader
121
114
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mimir-ui-kit",
3
3
  "private": false,
4
- "version": "1.38.39",
4
+ "version": "1.38.40",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {