@elliemae/ds-mobile 2.3.0-alpha.8 → 2.3.0-alpha.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types/Accordion/Accordion.d.ts +23 -0
- package/dist/types/Accordion/index.d.ts +1 -0
- package/dist/types/Accordion/propTypes.d.ts +73 -0
- package/dist/types/CategoryBox/CategoryBox.d.ts +59 -0
- package/dist/types/CategoryBox/index.d.ts +1 -0
- package/dist/types/CollectionBox/CollectionBox.d.ts +59 -0
- package/dist/types/CollectionBox/index.d.ts +1 -0
- package/dist/types/FullPageContainer/FullPageContainer.d.ts +12 -0
- package/dist/types/FullPageContainer/FullPageContainerScroll.d.ts +14 -0
- package/dist/types/FullPageContainer/index.d.ts +2 -0
- package/dist/types/FullPageContainer/useMobileHeight.d.ts +1 -0
- package/dist/types/GlobalHeader/MobileGlobalHeader.d.ts +67 -0
- package/dist/types/GlobalHeader/index.d.ts +1 -0
- package/dist/types/GlobalHeader/styles.d.ts +6 -0
- package/dist/types/GroupBox/GroupBox.d.ts +69 -0
- package/dist/types/GroupBox/index.d.ts +1 -0
- package/dist/types/Icons/EM_logo.d.ts +3 -0
- package/dist/types/InfiniteLoader/Infiniteloader.d.ts +41 -0
- package/dist/types/InfiniteLoader/Loader.d.ts +10 -0
- package/dist/types/InfiniteLoader/VirtualizedInfiniteLoader.d.ts +70 -0
- package/dist/types/InfiniteLoader/index.d.ts +2 -0
- package/dist/types/InfiniteLoader/styled.d.ts +1 -0
- package/dist/types/LoadingPage/Page.d.ts +12 -0
- package/dist/types/LoadingPage/index.d.ts +3 -0
- package/dist/types/LoadingPage/tests/LoadingPage.test.d.ts +1 -0
- package/dist/types/MobileActionToolbar/MobileActionToolbar.d.ts +17 -0
- package/dist/types/MobileActionToolbar/MobileActionToolbarItem.d.ts +25 -0
- package/dist/types/MobileActionToolbar/index.d.ts +3 -0
- package/dist/types/MobileBanner/MobileBanner.d.ts +93 -0
- package/dist/types/MobileBanner/defaultProps.d.ts +13 -0
- package/dist/types/MobileBanner/index.d.ts +2 -0
- package/dist/types/MobileBanner/propTypes.d.ts +69 -0
- package/dist/types/MobileBanner/styles.d.ts +11 -0
- package/dist/types/MobileBanner/tests/MobileBanner.events.test.d.ts +1 -0
- package/dist/types/MobileBanner/tests/MobileBanner.test.d.ts +1 -0
- package/dist/types/MobileBanner/utils/bannerTypes.d.ts +6 -0
- package/dist/types/MobileBanner/utils/icons.d.ts +7 -0
- package/dist/types/MobileBanner/utils/styleHelpers.d.ts +10 -0
- package/dist/types/MobileCard/ActionAddon.d.ts +23 -0
- package/dist/types/MobileCard/Card.d.ts +25 -0
- package/dist/types/MobileCard/CardIcons.d.ts +18 -0
- package/dist/types/MobileCard/ExpandChevron.d.ts +23 -0
- package/dist/types/MobileCard/ExpandableRegion.d.ts +12 -0
- package/dist/types/MobileCard/Group.d.ts +16 -0
- package/dist/types/MobileCard/StyledCard.d.ts +3 -0
- package/dist/types/MobileCard/index.d.ts +23 -0
- package/dist/types/MobileCard/props.d.ts +118 -0
- package/dist/types/MobileCard/useHeight.d.ts +1 -0
- package/dist/types/MobileContextMenu/MobileContextMenu.d.ts +15 -0
- package/dist/types/MobileContextMenu/MobileContextMenuGroup.d.ts +57 -0
- package/dist/types/MobileContextMenu/MobileContextMenuItem.d.ts +82 -0
- package/dist/types/MobileContextMenu/index.d.ts +3 -0
- package/dist/types/MobileDatePicker/Input.d.ts +5 -0
- package/dist/types/MobileDatePicker/MobileDatePicker.d.ts +69 -0
- package/dist/types/MobileDatePicker/index.d.ts +1 -0
- package/dist/types/MobileDropdownMenu/MobileDropdownInput.d.ts +16 -0
- package/dist/types/MobileDropdownMenu/MobileDropdownMenu.d.ts +53 -0
- package/dist/types/MobileDropdownMenu/index.d.ts +2 -0
- package/dist/types/MobileEmtpyState/MobileEmptyState.d.ts +22 -0
- package/dist/types/MobileEmtpyState/index.d.ts +3 -0
- package/dist/types/MobileFilterbar/Filterbar.d.ts +16 -0
- package/dist/types/MobileFilterbar/FilterbarItem.d.ts +23 -0
- package/dist/types/MobileFilterbar/FilterbarSort.d.ts +16 -0
- package/dist/types/MobileFilterbar/index.d.ts +4 -0
- package/dist/types/MobileFooter/Action.d.ts +34 -0
- package/dist/types/MobileFooter/Footer.d.ts +20 -0
- package/dist/types/MobileFooter/Text.d.ts +16 -0
- package/dist/types/MobileFooter/index.d.ts +4 -0
- package/dist/types/MobileFooter/tests/MobileFooter.test.d.ts +1 -0
- package/dist/types/MobileListItem/MobileListItem.d.ts +15 -0
- package/dist/types/MobileListItem/index.d.ts +1 -0
- package/dist/types/MobilePageHeader/MobilePageHeader.d.ts +15 -0
- package/dist/types/MobilePageHeader/index.d.ts +1 -0
- package/dist/types/MobileSelectList/MobileSelectList.d.ts +18 -0
- package/dist/types/MobileSelectList/index.d.ts +1 -0
- package/dist/types/MobileSelectList/styled.d.ts +8 -0
- package/dist/types/MobileSeparator/Separator.d.ts +31 -0
- package/dist/types/MobileSeparator/index.d.ts +3 -0
- package/dist/types/MobileTimePicker/Input.d.ts +5 -0
- package/dist/types/MobileTimePicker/MobileTimePicker.d.ts +66 -0
- package/dist/types/MobileTimePicker/MobileTimePicker.stories.d.ts +5 -0
- package/dist/types/MobileTimePicker/index.d.ts +1 -0
- package/dist/types/MobileTouchable/MobileTouchable.d.ts +8 -0
- package/dist/types/MobileTouchable/index.d.ts +1 -0
- package/dist/types/Modal/Modal.d.ts +57 -0
- package/dist/types/Modal/index.d.ts +1 -0
- package/dist/types/Modal/styled.d.ts +8 -0
- package/dist/types/PageFilter/PageFilter.d.ts +39 -0
- package/dist/types/PageForm/PageForm.d.ts +27 -0
- package/dist/types/PageList/PageList.d.ts +16 -0
- package/dist/types/PageList/index.d.ts +1 -0
- package/dist/types/PageSearch/PageSearch.d.ts +16 -0
- package/dist/types/PageSummary/PageSummary.d.ts +21 -0
- package/dist/types/PageSummary/Tags.d.ts +4 -0
- package/dist/types/SideNav/SideNav.d.ts +53 -0
- package/dist/types/SideNav/index.d.ts +1 -0
- package/dist/types/SideNav/styles.d.ts +8 -0
- package/dist/types/SwipeToRefresh/ProgressIndicator.d.ts +10 -0
- package/dist/types/SwipeToRefresh/ProgressLoader.d.ts +2 -0
- package/dist/types/SwipeToRefresh/SwipeToRefresh.d.ts +33 -0
- package/dist/types/SwipeToRefresh/styled.d.ts +5 -0
- package/dist/types/SwipeToRefresh/useSwipe.d.ts +13 -0
- package/dist/types/Tabs/index.d.ts +24 -0
- package/dist/types/Tabs/propTypes.d.ts +42 -0
- package/dist/types/index.d.ts +35 -0
- package/package.json +15 -15
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/// <reference path="../../../../../shared/typings/react-desc.d.ts" />
|
|
2
|
+
import type { WeakValidationMap } from 'react';
|
|
3
|
+
import type { DSAccordionPropsT, DSAccordionItemPropsT } from '@elliemae/ds-accordion';
|
|
4
|
+
declare type DSMobileAccordionPropsT = Omit<DSAccordionPropsT, 'isDSMobile'>;
|
|
5
|
+
export declare const DSMobileAccordion: {
|
|
6
|
+
({ children, ...props }: DSMobileAccordionPropsT): JSX.Element;
|
|
7
|
+
propTypes: WeakValidationMap<unknown>;
|
|
8
|
+
};
|
|
9
|
+
export declare const DSMobileAccordionItem: {
|
|
10
|
+
({ children, ...props }: DSAccordionItemPropsT): JSX.Element;
|
|
11
|
+
propTypes: WeakValidationMap<unknown>;
|
|
12
|
+
};
|
|
13
|
+
declare const DSMobileAccordionItemWithSchema: {
|
|
14
|
+
(props?: unknown): JSX.Element;
|
|
15
|
+
propTypes: unknown;
|
|
16
|
+
toTypescript: () => import("react-desc").TypescriptSchema;
|
|
17
|
+
};
|
|
18
|
+
declare const DSMobileAccordionWithSchema: {
|
|
19
|
+
(props?: unknown): JSX.Element;
|
|
20
|
+
propTypes: unknown;
|
|
21
|
+
toTypescript: () => import("react-desc").TypescriptSchema;
|
|
22
|
+
};
|
|
23
|
+
export { DSMobileAccordionItemWithSchema, DSMobileAccordionWithSchema };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Accordion';
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
/// <reference path="../../../../../shared/typings/react-desc.d.ts" />
|
|
2
|
+
export declare const mobileAccordionItemPropTypes: {
|
|
3
|
+
children: import("react-desc").PropTypesDescValue;
|
|
4
|
+
title: {
|
|
5
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
6
|
+
deprecated: import("react-desc").PropTypesDescValidator;
|
|
7
|
+
};
|
|
8
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
9
|
+
};
|
|
10
|
+
value: import("react-desc").PropTypesDescValue;
|
|
11
|
+
iconClosed: {
|
|
12
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
13
|
+
deprecated: import("react-desc").PropTypesDescValidator;
|
|
14
|
+
};
|
|
15
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
16
|
+
};
|
|
17
|
+
iconOpened: {
|
|
18
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
19
|
+
deprecated: import("react-desc").PropTypesDescValidator;
|
|
20
|
+
};
|
|
21
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
22
|
+
};
|
|
23
|
+
secondaryTitle: {
|
|
24
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
25
|
+
deprecated: import("react-desc").PropTypesDescValidator;
|
|
26
|
+
};
|
|
27
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
28
|
+
};
|
|
29
|
+
customActions: {
|
|
30
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
31
|
+
deprecated: import("react-desc").PropTypesDescValidator;
|
|
32
|
+
};
|
|
33
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
34
|
+
};
|
|
35
|
+
renderCustomActions: {
|
|
36
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
37
|
+
deprecated: import("react-desc").PropTypesDescValidator;
|
|
38
|
+
};
|
|
39
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare const mobileAccordionPropTypes: {
|
|
43
|
+
containerProps: {
|
|
44
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
45
|
+
deprecated: import("react-desc").PropTypesDescValidator;
|
|
46
|
+
};
|
|
47
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
48
|
+
};
|
|
49
|
+
activeValue: {
|
|
50
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
51
|
+
deprecated: import("react-desc").PropTypesDescValidator;
|
|
52
|
+
};
|
|
53
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
54
|
+
};
|
|
55
|
+
children: {
|
|
56
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
57
|
+
deprecated: import("react-desc").PropTypesDescValidator;
|
|
58
|
+
};
|
|
59
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
60
|
+
};
|
|
61
|
+
allowMultipleOpen: {
|
|
62
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
63
|
+
deprecated: import("react-desc").PropTypesDescValidator;
|
|
64
|
+
};
|
|
65
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
66
|
+
};
|
|
67
|
+
onChange: {
|
|
68
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
69
|
+
deprecated: import("react-desc").PropTypesDescValidator;
|
|
70
|
+
};
|
|
71
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/// <reference path="../../../../../shared/typings/react-desc.d.ts" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
declare const DSCategoryBox: {
|
|
4
|
+
({ borderTop, actionsRight, title, headerLevel, children }: {
|
|
5
|
+
borderTop?: boolean | undefined;
|
|
6
|
+
actionsRight?: never[] | undefined;
|
|
7
|
+
title: any;
|
|
8
|
+
headerLevel?: number | undefined;
|
|
9
|
+
children: any;
|
|
10
|
+
}): JSX.Element;
|
|
11
|
+
propTypes: {
|
|
12
|
+
/**
|
|
13
|
+
* Category Box title
|
|
14
|
+
*/
|
|
15
|
+
title: any;
|
|
16
|
+
/**
|
|
17
|
+
* Toggle border top of category box
|
|
18
|
+
*/
|
|
19
|
+
borderTop: {
|
|
20
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
21
|
+
deprecated: import("react-desc").PropTypesDescValidator;
|
|
22
|
+
};
|
|
23
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
24
|
+
};
|
|
25
|
+
/**
|
|
26
|
+
* Array of button icons
|
|
27
|
+
*/
|
|
28
|
+
actionsRight: {
|
|
29
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
30
|
+
deprecated: import("react-desc").PropTypesDescValidator;
|
|
31
|
+
};
|
|
32
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* semantic level of header tag for the title
|
|
36
|
+
*/
|
|
37
|
+
headerLevel: {
|
|
38
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
39
|
+
deprecated: import("react-desc").PropTypesDescValidator;
|
|
40
|
+
};
|
|
41
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
42
|
+
};
|
|
43
|
+
/**
|
|
44
|
+
* In-box children
|
|
45
|
+
*/
|
|
46
|
+
children: {
|
|
47
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
48
|
+
deprecated: import("react-desc").PropTypesDescValidator;
|
|
49
|
+
};
|
|
50
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
declare const DSCategoryBoxWithSchema: {
|
|
55
|
+
(props?: unknown): JSX.Element;
|
|
56
|
+
propTypes: unknown;
|
|
57
|
+
toTypescript: () => import("react-desc").TypescriptSchema;
|
|
58
|
+
};
|
|
59
|
+
export { DSCategoryBox, DSCategoryBoxWithSchema };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { DSCategoryBox, DSCategoryBoxWithSchema } from './CategoryBox';
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/// <reference path="../../../../../shared/typings/react-desc.d.ts" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
declare const DSCollectionBox: {
|
|
4
|
+
({ body, title, headerAction, footerAction, headerLevel }: {
|
|
5
|
+
body: any;
|
|
6
|
+
title: any;
|
|
7
|
+
headerAction: any;
|
|
8
|
+
footerAction: any;
|
|
9
|
+
headerLevel?: number | undefined;
|
|
10
|
+
}): JSX.Element;
|
|
11
|
+
propTypes: {
|
|
12
|
+
/**
|
|
13
|
+
* body inside collection box
|
|
14
|
+
*/
|
|
15
|
+
body: any;
|
|
16
|
+
/**
|
|
17
|
+
* Collection box header
|
|
18
|
+
*/
|
|
19
|
+
title: {
|
|
20
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
21
|
+
deprecated: import("react-desc").PropTypesDescValidator;
|
|
22
|
+
};
|
|
23
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
24
|
+
};
|
|
25
|
+
/**
|
|
26
|
+
* Collection box header action, expects a button with size s
|
|
27
|
+
*/
|
|
28
|
+
headerAction: {
|
|
29
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
30
|
+
deprecated: import("react-desc").PropTypesDescValidator;
|
|
31
|
+
};
|
|
32
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* Collection box footer action, expects a button with size s
|
|
36
|
+
*/
|
|
37
|
+
footerAction: {
|
|
38
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
39
|
+
deprecated: import("react-desc").PropTypesDescValidator;
|
|
40
|
+
};
|
|
41
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
42
|
+
};
|
|
43
|
+
/**
|
|
44
|
+
* Semantic header tag used for the header title
|
|
45
|
+
*/
|
|
46
|
+
headerLevel: {
|
|
47
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
48
|
+
deprecated: import("react-desc").PropTypesDescValidator;
|
|
49
|
+
};
|
|
50
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
declare const DSCollectionBoxWithSchema: {
|
|
55
|
+
(props?: unknown): JSX.Element;
|
|
56
|
+
propTypes: unknown;
|
|
57
|
+
toTypescript: () => import("react-desc").TypescriptSchema;
|
|
58
|
+
};
|
|
59
|
+
export { DSCollectionBox, DSCollectionBoxWithSchema };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { DSCollectionBox, DSCollectionBoxWithSchema } from './CollectionBox';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import PropTypes from 'prop-types';
|
|
3
|
+
declare const DSFullPageContainer: {
|
|
4
|
+
({ children, ...props }: {
|
|
5
|
+
[x: string]: any;
|
|
6
|
+
children: any;
|
|
7
|
+
}): JSX.Element;
|
|
8
|
+
propTypes: {
|
|
9
|
+
children: PropTypes.Requireable<any>;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export { DSFullPageContainer };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import PropTypes from 'prop-types';
|
|
3
|
+
declare const DSFullPageContainerScroll: {
|
|
4
|
+
({ style, children, ...props }: {
|
|
5
|
+
[x: string]: any;
|
|
6
|
+
style?: {} | undefined;
|
|
7
|
+
children: any;
|
|
8
|
+
}): JSX.Element;
|
|
9
|
+
propTypes: {
|
|
10
|
+
children: PropTypes.Requireable<any>;
|
|
11
|
+
style: PropTypes.Requireable<object>;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
export { DSFullPageContainerScroll };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function useMobileHeight(): number;
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
/// <reference path="../../../../../shared/typings/react-desc.d.ts" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
declare const DSGlobalHeader: {
|
|
4
|
+
({ containerProps, title, lastIcon, onSearchChange, topMenuItems, bottomMenuItems, }: {
|
|
5
|
+
containerProps?: {} | undefined;
|
|
6
|
+
title: any;
|
|
7
|
+
lastIcon: any;
|
|
8
|
+
onSearchChange?: ((...args: any[]) => void) | undefined;
|
|
9
|
+
topMenuItems: any;
|
|
10
|
+
bottomMenuItems: any;
|
|
11
|
+
}): JSX.Element;
|
|
12
|
+
propTypes: {
|
|
13
|
+
/** props to inject to wrapper */
|
|
14
|
+
containerProps: {
|
|
15
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
16
|
+
deprecated: import("react-desc").PropTypesDescValidator;
|
|
17
|
+
};
|
|
18
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
19
|
+
};
|
|
20
|
+
/**
|
|
21
|
+
* Heading Title
|
|
22
|
+
*/
|
|
23
|
+
title: any;
|
|
24
|
+
/**
|
|
25
|
+
* Dimsum icon Element
|
|
26
|
+
*/
|
|
27
|
+
lastIcon: {
|
|
28
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
29
|
+
deprecated: import("react-desc").PropTypesDescValidator;
|
|
30
|
+
};
|
|
31
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
32
|
+
};
|
|
33
|
+
/**
|
|
34
|
+
* Callback function for search change
|
|
35
|
+
*/
|
|
36
|
+
onSearchChange: {
|
|
37
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
38
|
+
deprecated: import("react-desc").PropTypesDescValidator;
|
|
39
|
+
};
|
|
40
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
41
|
+
};
|
|
42
|
+
/**
|
|
43
|
+
* Top Menu items array
|
|
44
|
+
*/
|
|
45
|
+
topMenuItems: {
|
|
46
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
47
|
+
deprecated: import("react-desc").PropTypesDescValidator;
|
|
48
|
+
};
|
|
49
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
* Bottom Menu items array
|
|
53
|
+
*/
|
|
54
|
+
bottomMenuItems: {
|
|
55
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
56
|
+
deprecated: import("react-desc").PropTypesDescValidator;
|
|
57
|
+
};
|
|
58
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
};
|
|
62
|
+
declare const DSGlobalHeaderWithSchema: {
|
|
63
|
+
(props?: unknown): JSX.Element;
|
|
64
|
+
propTypes: unknown;
|
|
65
|
+
toTypescript: () => import("react-desc").TypescriptSchema;
|
|
66
|
+
};
|
|
67
|
+
export { DSGlobalHeader, DSGlobalHeaderWithSchema };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { DSGlobalHeader, DSGlobalHeaderWithSchema } from './MobileGlobalHeader';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export declare const Container: import("styled-components").StyledComponent<"header", import("styled-components").DefaultTheme, {}, never>;
|
|
2
|
+
export declare const SearchWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
3
|
+
export declare const Icon: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
4
|
+
export declare const Label: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
5
|
+
export declare const RightSection: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
6
|
+
export declare const MainSection: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
/// <reference path="../../../../../shared/typings/react-desc.d.ts" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
declare const DSGroupBox: {
|
|
4
|
+
({ children, title, background, headerLevel, actionsRight, borderTop }: {
|
|
5
|
+
children: any;
|
|
6
|
+
title: any;
|
|
7
|
+
background?: string | undefined;
|
|
8
|
+
headerLevel?: number | undefined;
|
|
9
|
+
actionsRight?: never[] | undefined;
|
|
10
|
+
borderTop: any;
|
|
11
|
+
}): JSX.Element;
|
|
12
|
+
propTypes: {
|
|
13
|
+
/**
|
|
14
|
+
* In-box children
|
|
15
|
+
*/
|
|
16
|
+
children: {
|
|
17
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
18
|
+
deprecated: import("react-desc").PropTypesDescValidator;
|
|
19
|
+
};
|
|
20
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
21
|
+
};
|
|
22
|
+
/**
|
|
23
|
+
* Title background
|
|
24
|
+
*/
|
|
25
|
+
background: {
|
|
26
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
27
|
+
deprecated: import("react-desc").PropTypesDescValidator;
|
|
28
|
+
};
|
|
29
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* Toggle border top of group box
|
|
33
|
+
*/
|
|
34
|
+
borderTop: {
|
|
35
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
36
|
+
deprecated: import("react-desc").PropTypesDescValidator;
|
|
37
|
+
};
|
|
38
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
39
|
+
};
|
|
40
|
+
/**
|
|
41
|
+
* Group Box title
|
|
42
|
+
*/
|
|
43
|
+
title: any;
|
|
44
|
+
/**
|
|
45
|
+
* semantic level of header tag for the title
|
|
46
|
+
*/
|
|
47
|
+
headerLevel: {
|
|
48
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
49
|
+
deprecated: import("react-desc").PropTypesDescValidator;
|
|
50
|
+
};
|
|
51
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
52
|
+
};
|
|
53
|
+
/**
|
|
54
|
+
* Array of button icons
|
|
55
|
+
*/
|
|
56
|
+
actionsRight: {
|
|
57
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
58
|
+
deprecated: import("react-desc").PropTypesDescValidator;
|
|
59
|
+
};
|
|
60
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
declare const DSGroupBoxWithSchema: {
|
|
65
|
+
(props?: unknown): JSX.Element;
|
|
66
|
+
propTypes: unknown;
|
|
67
|
+
toTypescript: () => import("react-desc").TypescriptSchema;
|
|
68
|
+
};
|
|
69
|
+
export { DSGroupBox, DSGroupBoxWithSchema };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { DSGroupBox, DSGroupBoxWithSchema } from './GroupBox';
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/// <reference path="../../../../../shared/typings/react-desc.d.ts" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
declare const InfiniteLoader: {
|
|
4
|
+
({ isFetching, fetchData, children, height }: {
|
|
5
|
+
isFetching: any;
|
|
6
|
+
fetchData: any;
|
|
7
|
+
children: any;
|
|
8
|
+
height?: number | undefined;
|
|
9
|
+
}): JSX.Element;
|
|
10
|
+
propTypes: {
|
|
11
|
+
/** toggle loading state */
|
|
12
|
+
isFetching: {
|
|
13
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
14
|
+
deprecated: import("react-desc").PropTypesDescValidator;
|
|
15
|
+
};
|
|
16
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
17
|
+
};
|
|
18
|
+
/** callback to fetch new items */
|
|
19
|
+
fetchData: {
|
|
20
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
21
|
+
deprecated: import("react-desc").PropTypesDescValidator;
|
|
22
|
+
};
|
|
23
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
24
|
+
};
|
|
25
|
+
/** row items for infinite loader */
|
|
26
|
+
children: {
|
|
27
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
28
|
+
deprecated: import("react-desc").PropTypesDescValidator;
|
|
29
|
+
};
|
|
30
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
31
|
+
};
|
|
32
|
+
/** infinite loader list height */
|
|
33
|
+
height: any;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
declare const InfiniteLoaderWithSchema: {
|
|
37
|
+
(props?: unknown): JSX.Element;
|
|
38
|
+
propTypes: unknown;
|
|
39
|
+
toTypescript: () => import("react-desc").TypescriptSchema;
|
|
40
|
+
};
|
|
41
|
+
export { InfiniteLoader, InfiniteLoaderWithSchema };
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
/// <reference path="../../../../../shared/typings/react-desc.d.ts" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
declare const VirtualizedInfiniteLoader: {
|
|
4
|
+
({ moreItemsLoading, hasNextPage, isItemLoaded, loadMoreItems, getItemSize, height, item: Row, }: {
|
|
5
|
+
moreItemsLoading?: boolean | undefined;
|
|
6
|
+
hasNextPage?: boolean | undefined;
|
|
7
|
+
isItemLoaded?: (() => boolean) | undefined;
|
|
8
|
+
loadMoreItems: any;
|
|
9
|
+
getItemSize?: (() => number) | undefined;
|
|
10
|
+
height: any;
|
|
11
|
+
item: any;
|
|
12
|
+
}): JSX.Element;
|
|
13
|
+
propTypes: {
|
|
14
|
+
/** Function responsible for tracking the loaded state of each item. */
|
|
15
|
+
isItemLoaded: {
|
|
16
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
17
|
+
deprecated: import("react-desc").PropTypesDescValidator;
|
|
18
|
+
};
|
|
19
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
20
|
+
};
|
|
21
|
+
/** Callback to be invoked when more rows must be loaded. It should return a Promise that is resolved once all data has finished loading. */
|
|
22
|
+
loadMoreItems: {
|
|
23
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
24
|
+
deprecated: import("react-desc").PropTypesDescValidator;
|
|
25
|
+
};
|
|
26
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
27
|
+
};
|
|
28
|
+
/** callback to get row item size */
|
|
29
|
+
getItemSize: {
|
|
30
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
31
|
+
deprecated: import("react-desc").PropTypesDescValidator;
|
|
32
|
+
};
|
|
33
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
34
|
+
};
|
|
35
|
+
/** height for the list */
|
|
36
|
+
height: {
|
|
37
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
38
|
+
deprecated: import("react-desc").PropTypesDescValidator;
|
|
39
|
+
};
|
|
40
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
41
|
+
};
|
|
42
|
+
/** flag to know if virtual list should be on loading state */
|
|
43
|
+
moreItemsLoading: {
|
|
44
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
45
|
+
deprecated: import("react-desc").PropTypesDescValidator;
|
|
46
|
+
};
|
|
47
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
48
|
+
};
|
|
49
|
+
/** Row item to render */
|
|
50
|
+
item: {
|
|
51
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
52
|
+
deprecated: import("react-desc").PropTypesDescValidator;
|
|
53
|
+
};
|
|
54
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
55
|
+
};
|
|
56
|
+
/** flag for virtualized list */
|
|
57
|
+
hasNextPage: {
|
|
58
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
59
|
+
deprecated: import("react-desc").PropTypesDescValidator;
|
|
60
|
+
};
|
|
61
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
declare const VirtualizedInfiniteLoaderWithSchema: {
|
|
66
|
+
(props?: unknown): JSX.Element;
|
|
67
|
+
propTypes: unknown;
|
|
68
|
+
toTypescript: () => import("react-desc").TypescriptSchema;
|
|
69
|
+
};
|
|
70
|
+
export { VirtualizedInfiniteLoader, VirtualizedInfiniteLoaderWithSchema };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const LoaderBox: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const DSMobileLoadingPage: React.ForwardRefExoticComponent<{
|
|
3
|
+
children: any;
|
|
4
|
+
type?: string | undefined;
|
|
5
|
+
zIndex?: number | undefined;
|
|
6
|
+
backdropZIndex: any;
|
|
7
|
+
loader: any;
|
|
8
|
+
loading: any;
|
|
9
|
+
} & {
|
|
10
|
+
theme?: import("styled-components").DefaultTheme | undefined;
|
|
11
|
+
}>;
|
|
12
|
+
export { DSMobileLoadingPage };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/// <reference path="../../../../../shared/typings/react-desc.d.ts" />
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import ToolbarItem from './MobileActionToolbarItem';
|
|
4
|
+
declare const DSMobileActionToolbar: React.ForwardRefExoticComponent<{
|
|
5
|
+
[x: string]: any;
|
|
6
|
+
[x: number]: any;
|
|
7
|
+
[x: symbol]: any;
|
|
8
|
+
} & {
|
|
9
|
+
theme?: import("styled-components").DefaultTheme | undefined;
|
|
10
|
+
}>;
|
|
11
|
+
declare const DSMobileActionToolbarWithSchema: {
|
|
12
|
+
(props?: unknown): JSX.Element;
|
|
13
|
+
propTypes: unknown;
|
|
14
|
+
toTypescript: () => import("react-desc").TypescriptSchema;
|
|
15
|
+
};
|
|
16
|
+
export { ToolbarItem, DSMobileActionToolbarWithSchema };
|
|
17
|
+
export default DSMobileActionToolbar;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/// <reference path="../../../../../shared/typings/react-desc.d.ts" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
declare const ToolbarItem: {
|
|
4
|
+
({ icon, ...otherProps }: {
|
|
5
|
+
[x: string]: any;
|
|
6
|
+
icon: any;
|
|
7
|
+
}): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
propTypes: {
|
|
10
|
+
/** toolbar item icon */
|
|
11
|
+
icon: {
|
|
12
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
13
|
+
deprecated: import("react-desc").PropTypesDescValidator;
|
|
14
|
+
};
|
|
15
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
declare const DSToolbarItemWithSchema: {
|
|
20
|
+
(props?: unknown): JSX.Element;
|
|
21
|
+
propTypes: unknown;
|
|
22
|
+
toTypescript: () => import("react-desc").TypescriptSchema;
|
|
23
|
+
};
|
|
24
|
+
export default ToolbarItem;
|
|
25
|
+
export { DSToolbarItemWithSchema };
|