@plurid/plurid-ui-components-react 0.0.0-25 → 0.0.0-27
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/distribution/components/pluridal/containers/DashboardsRenderer/components/RenderArea/index.d.ts +15 -15
- package/distribution/components/pluridal/containers/DashboardsRenderer/components/RenderArea/styled.d.ts +6 -5
- package/distribution/components/pluridal/containers/DashboardsRenderer/components/Sidebar/components/Selector/index.d.ts +13 -13
- package/distribution/components/pluridal/containers/DashboardsRenderer/components/Sidebar/components/Selector/styled.d.ts +12 -11
- package/distribution/components/pluridal/containers/DashboardsRenderer/components/Sidebar/index.d.ts +21 -21
- package/distribution/components/pluridal/containers/DashboardsRenderer/components/Sidebar/styled.d.ts +21 -20
- package/distribution/components/pluridal/containers/DashboardsRenderer/data.d.ts +18 -18
- package/distribution/components/pluridal/containers/DashboardsRenderer/index.d.ts +24 -24
- package/distribution/components/pluridal/containers/DashboardsRenderer/styled.d.ts +9 -8
- package/distribution/components/pluridal/containers/EntityView/index.d.ts +28 -28
- package/distribution/components/pluridal/containers/EntityView/logic.d.ts +4 -4
- package/distribution/components/pluridal/containers/EntityView/styled.d.ts +26 -25
- package/distribution/components/pluridal/containers/index.d.ts +6 -6
- package/distribution/components/pluridal/head/Head/index.d.ts +48 -48
- package/distribution/components/pluridal/head/index.d.ts +16 -16
- package/distribution/components/pluridal/index.d.ts +55 -55
- package/distribution/components/pluridal/notifications/Notification/index.d.ts +14 -14
- package/distribution/components/pluridal/notifications/Notification/styled.d.ts +11 -10
- package/distribution/components/pluridal/notifications/Notifications/index.d.ts +35 -35
- package/distribution/components/pluridal/notifications/Notifications/styled.d.ts +2 -1
- package/distribution/components/pluridal/notifications/index.d.ts +19 -19
- package/distribution/components/pluridal/sitting/SittingTray/components/Sittings/index.d.ts +16 -16
- package/distribution/components/pluridal/sitting/SittingTray/components/Sittings/styled.d.ts +1 -1
- package/distribution/components/pluridal/sitting/SittingTray/components/StateImage/index.d.ts +16 -16
- package/distribution/components/pluridal/sitting/SittingTray/components/StateImage/styled.d.ts +6 -5
- package/distribution/components/pluridal/sitting/SittingTray/components/StateLine/index.d.ts +9 -9
- package/distribution/components/pluridal/sitting/SittingTray/components/StateLine/styled.d.ts +8 -7
- package/distribution/components/pluridal/sitting/SittingTray/components/StateLink/index.d.ts +10 -10
- package/distribution/components/pluridal/sitting/SittingTray/components/StateLink/styled.d.ts +5 -4
- package/distribution/components/pluridal/sitting/SittingTray/components/StateShareImage/index.d.ts +5 -5
- package/distribution/components/pluridal/sitting/SittingTray/components/StateShareImage/styled.d.ts +5 -4
- package/distribution/components/pluridal/sitting/SittingTray/index.d.ts +16 -16
- package/distribution/components/pluridal/sitting/SittingTray/styled.d.ts +8 -8
- package/distribution/components/pluridal/sitting/index.d.ts +7 -7
- package/distribution/components/pluridal/toolbars/HorizontalToolbarButton/index.d.ts +14 -14
- package/distribution/components/pluridal/toolbars/HorizontalToolbarButton/styled.d.ts +12 -11
- package/distribution/components/pluridal/toolbars/ToolbarControls/index.d.ts +13 -13
- package/distribution/components/pluridal/toolbars/ToolbarControls/styled.d.ts +13 -12
- package/distribution/components/pluridal/toolbars/ToolbarGeneral/index.d.ts +26 -26
- package/distribution/components/pluridal/toolbars/ToolbarGeneral/styled.d.ts +3 -2
- package/distribution/components/pluridal/toolbars/ToolbarSpecific/index.d.ts +24 -24
- package/distribution/components/pluridal/toolbars/ToolbarSpecific/styled.d.ts +11 -10
- package/distribution/components/pluridal/toolbars/VerticalToolbarButton/index.d.ts +16 -16
- package/distribution/components/pluridal/toolbars/VerticalToolbarButton/styled.d.ts +13 -13
- package/distribution/components/pluridal/toolbars/index.d.ts +13 -13
- package/distribution/components/universal/buttons/LinkButton/index.d.ts +16 -16
- package/distribution/components/universal/buttons/LinkButton/styled.d.ts +11 -10
- package/distribution/components/universal/buttons/PureButton/index.d.ts +16 -16
- package/distribution/components/universal/buttons/PureButton/styled.d.ts +15 -15
- package/distribution/components/universal/buttons/RefreshButton/index.d.ts +12 -12
- package/distribution/components/universal/buttons/RefreshButton/styled.d.ts +7 -6
- package/distribution/components/universal/buttons/index.d.ts +7 -7
- package/distribution/components/universal/form/FormLeftRight/index.d.ts +15 -15
- package/distribution/components/universal/form/FormLeftRight/styled.d.ts +6 -5
- package/distribution/components/universal/form/FormObliterate/index.d.ts +18 -18
- package/distribution/components/universal/form/FormObliterate/styled.d.ts +9 -8
- package/distribution/components/universal/form/Formbutton/index.d.ts +28 -28
- package/distribution/components/universal/form/Formbutton/styled.d.ts +16 -15
- package/distribution/components/universal/form/Formitem/index.d.ts +16 -16
- package/distribution/components/universal/form/Formitem/styled.d.ts +7 -6
- package/distribution/components/universal/form/Formline/index.d.ts +21 -21
- package/distribution/components/universal/form/Formline/styled.d.ts +13 -12
- package/distribution/components/universal/form/index.d.ts +9 -9
- package/distribution/components/universal/general/GlobalStyles/index.d.ts +7 -6
- package/distribution/components/universal/general/index.d.ts +5 -4
- package/distribution/components/universal/index.d.ts +49 -49
- package/distribution/components/universal/inputs/Dropdown/index.d.ts +47 -47
- package/distribution/components/universal/inputs/Dropdown/styled.d.ts +8 -8
- package/distribution/components/universal/inputs/EntityPill/index.d.ts +11 -11
- package/distribution/components/universal/inputs/EntityPill/styled.d.ts +6 -5
- package/distribution/components/universal/inputs/EntityPillGroup/index.d.ts +13 -13
- package/distribution/components/universal/inputs/EntityPillGroup/styled.d.ts +6 -5
- package/distribution/components/universal/inputs/InputBox/index.d.ts +13 -13
- package/distribution/components/universal/inputs/InputBox/styled.d.ts +10 -9
- package/distribution/components/universal/inputs/InputDescriptor/index.d.ts +11 -11
- package/distribution/components/universal/inputs/InputDescriptor/styled.d.ts +6 -5
- package/distribution/components/universal/inputs/InputLine/index.d.ts +17 -17
- package/distribution/components/universal/inputs/InputLine/styled.d.ts +6 -5
- package/distribution/components/universal/inputs/InputSwitch/index.d.ts +15 -15
- package/distribution/components/universal/inputs/InputSwitch/styled.d.ts +5 -4
- package/distribution/components/universal/inputs/Itemsline/index.d.ts +18 -18
- package/distribution/components/universal/inputs/Itemsline/styled.d.ts +8 -7
- package/distribution/components/universal/inputs/Select/index.d.ts +23 -23
- package/distribution/components/universal/inputs/Select/styled.d.ts +1 -1
- package/distribution/components/universal/inputs/Slider/index.d.ts +19 -19
- package/distribution/components/universal/inputs/Slider/styled.d.ts +5 -4
- package/distribution/components/universal/inputs/Switch/index.d.ts +14 -14
- package/distribution/components/universal/inputs/Switch/styled.d.ts +3 -3
- package/distribution/components/universal/inputs/Textline/index.d.ts +62 -62
- package/distribution/components/universal/inputs/Textline/styled.d.ts +3 -3
- package/distribution/components/universal/inputs/index.d.ts +16 -16
- package/distribution/components/universal/markers/HR/index.d.ts +9 -9
- package/distribution/components/universal/markers/HR/styled.d.ts +6 -5
- package/distribution/components/universal/markers/ProgressCircle/index.d.ts +14 -14
- package/distribution/components/universal/markers/ProgressCircle/styled.d.ts +6 -5
- package/distribution/components/universal/markers/Spinner/index.d.ts +11 -11
- package/distribution/components/universal/markers/Spinner/styled.d.ts +9 -8
- package/distribution/components/universal/markers/Tooltip/index.d.ts +16 -16
- package/distribution/components/universal/markers/Tooltip/styled.d.ts +16 -12
- package/distribution/components/universal/markers/index.d.ts +8 -8
- package/distribution/components/universal/typography/Heading/index.d.ts +10 -10
- package/distribution/components/universal/typography/Heading/styled.d.ts +6 -6
- package/distribution/components/universal/typography/Paragraph/index.d.ts +11 -11
- package/distribution/components/universal/typography/Paragraph/styled.d.ts +8 -8
- package/distribution/components/universal/typography/index.d.ts +6 -6
- package/distribution/components/universal/varia/CopyableLine/index.d.ts +19 -19
- package/distribution/components/universal/varia/CopyableLine/styled.d.ts +3 -2
- package/distribution/components/universal/varia/NewPageLink/index.d.ts +14 -14
- package/distribution/components/universal/varia/NewPageLink/styled.d.ts +4 -3
- package/distribution/components/universal/varia/ScrollableLine/index.d.ts +14 -14
- package/distribution/components/universal/varia/ScrollableLine/styled.d.ts +4 -3
- package/distribution/components/universal/varia/TextItem/index.d.ts +9 -9
- package/distribution/components/universal/varia/TextItem/styled.d.ts +2 -1
- package/distribution/components/universal/varia/index.d.ts +8 -8
- package/distribution/data/enumerations/index.d.ts +13 -13
- package/distribution/data/interfaces/index.d.ts +29 -29
- package/distribution/index.d.ts +113 -113
- package/distribution/index.es.js +202 -112
- package/distribution/index.es.js.map +1 -1
- package/distribution/index.js +202 -112
- package/distribution/index.js.map +1 -1
- package/distribution/utilities/input/index.d.ts +4 -4
- package/package.json +25 -25
|
@@ -1,55 +1,55 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
declare const pluridal: {
|
|
3
|
-
containers: {
|
|
4
|
-
DashboardsRenderer: import("react").FC<import("./containers/DashboardsRenderer").DashboardsRendererProperties>;
|
|
5
|
-
EntityView: import("react").ForwardRefExoticComponent<import("./containers/EntityView").EntityViewType>;
|
|
6
|
-
};
|
|
7
|
-
head: {
|
|
8
|
-
Head: import("react-redux").ConnectedComponent<import("react").FC<import("./head/Head").HeadProperties>, {
|
|
9
|
-
context: import("react").Context<any>;
|
|
10
|
-
Helmet: any;
|
|
11
|
-
defaults?: (Partial<import("@plurid/plurid-ui-state-react/distribution/modules/head").HeadState> & import("./head/Head").HeadDefaults) | undefined;
|
|
12
|
-
selectors: import("@plurid/plurid-ui-state-react").StateOfAny & {
|
|
13
|
-
head: {
|
|
14
|
-
getHead: (state: import("@plurid/plurid-ui-state-react").StateWithSlice<"head", import("@plurid/plurid-ui-state-react/distribution/modules/head").HeadState>) => import("@plurid/plurid-ui-state-react/distribution/modules/head").HeadState;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
|
-
children?: import("react").ReactNode;
|
|
18
|
-
store?: import("@reduxjs/toolkit").Store<any, import("@reduxjs/toolkit").AnyAction> | undefined;
|
|
19
|
-
}>;
|
|
20
|
-
};
|
|
21
|
-
notifications: {
|
|
22
|
-
Notification: import("react").FC<import("./notifications/Notification").NotificationOwnProperties>;
|
|
23
|
-
Notifications: import("react-redux").ConnectedComponent<import("react").FC<import("./notifications/Notifications").NotificationsProperties>, {
|
|
24
|
-
context: import("react").Context<any>;
|
|
25
|
-
selectors: import("@plurid/plurid-ui-state-react").StateOfAny & {
|
|
26
|
-
themes: {
|
|
27
|
-
getGeneralTheme: (state: import("@plurid/plurid-ui-state-react").StateWithSlice<"themes", import("@plurid/plurid-ui-state-react/distribution/modules/themes").ThemesState>) => import("@plurid/plurid-themes/distribution").Theme;
|
|
28
|
-
getInteractionTheme: (state: import("@plurid/plurid-ui-state-react").StateWithSlice<"themes", import("@plurid/plurid-ui-state-react/distribution/modules/themes").ThemesState>) => import("@plurid/plurid-themes/distribution").Theme;
|
|
29
|
-
};
|
|
30
|
-
notifications: {
|
|
31
|
-
getAll: (state: import("@plurid/plurid-ui-state-react").StateWithSlice<"notifications", import("@plurid/plurid-ui-state-react/distribution/modules/notifications").NotificationsState>) => import("@plurid/plurid-ui-state-react/distribution/modules/notifications").NotificationsState;
|
|
32
|
-
};
|
|
33
|
-
};
|
|
34
|
-
elements?: Record<string, JSX.Element> | undefined;
|
|
35
|
-
store?: import("@reduxjs/toolkit").Store<any, import("@reduxjs/toolkit").AnyAction> | undefined;
|
|
36
|
-
}>;
|
|
37
|
-
};
|
|
38
|
-
sitting: {
|
|
39
|
-
SittingTray: import("react-redux").ConnectedComponent<import("react").FC<import("./sitting/SittingTray").SittingTrayProperties>, {
|
|
40
|
-
[x: string]: any;
|
|
41
|
-
}>;
|
|
42
|
-
};
|
|
43
|
-
toolbars: {
|
|
44
|
-
HorizontalToolbarButton: import("react").FC<import("./toolbars/HorizontalToolbarButton").HorizontalToolbarButtonOwnProperties>;
|
|
45
|
-
ToolbarControls: import("react").FC<import("./toolbars/ToolbarControls").ToolbarControlsOwnProperties>;
|
|
46
|
-
ToolbarGeneral: import("react-redux").ConnectedComponent<import("react").FC<import("./toolbars/ToolbarGeneral").ToolbarGeneralProperties>, {
|
|
47
|
-
[x: string]: any;
|
|
48
|
-
}>;
|
|
49
|
-
ToolbarSpecific: import("react-redux").ConnectedComponent<import("react").FC<import("./toolbars/ToolbarSpecific").ToolbarSpecificProperties>, {
|
|
50
|
-
[x: string]: any;
|
|
51
|
-
}>;
|
|
52
|
-
VerticalToolbarButton: import("react").FC<import("./toolbars/VerticalToolbarButton").VerticalToolbarButtonOwnProperties>;
|
|
53
|
-
};
|
|
54
|
-
};
|
|
55
|
-
export default pluridal;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const pluridal: {
|
|
3
|
+
containers: {
|
|
4
|
+
DashboardsRenderer: import("react").FC<import("./containers/DashboardsRenderer").DashboardsRendererProperties>;
|
|
5
|
+
EntityView: import("react").ForwardRefExoticComponent<import("./containers/EntityView").EntityViewType>;
|
|
6
|
+
};
|
|
7
|
+
head: {
|
|
8
|
+
Head: import("react-redux").ConnectedComponent<import("react").FC<import("./head/Head").HeadProperties>, {
|
|
9
|
+
context: import("react").Context<any>;
|
|
10
|
+
Helmet: any;
|
|
11
|
+
defaults?: (Partial<import("@plurid/plurid-ui-state-react/distribution/modules/head").HeadState> & import("./head/Head").HeadDefaults) | undefined;
|
|
12
|
+
selectors: import("@plurid/plurid-ui-state-react").StateOfAny & {
|
|
13
|
+
head: {
|
|
14
|
+
getHead: (state: import("@plurid/plurid-ui-state-react").StateWithSlice<"head", import("@plurid/plurid-ui-state-react/distribution/modules/head").HeadState>) => import("@plurid/plurid-ui-state-react/distribution/modules/head").HeadState;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
children?: import("react").ReactNode;
|
|
18
|
+
store?: import("@reduxjs/toolkit").Store<any, import("@reduxjs/toolkit").AnyAction> | undefined;
|
|
19
|
+
}>;
|
|
20
|
+
};
|
|
21
|
+
notifications: {
|
|
22
|
+
Notification: import("react").FC<import("./notifications/Notification").NotificationOwnProperties>;
|
|
23
|
+
Notifications: import("react-redux").ConnectedComponent<import("react").FC<import("./notifications/Notifications").NotificationsProperties>, {
|
|
24
|
+
context: import("react").Context<any>;
|
|
25
|
+
selectors: import("@plurid/plurid-ui-state-react").StateOfAny & {
|
|
26
|
+
themes: {
|
|
27
|
+
getGeneralTheme: (state: import("@plurid/plurid-ui-state-react").StateWithSlice<"themes", import("@plurid/plurid-ui-state-react/distribution/modules/themes").ThemesState>) => import("@plurid/plurid-themes/distribution").Theme;
|
|
28
|
+
getInteractionTheme: (state: import("@plurid/plurid-ui-state-react").StateWithSlice<"themes", import("@plurid/plurid-ui-state-react/distribution/modules/themes").ThemesState>) => import("@plurid/plurid-themes/distribution").Theme;
|
|
29
|
+
};
|
|
30
|
+
notifications: {
|
|
31
|
+
getAll: (state: import("@plurid/plurid-ui-state-react").StateWithSlice<"notifications", import("@plurid/plurid-ui-state-react/distribution/modules/notifications").NotificationsState>) => import("@plurid/plurid-ui-state-react/distribution/modules/notifications").NotificationsState;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
elements?: Record<string, JSX.Element> | undefined;
|
|
35
|
+
store?: import("@reduxjs/toolkit").Store<any, import("@reduxjs/toolkit").AnyAction> | undefined;
|
|
36
|
+
}>;
|
|
37
|
+
};
|
|
38
|
+
sitting: {
|
|
39
|
+
SittingTray: import("react-redux").ConnectedComponent<import("react").FC<import("./sitting/SittingTray").SittingTrayProperties>, {
|
|
40
|
+
[x: string]: any;
|
|
41
|
+
}>;
|
|
42
|
+
};
|
|
43
|
+
toolbars: {
|
|
44
|
+
HorizontalToolbarButton: import("react").FC<import("./toolbars/HorizontalToolbarButton").HorizontalToolbarButtonOwnProperties>;
|
|
45
|
+
ToolbarControls: import("react").FC<import("./toolbars/ToolbarControls").ToolbarControlsOwnProperties>;
|
|
46
|
+
ToolbarGeneral: import("react-redux").ConnectedComponent<import("react").FC<import("./toolbars/ToolbarGeneral").ToolbarGeneralProperties>, {
|
|
47
|
+
[x: string]: any;
|
|
48
|
+
}>;
|
|
49
|
+
ToolbarSpecific: import("react-redux").ConnectedComponent<import("react").FC<import("./toolbars/ToolbarSpecific").ToolbarSpecificProperties>, {
|
|
50
|
+
[x: string]: any;
|
|
51
|
+
}>;
|
|
52
|
+
VerticalToolbarButton: import("react").FC<import("./toolbars/VerticalToolbarButton").VerticalToolbarButtonOwnProperties>;
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
export default pluridal;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Theme } from '@plurid/plurid-themes';
|
|
3
|
-
import { DispatchAction, Notification, notifications } from '@plurid/plurid-ui-state-react';
|
|
4
|
-
export interface NotificationOwnProperties {
|
|
5
|
-
data: Notification;
|
|
6
|
-
theme: Theme;
|
|
7
|
-
remove: DispatchAction<typeof notifications.actions.remove>;
|
|
8
|
-
elements?: Record<string, JSX.Element>;
|
|
9
|
-
style?: React.CSSProperties;
|
|
10
|
-
className?: string;
|
|
11
|
-
}
|
|
12
|
-
export
|
|
13
|
-
declare const Notification: React.FC<NotificationProperties>;
|
|
14
|
-
export default Notification;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Theme } from '@plurid/plurid-themes';
|
|
3
|
+
import { DispatchAction, Notification, notifications } from '@plurid/plurid-ui-state-react';
|
|
4
|
+
export interface NotificationOwnProperties {
|
|
5
|
+
data: Notification;
|
|
6
|
+
theme: Theme;
|
|
7
|
+
remove: DispatchAction<typeof notifications.actions.remove>;
|
|
8
|
+
elements?: Record<string, JSX.Element>;
|
|
9
|
+
style?: React.CSSProperties;
|
|
10
|
+
className?: string;
|
|
11
|
+
}
|
|
12
|
+
export type NotificationProperties = NotificationOwnProperties;
|
|
13
|
+
declare const Notification: React.FC<NotificationProperties>;
|
|
14
|
+
export default Notification;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
export
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
export declare const
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { Theme } from '@plurid/plurid-themes';
|
|
3
|
+
export interface IStyledNotification {
|
|
4
|
+
theme: Theme;
|
|
5
|
+
}
|
|
6
|
+
export declare const StyledNotification: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, IStyledNotification>>;
|
|
7
|
+
export interface IStyledNotificationContent {
|
|
8
|
+
wordBreak: string;
|
|
9
|
+
}
|
|
10
|
+
export declare const StyledNotificationContent: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, IStyledNotificationContent>>;
|
|
11
|
+
export declare const StyledNotificationClose: import("styled-components").IStyledComponent<"web", Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { AnyAction } from '@reduxjs/toolkit';
|
|
3
|
-
import { Theme } from '@plurid/plurid-themes';
|
|
4
|
-
import { DispatchAction, StateOfAny, themes as themesStateService, notifications as notificationsStateService, Notification as INotification } from '@plurid/plurid-ui-state-react';
|
|
5
|
-
export
|
|
6
|
-
themes: themesStateService.ThemesState;
|
|
7
|
-
notifications: notificationsStateService.NotificationsState;
|
|
8
|
-
};
|
|
9
|
-
export
|
|
10
|
-
themes: typeof themesStateService.selectors;
|
|
11
|
-
notifications: typeof notificationsStateService.selectors;
|
|
12
|
-
};
|
|
13
|
-
export interface NotificationsOwnProperties {
|
|
14
|
-
selectors: NotificationsSelectors;
|
|
15
|
-
context: React.Context<any>;
|
|
16
|
-
elements?: Record<string, JSX.Element>;
|
|
17
|
-
}
|
|
18
|
-
export interface NotificationsStateProperties {
|
|
19
|
-
stateGeneralTheme: Theme;
|
|
20
|
-
stateNotifications: INotification[];
|
|
21
|
-
}
|
|
22
|
-
export interface NotificationsDispatchProperties {
|
|
23
|
-
dispatchRemoveNotification: DispatchAction<typeof notificationsStateService.actions.remove>;
|
|
24
|
-
}
|
|
25
|
-
export
|
|
26
|
-
declare const ConnectedNotifications: import("react-redux").ConnectedComponent<React.FC<NotificationsProperties>, {
|
|
27
|
-
context: React.Context<any>;
|
|
28
|
-
selectors: StateOfAny & {
|
|
29
|
-
themes: typeof themesStateService.selectors;
|
|
30
|
-
notifications: typeof notificationsStateService.selectors;
|
|
31
|
-
};
|
|
32
|
-
elements?: Record<string, JSX.Element> | undefined;
|
|
33
|
-
store?: import("@reduxjs/toolkit").Store<any, AnyAction> | undefined;
|
|
34
|
-
}>;
|
|
35
|
-
export default ConnectedNotifications;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { AnyAction } from '@reduxjs/toolkit';
|
|
3
|
+
import { Theme } from '@plurid/plurid-themes';
|
|
4
|
+
import { DispatchAction, StateOfAny, themes as themesStateService, notifications as notificationsStateService, Notification as INotification } from '@plurid/plurid-ui-state-react';
|
|
5
|
+
export type NotificationsState = StateOfAny & {
|
|
6
|
+
themes: themesStateService.ThemesState;
|
|
7
|
+
notifications: notificationsStateService.NotificationsState;
|
|
8
|
+
};
|
|
9
|
+
export type NotificationsSelectors = StateOfAny & {
|
|
10
|
+
themes: typeof themesStateService.selectors;
|
|
11
|
+
notifications: typeof notificationsStateService.selectors;
|
|
12
|
+
};
|
|
13
|
+
export interface NotificationsOwnProperties {
|
|
14
|
+
selectors: NotificationsSelectors;
|
|
15
|
+
context: React.Context<any>;
|
|
16
|
+
elements?: Record<string, JSX.Element>;
|
|
17
|
+
}
|
|
18
|
+
export interface NotificationsStateProperties {
|
|
19
|
+
stateGeneralTheme: Theme;
|
|
20
|
+
stateNotifications: INotification[];
|
|
21
|
+
}
|
|
22
|
+
export interface NotificationsDispatchProperties {
|
|
23
|
+
dispatchRemoveNotification: DispatchAction<typeof notificationsStateService.actions.remove>;
|
|
24
|
+
}
|
|
25
|
+
export type NotificationsProperties = NotificationsOwnProperties & NotificationsStateProperties & NotificationsDispatchProperties;
|
|
26
|
+
declare const ConnectedNotifications: import("react-redux").ConnectedComponent<React.FC<NotificationsProperties>, {
|
|
27
|
+
context: React.Context<any>;
|
|
28
|
+
selectors: StateOfAny & {
|
|
29
|
+
themes: typeof themesStateService.selectors;
|
|
30
|
+
notifications: typeof notificationsStateService.selectors;
|
|
31
|
+
};
|
|
32
|
+
elements?: Record<string, JSX.Element> | undefined;
|
|
33
|
+
store?: import("@reduxjs/toolkit").Store<any, AnyAction> | undefined;
|
|
34
|
+
}>;
|
|
35
|
+
export default ConnectedNotifications;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const StyledNotifications: import("styled-components").IStyledComponent<"web", Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
declare const notifications: {
|
|
3
|
-
Notification: import("react").FC<import("./Notification").NotificationOwnProperties>;
|
|
4
|
-
Notifications: import("react-redux").ConnectedComponent<import("react").FC<import("./Notifications").NotificationsProperties>, {
|
|
5
|
-
context: import("react").Context<any>;
|
|
6
|
-
selectors: import("@plurid/plurid-ui-state-react").StateOfAny & {
|
|
7
|
-
themes: {
|
|
8
|
-
getGeneralTheme: (state: import("@plurid/plurid-ui-state-react").StateWithSlice<"themes", import("@plurid/plurid-ui-state-react/distribution/modules/themes").ThemesState>) => import("@plurid/plurid-themes/distribution").Theme;
|
|
9
|
-
getInteractionTheme: (state: import("@plurid/plurid-ui-state-react").StateWithSlice<"themes", import("@plurid/plurid-ui-state-react/distribution/modules/themes").ThemesState>) => import("@plurid/plurid-themes/distribution").Theme;
|
|
10
|
-
};
|
|
11
|
-
notifications: {
|
|
12
|
-
getAll: (state: import("@plurid/plurid-ui-state-react").StateWithSlice<"notifications", import("@plurid/plurid-ui-state-react/distribution/modules/notifications").NotificationsState>) => import("@plurid/plurid-ui-state-react/distribution/modules/notifications").NotificationsState;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
elements?: Record<string, JSX.Element> | undefined;
|
|
16
|
-
store?: import("@reduxjs/toolkit").Store<any, import("@reduxjs/toolkit").AnyAction> | undefined;
|
|
17
|
-
}>;
|
|
18
|
-
};
|
|
19
|
-
export default notifications;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const notifications: {
|
|
3
|
+
Notification: import("react").FC<import("./Notification").NotificationOwnProperties>;
|
|
4
|
+
Notifications: import("react-redux").ConnectedComponent<import("react").FC<import("./Notifications").NotificationsProperties>, {
|
|
5
|
+
context: import("react").Context<any>;
|
|
6
|
+
selectors: import("@plurid/plurid-ui-state-react").StateOfAny & {
|
|
7
|
+
themes: {
|
|
8
|
+
getGeneralTheme: (state: import("@plurid/plurid-ui-state-react").StateWithSlice<"themes", import("@plurid/plurid-ui-state-react/distribution/modules/themes").ThemesState>) => import("@plurid/plurid-themes/distribution").Theme;
|
|
9
|
+
getInteractionTheme: (state: import("@plurid/plurid-ui-state-react").StateWithSlice<"themes", import("@plurid/plurid-ui-state-react/distribution/modules/themes").ThemesState>) => import("@plurid/plurid-themes/distribution").Theme;
|
|
10
|
+
};
|
|
11
|
+
notifications: {
|
|
12
|
+
getAll: (state: import("@plurid/plurid-ui-state-react").StateWithSlice<"notifications", import("@plurid/plurid-ui-state-react/distribution/modules/notifications").NotificationsState>) => import("@plurid/plurid-ui-state-react/distribution/modules/notifications").NotificationsState;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
elements?: Record<string, JSX.Element> | undefined;
|
|
16
|
+
store?: import("@reduxjs/toolkit").Store<any, import("@reduxjs/toolkit").AnyAction> | undefined;
|
|
17
|
+
}>;
|
|
18
|
+
};
|
|
19
|
+
export default notifications;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Theme } from '@plurid/plurid-themes';
|
|
3
|
-
export interface SittingsOwnProperties {
|
|
4
|
-
selectors: any;
|
|
5
|
-
context: React.Context<any>;
|
|
6
|
-
}
|
|
7
|
-
export interface SittingsStateProperties {
|
|
8
|
-
stateInteractionTheme: Theme;
|
|
9
|
-
}
|
|
10
|
-
export interface SittingsDispatchProperties {
|
|
11
|
-
}
|
|
12
|
-
export
|
|
13
|
-
declare const ConnectedSittings: import("react-redux").ConnectedComponent<React.FC<SittingsProperties>, {
|
|
14
|
-
[x: string]: any;
|
|
15
|
-
}>;
|
|
16
|
-
export default ConnectedSittings;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Theme } from '@plurid/plurid-themes';
|
|
3
|
+
export interface SittingsOwnProperties {
|
|
4
|
+
selectors: any;
|
|
5
|
+
context: React.Context<any>;
|
|
6
|
+
}
|
|
7
|
+
export interface SittingsStateProperties {
|
|
8
|
+
stateInteractionTheme: Theme;
|
|
9
|
+
}
|
|
10
|
+
export interface SittingsDispatchProperties {
|
|
11
|
+
}
|
|
12
|
+
export type SittingsProperties = SittingsOwnProperties & SittingsStateProperties & SittingsDispatchProperties;
|
|
13
|
+
declare const ConnectedSittings: import("react-redux").ConnectedComponent<React.FC<SittingsProperties>, {
|
|
14
|
+
[x: string]: any;
|
|
15
|
+
}>;
|
|
16
|
+
export default ConnectedSittings;
|
package/distribution/components/pluridal/sitting/SittingTray/components/Sittings/styled.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const StyledSittings: any;
|
|
1
|
+
export declare const StyledSittings: any;
|
package/distribution/components/pluridal/sitting/SittingTray/components/StateImage/index.d.ts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Theme } from '@plurid/plurid-themes';
|
|
3
|
-
export interface StateImageOwnProperties {
|
|
4
|
-
selectors: any;
|
|
5
|
-
context: React.Context<any>;
|
|
6
|
-
}
|
|
7
|
-
export interface StateImageStateProperties {
|
|
8
|
-
stateInteractionTheme: Theme;
|
|
9
|
-
}
|
|
10
|
-
export interface StateImageDispatchProperties {
|
|
11
|
-
}
|
|
12
|
-
export
|
|
13
|
-
declare const ConnectedStateImage: import("react-redux").ConnectedComponent<React.FC<StateImageProperties>, {
|
|
14
|
-
[x: string]: any;
|
|
15
|
-
}>;
|
|
16
|
-
export default ConnectedStateImage;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Theme } from '@plurid/plurid-themes';
|
|
3
|
+
export interface StateImageOwnProperties {
|
|
4
|
+
selectors: any;
|
|
5
|
+
context: React.Context<any>;
|
|
6
|
+
}
|
|
7
|
+
export interface StateImageStateProperties {
|
|
8
|
+
stateInteractionTheme: Theme;
|
|
9
|
+
}
|
|
10
|
+
export interface StateImageDispatchProperties {
|
|
11
|
+
}
|
|
12
|
+
export type StateImageProperties = StateImageOwnProperties & StateImageStateProperties & StateImageDispatchProperties;
|
|
13
|
+
declare const ConnectedStateImage: import("react-redux").ConnectedComponent<React.FC<StateImageProperties>, {
|
|
14
|
+
[x: string]: any;
|
|
15
|
+
}>;
|
|
16
|
+
export default ConnectedStateImage;
|
package/distribution/components/pluridal/sitting/SittingTray/components/StateImage/styled.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const StyledStateImage: import("styled-components").IStyledComponent<"web", Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
3
|
+
export declare const StyledStateShareImage: import("styled-components").IStyledComponent<"web", Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
4
|
+
export declare const StyledStateShareImageButtons: import("styled-components").IStyledComponent<"web", Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
5
|
+
export declare const StyledStateShareImageButtonsCopy: import("styled-components").IStyledComponent<"web", Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
6
|
+
export declare const StyledStateShareImagePasteContainer: import("styled-components").IStyledComponent<"web", Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
package/distribution/components/pluridal/sitting/SittingTray/components/StateLine/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface StateLineProperties {
|
|
3
|
-
theme: any;
|
|
4
|
-
context: React.Context<any>;
|
|
5
|
-
}
|
|
6
|
-
declare const ConnectedStateLine: import("react-redux").ConnectedComponent<React.FC<StateLineProperties>, {
|
|
7
|
-
[x: string]: any;
|
|
8
|
-
}>;
|
|
9
|
-
export default ConnectedStateLine;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface StateLineProperties {
|
|
3
|
+
theme: any;
|
|
4
|
+
context: React.Context<any>;
|
|
5
|
+
}
|
|
6
|
+
declare const ConnectedStateLine: import("react-redux").ConnectedComponent<React.FC<StateLineProperties>, {
|
|
7
|
+
[x: string]: any;
|
|
8
|
+
}>;
|
|
9
|
+
export default ConnectedStateLine;
|
package/distribution/components/pluridal/sitting/SittingTray/components/StateLine/styled.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const
|
|
6
|
-
export declare const
|
|
7
|
-
export declare const
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const StyledStateLine: import("styled-components").IStyledComponent<"web", Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
3
|
+
export declare const StyledSliderStateButton: import("styled-components").IStyledComponent<"web", Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
4
|
+
export declare const StyledSliderStateSliderContainer: import("styled-components").IStyledComponent<"web", Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
5
|
+
export declare const StyledSliderStateSittings: import("styled-components").IStyledComponent<"web", Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
6
|
+
export declare const StyledStateLineButtons: import("styled-components").IStyledComponent<"web", Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
7
|
+
export declare const StyledStateLineButton: import("styled-components").IStyledComponent<"web", Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
8
|
+
export declare const StyledStateLineContainer: import("styled-components").IStyledComponent<"web", Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
package/distribution/components/pluridal/sitting/SittingTray/components/StateLink/index.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface StateLinkProperties {
|
|
3
|
-
theme: any;
|
|
4
|
-
currentLink: string;
|
|
5
|
-
context: React.Context<any>;
|
|
6
|
-
}
|
|
7
|
-
declare const ConnectedStateLink: import("react-redux").ConnectedComponent<React.FC<StateLinkProperties>, {
|
|
8
|
-
[x: string]: any;
|
|
9
|
-
}>;
|
|
10
|
-
export default ConnectedStateLink;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface StateLinkProperties {
|
|
3
|
+
theme: any;
|
|
4
|
+
currentLink: string;
|
|
5
|
+
context: React.Context<any>;
|
|
6
|
+
}
|
|
7
|
+
declare const ConnectedStateLink: import("react-redux").ConnectedComponent<React.FC<StateLinkProperties>, {
|
|
8
|
+
[x: string]: any;
|
|
9
|
+
}>;
|
|
10
|
+
export default ConnectedStateLink;
|
package/distribution/components/pluridal/sitting/SittingTray/components/StateLink/styled.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const StyledStateLink: import("styled-components").IStyledComponent<"web", Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
3
|
+
export declare const StyledStateLinkContainer: any;
|
|
4
|
+
export declare const StyledStateLinkText: any;
|
|
5
|
+
export declare const StyledStateLinkCopy: any;
|
package/distribution/components/pluridal/sitting/SittingTray/components/StateShareImage/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface StateShareImageProperties {
|
|
3
|
-
}
|
|
4
|
-
declare const StateShareImage: React.FC<StateShareImageProperties>;
|
|
5
|
-
export default StateShareImage;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface StateShareImageProperties {
|
|
3
|
+
}
|
|
4
|
+
declare const StateShareImage: React.FC<StateShareImageProperties>;
|
|
5
|
+
export default StateShareImage;
|
package/distribution/components/pluridal/sitting/SittingTray/components/StateShareImage/styled.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const StyledStateShareImage: import("styled-components").IStyledComponent<"web", Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
3
|
+
export declare const StyledStateShareImageButtons: import("styled-components").IStyledComponent<"web", Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
4
|
+
export declare const StyledStateShareImageButtonsCopy: import("styled-components").IStyledComponent<"web", Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
5
|
+
export declare const StyledStateShareImagePasteContainer: import("styled-components").IStyledComponent<"web", Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Theme } from '@plurid/plurid-themes';
|
|
3
|
-
export interface SittingTrayOwnProperties {
|
|
4
|
-
selectors: any;
|
|
5
|
-
context: React.Context<any>;
|
|
6
|
-
}
|
|
7
|
-
export interface SittingTrayStateProperties {
|
|
8
|
-
stateInteractionTheme: Theme;
|
|
9
|
-
}
|
|
10
|
-
export interface SittingTrayDispatchProperties {
|
|
11
|
-
}
|
|
12
|
-
export
|
|
13
|
-
declare const ConnectedSittingTray: import("react-redux").ConnectedComponent<React.FC<SittingTrayProperties>, {
|
|
14
|
-
[x: string]: any;
|
|
15
|
-
}>;
|
|
16
|
-
export default ConnectedSittingTray;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Theme } from '@plurid/plurid-themes';
|
|
3
|
+
export interface SittingTrayOwnProperties {
|
|
4
|
+
selectors: any;
|
|
5
|
+
context: React.Context<any>;
|
|
6
|
+
}
|
|
7
|
+
export interface SittingTrayStateProperties {
|
|
8
|
+
stateInteractionTheme: Theme;
|
|
9
|
+
}
|
|
10
|
+
export interface SittingTrayDispatchProperties {
|
|
11
|
+
}
|
|
12
|
+
export type SittingTrayProperties = SittingTrayOwnProperties & SittingTrayStateProperties & SittingTrayDispatchProperties;
|
|
13
|
+
declare const ConnectedSittingTray: import("react-redux").ConnectedComponent<React.FC<SittingTrayProperties>, {
|
|
14
|
+
[x: string]: any;
|
|
15
|
+
}>;
|
|
16
|
+
export default ConnectedSittingTray;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export declare const StyledSittingTray: any;
|
|
2
|
-
export declare const StyledSittingTrayContainer: any;
|
|
3
|
-
export declare const StyledSittingTrayItem: any;
|
|
4
|
-
export declare const StyledSittingTrayItemHeader: any;
|
|
5
|
-
export declare const StyledSittingTrayItemBody: any;
|
|
6
|
-
export declare const StyledSittingTrayButton: any;
|
|
7
|
-
export declare const StyledSittingTrayButtonIcon: any;
|
|
8
|
-
export declare const StyledSittingTrayButtonText: any;
|
|
1
|
+
export declare const StyledSittingTray: any;
|
|
2
|
+
export declare const StyledSittingTrayContainer: any;
|
|
3
|
+
export declare const StyledSittingTrayItem: any;
|
|
4
|
+
export declare const StyledSittingTrayItemHeader: any;
|
|
5
|
+
export declare const StyledSittingTrayItemBody: any;
|
|
6
|
+
export declare const StyledSittingTrayButton: any;
|
|
7
|
+
export declare const StyledSittingTrayButtonIcon: any;
|
|
8
|
+
export declare const StyledSittingTrayButtonText: any;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
declare const sitting: {
|
|
3
|
-
SittingTray: import("react-redux").ConnectedComponent<import("react").FC<import("./SittingTray").SittingTrayProperties>, {
|
|
4
|
-
[x: string]: any;
|
|
5
|
-
}>;
|
|
6
|
-
};
|
|
7
|
-
export default sitting;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const sitting: {
|
|
3
|
+
SittingTray: import("react-redux").ConnectedComponent<import("react").FC<import("./SittingTray").SittingTrayProperties>, {
|
|
4
|
+
[x: string]: any;
|
|
5
|
+
}>;
|
|
6
|
+
};
|
|
7
|
+
export default sitting;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Theme } from '@plurid/plurid-themes';
|
|
3
|
-
export interface HorizontalToolbarButtonOwnProperties {
|
|
4
|
-
text: string;
|
|
5
|
-
atClick: (event: React.MouseEvent) => void;
|
|
6
|
-
active?: boolean;
|
|
7
|
-
icon?: React.FC;
|
|
8
|
-
scaleIcon?: boolean;
|
|
9
|
-
theme?: Theme;
|
|
10
|
-
style?: React.CSSProperties;
|
|
11
|
-
className?: string;
|
|
12
|
-
}
|
|
13
|
-
declare const HorizontalToolbarButton: React.FC<HorizontalToolbarButtonOwnProperties>;
|
|
14
|
-
export default HorizontalToolbarButton;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Theme } from '@plurid/plurid-themes';
|
|
3
|
+
export interface HorizontalToolbarButtonOwnProperties {
|
|
4
|
+
text: string;
|
|
5
|
+
atClick: (event: React.MouseEvent) => void;
|
|
6
|
+
active?: boolean;
|
|
7
|
+
icon?: React.FC;
|
|
8
|
+
scaleIcon?: boolean;
|
|
9
|
+
theme?: Theme;
|
|
10
|
+
style?: React.CSSProperties;
|
|
11
|
+
className?: string;
|
|
12
|
+
}
|
|
13
|
+
declare const HorizontalToolbarButton: React.FC<HorizontalToolbarButtonOwnProperties>;
|
|
14
|
+
export default HorizontalToolbarButton;
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
export
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { Theme } from '@plurid/plurid-themes';
|
|
3
|
+
export interface IStyledHorizontalToolbarButton {
|
|
4
|
+
active?: boolean;
|
|
5
|
+
scaleIcon?: boolean;
|
|
6
|
+
theme: Theme;
|
|
7
|
+
}
|
|
8
|
+
export declare const StyledHorizontalToolbarButton: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, IStyledHorizontalToolbarButton>>;
|
|
9
|
+
export interface IStyledHorizontalToolbarButtonIcon {
|
|
10
|
+
text: string;
|
|
11
|
+
}
|
|
12
|
+
export declare const StyledHorizontalToolbarButtonIcon: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, IStyledHorizontalToolbarButtonIcon>>;
|