@elliemae/ds-mobile 2.0.1 → 2.1.0-rc.2
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/cjs/FullPageContainer/FullPageContainer.js +2 -2
- package/cjs/FullPageContainer/FullPageContainerScroll.js +2 -2
- package/cjs/GlobalHeader/MobileGlobalHeader.js +2 -2
- package/cjs/LoadingPage/Page.js +2 -2
- package/cjs/MobileActionToolbar/MobileActionToolbarItem.js +2 -2
- package/cjs/MobileBanner/MobileBanner.js +2 -2
- package/cjs/MobileCard/Card.js +3 -3
- package/cjs/MobileContextMenu/MobileContextMenu.js +2 -2
- package/cjs/MobileContextMenu/MobileContextMenuGroup.js +2 -2
- package/cjs/MobileContextMenu/MobileContextMenuItem.js +2 -2
- package/cjs/MobileDatePicker/Input.js +2 -2
- package/cjs/MobileDropdownMenu/MobileDropdownInput.js +2 -2
- package/cjs/MobileFooter/Action.js +2 -2
- package/cjs/MobileSelectList/MobileSelectList.js +2 -2
- package/cjs/MobileSeparator/Separator.js +2 -2
- package/cjs/MobileTimePicker/Input.js +2 -2
- package/cjs/MobileTouchable/MobileTouchable.js +2 -2
- package/cjs/Modal/Modal.js +2 -2
- package/cjs/Tabs/index.js +2 -2
- package/esm/FullPageContainer/FullPageContainer.js +2 -2
- package/esm/FullPageContainer/FullPageContainerScroll.js +2 -2
- package/esm/GlobalHeader/MobileGlobalHeader.js +2 -2
- package/esm/LoadingPage/Page.js +2 -2
- package/esm/MobileActionToolbar/MobileActionToolbarItem.js +2 -2
- package/esm/MobileBanner/MobileBanner.js +2 -2
- package/esm/MobileCard/Card.js +3 -3
- package/esm/MobileContextMenu/MobileContextMenu.js +2 -2
- package/esm/MobileContextMenu/MobileContextMenuGroup.js +2 -2
- package/esm/MobileContextMenu/MobileContextMenuItem.js +2 -2
- package/esm/MobileDatePicker/Input.js +2 -2
- package/esm/MobileDropdownMenu/MobileDropdownInput.js +2 -2
- package/esm/MobileFooter/Action.js +1 -1
- package/esm/MobileSelectList/MobileSelectList.js +2 -2
- package/esm/MobileSeparator/Separator.js +2 -2
- package/esm/MobileTimePicker/Input.js +2 -2
- package/esm/MobileTouchable/MobileTouchable.js +2 -2
- package/esm/Modal/Modal.js +2 -2
- package/esm/Tabs/index.js +2 -2
- package/package.json +16 -15
- package/types/CategoryBox/CategoryBox.d.ts +8 -8
- package/types/CollectionBox/CollectionBox.d.ts +8 -8
- package/types/GlobalHeader/MobileGlobalHeader.d.ts +10 -10
- package/types/GroupBox/GroupBox.d.ts +10 -10
- package/types/InfiniteLoader/Infiniteloader.d.ts +6 -6
- package/types/InfiniteLoader/VirtualizedInfiniteLoader.d.ts +14 -14
- package/types/MobileActionToolbar/MobileActionToolbarItem.d.ts +2 -2
- package/types/MobileBanner/MobileBanner.d.ts +22 -22
- package/types/MobileBanner/propTypes.d.ts +22 -22
- package/types/MobileCard/props.d.ts +24 -24
- package/types/MobileContextMenu/MobileContextMenuGroup.d.ts +8 -8
- package/types/MobileContextMenu/MobileContextMenuItem.d.ts +16 -16
- package/types/MobileDatePicker/MobileDatePicker.d.ts +10 -10
- package/types/MobileDropdownMenu/MobileDropdownMenu.d.ts +6 -6
- package/types/MobileEmtpyState/MobileEmptyState.d.ts +2 -2
- package/types/MobileFilterbar/Filterbar.d.ts +1 -1
- package/types/MobileFilterbar/FilterbarItem.d.ts +3 -3
- package/types/MobileFilterbar/FilterbarSort.d.ts +1 -1
- package/types/MobileFooter/Action.d.ts +6 -6
- package/types/MobileTimePicker/MobileTimePicker.d.ts +10 -10
- package/types/Modal/Modal.d.ts +8 -8
- package/types/SideNav/SideNav.d.ts +8 -8
- package/types/SwipeToRefresh/SwipeToRefresh.d.ts +4 -4
- package/types/Tabs/propTypes.d.ts +1 -1
|
@@ -12,9 +12,9 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
12
12
|
|
|
13
13
|
const _excluded = ["innerRef"];
|
|
14
14
|
|
|
15
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object);
|
|
15
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
16
16
|
|
|
17
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
|
17
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
18
18
|
const StyledInput = /*#__PURE__*/styled.input.withConfig({
|
|
19
19
|
componentId: "sc-ra7fth-0"
|
|
20
20
|
})(["input[type=time]&{-webkit-appearance:none;-moz-appearance:none;-webkit-tap-highlight-color:transparent;appearance:none;color:transparent;white-space:nowrap;position:relative;height:", ";width:100%;max-width:calc(100% - 32px);outline:none;box-sizing:border-box;display:flex;background:", ";padding:0 ", ";z-index:1;border-radius:2px;border:solid 1px ", ";}input[type=time]&:active,input[type=time]&:focus{", "}&:before{color:", ";content:'", "';}input[type=time]&::-webkit-datetime-edit,input[type=time]&::-webkit-inner-spin-button,input[type=time]&::-webkit-clear-button{-webkit-appearance:none;display:none;}"], props => __UNSAFE_SPACE_TO_DIMSUM(props.theme.space.l), props => props.theme.colors.neutral['000'], props => __UNSAFE_SPACE_TO_DIMSUM(props.theme.space.xs), props => props.theme.colors.neutral[200], props => focus(props.theme.colors.brand[700]), props => props.value === '' ? props.theme.colors.neutral['500'] : props.theme.colors.neutral['800'], props => props.value === '' ? props.placeholder : props['data-displayvalue']);
|
|
@@ -15,9 +15,9 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
15
15
|
|
|
16
16
|
const _excluded = ["children", "onClick", "theme", "dataTestid", "render"];
|
|
17
17
|
|
|
18
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object);
|
|
18
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
19
19
|
|
|
20
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
|
20
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
21
21
|
const StyledContainer = /*#__PURE__*/styled(Grid).withConfig({
|
|
22
22
|
componentId: "sc-6cxve6-0"
|
|
23
23
|
})(["cursor:pointer;background:", ";"], props => props.touching ? props.theme.colors.brand['100'] : props.theme.colors.neutral['000']);
|
package/esm/Modal/Modal.js
CHANGED
|
@@ -17,9 +17,9 @@ import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
|
|
|
17
17
|
|
|
18
18
|
var _ModalIcon;
|
|
19
19
|
|
|
20
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object);
|
|
20
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
21
21
|
|
|
22
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
|
22
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
23
23
|
|
|
24
24
|
const Modal = _ref => {
|
|
25
25
|
let {
|
package/esm/Tabs/index.js
CHANGED
|
@@ -13,9 +13,9 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
13
13
|
const _excluded = ["children"],
|
|
14
14
|
_excluded2 = ["children"];
|
|
15
15
|
|
|
16
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object);
|
|
16
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
17
17
|
|
|
18
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
|
18
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
19
19
|
const DSMobileTabs = _ref => {
|
|
20
20
|
let {
|
|
21
21
|
children
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-mobile",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.1.0-rc.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - System",
|
|
6
6
|
"module": "./esm/index.js",
|
|
@@ -429,20 +429,21 @@
|
|
|
429
429
|
"generateSubmodules": true
|
|
430
430
|
},
|
|
431
431
|
"dependencies": {
|
|
432
|
-
"@elliemae/ds-accordion": "2.0.
|
|
433
|
-
"@elliemae/ds-backdrop": "2.0.
|
|
434
|
-
"@elliemae/ds-button": "2.0.
|
|
435
|
-
"@elliemae/ds-circular-progress-indicator": "2.0.
|
|
436
|
-
"@elliemae/ds-devutils": "2.0.
|
|
437
|
-
"@elliemae/ds-form": "2.0.
|
|
438
|
-
"@elliemae/ds-grid": "2.0.
|
|
439
|
-
"@elliemae/ds-icon": "2.0.
|
|
440
|
-
"@elliemae/ds-icons": "2.0.
|
|
441
|
-
"@elliemae/ds-indeterminate-progress-indicator": "2.0.
|
|
442
|
-
"@elliemae/ds-shared": "2.0.
|
|
443
|
-
"@elliemae/ds-system": "2.0.
|
|
444
|
-
"@elliemae/ds-tabs": "2.0.
|
|
445
|
-
"@elliemae/ds-truncated-expandable-text": "2.0.
|
|
432
|
+
"@elliemae/ds-accordion": "2.1.0-rc.2",
|
|
433
|
+
"@elliemae/ds-backdrop": "2.1.0-rc.2",
|
|
434
|
+
"@elliemae/ds-button": "2.1.0-rc.2",
|
|
435
|
+
"@elliemae/ds-circular-progress-indicator": "2.1.0-rc.2",
|
|
436
|
+
"@elliemae/ds-devutils": "2.1.0-rc.2",
|
|
437
|
+
"@elliemae/ds-form": "2.1.0-rc.2",
|
|
438
|
+
"@elliemae/ds-grid": "2.1.0-rc.2",
|
|
439
|
+
"@elliemae/ds-icon": "2.1.0-rc.2",
|
|
440
|
+
"@elliemae/ds-icons": "2.1.0-rc.2",
|
|
441
|
+
"@elliemae/ds-indeterminate-progress-indicator": "2.1.0-rc.2",
|
|
442
|
+
"@elliemae/ds-shared": "2.1.0-rc.2",
|
|
443
|
+
"@elliemae/ds-system": "2.1.0-rc.2",
|
|
444
|
+
"@elliemae/ds-tabs": "2.1.0-rc.2",
|
|
445
|
+
"@elliemae/ds-truncated-expandable-text": "2.1.0-rc.2",
|
|
446
|
+
"@xstyled/styled-components": "~3.1.1",
|
|
446
447
|
"polished": "~3.6.7",
|
|
447
448
|
"prop-types": "~15.7.2",
|
|
448
449
|
"react-desc": "~4.1.3",
|
|
@@ -17,37 +17,37 @@ declare const DSCategoryBox: {
|
|
|
17
17
|
* Toggle border top of category box
|
|
18
18
|
*/
|
|
19
19
|
borderTop: {
|
|
20
|
-
defaultValue
|
|
20
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
21
21
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
22
22
|
};
|
|
23
|
-
isRequired: import("react-desc").
|
|
23
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
24
24
|
};
|
|
25
25
|
/**
|
|
26
26
|
* Array of button icons
|
|
27
27
|
*/
|
|
28
28
|
actionsRight: {
|
|
29
|
-
defaultValue
|
|
29
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
30
30
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
31
31
|
};
|
|
32
|
-
isRequired: import("react-desc").
|
|
32
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
33
33
|
};
|
|
34
34
|
/**
|
|
35
35
|
* semantic level of header tag for the title
|
|
36
36
|
*/
|
|
37
37
|
headerLevel: {
|
|
38
|
-
defaultValue
|
|
38
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
39
39
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
40
40
|
};
|
|
41
|
-
isRequired: import("react-desc").
|
|
41
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
42
42
|
};
|
|
43
43
|
/**
|
|
44
44
|
* In-box children
|
|
45
45
|
*/
|
|
46
46
|
children: {
|
|
47
|
-
defaultValue
|
|
47
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
48
48
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
49
49
|
};
|
|
50
|
-
isRequired: import("react-desc").
|
|
50
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
51
51
|
};
|
|
52
52
|
};
|
|
53
53
|
};
|
|
@@ -17,37 +17,37 @@ declare const DSCollectionBox: {
|
|
|
17
17
|
* Collection box header
|
|
18
18
|
*/
|
|
19
19
|
title: {
|
|
20
|
-
defaultValue
|
|
20
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
21
21
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
22
22
|
};
|
|
23
|
-
isRequired: import("react-desc").
|
|
23
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
24
24
|
};
|
|
25
25
|
/**
|
|
26
26
|
* Collection box header action, expects a button with size s
|
|
27
27
|
*/
|
|
28
28
|
headerAction: {
|
|
29
|
-
defaultValue
|
|
29
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
30
30
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
31
31
|
};
|
|
32
|
-
isRequired: import("react-desc").
|
|
32
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
33
33
|
};
|
|
34
34
|
/**
|
|
35
35
|
* Collection box footer action, expects a button with size s
|
|
36
36
|
*/
|
|
37
37
|
footerAction: {
|
|
38
|
-
defaultValue
|
|
38
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
39
39
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
40
40
|
};
|
|
41
|
-
isRequired: import("react-desc").
|
|
41
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
42
42
|
};
|
|
43
43
|
/**
|
|
44
44
|
* Semantic header tag used for the header title
|
|
45
45
|
*/
|
|
46
46
|
headerLevel: {
|
|
47
|
-
defaultValue
|
|
47
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
48
48
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
49
49
|
};
|
|
50
|
-
isRequired: import("react-desc").
|
|
50
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
51
51
|
};
|
|
52
52
|
};
|
|
53
53
|
};
|
|
@@ -12,10 +12,10 @@ declare const DSGlobalHeader: {
|
|
|
12
12
|
propTypes: {
|
|
13
13
|
/** props to inject to wrapper */
|
|
14
14
|
containerProps: {
|
|
15
|
-
defaultValue
|
|
15
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
16
16
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
17
17
|
};
|
|
18
|
-
isRequired: import("react-desc").
|
|
18
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
19
19
|
};
|
|
20
20
|
/**
|
|
21
21
|
* Heading Title
|
|
@@ -25,37 +25,37 @@ declare const DSGlobalHeader: {
|
|
|
25
25
|
* Dimsum icon Element
|
|
26
26
|
*/
|
|
27
27
|
lastIcon: {
|
|
28
|
-
defaultValue
|
|
28
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
29
29
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
30
30
|
};
|
|
31
|
-
isRequired: import("react-desc").
|
|
31
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
32
32
|
};
|
|
33
33
|
/**
|
|
34
34
|
* Callback function for search change
|
|
35
35
|
*/
|
|
36
36
|
onSearchChange: {
|
|
37
|
-
defaultValue
|
|
37
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
38
38
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
39
39
|
};
|
|
40
|
-
isRequired: import("react-desc").
|
|
40
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
41
41
|
};
|
|
42
42
|
/**
|
|
43
43
|
* Top Menu items array
|
|
44
44
|
*/
|
|
45
45
|
topMenuItems: {
|
|
46
|
-
defaultValue
|
|
46
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
47
47
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
48
48
|
};
|
|
49
|
-
isRequired: import("react-desc").
|
|
49
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
50
50
|
};
|
|
51
51
|
/**
|
|
52
52
|
* Bottom Menu items array
|
|
53
53
|
*/
|
|
54
54
|
bottomMenuItems: {
|
|
55
|
-
defaultValue
|
|
55
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
56
56
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
57
57
|
};
|
|
58
|
-
isRequired: import("react-desc").
|
|
58
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
59
59
|
};
|
|
60
60
|
};
|
|
61
61
|
};
|
|
@@ -14,28 +14,28 @@ declare const DSGroupBox: {
|
|
|
14
14
|
* In-box children
|
|
15
15
|
*/
|
|
16
16
|
children: {
|
|
17
|
-
defaultValue
|
|
17
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
18
18
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
19
19
|
};
|
|
20
|
-
isRequired: import("react-desc").
|
|
20
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
21
21
|
};
|
|
22
22
|
/**
|
|
23
23
|
* Title background
|
|
24
24
|
*/
|
|
25
25
|
background: {
|
|
26
|
-
defaultValue
|
|
26
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
27
27
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
28
28
|
};
|
|
29
|
-
isRequired: import("react-desc").
|
|
29
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
30
30
|
};
|
|
31
31
|
/**
|
|
32
32
|
* Toggle border top of group box
|
|
33
33
|
*/
|
|
34
34
|
borderTop: {
|
|
35
|
-
defaultValue
|
|
35
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
36
36
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
37
37
|
};
|
|
38
|
-
isRequired: import("react-desc").
|
|
38
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
39
39
|
};
|
|
40
40
|
/**
|
|
41
41
|
* Group Box title
|
|
@@ -45,19 +45,19 @@ declare const DSGroupBox: {
|
|
|
45
45
|
* semantic level of header tag for the title
|
|
46
46
|
*/
|
|
47
47
|
headerLevel: {
|
|
48
|
-
defaultValue
|
|
48
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
49
49
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
50
50
|
};
|
|
51
|
-
isRequired: import("react-desc").
|
|
51
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
52
52
|
};
|
|
53
53
|
/**
|
|
54
54
|
* Array of button icons
|
|
55
55
|
*/
|
|
56
56
|
actionsRight: {
|
|
57
|
-
defaultValue
|
|
57
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
58
58
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
59
59
|
};
|
|
60
|
-
isRequired: import("react-desc").
|
|
60
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
61
61
|
};
|
|
62
62
|
};
|
|
63
63
|
};
|
|
@@ -10,24 +10,24 @@ declare const InfiniteLoader: {
|
|
|
10
10
|
propTypes: {
|
|
11
11
|
/** toggle loading state */
|
|
12
12
|
isFetching: {
|
|
13
|
-
defaultValue
|
|
13
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
14
14
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
15
15
|
};
|
|
16
|
-
isRequired: import("react-desc").
|
|
16
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
17
17
|
};
|
|
18
18
|
/** callback to fetch new items */
|
|
19
19
|
fetchData: {
|
|
20
|
-
defaultValue
|
|
20
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
21
21
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
22
22
|
};
|
|
23
|
-
isRequired: import("react-desc").
|
|
23
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
24
24
|
};
|
|
25
25
|
/** row items for infinite loader */
|
|
26
26
|
children: {
|
|
27
|
-
defaultValue
|
|
27
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
28
28
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
29
29
|
};
|
|
30
|
-
isRequired: import("react-desc").
|
|
30
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
31
31
|
};
|
|
32
32
|
/** infinite loader list height */
|
|
33
33
|
height: any;
|
|
@@ -13,52 +13,52 @@ declare const VirtualizedInfiniteLoader: {
|
|
|
13
13
|
propTypes: {
|
|
14
14
|
/** Function responsible for tracking the loaded state of each item. */
|
|
15
15
|
isItemLoaded: {
|
|
16
|
-
defaultValue
|
|
16
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
17
17
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
18
18
|
};
|
|
19
|
-
isRequired: import("react-desc").
|
|
19
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
20
20
|
};
|
|
21
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
22
|
loadMoreItems: {
|
|
23
|
-
defaultValue
|
|
23
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
24
24
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
25
25
|
};
|
|
26
|
-
isRequired: import("react-desc").
|
|
26
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
27
27
|
};
|
|
28
28
|
/** callback to get row item size */
|
|
29
29
|
getItemSize: {
|
|
30
|
-
defaultValue
|
|
30
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
31
31
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
32
32
|
};
|
|
33
|
-
isRequired: import("react-desc").
|
|
33
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
34
34
|
};
|
|
35
35
|
/** height for the list */
|
|
36
36
|
height: {
|
|
37
|
-
defaultValue
|
|
37
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
38
38
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
39
39
|
};
|
|
40
|
-
isRequired: import("react-desc").
|
|
40
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
41
41
|
};
|
|
42
42
|
/** flag to know if virtual list should be on loading state */
|
|
43
43
|
moreItemsLoading: {
|
|
44
|
-
defaultValue
|
|
44
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
45
45
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
46
46
|
};
|
|
47
|
-
isRequired: import("react-desc").
|
|
47
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
48
48
|
};
|
|
49
49
|
/** Row item to render */
|
|
50
50
|
item: {
|
|
51
|
-
defaultValue
|
|
51
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
52
52
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
53
53
|
};
|
|
54
|
-
isRequired: import("react-desc").
|
|
54
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
55
55
|
};
|
|
56
56
|
/** flag for virtualized list */
|
|
57
57
|
hasNextPage: {
|
|
58
|
-
defaultValue
|
|
58
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
59
59
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
60
60
|
};
|
|
61
|
-
isRequired: import("react-desc").
|
|
61
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
62
62
|
};
|
|
63
63
|
};
|
|
64
64
|
};
|
|
@@ -9,10 +9,10 @@ declare const ToolbarItem: {
|
|
|
9
9
|
propTypes: {
|
|
10
10
|
/** toolbar item icon */
|
|
11
11
|
icon: {
|
|
12
|
-
defaultValue
|
|
12
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
13
13
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
14
14
|
};
|
|
15
|
-
isRequired: import("react-desc").
|
|
15
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
16
16
|
};
|
|
17
17
|
};
|
|
18
18
|
};
|
|
@@ -18,70 +18,70 @@ declare const DSMobileBanner: {
|
|
|
18
18
|
};
|
|
19
19
|
propTypes: {
|
|
20
20
|
type: {
|
|
21
|
-
defaultValue
|
|
21
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
22
22
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
23
23
|
};
|
|
24
|
-
isRequired: import("react-desc").
|
|
24
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
25
25
|
};
|
|
26
26
|
isOpen: {
|
|
27
|
-
defaultValue
|
|
27
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
28
28
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
29
29
|
};
|
|
30
|
-
isRequired: import("react-desc").
|
|
30
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
31
31
|
};
|
|
32
32
|
closeButtonOnClick: {
|
|
33
|
-
defaultValue
|
|
33
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
34
34
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
35
35
|
};
|
|
36
|
-
isRequired: import("react-desc").
|
|
36
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
37
37
|
};
|
|
38
38
|
actionLinkLabel: {
|
|
39
|
-
defaultValue
|
|
39
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
40
40
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
41
41
|
};
|
|
42
|
-
isRequired: import("react-desc").
|
|
42
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
43
43
|
};
|
|
44
44
|
actionLinkHref: {
|
|
45
|
-
defaultValue
|
|
45
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
46
46
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
47
47
|
};
|
|
48
|
-
isRequired: import("react-desc").
|
|
48
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
49
49
|
};
|
|
50
50
|
actionLinkOnClick: {
|
|
51
|
-
defaultValue
|
|
51
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
52
52
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
53
53
|
};
|
|
54
|
-
isRequired: import("react-desc").
|
|
54
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
55
55
|
};
|
|
56
56
|
label: {
|
|
57
|
-
defaultValue
|
|
57
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
58
58
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
59
59
|
};
|
|
60
|
-
isRequired: import("react-desc").
|
|
60
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
61
61
|
};
|
|
62
62
|
body: {
|
|
63
|
-
defaultValue
|
|
63
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
64
64
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
65
65
|
};
|
|
66
|
-
isRequired: import("react-desc").
|
|
66
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
67
67
|
};
|
|
68
68
|
showCloseButton: {
|
|
69
|
-
defaultValue
|
|
69
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
70
70
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
71
71
|
};
|
|
72
|
-
isRequired: import("react-desc").
|
|
72
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
73
73
|
};
|
|
74
74
|
containerProps: {
|
|
75
|
-
defaultValue
|
|
75
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
76
76
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
77
77
|
};
|
|
78
|
-
isRequired: import("react-desc").
|
|
78
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
79
79
|
};
|
|
80
80
|
focusOnOpen: {
|
|
81
|
-
defaultValue
|
|
81
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
82
82
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
83
83
|
};
|
|
84
|
-
isRequired: import("react-desc").
|
|
84
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
85
85
|
};
|
|
86
86
|
};
|
|
87
87
|
};
|
|
@@ -1,69 +1,69 @@
|
|
|
1
1
|
/// <reference path="../../../../../shared/typings/react-desc.d.ts" />
|
|
2
2
|
export declare const propTypes: {
|
|
3
3
|
type: {
|
|
4
|
-
defaultValue
|
|
4
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
5
5
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
6
6
|
};
|
|
7
|
-
isRequired: import("react-desc").
|
|
7
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
8
8
|
};
|
|
9
9
|
isOpen: {
|
|
10
|
-
defaultValue
|
|
10
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
11
11
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
12
12
|
};
|
|
13
|
-
isRequired: import("react-desc").
|
|
13
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
14
14
|
};
|
|
15
15
|
closeButtonOnClick: {
|
|
16
|
-
defaultValue
|
|
16
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
17
17
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
18
18
|
};
|
|
19
|
-
isRequired: import("react-desc").
|
|
19
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
20
20
|
};
|
|
21
21
|
actionLinkLabel: {
|
|
22
|
-
defaultValue
|
|
22
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
23
23
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
24
24
|
};
|
|
25
|
-
isRequired: import("react-desc").
|
|
25
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
26
26
|
};
|
|
27
27
|
actionLinkHref: {
|
|
28
|
-
defaultValue
|
|
28
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
29
29
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
30
30
|
};
|
|
31
|
-
isRequired: import("react-desc").
|
|
31
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
32
32
|
};
|
|
33
33
|
actionLinkOnClick: {
|
|
34
|
-
defaultValue
|
|
34
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
35
35
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
36
36
|
};
|
|
37
|
-
isRequired: import("react-desc").
|
|
37
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
38
38
|
};
|
|
39
39
|
label: {
|
|
40
|
-
defaultValue
|
|
40
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
41
41
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
42
42
|
};
|
|
43
|
-
isRequired: import("react-desc").
|
|
43
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
44
44
|
};
|
|
45
45
|
body: {
|
|
46
|
-
defaultValue
|
|
46
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
47
47
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
48
48
|
};
|
|
49
|
-
isRequired: import("react-desc").
|
|
49
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
50
50
|
};
|
|
51
51
|
showCloseButton: {
|
|
52
|
-
defaultValue
|
|
52
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
53
53
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
54
54
|
};
|
|
55
|
-
isRequired: import("react-desc").
|
|
55
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
56
56
|
};
|
|
57
57
|
containerProps: {
|
|
58
|
-
defaultValue
|
|
58
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
59
59
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
60
60
|
};
|
|
61
|
-
isRequired: import("react-desc").
|
|
61
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
62
62
|
};
|
|
63
63
|
focusOnOpen: {
|
|
64
|
-
defaultValue
|
|
64
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
65
65
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
66
66
|
};
|
|
67
|
-
isRequired: import("react-desc").
|
|
67
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
68
68
|
};
|
|
69
69
|
};
|