@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
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
interface Props {
|
|
2
3
|
editor: any;
|
|
3
4
|
}
|
|
4
|
-
export declare function HistoryControls({ editor }: Props):
|
|
5
|
+
export declare function HistoryControls({ editor }: Props): React.JSX.Element;
|
|
5
6
|
export {};
|
|
6
7
|
//# sourceMappingURL=HistoryControls.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HistoryControls.d.ts","sourceRoot":"","sources":["../../../../../../src/markdown/components/htmlEditor/plugins/toolbarParts/HistoryControls.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"HistoryControls.d.ts","sourceRoot":"","sources":["../../../../../../src/markdown/components/htmlEditor/plugins/toolbarParts/HistoryControls.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,UAAU,KAAK;IACb,MAAM,EAAE,GAAG,CAAC;CACb;AAED,wBAAgB,eAAe,CAAC,EAAE,MAAM,EAAE,EAAE,KAAK,qBAehD"}
|
package/dist/markdown/components/htmlEditor/plugins/toolbarParts/ListsAndElementsControls.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
interface Props {
|
|
2
3
|
editor: any;
|
|
3
4
|
blockType: string;
|
|
4
5
|
}
|
|
5
|
-
export declare function ListsAndElementsControls({ editor, blockType }: Props):
|
|
6
|
+
export declare function ListsAndElementsControls({ editor, blockType }: Props): React.JSX.Element;
|
|
6
7
|
export {};
|
|
7
8
|
//# sourceMappingURL=ListsAndElementsControls.d.ts.map
|
package/dist/markdown/components/htmlEditor/plugins/toolbarParts/ListsAndElementsControls.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListsAndElementsControls.d.ts","sourceRoot":"","sources":["../../../../../../src/markdown/components/htmlEditor/plugins/toolbarParts/ListsAndElementsControls.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ListsAndElementsControls.d.ts","sourceRoot":"","sources":["../../../../../../src/markdown/components/htmlEditor/plugins/toolbarParts/ListsAndElementsControls.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,UAAU,KAAK;IAAG,MAAM,EAAE,GAAG,CAAC;IAAC,SAAS,EAAE,MAAM,CAAC;CAAE;AAEnD,wBAAgB,wBAAwB,CAAC,EAAE,MAAM,EAAE,SAAS,EAAE,EAAE,KAAK,qBAmEpE"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
interface Props {
|
|
2
3
|
isSourceMode?: boolean;
|
|
3
4
|
setIsSourceMode?: (value: boolean) => void;
|
|
4
5
|
}
|
|
5
|
-
export declare function SourceToggleControl({ isSourceMode, setIsSourceMode }: Props):
|
|
6
|
+
export declare function SourceToggleControl({ isSourceMode, setIsSourceMode }: Props): React.JSX.Element;
|
|
6
7
|
export {};
|
|
7
8
|
//# sourceMappingURL=SourceToggleControl.d.ts.map
|
package/dist/markdown/components/htmlEditor/plugins/toolbarParts/SourceToggleControl.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SourceToggleControl.d.ts","sourceRoot":"","sources":["../../../../../../src/markdown/components/htmlEditor/plugins/toolbarParts/SourceToggleControl.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SourceToggleControl.d.ts","sourceRoot":"","sources":["../../../../../../src/markdown/components/htmlEditor/plugins/toolbarParts/SourceToggleControl.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,UAAU,KAAK;IACb,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;CAC5C;AAED,wBAAgB,mBAAmB,CAAC,EAAE,YAAoB,EAAE,eAAe,EAAE,EAAE,KAAK,qBASnF"}
|
package/dist/markdown/components/htmlEditor/plugins/toolbarParts/TextFormattingControls.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
interface Props {
|
|
2
3
|
editor: any;
|
|
3
4
|
isBold: boolean;
|
|
@@ -9,6 +10,6 @@ interface Props {
|
|
|
9
10
|
isCode: boolean;
|
|
10
11
|
onClearFormatting: () => void;
|
|
11
12
|
}
|
|
12
|
-
export declare function TextFormattingControls({ editor, isBold, isItalic, isUnderline, isStrikethrough, isSuperscript, isSubscript, isCode, onClearFormatting }: Props):
|
|
13
|
+
export declare function TextFormattingControls({ editor, isBold, isItalic, isUnderline, isStrikethrough, isSuperscript, isSubscript, isCode, onClearFormatting }: Props): React.JSX.Element;
|
|
13
14
|
export {};
|
|
14
15
|
//# sourceMappingURL=TextFormattingControls.d.ts.map
|
package/dist/markdown/components/htmlEditor/plugins/toolbarParts/TextFormattingControls.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextFormattingControls.d.ts","sourceRoot":"","sources":["../../../../../../src/markdown/components/htmlEditor/plugins/toolbarParts/TextFormattingControls.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TextFormattingControls.d.ts","sourceRoot":"","sources":["../../../../../../src/markdown/components/htmlEditor/plugins/toolbarParts/TextFormattingControls.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,UAAU,KAAK;IACb,MAAM,EAAE,GAAG,CAAC;IACZ,MAAM,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,OAAO,CAAC;IAClB,WAAW,EAAE,OAAO,CAAC;IACrB,eAAe,EAAE,OAAO,CAAC;IACzB,aAAa,EAAE,OAAO,CAAC;IACvB,WAAW,EAAE,OAAO,CAAC;IACrB,MAAM,EAAE,OAAO,CAAC;IAChB,iBAAiB,EAAE,MAAM,IAAI,CAAC;CAC/B;AAED,wBAAgB,sBAAsB,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,WAAW,EAAE,eAAe,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,EAAE,iBAAiB,EAAE,EAAE,KAAK,qBAkB9J"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import "./editor.css";
|
|
2
3
|
interface Props {
|
|
3
4
|
value: string;
|
|
@@ -9,6 +10,6 @@ interface Props {
|
|
|
9
10
|
element?: any;
|
|
10
11
|
showFloatingEditor?: boolean;
|
|
11
12
|
}
|
|
12
|
-
declare function Editor({ value, onChange, mode, textAlign, style, placeholder, showFloatingEditor, ...props }: Props):
|
|
13
|
+
declare function Editor({ value, onChange, mode, textAlign, style, placeholder, showFloatingEditor, ...props }: Props): React.JSX.Element;
|
|
13
14
|
export default Editor;
|
|
14
15
|
//# sourceMappingURL=Editor.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Editor.d.ts","sourceRoot":"","sources":["../../../../src/markdown/components/markdownEditor/Editor.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Editor.d.ts","sourceRoot":"","sources":["../../../../src/markdown/components/markdownEditor/Editor.tsx"],"names":[],"mappings":"AAEA,OAAO,KAA+B,MAAM,OAAO,CAAC;AACpD,OAAO,cAAc,CAAC;AA0BtB,UAAU,KAAK;IACb,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,IAAI,CAAC,EAAE,aAAa,GAAG,SAAS,CAAC;IACjC,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,SAAS,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;IACxC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,GAAG,CAAC;IACd,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAED,iBAAS,MAAM,CAAC,EAAE,KAAK,EAAE,QAAmB,EAAE,IAAoB,EAAE,SAAkB,EAAE,KAAK,EAAE,WAAkC,EAAE,kBAA0B,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,qBA2G/K;AAED,eAAe,MAAM,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
interface Props {
|
|
2
3
|
value: string;
|
|
3
4
|
onChange?: (newValue: string) => void;
|
|
@@ -5,6 +6,6 @@ interface Props {
|
|
|
5
6
|
textAlign?: "left" | "center" | "right";
|
|
6
7
|
placeholder?: string;
|
|
7
8
|
}
|
|
8
|
-
export declare function MarkdownEditor({ value: markdownString, onChange, style, textAlign, placeholder }: Props):
|
|
9
|
+
export declare function MarkdownEditor({ value: markdownString, onChange, style, textAlign, placeholder }: Props): React.JSX.Element;
|
|
9
10
|
export {};
|
|
10
11
|
//# sourceMappingURL=MarkdownEditor.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MarkdownEditor.d.ts","sourceRoot":"","sources":["../../../../src/markdown/components/markdownEditor/MarkdownEditor.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"MarkdownEditor.d.ts","sourceRoot":"","sources":["../../../../src/markdown/components/markdownEditor/MarkdownEditor.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,UAAU,KAAK;IACb,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,SAAS,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;IACxC,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,wBAAgB,cAAc,CAAC,EAAE,KAAK,EAAE,cAAmB,EAAE,QAAQ,EAAE,KAAK,EAAE,SAAS,EAAE,WAAW,EAAE,EAAE,KAAK,qBAE5G"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
interface Props {
|
|
2
3
|
value: string;
|
|
3
4
|
textAlign?: "left" | "center" | "right";
|
|
4
5
|
element?: any;
|
|
5
6
|
showFloatingEditor?: boolean;
|
|
6
7
|
}
|
|
7
|
-
export declare function MarkdownPreview({ value: markdownString, textAlign, showFloatingEditor, ...props }: Props):
|
|
8
|
+
export declare function MarkdownPreview({ value: markdownString, textAlign, showFloatingEditor, ...props }: Props): React.JSX.Element;
|
|
8
9
|
export {};
|
|
9
10
|
//# sourceMappingURL=MarkdownPreview.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MarkdownPreview.d.ts","sourceRoot":"","sources":["../../../../src/markdown/components/markdownEditor/MarkdownPreview.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"MarkdownPreview.d.ts","sourceRoot":"","sources":["../../../../src/markdown/components/markdownEditor/MarkdownPreview.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAIxC,UAAU,KAAK;IACb,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;IACxC,OAAO,CAAC,EAAE,GAAG,CAAC;IACd,kBAAkB,CAAC,EAAE,OAAO,CAAA;CAC7B;AAED,wBAAgB,eAAe,CAAC,EAAE,KAAK,EAAE,cAAmB,EAAE,SAAS,EAAE,kBAA0B,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,qBAIrH"}
|
|
@@ -2,6 +2,6 @@ interface Props {
|
|
|
2
2
|
value: string;
|
|
3
3
|
textAlign?: "left" | "center" | "right";
|
|
4
4
|
}
|
|
5
|
-
export declare function MarkdownPreviewLight({ value: markdownString, textAlign }: Props): import("react
|
|
5
|
+
export declare function MarkdownPreviewLight({ value: markdownString, textAlign }: Props): import("react").JSX.Element;
|
|
6
6
|
export {};
|
|
7
7
|
//# sourceMappingURL=MarkdownPreviewLight.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MarkdownPreviewLight.d.ts","sourceRoot":"","sources":["../../../../src/markdown/components/markdownEditor/MarkdownPreviewLight.tsx"],"names":[],"mappings":"AAEA,UAAU,KAAK;IACd,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAA;CACvC;AAED,wBAAgB,oBAAoB,CAAC,EAAE,KAAK,EAAE,cAAmB,EAAE,SAAS,EAAE,EAAE,KAAK
|
|
1
|
+
{"version":3,"file":"MarkdownPreviewLight.d.ts","sourceRoot":"","sources":["../../../../src/markdown/components/markdownEditor/MarkdownPreviewLight.tsx"],"names":[],"mappings":"AAEA,UAAU,KAAK;IACd,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAA;CACvC;AAED,wBAAgB,oBAAoB,CAAC,EAAE,KAAK,EAAE,cAAmB,EAAE,SAAS,EAAE,EAAE,KAAK,+BA6CpF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AutoLinkPlugin.d.ts","sourceRoot":"","sources":["../../../../../src/markdown/components/markdownEditor/plugins/AutoLinkPlugin.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AutoLinkPlugin.d.ts","sourceRoot":"","sources":["../../../../../src/markdown/components/markdownEditor/plugins/AutoLinkPlugin.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AA+B1B,wBAAgB,oBAAoB,sBAEnC"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
export declare function getSelectedNode(selection: any): any;
|
|
2
3
|
interface Props {
|
|
3
4
|
goFullScreen: () => void;
|
|
4
5
|
}
|
|
5
|
-
export declare function ToolbarPlugin(props: Props):
|
|
6
|
+
export declare function ToolbarPlugin(props: Props): React.JSX.Element;
|
|
6
7
|
export {};
|
|
7
8
|
//# sourceMappingURL=ToolbarPlugin.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ToolbarPlugin.d.ts","sourceRoot":"","sources":["../../../../../src/markdown/components/markdownEditor/plugins/ToolbarPlugin.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ToolbarPlugin.d.ts","sourceRoot":"","sources":["../../../../../src/markdown/components/markdownEditor/plugins/ToolbarPlugin.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAgE1B,wBAAgB,eAAe,CAAC,SAAS,EAAE,GAAG,OAc7C;AA4LD,UAAU,KAAK;IACb,YAAY,EAAE,MAAM,IAAI,CAAA;CACzB;AAED,wBAAgB,aAAa,CAAC,KAAK,EAAE,KAAK,qBA4JzC"}
|
|
@@ -5,5 +5,6 @@
|
|
|
5
5
|
* LICENSE file in the root directory of this source tree.
|
|
6
6
|
*
|
|
7
7
|
*/
|
|
8
|
-
|
|
8
|
+
import * as React from "react";
|
|
9
|
+
export default function EmojiPickerPlugin(): React.JSX.Element;
|
|
9
10
|
//# sourceMappingURL=EmojiPickerPlugin.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmojiPickerPlugin.d.ts","sourceRoot":"","sources":["../../../../../../src/markdown/components/markdownEditor/plugins/emoji/EmojiPickerPlugin.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;
|
|
1
|
+
{"version":3,"file":"EmojiPickerPlugin.d.ts","sourceRoot":"","sources":["../../../../../../src/markdown/components/markdownEditor/plugins/emoji/EmojiPickerPlugin.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAcH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AA0C/B,MAAM,CAAC,OAAO,UAAU,iBAAiB,sBAqFxC"}
|
|
@@ -8,6 +8,6 @@ interface Props {
|
|
|
8
8
|
isDragging: boolean;
|
|
9
9
|
id?: string;
|
|
10
10
|
}
|
|
11
|
-
export declare function YoutubeBackground({ children, videoId, overlay, aspectRatio, contentClassName, isDragging, id }: Props): import("react
|
|
11
|
+
export declare function YoutubeBackground({ children, videoId, overlay, aspectRatio, contentClassName, isDragging, id }: Props): import("react").JSX.Element;
|
|
12
12
|
export {};
|
|
13
13
|
//# sourceMappingURL=YoutubeBackground.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"YoutubeBackground.d.ts","sourceRoot":"","sources":["../../../src/website/components/YoutubeBackground.tsx"],"names":[],"mappings":"AAEA,OAAO,EAA+B,SAAS,EAAiB,MAAM,OAAO,CAAC;AAE9E,UAAU,KAAK;IACb,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,GAAG,CAAC;IAClB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,UAAU,EAAE,OAAO,CAAC;IACpB,EAAE,CAAC,EAAE,MAAM,CAAC;CACb;AAED,wBAAgB,iBAAiB,CAAC,EAChC,QAAQ,EACR,OAAO,EACP,OAA0B,EAC1B,WAAoB,EACpB,gBAAgB,EAChB,UAAkB,EAClB,EAAE,EACH,EAAE,KAAK
|
|
1
|
+
{"version":3,"file":"YoutubeBackground.d.ts","sourceRoot":"","sources":["../../../src/website/components/YoutubeBackground.tsx"],"names":[],"mappings":"AAEA,OAAO,EAA+B,SAAS,EAAiB,MAAM,OAAO,CAAC;AAE9E,UAAU,KAAK;IACb,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,GAAG,CAAC;IAClB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,UAAU,EAAE,OAAO,CAAC;IACpB,EAAE,CAAC,EAAE,MAAM,CAAC;CACb;AAED,wBAAgB,iBAAiB,CAAC,EAChC,QAAQ,EACR,OAAO,EACP,OAA0B,EAC1B,WAAoB,EACpB,gBAAgB,EAChB,UAAkB,EAClB,EAAE,EACH,EAAE,KAAK,+BA8GP"}
|
|
@@ -6,6 +6,6 @@ type Props = {
|
|
|
6
6
|
data: any;
|
|
7
7
|
onDoubleClick?: (e: React.MouseEvent) => void;
|
|
8
8
|
};
|
|
9
|
-
export declare function DraggableWrapper(props: Props):
|
|
9
|
+
export declare function DraggableWrapper(props: Props): React.JSX.Element;
|
|
10
10
|
export {};
|
|
11
11
|
//# sourceMappingURL=DraggableWrapper.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DraggableWrapper.d.ts","sourceRoot":"","sources":["../../../../src/website/components/admin/DraggableWrapper.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,KAAK,KAAK,GAAG;IACX,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,GAAG,CAAC;IACV,aAAa,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,KAAK,IAAI,CAAC;CAC/C,CAAC;AAEF,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,KAAK,
|
|
1
|
+
{"version":3,"file":"DraggableWrapper.d.ts","sourceRoot":"","sources":["../../../../src/website/components/admin/DraggableWrapper.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,KAAK,KAAK,GAAG;IACX,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,GAAG,CAAC;IACV,aAAa,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,KAAK,IAAI,CAAC;CAC/C,CAAC;AAEF,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,KAAK,qBAmB5C"}
|
|
@@ -8,6 +8,6 @@ type Props = {
|
|
|
8
8
|
updateIsDragging?: (isDragging: boolean) => void;
|
|
9
9
|
hideWhenInactive?: boolean;
|
|
10
10
|
};
|
|
11
|
-
export declare function DroppableArea(props: Props):
|
|
11
|
+
export declare function DroppableArea(props: Props): React.JSX.Element;
|
|
12
12
|
export {};
|
|
13
13
|
//# sourceMappingURL=DroppableArea.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DroppableArea.d.ts","sourceRoot":"","sources":["../../../../src/website/components/admin/DroppableArea.tsx"],"names":[],"mappings":"AAGA,OAAO,KAA6C,MAAM,OAAO,CAAC;AAGlE,KAAK,KAAK,GAAG;IACX,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,MAAM,EAAE,GAAG,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,CAAC;IAC5B,OAAO,CAAC,EAAE,GAAG,CAAC;IACd,gBAAgB,CAAC,EAAE,CAAC,UAAU,EAAE,OAAO,KAAK,IAAI,CAAA;IAChD,gBAAgB,CAAC,EAAE,OAAO,CAAA;CAC3B,CAAC;AA+FF,wBAAgB,aAAa,CAAC,KAAK,EAAE,KAAK,
|
|
1
|
+
{"version":3,"file":"DroppableArea.d.ts","sourceRoot":"","sources":["../../../../src/website/components/admin/DroppableArea.tsx"],"names":[],"mappings":"AAGA,OAAO,KAA6C,MAAM,OAAO,CAAC;AAGlE,KAAK,KAAK,GAAG;IACX,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,MAAM,EAAE,GAAG,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,CAAC;IAC5B,OAAO,CAAC,EAAE,GAAG,CAAC;IACd,gBAAgB,CAAC,EAAE,CAAC,UAAU,EAAE,OAAO,KAAK,IAAI,CAAA;IAChD,gBAAgB,CAAC,EAAE,OAAO,CAAA;CAC3B,CAAC;AA+FF,wBAAgB,aAAa,CAAC,KAAK,EAAE,KAAK,qBAmEzC"}
|
|
@@ -5,6 +5,6 @@ interface Props {
|
|
|
5
5
|
updatedCallback?: () => void;
|
|
6
6
|
refresh?: any;
|
|
7
7
|
}
|
|
8
|
-
export declare function CuratedCalendar(props: Props): import("react
|
|
8
|
+
export declare function CuratedCalendar(props: Props): import("react").JSX.Element;
|
|
9
9
|
export {};
|
|
10
10
|
//# sourceMappingURL=CuratedCalendar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CuratedCalendar.d.ts","sourceRoot":"","sources":["../../../../../src/website/components/admin/calendar/CuratedCalendar.tsx"],"names":[],"mappings":"AAOA,UAAU,KAAK;IACb,iBAAiB,EAAE,MAAM,CAAC;IAC1B,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC;IACtB,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7B,OAAO,CAAC,EAAE,GAAG,CAAC;CACf;AAED,wBAAgB,eAAe,CAAC,KAAK,EAAE,KAAK
|
|
1
|
+
{"version":3,"file":"CuratedCalendar.d.ts","sourceRoot":"","sources":["../../../../../src/website/components/admin/calendar/CuratedCalendar.tsx"],"names":[],"mappings":"AAOA,UAAU,KAAK;IACb,iBAAiB,EAAE,MAAM,CAAC;IAC1B,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC;IACtB,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7B,OAAO,CAAC,EAAE,GAAG,CAAC;CACf;AAED,wBAAgB,eAAe,CAAC,KAAK,EAAE,KAAK,+BAkB3C"}
|
|
@@ -7,6 +7,6 @@ interface Props {
|
|
|
7
7
|
churchId?: string;
|
|
8
8
|
onRequestRefresh?: () => void;
|
|
9
9
|
}
|
|
10
|
-
export declare function CuratedEventCalendar(props: Props): import("react
|
|
10
|
+
export declare function CuratedEventCalendar(props: Props): import("react").JSX.Element;
|
|
11
11
|
export {};
|
|
12
12
|
//# sourceMappingURL=CuratedEventCalendar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CuratedEventCalendar.d.ts","sourceRoot":"","sources":["../../../../../src/website/components/admin/calendar/CuratedEventCalendar.tsx"],"names":[],"mappings":"AAGA,OAAO,mDAAmD,CAAC;AAO3D,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,qBAAqB,CAAC;AAI1E,UAAU,KAAK;IACb,MAAM,EAAE,8BAA8B,EAAE,CAAC;IACzC,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC;IACtB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;CAC/B;AAED,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,KAAK
|
|
1
|
+
{"version":3,"file":"CuratedEventCalendar.d.ts","sourceRoot":"","sources":["../../../../../src/website/components/admin/calendar/CuratedEventCalendar.tsx"],"names":[],"mappings":"AAGA,OAAO,mDAAmD,CAAC;AAO3D,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,qBAAqB,CAAC;AAI1E,UAAU,KAAK;IACb,MAAM,EAAE,8BAA8B,EAAE,CAAC;IACzC,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC;IACtB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;CAC/B;AAED,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,KAAK,+BAmHhD"}
|
|
@@ -5,6 +5,6 @@ interface Props {
|
|
|
5
5
|
curatedCalendarId?: string;
|
|
6
6
|
onDone?: () => void;
|
|
7
7
|
}
|
|
8
|
-
export declare function DisplayCalendarEventModal(props: Props): import("react
|
|
8
|
+
export declare function DisplayCalendarEventModal(props: Props): import("react").JSX.Element;
|
|
9
9
|
export {};
|
|
10
10
|
//# sourceMappingURL=DisplayCalendarEventModal.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DisplayCalendarEventModal.d.ts","sourceRoot":"","sources":["../../../../../src/website/components/admin/calendar/DisplayCalendarEventModal.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,qBAAqB,CAAC;AAE1E,UAAU,KAAK;IACb,KAAK,EAAE,8BAA8B,CAAC;IACtC,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC;IACtB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,wBAAgB,yBAAyB,CAAC,KAAK,EAAE,KAAK
|
|
1
|
+
{"version":3,"file":"DisplayCalendarEventModal.d.ts","sourceRoot":"","sources":["../../../../../src/website/components/admin/calendar/DisplayCalendarEventModal.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,qBAAqB,CAAC;AAE1E,UAAU,KAAK;IACb,KAAK,EAAE,8BAA8B,CAAC;IACtC,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC;IACtB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,wBAAgB,yBAAyB,CAAC,KAAK,EAAE,KAAK,+BA4CrD"}
|
|
@@ -4,6 +4,6 @@ interface Props {
|
|
|
4
4
|
curatedCalendarId: string;
|
|
5
5
|
onDone?: () => void;
|
|
6
6
|
}
|
|
7
|
-
export declare function EditCalendarEventModal(props: Props): import("react
|
|
7
|
+
export declare function EditCalendarEventModal(props: Props): import("react").JSX.Element;
|
|
8
8
|
export {};
|
|
9
9
|
//# sourceMappingURL=EditCalendarEventModal.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EditCalendarEventModal.d.ts","sourceRoot":"","sources":["../../../../../src/website/components/admin/calendar/EditCalendarEventModal.tsx"],"names":[],"mappings":"AAKA,OAAO,mDAAmD,CAAC;AAO3D,UAAU,KAAK;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,KAAK
|
|
1
|
+
{"version":3,"file":"EditCalendarEventModal.d.ts","sourceRoot":"","sources":["../../../../../src/website/components/admin/calendar/EditCalendarEventModal.tsx"],"names":[],"mappings":"AAKA,OAAO,mDAAmD,CAAC;AAO3D,UAAU,KAAK;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,KAAK,+BAiJlD"}
|
|
@@ -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 function BoxElement(props: Props):
|
|
10
|
+
export declare function BoxElement(props: Props): React.JSX.Element;
|
|
10
11
|
export {};
|
|
11
12
|
//# sourceMappingURL=BoxElement.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BoxElement.d.ts","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/BoxElement.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BoxElement.d.ts","sourceRoot":"","sources":["../../../../src/website/components/elementTypes/BoxElement.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwB,MAAM,OAAO,CAAC;AAC7C,OAAO,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAKnE,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,CAAA;CAAE;AAE1L,wBAAgB,UAAU,CAAC,KAAK,EAAE,KAAK,qBAqEtC"}
|
|
@@ -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"}
|
|
@@ -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,sBAiG9C,CAAC"}
|
|
@@ -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"}
|