@hai-dev/ui-kit 1.0.4 → 1.0.5
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.
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { jsx as i, jsxs as f } from "react/jsx-runtime";
|
|
2
|
-
import { c as
|
|
2
|
+
import { c as m } from "../../../../index-B2JRaoNz.js";
|
|
3
3
|
import { MAX_ITEMS_COUNT as u } from "./constants.js";
|
|
4
4
|
import { s as y, f as C, b as B, a as b, C as L, h as P, j, P as e } from "../../../../createTheme-DSHGFfg6.js";
|
|
5
5
|
import * as v from "react";
|
|
6
6
|
import { u as E, e as I } from "../../../../extendSxProp-CzeED7BH.js";
|
|
7
7
|
import '../../../../assets/photo-list.css';function M(l = {}) {
|
|
8
8
|
const {
|
|
9
|
-
themeId:
|
|
9
|
+
themeId: n,
|
|
10
10
|
defaultTheme: p,
|
|
11
11
|
defaultClassName: a = "MuiBox-root",
|
|
12
12
|
generateClassName: r
|
|
13
|
-
} = l,
|
|
14
|
-
shouldForwardProp: (
|
|
13
|
+
} = l, t = y("div", {
|
|
14
|
+
shouldForwardProp: (o) => o !== "theme" && o !== "sx" && o !== "as"
|
|
15
15
|
})(C);
|
|
16
16
|
return /* @__PURE__ */ v.forwardRef(function(x, N) {
|
|
17
17
|
const h = E(p), {
|
|
@@ -19,11 +19,11 @@ import '../../../../assets/photo-list.css';function M(l = {}) {
|
|
|
19
19
|
component: _ = "div",
|
|
20
20
|
...T
|
|
21
21
|
} = I(x);
|
|
22
|
-
return /* @__PURE__ */ i(
|
|
22
|
+
return /* @__PURE__ */ i(t, {
|
|
23
23
|
as: _,
|
|
24
24
|
ref: N,
|
|
25
25
|
className: B(g, r ? r(a) : a),
|
|
26
|
-
theme:
|
|
26
|
+
theme: n && h[n] || h,
|
|
27
27
|
...T
|
|
28
28
|
});
|
|
29
29
|
});
|
|
@@ -53,34 +53,34 @@ process.env.NODE_ENV !== "production" && (d.propTypes = {
|
|
|
53
53
|
*/
|
|
54
54
|
sx: e.oneOfType([e.arrayOf(e.oneOfType([e.func, e.object, e.bool])), e.func, e.object])
|
|
55
55
|
});
|
|
56
|
-
const z = "_photoList_rrp1z_1", R = "_item_rrp1z_6", q = "_image_rrp1z_17",
|
|
56
|
+
const z = "_photoList_rrp1z_1", R = "_item_rrp1z_6", q = "_image_rrp1z_17", s = {
|
|
57
57
|
photoList: z,
|
|
58
58
|
item: R,
|
|
59
59
|
image: q
|
|
60
60
|
}, G = (l) => {
|
|
61
|
-
const { photoSources:
|
|
62
|
-
return
|
|
63
|
-
|
|
61
|
+
const { photoSources: n, photoIndex: p, className: a, ...r } = l, t = n.slice(p);
|
|
62
|
+
return t.length > u ? /* @__PURE__ */ f(d, { className: m(s.photoList, a), ...r, children: [
|
|
63
|
+
t.slice(0, u - 1).map((c, o) => /* @__PURE__ */ i(
|
|
64
64
|
"img",
|
|
65
65
|
{
|
|
66
|
-
className:
|
|
67
|
-
src:
|
|
66
|
+
className: m(s.item, s.image),
|
|
67
|
+
src: c,
|
|
68
68
|
alt: "photo in queue"
|
|
69
69
|
},
|
|
70
|
-
|
|
70
|
+
o
|
|
71
71
|
)),
|
|
72
|
-
/* @__PURE__ */ f("div", { className:
|
|
72
|
+
/* @__PURE__ */ f("div", { className: m(s.item), children: [
|
|
73
73
|
"Еще ",
|
|
74
|
-
|
|
74
|
+
t.length - u + 1
|
|
75
75
|
] })
|
|
76
|
-
] }) : /* @__PURE__ */ i(d, { className:
|
|
76
|
+
] }) : /* @__PURE__ */ i(d, { className: m(s.photoList, a), ...r, children: t.map((c, o) => /* @__PURE__ */ i(
|
|
77
77
|
"img",
|
|
78
78
|
{
|
|
79
|
-
className:
|
|
80
|
-
src:
|
|
79
|
+
className: m(s.item, s.image),
|
|
80
|
+
src: c,
|
|
81
81
|
alt: "photo in queue"
|
|
82
82
|
},
|
|
83
|
-
|
|
83
|
+
o
|
|
84
84
|
)) });
|
|
85
85
|
};
|
|
86
86
|
export {
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { jsxs as io, Fragment as ho, jsx as h } from "react/jsx-runtime";
|
|
2
|
-
import { useState as s, useRef as
|
|
2
|
+
import { useState as s, useRef as N } from "react";
|
|
3
3
|
import "../../index-BiffjjQq.js";
|
|
4
4
|
import { c as mo } from "../../index-B2JRaoNz.js";
|
|
5
5
|
import { localizedText as fo } from "./locale.js";
|
|
6
|
-
import { EN_LOCALE as
|
|
7
|
-
import { DEFAULT_MIN_DIMENSION as
|
|
6
|
+
import { EN_LOCALE as uo } from "../../constants.js";
|
|
7
|
+
import { DEFAULT_MIN_DIMENSION as Co, DEFAULT_ASPECT_RATIO as go, DEFAULT_TIMEOUT as Po, DEFAULT_FILE_MAX_SIZE as Eo } from "./constants.js";
|
|
8
8
|
import { UploadDialog as Do } from "./components/upload-dialog/upload-dialog.js";
|
|
9
9
|
import { UploadButton as So } from "./components/upload-button/upload-button.js";
|
|
10
10
|
import { ErrorUploadDialog as Lo } from "./components/error-upload-dialog/error-upload-dialog.js";
|
|
11
|
-
import { validatePhotoFile as
|
|
11
|
+
import { validatePhotoFile as b } from "./utils/validate-photo-file.js";
|
|
12
12
|
import { readPhoto as R } from "./utils/read-photo.js";
|
|
13
13
|
import { getPhotoCrop as wo } from "./utils/get-photo-crop.js";
|
|
14
|
-
import { getCropedPhoto as
|
|
15
|
-
import { getDefaultCroppedPhoto as
|
|
16
|
-
import '../../assets/photo-crop-uploader.css';const
|
|
17
|
-
photoCropCanvas:
|
|
14
|
+
import { getCropedPhoto as _o } from "./utils/get-croped-photo.js";
|
|
15
|
+
import { getDefaultCroppedPhoto as xo } from "./utils/get-default-cropped-photo.js";
|
|
16
|
+
import '../../assets/photo-crop-uploader.css';const Uo = "_photoCropCanvas_1i4lr_1", yo = {
|
|
17
|
+
photoCropCanvas: Uo
|
|
18
18
|
}, Xo = (k) => {
|
|
19
19
|
const {
|
|
20
20
|
buttonClassname: z = "",
|
|
@@ -37,9 +37,9 @@ import '../../assets/photo-crop-uploader.css';const xo = "_photoCropCanvas_1i4lr
|
|
|
37
37
|
onClose: P = () => {
|
|
38
38
|
},
|
|
39
39
|
showErrorPopup: K = !1,
|
|
40
|
-
minDimension: a =
|
|
40
|
+
minDimension: a = Co,
|
|
41
41
|
aspectRatio: m = go,
|
|
42
|
-
locale: e =
|
|
42
|
+
locale: e = uo,
|
|
43
43
|
timeout: E = Po,
|
|
44
44
|
fileMaxSize: D = Eo,
|
|
45
45
|
allowedExtensions: d,
|
|
@@ -47,18 +47,18 @@ import '../../assets/photo-crop-uploader.css';const xo = "_photoCropCanvas_1i4lr
|
|
|
47
47
|
circular: Q,
|
|
48
48
|
width: V,
|
|
49
49
|
keepSelection: W,
|
|
50
|
-
|
|
50
|
+
uploadButton: Y,
|
|
51
51
|
multiple: L,
|
|
52
52
|
fromSources: $,
|
|
53
53
|
...oo
|
|
54
|
-
} = k, [to, i] = s(!1), [p, w] = s([]), [f,
|
|
54
|
+
} = k, [to, i] = s(!1), [p, w] = s([]), [f, u] = s([]), [l, _] = s(0), x = N(null), U = N(null), [y, A] = s(!1), [T, v] = s(""), [ro, I] = s(!1), F = (o = []) => {
|
|
55
55
|
P(o, p), i(!1);
|
|
56
56
|
}, eo = () => {
|
|
57
57
|
P([], p), i(!1);
|
|
58
58
|
}, no = () => {
|
|
59
59
|
I(!1);
|
|
60
|
-
},
|
|
61
|
-
j(o), w(o),
|
|
60
|
+
}, C = (o) => {
|
|
61
|
+
j(o), w(o), u(Array(o.length)), _(0), i(!0), v("");
|
|
62
62
|
}, g = (o) => {
|
|
63
63
|
o instanceof Error && (console.warn(o.message), B(o), v(o.message), I(!0), w([]), i(!1));
|
|
64
64
|
}, ao = async (o) => {
|
|
@@ -68,7 +68,7 @@ import '../../assets/photo-crop-uploader.css';const xo = "_photoCropCanvas_1i4lr
|
|
|
68
68
|
if (A(!0), H(), L) {
|
|
69
69
|
const t = Array.from(r);
|
|
70
70
|
t.forEach((c) => {
|
|
71
|
-
|
|
71
|
+
b(
|
|
72
72
|
c,
|
|
73
73
|
{ maxSize: D, allowedExtensions: d, allowedMimeTypes: S },
|
|
74
74
|
e
|
|
@@ -79,16 +79,16 @@ import '../../assets/photo-crop-uploader.css';const xo = "_photoCropCanvas_1i4lr
|
|
|
79
79
|
(c) => R(c, a, e, E)
|
|
80
80
|
)
|
|
81
81
|
);
|
|
82
|
-
|
|
82
|
+
C(n);
|
|
83
83
|
} else {
|
|
84
84
|
const t = r[0];
|
|
85
|
-
|
|
85
|
+
b(
|
|
86
86
|
t,
|
|
87
87
|
{ maxSize: D, allowedExtensions: d, allowedMimeTypes: S },
|
|
88
88
|
e
|
|
89
89
|
);
|
|
90
90
|
const n = await R(t, a, e, E);
|
|
91
|
-
|
|
91
|
+
C([n]);
|
|
92
92
|
}
|
|
93
93
|
} catch (t) {
|
|
94
94
|
g(t);
|
|
@@ -97,21 +97,21 @@ import '../../assets/photo-crop-uploader.css';const xo = "_photoCropCanvas_1i4lr
|
|
|
97
97
|
}
|
|
98
98
|
}, so = (o) => {
|
|
99
99
|
const { width: r, height: t } = o.currentTarget, n = wo(r, t, a, m);
|
|
100
|
-
|
|
101
|
-
const
|
|
102
|
-
return
|
|
100
|
+
u((c) => {
|
|
101
|
+
const M = [...c];
|
|
102
|
+
return M[l] = n, M;
|
|
103
103
|
});
|
|
104
104
|
}, lo = (o, r) => {
|
|
105
|
-
|
|
105
|
+
u((t) => {
|
|
106
106
|
const n = [...t];
|
|
107
107
|
return n[l] = r, n;
|
|
108
108
|
});
|
|
109
109
|
}, O = () => {
|
|
110
|
-
const o =
|
|
110
|
+
const o = U.current, r = x.current;
|
|
111
111
|
if (o && r && f)
|
|
112
112
|
try {
|
|
113
113
|
X();
|
|
114
|
-
const t =
|
|
114
|
+
const t = _o(
|
|
115
115
|
r,
|
|
116
116
|
o,
|
|
117
117
|
f[l],
|
|
@@ -122,13 +122,13 @@ import '../../assets/photo-crop-uploader.css';const xo = "_photoCropCanvas_1i4lr
|
|
|
122
122
|
t instanceof Error && (console.warn(t), g(t));
|
|
123
123
|
}
|
|
124
124
|
}, po = () => {
|
|
125
|
-
O(),
|
|
125
|
+
O(), _((o) => o + 1);
|
|
126
126
|
}, co = async () => {
|
|
127
127
|
const o = p.slice(l);
|
|
128
128
|
try {
|
|
129
129
|
const r = await Promise.all(
|
|
130
130
|
o.map(
|
|
131
|
-
(t) =>
|
|
131
|
+
(t) => xo(t, a, m, e)
|
|
132
132
|
)
|
|
133
133
|
);
|
|
134
134
|
F(r);
|
|
@@ -141,7 +141,7 @@ import '../../assets/photo-crop-uploader.css';const xo = "_photoCropCanvas_1i4lr
|
|
|
141
141
|
So,
|
|
142
142
|
{
|
|
143
143
|
onChange: ao,
|
|
144
|
-
onPhotoDataLoaded:
|
|
144
|
+
onPhotoDataLoaded: C,
|
|
145
145
|
buttonClassname: z,
|
|
146
146
|
disabled: y,
|
|
147
147
|
buttonDisabled: y,
|
|
@@ -151,7 +151,7 @@ import '../../assets/photo-crop-uploader.css';const xo = "_photoCropCanvas_1i4lr
|
|
|
151
151
|
onDragDrop: J,
|
|
152
152
|
onDragLeave: G,
|
|
153
153
|
onDragOver: q,
|
|
154
|
-
button: Y
|
|
154
|
+
button: Y,
|
|
155
155
|
multiple: L,
|
|
156
156
|
fromSources: $,
|
|
157
157
|
...oo,
|
|
@@ -171,7 +171,7 @@ import '../../assets/photo-crop-uploader.css';const xo = "_photoCropCanvas_1i4lr
|
|
|
171
171
|
onCropChange: lo,
|
|
172
172
|
onPhotoCrop: O,
|
|
173
173
|
onPhotoLoad: so,
|
|
174
|
-
imageRef:
|
|
174
|
+
imageRef: x,
|
|
175
175
|
minDimension: a,
|
|
176
176
|
aspectRatio: m,
|
|
177
177
|
locale: e,
|
|
@@ -195,7 +195,7 @@ import '../../assets/photo-crop-uploader.css';const xo = "_photoCropCanvas_1i4lr
|
|
|
195
195
|
className: mo(yo.photoCropCanvas),
|
|
196
196
|
width: a,
|
|
197
197
|
height: a,
|
|
198
|
-
ref:
|
|
198
|
+
ref: U
|
|
199
199
|
}
|
|
200
200
|
)
|
|
201
201
|
] });
|
|
@@ -10,9 +10,6 @@ export type PhotoFileOptions = {
|
|
|
10
10
|
allowedExtensions?: PhotoExtension[];
|
|
11
11
|
allowedMimeTypes?: PhotoMimeType[];
|
|
12
12
|
};
|
|
13
|
-
export type PhotoCropUploaderSlots = {
|
|
14
|
-
button?: ReactNode;
|
|
15
|
-
};
|
|
16
13
|
export type PhotoCropUploaderCustomProps = {
|
|
17
14
|
buttonClassname?: string;
|
|
18
15
|
onStartUpload?: () => unknown;
|
|
@@ -35,7 +32,7 @@ export type PhotoCropUploaderCustomProps = {
|
|
|
35
32
|
circular?: boolean;
|
|
36
33
|
keepSelection?: boolean;
|
|
37
34
|
width?: number;
|
|
38
|
-
|
|
35
|
+
uploadButton?: ReactNode;
|
|
39
36
|
fromSources?: PhotoDataUrl[];
|
|
40
37
|
};
|
|
41
38
|
export type PhotoCropUploaderProps = PhotoCropUploaderCustomProps & InputHTMLAttributes<HTMLInputElement>;
|