mimir-ui-kit 1.38.32 → 1.38.34
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.
- package/dist/assets/NotificationBadge.css +1 -1
- package/dist/components/NotificationBadge/NotificationBadge.js +19 -18
- package/dist/components/NotificationBadge/constants.d.ts +2 -1
- package/dist/components/NotificationBadge/constants.js +2 -2
- package/dist/components/UniversalUploader/UniversalUploader.js +14 -14
- package/dist/components/Uploader/Uploader.d.ts +3 -3
- package/dist/components/Uploader/index.d.ts +1 -0
- package/dist/components/UploaderFiles/types.d.ts +3 -3
- package/dist/components/index.d.ts +1 -1
- package/package.json +1 -1
@@ -1 +1 @@
|
|
1
|
-
._notification-
|
1
|
+
._notification-badge_jhn37_2{position:relative;display:flex;align-items:center;justify-content:center;width:var(--width-notification-badge);height:var(--height-notification-badge);color:var(--white);font-size:var(--mimir-size-text-notification-badge);background-color:var(--citrine-100);border-radius:50%}._notification-badge-absolute_jhn37_14{position:absolute}._l_jhn37_18{--mimir-size-text-notification-badge: var(--mimir-size-text-l);--width-notification-badge: 32px;--height-notification-badge: 32px}._m_jhn37_24{--mimir-size-text-notification-badge: var(--mimir-size-text-m);--width-notification-badge: 24px;--height-notification-badge: 24px}._s_jhn37_30{--height-notification-badge: 16px;--width-notification-badge: 16px;--mimir-size-text-notification-badge: var(--mimir-size-text-xs)}
|
@@ -1,25 +1,26 @@
|
|
1
|
-
import { jsx as
|
2
|
-
import { c as
|
3
|
-
import { ENotificationBadgeSize as
|
4
|
-
import '../../assets/NotificationBadge.css';const b = "
|
5
|
-
"notification-badge": "_notification-
|
6
|
-
"notification-badge-absolute": "_notification-badge-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
1
|
+
import { jsx as f } from "react/jsx-runtime";
|
2
|
+
import { c as l } from "../../index-DIxK0V-G.js";
|
3
|
+
import { ENotificationBadgeSize as m } from "./constants.js";
|
4
|
+
import '../../assets/NotificationBadge.css';const b = "_l_jhn37_18", d = "_m_jhn37_24", g = "_s_jhn37_30", t = {
|
5
|
+
"notification-badge": "_notification-badge_jhn37_2",
|
6
|
+
"notification-badge-absolute": "_notification-badge-absolute_jhn37_14",
|
7
|
+
l: b,
|
8
|
+
m: d,
|
9
|
+
s: g
|
10
|
+
}, n = ({
|
11
|
+
count: e,
|
11
12
|
position: a,
|
12
13
|
absolute: c,
|
13
|
-
size:
|
14
|
-
}) => /* @__PURE__ */
|
14
|
+
size: _ = m.M
|
15
|
+
}) => /* @__PURE__ */ f(
|
15
16
|
"div",
|
16
17
|
{
|
17
|
-
className:
|
18
|
-
|
18
|
+
className: l(
|
19
|
+
t["notification-badge"],
|
19
20
|
{
|
20
|
-
[
|
21
|
+
[t["notification-badge-absolute"]]: c
|
21
22
|
},
|
22
|
-
|
23
|
+
t[_]
|
23
24
|
),
|
24
25
|
style: {
|
25
26
|
top: a == null ? void 0 : a.top,
|
@@ -27,9 +28,9 @@ import '../../assets/NotificationBadge.css';const b = "_m_ugqfj_18", d = "_s_ugq
|
|
27
28
|
bottom: a == null ? void 0 : a.bottom,
|
28
29
|
left: a == null ? void 0 : a.left
|
29
30
|
},
|
30
|
-
children:
|
31
|
+
children: e
|
31
32
|
}
|
32
33
|
);
|
33
34
|
export {
|
34
|
-
|
35
|
+
n as NotificationBadge
|
35
36
|
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { jsxs as h, jsx as
|
1
|
+
import { jsxs as h, jsx as f, Fragment as j } from "react/jsx-runtime";
|
2
2
|
import { c as B } from "../../index-DIxK0V-G.js";
|
3
3
|
import { forwardRef as D, useState as _, useEffect as C, useMemo as O } from "react";
|
4
4
|
import { imageTypes as y } from "./constants.js";
|
@@ -10,7 +10,7 @@ import { ListPhotos as q } from "../ListPhotos/ListPhotos.js";
|
|
10
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
|
-
},
|
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
14
|
(i, F) => {
|
15
15
|
const {
|
16
16
|
type: a,
|
@@ -19,7 +19,7 @@ import '../../assets/UploaderPhotos.css';const x = {
|
|
19
19
|
maxSize: w,
|
20
20
|
onChange: s,
|
21
21
|
value: r,
|
22
|
-
maxFiles:
|
22
|
+
maxFiles: n,
|
23
23
|
titleUploader: z,
|
24
24
|
buttonText: U = "Выберите файлы",
|
25
25
|
showOnlyUploadButton: m = !1,
|
@@ -30,14 +30,14 @@ import '../../assets/UploaderPhotos.css';const x = {
|
|
30
30
|
onMaxFilesExceeded: S,
|
31
31
|
onMaxSizeExceeded: V,
|
32
32
|
onInvalidFileType: M
|
33
|
-
} = i, [l,
|
33
|
+
} = i, [l, p] = _(
|
34
34
|
r || []
|
35
|
-
), u = l.length >=
|
35
|
+
), u = !!n && l.length >= n;
|
36
36
|
C(() => {
|
37
|
-
r &&
|
37
|
+
r && p(r);
|
38
38
|
}, [r]);
|
39
39
|
const N = (t) => {
|
40
|
-
const o = t.value.map((e) =>
|
40
|
+
const o = t.value.map((e) => d(e.file) ? {
|
41
41
|
id: e.id,
|
42
42
|
url: URL.createObjectURL(e.file),
|
43
43
|
type: e.file.type,
|
@@ -50,11 +50,11 @@ import '../../assets/UploaderPhotos.css';const x = {
|
|
50
50
|
name: e.file.name,
|
51
51
|
type: e.file.type
|
52
52
|
});
|
53
|
-
|
53
|
+
p((e) => [...e, ...o]), s == null || s({ type: "add", data: t.value });
|
54
54
|
}, c = (t) => {
|
55
|
-
|
55
|
+
p((o) => o.filter((e) => e.id !== t)), s == null || s({ type: "delete", data: t });
|
56
56
|
}, { photos: R, files: T } = O(() => {
|
57
|
-
const t = () => l.filter((e) => !
|
57
|
+
const t = () => l.filter((e) => !d(e)), o = () => l.filter(d);
|
58
58
|
return a === "all" ? { files: t(), photos: o() } : a === "files" ? { photos: [], files: t() } : a === "photos" ? { files: [], photos: o() } : { files: [], photos: [] };
|
59
59
|
}, [l, a]);
|
60
60
|
return /* @__PURE__ */ h(
|
@@ -66,7 +66,7 @@ import '../../assets/UploaderPhotos.css';const x = {
|
|
66
66
|
u && x.disabled
|
67
67
|
),
|
68
68
|
children: [
|
69
|
-
/* @__PURE__ */
|
69
|
+
/* @__PURE__ */ f(
|
70
70
|
G,
|
71
71
|
{
|
72
72
|
filesType: v,
|
@@ -74,7 +74,7 @@ import '../../assets/UploaderPhotos.css';const x = {
|
|
74
74
|
maxSize: w,
|
75
75
|
onChangeValue: N,
|
76
76
|
ref: F,
|
77
|
-
maxFiles:
|
77
|
+
maxFiles: n && n - l.length,
|
78
78
|
isDisabled: u,
|
79
79
|
titleUploader: z,
|
80
80
|
showOnlyUploadButton: m,
|
@@ -88,7 +88,7 @@ import '../../assets/UploaderPhotos.css';const x = {
|
|
88
88
|
}
|
89
89
|
),
|
90
90
|
!m && /* @__PURE__ */ h(j, { children: [
|
91
|
-
(a === "files" || a === "all") && /* @__PURE__ */
|
91
|
+
(a === "files" || a === "all") && /* @__PURE__ */ f(
|
92
92
|
A,
|
93
93
|
{
|
94
94
|
value: T,
|
@@ -96,7 +96,7 @@ import '../../assets/UploaderPhotos.css';const x = {
|
|
96
96
|
variant: L
|
97
97
|
}
|
98
98
|
),
|
99
|
-
(a === "photos" || a === "all") && /* @__PURE__ */
|
99
|
+
(a === "photos" || a === "all") && /* @__PURE__ */ f(
|
100
100
|
q,
|
101
101
|
{
|
102
102
|
value: R,
|
@@ -12,7 +12,7 @@ export type TUploader = {
|
|
12
12
|
/**
|
13
13
|
* Наименование передаваемого массива файлов
|
14
14
|
*/
|
15
|
-
arrayName
|
15
|
+
arrayName?: string;
|
16
16
|
/**
|
17
17
|
* Функция - callback, которая вызывается при изменении значения и передает имя и новое значение
|
18
18
|
*/
|
@@ -20,11 +20,11 @@ export type TUploader = {
|
|
20
20
|
/**
|
21
21
|
* Максимальный размер файлов.
|
22
22
|
*/
|
23
|
-
maxSize
|
23
|
+
maxSize?: number;
|
24
24
|
/**
|
25
25
|
* Максимальное количество файлов.
|
26
26
|
*/
|
27
|
-
maxFiles
|
27
|
+
maxFiles?: number;
|
28
28
|
/**
|
29
29
|
* Выключен ли Uploader или нет
|
30
30
|
*/
|
@@ -16,7 +16,7 @@ export type TUploaderFiles = {
|
|
16
16
|
/**
|
17
17
|
* Наименование передаваемого массива файлов
|
18
18
|
*/
|
19
|
-
arrayName
|
19
|
+
arrayName?: string;
|
20
20
|
/**
|
21
21
|
* Блок взаимодействия
|
22
22
|
*/
|
@@ -24,7 +24,7 @@ export type TUploaderFiles = {
|
|
24
24
|
/**
|
25
25
|
* Максимальный размер файлов.
|
26
26
|
*/
|
27
|
-
maxSize
|
27
|
+
maxSize?: number;
|
28
28
|
/**
|
29
29
|
* Функция обратного вызова, передает параметры type и data,
|
30
30
|
* type 'add' в data передает массив файлов,
|
@@ -38,7 +38,7 @@ export type TUploaderFiles = {
|
|
38
38
|
/**
|
39
39
|
* Максимальное количество файлов.
|
40
40
|
*/
|
41
|
-
maxFiles
|
41
|
+
maxFiles?: number;
|
42
42
|
/**
|
43
43
|
* Текст внутри кнопки загрузки файла
|
44
44
|
*/
|
@@ -39,7 +39,7 @@ export type { TUploaderPhotos, TOnChangePhotosUpdate } from './UploaderPhotos';
|
|
39
39
|
export { UploaderFiles, EUploaderFilesVariant } from './UploaderFiles';
|
40
40
|
export type { TUploaderFiles, TOnChangeFilesUpdate } from './UploaderFiles/types';
|
41
41
|
export { Uploader } from './Uploader';
|
42
|
-
export type { TUploadValue, TFileItem } from './Uploader';
|
42
|
+
export type { TUploadValue, TFileItem, imageTypesArr } from './Uploader';
|
43
43
|
export { ELinkSize, ELinkVariant, Link } from './AnchorLink';
|
44
44
|
export { NotificationBadge } from './NotificationBadge';
|
45
45
|
export type { TNotificationBadgeProps } from './NotificationBadge';
|