@procore/core-react 10.20.0-rc.93 → 10.20.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.
- package/CHANGELOG.md +23 -0
- package/dist/esm/components/FileSelect/FileSelect.types.d.ts +17 -60
- package/dist/esm/components/Tree/Tree.js +3 -3
- package/dist/esm/components/Tree/Tree.js.map +1 -1
- package/dist/esm/components/Tree/Tree.styles.d.ts +1 -0
- package/dist/esm/components/Tree/Tree.styles.js +4 -2
- package/dist/esm/components/Tree/Tree.styles.js.map +1 -1
- package/dist/props/FileSelect.json +1 -1
- package/dist/props/allProps.json +37 -37
- package/dist/typedoc/components/Avatar/Avatar.types.json +198 -0
- package/dist/typedoc/components/AvatarStack/AvatarStack.types.json +226 -0
- package/dist/typedoc/components/Badge/Badge.types.json +74 -0
- package/dist/typedoc/components/Banner/Banner.types.json +141 -0
- package/dist/typedoc/components/Breadcrumbs/Breadcrumbs.types.json +84 -0
- package/dist/typedoc/components/Button/Button.types.json +124 -0
- package/dist/typedoc/components/Calendar/Calendar.types.json +846 -0
- package/dist/typedoc/components/Card/Card.types.json +69 -0
- package/dist/typedoc/components/Checkbox/Checkbox.types.json +78 -0
- package/dist/typedoc/components/ContactItem/ContactItem.types.json +98 -0
- package/dist/typedoc/components/DateInput/DateInput.types.json +376 -0
- package/dist/typedoc/components/DateSelect/DateSelect.types.json +138 -0
- package/dist/typedoc/components/Dropdown/Dropdown.types.json +366 -0
- package/dist/typedoc/components/DropdownFlyout/DropdownFlyout.types.json +358 -0
- package/dist/typedoc/components/Dropzone/Dropzone.types.json +498 -0
- package/dist/typedoc/components/EmptyState/EmptyState.types.json +172 -0
- package/dist/typedoc/components/FileList/FileList.types.json +38 -0
- package/dist/typedoc/components/FileSelect/FileSelect.types.json +264 -0
- package/dist/typedoc/components/FileSelect/GridSource/GridSource.types.json +215 -0
- package/dist/typedoc/components/FileSelect/LocalSource/LocalSource.types.json +148 -0
- package/dist/typedoc/components/FileSelect/TreeSource/TreeSource.types.json +169 -0
- package/dist/typedoc/components/Font/Font.types.json +78 -0
- package/dist/typedoc/components/Form/Form.types.json +6870 -0
- package/dist/typedoc/components/GroupSelect/GroupSelect.types.json +520 -0
- package/dist/typedoc/components/Icon/Icon.types.json +114 -0
- package/dist/typedoc/components/Input/Input.types.json +29 -0
- package/dist/typedoc/components/Link/Link.types.json +48 -0
- package/dist/typedoc/components/Menu/Menu.types.json +717 -0
- package/dist/typedoc/components/MenuImperative/MenuImperative.types.json +732 -0
- package/dist/typedoc/components/Modal/Modal.types.json +302 -0
- package/dist/typedoc/components/MultiSelect/MultiSelect.types.json +298 -0
- package/dist/typedoc/components/Notation/Notation.types.json +48 -0
- package/dist/typedoc/components/NumberInput/NumberInput.types.json +288 -0
- package/dist/typedoc/components/OverlayTrigger/OverlayTrigger.json +188 -0
- package/dist/typedoc/components/Pagination/Pagination.types.json +89 -0
- package/dist/typedoc/components/Panel/Panel.types.json +208 -0
- package/dist/typedoc/components/Pill/Pill.types.json +18 -0
- package/dist/typedoc/components/PillSelect/PillSelect.types.json +486 -0
- package/dist/typedoc/components/Popover/Popover.types.json +104 -0
- package/dist/typedoc/components/ProgressBar/ProgressBar.types.json +58 -0
- package/dist/typedoc/components/RadioButton/RadioButton.types.json +68 -0
- package/dist/typedoc/components/Required/Required.types.json +58 -0
- package/dist/typedoc/components/Search/Search.types.json +233 -0
- package/dist/typedoc/components/SegmentedController/SegmentedController.types.json +221 -0
- package/dist/typedoc/components/Select/Select.types.json +330 -0
- package/dist/typedoc/components/Slider/Slider.types.json +68 -0
- package/dist/typedoc/components/Spinner/Spinner.types.json +89 -0
- package/dist/typedoc/components/Switch/Switch.types.json +38 -0
- package/dist/typedoc/components/Table/Table.types.json +1033 -0
- package/dist/typedoc/components/Tabs/Tabs.types.json +157 -0
- package/dist/typedoc/components/TextArea/TextArea.types.json +39 -0
- package/dist/typedoc/components/TextEditor/TextEditor.types.json +79 -0
- package/dist/typedoc/components/Thumbnail/Thumbnail.types.json +128 -0
- package/dist/typedoc/components/TieredDropdown/TieredDropdown.types.json +424 -0
- package/dist/typedoc/components/TieredSelect/TieredSelect.types.json +278 -0
- package/dist/typedoc/components/Tile/Tile.types.json +338 -0
- package/dist/typedoc/components/Toast/Toast.types.json +48 -0
- package/dist/typedoc/components/ToggleButton/ToggleButton.types.json +38 -0
- package/dist/typedoc/components/Token/Token.types.json +125 -0
- package/dist/typedoc/components/Tooltip/Tooltip.types.json +144 -0
- package/dist/typedoc/components/Tree/Tree.types.json +1271 -0
- package/dist/typedoc/components/Typeahead/Typeahead.types.json +28 -0
- package/dist/typedoc/components/Typography/Typography.types.json +88 -0
- package/dist/typedoc/layouts/Box/Box.types.json +742 -0
- package/dist/typedoc/layouts/DetailPage/DetailPage.json +124 -0
- package/dist/typedoc/layouts/Flex/Flex.types.json +268 -0
- package/dist/typedoc/layouts/FlexList/FlexList.types.json +298 -0
- package/dist/typedoc/layouts/Grid/Grid.json +120 -0
- package/dist/typedoc/layouts/IconLayout/IconLayout.json +1 -0
- package/dist/typedoc/layouts/LegacyDetailPage/LegacyDetailPage.json +48 -0
- package/dist/typedoc/layouts/ListPage/ListPage.types.json +115 -0
- package/dist/typedoc/layouts/NextDetailPage/NextDetailPage.types.json +48 -0
- package/dist/typedoc/layouts/NextGrid/NextGrid.types.json +105 -0
- package/dist/typedoc/layouts/PageLayout/PageLayout.types.json +90 -0
- package/dist/typedoc/layouts/ToolHeader/ToolHeader.types.json +95 -0
- package/dist/typedoc/utils/types.json +38 -0
- package/package.json +9 -7
- package/storybook-static/0.25cdfc54d577d52c1c6b.manager.bundle.js +1 -0
- package/storybook-static/0.66071c6b.iframe.bundle.js +1 -0
- package/storybook-static/1.cb03d9ea.iframe.bundle.js +3 -0
- package/storybook-static/{1.f604ac3e.iframe.bundle.js.LICENSE.txt → 1.cb03d9ea.iframe.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/1.cb03d9ea.iframe.bundle.js.map +1 -0
- package/storybook-static/2.e3f1ddbd.iframe.bundle.js +1 -0
- package/storybook-static/4.ca3fc33a26ad8acaa0cf.manager.bundle.js +2 -0
- package/storybook-static/{4.37d215da3480ddf79684.manager.bundle.js.LICENSE.txt → 4.ca3fc33a26ad8acaa0cf.manager.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/5.c7334e99bca309dc0f6b.manager.bundle.js +1 -0
- package/storybook-static/{6.72a5c826f7b9ba2a1008.manager.bundle.js → 6.8684078c90624aaf5c12.manager.bundle.js} +2 -2
- package/storybook-static/{6.72a5c826f7b9ba2a1008.manager.bundle.js.LICENSE.txt → 6.8684078c90624aaf5c12.manager.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/7.2d596a64.iframe.bundle.js +3 -0
- package/storybook-static/{7.be450f50.iframe.bundle.js.LICENSE.txt → 7.2d596a64.iframe.bundle.js.LICENSE.txt} +1 -1
- package/storybook-static/7.2d596a64.iframe.bundle.js.map +1 -0
- package/storybook-static/{7.5bf306f93261894e2733.manager.bundle.js → 7.5dd8b1d63c6ccb2b7d4f.manager.bundle.js} +1 -1
- package/storybook-static/{8.38854c3a6e86288d54cc.manager.bundle.js → 8.9c2959b68dd6b32c4949.manager.bundle.js} +1 -1
- package/storybook-static/8.a80b4344.iframe.bundle.js +1 -0
- package/storybook-static/iframe.html +1 -1
- package/storybook-static/index.html +1 -1
- package/storybook-static/main.01bf0da23679c71a30ae.manager.bundle.js +1 -0
- package/storybook-static/{main.1de6ae75.iframe.bundle.js → main.8bf17d1f.iframe.bundle.js} +1 -1
- package/storybook-static/{runtime~main.3937db5d0c29ffeb9085.manager.bundle.js → runtime~main.f7aa4e9b5144dc1a277f.manager.bundle.js} +1 -1
- package/storybook-static/{runtime~main.ab98e1f1.iframe.bundle.js → runtime~main.f83a03f8.iframe.bundle.js} +1 -1
- package/storybook-static/vendors~main.9381682917547df19d6c.manager.bundle.js +2 -0
- package/storybook-static/{vendors~main.3cce118bc9035e221837.manager.bundle.js.LICENSE.txt → vendors~main.9381682917547df19d6c.manager.bundle.js.LICENSE.txt} +0 -6
- package/storybook-static/vendors~main.d8755a0a.iframe.bundle.js +3 -0
- package/storybook-static/{vendors~main.484f0d61.iframe.bundle.js.LICENSE.txt → vendors~main.d8755a0a.iframe.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/vendors~main.d8755a0a.iframe.bundle.js.map +1 -0
- package/tsconfig.json +6 -0
- package/tsconfig.prod.json +1 -1
- package/typedoc.js +1 -1
- package/typedoc.ts +187 -0
- package/storybook-static/0.41e28a0bb94d5e5489a5.manager.bundle.js +0 -1
- package/storybook-static/0.b4bb1ac1.iframe.bundle.js +0 -1
- package/storybook-static/1.f604ac3e.iframe.bundle.js +0 -3
- package/storybook-static/1.f604ac3e.iframe.bundle.js.map +0 -1
- package/storybook-static/2.127b3eae.iframe.bundle.js +0 -1
- package/storybook-static/4.37d215da3480ddf79684.manager.bundle.js +0 -2
- package/storybook-static/5.81000771920a22421f7b.manager.bundle.js +0 -1
- package/storybook-static/7.be450f50.iframe.bundle.js +0 -3
- package/storybook-static/7.be450f50.iframe.bundle.js.map +0 -1
- package/storybook-static/8.8a74f8ce.iframe.bundle.js +0 -1
- package/storybook-static/main.2ac4adfe9a439a3c1992.manager.bundle.js +0 -1
- package/storybook-static/vendors~main.3cce118bc9035e221837.manager.bundle.js +0 -2
- package/storybook-static/vendors~main.484f0d61.iframe.bundle.js +0 -3
- package/storybook-static/vendors~main.484f0d61.iframe.bundle.js.map +0 -1
- package/tsconfig.dev.json +0 -4
|
@@ -0,0 +1,1271 @@
|
|
|
1
|
+
{
|
|
2
|
+
"CustomDataType": {
|
|
3
|
+
"name": "CustomDataType",
|
|
4
|
+
"properties": [],
|
|
5
|
+
"description": ""
|
|
6
|
+
},
|
|
7
|
+
"DefaultNode": {
|
|
8
|
+
"name": "DefaultNode",
|
|
9
|
+
"properties": [
|
|
10
|
+
{
|
|
11
|
+
"name": "id",
|
|
12
|
+
"required": true,
|
|
13
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">NodeId</a>",
|
|
14
|
+
"typeDetail": "<span class=\"tsd-signature-type\">number</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">string</span>",
|
|
15
|
+
"description": "",
|
|
16
|
+
"descriptionHtml": "",
|
|
17
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
18
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L12"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"name": "name",
|
|
22
|
+
"required": true,
|
|
23
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
24
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
25
|
+
"description": "",
|
|
26
|
+
"descriptionHtml": "",
|
|
27
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
28
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L15"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "parentId",
|
|
32
|
+
"required": true,
|
|
33
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">NodeId</a>",
|
|
34
|
+
"typeDetail": "<span class=\"tsd-signature-type\">number</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">string</span>",
|
|
35
|
+
"description": "",
|
|
36
|
+
"descriptionHtml": "",
|
|
37
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
38
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L16"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"name": "type",
|
|
42
|
+
"required": true,
|
|
43
|
+
"type": "<span class=\"tsd-signature-type\">NodeType</span>",
|
|
44
|
+
"typeDetail": "<span class=\"tsd-signature-type\">NodeType</span>",
|
|
45
|
+
"description": "",
|
|
46
|
+
"descriptionHtml": "",
|
|
47
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
48
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L17"
|
|
49
|
+
}
|
|
50
|
+
],
|
|
51
|
+
"description": ""
|
|
52
|
+
},
|
|
53
|
+
"IconContainerProps": {
|
|
54
|
+
"name": "IconContainerProps",
|
|
55
|
+
"properties": [
|
|
56
|
+
{
|
|
57
|
+
"name": "alignContent",
|
|
58
|
+
"required": false,
|
|
59
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">FlexAlignContent</a>",
|
|
60
|
+
"typeDetail": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">FlexJustify</a><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"stretch"</span>",
|
|
61
|
+
"description": "",
|
|
62
|
+
"descriptionHtml": "",
|
|
63
|
+
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
64
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L83"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "alignItems",
|
|
68
|
+
"required": false,
|
|
69
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">FlexAlign</a>",
|
|
70
|
+
"typeDetail": "<span class=\"tsd-signature-type\">"baseline"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"center"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"flex-end"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"flex-start"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"normal"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"stretch"</span>",
|
|
71
|
+
"description": "",
|
|
72
|
+
"descriptionHtml": "",
|
|
73
|
+
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
74
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L84"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"name": "alignSelf",
|
|
78
|
+
"required": false,
|
|
79
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">FlexAlign</a>",
|
|
80
|
+
"typeDetail": "<span class=\"tsd-signature-type\">"baseline"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"center"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"flex-end"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"flex-start"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"normal"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"stretch"</span>",
|
|
81
|
+
"description": "",
|
|
82
|
+
"descriptionHtml": "",
|
|
83
|
+
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
84
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L85"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"name": "as",
|
|
88
|
+
"required": false,
|
|
89
|
+
"type": "<span class=\"tsd-signature-type\">"li"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"ol"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"ul"</span>",
|
|
90
|
+
"typeDetail": "<span class=\"tsd-signature-type\">"li"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"ol"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"ul"</span>",
|
|
91
|
+
"description": "Render semantic HTML tags with browser reset and normalize CSS",
|
|
92
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Render semantic HTML tags with browser reset and normalize CSS</p>\n</div></div>",
|
|
93
|
+
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
94
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L128"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"name": "children",
|
|
98
|
+
"required": false,
|
|
99
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
100
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
101
|
+
"description": "Instead of using the default children, you can pass in your own.",
|
|
102
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Instead of using the default children, you can pass in your own.</p>\n</div></div>",
|
|
103
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
104
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"name": "className",
|
|
108
|
+
"required": false,
|
|
109
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
110
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
111
|
+
"description": "Additional classNames",
|
|
112
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
113
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
114
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"name": "display",
|
|
118
|
+
"required": false,
|
|
119
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">Display</a>",
|
|
120
|
+
"typeDetail": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">DeprecatedDisplay</a><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"block"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"flex"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"inline"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"inline-block"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"inline-flex"</span>",
|
|
121
|
+
"description": "",
|
|
122
|
+
"descriptionHtml": "",
|
|
123
|
+
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
124
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L129"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"name": "flex",
|
|
128
|
+
"required": false,
|
|
129
|
+
"type": "<span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">number</span>",
|
|
130
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">number</span>",
|
|
131
|
+
"description": "Alias to the `flex` property on a flexbox child.",
|
|
132
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>flex</code> property on a flexbox child.</p>\n</div></div>",
|
|
133
|
+
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
134
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L134"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"name": "flexBasis",
|
|
138
|
+
"required": false,
|
|
139
|
+
"type": "<span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">number</span>",
|
|
140
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">number</span>",
|
|
141
|
+
"description": "Alias to the `basis` property on a flexbox child.",
|
|
142
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>basis</code> property on a flexbox child.</p>\n</div></div>",
|
|
143
|
+
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
144
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L139"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"name": "flexDirection",
|
|
148
|
+
"required": false,
|
|
149
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">FlexDirection</a>",
|
|
150
|
+
"typeDetail": "<span class=\"tsd-signature-type\">"column"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"column-reverse"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"row"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"row-reverse"</span>",
|
|
151
|
+
"description": "Alias to the `direction` property on a flexbox child.",
|
|
152
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>direction</code> property on a flexbox child.</p>\n</div></div>",
|
|
153
|
+
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
154
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L144"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"name": "flexGrow",
|
|
158
|
+
"required": false,
|
|
159
|
+
"type": "<span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">number</span>",
|
|
160
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">number</span>",
|
|
161
|
+
"description": "Alias to the `grow` property on a flexbox child.",
|
|
162
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>grow</code> property on a flexbox child.</p>\n</div></div>",
|
|
163
|
+
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
164
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L149"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"name": "flexShrink",
|
|
168
|
+
"required": false,
|
|
169
|
+
"type": "<span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">number</span>",
|
|
170
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">number</span>",
|
|
171
|
+
"description": "Alias to the `shrink` property on a flexbox child.",
|
|
172
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>shrink</code> property on a flexbox child.</p>\n</div></div>",
|
|
173
|
+
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
174
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L154"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"name": "flexWrap",
|
|
178
|
+
"required": false,
|
|
179
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">FlexWrap</a>",
|
|
180
|
+
"typeDetail": "<span class=\"tsd-signature-type\">"nowrap"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"wrap-reverse"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"wrap"</span>",
|
|
181
|
+
"description": "Alias to the `wrap` property on a flexbox child.",
|
|
182
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>wrap</code> property on a flexbox child.</p>\n</div></div>",
|
|
183
|
+
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
184
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L159"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"name": "isSelected",
|
|
188
|
+
"required": false,
|
|
189
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
190
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
191
|
+
"description": "",
|
|
192
|
+
"descriptionHtml": "",
|
|
193
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
194
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L216"
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"name": "justifyContent",
|
|
198
|
+
"required": false,
|
|
199
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">FlexJustify</a>",
|
|
200
|
+
"typeDetail": "<span class=\"tsd-signature-type\">"center"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"flex-end"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"flex-start"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"normal"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"space-around"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"space-between"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"space-evenly"</span>",
|
|
201
|
+
"description": "",
|
|
202
|
+
"descriptionHtml": "",
|
|
203
|
+
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
204
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L86"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"name": "margin",
|
|
208
|
+
"required": false,
|
|
209
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
210
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
211
|
+
"description": "",
|
|
212
|
+
"descriptionHtml": "",
|
|
213
|
+
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
214
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L67"
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"name": "marginBottom",
|
|
218
|
+
"required": false,
|
|
219
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">MarginSize</a>",
|
|
220
|
+
"typeDetail": "<span class=\"tsd-signature-type\">Extract</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">Size</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">"auto"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"none"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"xs"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"sm"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"md"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"lg"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"xl"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"xxl"</span><span class=\"tsd-signature-symbol\">></span>",
|
|
221
|
+
"description": "",
|
|
222
|
+
"descriptionHtml": "",
|
|
223
|
+
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
224
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L68"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"name": "marginLeft",
|
|
228
|
+
"required": false,
|
|
229
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">MarginSize</a>",
|
|
230
|
+
"typeDetail": "<span class=\"tsd-signature-type\">Extract</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">Size</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">"auto"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"none"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"xs"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"sm"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"md"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"lg"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"xl"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"xxl"</span><span class=\"tsd-signature-symbol\">></span>",
|
|
231
|
+
"description": "",
|
|
232
|
+
"descriptionHtml": "",
|
|
233
|
+
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
234
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L69"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"name": "marginRight",
|
|
238
|
+
"required": false,
|
|
239
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">MarginSize</a>",
|
|
240
|
+
"typeDetail": "<span class=\"tsd-signature-type\">Extract</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">Size</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">"auto"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"none"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"xs"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"sm"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"md"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"lg"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"xl"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"xxl"</span><span class=\"tsd-signature-symbol\">></span>",
|
|
241
|
+
"description": "",
|
|
242
|
+
"descriptionHtml": "",
|
|
243
|
+
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
244
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L70"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"name": "marginTop",
|
|
248
|
+
"required": false,
|
|
249
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">MarginSize</a>",
|
|
250
|
+
"typeDetail": "<span class=\"tsd-signature-type\">Extract</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">Size</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">"auto"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"none"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"xs"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"sm"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"md"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"lg"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"xl"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"xxl"</span><span class=\"tsd-signature-symbol\">></span>",
|
|
251
|
+
"description": "",
|
|
252
|
+
"descriptionHtml": "",
|
|
253
|
+
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
254
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L71"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"name": "order",
|
|
258
|
+
"required": false,
|
|
259
|
+
"type": "<span class=\"tsd-signature-type\">number</span>",
|
|
260
|
+
"typeDetail": "<span class=\"tsd-signature-type\">number</span>",
|
|
261
|
+
"description": "Alias to the `order` property on a flexbox child",
|
|
262
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>order</code> property on a flexbox child</p>\n</div></div>",
|
|
263
|
+
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
264
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L164"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"name": "padding",
|
|
268
|
+
"required": false,
|
|
269
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
270
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
271
|
+
"description": "",
|
|
272
|
+
"descriptionHtml": "",
|
|
273
|
+
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
274
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L75"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"name": "paddingBottom",
|
|
278
|
+
"required": false,
|
|
279
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">PaddingSize</a>",
|
|
280
|
+
"typeDetail": "<span class=\"tsd-signature-type\">Extract</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">Size</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">"none"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"xs"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"sm"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"md"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"lg"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"xl"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"xxl"</span><span class=\"tsd-signature-symbol\">></span>",
|
|
281
|
+
"description": "",
|
|
282
|
+
"descriptionHtml": "",
|
|
283
|
+
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
284
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L76"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"name": "paddingLeft",
|
|
288
|
+
"required": false,
|
|
289
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">PaddingSize</a>",
|
|
290
|
+
"typeDetail": "<span class=\"tsd-signature-type\">Extract</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">Size</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">"none"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"xs"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"sm"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"md"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"lg"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"xl"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"xxl"</span><span class=\"tsd-signature-symbol\">></span>",
|
|
291
|
+
"description": "",
|
|
292
|
+
"descriptionHtml": "",
|
|
293
|
+
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
294
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L77"
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"name": "paddingRight",
|
|
298
|
+
"required": false,
|
|
299
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">PaddingSize</a>",
|
|
300
|
+
"typeDetail": "<span class=\"tsd-signature-type\">Extract</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">Size</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">"none"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"xs"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"sm"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"md"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"lg"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"xl"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"xxl"</span><span class=\"tsd-signature-symbol\">></span>",
|
|
301
|
+
"description": "",
|
|
302
|
+
"descriptionHtml": "",
|
|
303
|
+
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
304
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L78"
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"name": "paddingTop",
|
|
308
|
+
"required": false,
|
|
309
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">PaddingSize</a>",
|
|
310
|
+
"typeDetail": "<span class=\"tsd-signature-type\">Extract</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">Size</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">"none"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"xs"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"sm"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"md"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"lg"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"xl"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"xxl"</span><span class=\"tsd-signature-symbol\">></span>",
|
|
311
|
+
"description": "",
|
|
312
|
+
"descriptionHtml": "",
|
|
313
|
+
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
314
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L79"
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"name": "style",
|
|
318
|
+
"required": false,
|
|
319
|
+
"type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
320
|
+
"typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
321
|
+
"description": "Additional CSS styles",
|
|
322
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
323
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
324
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"name": "tabIndex",
|
|
328
|
+
"required": false,
|
|
329
|
+
"type": "<span class=\"tsd-signature-type\">number</span>",
|
|
330
|
+
"typeDetail": "<span class=\"tsd-signature-type\">number</span>",
|
|
331
|
+
"description": "",
|
|
332
|
+
"descriptionHtml": "",
|
|
333
|
+
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
334
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L165"
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"name": "textAlign",
|
|
338
|
+
"required": false,
|
|
339
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">TextAlign</a>",
|
|
340
|
+
"typeDetail": "<span class=\"tsd-signature-type\">"center"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"left"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"right"</span>",
|
|
341
|
+
"description": "",
|
|
342
|
+
"descriptionHtml": "",
|
|
343
|
+
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
344
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L166"
|
|
345
|
+
}
|
|
346
|
+
],
|
|
347
|
+
"description": ""
|
|
348
|
+
},
|
|
349
|
+
"LevelWise": {
|
|
350
|
+
"name": "LevelWise",
|
|
351
|
+
"properties": [
|
|
352
|
+
{
|
|
353
|
+
"name": "level",
|
|
354
|
+
"required": true,
|
|
355
|
+
"type": "<span class=\"tsd-signature-type\">number</span>",
|
|
356
|
+
"typeDetail": "<span class=\"tsd-signature-type\">number</span>",
|
|
357
|
+
"description": "",
|
|
358
|
+
"descriptionHtml": "",
|
|
359
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
360
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L21"
|
|
361
|
+
}
|
|
362
|
+
],
|
|
363
|
+
"description": ""
|
|
364
|
+
},
|
|
365
|
+
"Node": {
|
|
366
|
+
"name": "Node",
|
|
367
|
+
"properties": [
|
|
368
|
+
{
|
|
369
|
+
"name": "id",
|
|
370
|
+
"required": true,
|
|
371
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">NodeId</a>",
|
|
372
|
+
"typeDetail": "<span class=\"tsd-signature-type\">number</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">string</span>",
|
|
373
|
+
"description": "",
|
|
374
|
+
"descriptionHtml": "",
|
|
375
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
376
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L12"
|
|
377
|
+
}
|
|
378
|
+
],
|
|
379
|
+
"description": ""
|
|
380
|
+
},
|
|
381
|
+
"TreeNodeAPI": {
|
|
382
|
+
"name": "TreeNodeAPI",
|
|
383
|
+
"properties": [
|
|
384
|
+
{
|
|
385
|
+
"name": "isFileLimitReached",
|
|
386
|
+
"required": true,
|
|
387
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
388
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
389
|
+
"description": "",
|
|
390
|
+
"descriptionHtml": "",
|
|
391
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
392
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L59"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"name": "isTreeFocused",
|
|
396
|
+
"required": true,
|
|
397
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
398
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
399
|
+
"description": "",
|
|
400
|
+
"descriptionHtml": "",
|
|
401
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
402
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L60"
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"name": "nodes",
|
|
406
|
+
"required": true,
|
|
407
|
+
"type": "<span class=\"tsd-signature-symbol\">(</span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\"> & </span><a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">LevelWise</a><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">[]</span>",
|
|
408
|
+
"typeDetail": "<span class=\"tsd-signature-symbol\">(</span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\"> & </span><a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">LevelWise</a><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">[]</span>",
|
|
409
|
+
"description": "",
|
|
410
|
+
"descriptionHtml": "",
|
|
411
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
412
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L44"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"name": "selectionLimit",
|
|
416
|
+
"required": true,
|
|
417
|
+
"type": "<span class=\"tsd-signature-type\">number</span>",
|
|
418
|
+
"typeDetail": "<span class=\"tsd-signature-type\">number</span>",
|
|
419
|
+
"description": "",
|
|
420
|
+
"descriptionHtml": "",
|
|
421
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
422
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L58"
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"name": "treeContainer",
|
|
426
|
+
"required": true,
|
|
427
|
+
"type": "<span class=\"tsd-signature-type\">HTMLDivElement</span>",
|
|
428
|
+
"typeDetail": "<span class=\"tsd-signature-type\">HTMLDivElement</span>",
|
|
429
|
+
"description": "",
|
|
430
|
+
"descriptionHtml": "",
|
|
431
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
432
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L61"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"name": "getIcon",
|
|
436
|
+
"required": true,
|
|
437
|
+
"type": "Function",
|
|
438
|
+
"typeDetail": "get<wbr/>Icon<span class=\"tsd-signature-symbol\">(</span>props<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">ReactNode</span>",
|
|
439
|
+
"description": "",
|
|
440
|
+
"descriptionHtml": ""
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"name": "getLabel",
|
|
444
|
+
"required": true,
|
|
445
|
+
"type": "Function",
|
|
446
|
+
"typeDetail": "get<wbr/>Label<span class=\"tsd-signature-symbol\">(</span>props<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">string</span>",
|
|
447
|
+
"description": "",
|
|
448
|
+
"descriptionHtml": ""
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"name": "getType",
|
|
452
|
+
"required": true,
|
|
453
|
+
"type": "Function",
|
|
454
|
+
"typeDetail": "get<wbr/>Type<span class=\"tsd-signature-symbol\">(</span>node<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">NodeType</span>",
|
|
455
|
+
"description": "",
|
|
456
|
+
"descriptionHtml": ""
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"name": "handleExpansion",
|
|
460
|
+
"required": true,
|
|
461
|
+
"type": "Function",
|
|
462
|
+
"typeDetail": "handle<wbr/>Expansion<span class=\"tsd-signature-symbol\">(</span>node<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
463
|
+
"description": "",
|
|
464
|
+
"descriptionHtml": ""
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"name": "handleSelection",
|
|
468
|
+
"required": true,
|
|
469
|
+
"type": "Function",
|
|
470
|
+
"typeDetail": "handle<wbr/>Selection<span class=\"tsd-signature-symbol\">(</span>node<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
471
|
+
"description": "",
|
|
472
|
+
"descriptionHtml": ""
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"name": "highlight",
|
|
476
|
+
"required": true,
|
|
477
|
+
"type": "Function",
|
|
478
|
+
"typeDetail": "highlight<span class=\"tsd-signature-symbol\">(</span>node<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
479
|
+
"description": "",
|
|
480
|
+
"descriptionHtml": ""
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"name": "isExpandable",
|
|
484
|
+
"required": true,
|
|
485
|
+
"type": "Function",
|
|
486
|
+
"typeDetail": "is<wbr/>Expandable<span class=\"tsd-signature-symbol\">(</span>node<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">boolean</span>",
|
|
487
|
+
"description": "",
|
|
488
|
+
"descriptionHtml": ""
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"name": "isExpanded",
|
|
492
|
+
"required": true,
|
|
493
|
+
"type": "Function",
|
|
494
|
+
"typeDetail": "is<wbr/>Expanded<span class=\"tsd-signature-symbol\">(</span>node<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">boolean</span>",
|
|
495
|
+
"description": "",
|
|
496
|
+
"descriptionHtml": ""
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"name": "isHighlighted",
|
|
500
|
+
"required": true,
|
|
501
|
+
"type": "Function",
|
|
502
|
+
"typeDetail": "is<wbr/>Highlighted<span class=\"tsd-signature-symbol\">(</span>node<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">boolean</span>",
|
|
503
|
+
"description": "",
|
|
504
|
+
"descriptionHtml": ""
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"name": "isLoading",
|
|
508
|
+
"required": true,
|
|
509
|
+
"type": "Function",
|
|
510
|
+
"typeDetail": "is<wbr/>Loading<span class=\"tsd-signature-symbol\">(</span>node<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">boolean</span>",
|
|
511
|
+
"description": "",
|
|
512
|
+
"descriptionHtml": ""
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"name": "isSelectable",
|
|
516
|
+
"required": true,
|
|
517
|
+
"type": "Function",
|
|
518
|
+
"typeDetail": "is<wbr/>Selectable<span class=\"tsd-signature-symbol\">(</span>node<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">boolean</span>",
|
|
519
|
+
"description": "",
|
|
520
|
+
"descriptionHtml": ""
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"name": "isSelected",
|
|
524
|
+
"required": true,
|
|
525
|
+
"type": "Function",
|
|
526
|
+
"typeDetail": "is<wbr/>Selected<span class=\"tsd-signature-symbol\">(</span>node<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">boolean</span>",
|
|
527
|
+
"description": "",
|
|
528
|
+
"descriptionHtml": ""
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"name": "rowRenderer",
|
|
532
|
+
"required": true,
|
|
533
|
+
"type": "Function",
|
|
534
|
+
"typeDetail": "row<wbr/>Renderer<span class=\"tsd-signature-symbol\">(</span>props<span class=\"tsd-signature-symbol\">: </span><a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">TreeRowProps</a><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">></span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">ReactNode</span>",
|
|
535
|
+
"description": "",
|
|
536
|
+
"descriptionHtml": ""
|
|
537
|
+
}
|
|
538
|
+
],
|
|
539
|
+
"description": ""
|
|
540
|
+
},
|
|
541
|
+
"TreeNodeProps": {
|
|
542
|
+
"name": "TreeNodeProps",
|
|
543
|
+
"properties": [
|
|
544
|
+
{
|
|
545
|
+
"name": "data",
|
|
546
|
+
"required": true,
|
|
547
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">TreeNodeAPI</a><span class=\"tsd-signature-symbol\"><</span><a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">Node</a><span class=\"tsd-signature-symbol\">></span>",
|
|
548
|
+
"typeDetail": "<span class=\"tsd-signature-type\">any</span>",
|
|
549
|
+
"description": "",
|
|
550
|
+
"descriptionHtml": "",
|
|
551
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
552
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L77"
|
|
553
|
+
}
|
|
554
|
+
],
|
|
555
|
+
"description": ""
|
|
556
|
+
},
|
|
557
|
+
"TreeProps": {
|
|
558
|
+
"name": "TreeProps",
|
|
559
|
+
"properties": [
|
|
560
|
+
{
|
|
561
|
+
"name": "autoExpandParent",
|
|
562
|
+
"required": false,
|
|
563
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
564
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
565
|
+
"description": "Whether to expand parent node when a child node is expanded or selected",
|
|
566
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Whether to expand parent node when a child node is expanded or selected</p>\n</div></div>",
|
|
567
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
568
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L188"
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"name": "expanded",
|
|
572
|
+
"required": false,
|
|
573
|
+
"type": "<span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">[</span><span class=\"tsd-signature-type\">"id"</span><span class=\"tsd-signature-symbol\">]</span><span class=\"tsd-signature-symbol\">[]</span>",
|
|
574
|
+
"typeDetail": "<span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">[</span><span class=\"tsd-signature-type\">"id"</span><span class=\"tsd-signature-symbol\">]</span><span class=\"tsd-signature-symbol\">[]</span>",
|
|
575
|
+
"description": "Array of keys of initially expanded nodes",
|
|
576
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Array of keys of initially expanded nodes</p>\n</div></div>",
|
|
577
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
578
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L106"
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"name": "maxVisibleNodes",
|
|
582
|
+
"required": false,
|
|
583
|
+
"type": "<span class=\"tsd-signature-type\">number</span>",
|
|
584
|
+
"typeDetail": "<span class=\"tsd-signature-type\">number</span>",
|
|
585
|
+
"description": "Number of visible nodes. Helps fix performance bottlenecks in large dataset",
|
|
586
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Number of visible nodes. Helps fix performance bottlenecks in large dataset</p>\n</div></div>",
|
|
587
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
588
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L178"
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"name": "multiple",
|
|
592
|
+
"required": false,
|
|
593
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
594
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
595
|
+
"description": "Allows selection of multiple nodes",
|
|
596
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Allows selection of multiple nodes</p>\n</div></div>",
|
|
597
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
598
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L173"
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
"name": "options",
|
|
602
|
+
"required": true,
|
|
603
|
+
"type": "<span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">P</span>",
|
|
604
|
+
"typeDetail": "<span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">P</span>",
|
|
605
|
+
"description": "",
|
|
606
|
+
"descriptionHtml": "",
|
|
607
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
608
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L102"
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"name": "selected",
|
|
612
|
+
"required": false,
|
|
613
|
+
"type": "<span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">[</span><span class=\"tsd-signature-type\">"id"</span><span class=\"tsd-signature-symbol\">]</span><span class=\"tsd-signature-symbol\">[]</span>",
|
|
614
|
+
"typeDetail": "<span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">[</span><span class=\"tsd-signature-type\">"id"</span><span class=\"tsd-signature-symbol\">]</span><span class=\"tsd-signature-symbol\">[]</span>",
|
|
615
|
+
"description": "Array of keys of initially selected nodes",
|
|
616
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Array of keys of initially selected nodes</p>\n</div></div>",
|
|
617
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
618
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L111"
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
"name": "selectionLimit",
|
|
622
|
+
"required": false,
|
|
623
|
+
"type": "<span class=\"tsd-signature-type\">number</span>",
|
|
624
|
+
"typeDetail": "<span class=\"tsd-signature-type\">number</span>",
|
|
625
|
+
"description": "Number of nodes that can be selected",
|
|
626
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Number of nodes that can be selected</p>\n</div></div>",
|
|
627
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
628
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L116"
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"name": "visibleHeight",
|
|
632
|
+
"required": false,
|
|
633
|
+
"type": "<span class=\"tsd-signature-type\">number</span>",
|
|
634
|
+
"typeDetail": "<span class=\"tsd-signature-type\">number</span>",
|
|
635
|
+
"description": "Height of the list. Helps fix performance bottlenecks in large dataset.",
|
|
636
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Height of the list. Helps fix performance bottlenecks in large dataset.</p>\n</div></div>",
|
|
637
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
638
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L183"
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
"name": "getChildren",
|
|
642
|
+
"required": false,
|
|
643
|
+
"type": "Function",
|
|
644
|
+
"typeDetail": "get<wbr/>Children<span class=\"tsd-signature-symbol\">(</span>node<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">[]</span>",
|
|
645
|
+
"description": "Should return an array of children nodes.\n<CodeBlock>{'(node: Node): Node[]'}</CodeBlock>",
|
|
646
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Should return an array of children nodes.\n<CodeBlock>{'(node: Node): Node[]'}</CodeBlock></p>\n</div></div>"
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"name": "getIcon",
|
|
650
|
+
"required": false,
|
|
651
|
+
"type": "Function",
|
|
652
|
+
"typeDetail": "get<wbr/>Icon<span class=\"tsd-signature-symbol\">(</span>node<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">ReactNode</span>",
|
|
653
|
+
"description": "This function will be executed on each node. Should return{' '}\n<Code>Icon</Code> component\n<CodeBlock>{'(node: Node): React.ReactNode'}</CodeBlock>",
|
|
654
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>This function will be executed on each node. Should return{' '}\n<Code>Icon</Code> component\n<CodeBlock>{'(node: Node): React.ReactNode'}</CodeBlock></p>\n</div></div>"
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"name": "getLabel",
|
|
658
|
+
"required": false,
|
|
659
|
+
"type": "Function",
|
|
660
|
+
"typeDetail": "get<wbr/>Label<span class=\"tsd-signature-symbol\">(</span>node<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">string</span>",
|
|
661
|
+
"description": "This function will be executed on each node. Should return{' '}\n<Code>label</Code> for row\n<CodeBlock>{'(node: Node): string'}</CodeBlock>",
|
|
662
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>This function will be executed on each node. Should return{' '}\n<Code>label</Code> for row\n<CodeBlock>{'(node: Node): string'}</CodeBlock></p>\n</div></div>"
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"name": "getParentId",
|
|
666
|
+
"required": false,
|
|
667
|
+
"type": "Function",
|
|
668
|
+
"typeDetail": "get<wbr/>Parent<wbr/>Id<span class=\"tsd-signature-symbol\">(</span>node<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">NodeId</a>",
|
|
669
|
+
"description": "This function will be executed on each node. Should return parent{' '}\n<Code>Node</Code>\n<CodeBlock>{'(node: Node): NodeId'}</CodeBlock>",
|
|
670
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>This function will be executed on each node. Should return parent{' '}\n<Code>Node</Code>\n<CodeBlock>{'(node: Node): NodeId'}</CodeBlock></p>\n</div></div>"
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"name": "getRoot",
|
|
674
|
+
"required": false,
|
|
675
|
+
"type": "Function",
|
|
676
|
+
"typeDetail": "get<wbr/>Root<span class=\"tsd-signature-symbol\">(</span>data<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">P</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span>",
|
|
677
|
+
"description": "Function should return parent <Code>Root Node</Code>\n<CodeBlock>{'(): Node'}</CodeBlock>",
|
|
678
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Function should return parent <Code>Root Node</Code>\n<CodeBlock>{'(): Node'}</CodeBlock></p>\n</div></div>"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"name": "getType",
|
|
682
|
+
"required": false,
|
|
683
|
+
"type": "Function",
|
|
684
|
+
"typeDetail": "get<wbr/>Type<span class=\"tsd-signature-symbol\">(</span>node<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">NodeType</span>",
|
|
685
|
+
"description": "This function will be executed on each node. Should return{' '}\n<Code>'branch'</Code> or <Code>'leaf'</Code>\n<CodeBlock>{'(node: Node): NodeType'}</CodeBlock>",
|
|
686
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>This function will be executed on each node. Should return{' '}\n<Code>'branch'</Code> or <Code>'leaf'</Code>\n<CodeBlock>{'(node: Node): NodeType'}</CodeBlock></p>\n</div></div>"
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"name": "isExpandable",
|
|
690
|
+
"required": false,
|
|
691
|
+
"type": "Function",
|
|
692
|
+
"typeDetail": "is<wbr/>Expandable<span class=\"tsd-signature-symbol\">(</span>node<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">boolean</span>",
|
|
693
|
+
"description": "Function of whether to enable tree node expansion/collapsing.\n<CodeBlock>{'(node: Node): boolean'}</CodeBlock>",
|
|
694
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Function of whether to enable tree node expansion/collapsing.\n<CodeBlock>{'(node: Node): boolean'}</CodeBlock></p>\n</div></div>"
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"name": "isSelectable",
|
|
698
|
+
"required": false,
|
|
699
|
+
"type": "Function",
|
|
700
|
+
"typeDetail": "is<wbr/>Selectable<span class=\"tsd-signature-symbol\">(</span>node<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">boolean</span>",
|
|
701
|
+
"description": "Function of whether to enable tree node selection.\n<CodeBlock>{'(node: Node): boolean'}</CodeBlock>",
|
|
702
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Function of whether to enable tree node selection.\n<CodeBlock>{'(node: Node): boolean'}</CodeBlock></p>\n</div></div>"
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"name": "onCollapse",
|
|
706
|
+
"required": false,
|
|
707
|
+
"type": "Function",
|
|
708
|
+
"typeDetail": "on<wbr/>Collapse<span class=\"tsd-signature-symbol\">(</span>node<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
709
|
+
"description": "Triggers when current node collapse\n<CodeBlock>{'(node: Node): void'}</CodeBlock>",
|
|
710
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Triggers when current node collapse\n<CodeBlock>{'(node: Node): void'}</CodeBlock></p>\n</div></div>"
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"name": "onExpand",
|
|
714
|
+
"required": false,
|
|
715
|
+
"type": "Function",
|
|
716
|
+
"typeDetail": "on<wbr/>Expand<span class=\"tsd-signature-symbol\">(</span>node<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">Promise</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">any</span><span class=\"tsd-signature-symbol\">></span>",
|
|
717
|
+
"description": "Triggers when current node expand\n<CodeBlock>{'(node: Node): Promise<void>'}</CodeBlock>",
|
|
718
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Triggers when current node expand\n<CodeBlock>{'(node: Node): Promise<void>'}</CodeBlock></p>\n</div></div>"
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
"name": "onSelect",
|
|
722
|
+
"required": false,
|
|
723
|
+
"type": "Function",
|
|
724
|
+
"typeDetail": "on<wbr/>Select<span class=\"tsd-signature-symbol\">(</span>nodes<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">[]</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
725
|
+
"description": "Callback return currently selected array of nodes.\n<CodeBlock>{'(nodes: Node[]): void'}</CodeBlock>",
|
|
726
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Callback return currently selected array of nodes.\n<CodeBlock>{'(nodes: Node[]): void'}</CodeBlock></p>\n</div></div>"
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"name": "rowRenderer",
|
|
730
|
+
"required": false,
|
|
731
|
+
"type": "Function",
|
|
732
|
+
"typeDetail": "row<wbr/>Renderer<span class=\"tsd-signature-symbol\">(</span>props<span class=\"tsd-signature-symbol\">: </span><a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">TreeRowProps</a><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">></span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">ReactNode</span>",
|
|
733
|
+
"description": "Callback for rendering tree nodes\n<CodeBlock>{'(props: TreeRowProps): React.ReactNode'}</CodeBlock>",
|
|
734
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Callback for rendering tree nodes\n<CodeBlock>{'(props: TreeRowProps): React.ReactNode'}</CodeBlock></p>\n</div></div>"
|
|
735
|
+
}
|
|
736
|
+
],
|
|
737
|
+
"description": ""
|
|
738
|
+
},
|
|
739
|
+
"TreeRef": {
|
|
740
|
+
"name": "TreeRef",
|
|
741
|
+
"properties": [
|
|
742
|
+
{
|
|
743
|
+
"name": "rootEl",
|
|
744
|
+
"required": true,
|
|
745
|
+
"type": "<span class=\"tsd-signature-type\">null</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">HTMLElement</span>",
|
|
746
|
+
"typeDetail": "<span class=\"tsd-signature-type\">null</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">HTMLElement</span>",
|
|
747
|
+
"description": "",
|
|
748
|
+
"descriptionHtml": "",
|
|
749
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
750
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L73"
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"name": "setExpanded",
|
|
754
|
+
"required": true,
|
|
755
|
+
"type": "Function",
|
|
756
|
+
"typeDetail": "set<wbr/>Expanded<span class=\"tsd-signature-symbol\">(</span>expanded<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">[]</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
757
|
+
"description": "",
|
|
758
|
+
"descriptionHtml": "",
|
|
759
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
760
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L70"
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"name": "setSelected",
|
|
764
|
+
"required": true,
|
|
765
|
+
"type": "Function",
|
|
766
|
+
"typeDetail": "set<wbr/>Selected<span class=\"tsd-signature-symbol\">(</span>selected<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">[]</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
767
|
+
"description": "",
|
|
768
|
+
"descriptionHtml": "",
|
|
769
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
770
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L69"
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"name": "toggleExpanded",
|
|
774
|
+
"required": true,
|
|
775
|
+
"type": "Function",
|
|
776
|
+
"typeDetail": "toggle<wbr/>Expanded<span class=\"tsd-signature-symbol\">(</span>node<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
777
|
+
"description": "",
|
|
778
|
+
"descriptionHtml": "",
|
|
779
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
780
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L72"
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
"name": "toggleSelected",
|
|
784
|
+
"required": true,
|
|
785
|
+
"type": "Function",
|
|
786
|
+
"typeDetail": "toggle<wbr/>Selected<span class=\"tsd-signature-symbol\">(</span>node<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
787
|
+
"description": "",
|
|
788
|
+
"descriptionHtml": "",
|
|
789
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
790
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L71"
|
|
791
|
+
}
|
|
792
|
+
],
|
|
793
|
+
"description": ""
|
|
794
|
+
},
|
|
795
|
+
"TreeRowContainerProps": {
|
|
796
|
+
"name": "TreeRowContainerProps",
|
|
797
|
+
"properties": [
|
|
798
|
+
{
|
|
799
|
+
"name": "isExpandable",
|
|
800
|
+
"required": true,
|
|
801
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
802
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
803
|
+
"description": "",
|
|
804
|
+
"descriptionHtml": "",
|
|
805
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
806
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L236"
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"name": "isFileLimitReached",
|
|
810
|
+
"required": true,
|
|
811
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
812
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
813
|
+
"description": "",
|
|
814
|
+
"descriptionHtml": "",
|
|
815
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
816
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L237"
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"name": "isHighlighted",
|
|
820
|
+
"required": true,
|
|
821
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
822
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
823
|
+
"description": "",
|
|
824
|
+
"descriptionHtml": "",
|
|
825
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
826
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L233"
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
"name": "isSelectable",
|
|
830
|
+
"required": true,
|
|
831
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
832
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
833
|
+
"description": "",
|
|
834
|
+
"descriptionHtml": "",
|
|
835
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
836
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L235"
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
"name": "isSelected",
|
|
840
|
+
"required": true,
|
|
841
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
842
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
843
|
+
"description": "",
|
|
844
|
+
"descriptionHtml": "",
|
|
845
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
846
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L234"
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"name": "level",
|
|
850
|
+
"required": true,
|
|
851
|
+
"type": "<span class=\"tsd-signature-type\">number</span>",
|
|
852
|
+
"typeDetail": "<span class=\"tsd-signature-type\">number</span>",
|
|
853
|
+
"description": "",
|
|
854
|
+
"descriptionHtml": "",
|
|
855
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
856
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L238"
|
|
857
|
+
}
|
|
858
|
+
],
|
|
859
|
+
"description": ""
|
|
860
|
+
},
|
|
861
|
+
"TreeRowOverlayProps": {
|
|
862
|
+
"name": "TreeRowOverlayProps",
|
|
863
|
+
"properties": [
|
|
864
|
+
{
|
|
865
|
+
"name": "message",
|
|
866
|
+
"required": true,
|
|
867
|
+
"type": "<span class=\"tsd-signature-symbol\">{ </span>key<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\">; </span>options<span class=\"tsd-signature-symbol\">?: </span><span class=\"tsd-signature-type\">object</span><span class=\"tsd-signature-symbol\"> }</span>",
|
|
868
|
+
"typeDetail": "<span class=\"tsd-signature-symbol\">{ </span>key<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\">; </span>options<span class=\"tsd-signature-symbol\">?: </span><span class=\"tsd-signature-type\">object</span><span class=\"tsd-signature-symbol\"> }</span>",
|
|
869
|
+
"description": "",
|
|
870
|
+
"descriptionHtml": "",
|
|
871
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
872
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L83"
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"name": "overlayRef",
|
|
876
|
+
"required": true,
|
|
877
|
+
"type": "<span class=\"tsd-signature-type\">RefObject</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">HTMLElement</span><span class=\"tsd-signature-symbol\">></span>",
|
|
878
|
+
"typeDetail": "<span class=\"tsd-signature-type\">RefObject</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">HTMLElement</span><span class=\"tsd-signature-symbol\">></span>",
|
|
879
|
+
"description": "",
|
|
880
|
+
"descriptionHtml": "",
|
|
881
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
882
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L81"
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"name": "targetRef",
|
|
886
|
+
"required": true,
|
|
887
|
+
"type": "<span class=\"tsd-signature-type\">RefObject</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">HTMLElement</span><span class=\"tsd-signature-symbol\">></span>",
|
|
888
|
+
"typeDetail": "<span class=\"tsd-signature-type\">RefObject</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">HTMLElement</span><span class=\"tsd-signature-symbol\">></span>",
|
|
889
|
+
"description": "",
|
|
890
|
+
"descriptionHtml": "",
|
|
891
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
892
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L82"
|
|
893
|
+
}
|
|
894
|
+
],
|
|
895
|
+
"description": ""
|
|
896
|
+
},
|
|
897
|
+
"TreeRowProps": {
|
|
898
|
+
"name": "TreeRowProps",
|
|
899
|
+
"properties": [
|
|
900
|
+
{
|
|
901
|
+
"name": "isFileLimitReached",
|
|
902
|
+
"required": true,
|
|
903
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
904
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
905
|
+
"description": "",
|
|
906
|
+
"descriptionHtml": "",
|
|
907
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
908
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L59"
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"name": "isMouseOver",
|
|
912
|
+
"required": true,
|
|
913
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
914
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
915
|
+
"description": "",
|
|
916
|
+
"descriptionHtml": "",
|
|
917
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
918
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L93"
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"name": "node",
|
|
922
|
+
"required": true,
|
|
923
|
+
"type": "<span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\"> & </span><a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">LevelWise</a>",
|
|
924
|
+
"typeDetail": "<span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\"> & </span><a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">LevelWise</a>",
|
|
925
|
+
"description": "",
|
|
926
|
+
"descriptionHtml": "",
|
|
927
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
928
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L91"
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"name": "selectionLimit",
|
|
932
|
+
"required": true,
|
|
933
|
+
"type": "<span class=\"tsd-signature-type\">number</span>",
|
|
934
|
+
"typeDetail": "<span class=\"tsd-signature-type\">number</span>",
|
|
935
|
+
"description": "",
|
|
936
|
+
"descriptionHtml": "",
|
|
937
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
938
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L58"
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"name": "shouldShowTooltip",
|
|
942
|
+
"required": true,
|
|
943
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
944
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
945
|
+
"description": "",
|
|
946
|
+
"descriptionHtml": "",
|
|
947
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
948
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L92"
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"name": "treeContainer",
|
|
952
|
+
"required": true,
|
|
953
|
+
"type": "<span class=\"tsd-signature-type\">HTMLDivElement</span>",
|
|
954
|
+
"typeDetail": "<span class=\"tsd-signature-type\">HTMLDivElement</span>",
|
|
955
|
+
"description": "",
|
|
956
|
+
"descriptionHtml": "",
|
|
957
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
958
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L94"
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
"name": "getIcon",
|
|
962
|
+
"required": true,
|
|
963
|
+
"type": "Function",
|
|
964
|
+
"typeDetail": "get<wbr/>Icon<span class=\"tsd-signature-symbol\">(</span>props<span class=\"tsd-signature-symbol\">: </span><a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">Node</a><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">ReactNode</span>",
|
|
965
|
+
"description": "",
|
|
966
|
+
"descriptionHtml": ""
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"name": "getLabel",
|
|
970
|
+
"required": true,
|
|
971
|
+
"type": "Function",
|
|
972
|
+
"typeDetail": "get<wbr/>Label<span class=\"tsd-signature-symbol\">(</span>props<span class=\"tsd-signature-symbol\">: </span><a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">Node</a><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">string</span>",
|
|
973
|
+
"description": "",
|
|
974
|
+
"descriptionHtml": ""
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"name": "getType",
|
|
978
|
+
"required": true,
|
|
979
|
+
"type": "Function",
|
|
980
|
+
"typeDetail": "get<wbr/>Type<span class=\"tsd-signature-symbol\">(</span>node<span class=\"tsd-signature-symbol\">: </span><a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">Node</a><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">NodeType</span>",
|
|
981
|
+
"description": "",
|
|
982
|
+
"descriptionHtml": ""
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"name": "handleExpansion",
|
|
986
|
+
"required": true,
|
|
987
|
+
"type": "Function",
|
|
988
|
+
"typeDetail": "handle<wbr/>Expansion<span class=\"tsd-signature-symbol\">(</span>node<span class=\"tsd-signature-symbol\">: </span><a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">Node</a><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
989
|
+
"description": "",
|
|
990
|
+
"descriptionHtml": ""
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"name": "handleSelection",
|
|
994
|
+
"required": true,
|
|
995
|
+
"type": "Function",
|
|
996
|
+
"typeDetail": "handle<wbr/>Selection<span class=\"tsd-signature-symbol\">(</span>node<span class=\"tsd-signature-symbol\">: </span><a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">Node</a><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
997
|
+
"description": "",
|
|
998
|
+
"descriptionHtml": ""
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
"name": "isExpandable",
|
|
1002
|
+
"required": true,
|
|
1003
|
+
"type": "Function",
|
|
1004
|
+
"typeDetail": "is<wbr/>Expandable<span class=\"tsd-signature-symbol\">(</span>node<span class=\"tsd-signature-symbol\">: </span><a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">Node</a><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">boolean</span>",
|
|
1005
|
+
"description": "",
|
|
1006
|
+
"descriptionHtml": ""
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
"name": "isExpanded",
|
|
1010
|
+
"required": true,
|
|
1011
|
+
"type": "Function",
|
|
1012
|
+
"typeDetail": "is<wbr/>Expanded<span class=\"tsd-signature-symbol\">(</span>node<span class=\"tsd-signature-symbol\">: </span><a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">Node</a><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">boolean</span>",
|
|
1013
|
+
"description": "",
|
|
1014
|
+
"descriptionHtml": ""
|
|
1015
|
+
},
|
|
1016
|
+
{
|
|
1017
|
+
"name": "isHighlighted",
|
|
1018
|
+
"required": true,
|
|
1019
|
+
"type": "Function",
|
|
1020
|
+
"typeDetail": "is<wbr/>Highlighted<span class=\"tsd-signature-symbol\">(</span>node<span class=\"tsd-signature-symbol\">: </span><a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">Node</a><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">boolean</span>",
|
|
1021
|
+
"description": "",
|
|
1022
|
+
"descriptionHtml": ""
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
"name": "isLoading",
|
|
1026
|
+
"required": true,
|
|
1027
|
+
"type": "Function",
|
|
1028
|
+
"typeDetail": "is<wbr/>Loading<span class=\"tsd-signature-symbol\">(</span>node<span class=\"tsd-signature-symbol\">: </span><a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">Node</a><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">boolean</span>",
|
|
1029
|
+
"description": "",
|
|
1030
|
+
"descriptionHtml": ""
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
"name": "isSelectable",
|
|
1034
|
+
"required": true,
|
|
1035
|
+
"type": "Function",
|
|
1036
|
+
"typeDetail": "is<wbr/>Selectable<span class=\"tsd-signature-symbol\">(</span>node<span class=\"tsd-signature-symbol\">: </span><a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">Node</a><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">boolean</span>",
|
|
1037
|
+
"description": "",
|
|
1038
|
+
"descriptionHtml": ""
|
|
1039
|
+
},
|
|
1040
|
+
{
|
|
1041
|
+
"name": "isSelected",
|
|
1042
|
+
"required": true,
|
|
1043
|
+
"type": "Function",
|
|
1044
|
+
"typeDetail": "is<wbr/>Selected<span class=\"tsd-signature-symbol\">(</span>node<span class=\"tsd-signature-symbol\">: </span><a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">Node</a><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">boolean</span>",
|
|
1045
|
+
"description": "",
|
|
1046
|
+
"descriptionHtml": ""
|
|
1047
|
+
}
|
|
1048
|
+
],
|
|
1049
|
+
"description": ""
|
|
1050
|
+
},
|
|
1051
|
+
"TreeRowTooltipProps": {
|
|
1052
|
+
"name": "TreeRowTooltipProps",
|
|
1053
|
+
"properties": [
|
|
1054
|
+
{
|
|
1055
|
+
"name": "fileName",
|
|
1056
|
+
"required": true,
|
|
1057
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
1058
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
1059
|
+
"description": "",
|
|
1060
|
+
"descriptionHtml": "",
|
|
1061
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
1062
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L227"
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"name": "isFileLimitReached",
|
|
1066
|
+
"required": true,
|
|
1067
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
1068
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
1069
|
+
"description": "",
|
|
1070
|
+
"descriptionHtml": "",
|
|
1071
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
1072
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L224"
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
"name": "isHighlighted",
|
|
1076
|
+
"required": true,
|
|
1077
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
1078
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
1079
|
+
"description": "",
|
|
1080
|
+
"descriptionHtml": "",
|
|
1081
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
1082
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L220"
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
"name": "isMouseOver",
|
|
1086
|
+
"required": true,
|
|
1087
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
1088
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
1089
|
+
"description": "",
|
|
1090
|
+
"descriptionHtml": "",
|
|
1091
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
1092
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L226"
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
"name": "isSelectable",
|
|
1096
|
+
"required": true,
|
|
1097
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
1098
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
1099
|
+
"description": "",
|
|
1100
|
+
"descriptionHtml": "",
|
|
1101
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
1102
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L222"
|
|
1103
|
+
},
|
|
1104
|
+
{
|
|
1105
|
+
"name": "isSelected",
|
|
1106
|
+
"required": true,
|
|
1107
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
1108
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
1109
|
+
"description": "",
|
|
1110
|
+
"descriptionHtml": "",
|
|
1111
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
1112
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L221"
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"name": "nodeType",
|
|
1116
|
+
"required": true,
|
|
1117
|
+
"type": "<span class=\"tsd-signature-type\">NodeType</span>",
|
|
1118
|
+
"typeDetail": "<span class=\"tsd-signature-type\">NodeType</span>",
|
|
1119
|
+
"description": "",
|
|
1120
|
+
"descriptionHtml": "",
|
|
1121
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
1122
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L228"
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
"name": "selectionLimit",
|
|
1126
|
+
"required": true,
|
|
1127
|
+
"type": "<span class=\"tsd-signature-type\">number</span>",
|
|
1128
|
+
"typeDetail": "<span class=\"tsd-signature-type\">number</span>",
|
|
1129
|
+
"description": "",
|
|
1130
|
+
"descriptionHtml": "",
|
|
1131
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
1132
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L223"
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
"name": "shouldShowTooltip",
|
|
1136
|
+
"required": true,
|
|
1137
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
1138
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
1139
|
+
"description": "",
|
|
1140
|
+
"descriptionHtml": "",
|
|
1141
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
1142
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L225"
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"name": "treeContainer",
|
|
1146
|
+
"required": true,
|
|
1147
|
+
"type": "<span class=\"tsd-signature-type\">HTMLDivElement</span>",
|
|
1148
|
+
"typeDetail": "<span class=\"tsd-signature-type\">HTMLDivElement</span>",
|
|
1149
|
+
"description": "",
|
|
1150
|
+
"descriptionHtml": "",
|
|
1151
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
1152
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L229"
|
|
1153
|
+
}
|
|
1154
|
+
],
|
|
1155
|
+
"description": ""
|
|
1156
|
+
},
|
|
1157
|
+
"UseTreeProps": {
|
|
1158
|
+
"name": "UseTreeProps",
|
|
1159
|
+
"properties": [
|
|
1160
|
+
{
|
|
1161
|
+
"name": "autoExpandParent",
|
|
1162
|
+
"required": true,
|
|
1163
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
1164
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
1165
|
+
"description": "",
|
|
1166
|
+
"descriptionHtml": "",
|
|
1167
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
1168
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L36"
|
|
1169
|
+
},
|
|
1170
|
+
{
|
|
1171
|
+
"name": "expanded",
|
|
1172
|
+
"required": true,
|
|
1173
|
+
"type": "<span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">[</span><span class=\"tsd-signature-type\">"id"</span><span class=\"tsd-signature-symbol\">]</span><span class=\"tsd-signature-symbol\">[]</span>",
|
|
1174
|
+
"typeDetail": "<span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">[</span><span class=\"tsd-signature-type\">"id"</span><span class=\"tsd-signature-symbol\">]</span><span class=\"tsd-signature-symbol\">[]</span>",
|
|
1175
|
+
"description": "",
|
|
1176
|
+
"descriptionHtml": "",
|
|
1177
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
1178
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L29"
|
|
1179
|
+
},
|
|
1180
|
+
{
|
|
1181
|
+
"name": "multiple",
|
|
1182
|
+
"required": true,
|
|
1183
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
1184
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
1185
|
+
"description": "",
|
|
1186
|
+
"descriptionHtml": "",
|
|
1187
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
1188
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L37"
|
|
1189
|
+
},
|
|
1190
|
+
{
|
|
1191
|
+
"name": "options",
|
|
1192
|
+
"required": true,
|
|
1193
|
+
"type": "<span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">P</span>",
|
|
1194
|
+
"typeDetail": "<span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">P</span>",
|
|
1195
|
+
"description": "",
|
|
1196
|
+
"descriptionHtml": "",
|
|
1197
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
1198
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L28"
|
|
1199
|
+
},
|
|
1200
|
+
{
|
|
1201
|
+
"name": "selected",
|
|
1202
|
+
"required": true,
|
|
1203
|
+
"type": "<span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">[</span><span class=\"tsd-signature-type\">"id"</span><span class=\"tsd-signature-symbol\">]</span><span class=\"tsd-signature-symbol\">[]</span>",
|
|
1204
|
+
"typeDetail": "<span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">[</span><span class=\"tsd-signature-type\">"id"</span><span class=\"tsd-signature-symbol\">]</span><span class=\"tsd-signature-symbol\">[]</span>",
|
|
1205
|
+
"description": "",
|
|
1206
|
+
"descriptionHtml": "",
|
|
1207
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
1208
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L30"
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
"name": "selectionLimit",
|
|
1212
|
+
"required": true,
|
|
1213
|
+
"type": "<span class=\"tsd-signature-type\">number</span>",
|
|
1214
|
+
"typeDetail": "<span class=\"tsd-signature-type\">number</span>",
|
|
1215
|
+
"description": "",
|
|
1216
|
+
"descriptionHtml": "",
|
|
1217
|
+
"sourceFile": "packages/core-react/src/components/Tree/Tree.types.ts",
|
|
1218
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tree/Tree.types.ts#L31"
|
|
1219
|
+
},
|
|
1220
|
+
{
|
|
1221
|
+
"name": "getChildren",
|
|
1222
|
+
"required": true,
|
|
1223
|
+
"type": "Function",
|
|
1224
|
+
"typeDetail": "get<wbr/>Children<span class=\"tsd-signature-symbol\">(</span>node<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">[]</span>",
|
|
1225
|
+
"description": "",
|
|
1226
|
+
"descriptionHtml": ""
|
|
1227
|
+
},
|
|
1228
|
+
{
|
|
1229
|
+
"name": "getParentId",
|
|
1230
|
+
"required": true,
|
|
1231
|
+
"type": "Function",
|
|
1232
|
+
"typeDetail": "get<wbr/>Parent<wbr/>Id<span class=\"tsd-signature-symbol\">(</span>node<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">NodeId</a>",
|
|
1233
|
+
"description": "",
|
|
1234
|
+
"descriptionHtml": ""
|
|
1235
|
+
},
|
|
1236
|
+
{
|
|
1237
|
+
"name": "getRoot",
|
|
1238
|
+
"required": true,
|
|
1239
|
+
"type": "Function",
|
|
1240
|
+
"typeDetail": "get<wbr/>Root<span class=\"tsd-signature-symbol\">(</span>data<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">P</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span>",
|
|
1241
|
+
"description": "",
|
|
1242
|
+
"descriptionHtml": ""
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"name": "onCollapse",
|
|
1246
|
+
"required": true,
|
|
1247
|
+
"type": "Function",
|
|
1248
|
+
"typeDetail": "on<wbr/>Collapse<span class=\"tsd-signature-symbol\">(</span>node<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
1249
|
+
"description": "",
|
|
1250
|
+
"descriptionHtml": ""
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
"name": "onExpand",
|
|
1254
|
+
"required": true,
|
|
1255
|
+
"type": "Function",
|
|
1256
|
+
"typeDetail": "on<wbr/>Expand<span class=\"tsd-signature-symbol\">(</span>node<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">Promise</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">any</span><span class=\"tsd-signature-symbol\">></span>",
|
|
1257
|
+
"description": "",
|
|
1258
|
+
"descriptionHtml": ""
|
|
1259
|
+
},
|
|
1260
|
+
{
|
|
1261
|
+
"name": "onSelect",
|
|
1262
|
+
"required": true,
|
|
1263
|
+
"type": "Function",
|
|
1264
|
+
"typeDetail": "on<wbr/>Select<span class=\"tsd-signature-symbol\">(</span>nodes<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">[]</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
1265
|
+
"description": "",
|
|
1266
|
+
"descriptionHtml": ""
|
|
1267
|
+
}
|
|
1268
|
+
],
|
|
1269
|
+
"description": ""
|
|
1270
|
+
}
|
|
1271
|
+
}
|