@elliemae/ds-mobile 3.35.0-rc.0 → 3.35.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.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import PropTypes from 'prop-types';
3
2
  export declare const ExpandableRegion: {
4
3
  ({ show, content }: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface DSMobileContextMenuItemPropsT {
3
2
  label: string;
4
3
  title: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import PropTypes from 'prop-types';
3
2
  export declare const MobileDropdownInput: import("styled-components").StyledComponent<"input", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"input">, never>;
4
3
  export declare const MobileDropdownInputWrap: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"span">, never>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface OptionT {
3
2
  label: string;
4
3
  value: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-mobile",
3
- "version": "3.35.0-rc.0",
3
+ "version": "3.35.0-rc.2",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - System",
6
6
  "files": [
@@ -440,30 +440,30 @@
440
440
  "prop-types": "~15.8.1",
441
441
  "react-window": "~1.8.8",
442
442
  "react-window-infinite-loader": "~1.0.8",
443
- "@elliemae/ds-accordion": "3.35.0-rc.0",
444
- "@elliemae/ds-backdrop": "3.35.0-rc.0",
445
- "@elliemae/ds-button": "3.35.0-rc.0",
446
- "@elliemae/ds-button-v2": "3.35.0-rc.0",
447
- "@elliemae/ds-circular-progress-indicator": "3.35.0-rc.0",
448
- "@elliemae/ds-grid": "3.35.0-rc.0",
449
- "@elliemae/ds-form": "3.35.0-rc.0",
450
- "@elliemae/ds-icon": "3.35.0-rc.0",
451
- "@elliemae/ds-form-checkbox": "3.35.0-rc.0",
452
- "@elliemae/ds-indeterminate-progress-indicator": "3.35.0-rc.0",
453
- "@elliemae/ds-props-helpers": "3.35.0-rc.0",
454
- "@elliemae/ds-icons": "3.35.0-rc.0",
455
- "@elliemae/ds-shared": "3.35.0-rc.0",
456
- "@elliemae/ds-system": "3.35.0-rc.0",
457
- "@elliemae/ds-tabs": "3.35.0-rc.0",
458
- "@elliemae/ds-truncated-expandable-text": "3.35.0-rc.0",
459
- "@elliemae/ds-utilities": "3.35.0-rc.0"
443
+ "@elliemae/ds-accordion": "3.35.0-rc.2",
444
+ "@elliemae/ds-button-v2": "3.35.0-rc.2",
445
+ "@elliemae/ds-backdrop": "3.35.0-rc.2",
446
+ "@elliemae/ds-form": "3.35.0-rc.2",
447
+ "@elliemae/ds-circular-progress-indicator": "3.35.0-rc.2",
448
+ "@elliemae/ds-form-checkbox": "3.35.0-rc.2",
449
+ "@elliemae/ds-button": "3.35.0-rc.2",
450
+ "@elliemae/ds-grid": "3.35.0-rc.2",
451
+ "@elliemae/ds-icons": "3.35.0-rc.2",
452
+ "@elliemae/ds-icon": "3.35.0-rc.2",
453
+ "@elliemae/ds-indeterminate-progress-indicator": "3.35.0-rc.2",
454
+ "@elliemae/ds-shared": "3.35.0-rc.2",
455
+ "@elliemae/ds-props-helpers": "3.35.0-rc.2",
456
+ "@elliemae/ds-tabs": "3.35.0-rc.2",
457
+ "@elliemae/ds-system": "3.35.0-rc.2",
458
+ "@elliemae/ds-utilities": "3.35.0-rc.2",
459
+ "@elliemae/ds-truncated-expandable-text": "3.35.0-rc.2"
460
460
  },
461
461
  "devDependencies": {
462
462
  "@elliemae/pui-cli": "~9.0.0-next.31",
463
463
  "@elliemae/pui-theme": "~2.9.3",
464
464
  "styled-components": "~5.3.9",
465
465
  "styled-system": "~5.1.5",
466
- "@elliemae/ds-monorepo-devops": "3.35.0-rc.0"
466
+ "@elliemae/ds-monorepo-devops": "3.35.0-rc.2"
467
467
  },
468
468
  "peerDependencies": {
469
469
  "@elliemae/pui-theme": "~2.9.3",
@@ -1,13 +0,0 @@
1
- import React from 'react';
2
- import PropTypes from 'prop-types';
3
- declare const DSMobileLoadingPage: React.ForwardRefExoticComponent<{
4
- children?: PropTypes.ReactElementLike | null | undefined;
5
- type?: string | undefined;
6
- zIndex?: number | null | undefined;
7
- backdropZIndex?: number | null | undefined;
8
- loader?: (PropTypes.ReactElementLike | null | undefined)[] | null | undefined;
9
- loading?: boolean | null | undefined;
10
- } & {
11
- theme?: import("styled-components").DefaultTheme | undefined;
12
- }>;
13
- export { DSMobileLoadingPage };
@@ -1,18 +0,0 @@
1
- import React from 'react';
2
- import ToolbarItem from './MobileActionToolbarItem.js';
3
- declare const DSMobileActionToolbar: React.ForwardRefExoticComponent<{
4
- [x: string]: any;
5
- [x: number]: any;
6
- [x: symbol]: any;
7
- } & {
8
- theme?: import("styled-components").DefaultTheme | undefined;
9
- }>;
10
- declare const DSMobileActionToolbarWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<{
11
- [x: string]: any;
12
- [x: number]: any;
13
- [x: symbol]: any;
14
- } & {
15
- theme?: import("styled-components").DefaultTheme | undefined;
16
- }>;
17
- export { DSMobileActionToolbar, ToolbarItem, DSMobileActionToolbarWithSchema };
18
- export default DSMobileActionToolbar;
@@ -1,21 +0,0 @@
1
- import React from 'react';
2
- import type { MobileCardProps } from './props.js';
3
- declare const DSMobileCardWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<MobileCardProps>;
4
- export { DSMobileCardWithSchema };
5
- declare const _default: React.ForwardRefExoticComponent<{
6
- height: "m" | "s";
7
- children: React.ReactNode | React.ReactNode[];
8
- value: number;
9
- details: string[];
10
- leftProp: JSX.Element | JSX.Element[];
11
- rightProp: JSX.Element[];
12
- leftAddOn: JSX.Element | JSX.Element[];
13
- subText: string[];
14
- subIcons: JSX.Element | JSX.Element[];
15
- expandable: boolean;
16
- expandedContent: JSX.Element | JSX.Element[];
17
- cardContent: JSX.Element | JSX.Element[];
18
- } & {
19
- theme?: import("styled-components").DefaultTheme | undefined;
20
- }>;
21
- export default _default;
@@ -1,19 +0,0 @@
1
- import React from 'react';
2
- declare const DSMobileCardGroupWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<{
3
- children: any;
4
- theme: any;
5
- title: any;
6
- action: any;
7
- activeValue: any;
8
- allowMultipleOpen?: boolean | undefined;
9
- onChange?: (() => null) | undefined;
10
- }>;
11
- export { DSMobileCardGroupWithSchema };
12
- declare const _default: React.ForwardRefExoticComponent<{
13
- [x: string]: any;
14
- [x: number]: any;
15
- [x: symbol]: any;
16
- } & {
17
- theme?: import("styled-components").DefaultTheme | undefined;
18
- }>;
19
- export default _default;
@@ -1,23 +0,0 @@
1
- /// <reference types="react" />
2
- import MobileCard, { DSMobileCardWithSchema } from './Card.js';
3
- import { DSMobileCardGroupWithSchema } from './Group.js';
4
- import { ActionAddon } from './ActionAddon.js';
5
- declare const DSMobileCard: import("react").ForwardRefExoticComponent<{
6
- height: "m" | "s";
7
- children: import("react").ReactNode | import("react").ReactNode[];
8
- value: number;
9
- details: string[];
10
- leftProp: JSX.Element | JSX.Element[];
11
- rightProp: JSX.Element[];
12
- leftAddOn: JSX.Element | JSX.Element[];
13
- subText: string[];
14
- subIcons: JSX.Element | JSX.Element[];
15
- expandable: boolean;
16
- expandedContent: JSX.Element | JSX.Element[];
17
- cardContent: JSX.Element | JSX.Element[];
18
- } & {
19
- theme?: import("styled-components").DefaultTheme | undefined;
20
- }>;
21
- export { DSMobileCard, ActionAddon, DSMobileCardWithSchema, DSMobileCardGroupWithSchema };
22
- export * from './CardIcons.js';
23
- export default MobileCard;
@@ -1,16 +0,0 @@
1
- import React from 'react';
2
- declare const DSMobileContextMenu: React.ForwardRefExoticComponent<{
3
- [x: string]: any;
4
- [x: number]: any;
5
- [x: symbol]: any;
6
- } & {
7
- theme?: import("styled-components").DefaultTheme | undefined;
8
- }>;
9
- declare const DSMobileContextMenuWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<{
10
- [x: string]: any;
11
- [x: number]: any;
12
- [x: symbol]: any;
13
- } & {
14
- theme?: import("styled-components").DefaultTheme | undefined;
15
- }>;
16
- export { DSMobileContextMenu, DSMobileContextMenuWithSchema };
@@ -1,17 +0,0 @@
1
- import React from 'react';
2
- declare const DSMobileListItem: React.ForwardRefExoticComponent<{
3
- [x: string]: any;
4
- [x: number]: any;
5
- [x: symbol]: any;
6
- } & {
7
- theme?: import("styled-components").DefaultTheme | undefined;
8
- }>;
9
- declare const ListItemWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").DocumentedReactComponent<{
10
- leftAddon?: null | undefined;
11
- rightAddon?: null | undefined;
12
- title?: string | undefined;
13
- value?: string | undefined;
14
- dataTestid?: string | undefined;
15
- theme: any;
16
- }>;
17
- export { DSMobileListItem, ListItemWithSchema };
@@ -1,22 +0,0 @@
1
- import React from 'react';
2
- declare const PageHeaderWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<{
3
- pageTitle?: null | undefined;
4
- withBlueBorder?: boolean | undefined;
5
- contextMenu?: null | undefined;
6
- firstAction?: null | undefined;
7
- secondAction?: null | undefined;
8
- backArrow?: null | undefined;
9
- breadCrumb?: null | undefined;
10
- onOpenContextMenu?: (() => null) | undefined;
11
- value: any;
12
- label: any;
13
- theme: any;
14
- }>;
15
- declare const DSMobilePageHeader: React.ForwardRefExoticComponent<{
16
- [x: string]: any;
17
- [x: number]: any;
18
- [x: symbol]: any;
19
- } & {
20
- theme?: import("styled-components").DefaultTheme | undefined;
21
- }>;
22
- export { DSMobilePageHeader, PageHeaderWithSchema };
@@ -1,19 +0,0 @@
1
- import React from 'react';
2
- import PropTypes from 'prop-types';
3
- declare const DSMobileSelectList: React.ForwardRefExoticComponent<{
4
- children?: (PropTypes.ReactElementLike | null | undefined)[] | null | undefined;
5
- onChange?: ((...args: any[]) => void) | undefined;
6
- multiple?: boolean | undefined;
7
- open?: boolean | undefined;
8
- zIndex?: number | undefined;
9
- header?: null | undefined;
10
- dataTestid?: string | undefined;
11
- buttonFooter?: null | undefined;
12
- onApply?: ((...args: any[]) => void) | undefined;
13
- selecteds?: never[] | undefined;
14
- useSearch?: boolean | null | undefined;
15
- onSearch?: ((...args: any[]) => void) | undefined;
16
- } & {
17
- theme?: import("styled-components").DefaultTheme | undefined;
18
- }>;
19
- export { DSMobileSelectList };
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- declare const DSMobileTouchable: React.ForwardRefExoticComponent<{
3
- [x: string]: any;
4
- [x: number]: any;
5
- } & {
6
- theme?: import("styled-components").DefaultTheme | undefined;
7
- }>;
8
- export { DSMobileTouchable };
@@ -1,16 +0,0 @@
1
- import React from 'react';
2
- declare const DSMobilePageList: React.ForwardRefExoticComponent<{
3
- [x: string]: any;
4
- [x: number]: any;
5
- [x: symbol]: any;
6
- } & {
7
- theme?: import("styled-components").DefaultTheme | undefined;
8
- }>;
9
- declare const DSPageList: React.ForwardRefExoticComponent<{
10
- [x: string]: any;
11
- [x: number]: any;
12
- [x: symbol]: any;
13
- } & {
14
- theme?: import("styled-components").DefaultTheme | undefined;
15
- }>;
16
- export { DSPageList, DSMobilePageList };
@@ -1,16 +0,0 @@
1
- import React from 'react';
2
- declare const DSMobilePageSearch: React.ForwardRefExoticComponent<{
3
- [x: string]: any;
4
- [x: number]: any;
5
- [x: symbol]: any;
6
- } & {
7
- theme?: import("styled-components").DefaultTheme | undefined;
8
- }>;
9
- declare const DSPageSearch: React.ForwardRefExoticComponent<{
10
- [x: string]: any;
11
- [x: number]: any;
12
- [x: symbol]: any;
13
- } & {
14
- theme?: import("styled-components").DefaultTheme | undefined;
15
- }>;
16
- export { DSPageSearch, DSMobilePageSearch };