@elliemae/ds-treeview 3.17.0-next.9 → 3.17.0-rc.0

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,7 +1,6 @@
1
- /// <reference types="react" />
2
1
  import type { DSTreeviewT } from './react-desc-prop-types.js';
3
2
  export declare const TreeView: {
4
- (props: DSTreeviewT.Props): JSX.Element;
3
+ (props: DSTreeviewT.Props): import("react/jsx-runtime.js").JSX.Element;
5
4
  displayName: string;
6
5
  };
7
6
  declare const TreeViewWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<DSTreeviewT.Props>;
@@ -1,8 +1,7 @@
1
- /// <reference types="react" />
2
1
  import type { DSTreeviewT } from '../react-desc-prop-types.js';
3
2
  interface DnDHandleProps {
4
3
  id: DSTreeviewT.StringOrNum;
5
4
  isDragOverlay: boolean;
6
5
  }
7
- export declare const DnDHandle: ({ id, isDragOverlay }: DnDHandleProps) => JSX.Element;
6
+ export declare const DnDHandle: ({ id, isDragOverlay }: DnDHandleProps) => import("react/jsx-runtime.js").JSX.Element;
8
7
  export {};
@@ -1,8 +1,7 @@
1
- /// <reference types="react" />
2
1
  import type { DSTreeviewT } from '../react-desc-prop-types.js';
3
2
  interface PropsT {
4
3
  item: DSTreeviewT.Item;
5
4
  itemIndex: number;
6
5
  }
7
- declare const RadioSelectable: (props: PropsT) => JSX.Element;
6
+ declare const RadioSelectable: (props: PropsT) => import("react/jsx-runtime.js").JSX.Element;
8
7
  export default RadioSelectable;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface PropsT {
3
2
  handleChange: (opt: {
4
3
  target: {
@@ -12,5 +11,5 @@ interface PropsT {
12
11
  totalResults: number;
13
12
  value: string;
14
13
  }
15
- export declare const TreeViewSearchBar: (props: PropsT) => JSX.Element;
14
+ export declare const TreeViewSearchBar: (props: PropsT) => import("react/jsx-runtime").JSX.Element;
16
15
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-treeview",
3
- "version": "3.17.0-next.9",
3
+ "version": "3.17.0-rc.0",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Tree View",
6
6
  "files": [
@@ -231,16 +231,16 @@
231
231
  "react-virtual": "~2.10.4",
232
232
  "tree-model": "~1.0.7",
233
233
  "uid": "~2.0.1",
234
- "@elliemae/ds-button": "3.17.0-next.9",
235
- "@elliemae/ds-form": "3.17.0-next.9",
236
- "@elliemae/ds-icons": "3.17.0-next.9",
237
- "@elliemae/ds-props-helpers": "3.17.0-next.9",
238
- "@elliemae/ds-system": "3.17.0-next.9",
239
- "@elliemae/ds-truncated-tooltip-text": "3.17.0-next.9",
240
- "@elliemae/ds-circular-progress-indicator": "3.17.0-next.9",
241
- "@elliemae/ds-utilities": "3.17.0-next.9",
242
- "@elliemae/ds-classnames": "3.17.0-next.9",
243
- "@elliemae/ds-drag-and-drop": "3.17.0-next.9"
234
+ "@elliemae/ds-button": "3.17.0-rc.0",
235
+ "@elliemae/ds-circular-progress-indicator": "3.17.0-rc.0",
236
+ "@elliemae/ds-classnames": "3.17.0-rc.0",
237
+ "@elliemae/ds-drag-and-drop": "3.17.0-rc.0",
238
+ "@elliemae/ds-form": "3.17.0-rc.0",
239
+ "@elliemae/ds-props-helpers": "3.17.0-rc.0",
240
+ "@elliemae/ds-system": "3.17.0-rc.0",
241
+ "@elliemae/ds-truncated-tooltip-text": "3.17.0-rc.0",
242
+ "@elliemae/ds-icons": "3.17.0-rc.0",
243
+ "@elliemae/ds-utilities": "3.17.0-rc.0"
244
244
  },
245
245
  "devDependencies": {
246
246
  "@testing-library/jest-dom": "~5.16.5",