@layers-app/shared 0.4.4 → 0.4.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.
- package/dist/components/AnimatedFigurePage/AnimatedFigurePage.module.css.js +13 -13
- package/dist/components/AppContainer/AppContainer.module.css.js +1 -1
- package/dist/components/AppContainer/components/SidebarToggleButton.d.ts.map +1 -1
- package/dist/components/AppContainer/components/SidebarToggleButton.js +25 -16
- package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.module.css.js +1 -1
- package/dist/components/AppShell/AppShell.module.css.js +5 -5
- package/dist/components/AttachmentsGalleryModal/components/GallerySlide.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/components/GallerySlide.js +33 -33
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.js +54 -36
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.module.css.js +4 -4
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/useShakePlayer.d.ts +2 -0
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/useShakePlayer.d.ts.map +1 -1
- package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/useShakePlayer.js +82 -41
- package/dist/components/AttachmentsGalleryModal/styles.module.css.js +7 -7
- package/dist/components/AttachmentsPreview/AttachmentsPreview.d.ts.map +1 -1
- package/dist/components/AttachmentsPreview/AttachmentsPreview.js +11 -12
- package/dist/components/AttachmentsPreview/AttachmentsPreview.module.css.js +1 -1
- package/dist/components/BouncingLogo/BouncingLogo.module.css.js +8 -8
- package/dist/components/Chat/CallMessage/CallMessage.module.css.js +15 -0
- package/dist/components/Chat/CallMessage/index.d.ts +21 -0
- package/dist/components/Chat/CallMessage/index.d.ts.map +1 -0
- package/dist/components/Chat/CallMessage/index.js +49 -0
- package/dist/components/Chat/ChatBubble/ChatBubble.module.css.js +9 -0
- package/dist/components/Chat/ChatBubble/index.d.ts +14 -0
- package/dist/components/Chat/ChatBubble/index.d.ts.map +1 -0
- package/dist/components/Chat/ChatBubble/index.js +32 -0
- package/dist/components/Chat/ChatHeader/ChatHeader.module.css.js +17 -0
- package/dist/components/Chat/ChatHeader/index.d.ts +42 -0
- package/dist/components/Chat/ChatHeader/index.d.ts.map +1 -0
- package/dist/components/Chat/ChatHeader/index.js +78 -0
- package/dist/components/Chat/ChatInput/ChatInput.module.css.js +37 -0
- package/dist/components/Chat/ChatInput/index.d.ts +46 -0
- package/dist/components/Chat/ChatInput/index.d.ts.map +1 -0
- package/dist/components/Chat/ChatInput/index.js +228 -0
- package/dist/components/Chat/ChatLayout/ChatLayout.module.css.js +15 -0
- package/dist/components/Chat/ChatLayout/index.d.ts +17 -0
- package/dist/components/Chat/ChatLayout/index.d.ts.map +1 -0
- package/dist/components/Chat/ChatLayout/index.js +43 -0
- package/dist/components/Chat/ChatMessage/ChatMessage.module.css.js +21 -0
- package/dist/components/Chat/ChatMessage/index.d.ts +45 -0
- package/dist/components/Chat/ChatMessage/index.d.ts.map +1 -0
- package/dist/components/Chat/ChatMessage/index.js +188 -0
- package/dist/components/Chat/ChatPill/ChatPill.module.css.js +11 -0
- package/dist/components/Chat/ChatPill/index.d.ts +12 -0
- package/dist/components/Chat/ChatPill/index.d.ts.map +1 -0
- package/dist/components/Chat/ChatPill/index.js +21 -0
- package/dist/components/Chat/DayMeta/index.d.ts +11 -0
- package/dist/components/Chat/DayMeta/index.d.ts.map +1 -0
- package/dist/components/Chat/DayMeta/index.js +9 -0
- package/dist/components/Chat/DialogItem/DialogItem.module.css.js +17 -0
- package/dist/components/Chat/DialogItem/index.d.ts +41 -0
- package/dist/components/Chat/DialogItem/index.d.ts.map +1 -0
- package/dist/components/Chat/DialogItem/index.js +107 -0
- package/dist/components/Chat/DialogList/DialogList.module.css.js +7 -0
- package/dist/components/Chat/DialogList/index.d.ts +11 -0
- package/dist/components/Chat/DialogList/index.d.ts.map +1 -0
- package/dist/components/Chat/DialogList/index.js +19 -0
- package/dist/components/Chat/MediaDocument/MediaDocument.module.css.js +13 -0
- package/dist/components/Chat/MediaDocument/index.d.ts +15 -0
- package/dist/components/Chat/MediaDocument/index.d.ts.map +1 -0
- package/dist/components/Chat/MediaDocument/index.js +73 -0
- package/dist/components/Chat/MessageActions/MessageActions.module.css.js +7 -0
- package/dist/components/Chat/MessageActions/index.d.ts +16 -0
- package/dist/components/Chat/MessageActions/index.d.ts.map +1 -0
- package/dist/components/Chat/MessageActions/index.js +65 -0
- package/dist/components/Chat/MessageAuthor/index.d.ts +20 -0
- package/dist/components/Chat/MessageAuthor/index.d.ts.map +1 -0
- package/dist/components/Chat/MessageAuthor/index.js +36 -0
- package/dist/components/Chat/MessageForward/MessageForward.module.css.js +7 -0
- package/dist/components/Chat/MessageForward/index.d.ts +13 -0
- package/dist/components/Chat/MessageForward/index.d.ts.map +1 -0
- package/dist/components/Chat/MessageForward/index.js +30 -0
- package/dist/components/Chat/MessageList/MessageList.module.css.js +17 -0
- package/dist/components/Chat/MessageList/index.d.ts +12 -0
- package/dist/components/Chat/MessageList/index.d.ts.map +1 -0
- package/dist/components/Chat/MessageList/index.js +71 -0
- package/dist/components/Chat/MessageMeta/MessageMeta.module.css.js +13 -0
- package/dist/components/Chat/MessageMeta/index.d.ts +16 -0
- package/dist/components/Chat/MessageMeta/index.d.ts.map +1 -0
- package/dist/components/Chat/MessageMeta/index.js +33 -0
- package/dist/components/Chat/MessageReactions/MessageReactions.module.css.js +15 -0
- package/dist/components/Chat/MessageReactions/index.d.ts +15 -0
- package/dist/components/Chat/MessageReactions/index.d.ts.map +1 -0
- package/dist/components/Chat/MessageReactions/index.js +40 -0
- package/dist/components/Chat/MessageReply/MessageReply.module.css.js +15 -0
- package/dist/components/Chat/MessageReply/index.d.ts +15 -0
- package/dist/components/Chat/MessageReply/index.d.ts.map +1 -0
- package/dist/components/Chat/MessageReply/index.js +40 -0
- package/dist/components/Chat/MessageStatus/MessageStatus.module.css.js +9 -0
- package/dist/components/Chat/MessageStatus/index.d.ts +14 -0
- package/dist/components/Chat/MessageStatus/index.d.ts.map +1 -0
- package/dist/components/Chat/MessageStatus/index.js +53 -0
- package/dist/components/Chat/ServiceMessage/ServiceMessage.module.css.js +11 -0
- package/dist/components/Chat/ServiceMessage/index.d.ts +13 -0
- package/dist/components/Chat/ServiceMessage/index.d.ts.map +1 -0
- package/dist/components/Chat/ServiceMessage/index.js +21 -0
- package/dist/components/Chat/UnreadSeparator/index.d.ts +11 -0
- package/dist/components/Chat/UnreadSeparator/index.d.ts.map +1 -0
- package/dist/components/Chat/UnreadSeparator/index.js +13 -0
- package/dist/components/Chat/colors.d.ts +7 -0
- package/dist/components/Chat/colors.d.ts.map +1 -0
- package/dist/components/Chat/colors.js +30 -0
- package/dist/components/Chat/icons.d.ts +9 -0
- package/dist/components/Chat/icons.d.ts.map +1 -0
- package/dist/components/Chat/icons.js +49 -0
- package/dist/components/Chat/index.d.ts +24 -0
- package/dist/components/Chat/index.d.ts.map +1 -0
- package/dist/components/Chat/mock-data.d.ts +32 -0
- package/dist/components/Chat/mock-data.d.ts.map +1 -0
- package/dist/components/Chat/types.d.ts +159 -0
- package/dist/components/Chat/types.d.ts.map +1 -0
- package/dist/components/CollapsibleContainer/CollapsibleContainer.module.css.js +1 -1
- package/dist/components/ColorPicker/ColorPicker.module.css.js +24 -24
- package/dist/components/CommentComposer/CommentComposer.module.css.js +4 -4
- package/dist/components/CommentComposer/types.js +9 -0
- package/dist/components/CommunitiesDialog/styles.module.css.js +1 -1
- package/dist/components/Copyright/Copyright.module.css.js +1 -1
- package/dist/components/CustomKBD/CustomKBD.module.css.js +1 -1
- package/dist/components/EmojiPicker/EmojiPicker.d.ts +8 -1
- package/dist/components/EmojiPicker/EmojiPicker.d.ts.map +1 -1
- package/dist/components/EmojiPicker/EmojiPicker.js +53 -50
- package/dist/components/EmojiPicker/EmojiPicker.module.css.js +8 -8
- package/dist/components/EntityIcon.d.ts.map +1 -1
- package/dist/components/EntityIcon.js +36 -27
- package/dist/components/EntityTitle/EntityTitle.module.css.js +1 -1
- package/dist/components/ErrorPage/components/Error404.d.ts.map +1 -1
- package/dist/components/FeatureProgress/FeatureProgress.module.css.js +49 -49
- package/dist/components/FilePicker/FilePicker.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePicker.js +135 -161
- package/dist/components/FilePicker/FilePicker.module.css.js +8 -12
- package/dist/components/FilePicker/FilePickerGallery.js +13 -13
- package/dist/components/FilePicker/FilePickerGiphy.js +4 -4
- package/dist/components/FilePicker/FilePickerGoogleDrive.js +3 -3
- package/dist/components/FilePicker/FilePickerUnsplash.js +18 -18
- package/dist/components/FilePicker/FilePickerUpload.d.ts.map +1 -1
- package/dist/components/FilePicker/FilePickerUpload.js +55 -47
- package/dist/components/FormViewer/FormViewer.module.css.js +20 -20
- package/dist/components/FormViewer/components/fields/DragOptions/DragOptions.module.css.js +1 -1
- package/dist/components/FormViewer/components/fields/DropdownField/DropdownField.module.css.js +1 -1
- package/dist/components/FormViewer/components/fields/EditableContent/EditableContent.module.css.js +1 -1
- package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.module.css.js +8 -8
- package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.module.css.js +4 -4
- package/dist/components/FormViewer/store/formStore.d.ts.map +1 -1
- package/dist/components/ImageCropper/ImageCropper.module.css.js +38 -38
- package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.module.css.js +11 -11
- package/dist/components/LanguagePicker/LanguagePicker.module.css.js +1 -1
- package/dist/components/Loaders/styles.module.css.js +6 -6
- package/dist/components/MediaLibrary/MediaLibrary.module.css.js +2 -2
- package/dist/components/MusicPlayerBar/MusicPlayerBar.module.css.js +23 -23
- package/dist/components/NavMenu/NavMenu.module.css.js +12 -12
- package/dist/components/NavbarResizer/NavbarResizer.module.css.js +2 -2
- package/dist/components/NotPublicPanel/NotPublicPanel.module.css.js +11 -11
- package/dist/components/Notification/Notification.module.css.js +1 -1
- package/dist/components/PillTabs/PillTabs.d.ts +19 -0
- package/dist/components/PillTabs/PillTabs.d.ts.map +1 -0
- package/dist/components/PillTabs/PillTabs.js +50 -0
- package/dist/components/PillTabs/PillTabs.module.css.js +11 -0
- package/dist/components/SearchFilters/SearchFilters.module.css.js +1 -1
- package/dist/components/SettingsSection/styles.module.css.js +1 -1
- package/dist/components/StorageUsageProgress/StorageUsageProgress.module.css.js +1 -1
- package/dist/components/TreeIndent/TreeIndent.module.css.js +4 -4
- package/dist/components/modals/RemoveConfirmModal.js +1 -1
- package/dist/components/table/FrontTable.d.ts.map +1 -1
- package/dist/components/table/hooks/useColumnsResizing.d.ts.map +1 -1
- package/dist/helpers/showFeatureFeedback.module.css.js +4 -4
- package/dist/helpers/showNotifications.module.css.js +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +573 -522
- package/dist/lang/locales/ui_en.json.js +5 -5
- package/dist/lang/locales/ui_es.json.js +1 -1
- package/dist/lang/locales/ui_ru.json.js +1 -1
- package/docs/README.md +499 -499
- package/package.json +78 -75
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FilePickerUpload.d.ts","sourceRoot":"","sources":["../../../src/components/FilePicker/FilePickerUpload.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAiB,KAAK,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAEtE,OAAO,EAEL,aAAa,EAEb,YAAY,EAEb,MAAM,mBAAmB,CAAC;AAK3B,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAGnC,OAAO,8BAA8B,CAAC;AAEtC,eAAO,MAAM,gBAAgB,GAAI,qDAM9B;IACD,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,SAAS,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,IAAI,CAAC,aAAa,EAAE,QAAQ,CAAC,CAAC;IAC9C,QAAQ,EAAE,CAAC,KAAK,EAAE,YAAY,EAAE,KAAK,IAAI,CAAC;IAC1C,IAAI,CAAC,EAAE,cAAc,CAAC;CACvB,
|
|
1
|
+
{"version":3,"file":"FilePickerUpload.d.ts","sourceRoot":"","sources":["../../../src/components/FilePicker/FilePickerUpload.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAiB,KAAK,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAEtE,OAAO,EAEL,aAAa,EAEb,YAAY,EAEb,MAAM,mBAAmB,CAAC;AAK3B,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAGnC,OAAO,8BAA8B,CAAC;AAEtC,eAAO,MAAM,gBAAgB,GAAI,qDAM9B;IACD,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,SAAS,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,IAAI,CAAC,aAAa,EAAE,QAAQ,CAAC,CAAC;IAC9C,QAAQ,EAAE,CAAC,KAAK,EAAE,YAAY,EAAE,KAAK,IAAI,CAAC;IAC1C,IAAI,CAAC,EAAE,cAAc,CAAC;CACvB,4CAuHA,CAAC"}
|
|
@@ -1,70 +1,76 @@
|
|
|
1
1
|
import { jsx as o, jsxs as p } from "react/jsx-runtime";
|
|
2
|
-
import { useCallback as
|
|
3
|
-
import { useTranslation as
|
|
4
|
-
import { Image02Icon as
|
|
5
|
-
import { HugeiconsIcon as
|
|
6
|
-
import { Stack as
|
|
7
|
-
import { Dropzone as
|
|
8
|
-
import { showNotification as
|
|
9
|
-
import { getMaxUploadSize as
|
|
10
|
-
import { showErrorNotification as
|
|
11
|
-
import
|
|
2
|
+
import { useCallback as x } from "react";
|
|
3
|
+
import { useTranslation as b, Trans as N } from "react-i18next";
|
|
4
|
+
import { Image02Icon as E } from "@hugeicons/core-free-icons";
|
|
5
|
+
import { HugeiconsIcon as I } from "@hugeicons/react";
|
|
6
|
+
import { Stack as u, Text as a } from "@mantine/core";
|
|
7
|
+
import { Dropzone as T, IMAGE_MIME_TYPE as $ } from "@mantine/dropzone";
|
|
8
|
+
import { showNotification as g } from "@mantine/notifications";
|
|
9
|
+
import { getMaxUploadSize as h } from "../../config/envConfig.js";
|
|
10
|
+
import { showErrorNotification as j } from "../../helpers/showNotifications.js";
|
|
11
|
+
import w from "./FilePicker.module.css.js";
|
|
12
12
|
import "@mantine/dropzone/styles.css";
|
|
13
13
|
const q = ({
|
|
14
|
-
type:
|
|
15
|
-
uploading:
|
|
14
|
+
type: c = "image",
|
|
15
|
+
uploading: y,
|
|
16
16
|
dropZoneProps: i,
|
|
17
|
-
onUpload:
|
|
18
|
-
icon:
|
|
17
|
+
onUpload: m,
|
|
18
|
+
icon: z
|
|
19
19
|
}) => {
|
|
20
|
-
const { t:
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
20
|
+
const { t: r } = b("ui"), s = i?.maxSize != null ? Math.round(i.maxSize / (1024 * 1024)) : Math.round((h() ?? 5 * 1024 * 1024) / (1024 * 1024)), S = (e) => {
|
|
21
|
+
if (e >= 1024) {
|
|
22
|
+
const l = e / 1024;
|
|
23
|
+
return Number.isInteger(l) ? `${l} GB` : `${l.toFixed(1)} GB`;
|
|
24
|
+
}
|
|
25
|
+
return `${e} MB`;
|
|
26
|
+
}, f = `filePicker.description.${c}`, F = `filePicker.dropFileHere.${c}`, d = (() => {
|
|
27
|
+
const e = r(f, { maxSize: S(s) });
|
|
28
|
+
return e !== f ? e : null;
|
|
29
|
+
})(), M = x(
|
|
30
|
+
(e) => {
|
|
31
|
+
if (e.filter(
|
|
26
32
|
(t) => t.errors.some((n) => n.code === "file-invalid-type")
|
|
27
33
|
).length > 0) {
|
|
28
|
-
|
|
34
|
+
g({
|
|
29
35
|
color: "blue",
|
|
30
|
-
message:
|
|
36
|
+
message: r("filePicker.errors.typeIsNotAllowed")
|
|
31
37
|
});
|
|
32
38
|
return;
|
|
33
39
|
}
|
|
34
|
-
if (
|
|
35
|
-
|
|
36
|
-
title:
|
|
37
|
-
message:
|
|
40
|
+
if (e.some((t) => t.errors.some((n) => n.code === "file-too-large"))) {
|
|
41
|
+
j({
|
|
42
|
+
title: r("errorMessage"),
|
|
43
|
+
message: r("filePicker.errors.shouldNotExceed", { maxSize: s })
|
|
38
44
|
});
|
|
39
45
|
return;
|
|
40
46
|
}
|
|
41
|
-
if (
|
|
47
|
+
if (e.filter(
|
|
42
48
|
(t) => t.errors.some((n) => n.code === "too-many-files")
|
|
43
49
|
).length > 0) {
|
|
44
|
-
|
|
50
|
+
g({
|
|
45
51
|
color: "blue",
|
|
46
|
-
message:
|
|
52
|
+
message: r("filePicker.errors.doNotUploadMoreThanSingleFile")
|
|
47
53
|
});
|
|
48
54
|
return;
|
|
49
55
|
}
|
|
50
56
|
},
|
|
51
|
-
[
|
|
52
|
-
),
|
|
57
|
+
[r, s]
|
|
58
|
+
), k = x(m, [m]), v = i?.maxSize ?? h() ?? 5 * 1024 * 1024;
|
|
53
59
|
return /* @__PURE__ */ o(
|
|
54
|
-
|
|
60
|
+
T,
|
|
55
61
|
{
|
|
56
|
-
loading:
|
|
57
|
-
onDrop:
|
|
62
|
+
loading: y,
|
|
63
|
+
onDrop: k,
|
|
58
64
|
onReject: M,
|
|
59
65
|
maxFiles: i?.maxFiles || 1,
|
|
60
|
-
maxSize:
|
|
61
|
-
accept:
|
|
66
|
+
maxSize: v,
|
|
67
|
+
accept: $,
|
|
62
68
|
px: 60,
|
|
63
69
|
py: "xl",
|
|
64
|
-
className: `${
|
|
70
|
+
className: `${w.pickerDropZone}`,
|
|
65
71
|
...i || {},
|
|
66
72
|
children: /* @__PURE__ */ p(
|
|
67
|
-
|
|
73
|
+
u,
|
|
68
74
|
{
|
|
69
75
|
justify: "center",
|
|
70
76
|
gap: "var(--mantine-font-size-xs",
|
|
@@ -73,31 +79,33 @@ const q = ({
|
|
|
73
79
|
style: { pointerEvents: "none" },
|
|
74
80
|
children: [
|
|
75
81
|
/* @__PURE__ */ o(
|
|
76
|
-
|
|
82
|
+
I,
|
|
77
83
|
{
|
|
78
84
|
size: 32,
|
|
79
85
|
color: "var(--mantine-color-bright)",
|
|
80
|
-
icon:
|
|
86
|
+
icon: z ?? E
|
|
81
87
|
}
|
|
82
88
|
),
|
|
83
|
-
/* @__PURE__ */ p(
|
|
84
|
-
/* @__PURE__ */ o(
|
|
85
|
-
|
|
89
|
+
/* @__PURE__ */ p(u, { gap: 8, align: "center", children: [
|
|
90
|
+
/* @__PURE__ */ o(a, { fw: 500, fz: "md", c: "bright", lh: "md", ta: "center", children: /* @__PURE__ */ o(
|
|
91
|
+
N,
|
|
86
92
|
{
|
|
87
93
|
ns: "ui",
|
|
88
|
-
i18nKey:
|
|
94
|
+
i18nKey: F,
|
|
89
95
|
components: {
|
|
90
96
|
choose: /* @__PURE__ */ o(
|
|
91
|
-
|
|
97
|
+
a,
|
|
92
98
|
{
|
|
93
99
|
component: "span",
|
|
94
|
-
c: "var(--primary-color-text, var(--mantine-primary-color-filled))"
|
|
100
|
+
c: "var(--primary-color-text, var(--mantine-primary-color-filled))",
|
|
101
|
+
td: "underline",
|
|
102
|
+
style: { textUnderlineOffset: "3px" }
|
|
95
103
|
}
|
|
96
104
|
)
|
|
97
105
|
}
|
|
98
106
|
}
|
|
99
107
|
) }),
|
|
100
|
-
|
|
108
|
+
d && /* @__PURE__ */ o(a, { fz: "sm", fw: 400, lh: "140%", c: "dimmed", ta: "center", children: d })
|
|
101
109
|
] })
|
|
102
110
|
]
|
|
103
111
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const t = "
|
|
1
|
+
const t = "_themeProvider_1fk4v_1", o = "_root_1fk4v_13", e = "_container_1fk4v_71", n = "_media_1fk4v_83", _ = "_background_1fk4v_91", s = "_stepRoot_1fk4v_117", c = "_content_1fk4v_207", i = "_mediaInner_1fk4v_337", a = "_stepTitle_1fk4v_663", r = "_stepDescription_1fk4v_709", d = "_stepIndicator_1fk4v_737", p = "_stepIndicatorIcon_1fk4v_771", l = "_focusBox_1fk4v_809", f = "_dropzone_1fk4v_827", k = "_allSlidesLayout_1fk4v_863", v = "_allSlidesLayoutStep_1fk4v_875", u = {
|
|
2
2
|
themeProvider: t,
|
|
3
3
|
root: o,
|
|
4
4
|
container: e,
|
|
@@ -6,32 +6,32 @@ const t = "_themeProvider_1lm79_1", o = "_root_1lm79_7", e = "_container_1lm79_3
|
|
|
6
6
|
background: _,
|
|
7
7
|
stepRoot: s,
|
|
8
8
|
content: c,
|
|
9
|
-
mediaInner:
|
|
10
|
-
stepTitle:
|
|
11
|
-
stepDescription:
|
|
12
|
-
stepIndicator:
|
|
13
|
-
stepIndicatorIcon:
|
|
14
|
-
focusBox:
|
|
15
|
-
dropzone:
|
|
16
|
-
allSlidesLayout:
|
|
17
|
-
allSlidesLayoutStep:
|
|
9
|
+
mediaInner: i,
|
|
10
|
+
stepTitle: a,
|
|
11
|
+
stepDescription: r,
|
|
12
|
+
stepIndicator: d,
|
|
13
|
+
stepIndicatorIcon: p,
|
|
14
|
+
focusBox: l,
|
|
15
|
+
dropzone: f,
|
|
16
|
+
allSlidesLayout: k,
|
|
17
|
+
allSlidesLayoutStep: v
|
|
18
18
|
};
|
|
19
19
|
export {
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
k as allSlidesLayout,
|
|
21
|
+
v as allSlidesLayoutStep,
|
|
22
22
|
_ as background,
|
|
23
23
|
e as container,
|
|
24
24
|
c as content,
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
25
|
+
u as default,
|
|
26
|
+
f as dropzone,
|
|
27
|
+
l as focusBox,
|
|
28
28
|
n as media,
|
|
29
|
-
|
|
29
|
+
i as mediaInner,
|
|
30
30
|
o as root,
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
31
|
+
r as stepDescription,
|
|
32
|
+
d as stepIndicator,
|
|
33
|
+
p as stepIndicatorIcon,
|
|
34
34
|
s as stepRoot,
|
|
35
|
-
|
|
35
|
+
a as stepTitle,
|
|
36
36
|
t as themeProvider
|
|
37
37
|
};
|
package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.module.css.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
const o = "
|
|
1
|
+
const o = "_card_18zj4_1", c = "_image_18zj4_95", _ = "_controls_18zj4_119", s = "_radio_18zj4_163", t = "_checkbox_18zj4_173", a = {
|
|
2
2
|
card: o,
|
|
3
3
|
image: c,
|
|
4
|
-
controls:
|
|
5
|
-
radio:
|
|
6
|
-
checkbox:
|
|
4
|
+
controls: _,
|
|
5
|
+
radio: s,
|
|
6
|
+
checkbox: t
|
|
7
7
|
};
|
|
8
8
|
export {
|
|
9
9
|
o as card,
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
t as checkbox,
|
|
11
|
+
_ as controls,
|
|
12
|
+
a as default,
|
|
13
13
|
c as image,
|
|
14
|
-
|
|
14
|
+
s as radio
|
|
15
15
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"formStore.d.ts","sourceRoot":"","sources":["../../../../src/components/FormViewer/store/formStore.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EAKlB,MAAM,OAAO,CAAC;AAIf,OAAO,EAAE,cAAc,EAAE,MAAM,8CAA8C,CAAC;AAC9E,OAAO,EACL,gBAAgB,EAChB,oBAAoB,EACpB,QAAQ,EACT,MAAM,eAAe,CAAC;AAGvB,MAAM,MAAM,iBAAiB,GAAG,OAAO,GAAG,KAAK,GAAG,UAAU,GAAG,OAAO,CAAC;AACvE,MAAM,MAAM,cAAc,GAAG,YAAY,GAAG,WAAW,CAAC;AACxD,MAAM,WAAW,sBAAsB;IACrC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACnC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,SAAS,CAAC,CAAC;CACxD;AAED,MAAM,MAAM,cAAc,GAAG;IAC3B,UAAU,EAAE;QACV,OAAO,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,EAAE,CAAC;QAC3B,OAAO,EAAE,MAAM,CAAC;KACjB,CAAC;IACF,MAAM,EAAE,QAAQ,CAAC,gBAAgB,CAAC,CAAC;IACnC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,qBAAqB,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAC/C,UAAU,CAAC,EAAE,MAAM,QAAQ,CAAC;IAC5B,cAAc,CAAC,EAAE,CAAC,MAAM,EAAE,gBAAgB,KAAK,IAAI,CAAC;IACpD,YAAY,CAAC,EAAE,CACb,IAAI,EAAE,cAAc,EACpB,YAAY,CAAC,EAAE,sBAAsB,KAClC,OAAO,CAAC,MAAM,CAAC,CAAC;IACrB,MAAM,CAAC,EAAE,cAAc,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"formStore.d.ts","sourceRoot":"","sources":["../../../../src/components/FormViewer/store/formStore.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
const e = "
|
|
1
|
+
const e = "_container_wajah_1", a = "_image_wajah_23", n = "_overlay_wajah_37", _ = "_circularOverlay_wajah_49", d = "_cropArea_wajah_65", h = "_dashedBorder_wajah_77", o = "_edgeLine_wajah_91", l = "_edgeLineTop_wajah_103", r = "_edgeLineBottom_wajah_119", c = "_edgeLineLeft_wajah_135", t = "_edgeLineRight_wajah_151", s = "_cornerHandle_wajah_167", g = "_cornerHandleArm_wajah_183", i = "_handleNW_wajah_213", j = "_handleNE_wajah_245", w = "_handleSW_wajah_277", L = "_handleSE_wajah_311", H = "_edgeHandle_wajah_343", m = "_edgeHandleBar_wajah_361", B = "_handleN_wajah_213", E = "_handleS_wajah_277", N = "_handleE_wajah_425", S = "_handleW_wajah_453", W = {
|
|
2
2
|
container: e,
|
|
3
|
-
image:
|
|
4
|
-
overlay:
|
|
3
|
+
image: a,
|
|
4
|
+
overlay: n,
|
|
5
5
|
circularOverlay: _,
|
|
6
6
|
cropArea: d,
|
|
7
|
-
dashedBorder:
|
|
8
|
-
edgeLine:
|
|
9
|
-
edgeLineTop:
|
|
10
|
-
edgeLineBottom:
|
|
11
|
-
edgeLineLeft:
|
|
12
|
-
edgeLineRight:
|
|
13
|
-
cornerHandle:
|
|
7
|
+
dashedBorder: h,
|
|
8
|
+
edgeLine: o,
|
|
9
|
+
edgeLineTop: l,
|
|
10
|
+
edgeLineBottom: r,
|
|
11
|
+
edgeLineLeft: c,
|
|
12
|
+
edgeLineRight: t,
|
|
13
|
+
cornerHandle: s,
|
|
14
14
|
cornerHandleArm: g,
|
|
15
15
|
handleNW: i,
|
|
16
|
-
handleNE:
|
|
17
|
-
handleSW:
|
|
18
|
-
handleSE:
|
|
19
|
-
edgeHandle:
|
|
20
|
-
edgeHandleBar:
|
|
21
|
-
handleN:
|
|
22
|
-
handleS:
|
|
23
|
-
handleE:
|
|
24
|
-
handleW:
|
|
16
|
+
handleNE: j,
|
|
17
|
+
handleSW: w,
|
|
18
|
+
handleSE: L,
|
|
19
|
+
edgeHandle: H,
|
|
20
|
+
edgeHandleBar: m,
|
|
21
|
+
handleN: B,
|
|
22
|
+
handleS: E,
|
|
23
|
+
handleE: N,
|
|
24
|
+
handleW: S
|
|
25
25
|
};
|
|
26
26
|
export {
|
|
27
27
|
_ as circularOverlay,
|
|
28
28
|
e as container,
|
|
29
|
-
|
|
29
|
+
s as cornerHandle,
|
|
30
30
|
g as cornerHandleArm,
|
|
31
31
|
d as cropArea,
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
32
|
+
h as dashedBorder,
|
|
33
|
+
W as default,
|
|
34
|
+
H as edgeHandle,
|
|
35
|
+
m as edgeHandleBar,
|
|
36
|
+
o as edgeLine,
|
|
37
|
+
r as edgeLineBottom,
|
|
38
|
+
c as edgeLineLeft,
|
|
39
|
+
t as edgeLineRight,
|
|
40
|
+
l as edgeLineTop,
|
|
41
|
+
N as handleE,
|
|
42
|
+
B as handleN,
|
|
43
|
+
j as handleNE,
|
|
44
44
|
i as handleNW,
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
45
|
+
E as handleS,
|
|
46
|
+
L as handleSE,
|
|
47
|
+
w as handleSW,
|
|
48
|
+
S as handleW,
|
|
49
|
+
a as image,
|
|
50
|
+
n as overlay
|
|
51
51
|
};
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
const n = "
|
|
1
|
+
const n = "_particle_46hv8_93", o = "_iconContainer_46hv8_115", a = "_iconInner_46hv8_139", t = "_particleContainer_46hv8_163", i = "_animationRoot_46hv8_243", c = "_animationContainer_46hv8_251", e = "_backgroundImage_46hv8_271", r = {
|
|
2
2
|
particle: n,
|
|
3
|
-
iconContainer:
|
|
4
|
-
iconInner:
|
|
5
|
-
particleContainer:
|
|
3
|
+
iconContainer: o,
|
|
4
|
+
iconInner: a,
|
|
5
|
+
particleContainer: t,
|
|
6
6
|
animationRoot: i,
|
|
7
|
-
animationContainer:
|
|
8
|
-
backgroundImage:
|
|
7
|
+
animationContainer: c,
|
|
8
|
+
backgroundImage: e
|
|
9
9
|
};
|
|
10
10
|
export {
|
|
11
|
-
|
|
11
|
+
c as animationContainer,
|
|
12
12
|
i as animationRoot,
|
|
13
|
-
|
|
13
|
+
e as backgroundImage,
|
|
14
14
|
r as default,
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
o as iconContainer,
|
|
16
|
+
a as iconInner,
|
|
17
17
|
n as particle,
|
|
18
|
-
|
|
18
|
+
t as particleContainer
|
|
19
19
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
const
|
|
2
|
-
loader:
|
|
3
|
-
wrapper:
|
|
1
|
+
const a = "_loader_1dlax_1", r = "_wrapper_1dlax_19", e = {
|
|
2
|
+
loader: a,
|
|
3
|
+
wrapper: r
|
|
4
4
|
};
|
|
5
5
|
export {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
e as default,
|
|
7
|
+
a as loader,
|
|
8
|
+
r as wrapper
|
|
9
9
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const r = "
|
|
1
|
+
const r = "_originalTab_60wsn_1", e = "_customTab_60wsn_13", t = "_headerRow_60wsn_33", a = "_rowGrid_60wsn_83", o = "_breadcrumbItem_60wsn_157", c = "_breadcrumbItemActive_60wsn_181", s = {
|
|
2
2
|
originalTab: r,
|
|
3
3
|
customTab: e,
|
|
4
4
|
headerRow: t,
|
|
@@ -10,7 +10,7 @@ export {
|
|
|
10
10
|
o as breadcrumbItem,
|
|
11
11
|
c as breadcrumbItemActive,
|
|
12
12
|
e as customTab,
|
|
13
|
-
|
|
13
|
+
s as default,
|
|
14
14
|
t as headerRow,
|
|
15
15
|
r as originalTab,
|
|
16
16
|
a as rowGrid
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
const
|
|
2
|
-
bar:
|
|
1
|
+
const o = "_bar_10qoi_1", e = "_waveformClip_10qoi_63", t = "_waveform_10qoi_63", i = "_tailRail_10qoi_101", _ = "_tail_10qoi_101", n = "_tailSpacer_10qoi_133", s = "_hoverActions_10qoi_161", c = "_stem_10qoi_223", p = "_stemActive_10qoi_237", r = "_stemInactive_10qoi_247", a = "_playBtn_10qoi_257", l = "_timer_10qoi_267", v = "_speedTrigger_10qoi_277", m = "_speedChip_10qoi_311", d = "_speedChipActive_10qoi_351", q = "_speedLabel_10qoi_367", w = "_volumeDropdown_10qoi_379", h = "_volumePopoverDropdown_10qoi_395", A = "_volumeSlider_10qoi_403", u = "_speedDropdown_10qoi_449", C = "_hoverActionItem_10qoi_489", D = "_actionIconBtn_10qoi_515", I = {
|
|
2
|
+
bar: o,
|
|
3
3
|
waveformClip: e,
|
|
4
|
-
waveform:
|
|
5
|
-
tailRail:
|
|
4
|
+
waveform: t,
|
|
5
|
+
tailRail: i,
|
|
6
6
|
tail: _,
|
|
7
7
|
tailSpacer: n,
|
|
8
8
|
hoverActions: s,
|
|
9
|
-
stem:
|
|
10
|
-
stemActive:
|
|
11
|
-
stemInactive:
|
|
12
|
-
playBtn:
|
|
13
|
-
timer:
|
|
14
|
-
speedTrigger:
|
|
15
|
-
speedChip:
|
|
16
|
-
speedChipActive:
|
|
9
|
+
stem: c,
|
|
10
|
+
stemActive: p,
|
|
11
|
+
stemInactive: r,
|
|
12
|
+
playBtn: a,
|
|
13
|
+
timer: l,
|
|
14
|
+
speedTrigger: v,
|
|
15
|
+
speedChip: m,
|
|
16
|
+
speedChipActive: d,
|
|
17
17
|
speedLabel: q,
|
|
18
18
|
volumeDropdown: w,
|
|
19
19
|
volumePopoverDropdown: h,
|
|
@@ -24,26 +24,26 @@ const t = "_bar_c9qtd_1", e = "_waveformClip_c9qtd_32", o = "_waveform_c9qtd_32"
|
|
|
24
24
|
};
|
|
25
25
|
export {
|
|
26
26
|
D as actionIconBtn,
|
|
27
|
-
|
|
27
|
+
o as bar,
|
|
28
28
|
I as default,
|
|
29
29
|
C as hoverActionItem,
|
|
30
30
|
s as hoverActions,
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
31
|
+
a as playBtn,
|
|
32
|
+
m as speedChip,
|
|
33
|
+
d as speedChipActive,
|
|
34
34
|
u as speedDropdown,
|
|
35
35
|
q as speedLabel,
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
36
|
+
v as speedTrigger,
|
|
37
|
+
c as stem,
|
|
38
|
+
p as stemActive,
|
|
39
|
+
r as stemInactive,
|
|
40
40
|
_ as tail,
|
|
41
|
-
|
|
41
|
+
i as tailRail,
|
|
42
42
|
n as tailSpacer,
|
|
43
|
-
|
|
43
|
+
l as timer,
|
|
44
44
|
w as volumeDropdown,
|
|
45
45
|
h as volumePopoverDropdown,
|
|
46
46
|
A as volumeSlider,
|
|
47
|
-
|
|
47
|
+
t as waveform,
|
|
48
48
|
e as waveformClip
|
|
49
49
|
};
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
const t = "
|
|
1
|
+
const t = "_container_t27w5_1", e = "_depthBox_t27w5_25", n = "_itemContainer_t27w5_75", o = "_item_t27w5_75", _ = "_icon_t27w5_181", a = "_chevron_t27w5_189", c = "_droppable_t27w5_239", r = "_draggableOverlay_t27w5_353", i = "_editInput_t27w5_371", d = {
|
|
2
2
|
container: t,
|
|
3
3
|
depthBox: e,
|
|
4
4
|
itemContainer: n,
|
|
5
5
|
item: o,
|
|
6
|
-
icon:
|
|
7
|
-
chevron:
|
|
8
|
-
droppable:
|
|
9
|
-
draggableOverlay:
|
|
10
|
-
editInput:
|
|
6
|
+
icon: _,
|
|
7
|
+
chevron: a,
|
|
8
|
+
droppable: c,
|
|
9
|
+
draggableOverlay: r,
|
|
10
|
+
editInput: i
|
|
11
11
|
};
|
|
12
12
|
export {
|
|
13
|
-
|
|
13
|
+
a as chevron,
|
|
14
14
|
t as container,
|
|
15
|
-
|
|
15
|
+
d as default,
|
|
16
16
|
e as depthBox,
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
17
|
+
r as draggableOverlay,
|
|
18
|
+
c as droppable,
|
|
19
|
+
i as editInput,
|
|
20
|
+
_ as icon,
|
|
21
21
|
o as item,
|
|
22
22
|
n as itemContainer
|
|
23
23
|
};
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
const e = "
|
|
1
|
+
const e = "_previewBoxTitle_p1noi_1", o = "_previewBox_p1noi_1", i = "_previewContainer_p1noi_89", n = "_previewHeader_p1noi_115", r = "_headerDot_p1noi_139", p = "_previewContent_p1noi_159", t = "_processing_p1noi_205", _ = {
|
|
2
2
|
previewBoxTitle: e,
|
|
3
3
|
previewBox: o,
|
|
4
|
-
previewContainer:
|
|
5
|
-
previewHeader:
|
|
6
|
-
headerDot:
|
|
7
|
-
previewContent:
|
|
8
|
-
processing:
|
|
4
|
+
previewContainer: i,
|
|
5
|
+
previewHeader: n,
|
|
6
|
+
headerDot: r,
|
|
7
|
+
previewContent: p,
|
|
8
|
+
processing: t
|
|
9
9
|
};
|
|
10
10
|
export {
|
|
11
11
|
_ as default,
|
|
12
|
-
|
|
12
|
+
r as headerDot,
|
|
13
13
|
o as previewBox,
|
|
14
14
|
e as previewBoxTitle,
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
15
|
+
i as previewContainer,
|
|
16
|
+
p as previewContent,
|
|
17
|
+
n as previewHeader,
|
|
18
|
+
t as processing
|
|
19
19
|
};
|