@procore/core-react 12.51.0 → 12.52.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 +16 -0
- package/dist/AnchorNavigation/AnchorNavigation.styles.js +4 -4
- package/dist/Avatar/Avatar.styles.js +5 -5
- package/dist/AvatarStack/AvatarStack.styles.js +8 -8
- package/dist/Badge/Badge.styles.js +2 -2
- package/dist/BadgePill/BadgePill.styles.js +4 -4
- package/dist/Banner/Banner.d.ts +7 -5
- package/dist/Banner/Banner.js +146 -71
- package/dist/Banner/Banner.js.map +1 -1
- package/dist/Banner/Banner.styles.js +10 -10
- package/dist/Banner/Banner.types.d.ts +16 -0
- package/dist/Banner/Banner.types.js.map +1 -1
- package/dist/Box/Box.styles.js +1 -1
- package/dist/Breadcrumbs/Breadcrumbs.styles.js +4 -4
- package/dist/Button/Button.styles.js +5 -5
- package/dist/Calendar/Calendar.styles.js +9 -9
- package/dist/Card/Card.styles.js +1 -1
- package/dist/Checkbox/Checkbox.styles.js +6 -6
- package/dist/ContactItem/ContactItem.styles.js +5 -5
- package/dist/Content/Content.styles.js +2 -2
- package/dist/DateInput/DateInput.styles.js +6 -6
- package/dist/DetailPage/DetailPage.styles.js +7 -7
- package/dist/Dropdown/Dropdown.styles.js +3 -3
- package/dist/DropdownFlyout/DropdownFlyout.styles.js +6 -7
- package/dist/DropdownFlyout/DropdownFlyout.styles.js.map +1 -1
- package/dist/DropdownFlyout/useDropdownFlyoutOverlay.js +13 -1
- package/dist/DropdownFlyout/useDropdownFlyoutOverlay.js.map +1 -1
- package/dist/Dropzone/Dropzone.js +1 -1
- package/dist/Dropzone/Dropzone.styles.d.ts +2 -2
- package/dist/Dropzone/Dropzone.styles.js +9 -9
- package/dist/EmptyState/EmptyState.styles.js +6 -6
- package/dist/Field/Field.styles.js +3 -3
- package/dist/FileList/FileList.styles.js +3 -3
- package/dist/FileSelect/FileExplorer/FileExplorer.styles.js +9 -9
- package/dist/FileSelect/FileExplorer/FileExplorerSidebar.styles.js +3 -3
- package/dist/FileSelect/FileSelect.styles.js +2 -2
- package/dist/FileSelect/FileSelectDropzone/FileSelectDropzone.styles.js +3 -3
- package/dist/FileSelect/FileTokenList/FileTokenList.styles.js +2 -2
- package/dist/FileSelect/GridSource/GridSource.styles.js +6 -6
- package/dist/FileSelect/LocalSource/LocalSource.styles.js +4 -4
- package/dist/FileSelect/SourceItem/SourceItem.styles.js +3 -3
- package/dist/FileSelect/ThumbnailList/ThumbnailList.styles.js +6 -6
- package/dist/FileSelect/TreeSource/TreeSource.styles.js +1 -1
- package/dist/FileToken/FileToken.styles.js +6 -6
- package/dist/FilterToken/FilterToken.styles.js +5 -5
- package/dist/FlexList/FlexList.styles.js +1 -1
- package/dist/Form/Form.styles.js +13 -13
- package/dist/Form/StyledFormikForm.styles.js +2 -2
- package/dist/GhostPlaceholder/GhostPlaceholder.styles.js +2 -2
- package/dist/Grid/Grid.styles.js +2 -2
- package/dist/GroupSelect/GroupSelect.styles.js +1 -1
- package/dist/Input/Input.styles.js +1 -1
- package/dist/Link/Link.styles.js +1 -1
- package/dist/ListPage/ListPage.styles.js +8 -8
- package/dist/Loader/Loader.styles.js +2 -2
- package/dist/MenuImperative/MenuImperative.styles.js +11 -11
- package/dist/Modal/Modal.styles.js +13 -13
- package/dist/MultiSelect/MultiSelect.styles.js +8 -8
- package/dist/NextMenu/NextMenu.styles.js +3 -3
- package/dist/NextTile/NextTile.styles.js +5 -5
- package/dist/Notation/Notation.js +1 -1
- package/dist/NumberInput/NumberInput.styles.js +7 -7
- package/dist/Overlay/OverlayArrow.styles.js +1 -1
- package/dist/Overlay/useOverlay.d.ts +2 -1
- package/dist/Overlay/useOverlay.js +4 -2
- package/dist/Overlay/useOverlay.js.map +1 -1
- package/dist/PageLayout/PageLayout.js +4 -2
- package/dist/PageLayout/PageLayout.js.map +1 -1
- package/dist/PageLayout/PageLayout.styles.d.ts +0 -1
- package/dist/PageLayout/PageLayout.styles.js +18 -19
- package/dist/PageLayout/PageLayout.styles.js.map +1 -1
- package/dist/PageLayout/PageLayout.types.d.ts +11 -3
- package/dist/PageLayout/PageLayout.types.js.map +1 -1
- package/dist/PageTemplate/PageFooterTemplate/PageFooterTemplate.styles.js +1 -1
- package/dist/PageTemplate/PageHeaderTemplate/PageHeaderTemplate.styles.js +3 -3
- package/dist/PageTemplate/PagePaneTemplate/PagePaneTemplate.styles.js +2 -2
- package/dist/PageTemplate/PageTemplate/PageTemplate.styles.js +3 -3
- package/dist/Pagination/Pagination.styles.js +5 -5
- package/dist/Panel/Panel.styles.js +11 -11
- package/dist/Pill/Pill.styles.js +3 -3
- package/dist/PillSelect/PillSelect.styles.js +4 -4
- package/dist/Popover/Popover.styles.js +2 -2
- package/dist/Portal/Portal.styles.js +1 -1
- package/dist/ProgressBar/ProgressBar.styles.js +2 -2
- package/dist/RadioButton/RadioButton.styles.js +3 -3
- package/dist/Required/Required.styles.js +3 -3
- package/dist/Search/Search.styles.js +5 -5
- package/dist/Section/Section.styles.js +7 -7
- package/dist/SegmentedController/SegmentedController.styles.js +4 -4
- package/dist/Select/Select.styles.js +8 -8
- package/dist/Semantic/Semantic.styles.js +9 -9
- package/dist/Slider/Slider.styles.js +5 -5
- package/dist/Spinner/Spinner.styles.js +7 -7
- package/dist/SplitViewCard/SplitViewCard.styles.js +8 -8
- package/dist/SuperSelect/SuperSelect.presets.styles.js +1 -1
- package/dist/SuperSelect/SuperSelect.styles.js +40 -40
- package/dist/Switch/Switch.styles.js +4 -4
- package/dist/Table/Table.styles.js +29 -29
- package/dist/TableShelf/TableShelf.styles.js +5 -5
- package/dist/Tabs/Tabs.js +2 -1
- package/dist/Tabs/Tabs.js.map +1 -1
- package/dist/Tabs/Tabs.styles.d.ts +1 -0
- package/dist/Tabs/Tabs.styles.js +29 -26
- package/dist/Tabs/Tabs.styles.js.map +1 -1
- package/dist/Tearsheet/Tearsheet.styles.js +5 -5
- package/dist/TextArea/TextArea.styles.js +1 -1
- package/dist/TextEditorOutput/TextEditorOutput.styles.js +1 -1
- package/dist/Thumbnail/Thumbnail.js +99 -37
- package/dist/Thumbnail/Thumbnail.js.map +1 -1
- package/dist/Thumbnail/Thumbnail.styles.js +23 -23
- package/dist/Thumbnail/Thumbnail.styles.js.map +1 -1
- package/dist/Thumbnail/Thumbnail.types.d.ts +1 -0
- package/dist/Thumbnail/Thumbnail.types.js.map +1 -1
- package/dist/ThumbnailGrid/ThumbnailGrid.styles.js +7 -7
- package/dist/TieredSelect/TieredSelect.styles.js +9 -9
- package/dist/Tile/Tile.styles.js +8 -8
- package/dist/Title/Title.styles.js +7 -7
- package/dist/Toast/Toast.styles.js +3 -3
- package/dist/ToggleButton/ToggleButton.styles.js +1 -1
- package/dist/Token/Token.styles.js +5 -5
- package/dist/ToolHeader/ToolHeader.styles.js +6 -6
- package/dist/ToolLandingPage/ToolLandingPage.styles.js +3 -3
- package/dist/Tooltip/Tooltip.styles.js +3 -3
- package/dist/Tree/Tree.js +46 -21
- package/dist/Tree/Tree.js.map +1 -1
- package/dist/Tree/Tree.styles.d.ts +1 -0
- package/dist/Tree/Tree.styles.js +17 -14
- package/dist/Tree/Tree.styles.js.map +1 -1
- package/dist/Tree/Tree.types.d.ts +10 -0
- package/dist/Tree/Tree.types.js.map +1 -1
- package/dist/Typeahead/Typeahead.styles.js +4 -4
- package/dist/Typography/Typography.styles.js +1 -1
- package/dist/Typography/Typography.table.story.js +2 -2
- package/dist/_hooks/I18n.d.ts +12 -0
- package/dist/_locales/en.json +7 -1
- package/dist/_locales/pseudo.json +8 -2
- package/dist/_storyHelpers_/components/Deprecation.styles.js +1 -1
- package/dist/_storyHelpers_/components/StoryGrid.js +3 -3
- package/dist/_typedoc/AnchorNavigation/AnchorNavigation.types.json +4 -4
- package/dist/_typedoc/Avatar/Avatar.types.json +20 -20
- package/dist/_typedoc/AvatarStack/AvatarStack.types.json +25 -25
- package/dist/_typedoc/Badge/Badge.types.json +6 -6
- package/dist/_typedoc/Banner/Banner.types.json +37 -15
- package/dist/_typedoc/Box/Box.types.json +68 -68
- package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +12 -12
- package/dist/_typedoc/Button/Button.types.json +14 -14
- package/dist/_typedoc/Calendar/Calendar.types.json +80 -80
- package/dist/_typedoc/Card/Card.types.json +6 -6
- package/dist/_typedoc/Checkbox/Checkbox.types.json +8 -8
- package/dist/_typedoc/ContactItem/ContactItem.types.json +9 -9
- package/dist/_typedoc/DateInput/DateInput.types.json +35 -35
- package/dist/_typedoc/DateSelect/DateSelect.types.json +14 -14
- package/dist/_typedoc/DetailPage/DetailPage.types.json +5 -5
- package/dist/_typedoc/Dropdown/Dropdown.types.json +38 -38
- package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +32 -32
- package/dist/_typedoc/Dropzone/Dropzone.types.json +44 -44
- package/dist/_typedoc/EmptyState/EmptyState.types.json +18 -18
- package/dist/_typedoc/FileList/FileList.types.json +9 -9
- package/dist/_typedoc/FileSelect/FileSelect.types.json +27 -27
- package/dist/_typedoc/FileSelect/GridSource/GridSource.types.json +20 -20
- package/dist/_typedoc/FileSelect/LocalSource/LocalSource.types.json +14 -14
- package/dist/_typedoc/FileSelect/TreeSource/TreeSource.types.json +9 -9
- package/dist/_typedoc/Flex/Flex.types.json +27 -27
- package/dist/_typedoc/FlexList/FlexList.types.json +30 -30
- package/dist/_typedoc/Form/Form.types.json +770 -770
- package/dist/_typedoc/GhostPlaceholder/GhostPlaceholder.types.json +12 -12
- package/dist/_typedoc/Grid/Grid.types.json +8 -8
- package/dist/_typedoc/GroupSelect/GroupSelect.types.json +54 -54
- package/dist/_typedoc/Input/Input.types.json +2 -2
- package/dist/_typedoc/Link/Link.types.json +1 -1
- package/dist/_typedoc/ListPage/ListPage.types.json +13 -13
- package/dist/_typedoc/Menu/Menu.types.json +62 -62
- package/dist/_typedoc/MenuImperative/MenuImperative.types.json +84 -84
- package/dist/_typedoc/Modal/Modal.types.json +48 -48
- package/dist/_typedoc/MultiSelect/MultiSelect.types.json +33 -33
- package/dist/_typedoc/NextTile/NextTile.types.json +33 -33
- package/dist/_typedoc/Notation/Notation.types.json +4 -4
- package/dist/_typedoc/NumberInput/NumberInput.types.json +52 -52
- package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +33 -33
- package/dist/_typedoc/PageLayout/PageLayout.types.json +58 -45
- package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
- package/dist/_typedoc/Panel/Panel.types.json +28 -28
- package/dist/_typedoc/Pill/Pill.types.json +2 -2
- package/dist/_typedoc/PillSelect/PillSelect.types.json +49 -49
- package/dist/_typedoc/Popover/Popover.types.json +15 -15
- package/dist/_typedoc/ProgressBar/ProgressBar.types.json +7 -7
- package/dist/_typedoc/RadioButton/RadioButton.types.json +6 -6
- package/dist/_typedoc/Required/Required.types.json +5 -5
- package/dist/_typedoc/Search/Search.types.json +18 -18
- package/dist/_typedoc/Section/Section.types.json +15 -15
- package/dist/_typedoc/SegmentedController/SegmentedController.types.json +21 -21
- package/dist/_typedoc/Select/Select.types.json +67 -67
- package/dist/_typedoc/SettingsPage/SettingsPage.types.json +10 -10
- package/dist/_typedoc/Slider/Slider.types.json +6 -6
- package/dist/_typedoc/Spinner/Spinner.types.json +9 -9
- package/dist/_typedoc/SplitViewCard/SplitViewCard.types.json +14 -14
- package/dist/_typedoc/Table/Table.types.json +105 -105
- package/dist/_typedoc/Tabs/Tabs.types.json +23 -23
- package/dist/_typedoc/Tearsheet/Tearsheet.types.json +17 -17
- package/dist/_typedoc/TextArea/TextArea.types.json +3 -3
- package/dist/_typedoc/TextEditor/TextEditor.types.json +11 -11
- package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +4 -4
- package/dist/_typedoc/Thumbnail/Thumbnail.types.json +19 -19
- package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +43 -43
- package/dist/_typedoc/TieredSelect/TieredSelect.types.json +29 -29
- package/dist/_typedoc/Tile/Tile.types.json +8 -8
- package/dist/_typedoc/Title/Title.types.json +1 -1
- package/dist/_typedoc/Toast/Toast.types.json +4 -4
- package/dist/_typedoc/ToggleButton/ToggleButton.types.json +4 -4
- package/dist/_typedoc/Token/Token.types.json +7 -7
- package/dist/_typedoc/ToolHeader/ToolHeader.types.json +10 -10
- package/dist/_typedoc/ToolLandingPage/ToolLandingPage.types.json +8 -8
- package/dist/_typedoc/Tooltip/Tooltip.types.json +15 -15
- package/dist/_typedoc/Tree/Tree.types.json +118 -88
- package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
- package/dist/_typedoc/Typography/Typography.types.json +9 -9
- package/dist/_typedoc/_utils/types.json +3 -3
- package/dist/_typedoc/a11y-tips.json +1 -1
- package/package.json +1 -1
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"description": "",
|
|
16
16
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
17
17
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
18
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
18
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Box/Box.types.ts#L118"
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
"name": "alignItems",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"description": "",
|
|
26
26
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
27
27
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
28
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
28
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Box/Box.types.ts#L122"
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"name": "alignSelf",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"description": "",
|
|
36
36
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
37
37
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
38
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
38
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Box/Box.types.ts#L126"
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
"name": "as",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"description": "Render semantic HTML tags with browser reset and normalize CSS",
|
|
46
46
|
"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><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
47
47
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
48
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
48
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Box/Box.types.ts#L142"
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
51
|
"name": "children",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"description": "",
|
|
56
56
|
"descriptionHtml": "",
|
|
57
57
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
58
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
58
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/_utils/types.ts#L42"
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
61
|
"name": "className",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"description": "Additional classNames",
|
|
66
66
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
67
67
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
68
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
68
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/_utils/types.ts#L47"
|
|
69
69
|
},
|
|
70
70
|
{
|
|
71
71
|
"name": "display",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"description": "",
|
|
76
76
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
77
77
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
78
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
78
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Box/Box.types.ts#L146"
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
81
|
"name": "flex",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"description": "Alias to the `flex` property on a flexbox child.",
|
|
86
86
|
"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><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
87
87
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
88
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
88
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Box/Box.types.ts#L152"
|
|
89
89
|
},
|
|
90
90
|
{
|
|
91
91
|
"name": "flexBasis",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"description": "Alias to the `basis` property on a flexbox child.",
|
|
96
96
|
"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><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
97
97
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
98
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
98
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Box/Box.types.ts#L158"
|
|
99
99
|
},
|
|
100
100
|
{
|
|
101
101
|
"name": "flexDirection",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"description": "Alias to the `direction` property on a flexbox child.",
|
|
106
106
|
"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><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
107
107
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
108
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
108
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Box/Box.types.ts#L164"
|
|
109
109
|
},
|
|
110
110
|
{
|
|
111
111
|
"name": "flexGrow",
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"description": "Alias to the `grow` property on a flexbox child.",
|
|
116
116
|
"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><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
117
117
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
118
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
118
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Box/Box.types.ts#L170"
|
|
119
119
|
},
|
|
120
120
|
{
|
|
121
121
|
"name": "flexShrink",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"description": "Alias to the `shrink` property on a flexbox child.",
|
|
126
126
|
"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><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
127
127
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
128
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
128
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Box/Box.types.ts#L176"
|
|
129
129
|
},
|
|
130
130
|
{
|
|
131
131
|
"name": "flexWrap",
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"description": "Alias to the `wrap` property on a flexbox child.",
|
|
136
136
|
"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><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
137
137
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
138
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
138
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Box/Box.types.ts#L182"
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
141
|
"name": "gap",
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"description": "* Alias to the `gap` property on a flexbox child.",
|
|
146
146
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<ul>\n<li>Alias to the <code>gap</code> property on a flexbox child.</li>\n</ul>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.3.0</p>\n</dd></dl></div>",
|
|
147
147
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
148
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
148
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Box/Box.types.ts#L188"
|
|
149
149
|
},
|
|
150
150
|
{
|
|
151
151
|
"name": "isSelected",
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"description": "",
|
|
156
156
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
157
157
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
158
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
158
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L439"
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
"name": "justifyContent",
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"description": "",
|
|
166
166
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
167
167
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
168
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
168
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Box/Box.types.ts#L130"
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
"name": "margin",
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"description": "",
|
|
176
176
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
177
177
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
178
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
178
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Box/Box.types.ts#L69"
|
|
179
179
|
},
|
|
180
180
|
{
|
|
181
181
|
"name": "marginBottom",
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
"description": "",
|
|
186
186
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
187
187
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
188
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
188
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Box/Box.types.ts#L73"
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
191
|
"name": "marginLeft",
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
"description": "",
|
|
196
196
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
197
197
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
198
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
198
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Box/Box.types.ts#L77"
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
201
|
"name": "marginRight",
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
"description": "",
|
|
206
206
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
207
207
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
208
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
208
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Box/Box.types.ts#L81"
|
|
209
209
|
},
|
|
210
210
|
{
|
|
211
211
|
"name": "marginTop",
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
"description": "",
|
|
216
216
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
217
217
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
218
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
218
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Box/Box.types.ts#L85"
|
|
219
219
|
},
|
|
220
220
|
{
|
|
221
221
|
"name": "order",
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
"description": "Alias to the `order` property on a flexbox child.",
|
|
226
226
|
"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><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
227
227
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
228
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
228
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Box/Box.types.ts#L194"
|
|
229
229
|
},
|
|
230
230
|
{
|
|
231
231
|
"name": "padding",
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
"description": "",
|
|
236
236
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
237
237
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
238
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
238
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Box/Box.types.ts#L92"
|
|
239
239
|
},
|
|
240
240
|
{
|
|
241
241
|
"name": "paddingBottom",
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
"description": "",
|
|
246
246
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
247
247
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
248
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
248
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Box/Box.types.ts#L96"
|
|
249
249
|
},
|
|
250
250
|
{
|
|
251
251
|
"name": "paddingLeft",
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
"description": "",
|
|
256
256
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
257
257
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
258
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
258
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Box/Box.types.ts#L100"
|
|
259
259
|
},
|
|
260
260
|
{
|
|
261
261
|
"name": "paddingRight",
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
"description": "",
|
|
266
266
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
267
267
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
268
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
268
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Box/Box.types.ts#L104"
|
|
269
269
|
},
|
|
270
270
|
{
|
|
271
271
|
"name": "paddingTop",
|
|
@@ -275,7 +275,7 @@
|
|
|
275
275
|
"description": "",
|
|
276
276
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
277
277
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
278
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
278
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Box/Box.types.ts#L108"
|
|
279
279
|
},
|
|
280
280
|
{
|
|
281
281
|
"name": "style",
|
|
@@ -285,7 +285,7 @@
|
|
|
285
285
|
"description": "Additional CSS styles",
|
|
286
286
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
287
287
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
288
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
288
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/_utils/types.ts#L52"
|
|
289
289
|
},
|
|
290
290
|
{
|
|
291
291
|
"name": "tabIndex",
|
|
@@ -295,7 +295,7 @@
|
|
|
295
295
|
"description": "",
|
|
296
296
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
297
297
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
298
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
298
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Box/Box.types.ts#L198"
|
|
299
299
|
},
|
|
300
300
|
{
|
|
301
301
|
"name": "textAlign",
|
|
@@ -305,7 +305,7 @@
|
|
|
305
305
|
"description": "",
|
|
306
306
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
307
307
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
308
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
308
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Box/Box.types.ts#L202"
|
|
309
309
|
}
|
|
310
310
|
],
|
|
311
311
|
"description": ""
|
|
@@ -321,7 +321,7 @@
|
|
|
321
321
|
"description": "",
|
|
322
322
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
323
323
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
324
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
324
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L52"
|
|
325
325
|
},
|
|
326
326
|
{
|
|
327
327
|
"name": "posInSet",
|
|
@@ -331,7 +331,7 @@
|
|
|
331
331
|
"description": "Position among siblings, 1-indexed (for aria-posinset)",
|
|
332
332
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Position among siblings, 1-indexed (for aria-posinset)</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>12.35.0</p>\n</dd></dl></div>",
|
|
333
333
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
334
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
334
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L62"
|
|
335
335
|
},
|
|
336
336
|
{
|
|
337
337
|
"name": "setSize",
|
|
@@ -341,7 +341,7 @@
|
|
|
341
341
|
"description": "Total number of siblings at the same level (for aria-setsize)",
|
|
342
342
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Total number of siblings at the same level (for aria-setsize)</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>12.35.0</p>\n</dd></dl></div>",
|
|
343
343
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
344
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
344
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L57"
|
|
345
345
|
}
|
|
346
346
|
],
|
|
347
347
|
"description": ""
|
|
@@ -357,7 +357,7 @@
|
|
|
357
357
|
"description": "",
|
|
358
358
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
359
359
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
360
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
360
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L31"
|
|
361
361
|
}
|
|
362
362
|
],
|
|
363
363
|
"description": ""
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
"description": "",
|
|
374
374
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
375
375
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
376
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
376
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L31"
|
|
377
377
|
},
|
|
378
378
|
{
|
|
379
379
|
"name": "name",
|
|
@@ -383,7 +383,7 @@
|
|
|
383
383
|
"description": "",
|
|
384
384
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
385
385
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
386
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
386
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L37"
|
|
387
387
|
},
|
|
388
388
|
{
|
|
389
389
|
"name": "parentId",
|
|
@@ -393,7 +393,7 @@
|
|
|
393
393
|
"description": "",
|
|
394
394
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
395
395
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
396
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
396
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L41"
|
|
397
397
|
},
|
|
398
398
|
{
|
|
399
399
|
"name": "type",
|
|
@@ -403,7 +403,7 @@
|
|
|
403
403
|
"description": "",
|
|
404
404
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
405
405
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
406
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
406
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L45"
|
|
407
407
|
}
|
|
408
408
|
],
|
|
409
409
|
"description": ""
|
|
@@ -419,7 +419,17 @@
|
|
|
419
419
|
"description": "",
|
|
420
420
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
421
421
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
422
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
422
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L173"
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"name": "isKeyboardMode",
|
|
426
|
+
"required": true,
|
|
427
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
428
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
429
|
+
"description": "Whether the tree is currently being interacted with via the keyboard.\nTrue after a keydown while focused; false after any mouse interaction or blur.",
|
|
430
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Whether the tree is currently being interacted with via the keyboard.\nTrue after a keydown while focused; false after any mouse interaction or blur.</p>\n</div></div>",
|
|
431
|
+
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
432
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L182"
|
|
423
433
|
},
|
|
424
434
|
{
|
|
425
435
|
"name": "isTreeFocused",
|
|
@@ -429,7 +439,7 @@
|
|
|
429
439
|
"description": "",
|
|
430
440
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
431
441
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
432
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
442
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L177"
|
|
433
443
|
},
|
|
434
444
|
{
|
|
435
445
|
"name": "nodes",
|
|
@@ -439,7 +449,7 @@
|
|
|
439
449
|
"description": "",
|
|
440
450
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
441
451
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
442
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
452
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L113"
|
|
443
453
|
},
|
|
444
454
|
{
|
|
445
455
|
"name": "selectionLimit",
|
|
@@ -449,7 +459,7 @@
|
|
|
449
459
|
"description": "",
|
|
450
460
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
451
461
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
452
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
462
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L169"
|
|
453
463
|
},
|
|
454
464
|
{
|
|
455
465
|
"name": "treeContainer",
|
|
@@ -459,7 +469,7 @@
|
|
|
459
469
|
"description": "",
|
|
460
470
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
461
471
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
462
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
472
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L186"
|
|
463
473
|
},
|
|
464
474
|
{
|
|
465
475
|
"name": "getIcon",
|
|
@@ -579,7 +589,7 @@
|
|
|
579
589
|
"description": "",
|
|
580
590
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
581
591
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
582
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
592
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L223"
|
|
583
593
|
}
|
|
584
594
|
],
|
|
585
595
|
"description": ""
|
|
@@ -595,7 +605,7 @@
|
|
|
595
605
|
"description": "Whether to expand parent node when a child node is expanded or selected",
|
|
596
606
|
"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><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>true</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
597
607
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
598
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
608
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L396"
|
|
599
609
|
},
|
|
600
610
|
{
|
|
601
611
|
"name": "expanded",
|
|
@@ -605,7 +615,7 @@
|
|
|
605
615
|
"description": "Array of keys of the expanded nodes",
|
|
606
616
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Array of keys of the expanded nodes</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
607
617
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
608
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
618
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L278"
|
|
609
619
|
},
|
|
610
620
|
{
|
|
611
621
|
"name": "maxVisibleNodes",
|
|
@@ -615,7 +625,7 @@
|
|
|
615
625
|
"description": "Number of visible nodes. Helps fix performance bottlenecks in large dataset",
|
|
616
626
|
"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><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>Infinity</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
617
627
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
618
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
628
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L383"
|
|
619
629
|
},
|
|
620
630
|
{
|
|
621
631
|
"name": "multiple",
|
|
@@ -625,7 +635,7 @@
|
|
|
625
635
|
"description": "Allows selection of multiple nodes",
|
|
626
636
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Allows selection of multiple nodes</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>true</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
627
637
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
628
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
638
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L376"
|
|
629
639
|
},
|
|
630
640
|
{
|
|
631
641
|
"name": "options",
|
|
@@ -635,7 +645,7 @@
|
|
|
635
645
|
"description": "",
|
|
636
646
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
637
647
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
638
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
648
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L273"
|
|
639
649
|
},
|
|
640
650
|
{
|
|
641
651
|
"name": "selected",
|
|
@@ -645,7 +655,7 @@
|
|
|
645
655
|
"description": "Array of keys of the selected nodes",
|
|
646
656
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Array of keys of the selected nodes</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
647
657
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
648
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
658
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L284"
|
|
649
659
|
},
|
|
650
660
|
{
|
|
651
661
|
"name": "selectionLimit",
|
|
@@ -655,7 +665,7 @@
|
|
|
655
665
|
"description": "Number of nodes that can be selected",
|
|
656
666
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Number of nodes that can be selected</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>Infinity</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
657
667
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
658
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
668
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L291"
|
|
659
669
|
},
|
|
660
670
|
{
|
|
661
671
|
"name": "visibleHeight",
|
|
@@ -665,7 +675,7 @@
|
|
|
665
675
|
"description": "Height of the list. Helps fix performance bottlenecks in large dataset.",
|
|
666
676
|
"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><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
667
677
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
668
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
678
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L389"
|
|
669
679
|
},
|
|
670
680
|
{
|
|
671
681
|
"name": "getChildren",
|
|
@@ -777,7 +787,7 @@
|
|
|
777
787
|
"description": "",
|
|
778
788
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
779
789
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
780
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
790
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L216"
|
|
781
791
|
},
|
|
782
792
|
{
|
|
783
793
|
"name": "setExpanded",
|
|
@@ -787,7 +797,7 @@
|
|
|
787
797
|
"description": "",
|
|
788
798
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
789
799
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
790
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
800
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L204"
|
|
791
801
|
},
|
|
792
802
|
{
|
|
793
803
|
"name": "setSelected",
|
|
@@ -797,7 +807,7 @@
|
|
|
797
807
|
"description": "",
|
|
798
808
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
799
809
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
800
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
810
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L200"
|
|
801
811
|
},
|
|
802
812
|
{
|
|
803
813
|
"name": "toggleExpanded",
|
|
@@ -807,7 +817,7 @@
|
|
|
807
817
|
"description": "",
|
|
808
818
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
809
819
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
810
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
820
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L212"
|
|
811
821
|
},
|
|
812
822
|
{
|
|
813
823
|
"name": "toggleSelected",
|
|
@@ -817,7 +827,7 @@
|
|
|
817
827
|
"description": "",
|
|
818
828
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
819
829
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
820
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
830
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L208"
|
|
821
831
|
}
|
|
822
832
|
],
|
|
823
833
|
"description": ""
|
|
@@ -833,7 +843,7 @@
|
|
|
833
843
|
"description": "",
|
|
834
844
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
835
845
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
836
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
846
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L502"
|
|
837
847
|
},
|
|
838
848
|
{
|
|
839
849
|
"name": "isFileLimitReached",
|
|
@@ -843,7 +853,7 @@
|
|
|
843
853
|
"description": "",
|
|
844
854
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
845
855
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
846
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
856
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L506"
|
|
847
857
|
},
|
|
848
858
|
{
|
|
849
859
|
"name": "isHighlighted",
|
|
@@ -853,7 +863,17 @@
|
|
|
853
863
|
"description": "",
|
|
854
864
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
855
865
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
856
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
866
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L490"
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
"name": "isKeyboardMode",
|
|
870
|
+
"required": true,
|
|
871
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
872
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
873
|
+
"description": "Whether the tree is currently being interacted with via the keyboard.\nUsed to gate the keyboard-focus indicator.",
|
|
874
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Whether the tree is currently being interacted with via the keyboard.\nUsed to gate the keyboard-focus indicator.</p>\n</div></div>",
|
|
875
|
+
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
876
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L511"
|
|
857
877
|
},
|
|
858
878
|
{
|
|
859
879
|
"name": "isSelectable",
|
|
@@ -863,7 +883,7 @@
|
|
|
863
883
|
"description": "",
|
|
864
884
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
865
885
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
866
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
886
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L498"
|
|
867
887
|
},
|
|
868
888
|
{
|
|
869
889
|
"name": "isSelected",
|
|
@@ -873,7 +893,7 @@
|
|
|
873
893
|
"description": "",
|
|
874
894
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
875
895
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
876
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
896
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L494"
|
|
877
897
|
},
|
|
878
898
|
{
|
|
879
899
|
"name": "level",
|
|
@@ -883,7 +903,7 @@
|
|
|
883
903
|
"description": "",
|
|
884
904
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
885
905
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
886
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
906
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L515"
|
|
887
907
|
}
|
|
888
908
|
],
|
|
889
909
|
"description": ""
|
|
@@ -899,7 +919,7 @@
|
|
|
899
919
|
"description": "",
|
|
900
920
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
901
921
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
902
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
922
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L238"
|
|
903
923
|
},
|
|
904
924
|
{
|
|
905
925
|
"name": "overlayRef",
|
|
@@ -909,7 +929,7 @@
|
|
|
909
929
|
"description": "",
|
|
910
930
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
911
931
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
912
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
932
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L230"
|
|
913
933
|
},
|
|
914
934
|
{
|
|
915
935
|
"name": "targetRef",
|
|
@@ -919,7 +939,7 @@
|
|
|
919
939
|
"description": "",
|
|
920
940
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
921
941
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
922
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
942
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L234"
|
|
923
943
|
}
|
|
924
944
|
],
|
|
925
945
|
"description": ""
|
|
@@ -935,7 +955,17 @@
|
|
|
935
955
|
"description": "",
|
|
936
956
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
937
957
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
938
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
958
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L173"
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
"name": "isKeyboardMode",
|
|
962
|
+
"required": true,
|
|
963
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
964
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
965
|
+
"description": "Whether the tree is currently being interacted with via the keyboard.\nTrue after a keydown while focused; false after any mouse interaction or blur.",
|
|
966
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Whether the tree is currently being interacted with via the keyboard.\nTrue after a keydown while focused; false after any mouse interaction or blur.</p>\n</div></div>",
|
|
967
|
+
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
968
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L182"
|
|
939
969
|
},
|
|
940
970
|
{
|
|
941
971
|
"name": "isMouseOver",
|
|
@@ -945,7 +975,7 @@
|
|
|
945
975
|
"description": "",
|
|
946
976
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
947
977
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
948
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
978
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L257"
|
|
949
979
|
},
|
|
950
980
|
{
|
|
951
981
|
"name": "node",
|
|
@@ -955,7 +985,7 @@
|
|
|
955
985
|
"description": "",
|
|
956
986
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
957
987
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
958
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
988
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L249"
|
|
959
989
|
},
|
|
960
990
|
{
|
|
961
991
|
"name": "selectionLimit",
|
|
@@ -965,7 +995,7 @@
|
|
|
965
995
|
"description": "",
|
|
966
996
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
967
997
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
968
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
998
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L169"
|
|
969
999
|
},
|
|
970
1000
|
{
|
|
971
1001
|
"name": "shouldShowTooltip",
|
|
@@ -975,7 +1005,7 @@
|
|
|
975
1005
|
"description": "",
|
|
976
1006
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
977
1007
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
978
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1008
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L253"
|
|
979
1009
|
},
|
|
980
1010
|
{
|
|
981
1011
|
"name": "treeContainer",
|
|
@@ -985,7 +1015,7 @@
|
|
|
985
1015
|
"description": "",
|
|
986
1016
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
987
1017
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
988
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1018
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L261"
|
|
989
1019
|
},
|
|
990
1020
|
{
|
|
991
1021
|
"name": "getIcon",
|
|
@@ -1089,7 +1119,7 @@
|
|
|
1089
1119
|
"description": "",
|
|
1090
1120
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
1091
1121
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
1092
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1122
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L474"
|
|
1093
1123
|
},
|
|
1094
1124
|
{
|
|
1095
1125
|
"name": "isFileLimitReached",
|
|
@@ -1099,7 +1129,7 @@
|
|
|
1099
1129
|
"description": "",
|
|
1100
1130
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
1101
1131
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
1102
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1132
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L462"
|
|
1103
1133
|
},
|
|
1104
1134
|
{
|
|
1105
1135
|
"name": "isHighlighted",
|
|
@@ -1109,7 +1139,7 @@
|
|
|
1109
1139
|
"description": "",
|
|
1110
1140
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
1111
1141
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
1112
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1142
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L446"
|
|
1113
1143
|
},
|
|
1114
1144
|
{
|
|
1115
1145
|
"name": "isMouseOver",
|
|
@@ -1119,7 +1149,7 @@
|
|
|
1119
1149
|
"description": "",
|
|
1120
1150
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
1121
1151
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
1122
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1152
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L470"
|
|
1123
1153
|
},
|
|
1124
1154
|
{
|
|
1125
1155
|
"name": "isSelectable",
|
|
@@ -1129,7 +1159,7 @@
|
|
|
1129
1159
|
"description": "",
|
|
1130
1160
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
1131
1161
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
1132
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1162
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L454"
|
|
1133
1163
|
},
|
|
1134
1164
|
{
|
|
1135
1165
|
"name": "isSelected",
|
|
@@ -1139,7 +1169,7 @@
|
|
|
1139
1169
|
"description": "",
|
|
1140
1170
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
1141
1171
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
1142
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1172
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L450"
|
|
1143
1173
|
},
|
|
1144
1174
|
{
|
|
1145
1175
|
"name": "nodeType",
|
|
@@ -1149,7 +1179,7 @@
|
|
|
1149
1179
|
"description": "",
|
|
1150
1180
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
1151
1181
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
1152
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1182
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L478"
|
|
1153
1183
|
},
|
|
1154
1184
|
{
|
|
1155
1185
|
"name": "selectionLimit",
|
|
@@ -1159,7 +1189,7 @@
|
|
|
1159
1189
|
"description": "",
|
|
1160
1190
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
1161
1191
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
1162
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1192
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L458"
|
|
1163
1193
|
},
|
|
1164
1194
|
{
|
|
1165
1195
|
"name": "shouldShowTooltip",
|
|
@@ -1169,7 +1199,7 @@
|
|
|
1169
1199
|
"description": "",
|
|
1170
1200
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
1171
1201
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
1172
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1202
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L466"
|
|
1173
1203
|
},
|
|
1174
1204
|
{
|
|
1175
1205
|
"name": "treeContainer",
|
|
@@ -1179,7 +1209,7 @@
|
|
|
1179
1209
|
"description": "",
|
|
1180
1210
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
1181
1211
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
1182
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1212
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L482"
|
|
1183
1213
|
}
|
|
1184
1214
|
],
|
|
1185
1215
|
"description": ""
|
|
@@ -1195,7 +1225,7 @@
|
|
|
1195
1225
|
"description": "",
|
|
1196
1226
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
1197
1227
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
1198
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1228
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L90"
|
|
1199
1229
|
},
|
|
1200
1230
|
{
|
|
1201
1231
|
"name": "expanded",
|
|
@@ -1205,7 +1235,7 @@
|
|
|
1205
1235
|
"description": "",
|
|
1206
1236
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
1207
1237
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
1208
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1238
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L70"
|
|
1209
1239
|
},
|
|
1210
1240
|
{
|
|
1211
1241
|
"name": "multiple",
|
|
@@ -1215,7 +1245,7 @@
|
|
|
1215
1245
|
"description": "",
|
|
1216
1246
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
1217
1247
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
1218
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1248
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L94"
|
|
1219
1249
|
},
|
|
1220
1250
|
{
|
|
1221
1251
|
"name": "rootNodes",
|
|
@@ -1225,7 +1255,7 @@
|
|
|
1225
1255
|
"description": "",
|
|
1226
1256
|
"descriptionHtml": "",
|
|
1227
1257
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
1228
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1258
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L66"
|
|
1229
1259
|
},
|
|
1230
1260
|
{
|
|
1231
1261
|
"name": "selected",
|
|
@@ -1235,7 +1265,7 @@
|
|
|
1235
1265
|
"description": "",
|
|
1236
1266
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
1237
1267
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
1238
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1268
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L74"
|
|
1239
1269
|
},
|
|
1240
1270
|
{
|
|
1241
1271
|
"name": "selectionLimit",
|
|
@@ -1245,7 +1275,7 @@
|
|
|
1245
1275
|
"description": "",
|
|
1246
1276
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
1247
1277
|
"sourceFile": "packages/core-react/src/Tree/Tree.types.ts",
|
|
1248
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1278
|
+
"sourceUrl": "https://github.com/procore/core/blob/bb2ee27/packages/core-react/src/Tree/Tree.types.ts#L78"
|
|
1249
1279
|
},
|
|
1250
1280
|
{
|
|
1251
1281
|
"name": "getChildren",
|