@elliemae/ds-shuttle 3.17.0-next.6 → 3.17.0-next.8

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,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import utils from './utils.js';
2
3
  declare const DSShuttle: {
3
4
  ({ containerProps, idField, parentIdField, showIcons, items, selectedItems, nonSelectedItems, onSearch, onSearchOpen, onSearchClose, onDrillDown, onDrillDownTarget, onTargetSortEnd, setGetStatus, targetSortable, sourceEmptyMessage, sourceRootTitle, targetEmptyMessage, targetRootTitle, composeSourceItemProps, composeTargetItemProps, onAddToTarget, onAddCheckedItems, onRemoveFromTarget, onRemoveAllFromTarget, onChange, renderSourceCounter, renderTargetCounter, sourceClearItemsText, targetClearItemsText, searchPlaceholder, loadingSource, loadingTarget, onGetMoreItems, hasNextPage, moreItemsLoading, }: {
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const _default: (props: any) => JSX.Element;
2
3
  export default _default;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const ShuttleImplHoc: (props: any) => JSX.Element;
2
3
  export { ShuttleImplHoc as ShuttleImpl };
3
4
  export default ShuttleImplHoc;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const ShuttleRenderer: ({ containerProps, onNavigateOnTargetTo, onNavigateOnSourceTo, onMoveItemToSource, onMoveItemToTarget, onClearMovedItems, onMoveCheckedItems, onClearCheckedItems, onToggleSearch, onSearch, onSearchClose, onSearchOpen, searching, onCheckItem, hierarchy, hierarchyDest, checkedItems, sourceItems, targetItems, sourceEmptyMessage, targetEmptyMessage, composeTargetItemProps, composeSourceItemProps, targetSortable, sourceSortable, onSourceSortEnd, onTargetSortEnd, loadingSource, loadingTarget, onGetMoreItems, moreItemsLoading, hasNextPage, ...otherProps }: {
2
3
  [x: string]: any;
3
4
  containerProps: any;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const LoadingIndicator: () => JSX.Element;
2
3
  export { LoadingIndicator };
3
4
  export default LoadingIndicator;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare function OverflowList({ className, activeHierarchy, children }: {
2
3
  className?: string | undefined;
3
4
  activeHierarchy?: string | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const ShuttleBreadcrumb: ({ className, hierarchy, onNavigateTo }: {
2
3
  className?: string | undefined;
3
4
  hierarchy?: never[] | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const ShuttleInfiniteScrollIndicator: ({ isOpen }: {
2
3
  isOpen: any;
3
4
  }) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const DeleteButton: (props: any) => JSX.Element;
2
3
  export declare const MoveButton: (props: any) => JSX.Element;
3
4
  export declare const DrillDownButton: (props: any) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const ShuttleListItem: ({ item, showIcons, showIcon, onSelect, isChecked, style, showActions, actions, showSortHandler, ...rest }: {
2
3
  [x: string]: any;
3
4
  item?: {} | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const ShuttleSourceListItem: ({ item, onItemCheck, onMoveToTarget, onNavigateOnSourceTo, isChecked, showMoveButton, showDrillDownButton, index, ...rest }: {
2
3
  [x: string]: any;
3
4
  item?: {} | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const ShuttleTargetListItem: ({ item, onMoveToSource, onNavigateOnTargetTo, isRoot, showDeleteButton, showDrillDownButton, showActions, index, ...rest }: {
2
3
  [x: string]: any;
3
4
  item?: {} | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const ShuttleListPanel: ({ onClick, open, children }: {
2
3
  onClick?: (() => null) | undefined;
3
4
  open?: boolean | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import PropTypes from 'prop-types';
2
3
  declare const ShuttleSource: {
3
4
  ({ items, checkedItems, hierarchy, onMoveItem, onCheckItem, onMoveCheckedItems, onNavigateTo, onClearCheckedItems, emptyMessage, composeSourceItemProps, loading, onSearch, onSearchClose, onSearchOpen, sourceSortable, onSortEnd, sourceClearItemsText, searchPlaceholder, renderSourceCounter, onGetMoreItems, moreItemsLoading, hasNextPage, }: {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const ShuttleTarget: ({ items, hierarchy, onNavigateTo, onMoveItem, onClearMovedItems, emptyMessage, composeTargetItemProps, targetSortable, onSortEnd, targetClearItemsText, renderTargetCounter, loading, }: {
2
3
  items?: never[] | undefined;
3
4
  hierarchy?: never[] | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const VirtualizedList: ({ items, itemRenderer, searching, target, innerRef, children, hasNextPage, getMoreItems, }: {
2
3
  items: any;
3
4
  itemRenderer: any;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const VirtualizedSortableList: ({ items, ...otherProps }: {
2
3
  [x: string]: any;
3
4
  items: any;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare function withProviders(Component: any): (props: any) => JSX.Element;
2
3
  export { withProviders };
3
4
  export default withProviders;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-shuttle",
3
- "version": "3.17.0-next.6",
3
+ "version": "3.17.0-next.8",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Shuttle",
6
6
  "files": [
@@ -163,17 +163,17 @@
163
163
  "react-window": "~1.8.8",
164
164
  "react-window-infinite-loader": "~1.0.8",
165
165
  "treetabular": "~3.6.0",
166
- "@elliemae/ds-breadcrumb": "3.17.0-next.6",
167
- "@elliemae/ds-button": "3.17.0-next.6",
168
- "@elliemae/ds-form": "3.17.0-next.6",
169
- "@elliemae/ds-circular-progress-indicator": "3.17.0-next.6",
170
- "@elliemae/ds-indeterminate-progress-indicator": "3.17.0-next.6",
171
- "@elliemae/ds-icons": "3.17.0-next.6",
172
- "@elliemae/ds-system": "3.17.0-next.6",
173
- "@elliemae/ds-props-helpers": "3.17.0-next.6",
174
- "@elliemae/ds-truncated-tooltip-text": "3.17.0-next.6",
175
- "@elliemae/ds-utilities": "3.17.0-next.6",
176
- "@elliemae/ds-classnames": "3.17.0-next.6"
166
+ "@elliemae/ds-breadcrumb": "3.17.0-next.8",
167
+ "@elliemae/ds-button": "3.17.0-next.8",
168
+ "@elliemae/ds-circular-progress-indicator": "3.17.0-next.8",
169
+ "@elliemae/ds-form": "3.17.0-next.8",
170
+ "@elliemae/ds-icons": "3.17.0-next.8",
171
+ "@elliemae/ds-indeterminate-progress-indicator": "3.17.0-next.8",
172
+ "@elliemae/ds-classnames": "3.17.0-next.8",
173
+ "@elliemae/ds-props-helpers": "3.17.0-next.8",
174
+ "@elliemae/ds-system": "3.17.0-next.8",
175
+ "@elliemae/ds-truncated-tooltip-text": "3.17.0-next.8",
176
+ "@elliemae/ds-utilities": "3.17.0-next.8"
177
177
  },
178
178
  "devDependencies": {
179
179
  "@testing-library/jest-dom": "~5.16.5",