@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
|
@@ -36,33 +36,22 @@ export function RowElement(props) {
|
|
|
36
36
|
else
|
|
37
37
|
return "";
|
|
38
38
|
};
|
|
39
|
-
const parseCsvNumbers = (value) => {
|
|
40
|
-
const result = [];
|
|
41
|
-
if (typeof value === "string")
|
|
42
|
-
value.split(",").forEach(v => result.push(parseInt(v, 10)));
|
|
43
|
-
return result;
|
|
44
|
-
};
|
|
45
39
|
const mobileBreakpoint = 768;
|
|
46
40
|
const getColumns = () => {
|
|
47
41
|
const emptyStyle = { minHeight: 100, border: "1px solid #999" };
|
|
48
42
|
const result = [];
|
|
49
43
|
const cssRules = [];
|
|
50
44
|
const elId = "el-" + props.element.id;
|
|
51
|
-
const mobileSizes = parseCsvNumbers(props.element.answers?.mobileSizes);
|
|
52
|
-
const mobileOrder = parseCsvNumbers(props.element.answers?.mobileOrder);
|
|
53
45
|
props.element.elements?.forEach((c, idx) => {
|
|
54
46
|
const hasElements = c.elements && c.elements.length > 0;
|
|
55
|
-
//
|
|
47
|
+
// mobileSize/mobileOrder are hydrated onto each column child by the API (ElementController.checkRow).
|
|
56
48
|
const colSize = c.answers?.size || 6;
|
|
57
49
|
const desktopPercent = (colSize / 12) * 100;
|
|
58
|
-
|
|
59
|
-
// preserving existing rows while honoring a configured mobile size.
|
|
60
|
-
const rawMobileSize = mobileSizes[idx];
|
|
50
|
+
const rawMobileSize = Number(c.answers?.mobileSize);
|
|
61
51
|
const mobileSize = (rawMobileSize && !isNaN(rawMobileSize)) ? rawMobileSize : colSize;
|
|
62
52
|
const mobilePercent = (mobileSize / 12) * 100;
|
|
63
|
-
const rawOrder = mobileOrder
|
|
64
|
-
const order =
|
|
65
|
-
const colClass = `rowColumn rowColumn-${idx}`;
|
|
53
|
+
const rawOrder = Number(c.answers?.mobileOrder);
|
|
54
|
+
const order = !isNaN(rawOrder) ? rawOrder : null;
|
|
66
55
|
cssRules.push(`#${elId} .rowColumn-${idx}{width:calc(${desktopPercent}% - 12px);}`);
|
|
67
56
|
const mobileDecls = [`width:calc(${mobilePercent}% - 12px)`];
|
|
68
57
|
if (order !== null)
|
|
@@ -73,7 +62,7 @@ export function RowElement(props) {
|
|
|
73
62
|
...(props.onEdit && !hasElements ? emptyStyle : {}),
|
|
74
63
|
...(props.onEdit ? { overflow: "visible" } : {})
|
|
75
64
|
};
|
|
76
|
-
const className = `${getClassName()}
|
|
65
|
+
const className = `${getClassName()} rowColumn rowColumn-${idx}`.trim();
|
|
77
66
|
result.push(_jsx("div", { className: className, style: colStyle, children: _jsx("div", { style: { minHeight: "inherit" }, children: c.elements && getElements(c, c.elements) }) }, c.id));
|
|
78
67
|
});
|
|
79
68
|
return { columns: result, css: cssRules.join("\n") };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RowElement.js","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/RowElement.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AACrC,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAMrC,MAAM,UAAU,UAAU,CAAC,KAAY;IAErC,MAAM,UAAU,GAAG,CAAC,IAAS,EAAE,IAAY,EAAE,MAAwB,EAAE,EAAE;QACvE,IAAI,IAAI,CAAC,IAAI,EAAE,CAAC;YACd,MAAM,OAAO,GAAqB,IAAI,CAAC,IAAI,CAAC;YAC5C,OAAO,CAAC,IAAI,GAAG,IAAI,CAAC;YACpB,OAAO,CAAC,QAAQ,GAAG,MAAM,CAAC,EAAE,CAAC;YAC7B,SAAS,CAAC,IAAI,CAAC,WAAW,EAAE,CAAC,OAAO,CAAC,EAAE,YAAY,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,GAAG,IAAI,KAAK,CAAC,MAAM;gBAAE,KAAK,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;QACzG,CAAC;aAAM,CAAC;YACN,MAAM,OAAO,GAAqB,EAAE,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,SAAS,EAAE,WAAW,EAAE,IAAI,CAAC,WAAW,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,CAAC,EAAE,EAAE,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,OAAO,EAAE,CAAC;YACnK,IAAI,KAAK,CAAC,MAAM;gBAAE,KAAK,CAAC,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;QAChD,CAAC;IACH,CAAC,CAAC;IAEF,MAAM,aAAa,GAAG,CAAC,MAAwB,EAAE,CAAS,EAAE,EAAE;QAC5D,MAAM,IAAI,GAAG,CAAC,CAAC;QACf,OAAO,CAAC,KAAC,aAAa,IAAyB,MAAM,EAAE,CAAC,SAAS,EAAE,cAAc,CAAC,EAAE,IAAI,EAAC,yBAAyB,EAAC,MAAM,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,UAAU,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,CAAC,EAAE,OAAO,EAAE,MAAM,IAAxJ,KAAK,GAAG,MAAM,CAAC,EAAE,CAA2I,CAAC,CAAC;IAC5L,CAAC,CAAC;IAEF,MAAM,WAAW,GAAG,CAAC,MAAwB,EAAE,QAA4B,EAAE,EAAE;QAC7E,MAAM,MAAM,GAAyB,EAAE,CAAC;QACxC,IAAI,KAAK,CAAC,MAAM;YAAE,MAAM,CAAC,IAAI,CAAC,aAAa,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,CAAC;QACxD,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC,EAAE;YACpB,MAAM,CAAC,IAAI,CAAC,KAAC,OAAO,IAAY,OAAO,EAAE,CAAC,EAAE,MAAM,EAAE,KAAK,CAAC,MAAM,EAAE,cAAc,EAAE,KAAK,CAAC,cAAc,EAAE,SAAS,EAAE,KAAK,CAAC,SAAS,EAAE,QAAQ,EAAE,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,KAAK,CAAC,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,IAA1K,CAAC,CAAC,EAAE,CAA0K,CAAC,CAAC;QAC5M,CAAC,CAAC,CAAC;QACH,OAAO,MAAM,CAAC;IAChB,CAAC,CAAC;IAEF,MAAM,YAAY,GAAG,GAAG,EAAE;QACxB,IAAI,KAAK,CAAC,MAAM;YAAE,OAAO,eAAe,CAAC;;YACpC,OAAO,EAAE,CAAC;IACjB,CAAC,CAAC;IAEF,MAAM,
|
|
1
|
+
{"version":3,"file":"RowElement.js","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/RowElement.tsx"],"names":[],"mappings":"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"}
|
|
@@ -2,6 +2,6 @@ interface Props {
|
|
|
2
2
|
churchId: string;
|
|
3
3
|
appearance: any;
|
|
4
4
|
}
|
|
5
|
-
export declare const SermonElement: ({ churchId, appearance }: Props) => import("react
|
|
5
|
+
export declare const SermonElement: ({ churchId, appearance }: Props) => import("react").JSX.Element;
|
|
6
6
|
export {};
|
|
7
7
|
//# sourceMappingURL=SermonElement.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SermonElement.d.ts","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/SermonElement.tsx"],"names":[],"mappings":"AAYA,UAAU,KAAK;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,GAAG,CAAC;CACjB;AAED,eAAO,MAAM,aAAa,GAAI,0BAA0B,KAAK,
|
|
1
|
+
{"version":3,"file":"SermonElement.d.ts","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/SermonElement.tsx"],"names":[],"mappings":"AAYA,UAAU,KAAK;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,GAAG,CAAC;CACjB;AAED,eAAO,MAAM,aAAa,GAAI,0BAA0B,KAAK,gCA4J5D,CAAC"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { ElementInterface } from "../../helpers";
|
|
2
3
|
interface Props {
|
|
3
4
|
element: ElementInterface;
|
|
4
5
|
}
|
|
5
|
-
export declare const TableElement: ({ element }: Props) =>
|
|
6
|
+
export declare const TableElement: ({ element }: Props) => React.JSX.Element;
|
|
6
7
|
export {};
|
|
7
8
|
//# sourceMappingURL=TableElement.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableElement.d.ts","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/TableElement.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TableElement.d.ts","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/TableElement.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAGjD,UAAU,KAAK;IACb,OAAO,EAAE,gBAAgB,CAAC;CAC3B;AAED,eAAO,MAAM,YAAY,GAAI,aAAa,KAAK,sBAiC9C,CAAC"}
|
|
@@ -3,6 +3,6 @@ interface Props {
|
|
|
3
3
|
element: ElementInterface;
|
|
4
4
|
onEdit?: (section: SectionInterface | null, element: ElementInterface) => void;
|
|
5
5
|
}
|
|
6
|
-
export declare const WhiteSpaceElement: ({ element, onEdit }: Props) => import("react
|
|
6
|
+
export declare const WhiteSpaceElement: ({ element, onEdit }: Props) => import("react").JSX.Element;
|
|
7
7
|
export {};
|
|
8
8
|
//# sourceMappingURL=WhiteSpaceElement.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WhiteSpaceElement.d.ts","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/WhiteSpaceElement.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEnE,UAAU,KAAK;IACb,OAAO,EAAE,gBAAgB,CAAC;IAC1B,MAAM,CAAC,EAAE,CAAC,OAAO,EAAE,gBAAgB,GAAG,IAAI,EAAE,OAAO,EAAE,gBAAgB,KAAK,IAAI,CAAC;CAChF;AAED,eAAO,MAAM,iBAAiB,GAAI,qBAAqB,KAAK,
|
|
1
|
+
{"version":3,"file":"WhiteSpaceElement.d.ts","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/WhiteSpaceElement.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEnE,UAAU,KAAK;IACb,OAAO,EAAE,gBAAgB,CAAC;IAC1B,MAAM,CAAC,EAAE,CAAC,OAAO,EAAE,gBAAgB,GAAG,IAAI,EAAE,OAAO,EAAE,gBAAgB,KAAK,IAAI,CAAC;CAChF;AAED,eAAO,MAAM,iBAAiB,GAAI,qBAAqB,KAAK,gCAW3D,CAAC"}
|
|
@@ -6,6 +6,6 @@ interface Props {
|
|
|
6
6
|
onDone?: () => void;
|
|
7
7
|
onEdit?: () => void;
|
|
8
8
|
}
|
|
9
|
-
export declare function DisplayEventModal(props: Props): import("react
|
|
9
|
+
export declare function DisplayEventModal(props: Props): import("react").JSX.Element;
|
|
10
10
|
export {};
|
|
11
11
|
//# sourceMappingURL=DisplayEventModal.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DisplayEventModal.d.ts","sourceRoot":"","sources":["../../../../src/website/components/eventCalendar/DisplayEventModal.tsx"],"names":[],"mappings":"AACA,OAAO,mDAAmD,CAAC;AAG3D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAG1D,UAAU,KAAK;IACb,KAAK,EAAE,cAAc,CAAC;IACtB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,KAAK
|
|
1
|
+
{"version":3,"file":"DisplayEventModal.d.ts","sourceRoot":"","sources":["../../../../src/website/components/eventCalendar/DisplayEventModal.tsx"],"names":[],"mappings":"AACA,OAAO,mDAAmD,CAAC;AAG3D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAG1D,UAAU,KAAK;IACb,KAAK,EAAE,cAAc,CAAC;IACtB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,KAAK,+BAoD7C"}
|
|
@@ -4,6 +4,6 @@ interface Props {
|
|
|
4
4
|
event: EventInterface;
|
|
5
5
|
onDone?: () => void;
|
|
6
6
|
}
|
|
7
|
-
export declare function EditEventModal(props: Props): import("react
|
|
7
|
+
export declare function EditEventModal(props: Props): import("react").JSX.Element;
|
|
8
8
|
export {};
|
|
9
9
|
//# sourceMappingURL=EditEventModal.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EditEventModal.d.ts","sourceRoot":"","sources":["../../../../src/website/components/eventCalendar/EditEventModal.tsx"],"names":[],"mappings":"AACA,OAAO,mDAAmD,CAAC;AAG3D,OAAO,KAAK,EAA2B,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAMnF,UAAU,KAAK;IACb,KAAK,EAAE,cAAc,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,wBAAgB,cAAc,CAAC,KAAK,EAAE,KAAK
|
|
1
|
+
{"version":3,"file":"EditEventModal.d.ts","sourceRoot":"","sources":["../../../../src/website/components/eventCalendar/EditEventModal.tsx"],"names":[],"mappings":"AACA,OAAO,mDAAmD,CAAC;AAG3D,OAAO,KAAK,EAA2B,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAMnF,UAAU,KAAK;IACb,KAAK,EAAE,cAAc,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,wBAAgB,cAAc,CAAC,KAAK,EAAE,KAAK,+BA0L1C"}
|
|
@@ -3,6 +3,6 @@ interface Props {
|
|
|
3
3
|
action: string;
|
|
4
4
|
onDone?: (editType: string) => void;
|
|
5
5
|
}
|
|
6
|
-
export declare function EditRecurringModal(props: Props): import("react
|
|
6
|
+
export declare function EditRecurringModal(props: Props): import("react").JSX.Element;
|
|
7
7
|
export {};
|
|
8
8
|
//# sourceMappingURL=EditRecurringModal.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EditRecurringModal.d.ts","sourceRoot":"","sources":["../../../../src/website/components/eventCalendar/EditRecurringModal.tsx"],"names":[],"mappings":"AAEA,OAAO,mDAAmD,CAAC;AAI3D,UAAU,KAAK;IACb,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,CAAC,QAAQ,EAAC,MAAM,KAAK,IAAI,CAAC;CACpC;AAED,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,KAAK
|
|
1
|
+
{"version":3,"file":"EditRecurringModal.d.ts","sourceRoot":"","sources":["../../../../src/website/components/eventCalendar/EditRecurringModal.tsx"],"names":[],"mappings":"AAEA,OAAO,mDAAmD,CAAC;AAI3D,UAAU,KAAK;IACb,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,CAAC,QAAQ,EAAC,MAAM,KAAK,IAAI,CAAC;CACpC;AAED,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,KAAK,+BAmB9C"}
|
|
@@ -6,6 +6,6 @@ interface Props {
|
|
|
6
6
|
churchId?: string;
|
|
7
7
|
onRequestRefresh?: () => void;
|
|
8
8
|
}
|
|
9
|
-
export declare function EventCalendar(props: Props): import("react
|
|
9
|
+
export declare function EventCalendar(props: Props): import("react").JSX.Element;
|
|
10
10
|
export {};
|
|
11
11
|
//# sourceMappingURL=EventCalendar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EventCalendar.d.ts","sourceRoot":"","sources":["../../../../src/website/components/eventCalendar/EventCalendar.tsx"],"names":[],"mappings":"AAIA,OAAO,mDAAmD,CAAC;AAG3D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAK1D,UAAU,KAAK;IACb,MAAM,EAAE,cAAc,EAAE,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;CAC/B;AAED,wBAAgB,aAAa,CAAC,KAAK,EAAE,KAAK
|
|
1
|
+
{"version":3,"file":"EventCalendar.d.ts","sourceRoot":"","sources":["../../../../src/website/components/eventCalendar/EventCalendar.tsx"],"names":[],"mappings":"AAIA,OAAO,mDAAmD,CAAC;AAG3D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAK1D,UAAU,KAAK;IACb,MAAM,EAAE,cAAc,EAAE,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;CAC/B;AAED,wBAAgB,aAAa,CAAC,KAAK,EAAE,KAAK,+BA6FzC"}
|
|
@@ -4,6 +4,6 @@ interface Props {
|
|
|
4
4
|
groupId: string;
|
|
5
5
|
canEdit: boolean;
|
|
6
6
|
}
|
|
7
|
-
export declare function GroupCalendar(props: Props): import("react
|
|
7
|
+
export declare function GroupCalendar(props: Props): import("react").JSX.Element;
|
|
8
8
|
export {};
|
|
9
9
|
//# sourceMappingURL=GroupCalendar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GroupCalendar.d.ts","sourceRoot":"","sources":["../../../../src/website/components/eventCalendar/GroupCalendar.tsx"],"names":[],"mappings":"AAEA,OAAO,mDAAmD,CAAC;AAM3D,UAAU,KAAK;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,wBAAgB,aAAa,CAAC,KAAK,EAAE,KAAK
|
|
1
|
+
{"version":3,"file":"GroupCalendar.d.ts","sourceRoot":"","sources":["../../../../src/website/components/eventCalendar/GroupCalendar.tsx"],"names":[],"mappings":"AAEA,OAAO,mDAAmD,CAAC;AAM3D,UAAU,KAAK;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,wBAAgB,aAAa,CAAC,KAAK,EAAE,KAAK,+BAkBzC"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import "react-big-calendar/lib/css/react-big-calendar.css";
|
|
2
|
+
import React from "react";
|
|
2
3
|
interface Props {
|
|
3
4
|
start: Date;
|
|
4
5
|
rRule: string;
|
|
5
6
|
onChange: (rRuleString: string) => void;
|
|
6
7
|
}
|
|
7
|
-
export declare function RRuleEditor(props: Props):
|
|
8
|
+
export declare function RRuleEditor(props: Props): React.JSX.Element;
|
|
8
9
|
export {};
|
|
9
10
|
//# sourceMappingURL=RRuleEditor.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RRuleEditor.d.ts","sourceRoot":"","sources":["../../../../src/website/components/eventCalendar/RRuleEditor.tsx"],"names":[],"mappings":"AAEA,OAAO,mDAAmD,CAAC;
|
|
1
|
+
{"version":3,"file":"RRuleEditor.d.ts","sourceRoot":"","sources":["../../../../src/website/components/eventCalendar/RRuleEditor.tsx"],"names":[],"mappings":"AAEA,OAAO,mDAAmD,CAAC;AAC3D,OAAO,KAA2C,MAAM,OAAO,CAAC;AAKhE,UAAU,KAAK;IACb,KAAK,EAAE,IAAI,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,WAAW,EAAC,MAAM,KAAK,IAAI,CAAC;CACxC;AAED,wBAAgB,WAAW,CAAC,KAAK,EAAE,KAAK,qBAwLvC"}
|
|
@@ -2,6 +2,6 @@ import type { GroupInterface } from "@churchapps/helpers";
|
|
|
2
2
|
interface Props {
|
|
3
3
|
group: GroupInterface;
|
|
4
4
|
}
|
|
5
|
-
export default function GroupCard(props: Props): import("react
|
|
5
|
+
export default function GroupCard(props: Props): import("react").JSX.Element;
|
|
6
6
|
export {};
|
|
7
7
|
//# sourceMappingURL=GroupCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GroupCard.d.ts","sourceRoot":"","sources":["../../../../src/website/components/groups/GroupCard.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAG1D,UAAU,KAAK;IACb,KAAK,EAAE,cAAc,CAAC;CACvB;AAED,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,KAAK,EAAE,KAAK
|
|
1
|
+
{"version":3,"file":"GroupCard.d.ts","sourceRoot":"","sources":["../../../../src/website/components/groups/GroupCard.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAG1D,UAAU,KAAK;IACb,KAAK,EAAE,cAAc,CAAC;CACvB;AAED,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,KAAK,EAAE,KAAK,+BAuF7C"}
|
|
@@ -2,6 +2,6 @@ interface Props {
|
|
|
2
2
|
churchId: string;
|
|
3
3
|
label: string;
|
|
4
4
|
}
|
|
5
|
-
export declare const GroupList: (props: Props) => import("react
|
|
5
|
+
export declare const GroupList: (props: Props) => import("react").JSX.Element;
|
|
6
6
|
export {};
|
|
7
7
|
//# sourceMappingURL=GroupList.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GroupList.d.ts","sourceRoot":"","sources":["../../../../src/website/components/groups/GroupList.tsx"],"names":[],"mappings":"AAUA,UAAU,KAAK;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,SAAS,GAAI,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"GroupList.d.ts","sourceRoot":"","sources":["../../../../src/website/components/groups/GroupList.tsx"],"names":[],"mappings":"AAUA,UAAU,KAAK;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,SAAS,GAAI,OAAO,KAAK,gCAwBrC,CAAC"}
|
|
@@ -11,6 +11,6 @@ interface Props {
|
|
|
11
11
|
/** Show the category dropdown (default true unless `category` is preset). */
|
|
12
12
|
showCategory?: boolean;
|
|
13
13
|
}
|
|
14
|
-
export declare const GroupsBrowser: (props: Props) => import("react
|
|
14
|
+
export declare const GroupsBrowser: (props: Props) => import("react").JSX.Element;
|
|
15
15
|
export {};
|
|
16
16
|
//# sourceMappingURL=GroupsBrowser.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GroupsBrowser.d.ts","sourceRoot":"","sources":["../../../../src/website/components/groups/GroupsBrowser.tsx"],"names":[],"mappings":"AASA,UAAU,KAAK;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,gJAAgJ;IAChJ,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,gHAAgH;IAChH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,2DAA2D;IAC3D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,sDAAsD;IACtD,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,6EAA6E;IAC7E,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,eAAO,MAAM,aAAa,GAAI,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"GroupsBrowser.d.ts","sourceRoot":"","sources":["../../../../src/website/components/groups/GroupsBrowser.tsx"],"names":[],"mappings":"AASA,UAAU,KAAK;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,gJAAgJ;IAChJ,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,gHAAgH;IAChH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,2DAA2D;IAC3D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,sDAAsD;IACtD,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,6EAA6E;IAC7E,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,eAAO,MAAM,aAAa,GAAI,OAAO,KAAK,gCAoGzC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,167 +1,169 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@churchapps/apphelper",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
"
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
"
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
"
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
"
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
"
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
"./
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"copy-
|
|
49
|
-
"copy-
|
|
50
|
-
"copy-
|
|
51
|
-
"copy-
|
|
52
|
-
"copy-
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
"
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
"
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
"@
|
|
76
|
-
"react": "^
|
|
77
|
-
"
|
|
78
|
-
"react
|
|
79
|
-
"react-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
"@emotion/
|
|
96
|
-
"@emotion/
|
|
97
|
-
"@
|
|
98
|
-
"@lexical/
|
|
99
|
-
"@lexical/
|
|
100
|
-
"@lexical/
|
|
101
|
-
"@lexical/
|
|
102
|
-
"@lexical/
|
|
103
|
-
"@lexical/
|
|
104
|
-
"@lexical/
|
|
105
|
-
"@lexical/
|
|
106
|
-
"@lexical/
|
|
107
|
-
"@
|
|
108
|
-
"@mui/
|
|
109
|
-
"@mui/
|
|
110
|
-
"@
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
"i18next
|
|
117
|
-
"i18next-
|
|
118
|
-
"i18next-
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"react-
|
|
127
|
-
"react-
|
|
128
|
-
"react-
|
|
129
|
-
"react-
|
|
130
|
-
"react-
|
|
131
|
-
"react-dnd
|
|
132
|
-
"react-
|
|
133
|
-
"react-
|
|
134
|
-
"react-
|
|
135
|
-
"react-
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
"@
|
|
142
|
-
"@
|
|
143
|
-
"@
|
|
144
|
-
"@
|
|
145
|
-
"@types/
|
|
146
|
-
"@types/react
|
|
147
|
-
"@types/react-
|
|
148
|
-
"@types/react-
|
|
149
|
-
"@types/
|
|
150
|
-
"@
|
|
151
|
-
"
|
|
152
|
-
"
|
|
153
|
-
"
|
|
154
|
-
"
|
|
155
|
-
"
|
|
156
|
-
"
|
|
157
|
-
"
|
|
158
|
-
"
|
|
159
|
-
"react
|
|
160
|
-
"react-
|
|
161
|
-
"
|
|
162
|
-
"
|
|
163
|
-
"
|
|
164
|
-
"
|
|
165
|
-
"
|
|
166
|
-
|
|
167
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@churchapps/apphelper",
|
|
3
|
+
"version": "0.9.0",
|
|
4
|
+
"description": "Library of helper functions, components, and feature modules (donations/forms/login/markdown/website) for React and NextJS ChurchApps",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "dist/index.js",
|
|
7
|
+
"types": "dist/index.d.ts",
|
|
8
|
+
"sideEffects": [
|
|
9
|
+
"**/*.css"
|
|
10
|
+
],
|
|
11
|
+
"exports": {
|
|
12
|
+
".": {
|
|
13
|
+
"types": "./dist/index.d.ts",
|
|
14
|
+
"import": "./dist/index.js"
|
|
15
|
+
},
|
|
16
|
+
"./donations": {
|
|
17
|
+
"types": "./dist/donations/index.d.ts",
|
|
18
|
+
"import": "./dist/donations/index.js"
|
|
19
|
+
},
|
|
20
|
+
"./forms": {
|
|
21
|
+
"types": "./dist/forms/index.d.ts",
|
|
22
|
+
"import": "./dist/forms/index.js"
|
|
23
|
+
},
|
|
24
|
+
"./login": {
|
|
25
|
+
"types": "./dist/login/index.d.ts",
|
|
26
|
+
"import": "./dist/login/index.js"
|
|
27
|
+
},
|
|
28
|
+
"./markdown": {
|
|
29
|
+
"types": "./dist/markdown/index.d.ts",
|
|
30
|
+
"import": "./dist/markdown/index.js"
|
|
31
|
+
},
|
|
32
|
+
"./website": {
|
|
33
|
+
"types": "./dist/website/index.d.ts",
|
|
34
|
+
"import": "./dist/website/index.js"
|
|
35
|
+
},
|
|
36
|
+
"./public/*": "./dist/public/*",
|
|
37
|
+
"./dist/*": "./dist/*"
|
|
38
|
+
},
|
|
39
|
+
"files": [
|
|
40
|
+
"dist"
|
|
41
|
+
],
|
|
42
|
+
"scripts": {
|
|
43
|
+
"test": "vitest run --config vitest.config.ts",
|
|
44
|
+
"clean": "rimraf dist",
|
|
45
|
+
"tsc": "tsc",
|
|
46
|
+
"copy-locales": "copyfiles -a \"public/**\" dist",
|
|
47
|
+
"copy-css": "copyfiles -a \"public/css/**\" dist",
|
|
48
|
+
"copy-markdown-css": "copyfiles -u 1 \"src/markdown/components/**/*.css\" dist",
|
|
49
|
+
"copy-markdown-images": "copyfiles -u 1 \"src/markdown/components/**/images/**/*\" dist",
|
|
50
|
+
"copy-htmleditor-images": "copyfiles -u 5 \"src/markdown/components/markdownEditor/images/**/*\" dist/markdown/components/htmlEditor/images",
|
|
51
|
+
"copy-website-styles": "copyfiles -u 1 \"src/website/styles/**/*.css\" dist",
|
|
52
|
+
"copy-assets": "npm-run-all copy-locales copy-css copy-markdown-css copy-markdown-images copy-htmleditor-images copy-website-styles",
|
|
53
|
+
"build": "npm-run-all clean tsc copy-assets",
|
|
54
|
+
"lint": "eslint --fix src/",
|
|
55
|
+
"dev": "vite"
|
|
56
|
+
},
|
|
57
|
+
"repository": {
|
|
58
|
+
"type": "git",
|
|
59
|
+
"url": "git+https://github.com/ChurchApps/Packages.git",
|
|
60
|
+
"directory": "apphelper"
|
|
61
|
+
},
|
|
62
|
+
"keywords": [
|
|
63
|
+
"ChurchApps"
|
|
64
|
+
],
|
|
65
|
+
"author": "ChurchApps.org",
|
|
66
|
+
"license": "MIT",
|
|
67
|
+
"bugs": {
|
|
68
|
+
"url": "https://github.com/ChurchApps/Packages/issues"
|
|
69
|
+
},
|
|
70
|
+
"homepage": "https://github.com/ChurchApps/Packages#readme",
|
|
71
|
+
"publishConfig": {
|
|
72
|
+
"access": "public"
|
|
73
|
+
},
|
|
74
|
+
"peerDependencies": {
|
|
75
|
+
"@churchapps/helpers": "^1.5.5",
|
|
76
|
+
"@stripe/react-stripe-js": "^3.10.0",
|
|
77
|
+
"@stripe/stripe-js": "^7.9.0",
|
|
78
|
+
"react": "^18.0.0 || ^19.0.0",
|
|
79
|
+
"react-dom": "^18.0.0 || ^19.0.0",
|
|
80
|
+
"react-google-recaptcha": "^3.1.0",
|
|
81
|
+
"react-router-dom": "^7.15.0"
|
|
82
|
+
},
|
|
83
|
+
"peerDependenciesMeta": {
|
|
84
|
+
"@stripe/react-stripe-js": {
|
|
85
|
+
"optional": true
|
|
86
|
+
},
|
|
87
|
+
"@stripe/stripe-js": {
|
|
88
|
+
"optional": true
|
|
89
|
+
},
|
|
90
|
+
"react-google-recaptcha": {
|
|
91
|
+
"optional": true
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
"dependencies": {
|
|
95
|
+
"@emotion/cache": "^11.14.0",
|
|
96
|
+
"@emotion/react": "^11.14.0",
|
|
97
|
+
"@emotion/styled": "^11.14.1",
|
|
98
|
+
"@lexical/code": "^0.33.1",
|
|
99
|
+
"@lexical/html": "^0.33.1",
|
|
100
|
+
"@lexical/link": "^0.33.1",
|
|
101
|
+
"@lexical/list": "^0.33.1",
|
|
102
|
+
"@lexical/markdown": "^0.33.1",
|
|
103
|
+
"@lexical/react": "^0.33.1",
|
|
104
|
+
"@lexical/rich-text": "^0.33.1",
|
|
105
|
+
"@lexical/selection": "^0.33.1",
|
|
106
|
+
"@lexical/table": "^0.33.1",
|
|
107
|
+
"@lexical/utils": "^0.33.1",
|
|
108
|
+
"@mui/icons-material": "^7.3.11",
|
|
109
|
+
"@mui/lab": "^7.0.0-beta.17",
|
|
110
|
+
"@mui/material": "^7.3.11",
|
|
111
|
+
"@react-google-maps/api": "^2.20.8",
|
|
112
|
+
"axios": "^1.16.0",
|
|
113
|
+
"cropperjs": "^1.6.2",
|
|
114
|
+
"date-fns": "^4.1.0",
|
|
115
|
+
"flexsearch": "0.8.212",
|
|
116
|
+
"i18next": "^26.0.10",
|
|
117
|
+
"i18next-browser-languagedetector": "^8.2.1",
|
|
118
|
+
"i18next-chained-backend": "^5.0.3",
|
|
119
|
+
"i18next-http-backend": "^4.0.0",
|
|
120
|
+
"jwt-decode": "^4.0.0",
|
|
121
|
+
"lexical": "^0.33.1",
|
|
122
|
+
"marked": "^18.0.3",
|
|
123
|
+
"material-symbols": "^0.33.0",
|
|
124
|
+
"moment": "^2.30.1",
|
|
125
|
+
"mui-tel-input": "^9.0.1",
|
|
126
|
+
"react-activity": "^2.1.3",
|
|
127
|
+
"react-big-calendar": "^1.19.4",
|
|
128
|
+
"react-cookie": "^8.1.2",
|
|
129
|
+
"react-cropper": "^2.3.3",
|
|
130
|
+
"react-csv": "^2.2.2",
|
|
131
|
+
"react-dnd": "^16.0.1",
|
|
132
|
+
"react-dnd-html5-backend": "^16.0.1",
|
|
133
|
+
"react-ga4": "^3.0.1",
|
|
134
|
+
"react-google-charts": "^5.2.1",
|
|
135
|
+
"react-i18next": "^17.0.7",
|
|
136
|
+
"react-to-print": "^3.3.0",
|
|
137
|
+
"rrule": "^2.8.1",
|
|
138
|
+
"slug": "^11.0.0"
|
|
139
|
+
},
|
|
140
|
+
"devDependencies": {
|
|
141
|
+
"@churchapps/helpers": "^1.6.0",
|
|
142
|
+
"@eslint/js": "^10.0.1",
|
|
143
|
+
"@stripe/react-stripe-js": "^3.10.0",
|
|
144
|
+
"@stripe/stripe-js": "^7.9.0",
|
|
145
|
+
"@types/node": "^25.6.2",
|
|
146
|
+
"@types/react": "^19.2.14",
|
|
147
|
+
"@types/react-big-calendar": "^1.16.3",
|
|
148
|
+
"@types/react-csv": "^1.1.10",
|
|
149
|
+
"@types/react-dom": "^19.2.3",
|
|
150
|
+
"@types/react-google-recaptcha": "^2.1.9",
|
|
151
|
+
"@types/slug": "^5.0.9",
|
|
152
|
+
"@vitejs/plugin-react": "^6.0.1",
|
|
153
|
+
"copyfiles": "^2.4.1",
|
|
154
|
+
"eslint": "^10.3.0",
|
|
155
|
+
"eslint-plugin-unused-imports": "^4.4.1",
|
|
156
|
+
"globals": "^17.6.0",
|
|
157
|
+
"jsdom": "^29.1.1",
|
|
158
|
+
"npm-run-all2": "^8.0.4",
|
|
159
|
+
"react": "^19.2.6",
|
|
160
|
+
"react-dom": "^19.2.6",
|
|
161
|
+
"react-google-recaptcha": "^3.1.0",
|
|
162
|
+
"react-router-dom": "^7.15.0",
|
|
163
|
+
"rimraf": "^6.1.3",
|
|
164
|
+
"typescript": "^6.0.3",
|
|
165
|
+
"typescript-eslint": "^8.59.2",
|
|
166
|
+
"vite": "^8.0.11",
|
|
167
|
+
"vitest": "^4.1.5"
|
|
168
|
+
}
|
|
169
|
+
}
|