@interopio/groups-ui-react 2.0.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/README.md +27 -0
- package/dist/cjs/GroupElementCreationWrapper.d.ts +4 -0
- package/dist/cjs/GroupWrapper.d.ts +9 -0
- package/dist/cjs/Portal.d.ts +6 -0
- package/dist/cjs/defaultComponents/buttons/BaseButton.d.ts +4 -0
- package/dist/cjs/defaultComponents/buttons/CloseButton.d.ts +4 -0
- package/dist/cjs/defaultComponents/buttons/CustomButton.d.ts +4 -0
- package/dist/cjs/defaultComponents/buttons/ExtractButton.d.ts +4 -0
- package/dist/cjs/defaultComponents/buttons/FeedbackButton.d.ts +4 -0
- package/dist/cjs/defaultComponents/buttons/LockButtons.d.ts +4 -0
- package/dist/cjs/defaultComponents/buttons/MaximizeButton.d.ts +4 -0
- package/dist/cjs/defaultComponents/buttons/MinimizeButton.d.ts +4 -0
- package/dist/cjs/defaultComponents/buttons/RestoreButton.d.ts +4 -0
- package/dist/cjs/defaultComponents/buttons/StickyButton.d.ts +4 -0
- package/dist/cjs/defaultComponents/buttons/UnlockButton.d.ts +4 -0
- package/dist/cjs/defaultComponents/captionEditor/CaptionEditor.d.ts +4 -0
- package/dist/cjs/defaultComponents/captionEditor/useCaptionEditor.d.ts +4 -0
- package/dist/cjs/defaultComponents/captionEditor/useCommitEditingRequested.d.ts +3 -0
- package/dist/cjs/defaultComponents/captionEditor/useEditableCaption.d.ts +4 -0
- package/dist/cjs/defaultComponents/channelSelector/BaseChannelSelector.d.ts +4 -0
- package/dist/cjs/defaultComponents/channelSelector/FlatChannelSelector.d.ts +4 -0
- package/dist/cjs/defaultComponents/channelSelector/TabChannelSelector.d.ts +4 -0
- package/dist/cjs/defaultComponents/channelSelector/utils.d.ts +1 -0
- package/dist/cjs/defaultComponents/flatCaptionBar/FlatButtons.d.ts +4 -0
- package/dist/cjs/defaultComponents/flatCaptionBar/FlatCaption.d.ts +4 -0
- package/dist/cjs/defaultComponents/flatCaptionBar/FlatCaptionBar.d.ts +4 -0
- package/dist/cjs/defaultComponents/flatCaptionBar/FlatCaptionEditor.d.ts +4 -0
- package/dist/cjs/defaultComponents/flatCaptionBar/FlatMoveArea.d.ts +4 -0
- package/dist/cjs/defaultComponents/flatCaptionBar/useCommitFlatCaptionEditingRequested.d.ts +2 -0
- package/dist/cjs/defaultComponents/groupCaptionBar/GroupButtons.d.ts +4 -0
- package/dist/cjs/defaultComponents/groupCaptionBar/GroupCaption.d.ts +4 -0
- package/dist/cjs/defaultComponents/groupCaptionBar/GroupCaptionBar.d.ts +4 -0
- package/dist/cjs/defaultComponents/groupCaptionBar/GroupCaptionEditor.d.ts +4 -0
- package/dist/cjs/defaultComponents/groupCaptionBar/GroupMoveArea.d.ts +4 -0
- package/dist/cjs/defaultComponents/groupCaptionBar/useCommitGroupCaptionEditingRequested.d.ts +2 -0
- package/dist/cjs/defaultComponents/loadingAnimation/FrameLoadingAnimation.d.ts +4 -0
- package/dist/cjs/defaultComponents/tabs/Tab.d.ts +4 -0
- package/dist/cjs/defaultComponents/tabs/TabCaption.d.ts +4 -0
- package/dist/cjs/defaultComponents/tabs/TabCaptionEditor.d.ts +4 -0
- package/dist/cjs/defaultComponents/tabs/TabCloseButton.d.ts +4 -0
- package/dist/cjs/defaultComponents/tabs/TabHeaderButtons.d.ts +4 -0
- package/dist/cjs/defaultComponents/tabs/useCommitTabCaptionEditingRequested.d.ts +2 -0
- package/dist/cjs/index.d.ts +49 -0
- package/dist/cjs/index.js +3256 -0
- package/dist/cjs/index.js.map +1 -0
- package/dist/cjs/types/api.d.ts +145 -0
- package/dist/cjs/types/defaultComponents.d.ts +130 -0
- package/dist/cjs/types/internal.d.ts +314 -0
- package/dist/cjs/useGDWindow.d.ts +2 -0
- package/dist/cjs/useGroupComponentVisibility.d.ts +3 -0
- package/dist/cjs/useIOConnectWindow.d.ts +2 -0
- package/dist/cjs/utils.d.ts +3 -0
- package/dist/cjs/webGroupsManager.d.ts +51 -0
- package/dist/cjs/webGroupsStore.d.ts +61 -0
- package/dist/esm/GroupElementCreationWrapper.d.ts +4 -0
- package/dist/esm/GroupWrapper.d.ts +9 -0
- package/dist/esm/Portal.d.ts +6 -0
- package/dist/esm/defaultComponents/buttons/BaseButton.d.ts +4 -0
- package/dist/esm/defaultComponents/buttons/CloseButton.d.ts +4 -0
- package/dist/esm/defaultComponents/buttons/CustomButton.d.ts +4 -0
- package/dist/esm/defaultComponents/buttons/ExtractButton.d.ts +4 -0
- package/dist/esm/defaultComponents/buttons/FeedbackButton.d.ts +4 -0
- package/dist/esm/defaultComponents/buttons/LockButtons.d.ts +4 -0
- package/dist/esm/defaultComponents/buttons/MaximizeButton.d.ts +4 -0
- package/dist/esm/defaultComponents/buttons/MinimizeButton.d.ts +4 -0
- package/dist/esm/defaultComponents/buttons/RestoreButton.d.ts +4 -0
- package/dist/esm/defaultComponents/buttons/StickyButton.d.ts +4 -0
- package/dist/esm/defaultComponents/buttons/UnlockButton.d.ts +4 -0
- package/dist/esm/defaultComponents/captionEditor/CaptionEditor.d.ts +4 -0
- package/dist/esm/defaultComponents/captionEditor/useCaptionEditor.d.ts +4 -0
- package/dist/esm/defaultComponents/captionEditor/useCommitEditingRequested.d.ts +3 -0
- package/dist/esm/defaultComponents/captionEditor/useEditableCaption.d.ts +4 -0
- package/dist/esm/defaultComponents/channelSelector/BaseChannelSelector.d.ts +4 -0
- package/dist/esm/defaultComponents/channelSelector/FlatChannelSelector.d.ts +4 -0
- package/dist/esm/defaultComponents/channelSelector/TabChannelSelector.d.ts +4 -0
- package/dist/esm/defaultComponents/channelSelector/utils.d.ts +1 -0
- package/dist/esm/defaultComponents/flatCaptionBar/FlatButtons.d.ts +4 -0
- package/dist/esm/defaultComponents/flatCaptionBar/FlatCaption.d.ts +4 -0
- package/dist/esm/defaultComponents/flatCaptionBar/FlatCaptionBar.d.ts +4 -0
- package/dist/esm/defaultComponents/flatCaptionBar/FlatCaptionEditor.d.ts +4 -0
- package/dist/esm/defaultComponents/flatCaptionBar/FlatMoveArea.d.ts +4 -0
- package/dist/esm/defaultComponents/flatCaptionBar/useCommitFlatCaptionEditingRequested.d.ts +2 -0
- package/dist/esm/defaultComponents/groupCaptionBar/GroupButtons.d.ts +4 -0
- package/dist/esm/defaultComponents/groupCaptionBar/GroupCaption.d.ts +4 -0
- package/dist/esm/defaultComponents/groupCaptionBar/GroupCaptionBar.d.ts +4 -0
- package/dist/esm/defaultComponents/groupCaptionBar/GroupCaptionEditor.d.ts +4 -0
- package/dist/esm/defaultComponents/groupCaptionBar/GroupMoveArea.d.ts +4 -0
- package/dist/esm/defaultComponents/groupCaptionBar/useCommitGroupCaptionEditingRequested.d.ts +2 -0
- package/dist/esm/defaultComponents/loadingAnimation/FrameLoadingAnimation.d.ts +4 -0
- package/dist/esm/defaultComponents/tabs/Tab.d.ts +4 -0
- package/dist/esm/defaultComponents/tabs/TabCaption.d.ts +4 -0
- package/dist/esm/defaultComponents/tabs/TabCaptionEditor.d.ts +4 -0
- package/dist/esm/defaultComponents/tabs/TabCloseButton.d.ts +4 -0
- package/dist/esm/defaultComponents/tabs/TabHeaderButtons.d.ts +4 -0
- package/dist/esm/defaultComponents/tabs/useCommitTabCaptionEditingRequested.d.ts +2 -0
- package/dist/esm/index.d.ts +49 -0
- package/dist/esm/index.js +3202 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/types/api.d.ts +145 -0
- package/dist/esm/types/defaultComponents.d.ts +130 -0
- package/dist/esm/types/internal.d.ts +314 -0
- package/dist/esm/useGDWindow.d.ts +2 -0
- package/dist/esm/useGroupComponentVisibility.d.ts +3 -0
- package/dist/esm/useIOConnectWindow.d.ts +2 -0
- package/dist/esm/utils.d.ts +3 -0
- package/dist/esm/webGroupsManager.d.ts +51 -0
- package/dist/esm/webGroupsStore.d.ts +61 -0
- package/dist/styles/fonts.css +2 -0
- package/dist/styles/groups.css +672 -0
- package/dist/styles/styles.css +679 -0
- package/dist/styles/themes.css +155 -0
- package/dist/styles/vars.css +105 -0
- package/package.json +85 -0
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { CreateElementRequestOptions, CreateFrameCaptionBarRequestOptions, CreateFrameElementRequestOptions, CreateGroupCaptionBarRequestOptions, CreateTabHeaderButtonsOptions, CreateTabRequestOptions, ElementCreationWrapperState, RemoveRequestOptions, TargetType, UpdateFrameCaptionBarRequestOptions, UpdateGroupCaptionBarRequestOptions, UpdateStandardButtonRequestOptions, UpdateFrameRequestOptions, CreateFrameLoadingAnimationRequestOptions, UpdateCustomButtonsRequestOptions } from "./types/internal";
|
|
2
|
+
declare class WebGroupsStore {
|
|
3
|
+
private listeners;
|
|
4
|
+
private state;
|
|
5
|
+
subscribe: (cb: () => void) => () => void;
|
|
6
|
+
getSnapshot: () => ElementCreationWrapperState;
|
|
7
|
+
onCreateGroupCaptionBarRequested: (options: CreateGroupCaptionBarRequestOptions) => void;
|
|
8
|
+
onCreateGroupOverlayRequested: (options: CreateElementRequestOptions) => void;
|
|
9
|
+
onCreateFrameCaptionBarRequested: (options: CreateFrameCaptionBarRequestOptions) => void;
|
|
10
|
+
onCreateFrameWindowOverlayRequested: (options: CreateFrameElementRequestOptions) => void;
|
|
11
|
+
onCreateAboveWindowRequested: (options: CreateFrameElementRequestOptions) => void;
|
|
12
|
+
onCreateWindowContentOverlayRequested: (options: CreateFrameElementRequestOptions) => void;
|
|
13
|
+
onCreateFrameLoadingAnimationRequested: (options: CreateFrameLoadingAnimationRequestOptions) => void;
|
|
14
|
+
onCreateBelowWindowRequested: (options: CreateFrameElementRequestOptions) => void;
|
|
15
|
+
onCreateAboveTabsComponentRequested: (options: CreateFrameElementRequestOptions) => void;
|
|
16
|
+
onCreateBeforeTabsComponentRequested: (options: CreateFrameElementRequestOptions) => void;
|
|
17
|
+
onCreateTabElementRequested: (options: CreateTabRequestOptions) => void;
|
|
18
|
+
onCreateAfterTabsComponentRequested: (options: CreateFrameElementRequestOptions) => void;
|
|
19
|
+
onCreateTabHeaderButtonsRequested: (options: CreateTabHeaderButtonsOptions) => void;
|
|
20
|
+
onCreateBelowTabsComponentRequested: (options: CreateFrameElementRequestOptions) => void;
|
|
21
|
+
onUpdateGroupCaptionBarRequested: (options: UpdateGroupCaptionBarRequestOptions) => void;
|
|
22
|
+
onUpdateFrameCaptionBarRequested: (options: UpdateFrameCaptionBarRequestOptions) => void;
|
|
23
|
+
onUpdateFrameWindowOverlayRequested: (options: CreateElementRequestOptions) => void;
|
|
24
|
+
onUpdateAboveTabsRequested: (options: CreateElementRequestOptions) => void;
|
|
25
|
+
onUpdateBeforeTabsRequested: (options: CreateElementRequestOptions) => void;
|
|
26
|
+
onUpdateTabElementRequested: (options: CreateTabRequestOptions) => void;
|
|
27
|
+
onUpdateAfterTabsRequested: (options: CreateElementRequestOptions) => void;
|
|
28
|
+
onUpdateTabHeaderButtonsRequested: (options: CreateTabHeaderButtonsOptions) => void;
|
|
29
|
+
onUpdateBelowTabsRequested: (options: CreateElementRequestOptions) => void;
|
|
30
|
+
onUpdateFrame: (options: UpdateFrameRequestOptions) => void;
|
|
31
|
+
onUpdateStandardButton: (options: UpdateStandardButtonRequestOptions) => void;
|
|
32
|
+
onUpdateCustomButtons: (options: UpdateCustomButtonsRequestOptions) => void;
|
|
33
|
+
onRemoveFrameCaptionBarRequested: (options: RemoveRequestOptions) => void;
|
|
34
|
+
onRemoveFrameWindowOverlayRequested: (options: RemoveRequestOptions) => void;
|
|
35
|
+
onRemoveAboveWindowRequested: (options: RemoveRequestOptions) => void;
|
|
36
|
+
onRemoveWindowContentOverlayRequested: (options: RemoveRequestOptions) => void;
|
|
37
|
+
onRemoveFrameLoadingAnimationRequested: (options: RemoveRequestOptions) => void;
|
|
38
|
+
onRemoveBelowWindowRequested: (options: RemoveRequestOptions) => void;
|
|
39
|
+
onRemoveAboveTabsRequested: (options: RemoveRequestOptions) => void;
|
|
40
|
+
onRemoveBeforeTabsComponentRequested: (options: RemoveRequestOptions) => void;
|
|
41
|
+
onRemoveTabElementRequested: (options: RemoveRequestOptions) => void;
|
|
42
|
+
onRemoveAfterTabsComponentRequested: (options: RemoveRequestOptions) => void;
|
|
43
|
+
onRemoveTabHeaderButtonsRequested: (options: RemoveRequestOptions) => void;
|
|
44
|
+
onRemoveBelowTabsRequested: (options: RemoveRequestOptions) => void;
|
|
45
|
+
onShowCaptionEditorRequested: (targetType: TargetType, targetId: string, text: string) => void;
|
|
46
|
+
onCommitCaptionEditingRequested: (targetType: TargetType, targetId: string) => void;
|
|
47
|
+
onHideCaptionEditorRequested: (targetType: TargetType, targetId: string) => void;
|
|
48
|
+
onShowLoadingAnimationRequested: (targetType: TargetType, targetId: string) => void;
|
|
49
|
+
onHideLoadingAnimationRequested: (targetType: TargetType, targetId: string) => void;
|
|
50
|
+
private onShowGroupCaptionEditorRequested;
|
|
51
|
+
private onHideGroupCaptionEditorRequested;
|
|
52
|
+
private onShowFlatCaptionEditorRequested;
|
|
53
|
+
private onHideFlatCaptionEditorRequested;
|
|
54
|
+
private onShowTabCaptionEditorRequested;
|
|
55
|
+
private onHideTabCaptionEditorRequested;
|
|
56
|
+
private onShowLoadingAnimation;
|
|
57
|
+
private onHideLoadingAnimation;
|
|
58
|
+
private setState;
|
|
59
|
+
}
|
|
60
|
+
declare const _default: WebGroupsStore;
|
|
61
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { GroupWrapperProps } from "./types/internal";
|
|
3
|
+
declare class GroupWrapper extends React.Component<GroupWrapperProps> {
|
|
4
|
+
containerRef: HTMLElement | null;
|
|
5
|
+
componentDidMount(): void;
|
|
6
|
+
componentWillUnmount(): void;
|
|
7
|
+
render(): JSX.Element;
|
|
8
|
+
}
|
|
9
|
+
export default GroupWrapper;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function IsBlackReadable(color: string): boolean;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import CloseButton from "./defaultComponents/buttons/CloseButton";
|
|
2
|
+
import FlatCaptionBar from "./defaultComponents/flatCaptionBar/FlatCaptionBar";
|
|
3
|
+
import GroupCaptionBar from "./defaultComponents/groupCaptionBar/GroupCaptionBar";
|
|
4
|
+
import MaximizeButton from "./defaultComponents/buttons/MaximizeButton";
|
|
5
|
+
import MinimizeButton from "./defaultComponents/buttons/MinimizeButton";
|
|
6
|
+
import Tab from "./defaultComponents/tabs/Tab";
|
|
7
|
+
import TabHeaderButtons from "./defaultComponents/tabs/TabHeaderButtons";
|
|
8
|
+
import TabCaption from "./defaultComponents/tabs/TabCaption";
|
|
9
|
+
import TabCloseButton from "./defaultComponents/tabs/TabCloseButton";
|
|
10
|
+
import GroupElementCreationWrapper from "./GroupElementCreationWrapper";
|
|
11
|
+
import GroupMoveArea from "./defaultComponents/groupCaptionBar/GroupMoveArea";
|
|
12
|
+
import GroupButtons from "./defaultComponents/groupCaptionBar/GroupButtons";
|
|
13
|
+
import FlatMoveArea from "./defaultComponents/flatCaptionBar/FlatMoveArea";
|
|
14
|
+
import FlatButtons from "./defaultComponents/flatCaptionBar/FlatButtons";
|
|
15
|
+
import FlatCaption from "./defaultComponents/flatCaptionBar/FlatCaption";
|
|
16
|
+
import GroupCaption from "./defaultComponents/groupCaptionBar/GroupCaption";
|
|
17
|
+
import FlatChannelSelector from "./defaultComponents/channelSelector/FlatChannelSelector";
|
|
18
|
+
import TabChannelSelector from "./defaultComponents/channelSelector/TabChannelSelector";
|
|
19
|
+
import RestoreButton from "./defaultComponents/buttons/RestoreButton";
|
|
20
|
+
import LockButton from "./defaultComponents/buttons/LockButtons";
|
|
21
|
+
import UnlockButton from "./defaultComponents/buttons/UnlockButton";
|
|
22
|
+
import ExtractButton from "./defaultComponents/buttons/ExtractButton";
|
|
23
|
+
import FeedbackButton from "./defaultComponents/buttons/FeedbackButton";
|
|
24
|
+
import StickyButton from "./defaultComponents/buttons/StickyButton";
|
|
25
|
+
import useIOConnectWindow from "./useIOConnectWindow";
|
|
26
|
+
import CustomButton from "./defaultComponents/buttons/CustomButton";
|
|
27
|
+
import { waitForWindow } from "./utils";
|
|
28
|
+
import useGroupComponentVisibility from "./useGroupComponentVisibility";
|
|
29
|
+
import { CloseButtonProps, ExtractButtonProps, StickyButtonProps, FeedbackButtonProps, FlatButtonsProps, FlatCaptionEditorProps, FlatCaptionProps, FlatChannelSelectorProps, FlatMoveAreaProps, GroupButtonsProps, GroupCaptionEditorProps, GroupMoveAreaProps, LockButtonProps, MaximizeButtonProps, MinimizeButtonProps, RestoreButtonProps, TabCaptionEditorProps, TabCaptionProps, TabChannelSelectorProps, TabCloseButtonProps, UnlockButtonProps, UseCaptionEditorOptions, UseEditableCaptionOptions } from "./types/defaultComponents";
|
|
30
|
+
import { AboveTabsProps, AboveWindowProps, AfterTabsProps, BeforeTabsProps, BelowTabsProps, BelowWindowProps, FlatCaptionBarProps, FrameLoadingAnimationProps, FrameWindowOverlayProps, GroupCaptionBarProps, GroupComponentVisibilityState, GroupOverlayProps, GroupProps, MoveAreaProps, TabElementProps, TabHeaderButtonsProps, WindowContentOverlayProps } from "./types/api";
|
|
31
|
+
import GroupCaptionEditor from "./defaultComponents/groupCaptionBar/GroupCaptionEditor";
|
|
32
|
+
import FlatCaptionEditor from "./defaultComponents/flatCaptionBar/FlatCaptionEditor";
|
|
33
|
+
import TabCaptionEditor from "./defaultComponents/tabs/TabCaptionEditor";
|
|
34
|
+
import useCommitTabCaptionEditingRequested from "./defaultComponents/tabs/useCommitTabCaptionEditingRequested";
|
|
35
|
+
import useCommitGroupCaptionEditingRequested from "./defaultComponents/groupCaptionBar/useCommitGroupCaptionEditingRequested";
|
|
36
|
+
import useCommitFlatCaptionEditingRequested from "./defaultComponents/flatCaptionBar/useCommitFlatCaptionEditingRequested";
|
|
37
|
+
import useEditableCaption from "./defaultComponents/captionEditor/useEditableCaption";
|
|
38
|
+
import useCaptionEditor from "./defaultComponents/captionEditor/useCaptionEditor";
|
|
39
|
+
import FrameLoadingAnimation from "./defaultComponents/loadingAnimation/FrameLoadingAnimation";
|
|
40
|
+
export { GroupCaptionBar, GroupMoveArea, GroupButtons, GroupCaptionEditor, Tab, TabChannelSelector, TabCaption, TabCloseButton, TabCaptionEditor, FeedbackButton, StickyButton, ExtractButton, LockButton, UnlockButton, MinimizeButton, RestoreButton, MaximizeButton, CustomButton, CloseButton, FlatCaptionBar, FlatChannelSelector, FlatCaption, FlatMoveArea, FlatButtons, FlatCaptionEditor, TabHeaderButtons, FrameLoadingAnimation, GroupComponentVisibilityState, useIOConnectWindow, useGroupComponentVisibility, waitForWindow, useEditableCaption, useCaptionEditor, useCommitGroupCaptionEditingRequested, useCommitFlatCaptionEditingRequested, useCommitTabCaptionEditingRequested, };
|
|
41
|
+
export declare const getGroupId: () => string;
|
|
42
|
+
export declare const requestPageFocus: () => void;
|
|
43
|
+
export declare const requestFrameFocus: (frameId: string) => void;
|
|
44
|
+
export declare const requestGroupFocus: () => void;
|
|
45
|
+
export declare const onCommitGroupCaptionEditingRequested: (targetId: string, cb: () => void) => () => void;
|
|
46
|
+
export declare const onCommitFlatCaptionEditingRequested: (targetId: string, cb: () => void) => () => void;
|
|
47
|
+
export declare const onCommitTabCaptionEditingRequested: (targetId: string, cb: () => void) => () => void;
|
|
48
|
+
export { MoveAreaProps, GroupProps, GroupCaption, GroupCaptionBarProps, GroupMoveAreaProps, GroupOverlayProps, GroupButtonsProps, GroupCaptionEditorProps, TabElementProps, TabChannelSelectorProps, TabCaptionProps, TabCloseButtonProps, TabHeaderButtonsProps, TabCaptionEditorProps, FlatCaptionBarProps, FlatCaptionProps, FrameWindowOverlayProps, FlatMoveAreaProps, FlatChannelSelectorProps, FlatButtonsProps, FlatCaptionEditorProps, StickyButtonProps, FeedbackButtonProps, ExtractButtonProps, LockButtonProps, UnlockButtonProps, MinimizeButtonProps, MaximizeButtonProps, RestoreButtonProps, CloseButtonProps, FrameLoadingAnimationProps, UseCaptionEditorOptions, UseEditableCaptionOptions, AboveWindowProps, BelowWindowProps, AboveTabsProps, BelowTabsProps, BeforeTabsProps, AfterTabsProps, WindowContentOverlayProps };
|
|
49
|
+
export default GroupElementCreationWrapper;
|