@churchapps/apphelper 0.8.1 → 0.9.0
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/FileUpload.d.ts +11 -0
- package/dist/components/FileUpload.d.ts.map +1 -0
- package/dist/components/FileUpload.js +87 -0
- package/dist/components/FileUpload.js.map +1 -0
- package/dist/components/HelpIcon.d.ts +2 -1
- package/dist/components/HelpIcon.d.ts.map +1 -1
- package/dist/components/ImageEditor.d.ts +2 -1
- package/dist/components/ImageEditor.d.ts.map +1 -1
- package/dist/components/InputBox.d.ts +1 -1
- package/dist/components/InputBox.d.ts.map +1 -1
- package/dist/components/TabPanel.d.ts +1 -1
- package/dist/components/TabPanel.d.ts.map +1 -1
- package/dist/components/conversations/Conversations.d.ts +2 -1
- package/dist/components/conversations/Conversations.d.ts.map +1 -1
- package/dist/components/header/Banner.d.ts +1 -1
- package/dist/components/header/Banner.d.ts.map +1 -1
- package/dist/components/header/PrimaryMenu.d.ts +2 -1
- package/dist/components/header/PrimaryMenu.d.ts.map +1 -1
- package/dist/components/header/SecondaryMenu.d.ts +1 -1
- package/dist/components/header/SecondaryMenu.d.ts.map +1 -1
- package/dist/components/header/SecondaryMenuAlt.d.ts +2 -1
- package/dist/components/header/SecondaryMenuAlt.d.ts.map +1 -1
- package/dist/components/header/SiteHeader.d.ts +1 -1
- package/dist/components/header/SiteHeader.d.ts.map +1 -1
- package/dist/components/header/SupportDrawer.d.ts +2 -1
- package/dist/components/header/SupportDrawer.d.ts.map +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +1 -0
- package/dist/components/index.js.map +1 -1
- package/dist/components/notes/AddNote.d.ts +2 -1
- package/dist/components/notes/AddNote.d.ts.map +1 -1
- package/dist/components/notes/Notes.d.ts +2 -1
- package/dist/components/notes/Notes.d.ts.map +1 -1
- package/dist/forms/components/HelpIcon.d.ts +1 -1
- package/dist/forms/components/HelpIcon.d.ts.map +1 -1
- package/dist/forms/components/InputBox.d.ts +1 -1
- package/dist/forms/components/InputBox.d.ts.map +1 -1
- package/dist/helpers/index.d.ts +1 -1
- package/dist/helpers/index.d.ts.map +1 -1
- package/dist/helpers/index.js.map +1 -1
- package/dist/markdown/components/htmlEditor/HtmlEditor.d.ts +1 -1
- package/dist/markdown/components/htmlEditor/HtmlEditor.d.ts.map +1 -1
- package/dist/markdown/components/htmlEditor/HtmlEditorInner.d.ts +1 -1
- package/dist/markdown/components/htmlEditor/HtmlEditorInner.d.ts.map +1 -1
- package/dist/markdown/components/htmlEditor/HtmlModal.d.ts +2 -1
- package/dist/markdown/components/htmlEditor/HtmlModal.d.ts.map +1 -1
- package/dist/markdown/components/htmlEditor/plugins/AutoLinkPlugin.d.ts +2 -1
- package/dist/markdown/components/htmlEditor/plugins/AutoLinkPlugin.d.ts.map +1 -1
- package/dist/markdown/components/htmlEditor/plugins/HtmlSourcePlugin.d.ts +2 -1
- package/dist/markdown/components/htmlEditor/plugins/HtmlSourcePlugin.d.ts.map +1 -1
- package/dist/markdown/components/htmlEditor/plugins/HtmlToolbarPlugin.d.ts +2 -1
- package/dist/markdown/components/htmlEditor/plugins/HtmlToolbarPlugin.d.ts.map +1 -1
- package/dist/markdown/components/htmlEditor/plugins/toolbarParts/AlignmentControls.d.ts +2 -1
- package/dist/markdown/components/htmlEditor/plugins/toolbarParts/AlignmentControls.d.ts.map +1 -1
- package/dist/markdown/components/htmlEditor/plugins/toolbarParts/BlockAndFontControls.d.ts +2 -1
- package/dist/markdown/components/htmlEditor/plugins/toolbarParts/BlockAndFontControls.d.ts.map +1 -1
- package/dist/markdown/components/htmlEditor/plugins/toolbarParts/ColorsAndLinkControls.d.ts +2 -1
- package/dist/markdown/components/htmlEditor/plugins/toolbarParts/ColorsAndLinkControls.d.ts.map +1 -1
- package/dist/markdown/components/htmlEditor/plugins/toolbarParts/HistoryControls.d.ts +2 -1
- package/dist/markdown/components/htmlEditor/plugins/toolbarParts/HistoryControls.d.ts.map +1 -1
- package/dist/markdown/components/htmlEditor/plugins/toolbarParts/ListsAndElementsControls.d.ts +2 -1
- package/dist/markdown/components/htmlEditor/plugins/toolbarParts/ListsAndElementsControls.d.ts.map +1 -1
- package/dist/markdown/components/htmlEditor/plugins/toolbarParts/SourceToggleControl.d.ts +2 -1
- package/dist/markdown/components/htmlEditor/plugins/toolbarParts/SourceToggleControl.d.ts.map +1 -1
- package/dist/markdown/components/htmlEditor/plugins/toolbarParts/TextFormattingControls.d.ts +2 -1
- package/dist/markdown/components/htmlEditor/plugins/toolbarParts/TextFormattingControls.d.ts.map +1 -1
- package/dist/markdown/components/markdownEditor/Editor.d.ts +2 -1
- package/dist/markdown/components/markdownEditor/Editor.d.ts.map +1 -1
- package/dist/markdown/components/markdownEditor/MarkdownEditor.d.ts +2 -1
- package/dist/markdown/components/markdownEditor/MarkdownEditor.d.ts.map +1 -1
- package/dist/markdown/components/markdownEditor/MarkdownPreview.d.ts +2 -1
- package/dist/markdown/components/markdownEditor/MarkdownPreview.d.ts.map +1 -1
- package/dist/markdown/components/markdownEditor/MarkdownPreviewLight.d.ts +1 -1
- package/dist/markdown/components/markdownEditor/MarkdownPreviewLight.d.ts.map +1 -1
- package/dist/markdown/components/markdownEditor/plugins/AutoLinkPlugin.d.ts +2 -1
- package/dist/markdown/components/markdownEditor/plugins/AutoLinkPlugin.d.ts.map +1 -1
- package/dist/markdown/components/markdownEditor/plugins/ToolbarPlugin.d.ts +2 -1
- package/dist/markdown/components/markdownEditor/plugins/ToolbarPlugin.d.ts.map +1 -1
- package/dist/markdown/components/markdownEditor/plugins/emoji/EmojiPickerPlugin.d.ts +2 -1
- package/dist/markdown/components/markdownEditor/plugins/emoji/EmojiPickerPlugin.d.ts.map +1 -1
- package/dist/public/locales/en.json +3 -0
- package/dist/website/components/YoutubeBackground.d.ts +1 -1
- package/dist/website/components/YoutubeBackground.d.ts.map +1 -1
- package/dist/website/components/admin/DraggableWrapper.d.ts +1 -1
- package/dist/website/components/admin/DraggableWrapper.d.ts.map +1 -1
- package/dist/website/components/admin/DroppableArea.d.ts +1 -1
- package/dist/website/components/admin/DroppableArea.d.ts.map +1 -1
- package/dist/website/components/admin/calendar/CuratedCalendar.d.ts +1 -1
- package/dist/website/components/admin/calendar/CuratedCalendar.d.ts.map +1 -1
- package/dist/website/components/admin/calendar/CuratedEventCalendar.d.ts +1 -1
- package/dist/website/components/admin/calendar/CuratedEventCalendar.d.ts.map +1 -1
- package/dist/website/components/admin/calendar/DisplayCalendarEventModal.d.ts +1 -1
- package/dist/website/components/admin/calendar/DisplayCalendarEventModal.d.ts.map +1 -1
- package/dist/website/components/admin/calendar/EditCalendarEventModal.d.ts +1 -1
- package/dist/website/components/admin/calendar/EditCalendarEventModal.d.ts.map +1 -1
- package/dist/website/components/elementTypes/BoxElement.d.ts +2 -1
- package/dist/website/components/elementTypes/BoxElement.d.ts.map +1 -1
- package/dist/website/components/elementTypes/ButtonLink.d.ts +1 -1
- package/dist/website/components/elementTypes/ButtonLink.d.ts.map +1 -1
- package/dist/website/components/elementTypes/CalendarElement.d.ts +1 -1
- package/dist/website/components/elementTypes/CalendarElement.d.ts.map +1 -1
- package/dist/website/components/elementTypes/CarouselElement.d.ts +2 -1
- package/dist/website/components/elementTypes/CarouselElement.d.ts.map +1 -1
- package/dist/website/components/elementTypes/DonateLinkElement.d.ts +1 -1
- package/dist/website/components/elementTypes/DonateLinkElement.d.ts.map +1 -1
- package/dist/website/components/elementTypes/FaqElement.d.ts +1 -1
- package/dist/website/components/elementTypes/FaqElement.d.ts.map +1 -1
- package/dist/website/components/elementTypes/FormElement.d.ts +1 -1
- package/dist/website/components/elementTypes/FormElement.d.ts.map +1 -1
- package/dist/website/components/elementTypes/GroupListElement.d.ts +1 -1
- package/dist/website/components/elementTypes/GroupListElement.d.ts.map +1 -1
- package/dist/website/components/elementTypes/GroupsElement.d.ts +1 -1
- package/dist/website/components/elementTypes/GroupsElement.d.ts.map +1 -1
- package/dist/website/components/elementTypes/IframeElement.d.ts +1 -1
- package/dist/website/components/elementTypes/IframeElement.d.ts.map +1 -1
- package/dist/website/components/elementTypes/ImageElement.d.ts +2 -1
- package/dist/website/components/elementTypes/ImageElement.d.ts.map +1 -1
- package/dist/website/components/elementTypes/MapElement.d.ts +1 -1
- package/dist/website/components/elementTypes/MapElement.d.ts.map +1 -1
- package/dist/website/components/elementTypes/RawHTMLElement.d.ts +1 -1
- package/dist/website/components/elementTypes/RawHTMLElement.d.ts.map +1 -1
- package/dist/website/components/elementTypes/RowElement.d.ts +2 -1
- package/dist/website/components/elementTypes/RowElement.d.ts.map +1 -1
- package/dist/website/components/elementTypes/RowElement.js +5 -16
- package/dist/website/components/elementTypes/RowElement.js.map +1 -1
- package/dist/website/components/elementTypes/SermonElement.d.ts +1 -1
- package/dist/website/components/elementTypes/SermonElement.d.ts.map +1 -1
- package/dist/website/components/elementTypes/TableElement.d.ts +2 -1
- package/dist/website/components/elementTypes/TableElement.d.ts.map +1 -1
- package/dist/website/components/elementTypes/WhiteSpaceElement.d.ts +1 -1
- package/dist/website/components/elementTypes/WhiteSpaceElement.d.ts.map +1 -1
- package/dist/website/components/eventCalendar/DisplayEventModal.d.ts +1 -1
- package/dist/website/components/eventCalendar/DisplayEventModal.d.ts.map +1 -1
- package/dist/website/components/eventCalendar/EditEventModal.d.ts +1 -1
- package/dist/website/components/eventCalendar/EditEventModal.d.ts.map +1 -1
- package/dist/website/components/eventCalendar/EditRecurringModal.d.ts +1 -1
- package/dist/website/components/eventCalendar/EditRecurringModal.d.ts.map +1 -1
- package/dist/website/components/eventCalendar/EventCalendar.d.ts +1 -1
- package/dist/website/components/eventCalendar/EventCalendar.d.ts.map +1 -1
- package/dist/website/components/eventCalendar/GroupCalendar.d.ts +1 -1
- package/dist/website/components/eventCalendar/GroupCalendar.d.ts.map +1 -1
- package/dist/website/components/eventCalendar/RRuleEditor.d.ts +2 -1
- package/dist/website/components/eventCalendar/RRuleEditor.d.ts.map +1 -1
- package/dist/website/components/groups/GroupCard.d.ts +1 -1
- package/dist/website/components/groups/GroupCard.d.ts.map +1 -1
- package/dist/website/components/groups/GroupList.d.ts +1 -1
- package/dist/website/components/groups/GroupList.d.ts.map +1 -1
- package/dist/website/components/groups/GroupsBrowser.d.ts +1 -1
- package/dist/website/components/groups/GroupsBrowser.d.ts.map +1 -1
- package/package.json +169 -167
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { FileInterface } from "../helpers";
|
|
3
|
+
interface Props {
|
|
4
|
+
pendingSave: boolean;
|
|
5
|
+
saveCallback: (file: FileInterface) => void;
|
|
6
|
+
contentType: string;
|
|
7
|
+
contentId: string;
|
|
8
|
+
}
|
|
9
|
+
export declare function FileUpload(props: Props): React.JSX.Element;
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=FileUpload.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FileUpload.d.ts","sourceRoot":"","sources":["../../src/components/FileUpload.tsx"],"names":[],"mappings":"AACA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAGnD,OAAO,EAAqB,aAAa,EAAE,MAAM,YAAY,CAAC;AAE9D,UAAU,KAAK;IACb,WAAW,EAAE,OAAO,CAAC;IACrB,YAAY,EAAE,CAAC,IAAI,EAAE,aAAa,KAAK,IAAI,CAAC;IAC5C,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,KAAK,qBA8FtC"}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { useState, useEffect } from "react";
|
|
4
|
+
import axios from "axios";
|
|
5
|
+
import { LinearProgress } from "@mui/material";
|
|
6
|
+
import { ApiHelper, Locale } from "../helpers";
|
|
7
|
+
export function FileUpload(props) {
|
|
8
|
+
const [file, setFile] = useState({});
|
|
9
|
+
const [uploadedFile, setUploadedFile] = useState({});
|
|
10
|
+
const [uploadProgress, setUploadProgress] = useState(-1);
|
|
11
|
+
const handleChange = (e) => {
|
|
12
|
+
e.preventDefault();
|
|
13
|
+
if (e.target.files && e.target.files.length > 0) {
|
|
14
|
+
setUploadedFile(e.target.files[0]);
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const convertBase64 = () => new Promise((resolve, reject) => {
|
|
18
|
+
const fileReader = new FileReader();
|
|
19
|
+
fileReader.readAsDataURL(uploadedFile);
|
|
20
|
+
fileReader.onload = () => { resolve(fileReader.result); };
|
|
21
|
+
fileReader.onerror = (error) => { reject(error); };
|
|
22
|
+
});
|
|
23
|
+
const handleSave = async () => {
|
|
24
|
+
const f = { ...file };
|
|
25
|
+
f.size = uploadedFile.size;
|
|
26
|
+
f.fileType = uploadedFile.type;
|
|
27
|
+
f.fileName = uploadedFile.name;
|
|
28
|
+
f.contentType = props.contentType;
|
|
29
|
+
f.contentId = props.contentId;
|
|
30
|
+
const preUploaded = await preUpload();
|
|
31
|
+
if (!preUploaded) {
|
|
32
|
+
const base64 = await convertBase64();
|
|
33
|
+
f.fileContents = base64;
|
|
34
|
+
}
|
|
35
|
+
const data = await ApiHelper.post("/files", [f], "ContentApi");
|
|
36
|
+
setFile({});
|
|
37
|
+
setUploadedFile({});
|
|
38
|
+
const el = document.getElementById("fileUpload");
|
|
39
|
+
if (el)
|
|
40
|
+
el.value = "";
|
|
41
|
+
props.saveCallback(data[0]);
|
|
42
|
+
};
|
|
43
|
+
const checkSave = () => {
|
|
44
|
+
if (props.pendingSave) {
|
|
45
|
+
if (uploadedFile.size > 0)
|
|
46
|
+
handleSave();
|
|
47
|
+
else
|
|
48
|
+
props.saveCallback(file);
|
|
49
|
+
}
|
|
50
|
+
};
|
|
51
|
+
const preUpload = async () => {
|
|
52
|
+
const params = { fileName: uploadedFile.name, contentType: props.contentType, contentId: props.contentId };
|
|
53
|
+
const presigned = await ApiHelper.post("/files/postUrl", params, "ContentApi");
|
|
54
|
+
const doUpload = presigned.key !== undefined;
|
|
55
|
+
if (doUpload)
|
|
56
|
+
await postPresignedFile(presigned);
|
|
57
|
+
return doUpload;
|
|
58
|
+
};
|
|
59
|
+
const postPresignedFile = (presigned) => {
|
|
60
|
+
const formData = new FormData();
|
|
61
|
+
formData.append("acl", "public-read");
|
|
62
|
+
formData.append("Content-Type", uploadedFile.type);
|
|
63
|
+
for (const property in presigned.fields)
|
|
64
|
+
formData.append(property, presigned.fields[property]);
|
|
65
|
+
const f = document.getElementById("fileUpload");
|
|
66
|
+
if (f?.files?.[0])
|
|
67
|
+
formData.append("file", f.files[0]);
|
|
68
|
+
const axiosConfig = {
|
|
69
|
+
headers: { "Content-Type": "multipart/form-data" },
|
|
70
|
+
onUploadProgress: (progressEvent) => {
|
|
71
|
+
if (progressEvent.total) {
|
|
72
|
+
setUploadProgress(Math.round((100 * progressEvent.loaded) / progressEvent.total));
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
};
|
|
76
|
+
return axios.post(presigned.url, formData, axiosConfig);
|
|
77
|
+
};
|
|
78
|
+
useEffect(checkSave, [props.pendingSave]);
|
|
79
|
+
const getFileLink = () => {
|
|
80
|
+
if (uploadProgress > -1 && props.pendingSave)
|
|
81
|
+
return _jsx(LinearProgress, { value: uploadProgress });
|
|
82
|
+
else if (file)
|
|
83
|
+
return (_jsx("div", { children: _jsx("a", { href: file.contentPath, children: file.fileName }) }));
|
|
84
|
+
};
|
|
85
|
+
return (_jsxs(_Fragment, { children: [_jsx("label", { children: Locale.label("fileUpload.file") }), getFileLink(), _jsx("input", { id: "fileUpload", type: "file", onChange: handleChange, "data-testid": "file-upload-input" })] }));
|
|
86
|
+
}
|
|
87
|
+
//# sourceMappingURL=FileUpload.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FileUpload.js","sourceRoot":"","sources":["../../src/components/FileUpload.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
interface Props {
|
|
2
3
|
article: string;
|
|
3
4
|
}
|
|
4
|
-
export declare const HelpIcon: (props: Props) =>
|
|
5
|
+
export declare const HelpIcon: (props: Props) => React.JSX.Element;
|
|
5
6
|
export {};
|
|
6
7
|
//# sourceMappingURL=HelpIcon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HelpIcon.d.ts","sourceRoot":"","sources":["../../src/components/HelpIcon.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"HelpIcon.d.ts","sourceRoot":"","sources":["../../src/components/HelpIcon.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,UAAU,KAAK;IAAG,OAAO,EAAE,MAAM,CAAC;CAAE;AAEpC,eAAO,MAAM,QAAQ,GAAI,OAAO,KAAK,sBAIpC,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import "cropperjs/dist/cropper.css";
|
|
2
3
|
interface Props {
|
|
3
4
|
title?: string;
|
|
@@ -9,6 +10,6 @@ interface Props {
|
|
|
9
10
|
outputHeight?: number;
|
|
10
11
|
hideDelete?: boolean;
|
|
11
12
|
}
|
|
12
|
-
export declare function ImageEditor(props: Props):
|
|
13
|
+
export declare function ImageEditor(props: Props): React.JSX.Element;
|
|
13
14
|
export {};
|
|
14
15
|
//# sourceMappingURL=ImageEditor.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ImageEditor.d.ts","sourceRoot":"","sources":["../../src/components/ImageEditor.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ImageEditor.d.ts","sourceRoot":"","sources":["../../src/components/ImageEditor.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAsD,MAAM,OAAO,CAAC;AAG3E,OAAO,4BAA4B,CAAC;AAKpC,UAAU,KAAK;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,CAAC,OAAO,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,wBAAgB,WAAW,CAAC,KAAK,EAAE,KAAK,qBAgJvC"}
|
|
@@ -34,6 +34,6 @@ interface Props {
|
|
|
34
34
|
saveButtonType?: "submit" | "button";
|
|
35
35
|
mainContainerCssProps?: PaperProps;
|
|
36
36
|
}
|
|
37
|
-
export declare function InputBox({ mainContainerCssProps, ...props }: Props):
|
|
37
|
+
export declare function InputBox({ mainContainerCssProps, ...props }: Props): React.JSX.Element;
|
|
38
38
|
export {};
|
|
39
39
|
//# sourceMappingURL=InputBox.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InputBox.d.ts","sourceRoot":"","sources":["../../src/components/InputBox.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAyC,UAAU,EAAE,MAAM,eAAe,CAAC;AAMlF,OAAO,QAAQ,sBAAsB,CAAC;IACpC,UAAU,OAAO;QACf,QAAQ,EAAE;YAAE,UAAU,EAAE,MAAM,CAAC;SAAE,CAAC;KACnC;IACD,UAAU,cAAc;QACtB,QAAQ,CAAC,EAAE;YAAE,UAAU,CAAC,EAAE,MAAM,CAAC;SAAE,CAAC;KACrC;CACF;AAGD,UAAU,KAAK;IACb,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,mBAAmB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACtC,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,cAAc,CAAC,EAAE,QAAQ,GAAG,QAAQ,CAAC;IACrC,qBAAqB,CAAC,EAAE,UAAU,CAAC;CACpC;AAkBD,wBAAgB,QAAQ,CAAC,EAAE,qBAA0B,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,
|
|
1
|
+
{"version":3,"file":"InputBox.d.ts","sourceRoot":"","sources":["../../src/components/InputBox.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAyC,UAAU,EAAE,MAAM,eAAe,CAAC;AAMlF,OAAO,QAAQ,sBAAsB,CAAC;IACpC,UAAU,OAAO;QACf,QAAQ,EAAE;YAAE,UAAU,EAAE,MAAM,CAAC;SAAE,CAAC;KACnC;IACD,UAAU,cAAc;QACtB,QAAQ,CAAC,EAAE;YAAE,UAAU,CAAC,EAAE,MAAM,CAAC;SAAE,CAAC;KACrC;CACF;AAGD,UAAU,KAAK;IACb,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,mBAAmB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACtC,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,cAAc,CAAC,EAAE,QAAQ,GAAG,QAAQ,CAAC;IACrC,qBAAqB,CAAC,EAAE,UAAU,CAAC;CACpC;AAkBD,wBAAgB,QAAQ,CAAC,EAAE,qBAA0B,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,qBAoCvE"}
|
|
@@ -4,6 +4,6 @@ interface TabPanelProps {
|
|
|
4
4
|
index: number;
|
|
5
5
|
value: number;
|
|
6
6
|
}
|
|
7
|
-
export declare function TabPanel(props: TabPanelProps):
|
|
7
|
+
export declare function TabPanel(props: TabPanelProps): React.JSX.Element;
|
|
8
8
|
export {};
|
|
9
9
|
//# sourceMappingURL=TabPanel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TabPanel.d.ts","sourceRoot":"","sources":["../../src/components/TabPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,UAAU,aAAa;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf;AAED,wBAAgB,QAAQ,CAAC,KAAK,EAAE,aAAa,
|
|
1
|
+
{"version":3,"file":"TabPanel.d.ts","sourceRoot":"","sources":["../../src/components/TabPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,UAAU,aAAa;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf;AAED,wBAAgB,QAAQ,CAAC,KAAK,EAAE,aAAa,qBAkB5C"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { UserContextInterface } from "@churchapps/helpers";
|
|
2
3
|
interface Props {
|
|
3
4
|
contentType: string;
|
|
@@ -16,6 +17,6 @@ interface Props {
|
|
|
16
17
|
*
|
|
17
18
|
* Replaces the legacy B1App `notes/Conversations.tsx` + `notes/Conversation.tsx` pair.
|
|
18
19
|
*/
|
|
19
|
-
export declare function Conversations(props: Props):
|
|
20
|
+
export declare function Conversations(props: Props): React.JSX.Element;
|
|
20
21
|
export {};
|
|
21
22
|
//# sourceMappingURL=Conversations.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Conversations.d.ts","sourceRoot":"","sources":["../../../src/components/conversations/Conversations.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Conversations.d.ts","sourceRoot":"","sources":["../../../src/components/conversations/Conversations.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAA2C,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AASpG,UAAU,KAAK;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,oBAAoB,CAAC;IAC9B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED;;;;;;GAMG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,KAAK,qBA8GzC"}
|
|
@@ -2,6 +2,6 @@ import React from "react";
|
|
|
2
2
|
interface Props {
|
|
3
3
|
children: React.ReactNode;
|
|
4
4
|
}
|
|
5
|
-
export declare const Banner: (props: Props) =>
|
|
5
|
+
export declare const Banner: (props: Props) => React.JSX.Element;
|
|
6
6
|
export {};
|
|
7
7
|
//# sourceMappingURL=Banner.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Banner.d.ts","sourceRoot":"","sources":["../../../src/components/header/Banner.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,UAAU,KAAK;IACb,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAC1B;AAED,eAAO,MAAM,MAAM,GAAI,OAAM,KAAK,
|
|
1
|
+
{"version":3,"file":"Banner.d.ts","sourceRoot":"","sources":["../../../src/components/header/Banner.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,UAAU,KAAK;IACb,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAC1B;AAED,eAAO,MAAM,MAAM,GAAI,OAAM,KAAK,sBAIjC,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
interface Props {
|
|
2
3
|
label: string;
|
|
3
4
|
menuItems: {
|
|
@@ -7,6 +8,6 @@ interface Props {
|
|
|
7
8
|
}[];
|
|
8
9
|
onNavigate: (url: string) => void;
|
|
9
10
|
}
|
|
10
|
-
export declare const PrimaryMenu: (props: Props) =>
|
|
11
|
+
export declare const PrimaryMenu: (props: Props) => React.JSX.Element;
|
|
11
12
|
export {};
|
|
12
13
|
//# sourceMappingURL=PrimaryMenu.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PrimaryMenu.d.ts","sourceRoot":"","sources":["../../../src/components/header/PrimaryMenu.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PrimaryMenu.d.ts","sourceRoot":"","sources":["../../../src/components/header/PrimaryMenu.tsx"],"names":[],"mappings":"AACA,OAAO,KAA2B,MAAM,OAAO,CAAC;AAIhD,UAAU,KAAK;IACb,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAC1D,UAAU,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;CACnC;AAED,eAAO,MAAM,WAAW,GAAI,OAAO,KAAK,sBAyFvC,CAAC"}
|
|
@@ -6,6 +6,6 @@ interface Props {
|
|
|
6
6
|
}[];
|
|
7
7
|
onNavigate: (url: string) => void;
|
|
8
8
|
}
|
|
9
|
-
export declare const SecondaryMenu: (props: Props) => import("react
|
|
9
|
+
export declare const SecondaryMenu: (props: Props) => import("react").JSX.Element;
|
|
10
10
|
export {};
|
|
11
11
|
//# sourceMappingURL=SecondaryMenu.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SecondaryMenu.d.ts","sourceRoot":"","sources":["../../../src/components/header/SecondaryMenu.tsx"],"names":[],"mappings":"AAEA,UAAU,KAAK;IACb,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAA;IAC5C,UAAU,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;CAClC;AAED,eAAO,MAAM,aAAa,GAAI,OAAM,KAAK,
|
|
1
|
+
{"version":3,"file":"SecondaryMenu.d.ts","sourceRoot":"","sources":["../../../src/components/header/SecondaryMenu.tsx"],"names":[],"mappings":"AAEA,UAAU,KAAK;IACb,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAA;IAC5C,UAAU,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;CAClC;AAED,eAAO,MAAM,aAAa,GAAI,OAAM,KAAK,gCAcxC,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
interface Props {
|
|
2
3
|
label: string;
|
|
3
4
|
menuItems: {
|
|
@@ -6,6 +7,6 @@ interface Props {
|
|
|
6
7
|
}[];
|
|
7
8
|
onNavigate: (url: string) => void;
|
|
8
9
|
}
|
|
9
|
-
export declare const SecondaryMenuAlt: (props: Props) =>
|
|
10
|
+
export declare const SecondaryMenuAlt: (props: Props) => React.JSX.Element;
|
|
10
11
|
export {};
|
|
11
12
|
//# sourceMappingURL=SecondaryMenuAlt.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SecondaryMenuAlt.d.ts","sourceRoot":"","sources":["../../../src/components/header/SecondaryMenuAlt.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SecondaryMenuAlt.d.ts","sourceRoot":"","sources":["../../../src/components/header/SecondaryMenuAlt.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,UAAU,KAAK;IACb,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAA;IAC5C,UAAU,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;CAClC;AAED,eAAO,MAAM,gBAAgB,GAAI,OAAM,KAAK,sBA6B3C,CAAC"}
|
|
@@ -16,6 +16,6 @@ type Props = {
|
|
|
16
16
|
appName: string;
|
|
17
17
|
onNavigate: (url: string) => void;
|
|
18
18
|
};
|
|
19
|
-
export declare const SiteHeader: React.MemoExoticComponent<(props: Props) =>
|
|
19
|
+
export declare const SiteHeader: React.MemoExoticComponent<(props: Props) => React.JSX.Element>;
|
|
20
20
|
export {};
|
|
21
21
|
//# sourceMappingURL=SiteHeader.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SiteHeader.d.ts","sourceRoot":"","sources":["../../../src/components/header/SiteHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,OAAO,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAG3D,KAAK,KAAK,GAAG;IACX,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAC;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,IAAI,EAAC,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAC/D,kBAAkB,EAAE,MAAM,CAAC;IAC3B,kBAAkB,EAAC;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IACpD,OAAO,EAAE,oBAAoB,CAAC;IAC9B,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;CACnC,CAAA;AAED,eAAO,MAAM,UAAU,oCAAqB,KAAK,
|
|
1
|
+
{"version":3,"file":"SiteHeader.d.ts","sourceRoot":"","sources":["../../../src/components/header/SiteHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,OAAO,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAG3D,KAAK,KAAK,GAAG;IACX,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAC;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,IAAI,EAAC,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAC/D,kBAAkB,EAAE,MAAM,CAAC;IAC3B,kBAAkB,EAAC;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IACpD,OAAO,EAAE,oBAAoB,CAAC;IAC9B,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;CACnC,CAAA;AAED,eAAO,MAAM,UAAU,oCAAqB,KAAK,uBAsL/C,CAAC"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
type Props = {
|
|
2
3
|
appName: string;
|
|
3
4
|
relatedArticles?: string[];
|
|
4
5
|
};
|
|
5
|
-
export declare const SupportDrawer: (props: Props) =>
|
|
6
|
+
export declare const SupportDrawer: (props: Props) => React.JSX.Element;
|
|
6
7
|
export {};
|
|
7
8
|
//# sourceMappingURL=SupportDrawer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SupportDrawer.d.ts","sourceRoot":"","sources":["../../../src/components/header/SupportDrawer.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SupportDrawer.d.ts","sourceRoot":"","sources":["../../../src/components/header/SupportDrawer.tsx"],"names":[],"mappings":"AACA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAInD,KAAK,KAAK,GAAG;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,OAAO,KAAK,sBA6GzC,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { ErrorMessages } from "./ErrorMessages";
|
|
2
2
|
export { ExportLink } from "./ExportLink";
|
|
3
|
+
export { FileUpload } from "./FileUpload";
|
|
3
4
|
export { DisplayBox } from "./DisplayBox";
|
|
4
5
|
export { FloatingSupport } from "./FloatingSupport";
|
|
5
6
|
export { FormSubmissionEdit } from "./FormSubmissionEdit";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AACtC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AACtC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC"}
|
package/dist/components/index.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { ErrorMessages } from "./ErrorMessages";
|
|
2
2
|
export { ExportLink } from "./ExportLink";
|
|
3
|
+
export { FileUpload } from "./FileUpload";
|
|
3
4
|
export { DisplayBox } from "./DisplayBox";
|
|
4
5
|
export { FloatingSupport } from "./FloatingSupport";
|
|
5
6
|
export { FormSubmissionEdit } from "./FormSubmissionEdit";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/components/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AACtC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/components/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AACtC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { UserContextInterface } from "@churchapps/helpers";
|
|
2
3
|
type Props = {
|
|
3
4
|
messageId?: string;
|
|
@@ -7,6 +8,6 @@ type Props = {
|
|
|
7
8
|
context: UserContextInterface;
|
|
8
9
|
onCancel?: () => void;
|
|
9
10
|
};
|
|
10
|
-
export declare function AddNote({ context, onCancel, ...props }: Props):
|
|
11
|
+
export declare function AddNote({ context, onCancel, ...props }: Props): React.JSX.Element;
|
|
11
12
|
export {};
|
|
12
13
|
//# sourceMappingURL=AddNote.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AddNote.d.ts","sourceRoot":"","sources":["../../../src/components/notes/AddNote.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AddNote.d.ts","sourceRoot":"","sources":["../../../src/components/notes/AddNote.tsx"],"names":[],"mappings":"AAEA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAInD,OAAO,EAAoB,oBAAoB,EAAc,MAAM,qBAAqB,CAAC;AAczF,KAAK,KAAK,GAAG;IACX,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,kBAAkB,EAAE,MAAM,OAAO,CAAC,MAAM,CAAC,CAAC;IAC1C,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,OAAO,EAAE,oBAAoB,CAAC;IAC9B,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;CACvB,CAAC;AAEF,wBAAgB,OAAO,CAAC,EAAE,OAAO,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,qBA2L7D"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { UserContextInterface } from "@churchapps/helpers";
|
|
2
3
|
interface Props {
|
|
3
4
|
conversationId: string;
|
|
@@ -7,6 +8,6 @@ interface Props {
|
|
|
7
8
|
maxHeight?: any;
|
|
8
9
|
refreshKey?: number;
|
|
9
10
|
}
|
|
10
|
-
export declare function Notes(props: Props):
|
|
11
|
+
export declare function Notes(props: Props): React.JSX.Element;
|
|
11
12
|
export {};
|
|
12
13
|
//# sourceMappingURL=Notes.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Notes.d.ts","sourceRoot":"","sources":["../../../src/components/notes/Notes.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Notes.d.ts","sourceRoot":"","sources":["../../../src/components/notes/Notes.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,OAAO,EAA2C,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAGpG,UAAU,KAAK;IACb,cAAc,EAAE,MAAM,CAAC;IACvB,kBAAkB,CAAC,EAAE,MAAM,OAAO,CAAC,MAAM,CAAC,CAAC;IAC3C,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,OAAO,EAAE,oBAAoB,CAAC;IAC9B,SAAS,CAAC,EAAE,GAAG,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,wBAAgB,KAAK,CAAC,KAAK,EAAE,KAAK,qBA2NjC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HelpIcon.d.ts","sourceRoot":"","sources":["../../../src/forms/components/HelpIcon.tsx"],"names":[],"mappings":"AAKA,UAAU,KAAK;IAAG,OAAO,EAAE,MAAM,CAAC;CAAE;AAEpC,eAAO,MAAM,QAAQ,GAAI,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"HelpIcon.d.ts","sourceRoot":"","sources":["../../../src/forms/components/HelpIcon.tsx"],"names":[],"mappings":"AAKA,UAAU,KAAK;IAAG,OAAO,EAAE,MAAM,CAAC;CAAE;AAEpC,eAAO,MAAM,QAAQ,GAAI,OAAO,KAAK,gCAIpC,CAAC"}
|
|
@@ -33,6 +33,6 @@ interface Props {
|
|
|
33
33
|
saveButtonType?: "submit" | "button";
|
|
34
34
|
mainContainerCssProps?: PaperProps;
|
|
35
35
|
}
|
|
36
|
-
export declare function InputBox({ mainContainerCssProps, ...props }: Props):
|
|
36
|
+
export declare function InputBox({ mainContainerCssProps, ...props }: Props): React.JSX.Element;
|
|
37
37
|
export {};
|
|
38
38
|
//# sourceMappingURL=InputBox.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InputBox.d.ts","sourceRoot":"","sources":["../../../src/forms/components/InputBox.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAyC,UAAU,EAAE,MAAM,eAAe,CAAC;AAMlF,OAAO,QAAQ,sBAAsB,CAAC;IACpC,UAAU,OAAO;QACf,QAAQ,EAAE;YAAE,UAAU,EAAE,MAAM,CAAC;SAAE,CAAC;KACnC;IACD,UAAU,cAAc;QACtB,QAAQ,CAAC,EAAE;YAAE,UAAU,CAAC,EAAE,MAAM,CAAC;SAAE,CAAC;KACrC;CACF;AAGD,UAAU,KAAK;IACb,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,mBAAmB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACtC,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,cAAc,CAAC,EAAE,QAAQ,GAAG,QAAQ,CAAC;IACrC,qBAAqB,CAAC,EAAE,UAAU,CAAC;CACpC;AAkBD,wBAAgB,QAAQ,CAAC,EAAE,qBAA0B,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,
|
|
1
|
+
{"version":3,"file":"InputBox.d.ts","sourceRoot":"","sources":["../../../src/forms/components/InputBox.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAyC,UAAU,EAAE,MAAM,eAAe,CAAC;AAMlF,OAAO,QAAQ,sBAAsB,CAAC;IACpC,UAAU,OAAO;QACf,QAAQ,EAAE;YAAE,UAAU,EAAE,MAAM,CAAC;SAAE,CAAC;KACnC;IACD,UAAU,cAAc;QACtB,QAAQ,CAAC,EAAE;YAAE,UAAU,CAAC,EAAE,MAAM,CAAC;SAAE,CAAC;KACrC;CACF;AAGD,UAAU,KAAK;IACb,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,mBAAmB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACtC,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,cAAc,CAAC,EAAE,QAAQ,GAAG,QAAQ,CAAC;IACrC,qBAAqB,CAAC,EAAE,UAAU,CAAC;CACpC;AAkBD,wBAAgB,QAAQ,CAAC,EAAE,qBAA0B,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,qBAoCvE"}
|
package/dist/helpers/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { ApiHelper, AppearanceHelper as BaseAppearanceHelper, ArrayHelper, CommonEnvironmentHelper, CurrencyHelper, DateHelper, ErrorHelper, EventHelper, FileHelper, PersonHelper, UserHelper, UniqueIdHelper, Permissions } from "@churchapps/helpers";
|
|
2
|
-
export type { ErrorLogInterface, UserContextInterface, PermissionInterface, ChurchInterface, PersonInterface, UserInterface, LoginUserChurchInterface, ContactInfoInterface, DonationInterface, FundInterface, PaymentMethodInterface, StripeDonationInterface, FundDonationInterface, ResetPasswordRequestInterface, ResetPasswordResponseInterface, ConnectionInterface, SocketActionHandlerInterface, SocketPayloadInterface, UserChurchInterface, QuestionInterface, AnswerInterface, FormSubmissionInterface, MessageInterface, ConversationInterface, PrivateMessageInterface, IApiPermission, NotificationInterface } from "@churchapps/helpers";
|
|
2
|
+
export type { ErrorLogInterface, UserContextInterface, PermissionInterface, ChurchInterface, PersonInterface, UserInterface, LoginUserChurchInterface, ContactInfoInterface, DonationInterface, FundInterface, PaymentMethodInterface, StripeDonationInterface, FundDonationInterface, ResetPasswordRequestInterface, ResetPasswordResponseInterface, ConnectionInterface, SocketActionHandlerInterface, SocketPayloadInterface, UserChurchInterface, QuestionInterface, AnswerInterface, FormSubmissionInterface, MessageInterface, ConversationInterface, PrivateMessageInterface, IApiPermission, NotificationInterface, FileInterface } from "@churchapps/helpers";
|
|
3
3
|
export { AnalyticsHelper } from "./AnalyticsHelper";
|
|
4
4
|
export { AppearanceHelper } from "./AppearanceHelper";
|
|
5
5
|
export type { AppearanceInterface } from "./AppearanceHelper";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/helpers/index.ts"],"names":[],"mappings":"AACA,OAAO,EACL,SAAS,EACT,gBAAgB,IAAI,oBAAoB,EACxC,WAAW,EACX,uBAAuB,EACvB,cAAc,EACd,UAAU,EACV,WAAW,EACX,WAAW,EACX,UAAU,EACV,YAAY,EACZ,UAAU,EACV,cAAc,EACd,WAAW,EACZ,MAAM,qBAAqB,CAAC;AAG7B,YAAY,EACV,iBAAiB,EACjB,oBAAoB,EACpB,mBAAmB,EACnB,eAAe,EACf,eAAe,EACf,aAAa,EACb,wBAAwB,EACxB,oBAAoB,EACpB,iBAAiB,EACjB,aAAa,EACb,sBAAsB,EACtB,uBAAuB,EACvB,qBAAqB,EACrB,6BAA6B,EAC7B,8BAA8B,EAC9B,mBAAmB,EACnB,4BAA4B,EAC5B,sBAAsB,EACtB,mBAAmB,EACnB,iBAAiB,EACjB,eAAe,EACf,uBAAuB,EACvB,gBAAgB,EAChB,qBAAqB,EACrB,uBAAuB,EACvB,cAAc,EACd,qBAAqB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/helpers/index.ts"],"names":[],"mappings":"AACA,OAAO,EACL,SAAS,EACT,gBAAgB,IAAI,oBAAoB,EACxC,WAAW,EACX,uBAAuB,EACvB,cAAc,EACd,UAAU,EACV,WAAW,EACX,WAAW,EACX,UAAU,EACV,YAAY,EACZ,UAAU,EACV,cAAc,EACd,WAAW,EACZ,MAAM,qBAAqB,CAAC;AAG7B,YAAY,EACV,iBAAiB,EACjB,oBAAoB,EACpB,mBAAmB,EACnB,eAAe,EACf,eAAe,EACf,aAAa,EACb,wBAAwB,EACxB,oBAAoB,EACpB,iBAAiB,EACjB,aAAa,EACb,sBAAsB,EACtB,uBAAuB,EACvB,qBAAqB,EACrB,6BAA6B,EAC7B,8BAA8B,EAC9B,mBAAmB,EACnB,4BAA4B,EAC5B,sBAAsB,EACtB,mBAAmB,EACnB,iBAAiB,EACjB,eAAe,EACf,uBAAuB,EACvB,gBAAgB,EAChB,qBAAqB,EACrB,uBAAuB,EACvB,cAAc,EACd,qBAAqB,EACrB,aAAa,EACd,MAAM,qBAAqB,CAAC;AAG7B,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,YAAY,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,YAAY,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACxE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,YAAY,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAChE,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/helpers/index.ts"],"names":[],"mappings":"AAAA,6CAA6C;AAC7C,OAAO,EACL,SAAS,EACT,gBAAgB,IAAI,oBAAoB,EACxC,WAAW,EACX,uBAAuB,EACvB,cAAc,EACd,UAAU,EACV,WAAW,EACX,WAAW,EACX,UAAU,EACV,YAAY,EACZ,UAAU,EACV,cAAc,EACd,WAAW,EACZ,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/helpers/index.ts"],"names":[],"mappings":"AAAA,6CAA6C;AAC7C,OAAO,EACL,SAAS,EACT,gBAAgB,IAAI,oBAAoB,EACxC,WAAW,EACX,uBAAuB,EACvB,cAAc,EACd,UAAU,EACV,WAAW,EACX,WAAW,EACX,UAAU,EACV,YAAY,EACZ,UAAU,EACV,cAAc,EACd,WAAW,EACZ,MAAM,qBAAqB,CAAC;AAkC7B,uBAAuB;AACvB,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAEhD,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -6,6 +6,6 @@ interface Props {
|
|
|
6
6
|
placeholder?: string;
|
|
7
7
|
readOnly?: boolean;
|
|
8
8
|
}
|
|
9
|
-
export declare function HtmlEditor({ value, onChange, style, placeholder, readOnly }: Props):
|
|
9
|
+
export declare function HtmlEditor({ value, onChange, style, placeholder, readOnly }: Props): React.JSX.Element;
|
|
10
10
|
export {};
|
|
11
11
|
//# sourceMappingURL=HtmlEditor.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HtmlEditor.d.ts","sourceRoot":"","sources":["../../../../src/markdown/components/htmlEditor/HtmlEditor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyB,MAAM,OAAO,CAAC;AAK9C,UAAU,KAAK;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,wBAAgB,UAAU,CAAC,EAAE,KAAU,EAAE,QAAQ,EAAE,KAAK,EAAE,WAAW,EAAE,QAAgB,EAAE,EAAE,KAAK,
|
|
1
|
+
{"version":3,"file":"HtmlEditor.d.ts","sourceRoot":"","sources":["../../../../src/markdown/components/htmlEditor/HtmlEditor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyB,MAAM,OAAO,CAAC;AAK9C,UAAU,KAAK;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,wBAAgB,UAAU,CAAC,EAAE,KAAU,EAAE,QAAQ,EAAE,KAAK,EAAE,WAAW,EAAE,QAAgB,EAAE,EAAE,KAAK,qBAY/F"}
|
|
@@ -7,6 +7,6 @@ interface Props {
|
|
|
7
7
|
placeholder?: string;
|
|
8
8
|
readOnly?: boolean;
|
|
9
9
|
}
|
|
10
|
-
export default function HtmlEditorInner({ value, onChange, style, placeholder, readOnly }: Props):
|
|
10
|
+
export default function HtmlEditorInner({ value, onChange, style, placeholder, readOnly }: Props): React.JSX.Element;
|
|
11
11
|
export {};
|
|
12
12
|
//# sourceMappingURL=HtmlEditorInner.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HtmlEditorInner.d.ts","sourceRoot":"","sources":["../../../../src/markdown/components/htmlEditor/HtmlEditorInner.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAgCnD,OAAO,cAAc,CAAC;AAKtB,UAAU,KAAK;IACb,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAqBD,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,WAA+B,EAAE,QAAgB,EAAE,EAAE,KAAK,
|
|
1
|
+
{"version":3,"file":"HtmlEditorInner.d.ts","sourceRoot":"","sources":["../../../../src/markdown/components/htmlEditor/HtmlEditorInner.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAgCnD,OAAO,cAAc,CAAC;AAKtB,UAAU,KAAK;IACb,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAqBD,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,WAA+B,EAAE,QAAgB,EAAE,EAAE,KAAK,qBAyF3H"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
interface Props {
|
|
2
3
|
open: boolean;
|
|
3
4
|
onClose: () => void;
|
|
@@ -9,6 +10,6 @@ interface Props {
|
|
|
9
10
|
maxWidth?: "xs" | "sm" | "md" | "lg" | "xl";
|
|
10
11
|
fullWidth?: boolean;
|
|
11
12
|
}
|
|
12
|
-
export declare function HtmlModal({ open, onClose, title, value, onChange, onSave, saveButtonText, maxWidth, fullWidth }: Props):
|
|
13
|
+
export declare function HtmlModal({ open, onClose, title, value, onChange, onSave, saveButtonText, maxWidth, fullWidth }: Props): React.JSX.Element;
|
|
13
14
|
export {};
|
|
14
15
|
//# sourceMappingURL=HtmlModal.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HtmlModal.d.ts","sourceRoot":"","sources":["../../../../src/markdown/components/htmlEditor/HtmlModal.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"HtmlModal.d.ts","sourceRoot":"","sources":["../../../../src/markdown/components/htmlEditor/HtmlModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAgBnD,UAAU,KAAK;IACb,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,MAAM,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAChC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC5C,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,wBAAgB,SAAS,CAAC,EACxB,IAAI,EACJ,OAAO,EACP,KAAqB,EACrB,KAAU,EACV,QAAQ,EACR,MAAM,EACN,cAAuB,EACvB,QAAe,EACf,SAAgB,EACjB,EAAE,KAAK,qBAmIP"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AutoLinkPlugin.d.ts","sourceRoot":"","sources":["../../../../../src/markdown/components/htmlEditor/plugins/AutoLinkPlugin.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AutoLinkPlugin.d.ts","sourceRoot":"","sources":["../../../../../src/markdown/components/htmlEditor/plugins/AutoLinkPlugin.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AA+B1B,MAAM,CAAC,OAAO,UAAU,cAAc,sBAErC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
interface Props {
|
|
2
3
|
isSourceMode: boolean;
|
|
3
4
|
}
|
|
4
|
-
export default function HtmlSourcePlugin({ isSourceMode }: Props):
|
|
5
|
+
export default function HtmlSourcePlugin({ isSourceMode }: Props): React.JSX.Element;
|
|
5
6
|
export {};
|
|
6
7
|
//# sourceMappingURL=HtmlSourcePlugin.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HtmlSourcePlugin.d.ts","sourceRoot":"","sources":["../../../../../src/markdown/components/htmlEditor/plugins/HtmlSourcePlugin.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"HtmlSourcePlugin.d.ts","sourceRoot":"","sources":["../../../../../src/markdown/components/htmlEditor/plugins/HtmlSourcePlugin.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAOnD,UAAU,KAAK;IACb,YAAY,EAAE,OAAO,CAAC;CACvB;AAED,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,EAAE,YAAY,EAAE,EAAE,KAAK,qBA8F/D"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
interface Props {
|
|
2
3
|
setIsLinkEditMode: (value: boolean) => void;
|
|
3
4
|
isSourceMode?: boolean;
|
|
4
5
|
setIsSourceMode?: (value: boolean) => void;
|
|
5
6
|
}
|
|
6
|
-
export default function HtmlToolbarPlugin({ setIsLinkEditMode, isSourceMode, setIsSourceMode }: Props):
|
|
7
|
+
export default function HtmlToolbarPlugin({ setIsLinkEditMode, isSourceMode, setIsSourceMode }: Props): React.JSX.Element;
|
|
7
8
|
export {};
|
|
8
9
|
//# sourceMappingURL=HtmlToolbarPlugin.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HtmlToolbarPlugin.d.ts","sourceRoot":"","sources":["../../../../../src/markdown/components/htmlEditor/plugins/HtmlToolbarPlugin.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"HtmlToolbarPlugin.d.ts","sourceRoot":"","sources":["../../../../../src/markdown/components/htmlEditor/plugins/HtmlToolbarPlugin.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2C,MAAM,OAAO,CAAC;AA0ChE,UAAU,KAAK;IACb,iBAAiB,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IAC5C,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;CAC5C;AAMD,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,EAAE,iBAAiB,EAAE,YAAoB,EAAE,eAAe,EAAE,EAAE,KAAK,qBAyS5G"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
interface Props {
|
|
2
3
|
editor: any;
|
|
3
4
|
elementFormat: string;
|
|
4
5
|
}
|
|
5
|
-
export declare function AlignmentControls({ editor, elementFormat }: Props):
|
|
6
|
+
export declare function AlignmentControls({ editor, elementFormat }: Props): React.JSX.Element;
|
|
6
7
|
export {};
|
|
7
8
|
//# sourceMappingURL=AlignmentControls.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlignmentControls.d.ts","sourceRoot":"","sources":["../../../../../../src/markdown/components/htmlEditor/plugins/toolbarParts/AlignmentControls.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AlignmentControls.d.ts","sourceRoot":"","sources":["../../../../../../src/markdown/components/htmlEditor/plugins/toolbarParts/AlignmentControls.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,UAAU,KAAK;IAAG,MAAM,EAAE,GAAG,CAAC;IAAC,aAAa,EAAE,MAAM,CAAC;CAAE;AAEvD,wBAAgB,iBAAiB,CAAC,EAAE,MAAM,EAAE,aAAa,EAAE,EAAE,KAAK,qBASjE"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
interface Props {
|
|
2
3
|
blockType: string;
|
|
3
4
|
onFormatHeading: (tag: "h1" | "h2" | "h3" | "h4" | "h5" | "h6") => void;
|
|
@@ -5,6 +6,6 @@ interface Props {
|
|
|
5
6
|
onFormatCode: () => void;
|
|
6
7
|
onApplyFontSize: (size: string) => void;
|
|
7
8
|
}
|
|
8
|
-
export declare function BlockAndFontControls({ blockType, onFormatHeading, onFormatParagraph, onFormatCode, onApplyFontSize }: Props):
|
|
9
|
+
export declare function BlockAndFontControls({ blockType, onFormatHeading, onFormatParagraph, onFormatCode, onApplyFontSize }: Props): React.JSX.Element;
|
|
9
10
|
export {};
|
|
10
11
|
//# sourceMappingURL=BlockAndFontControls.d.ts.map
|
package/dist/markdown/components/htmlEditor/plugins/toolbarParts/BlockAndFontControls.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BlockAndFontControls.d.ts","sourceRoot":"","sources":["../../../../../../src/markdown/components/htmlEditor/plugins/toolbarParts/BlockAndFontControls.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BlockAndFontControls.d.ts","sourceRoot":"","sources":["../../../../../../src/markdown/components/htmlEditor/plugins/toolbarParts/BlockAndFontControls.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAIxC,UAAU,KAAK;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,CAAC,GAAG,EAAE,IAAI,GAAC,IAAI,GAAC,IAAI,GAAC,IAAI,GAAC,IAAI,GAAC,IAAI,KAAK,IAAI,CAAC;IAC9D,iBAAiB,EAAE,MAAM,IAAI,CAAC;IAC9B,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,eAAe,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;CACzC;AAMD,wBAAgB,oBAAoB,CAAC,EAAE,SAAS,EAAE,eAAe,EAAE,iBAAiB,EAAE,YAAY,EAAE,eAAe,EAAE,EAAE,KAAK,qBA0D3H"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
interface Props {
|
|
2
3
|
textColor: string;
|
|
3
4
|
bgColor: string;
|
|
@@ -7,6 +8,6 @@ interface Props {
|
|
|
7
8
|
onApplyBgColor: (val: string) => void;
|
|
8
9
|
onInsertLink: () => void;
|
|
9
10
|
}
|
|
10
|
-
export declare function ColorsAndLinkControls({ textColor, bgColor, isLink, onOpenPicker, onApplyTextColor, onApplyBgColor, onInsertLink }: Props):
|
|
11
|
+
export declare function ColorsAndLinkControls({ textColor, bgColor, isLink, onOpenPicker, onApplyTextColor, onApplyBgColor, onInsertLink }: Props): React.JSX.Element;
|
|
11
12
|
export {};
|
|
12
13
|
//# sourceMappingURL=ColorsAndLinkControls.d.ts.map
|
package/dist/markdown/components/htmlEditor/plugins/toolbarParts/ColorsAndLinkControls.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ColorsAndLinkControls.d.ts","sourceRoot":"","sources":["../../../../../../src/markdown/components/htmlEditor/plugins/toolbarParts/ColorsAndLinkControls.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ColorsAndLinkControls.d.ts","sourceRoot":"","sources":["../../../../../../src/markdown/components/htmlEditor/plugins/toolbarParts/ColorsAndLinkControls.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,UAAU,KAAK;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,OAAO,CAAC;IAChB,YAAY,EAAE,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,EAAE,QAAQ,CAAC,EAAE,WAAW,KAAK,IAAI,CAAC;IACrG,gBAAgB,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,cAAc,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,YAAY,EAAE,MAAM,IAAI,CAAC;CAC1B;AAED,wBAAgB,qBAAqB,CAAC,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,gBAAgB,EAAE,cAAc,EAAE,YAAY,EAAE,EAAE,KAAK,qBAoBxI"}
|