@plurid/plurid-ui-components-react 0.0.0-26 → 0.0.0-28
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 +5 -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 +11 -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 +20 -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 +8 -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 +25 -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 +10 -10
- package/distribution/components/pluridal/notifications/Notifications/index.d.ts +35 -35
- package/distribution/components/pluridal/notifications/Notifications/styled.d.ts +1 -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 +5 -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 +7 -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 +4 -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 +4 -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 +11 -11
- package/distribution/components/pluridal/toolbars/ToolbarControls/index.d.ts +13 -13
- package/distribution/components/pluridal/toolbars/ToolbarControls/styled.d.ts +12 -12
- package/distribution/components/pluridal/toolbars/ToolbarGeneral/index.d.ts +26 -26
- package/distribution/components/pluridal/toolbars/ToolbarGeneral/styled.d.ts +2 -2
- package/distribution/components/pluridal/toolbars/ToolbarSpecific/index.d.ts +24 -24
- package/distribution/components/pluridal/toolbars/ToolbarSpecific/styled.d.ts +10 -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 +10 -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 +6 -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 +5 -5
- package/distribution/components/universal/form/FormObliterate/index.d.ts +18 -18
- package/distribution/components/universal/form/FormObliterate/styled.d.ts +8 -8
- package/distribution/components/universal/form/Formbutton/index.d.ts +28 -28
- package/distribution/components/universal/form/Formbutton/styled.d.ts +15 -15
- package/distribution/components/universal/form/Formitem/index.d.ts +16 -16
- package/distribution/components/universal/form/Formitem/styled.d.ts +6 -6
- package/distribution/components/universal/form/Formline/index.d.ts +21 -21
- package/distribution/components/universal/form/Formline/styled.d.ts +12 -12
- package/distribution/components/universal/form/index.d.ts +9 -9
- package/distribution/components/universal/general/GlobalStyles/index.d.ts +6 -6
- package/distribution/components/universal/general/index.d.ts +4 -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 +5 -5
- package/distribution/components/universal/inputs/EntityPillGroup/index.d.ts +13 -13
- package/distribution/components/universal/inputs/EntityPillGroup/styled.d.ts +5 -5
- package/distribution/components/universal/inputs/InputBox/index.d.ts +13 -13
- package/distribution/components/universal/inputs/InputBox/styled.d.ts +9 -9
- package/distribution/components/universal/inputs/InputDescriptor/index.d.ts +11 -11
- package/distribution/components/universal/inputs/InputDescriptor/styled.d.ts +5 -5
- package/distribution/components/universal/inputs/InputLine/index.d.ts +17 -17
- package/distribution/components/universal/inputs/InputLine/styled.d.ts +5 -5
- package/distribution/components/universal/inputs/InputSwitch/index.d.ts +15 -15
- package/distribution/components/universal/inputs/InputSwitch/styled.d.ts +4 -4
- package/distribution/components/universal/inputs/Itemsline/index.d.ts +18 -18
- package/distribution/components/universal/inputs/Itemsline/styled.d.ts +7 -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 +4 -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 +5 -5
- package/distribution/components/universal/markers/ProgressCircle/index.d.ts +14 -14
- package/distribution/components/universal/markers/ProgressCircle/styled.d.ts +5 -5
- package/distribution/components/universal/markers/Spinner/index.d.ts +11 -11
- package/distribution/components/universal/markers/Spinner/styled.d.ts +8 -8
- package/distribution/components/universal/markers/Tooltip/index.d.ts +16 -16
- package/distribution/components/universal/markers/Tooltip/styled.d.ts +15 -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 +2 -2
- package/distribution/components/universal/varia/NewPageLink/index.d.ts +14 -14
- package/distribution/components/universal/varia/NewPageLink/styled.d.ts +3 -3
- package/distribution/components/universal/varia/ScrollableLine/index.d.ts +14 -14
- package/distribution/components/universal/varia/ScrollableLine/styled.d.ts +3 -3
- package/distribution/components/universal/varia/TextItem/index.d.ts +9 -9
- package/distribution/components/universal/varia/TextItem/styled.d.ts +1 -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 +201 -113
- package/distribution/index.es.js.map +1 -1
- package/distribution/index.js +201 -113
- package/distribution/index.js.map +1 -1
- package/distribution/utilities/input/index.d.ts +4 -4
- package/package.json +22 -21
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Theme } from '@plurid/plurid-themes';
|
|
3
|
-
export interface FormitemProperties {
|
|
4
|
-
theme?: Theme;
|
|
5
|
-
level?: number;
|
|
6
|
-
style?: React.CSSProperties;
|
|
7
|
-
className?: string;
|
|
8
|
-
children?: React.ReactNode;
|
|
9
|
-
}
|
|
10
|
-
/**
|
|
11
|
-
* Renders a form item.
|
|
12
|
-
*
|
|
13
|
-
* @param properties
|
|
14
|
-
*/
|
|
15
|
-
declare const Formitem: React.FC<FormitemProperties>;
|
|
16
|
-
export default Formitem;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Theme } from '@plurid/plurid-themes';
|
|
3
|
+
export interface FormitemProperties {
|
|
4
|
+
theme?: Theme;
|
|
5
|
+
level?: number;
|
|
6
|
+
style?: React.CSSProperties;
|
|
7
|
+
className?: string;
|
|
8
|
+
children?: React.ReactNode;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* Renders a form item.
|
|
12
|
+
*
|
|
13
|
+
* @param properties
|
|
14
|
+
*/
|
|
15
|
+
declare const Formitem: React.FC<FormitemProperties>;
|
|
16
|
+
export default Formitem;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Theme } from '@plurid/plurid-themes';
|
|
2
|
-
export interface IStyledFormitem {
|
|
3
|
-
theme: Theme;
|
|
4
|
-
level: number;
|
|
5
|
-
}
|
|
6
|
-
export declare const StyledFormitem: import("styled-components").StyledComponent<"div", any, IStyledFormitem, never>;
|
|
1
|
+
import { Theme } from '@plurid/plurid-themes';
|
|
2
|
+
export interface IStyledFormitem {
|
|
3
|
+
theme: Theme;
|
|
4
|
+
level: number;
|
|
5
|
+
}
|
|
6
|
+
export declare const StyledFormitem: import("styled-components").StyledComponent<"div", any, IStyledFormitem, never>;
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Theme } from '@plurid/plurid-themes';
|
|
3
|
-
export interface FormlineProperties {
|
|
4
|
-
text: string;
|
|
5
|
-
Element?: React.FC;
|
|
6
|
-
theme?: Theme;
|
|
7
|
-
level?: number;
|
|
8
|
-
responsive?: boolean;
|
|
9
|
-
style?: React.CSSProperties;
|
|
10
|
-
className?: string;
|
|
11
|
-
children?: React.ReactNode;
|
|
12
|
-
}
|
|
13
|
-
/**
|
|
14
|
-
* Renders a descriptive text and a form element side by side.
|
|
15
|
-
*
|
|
16
|
-
* The form element can be passed as `Element` prop or as child.
|
|
17
|
-
*
|
|
18
|
-
* @param properties
|
|
19
|
-
*/
|
|
20
|
-
declare const Formline: React.FC<FormlineProperties>;
|
|
21
|
-
export default Formline;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Theme } from '@plurid/plurid-themes';
|
|
3
|
+
export interface FormlineProperties {
|
|
4
|
+
text: string;
|
|
5
|
+
Element?: React.FC;
|
|
6
|
+
theme?: Theme;
|
|
7
|
+
level?: number;
|
|
8
|
+
responsive?: boolean;
|
|
9
|
+
style?: React.CSSProperties;
|
|
10
|
+
className?: string;
|
|
11
|
+
children?: React.ReactNode;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* Renders a descriptive text and a form element side by side.
|
|
15
|
+
*
|
|
16
|
+
* The form element can be passed as `Element` prop or as child.
|
|
17
|
+
*
|
|
18
|
+
* @param properties
|
|
19
|
+
*/
|
|
20
|
+
declare const Formline: React.FC<FormlineProperties>;
|
|
21
|
+
export default Formline;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Theme } from '@plurid/plurid-themes';
|
|
2
|
-
export interface IStyledFormline {
|
|
3
|
-
theme: Theme;
|
|
4
|
-
level: number;
|
|
5
|
-
responsive: boolean;
|
|
6
|
-
}
|
|
7
|
-
export declare const StyledFormline: import("styled-components").StyledComponent<"div", any, IStyledFormline, never>;
|
|
8
|
-
export declare const StyledFormlineText: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
9
|
-
export interface IStyledFormlineElement {
|
|
10
|
-
responsive: boolean;
|
|
11
|
-
}
|
|
12
|
-
export declare const StyledFormlineElement: import("styled-components").StyledComponent<"div", any, IStyledFormlineElement, never>;
|
|
1
|
+
import { Theme } from '@plurid/plurid-themes';
|
|
2
|
+
export interface IStyledFormline {
|
|
3
|
+
theme: Theme;
|
|
4
|
+
level: number;
|
|
5
|
+
responsive: boolean;
|
|
6
|
+
}
|
|
7
|
+
export declare const StyledFormline: import("styled-components").StyledComponent<"div", any, IStyledFormline, never>;
|
|
8
|
+
export declare const StyledFormlineText: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
9
|
+
export interface IStyledFormlineElement {
|
|
10
|
+
responsive: boolean;
|
|
11
|
+
}
|
|
12
|
+
export declare const StyledFormlineElement: import("styled-components").StyledComponent<"div", any, IStyledFormlineElement, never>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
declare const form: {
|
|
3
|
-
Formbutton: import("react").FC<import("./Formbutton").FormbuttonProperties>;
|
|
4
|
-
Formitem: import("react").FC<import("./Formitem").FormitemProperties>;
|
|
5
|
-
FormLeftRight: import("react").FC<import("./FormLeftRight").FormLeftRightProperties>;
|
|
6
|
-
Formline: import("react").FC<import("./Formline").FormlineProperties>;
|
|
7
|
-
FormObliterate: import("react").FC<import("./FormObliterate").FormObliterateProperties>;
|
|
8
|
-
};
|
|
9
|
-
export default form;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const form: {
|
|
3
|
+
Formbutton: import("react").FC<import("./Formbutton").FormbuttonProperties>;
|
|
4
|
+
Formitem: import("react").FC<import("./Formitem").FormitemProperties>;
|
|
5
|
+
FormLeftRight: import("react").FC<import("./FormLeftRight").FormLeftRightProperties>;
|
|
6
|
+
Formline: import("react").FC<import("./Formline").FormlineProperties>;
|
|
7
|
+
FormObliterate: import("react").FC<import("./FormObliterate").FormObliterateProperties>;
|
|
8
|
+
};
|
|
9
|
+
export default form;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Theme } from '@plurid/plurid-themes';
|
|
2
|
-
export interface IGlobalStyles {
|
|
3
|
-
theme: Theme;
|
|
4
|
-
}
|
|
5
|
-
declare const GlobalStyles: import("styled-components").GlobalStyleComponent<IGlobalStyles, import("styled-components").DefaultTheme>;
|
|
6
|
-
export default GlobalStyles;
|
|
1
|
+
import { Theme } from '@plurid/plurid-themes';
|
|
2
|
+
export interface IGlobalStyles {
|
|
3
|
+
theme: Theme;
|
|
4
|
+
}
|
|
5
|
+
declare const GlobalStyles: import("styled-components").GlobalStyleComponent<IGlobalStyles, import("styled-components").DefaultTheme>;
|
|
6
|
+
export default GlobalStyles;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const general: {
|
|
2
|
-
GlobalStyles: import("styled-components").GlobalStyleComponent<import("./GlobalStyles").IGlobalStyles, import("styled-components").DefaultTheme>;
|
|
3
|
-
};
|
|
4
|
-
export default general;
|
|
1
|
+
declare const general: {
|
|
2
|
+
GlobalStyles: import("styled-components").GlobalStyleComponent<import("./GlobalStyles").IGlobalStyles, import("styled-components").DefaultTheme>;
|
|
3
|
+
};
|
|
4
|
+
export default general;
|
|
@@ -1,49 +1,49 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
declare const universal: {
|
|
3
|
-
buttons: {
|
|
4
|
-
PureButton: import("react").FC<import("./buttons/PureButton").PureButtonProperties>;
|
|
5
|
-
LinkButton: import("react").FC<import("./buttons/LinkButton").LinkButtonProperties>;
|
|
6
|
-
RefreshButton: import("react").FC<import("./buttons/RefreshButton").RefreshButtonProperties>;
|
|
7
|
-
};
|
|
8
|
-
form: {
|
|
9
|
-
Formbutton: import("react").FC<import("./form/Formbutton").FormbuttonProperties>;
|
|
10
|
-
Formitem: import("react").FC<import("./form/Formitem").FormitemProperties>;
|
|
11
|
-
FormLeftRight: import("react").FC<import("./form/FormLeftRight").FormLeftRightProperties>;
|
|
12
|
-
Formline: import("react").FC<import("./form/Formline").FormlineProperties>;
|
|
13
|
-
FormObliterate: import("react").FC<import("./form/FormObliterate").FormObliterateProperties>;
|
|
14
|
-
};
|
|
15
|
-
general: {
|
|
16
|
-
GlobalStyles: import("styled-components").GlobalStyleComponent<import("./general/GlobalStyles").IGlobalStyles, import("styled-components").DefaultTheme>;
|
|
17
|
-
};
|
|
18
|
-
inputs: {
|
|
19
|
-
Dropdown: import("react").FC<import("./inputs/Dropdown").DropdownProperties>;
|
|
20
|
-
EntityPill: import("react").FC<import("./inputs/EntityPill").EntityPillProperties>;
|
|
21
|
-
EntityPillGroup: import("react").FC<import("./inputs/EntityPillGroup").EntityPillGroupProperties>;
|
|
22
|
-
InputBox: import("react").FC<import("./inputs/InputBox").InputBoxProperties>;
|
|
23
|
-
InputDescriptor: import("react").FC<import("./inputs/InputDescriptor").InputDescriptorProperties>;
|
|
24
|
-
InputLine: import("react").FC<import("./inputs/InputLine").InputLineProperties>;
|
|
25
|
-
InputSwitch: import("react").FC<import("./inputs/InputSwitch").InputSwitchProperties>;
|
|
26
|
-
Itemsline: import("react").FC<import("./inputs/Itemsline").ItemslineProperties>;
|
|
27
|
-
Select: import("react").FC<import("./inputs/Select").PluridSelectProperties>;
|
|
28
|
-
Slider: import("react").FC<import("./inputs/Slider").SliderProperties>;
|
|
29
|
-
Switch: import("react").FC<import("./inputs/Switch").SwitchProperties>;
|
|
30
|
-
Textline: import("react").ForwardRefExoticComponent<import("./inputs/Textline").TextlineType>;
|
|
31
|
-
};
|
|
32
|
-
markers: {
|
|
33
|
-
HR: import("react").FC<import("./markers/HR").HRProperties>;
|
|
34
|
-
ProgressCircle: import("react").FC<import("./markers/ProgressCircle").ProgressCircleProperties>;
|
|
35
|
-
Spinner: import("react").FC<import("./markers/Spinner").SpinnerProperties>;
|
|
36
|
-
Tooltip: import("react").FC<import("./markers/Tooltip").TooltipProperties>;
|
|
37
|
-
};
|
|
38
|
-
typography: {
|
|
39
|
-
Heading: import("react").FC<import("react").PropsWithChildren<import("./typography/Heading").HeadingProperties>>;
|
|
40
|
-
Paragraph: import("react").FC<import("react").PropsWithChildren<import("./typography/Paragraph").ParagraphProperties>>;
|
|
41
|
-
};
|
|
42
|
-
varia: {
|
|
43
|
-
CopyableLine: import("react").FC<import("./varia/CopyableLine").CopyableLineProperties>;
|
|
44
|
-
NewPageLink: import("react").FC<import("./varia/NewPageLink").NewPageLinkProperties>;
|
|
45
|
-
ScrollableLine: import("react").FC<import("./varia/ScrollableLine").ScrollableLineProperties>;
|
|
46
|
-
TextItem: import("react").FC<import("./varia/TextItem").TextItemProperties>;
|
|
47
|
-
};
|
|
48
|
-
};
|
|
49
|
-
export default universal;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const universal: {
|
|
3
|
+
buttons: {
|
|
4
|
+
PureButton: import("react").FC<import("./buttons/PureButton").PureButtonProperties>;
|
|
5
|
+
LinkButton: import("react").FC<import("./buttons/LinkButton").LinkButtonProperties>;
|
|
6
|
+
RefreshButton: import("react").FC<import("./buttons/RefreshButton").RefreshButtonProperties>;
|
|
7
|
+
};
|
|
8
|
+
form: {
|
|
9
|
+
Formbutton: import("react").FC<import("./form/Formbutton").FormbuttonProperties>;
|
|
10
|
+
Formitem: import("react").FC<import("./form/Formitem").FormitemProperties>;
|
|
11
|
+
FormLeftRight: import("react").FC<import("./form/FormLeftRight").FormLeftRightProperties>;
|
|
12
|
+
Formline: import("react").FC<import("./form/Formline").FormlineProperties>;
|
|
13
|
+
FormObliterate: import("react").FC<import("./form/FormObliterate").FormObliterateProperties>;
|
|
14
|
+
};
|
|
15
|
+
general: {
|
|
16
|
+
GlobalStyles: import("styled-components").GlobalStyleComponent<import("./general/GlobalStyles").IGlobalStyles, import("styled-components").DefaultTheme>;
|
|
17
|
+
};
|
|
18
|
+
inputs: {
|
|
19
|
+
Dropdown: import("react").FC<import("./inputs/Dropdown").DropdownProperties>;
|
|
20
|
+
EntityPill: import("react").FC<import("./inputs/EntityPill").EntityPillProperties>;
|
|
21
|
+
EntityPillGroup: import("react").FC<import("./inputs/EntityPillGroup").EntityPillGroupProperties>;
|
|
22
|
+
InputBox: import("react").FC<import("./inputs/InputBox").InputBoxProperties>;
|
|
23
|
+
InputDescriptor: import("react").FC<import("./inputs/InputDescriptor").InputDescriptorProperties>;
|
|
24
|
+
InputLine: import("react").FC<import("./inputs/InputLine").InputLineProperties>;
|
|
25
|
+
InputSwitch: import("react").FC<import("./inputs/InputSwitch").InputSwitchProperties>;
|
|
26
|
+
Itemsline: import("react").FC<import("./inputs/Itemsline").ItemslineProperties>;
|
|
27
|
+
Select: import("react").FC<import("./inputs/Select").PluridSelectProperties>;
|
|
28
|
+
Slider: import("react").FC<import("./inputs/Slider").SliderProperties>;
|
|
29
|
+
Switch: import("react").FC<import("./inputs/Switch").SwitchProperties>;
|
|
30
|
+
Textline: import("react").ForwardRefExoticComponent<import("./inputs/Textline").TextlineType>;
|
|
31
|
+
};
|
|
32
|
+
markers: {
|
|
33
|
+
HR: import("react").FC<import("./markers/HR").HRProperties>;
|
|
34
|
+
ProgressCircle: import("react").FC<import("./markers/ProgressCircle").ProgressCircleProperties>;
|
|
35
|
+
Spinner: import("react").FC<import("./markers/Spinner").SpinnerProperties>;
|
|
36
|
+
Tooltip: import("react").FC<import("./markers/Tooltip").TooltipProperties>;
|
|
37
|
+
};
|
|
38
|
+
typography: {
|
|
39
|
+
Heading: import("react").FC<import("react").PropsWithChildren<import("./typography/Heading").HeadingProperties>>;
|
|
40
|
+
Paragraph: import("react").FC<import("react").PropsWithChildren<import("./typography/Paragraph").ParagraphProperties>>;
|
|
41
|
+
};
|
|
42
|
+
varia: {
|
|
43
|
+
CopyableLine: import("react").FC<import("./varia/CopyableLine").CopyableLineProperties>;
|
|
44
|
+
NewPageLink: import("react").FC<import("./varia/NewPageLink").NewPageLinkProperties>;
|
|
45
|
+
ScrollableLine: import("react").FC<import("./varia/ScrollableLine").ScrollableLineProperties>;
|
|
46
|
+
TextItem: import("react").FC<import("./varia/TextItem").TextItemProperties>;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
export default universal;
|
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Theme } from '@plurid/plurid-themes';
|
|
3
|
-
import { PluridUIDropdownSelectable } from "../../../../data/interfaces";
|
|
4
|
-
export interface DropdownProperties {
|
|
5
|
-
selectables: (PluridUIDropdownSelectable | string)[];
|
|
6
|
-
selected: PluridUIDropdownSelectable | string;
|
|
7
|
-
atSelect: (selection: PluridUIDropdownSelectable | string, kind?: string) => void;
|
|
8
|
-
left?: boolean;
|
|
9
|
-
kind?: string;
|
|
10
|
-
listTop?: string;
|
|
11
|
-
dropdownToggled?: boolean;
|
|
12
|
-
dropdownSign?: string | boolean;
|
|
13
|
-
/**
|
|
14
|
-
* Hide dropdown after click selection.
|
|
15
|
-
*
|
|
16
|
-
* Default `true`.
|
|
17
|
-
*/
|
|
18
|
-
hideAtSelect?: boolean;
|
|
19
|
-
/**
|
|
20
|
-
* Run the `atSelect` function when hovering over a dropdown item.
|
|
21
|
-
*
|
|
22
|
-
* Default `true`.
|
|
23
|
-
*/
|
|
24
|
-
selectAtHover?: boolean;
|
|
25
|
-
selectedColor?: string;
|
|
26
|
-
/**
|
|
27
|
-
* Inserts an input field to filter the selectables.
|
|
28
|
-
*/
|
|
29
|
-
filterable?: boolean;
|
|
30
|
-
style?: React.CSSProperties;
|
|
31
|
-
className?: string;
|
|
32
|
-
theme?: Theme;
|
|
33
|
-
generalTheme?: Theme;
|
|
34
|
-
interactionTheme?: Theme;
|
|
35
|
-
level?: number;
|
|
36
|
-
devisible?: boolean;
|
|
37
|
-
round?: boolean;
|
|
38
|
-
width?: string | number;
|
|
39
|
-
/**
|
|
40
|
-
* The number of items determining the height;
|
|
41
|
-
*/
|
|
42
|
-
heightItems?: number;
|
|
43
|
-
setDropdownToggled?: any;
|
|
44
|
-
filterUpdate?: () => void;
|
|
45
|
-
}
|
|
46
|
-
declare const Dropdown: React.FC<DropdownProperties>;
|
|
47
|
-
export default Dropdown;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Theme } from '@plurid/plurid-themes';
|
|
3
|
+
import { PluridUIDropdownSelectable } from "../../../../data/interfaces";
|
|
4
|
+
export interface DropdownProperties {
|
|
5
|
+
selectables: (PluridUIDropdownSelectable | string)[];
|
|
6
|
+
selected: PluridUIDropdownSelectable | string;
|
|
7
|
+
atSelect: (selection: PluridUIDropdownSelectable | string, kind?: string) => void;
|
|
8
|
+
left?: boolean;
|
|
9
|
+
kind?: string;
|
|
10
|
+
listTop?: string;
|
|
11
|
+
dropdownToggled?: boolean;
|
|
12
|
+
dropdownSign?: string | boolean;
|
|
13
|
+
/**
|
|
14
|
+
* Hide dropdown after click selection.
|
|
15
|
+
*
|
|
16
|
+
* Default `true`.
|
|
17
|
+
*/
|
|
18
|
+
hideAtSelect?: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* Run the `atSelect` function when hovering over a dropdown item.
|
|
21
|
+
*
|
|
22
|
+
* Default `true`.
|
|
23
|
+
*/
|
|
24
|
+
selectAtHover?: boolean;
|
|
25
|
+
selectedColor?: string;
|
|
26
|
+
/**
|
|
27
|
+
* Inserts an input field to filter the selectables.
|
|
28
|
+
*/
|
|
29
|
+
filterable?: boolean;
|
|
30
|
+
style?: React.CSSProperties;
|
|
31
|
+
className?: string;
|
|
32
|
+
theme?: Theme;
|
|
33
|
+
generalTheme?: Theme;
|
|
34
|
+
interactionTheme?: Theme;
|
|
35
|
+
level?: number;
|
|
36
|
+
devisible?: boolean;
|
|
37
|
+
round?: boolean;
|
|
38
|
+
width?: string | number;
|
|
39
|
+
/**
|
|
40
|
+
* The number of items determining the height;
|
|
41
|
+
*/
|
|
42
|
+
heightItems?: number;
|
|
43
|
+
setDropdownToggled?: any;
|
|
44
|
+
filterUpdate?: () => void;
|
|
45
|
+
}
|
|
46
|
+
declare const Dropdown: React.FC<DropdownProperties>;
|
|
47
|
+
export default Dropdown;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export declare const StyledDropdown: any;
|
|
2
|
-
export declare const StyledDropdownSelected: any;
|
|
3
|
-
export declare const StyledDropdownList: any;
|
|
4
|
-
export declare const StyledFilterable: any;
|
|
5
|
-
export interface IStyledFilterUpdate {
|
|
6
|
-
left?: boolean;
|
|
7
|
-
}
|
|
8
|
-
export declare const StyledFilterUpdate: any;
|
|
1
|
+
export declare const StyledDropdown: any;
|
|
2
|
+
export declare const StyledDropdownSelected: any;
|
|
3
|
+
export declare const StyledDropdownList: any;
|
|
4
|
+
export declare const StyledFilterable: any;
|
|
5
|
+
export interface IStyledFilterUpdate {
|
|
6
|
+
left?: boolean;
|
|
7
|
+
}
|
|
8
|
+
export declare const StyledFilterUpdate: any;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Theme } from '@plurid/plurid-themes';
|
|
3
|
-
export interface EntityPillProperties {
|
|
4
|
-
id: string;
|
|
5
|
-
remove: (id: string) => void;
|
|
6
|
-
text?: string;
|
|
7
|
-
theme?: Theme;
|
|
8
|
-
style?: React.CSSProperties;
|
|
9
|
-
}
|
|
10
|
-
declare const EntityPill: React.FC<EntityPillProperties>;
|
|
11
|
-
export default EntityPill;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Theme } from '@plurid/plurid-themes';
|
|
3
|
+
export interface EntityPillProperties {
|
|
4
|
+
id: string;
|
|
5
|
+
remove: (id: string) => void;
|
|
6
|
+
text?: string;
|
|
7
|
+
theme?: Theme;
|
|
8
|
+
style?: React.CSSProperties;
|
|
9
|
+
}
|
|
10
|
+
declare const EntityPill: React.FC<EntityPillProperties>;
|
|
11
|
+
export default EntityPill;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Theme } from '@plurid/plurid-themes';
|
|
2
|
-
export interface IStyledEntityPill {
|
|
3
|
-
theme: Theme;
|
|
4
|
-
}
|
|
5
|
-
export declare const StyledEntityPill: import("styled-components").StyledComponent<"div", any, IStyledEntityPill, never>;
|
|
1
|
+
import { Theme } from '@plurid/plurid-themes';
|
|
2
|
+
export interface IStyledEntityPill {
|
|
3
|
+
theme: Theme;
|
|
4
|
+
}
|
|
5
|
+
export declare const StyledEntityPill: import("styled-components").StyledComponent<"div", any, IStyledEntityPill, never>;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Theme } from '@plurid/plurid-themes';
|
|
3
|
-
import { PluridUIEntityPillData } from "../../../../data/interfaces";
|
|
4
|
-
export interface EntityPillGroupProperties {
|
|
5
|
-
entities: (string | PluridUIEntityPillData)[];
|
|
6
|
-
remove: (id: string) => void;
|
|
7
|
-
keyFix?: string;
|
|
8
|
-
theme?: Theme;
|
|
9
|
-
style?: React.CSSProperties;
|
|
10
|
-
pillStyle?: React.CSSProperties;
|
|
11
|
-
}
|
|
12
|
-
declare const EntityPillGroup: React.FC<EntityPillGroupProperties>;
|
|
13
|
-
export default EntityPillGroup;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Theme } from '@plurid/plurid-themes';
|
|
3
|
+
import { PluridUIEntityPillData } from "../../../../data/interfaces";
|
|
4
|
+
export interface EntityPillGroupProperties {
|
|
5
|
+
entities: (string | PluridUIEntityPillData)[];
|
|
6
|
+
remove: (id: string) => void;
|
|
7
|
+
keyFix?: string;
|
|
8
|
+
theme?: Theme;
|
|
9
|
+
style?: React.CSSProperties;
|
|
10
|
+
pillStyle?: React.CSSProperties;
|
|
11
|
+
}
|
|
12
|
+
declare const EntityPillGroup: React.FC<EntityPillGroupProperties>;
|
|
13
|
+
export default EntityPillGroup;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Theme } from '@plurid/plurid-themes';
|
|
2
|
-
export interface IStyledEntityPillGroup {
|
|
3
|
-
theme: Theme;
|
|
4
|
-
}
|
|
5
|
-
export declare const StyledEntityPillGroup: import("styled-components").StyledComponent<"div", any, IStyledEntityPillGroup, never>;
|
|
1
|
+
import { Theme } from '@plurid/plurid-themes';
|
|
2
|
+
export interface IStyledEntityPillGroup {
|
|
3
|
+
theme: Theme;
|
|
4
|
+
}
|
|
5
|
+
export declare const StyledEntityPillGroup: import("styled-components").StyledComponent<"div", any, IStyledEntityPillGroup, never>;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Theme } from '@plurid/plurid-themes';
|
|
3
|
-
export interface InputBoxProperties {
|
|
4
|
-
name: string;
|
|
5
|
-
text: string;
|
|
6
|
-
atChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
7
|
-
theme?: Theme;
|
|
8
|
-
style?: React.CSSProperties;
|
|
9
|
-
className?: string;
|
|
10
|
-
atKeyDown?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
|
|
11
|
-
}
|
|
12
|
-
declare const InputBox: React.FC<InputBoxProperties>;
|
|
13
|
-
export default InputBox;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Theme } from '@plurid/plurid-themes';
|
|
3
|
+
export interface InputBoxProperties {
|
|
4
|
+
name: string;
|
|
5
|
+
text: string;
|
|
6
|
+
atChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
7
|
+
theme?: Theme;
|
|
8
|
+
style?: React.CSSProperties;
|
|
9
|
+
className?: string;
|
|
10
|
+
atKeyDown?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
|
|
11
|
+
}
|
|
12
|
+
declare const InputBox: React.FC<InputBoxProperties>;
|
|
13
|
+
export default InputBox;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { Theme } from '@plurid/plurid-themes';
|
|
2
|
-
export interface IStyledInputBox {
|
|
3
|
-
theme: Theme;
|
|
4
|
-
}
|
|
5
|
-
export declare const StyledInputBox: import("styled-components").StyledComponent<"div", any,
|
|
6
|
-
export interface IStyledTextBox {
|
|
7
|
-
theme: Theme;
|
|
8
|
-
}
|
|
9
|
-
export declare const StyledTextBox: import("styled-components").StyledComponent<"div", any, IStyledTextBox, never>;
|
|
1
|
+
import { Theme } from '@plurid/plurid-themes';
|
|
2
|
+
export interface IStyledInputBox {
|
|
3
|
+
theme: Theme;
|
|
4
|
+
}
|
|
5
|
+
export declare const StyledInputBox: import("styled-components").StyledComponent<"div", any, IStyledInputBox, never>;
|
|
6
|
+
export interface IStyledTextBox {
|
|
7
|
+
theme: Theme;
|
|
8
|
+
}
|
|
9
|
+
export declare const StyledTextBox: import("styled-components").StyledComponent<"div", any, IStyledTextBox, never>;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Theme } from '@plurid/plurid-themes';
|
|
3
|
-
export interface InputDescriptorProperties {
|
|
4
|
-
name: string;
|
|
5
|
-
show: boolean;
|
|
6
|
-
theme?: Theme;
|
|
7
|
-
style?: React.CSSProperties;
|
|
8
|
-
className?: string;
|
|
9
|
-
}
|
|
10
|
-
declare const InputDescriptor: React.FC<InputDescriptorProperties>;
|
|
11
|
-
export default InputDescriptor;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Theme } from '@plurid/plurid-themes';
|
|
3
|
+
export interface InputDescriptorProperties {
|
|
4
|
+
name: string;
|
|
5
|
+
show: boolean;
|
|
6
|
+
theme?: Theme;
|
|
7
|
+
style?: React.CSSProperties;
|
|
8
|
+
className?: string;
|
|
9
|
+
}
|
|
10
|
+
declare const InputDescriptor: React.FC<InputDescriptorProperties>;
|
|
11
|
+
export default InputDescriptor;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Theme } from '@plurid/plurid-themes';
|
|
2
|
-
export interface IStyledInputDescriptor {
|
|
3
|
-
theme: Theme;
|
|
4
|
-
}
|
|
5
|
-
export declare const StyledInputDescriptor: import("styled-components").StyledComponent<"div", any, IStyledInputDescriptor, never>;
|
|
1
|
+
import { Theme } from '@plurid/plurid-themes';
|
|
2
|
+
export interface IStyledInputDescriptor {
|
|
3
|
+
theme: Theme;
|
|
4
|
+
}
|
|
5
|
+
export declare const StyledInputDescriptor: import("styled-components").StyledComponent<"div", any, IStyledInputDescriptor, never>;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Theme } from '@plurid/plurid-themes';
|
|
3
|
-
import { TextlineProperties } from '../Textline';
|
|
4
|
-
export interface InputLineProperties {
|
|
5
|
-
name: string;
|
|
6
|
-
text: string;
|
|
7
|
-
atChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
8
|
-
theme?: Theme;
|
|
9
|
-
type?: 'text' | 'password';
|
|
10
|
-
error?: boolean;
|
|
11
|
-
textline?: Partial<TextlineProperties>;
|
|
12
|
-
style?: React.CSSProperties;
|
|
13
|
-
className?: string;
|
|
14
|
-
atKeyDown?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
|
|
15
|
-
}
|
|
16
|
-
declare const InputLine: React.FC<InputLineProperties>;
|
|
17
|
-
export default InputLine;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Theme } from '@plurid/plurid-themes';
|
|
3
|
+
import { TextlineProperties } from '../Textline';
|
|
4
|
+
export interface InputLineProperties {
|
|
5
|
+
name: string;
|
|
6
|
+
text: string;
|
|
7
|
+
atChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
8
|
+
theme?: Theme;
|
|
9
|
+
type?: 'text' | 'password';
|
|
10
|
+
error?: boolean;
|
|
11
|
+
textline?: Partial<TextlineProperties>;
|
|
12
|
+
style?: React.CSSProperties;
|
|
13
|
+
className?: string;
|
|
14
|
+
atKeyDown?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
|
|
15
|
+
}
|
|
16
|
+
declare const InputLine: React.FC<InputLineProperties>;
|
|
17
|
+
export default InputLine;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Theme } from '@plurid/plurid-themes';
|
|
2
|
-
export interface IStyledInputLine {
|
|
3
|
-
theme: Theme;
|
|
4
|
-
}
|
|
5
|
-
export declare const StyledInputLine: import("styled-components").StyledComponent<"div", any, IStyledInputLine, never>;
|
|
1
|
+
import { Theme } from '@plurid/plurid-themes';
|
|
2
|
+
export interface IStyledInputLine {
|
|
3
|
+
theme: Theme;
|
|
4
|
+
}
|
|
5
|
+
export declare const StyledInputLine: import("styled-components").StyledComponent<"div", any, IStyledInputLine, never>;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Theme } from '@plurid/plurid-themes';
|
|
3
|
-
import { SwitchProperties } from '../Switch';
|
|
4
|
-
export interface InputSwitchProperties {
|
|
5
|
-
name: string;
|
|
6
|
-
checked: boolean;
|
|
7
|
-
atChange: () => void;
|
|
8
|
-
theme?: Theme;
|
|
9
|
-
compact?: boolean;
|
|
10
|
-
switch?: SwitchProperties;
|
|
11
|
-
style?: React.CSSProperties;
|
|
12
|
-
className?: string;
|
|
13
|
-
}
|
|
14
|
-
declare const InputSwitch: React.FC<InputSwitchProperties>;
|
|
15
|
-
export default InputSwitch;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Theme } from '@plurid/plurid-themes';
|
|
3
|
+
import { SwitchProperties } from '../Switch';
|
|
4
|
+
export interface InputSwitchProperties {
|
|
5
|
+
name: string;
|
|
6
|
+
checked: boolean;
|
|
7
|
+
atChange: () => void;
|
|
8
|
+
theme?: Theme;
|
|
9
|
+
compact?: boolean;
|
|
10
|
+
switch?: SwitchProperties;
|
|
11
|
+
style?: React.CSSProperties;
|
|
12
|
+
className?: string;
|
|
13
|
+
}
|
|
14
|
+
declare const InputSwitch: React.FC<InputSwitchProperties>;
|
|
15
|
+
export default InputSwitch;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export interface IStyledInputSwitch {
|
|
2
|
-
compact?: boolean;
|
|
3
|
-
}
|
|
4
|
-
export declare const StyledInputSwitch: import("styled-components").StyledComponent<"div", any, IStyledInputSwitch, never>;
|
|
1
|
+
export interface IStyledInputSwitch {
|
|
2
|
+
compact?: boolean;
|
|
3
|
+
}
|
|
4
|
+
export declare const StyledInputSwitch: import("styled-components").StyledComponent<"div", any, IStyledInputSwitch, never>;
|