@churchapps/apphelper 0.8.2 → 0.10.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/Element.d.ts.map +1 -1
- package/dist/website/components/Element.js +45 -89
- package/dist/website/components/Element.js.map +1 -1
- package/dist/website/components/ElementRegistry.d.ts +17 -0
- package/dist/website/components/ElementRegistry.d.ts.map +1 -0
- package/dist/website/components/ElementRegistry.js +9 -0
- package/dist/website/components/ElementRegistry.js.map +1 -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/CardElement.js +1 -1
- package/dist/website/components/elementTypes/CardElement.js.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/ImageElement.js +1 -1
- package/dist/website/components/elementTypes/ImageElement.js.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/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/TextWithPhoto.js +4 -4
- package/dist/website/components/elementTypes/TextWithPhoto.js.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/dist/website/components/index.d.ts +1 -0
- package/dist/website/components/index.d.ts.map +1 -1
- package/dist/website/components/index.js +1 -0
- package/dist/website/components/index.js.map +1 -1
- package/package.json +169 -167
|
@@ -2,6 +2,6 @@ import { ElementInterface } from "../../helpers";
|
|
|
2
2
|
interface Props {
|
|
3
3
|
element: ElementInterface;
|
|
4
4
|
}
|
|
5
|
-
export declare function ButtonLink({ element }: Props): import("react
|
|
5
|
+
export declare function ButtonLink({ element }: Props): import("react").JSX.Element;
|
|
6
6
|
export {};
|
|
7
7
|
//# sourceMappingURL=ButtonLink.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ButtonLink.d.ts","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/ButtonLink.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEjD,UAAU,KAAK;IACb,OAAO,EAAE,gBAAgB,CAAC;CAC3B;AAED,wBAAgB,UAAU,CAAC,EAAE,OAAO,EAAE,EAAE,KAAK
|
|
1
|
+
{"version":3,"file":"ButtonLink.d.ts","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/ButtonLink.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEjD,UAAU,KAAK;IACb,OAAO,EAAE,gBAAgB,CAAC;CAC3B;AAED,wBAAgB,UAAU,CAAC,EAAE,OAAO,EAAE,EAAE,KAAK,+BAe5C"}
|
|
@@ -9,6 +9,6 @@ interface Props {
|
|
|
9
9
|
*/
|
|
10
10
|
canEdit?: boolean;
|
|
11
11
|
}
|
|
12
|
-
export declare const CalendarElement: ({ element, churchId, canEdit }: Props) => import("react
|
|
12
|
+
export declare const CalendarElement: ({ element, churchId, canEdit }: Props) => import("react").JSX.Element;
|
|
13
13
|
export {};
|
|
14
14
|
//# sourceMappingURL=CalendarElement.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CalendarElement.d.ts","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/CalendarElement.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAIjD,UAAU,KAAK;IACb,OAAO,EAAE,gBAAgB,CAAC;IAC1B,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,eAAe,GAAI,gCAAwC,KAAK,
|
|
1
|
+
{"version":3,"file":"CalendarElement.d.ts","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/CalendarElement.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAIjD,UAAU,KAAK;IACb,OAAO,EAAE,gBAAgB,CAAC;IAC1B,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,eAAe,GAAI,gCAAwC,KAAK,gCA+B5E,CAAC"}
|
|
@@ -10,7 +10,7 @@ export const CardElement = (props) => {
|
|
|
10
10
|
: _jsx("div", { style: { textAlign: textAlign }, dangerouslySetInnerHTML: { __html: textContent } });
|
|
11
11
|
let photoContent = _jsx(_Fragment, {});
|
|
12
12
|
if (props.element.answers?.photo) {
|
|
13
|
-
const photo = _jsx("img", { src: props.element.answers?.photo || "about:blank", alt: props.element.answers?.photoAlt || "", style: { borderRadius: 3 } });
|
|
13
|
+
const photo = _jsx("img", { src: props.element.answers?.photo || "about:blank", alt: props.element.answers?.photoAlt || "", style: { borderRadius: 3 }, loading: "lazy", decoding: "async" });
|
|
14
14
|
if (props.element.answers?.url)
|
|
15
15
|
photoContent = (_jsx("a", { href: props.element.answers?.url, children: photo }));
|
|
16
16
|
else
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CardElement.js","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/CardElement.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,IAAI,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAKlD,MAAM,CAAC,MAAM,WAAW,GAAoB,CAAC,KAAK,EAAE,EAAE;IACpD,MAAM,WAAW,GAAG,KAAK,CAAC,OAAO,CAAC,OAAO,EAAE,IAAI,IAAI,EAAE,CAAC;IACtD,MAAM,SAAS,GAAG,KAAK,CAAC,OAAO,CAAC,OAAO,EAAE,aAAa,CAAC;IAEvD,oFAAoF;IACpF,MAAM,aAAa,GAAG,KAAK,CAAC,MAAM;QAChC,CAAC,CAAC,KAAC,WAAW,IAAC,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE,KAAK,CAAC,OAAO,EAAE,kBAAkB,QAAC,MAAM,EAAE,KAAK,CAAC,MAAM,GAAI;QAC5H,CAAC,CAAC,cACE,KAAK,EAAE,EAAE,SAAS,EAAE,SAAgB,EAAE,EACtC,uBAAuB,EAAE,EAAE,MAAM,EAAE,WAAW,EAAE,GAChD,CAAC;IAEP,IAAI,YAAY,GAAG,mBAAK,CAAC;IACzB,IAAI,KAAK,CAAC,OAAO,CAAC,OAAO,EAAE,KAAK,EAAE,CAAC;QACjC,MAAM,KAAK,GAAG,cAAK,GAAG,EAAE,KAAK,CAAC,OAAO,CAAC,OAAO,EAAE,KAAK,IAAI,aAAa,EAAE,GAAG,EAAE,KAAK,CAAC,OAAO,CAAC,OAAO,EAAE,QAAQ,IAAI,EAAE,EAAE,KAAK,EAAE,EAAE,YAAY,EAAE,CAAC,EAAE,
|
|
1
|
+
{"version":3,"file":"CardElement.js","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/CardElement.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,IAAI,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAKlD,MAAM,CAAC,MAAM,WAAW,GAAoB,CAAC,KAAK,EAAE,EAAE;IACpD,MAAM,WAAW,GAAG,KAAK,CAAC,OAAO,CAAC,OAAO,EAAE,IAAI,IAAI,EAAE,CAAC;IACtD,MAAM,SAAS,GAAG,KAAK,CAAC,OAAO,CAAC,OAAO,EAAE,aAAa,CAAC;IAEvD,oFAAoF;IACpF,MAAM,aAAa,GAAG,KAAK,CAAC,MAAM;QAChC,CAAC,CAAC,KAAC,WAAW,IAAC,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE,KAAK,CAAC,OAAO,EAAE,kBAAkB,QAAC,MAAM,EAAE,KAAK,CAAC,MAAM,GAAI;QAC5H,CAAC,CAAC,cACE,KAAK,EAAE,EAAE,SAAS,EAAE,SAAgB,EAAE,EACtC,uBAAuB,EAAE,EAAE,MAAM,EAAE,WAAW,EAAE,GAChD,CAAC;IAEP,IAAI,YAAY,GAAG,mBAAK,CAAC;IACzB,IAAI,KAAK,CAAC,OAAO,CAAC,OAAO,EAAE,KAAK,EAAE,CAAC;QACjC,MAAM,KAAK,GAAG,cAAK,GAAG,EAAE,KAAK,CAAC,OAAO,CAAC,OAAO,EAAE,KAAK,IAAI,aAAa,EAAE,GAAG,EAAE,KAAK,CAAC,OAAO,CAAC,OAAO,EAAE,QAAQ,IAAI,EAAE,EAAE,KAAK,EAAE,EAAE,YAAY,EAAE,CAAC,EAAE,EAAE,OAAO,EAAC,MAAM,EAAC,QAAQ,EAAC,OAAO,GAAG,CAAC;QAClL,IAAI,KAAK,CAAC,OAAO,CAAC,OAAO,EAAE,GAAG;YAAE,YAAY,GAAG,CAAC,YAAG,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC,OAAO,EAAE,GAAG,YAAG,KAAK,GAAK,CAAC,CAAC;;YAC7F,YAAY,GAAG,CAAC,KAAK,CAAC,CAAC;IAC9B,CAAC;IAED,MAAM,MAAM,GAAyB,EAAE,CAAC;IACxC,IAAI,KAAK,CAAC,OAAO,CAAC,OAAO,EAAE,KAAK,EAAE,CAAC;QACjC,MAAM,KAAK,GAAG,aAAI,KAAK,EAAE,EAAE,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,OAAO,EAAE,cAAc,IAAI,QAAQ,EAAE,YAAG,KAAK,CAAC,OAAO,CAAC,OAAO,EAAE,KAAK,GAAM,CAAC;QAC/H,IAAI,KAAK,CAAC,OAAO,CAAC,OAAO,EAAE,GAAG;YAAE,MAAM,CAAC,IAAI,CAAC,YAAG,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC,OAAO,EAAE,GAAG,YAAoB,KAAK,IAAnB,YAAY,CAAY,CAAC,CAAC;;YAC1G,MAAM,CAAC,IAAI,CAAC,wBAAkB,KAAK,IAAd,OAAO,CAAc,CAAC,CAAC;IACnD,CAAC;IACD,IAAI,KAAK,CAAC,OAAO,CAAC,OAAO,EAAE,IAAI;QAAE,MAAM,CAAC,IAAI,CAAC,wBAAiB,aAAa,IAArB,MAAM,CAAsB,CAAC,CAAC;IAEpF,OAAO,MAAC,IAAI,IAAC,EAAE,EAAE,KAAK,GAAG,KAAK,CAAC,OAAO,CAAC,EAAE,aACtC,YAAY,EACb,KAAC,WAAW,cACT,MAAM,GACK,IACT,CAAC;AACV,CAAC,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { ElementInterface, SectionInterface } from "../../helpers";
|
|
2
3
|
interface Props {
|
|
3
4
|
element: ElementInterface;
|
|
@@ -6,6 +7,6 @@ interface Props {
|
|
|
6
7
|
onEdit?: (section: SectionInterface | null, element: ElementInterface) => void;
|
|
7
8
|
onMove?: () => void;
|
|
8
9
|
}
|
|
9
|
-
export declare const CarouselElement: ({ element, churchSettings, textColor, onEdit, onMove }: Props) =>
|
|
10
|
+
export declare const CarouselElement: ({ element, churchSettings, textColor, onEdit, onMove }: Props) => React.JSX.Element;
|
|
10
11
|
export {};
|
|
11
12
|
//# sourceMappingURL=CarouselElement.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CarouselElement.d.ts","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/CarouselElement.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CarouselElement.d.ts","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/CarouselElement.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAC3D,OAAO,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAKnE,UAAU,KAAK;IACb,OAAO,EAAE,gBAAgB,CAAC;IAC1B,cAAc,EAAE,GAAG,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,CAAC,OAAO,EAAE,gBAAgB,GAAG,IAAI,EAAE,OAAO,EAAE,gBAAgB,KAAK,IAAI,CAAC;IAC/E,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB;AAKD,eAAO,MAAM,eAAe,GAAI,wDAAwD,KAAK,sBA6K5F,CAAC"}
|
|
@@ -2,6 +2,6 @@ import { ElementInterface } from "../../helpers";
|
|
|
2
2
|
interface Props {
|
|
3
3
|
element: ElementInterface;
|
|
4
4
|
}
|
|
5
|
-
export declare function DonateLinkElement({ element }: Props): import("react
|
|
5
|
+
export declare function DonateLinkElement({ element }: Props): import("react").JSX.Element;
|
|
6
6
|
export {};
|
|
7
7
|
//# sourceMappingURL=DonateLinkElement.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DonateLinkElement.d.ts","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/DonateLinkElement.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEjD,UAAU,KAAK;IACb,OAAO,EAAE,gBAAgB,CAAC;CAC3B;AAED,wBAAgB,iBAAiB,CAAC,EAAE,OAAO,EAAE,EAAE,KAAK
|
|
1
|
+
{"version":3,"file":"DonateLinkElement.d.ts","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/DonateLinkElement.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEjD,UAAU,KAAK;IACb,OAAO,EAAE,gBAAgB,CAAC;CAC3B;AAED,wBAAgB,iBAAiB,CAAC,EAAE,OAAO,EAAE,EAAE,KAAK,+BA4CnD"}
|
|
@@ -3,6 +3,6 @@ interface Props {
|
|
|
3
3
|
element: ElementInterface;
|
|
4
4
|
textColor: string;
|
|
5
5
|
}
|
|
6
|
-
export declare const FaqElement: ({ element, textColor }: Props) => import("react
|
|
6
|
+
export declare const FaqElement: ({ element, textColor }: Props) => import("react").JSX.Element;
|
|
7
7
|
export {};
|
|
8
8
|
//# sourceMappingURL=FaqElement.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FaqElement.d.ts","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/FaqElement.tsx"],"names":[],"mappings":"AAQA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEjD,UAAU,KAAK;IACb,OAAO,EAAE,gBAAgB,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;CACnB;AAkCD,eAAO,MAAM,UAAU,GAAI,wBAAwB,KAAK,
|
|
1
|
+
{"version":3,"file":"FaqElement.d.ts","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/FaqElement.tsx"],"names":[],"mappings":"AAQA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEjD,UAAU,KAAK;IACb,OAAO,EAAE,gBAAgB,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;CACnB;AAkCD,eAAO,MAAM,UAAU,GAAI,wBAAwB,KAAK,gCAgBvD,CAAC"}
|
|
@@ -15,6 +15,6 @@ export interface FormInterface {
|
|
|
15
15
|
action?: string;
|
|
16
16
|
thankYouMessage?: string;
|
|
17
17
|
}
|
|
18
|
-
export declare const FormElement: (props: Props) => import("react
|
|
18
|
+
export declare const FormElement: (props: Props) => import("react").JSX.Element;
|
|
19
19
|
export {};
|
|
20
20
|
//# sourceMappingURL=FormElement.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormElement.d.ts","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/FormElement.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAqB,MAAM,eAAe,CAAC;AAIpE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAE3D,UAAU,KAAK;IACb,OAAO,EAAE,gBAAgB,CAAC;IAC1B,MAAM,EAAE,eAAe,CAAC;CACzB;AAED,MAAM,WAAW,aAAa;IAAG,EAAE,CAAC,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAAC,UAAU,CAAC,EAAE,OAAO,CAAC;IAAC,eAAe,CAAC,EAAE,IAAI,CAAC;IAAC,aAAa,CAAC,EAAE,IAAI,CAAC;IAAC,QAAQ,EAAE,OAAO,CAAC;IAAC,MAAM,CAAC,EAAE,MAAM,CAAC;IAAC,eAAe,CAAC,EAAE,MAAM,CAAA;CAAE;AAErN,eAAO,MAAM,WAAW,GAAI,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"FormElement.d.ts","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/FormElement.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAqB,MAAM,eAAe,CAAC;AAIpE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAE3D,UAAU,KAAK;IACb,OAAO,EAAE,gBAAgB,CAAC;IAC1B,MAAM,EAAE,eAAe,CAAC;CACzB;AAED,MAAM,WAAW,aAAa;IAAG,EAAE,CAAC,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAAC,UAAU,CAAC,EAAE,OAAO,CAAC;IAAC,eAAe,CAAC,EAAE,IAAI,CAAC;IAAC,aAAa,CAAC,EAAE,IAAI,CAAC;IAAC,QAAQ,EAAE,OAAO,CAAC;IAAC,MAAM,CAAC,EAAE,MAAM,CAAC;IAAC,eAAe,CAAC,EAAE,MAAM,CAAA;CAAE;AAErN,eAAO,MAAM,WAAW,GAAI,OAAO,KAAK,gCAgEvC,CAAC"}
|
|
@@ -3,6 +3,6 @@ interface Props {
|
|
|
3
3
|
churchId: string;
|
|
4
4
|
element: ElementInterface;
|
|
5
5
|
}
|
|
6
|
-
export declare const GroupListElement: (props: Props) => import("react
|
|
6
|
+
export declare const GroupListElement: (props: Props) => import("react").JSX.Element;
|
|
7
7
|
export {};
|
|
8
8
|
//# sourceMappingURL=GroupListElement.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GroupListElement.d.ts","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/GroupListElement.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAGjD,UAAU,KAAK;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,gBAAgB,CAAC;CAC3B;AAED,eAAO,MAAM,gBAAgB,GAAI,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"GroupListElement.d.ts","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/GroupListElement.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAGjD,UAAU,KAAK;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,gBAAgB,CAAC;CAC3B;AAED,eAAO,MAAM,gBAAgB,GAAI,OAAO,KAAK,gCAE5C,CAAC"}
|
|
@@ -3,6 +3,6 @@ interface Props {
|
|
|
3
3
|
churchId: string;
|
|
4
4
|
element: ElementInterface;
|
|
5
5
|
}
|
|
6
|
-
export declare const GroupsElement: (props: Props) => import("react
|
|
6
|
+
export declare const GroupsElement: (props: Props) => import("react").JSX.Element;
|
|
7
7
|
export {};
|
|
8
8
|
//# sourceMappingURL=GroupsElement.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GroupsElement.d.ts","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/GroupsElement.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAGjD,UAAU,KAAK;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,gBAAgB,CAAC;CAC3B;AAED,eAAO,MAAM,aAAa,GAAI,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"GroupsElement.d.ts","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/GroupsElement.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAGjD,UAAU,KAAK;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,gBAAgB,CAAC;CAC3B;AAED,eAAO,MAAM,aAAa,GAAI,OAAO,KAAK,gCAYzC,CAAC"}
|
|
@@ -2,6 +2,6 @@ import { ElementInterface } from "../../helpers";
|
|
|
2
2
|
interface Props {
|
|
3
3
|
element: ElementInterface;
|
|
4
4
|
}
|
|
5
|
-
export declare function IframeElement({ element }: Props): import("react
|
|
5
|
+
export declare function IframeElement({ element }: Props): import("react").JSX.Element;
|
|
6
6
|
export {};
|
|
7
7
|
//# sourceMappingURL=IframeElement.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IframeElement.d.ts","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/IframeElement.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAGjD,UAAU,KAAK;IACb,OAAO,EAAE,gBAAgB,CAAC;CAC3B;AAED,wBAAgB,aAAa,CAAC,EAAE,OAAO,EAAE,EAAE,KAAK
|
|
1
|
+
{"version":3,"file":"IframeElement.d.ts","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/IframeElement.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAGjD,UAAU,KAAK;IACb,OAAO,EAAE,gBAAgB,CAAC;CAC3B;AAED,wBAAgB,aAAa,CAAC,EAAE,OAAO,EAAE,EAAE,KAAK,+BAa/C"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { ElementInterface, SectionInterface } from "../../helpers";
|
|
2
3
|
interface Props {
|
|
3
4
|
element: ElementInterface;
|
|
4
5
|
onEdit?: (section: SectionInterface | null, element: ElementInterface) => void;
|
|
5
6
|
}
|
|
6
|
-
export declare const ImageElement: ({ element }: Props) =>
|
|
7
|
+
export declare const ImageElement: ({ element }: Props) => React.JSX.Element;
|
|
7
8
|
export {};
|
|
8
9
|
//# sourceMappingURL=ImageElement.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ImageElement.d.ts","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/ImageElement.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ImageElement.d.ts","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/ImageElement.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA0D,MAAM,OAAO,CAAC;AAE/E,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,YAAY,GAAI,aAAa,KAAK,sBAmG9C,CAAC"}
|
|
@@ -51,7 +51,7 @@ export const ImageElement = ({ element }) => {
|
|
|
51
51
|
}
|
|
52
52
|
let photoDisplayContent = _jsx(_Fragment, {});
|
|
53
53
|
if (imageUrl) {
|
|
54
|
-
const imgTag = (_jsx("img", { src: imageUrl, alt: element.answers?.photoAlt || "", className: imageClassName, id: "el-" + element.id, style: imgTagStyles, onClick: enableLightbox ? () => setLightboxOpen(true) : undefined }));
|
|
54
|
+
const imgTag = (_jsx("img", { src: imageUrl, alt: element.answers?.photoAlt || "", className: imageClassName, id: "el-" + element.id, style: imgTagStyles, loading: "lazy", decoding: "async", onClick: enableLightbox ? () => setLightboxOpen(true) : undefined }));
|
|
55
55
|
if (linkUrl) {
|
|
56
56
|
photoDisplayContent = (_jsx("a", { target: element.answers?.external === "true" ? "_blank" : "_self", rel: "noreferrer noopener", href: linkUrl, style: linkTagStyles, children: imgTag }));
|
|
57
57
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ImageElement.js","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/ImageElement.tsx"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"ImageElement.js","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/ImageElement.tsx"],"names":[],"mappings":"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"}
|
|
@@ -2,6 +2,6 @@ import { ElementInterface } from "../../helpers";
|
|
|
2
2
|
interface Props {
|
|
3
3
|
element: ElementInterface;
|
|
4
4
|
}
|
|
5
|
-
export declare const MapElement: ({ element }: Props) => import("react
|
|
5
|
+
export declare const MapElement: ({ element }: Props) => import("react").JSX.Element;
|
|
6
6
|
export {};
|
|
7
7
|
//# sourceMappingURL=MapElement.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MapElement.d.ts","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/MapElement.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAGjD,UAAU,KAAK;IACb,OAAO,EAAE,gBAAgB,CAAC;CAC3B;AAOD,eAAO,MAAM,UAAU,GAAI,aAAa,KAAK,
|
|
1
|
+
{"version":3,"file":"MapElement.d.ts","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/MapElement.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAGjD,UAAU,KAAK;IACb,OAAO,EAAE,gBAAgB,CAAC;CAC3B;AAOD,eAAO,MAAM,UAAU,GAAI,aAAa,KAAK,gCA+C5C,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 RawHTMLElement: ({ element, onEdit }: Props) => import("react
|
|
6
|
+
export declare const RawHTMLElement: ({ element, onEdit }: Props) => import("react").JSX.Element;
|
|
7
7
|
export {};
|
|
8
8
|
//# sourceMappingURL=RawHTMLElement.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RawHTMLElement.d.ts","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/RawHTMLElement.tsx"],"names":[],"mappings":"AAEA,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,CAAA;CAC/E;AAED,eAAO,MAAM,cAAc,GAAI,qBAAqB,KAAK,
|
|
1
|
+
{"version":3,"file":"RawHTMLElement.d.ts","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/RawHTMLElement.tsx"],"names":[],"mappings":"AAEA,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,CAAA;CAC/E;AAED,eAAO,MAAM,cAAc,GAAI,qBAAqB,KAAK,gCA8BxD,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { ElementInterface, SectionInterface } from "../../helpers";
|
|
2
3
|
import type { ChurchInterface } from "@churchapps/helpers";
|
|
3
4
|
interface Props {
|
|
@@ -8,6 +9,6 @@ interface Props {
|
|
|
8
9
|
onMove?: () => void;
|
|
9
10
|
church?: ChurchInterface;
|
|
10
11
|
}
|
|
11
|
-
export declare function RowElement(props: Props):
|
|
12
|
+
export declare function RowElement(props: Props): React.JSX.Element;
|
|
12
13
|
export {};
|
|
13
14
|
//# sourceMappingURL=RowElement.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RowElement.d.ts","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/RowElement.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RowElement.d.ts","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/RowElement.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAInE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAG3D,UAAU,KAAK;IAAG,OAAO,EAAE,gBAAgB,CAAC;IAAC,cAAc,EAAE,GAAG,CAAC;IAAC,SAAS,EAAE,MAAM,CAAC;IAAC,MAAM,CAAC,EAAE,CAAC,OAAO,EAAE,gBAAgB,GAAG,IAAI,EAAE,OAAO,EAAE,gBAAgB,KAAK,IAAI,CAAC;IAAC,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IAAC,MAAM,CAAC,EAAE,eAAe,CAAA;CAAE;AAEpN,wBAAgB,UAAU,CAAC,KAAK,EAAE,KAAK,qBAsFtC"}
|
|
@@ -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"}
|
|
@@ -11,16 +11,16 @@ export const TextWithPhoto = props => {
|
|
|
11
11
|
let result = textComponent;
|
|
12
12
|
switch (props.element.answers?.photoPosition || "left") {
|
|
13
13
|
case "left":
|
|
14
|
-
result = (_jsxs(Grid, { container: true, columnSpacing: 3, children: [_jsx(Grid, { size: { md: 4, xs: 12 }, children: _jsx("img", { src: props.element.answers?.photo || "about:blank", alt: props.element.answers?.photoAlt || "", style: { borderRadius: 10, marginTop: 40 } }) }), _jsx(Grid, { size: { md: 8, xs: 12 }, children: textComponent })] }));
|
|
14
|
+
result = (_jsxs(Grid, { container: true, columnSpacing: 3, children: [_jsx(Grid, { size: { md: 4, xs: 12 }, children: _jsx("img", { src: props.element.answers?.photo || "about:blank", alt: props.element.answers?.photoAlt || "", style: { borderRadius: 10, marginTop: 40 }, loading: "lazy", decoding: "async" }) }), _jsx(Grid, { size: { md: 8, xs: 12 }, children: textComponent })] }));
|
|
15
15
|
break;
|
|
16
16
|
case "right":
|
|
17
|
-
result = (_jsxs(Grid, { container: true, columnSpacing: 3, children: [_jsx(Grid, { size: { md: 8, xs: 12 }, children: textComponent }), _jsx(Grid, { size: { md: 4, xs: 12 }, children: _jsx("img", { src: props.element.answers?.photo || "about:blank", alt: props.element.answers?.photoAlt || "", style: { borderRadius: 10, marginTop: 40 } }) })] }));
|
|
17
|
+
result = (_jsxs(Grid, { container: true, columnSpacing: 3, children: [_jsx(Grid, { size: { md: 8, xs: 12 }, children: textComponent }), _jsx(Grid, { size: { md: 4, xs: 12 }, children: _jsx("img", { src: props.element.answers?.photo || "about:blank", alt: props.element.answers?.photoAlt || "", style: { borderRadius: 10, marginTop: 40 }, loading: "lazy", decoding: "async" }) })] }));
|
|
18
18
|
break;
|
|
19
19
|
case "bottom":
|
|
20
|
-
result = (_jsxs(_Fragment, { children: [textComponent, _jsx("img", { src: props.element.answers?.photo || "about:blank", alt: props.element.answers?.photoAlt || "", style: { borderRadius: 10, marginTop: 40 } })] }));
|
|
20
|
+
result = (_jsxs(_Fragment, { children: [textComponent, _jsx("img", { src: props.element.answers?.photo || "about:blank", alt: props.element.answers?.photoAlt || "", style: { borderRadius: 10, marginTop: 40 }, loading: "lazy", decoding: "async" })] }));
|
|
21
21
|
break;
|
|
22
22
|
case "top":
|
|
23
|
-
result = (_jsxs(_Fragment, { children: [_jsx("img", { src: props.element.answers?.photo || "about:blank", alt: props.element.answers?.photoAlt || "", style: { borderRadius: 10, marginTop: 40 } }), textComponent] }));
|
|
23
|
+
result = (_jsxs(_Fragment, { children: [_jsx("img", { src: props.element.answers?.photo || "about:blank", alt: props.element.answers?.photoAlt || "", style: { borderRadius: 10, marginTop: 40 }, loading: "lazy", decoding: "async" }), textComponent] }));
|
|
24
24
|
break;
|
|
25
25
|
}
|
|
26
26
|
return _jsx("div", { id: "el-" + props.element.id, className: "elTextWithPhoto", children: result });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextWithPhoto.js","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/TextWithPhoto.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AACrC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAI5C,MAAM,CAAC,MAAM,aAAa,GAAoB,KAAK,CAAC,EAAE;IACpD,MAAM,WAAW,GAAG,KAAK,CAAC,OAAO,CAAC,OAAO,EAAE,IAAI,IAAI,EAAE,CAAC;IACtD,MAAM,SAAS,GAAG,KAAK,CAAC,OAAO,CAAC,OAAO,EAAE,aAAa,CAAC;IAEvD,oFAAoF;IACpF,MAAM,aAAa,GAAG,KAAK,EAAE,MAAM;QACjC,CAAC,CAAC,KAAC,WAAW,IAAC,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE,KAAK,CAAC,OAAO,EAAE,kBAAkB,QAAC,MAAM,EAAE,KAAK,CAAC,MAAM,GAAI;QAC5H,CAAC,CAAC,cACE,KAAK,EAAE,EAAE,SAAS,EAAE,SAAgB,EAAE,EACtC,uBAAuB,EAAE,EAAE,MAAM,EAAE,WAAW,EAAE,GAChD,CAAC;IACP,IAAI,MAAM,GAAG,aAAa,CAAC;IAC3B,QAAQ,KAAK,CAAC,OAAO,CAAC,OAAO,EAAE,aAAa,IAAI,MAAM,EAAE,CAAC;QACvD,KAAK,MAAM;YACT,MAAM,GAAG,CACP,MAAC,IAAI,IAAC,SAAS,QAAC,aAAa,EAAE,CAAC,aAC9B,KAAC,IAAI,IAAC,IAAI,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,YAC3B,cAAK,GAAG,EAAE,KAAK,CAAC,OAAO,CAAC,OAAO,EAAE,KAAK,IAAI,aAAa,EAAE,GAAG,EAAE,KAAK,CAAC,OAAO,CAAC,OAAO,EAAE,QAAQ,IAAI,EAAE,EAAE,KAAK,EAAE,EAAE,YAAY,EAAE,EAAE,EAAE,SAAS,EAAE,EAAE,EAAE,
|
|
1
|
+
{"version":3,"file":"TextWithPhoto.js","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/TextWithPhoto.tsx"],"names":[],"mappings":"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"}
|
|
@@ -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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/website/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,qBAAqB,CAAC;AACpC,cAAc,WAAW,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/website/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,qBAAqB,CAAC;AACpC,cAAc,WAAW,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/website/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,qBAAqB,CAAC;AACpC,cAAc,WAAW,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/website/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,qBAAqB,CAAC;AACpC,cAAc,WAAW,CAAC"}
|