@procore/core-react 12.41.0 → 12.43.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 +69 -0
- package/dist/AnchorNavigation/AnchorNavigation.js +11 -5
- package/dist/AnchorNavigation/AnchorNavigation.js.map +1 -1
- package/dist/AnchorNavigation/AnchorNavigation.styles.d.ts +1 -0
- package/dist/AnchorNavigation/AnchorNavigation.styles.js +7 -3
- package/dist/AnchorNavigation/AnchorNavigation.styles.js.map +1 -1
- package/dist/AnchorNavigation/AnchorNavigation.types.d.ts +7 -1
- package/dist/AnchorNavigation/AnchorNavigation.types.js.map +1 -1
- package/dist/Avatar/Avatar.styles.js +5 -5
- package/dist/AvatarStack/AvatarStack.styles.d.ts +74 -74
- package/dist/AvatarStack/AvatarStack.styles.js +7 -7
- package/dist/Badge/Badge.styles.js +2 -2
- package/dist/BadgePill/BadgePill.styles.js +4 -4
- package/dist/Banner/Banner.styles.js +10 -10
- 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/Button/Button.types.d.ts +1 -4
- package/dist/Button/Button.types.js.map +1 -1
- package/dist/Button/index.d.ts +1 -1
- package/dist/Button/index.js.map +1 -1
- package/dist/Calendar/Calendar.styles.js +9 -9
- package/dist/Card/Card.styles.js +1 -1
- package/dist/Checkbox/Checkbox.js +1 -0
- package/dist/Checkbox/Checkbox.js.map +1 -1
- package/dist/Checkbox/Checkbox.styles.js +6 -6
- package/dist/ContactItem/ContactItem.js +7 -3
- package/dist/ContactItem/ContactItem.js.map +1 -1
- package/dist/ContactItem/ContactItem.styles.js +5 -5
- package/dist/Content/Content.styles.js +2 -2
- package/dist/DateInput/DateInput.js +9 -0
- package/dist/DateInput/DateInput.js.map +1 -1
- 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 +4 -4
- package/dist/Dropzone/Dropzone.js +1 -1
- 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.d.ts +1 -1
- 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/FileToken/FileTokenInner.js +1 -3
- package/dist/FileToken/FileTokenInner.js.map +1 -1
- 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.d.ts +2 -2
- 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.d.ts +1 -1
- package/dist/MenuImperative/MenuImperative.js +126 -34
- package/dist/MenuImperative/MenuImperative.js.map +1 -1
- package/dist/MenuImperative/MenuImperative.styles.js +15 -15
- package/dist/MenuImperative/MenuImperative.styles.js.map +1 -1
- package/dist/MenuImperative/MenuImperative.types.d.ts +36 -0
- package/dist/MenuImperative/MenuImperative.types.js.map +1 -1
- package/dist/MenuImperative/sensors.d.ts +6 -3
- package/dist/MenuImperative/sensors.js +42 -34
- package/dist/MenuImperative/sensors.js.map +1 -1
- package/dist/Modal/Modal.d.ts +4 -0
- package/dist/Modal/Modal.js +30 -14
- package/dist/Modal/Modal.js.map +1 -1
- package/dist/Modal/Modal.styles.js +13 -13
- package/dist/Modal/Modal.types.d.ts +28 -5
- package/dist/Modal/Modal.types.js.map +1 -1
- package/dist/Modal/index.d.ts +1 -1
- package/dist/Modal/index.js.map +1 -1
- package/dist/MultiSelect/MultiSelect.js +7 -5
- package/dist/MultiSelect/MultiSelect.js.map +1 -1
- package/dist/MultiSelect/MultiSelect.styles.js +8 -8
- package/dist/NextMenu/NextMenu.styles.js +3 -3
- 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/OverlayTrigger/a11yPresets.d.ts +23 -30
- package/dist/OverlayTrigger/a11yPresets.js +29 -27
- package/dist/OverlayTrigger/a11yPresets.js.map +1 -1
- package/dist/PageLayout/PageLayout.styles.d.ts +1 -1
- package/dist/PageLayout/PageLayout.styles.js +16 -16
- 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 +4 -4
- package/dist/ProgressBar/ProgressBar.styles.js.map +1 -1
- 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.js +3 -2
- package/dist/Select/Select.js.map +1 -1
- package/dist/Select/Select.styles.js +8 -8
- package/dist/Semantic/Semantic.styles.d.ts +74 -74
- 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.components.js +35 -22
- package/dist/SuperSelect/SuperSelect.components.js.map +1 -1
- package/dist/SuperSelect/SuperSelect.presets.styles.js +1 -1
- package/dist/SuperSelect/SuperSelect.styles.d.ts +4 -2
- package/dist/SuperSelect/SuperSelect.styles.js +49 -42
- package/dist/SuperSelect/SuperSelect.styles.js.map +1 -1
- package/dist/SuperSelect/SuperSelect.types.d.ts +3 -4
- package/dist/SuperSelect/SuperSelect.types.js.map +1 -1
- package/dist/SuperSelect/presets/filterPreset.js +7 -2
- package/dist/SuperSelect/presets/filterPreset.js.map +1 -1
- package/dist/SuperSelect/useSuperSelect.d.ts +1 -1
- package/dist/SuperSelect/useSuperSelect.js +117 -90
- package/dist/SuperSelect/useSuperSelect.js.map +1 -1
- package/dist/Switch/Switch.styles.js +4 -4
- package/dist/Table/Table.styles.js +28 -28
- package/dist/TableShelf/TableShelf.styles.js +5 -5
- package/dist/Tabs/Tabs.js +1 -1
- package/dist/Tabs/Tabs.js.map +1 -1
- package/dist/Tabs/Tabs.styles.js +15 -15
- package/dist/Tearsheet/Tearsheet.js +1 -1
- package/dist/Tearsheet/Tearsheet.js.map +1 -1
- package/dist/Tearsheet/Tearsheet.styles.js +5 -5
- package/dist/Tearsheet/storybook/PageLayoutDemo.js +1 -0
- package/dist/Tearsheet/storybook/PageLayoutDemo.js.map +1 -1
- package/dist/TextArea/TextArea.styles.js +1 -1
- package/dist/TextEditorOutput/TextEditorOutput.styles.js +1 -1
- package/dist/Thumbnail/Thumbnail.hooks.d.ts +58 -58
- package/dist/Thumbnail/Thumbnail.styles.js +17 -17
- package/dist/ThumbnailGrid/ThumbnailGrid.styles.d.ts +1 -1
- package/dist/ThumbnailGrid/ThumbnailGrid.styles.js +7 -7
- package/dist/TieredSelect/TieredSelect.styles.d.ts +1 -1
- 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.js +1 -1
- package/dist/Token/Token.js.map +1 -1
- package/dist/Token/Token.styles.js +3 -3
- package/dist/ToolHeader/ToolHeader.styles.js +6 -6
- package/dist/ToolLandingPage/ToolLandingPage.styles.js +3 -3
- package/dist/ToolLandingPageTemplate/ToolLandingPageTemplate.d.ts +1 -1
- package/dist/Tooltip/Tooltip.styles.js +3 -3
- package/dist/Tree/Tree.js +1 -1
- package/dist/Tree/Tree.styles.js +10 -10
- package/dist/Typeahead/Typeahead.js +7 -3
- package/dist/Typeahead/Typeahead.js.map +1 -1
- package/dist/Typeahead/Typeahead.styles.js +3 -3
- package/dist/Typography/Typography.styles.js +1 -1
- package/dist/Typography/Typography.table.story.js +2 -2
- package/dist/Typography/Typography.types.d.ts +1 -0
- package/dist/Typography/Typography.types.js.map +1 -1
- package/dist/_hooks/I18n.d.ts +28 -0
- package/dist/_locales/en.json +15 -1
- package/dist/_locales/pseudo.json +15 -1
- package/dist/_storyHelpers_/components/Deprecation.styles.js +1 -1
- package/dist/_storyHelpers_/components/StoryGrid.js +3 -3
- package/dist/_styles/colors.js +1 -3
- package/dist/_styles/colors.js.map +1 -1
- package/dist/_typedoc/AnchorNavigation/AnchorNavigation.types.json +13 -3
- 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 +15 -15
- package/dist/_typedoc/Box/Box.types.json +72 -72
- package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +10 -10
- package/dist/_typedoc/Button/Button.types.json +17 -17
- 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 +13 -13
- package/dist/_typedoc/DetailPage/DetailPage.types.json +5 -5
- package/dist/_typedoc/Dropdown/Dropdown.types.json +39 -39
- package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +31 -31
- package/dist/_typedoc/Dropzone/Dropzone.types.json +44 -44
- package/dist/_typedoc/EmptyState/EmptyState.types.json +16 -16
- 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 +832 -832
- 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 +147 -77
- package/dist/_typedoc/Modal/Modal.types.json +96 -68
- package/dist/_typedoc/MultiSelect/MultiSelect.types.json +33 -33
- package/dist/_typedoc/NextTile/NextTile.types.json +32 -32
- package/dist/_typedoc/Notation/Notation.types.json +4 -4
- package/dist/_typedoc/NumberInput/NumberInput.types.json +54 -54
- package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +33 -33
- package/dist/_typedoc/PageLayout/PageLayout.types.json +28 -28
- package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
- package/dist/_typedoc/Panel/Panel.types.json +27 -27
- 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 +69 -69
- 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 +102 -102
- package/dist/_typedoc/Tabs/Tabs.types.json +21 -21
- 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 +3 -3
- 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 +10 -10
- package/dist/_typedoc/Tooltip/Tooltip.types.json +15 -15
- package/dist/_typedoc/Tree/Tree.types.json +90 -90
- package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
- package/dist/_typedoc/Typography/Typography.types.json +12 -11
- package/dist/_typedoc/_utils/types.json +3 -3
- package/package.json +3 -3
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"description": "",
|
|
11
11
|
"descriptionHtml": "",
|
|
12
12
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L364"
|
|
14
14
|
}
|
|
15
15
|
],
|
|
16
16
|
"description": ""
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"description": "",
|
|
27
27
|
"descriptionHtml": "",
|
|
28
28
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
29
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
29
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L368"
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
32
|
"name": "menuProps",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"description": "",
|
|
37
37
|
"descriptionHtml": "",
|
|
38
38
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
39
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
39
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L373"
|
|
40
40
|
}
|
|
41
41
|
],
|
|
42
42
|
"description": ""
|
|
@@ -44,6 +44,36 @@
|
|
|
44
44
|
"DroppableProps": {
|
|
45
45
|
"name": "DroppableProps",
|
|
46
46
|
"properties": [
|
|
47
|
+
{
|
|
48
|
+
"name": "aria-label",
|
|
49
|
+
"required": false,
|
|
50
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
51
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
52
|
+
"description": "",
|
|
53
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>12.34.2</p>\n</dd></dl></div>",
|
|
54
|
+
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
55
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L302"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "aria-labelledby",
|
|
59
|
+
"required": false,
|
|
60
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
61
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
62
|
+
"description": "",
|
|
63
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>12.34.2</p>\n</dd></dl></div>",
|
|
64
|
+
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
65
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L306"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"name": "aria-multiselectable",
|
|
69
|
+
"required": false,
|
|
70
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
71
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
72
|
+
"description": "",
|
|
73
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>12.34.2</p>\n</dd></dl></div>",
|
|
74
|
+
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
75
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L314"
|
|
76
|
+
},
|
|
47
77
|
{
|
|
48
78
|
"name": "children",
|
|
49
79
|
"required": true,
|
|
@@ -52,7 +82,7 @@
|
|
|
52
82
|
"description": "",
|
|
53
83
|
"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>",
|
|
54
84
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
55
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
85
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L298"
|
|
56
86
|
},
|
|
57
87
|
{
|
|
58
88
|
"name": "id",
|
|
@@ -62,7 +92,17 @@
|
|
|
62
92
|
"description": "",
|
|
63
93
|
"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>",
|
|
64
94
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
65
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
95
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L294"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"name": "role",
|
|
99
|
+
"required": false,
|
|
100
|
+
"type": "<span class=\"tsd-signature-type\">AriaRole</span>",
|
|
101
|
+
"typeDetail": "<span class=\"tsd-signature-type\">AriaRole</span>",
|
|
102
|
+
"description": "",
|
|
103
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>12.34.2</p>\n</dd></dl></div>",
|
|
104
|
+
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
105
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L310"
|
|
66
106
|
}
|
|
67
107
|
],
|
|
68
108
|
"description": ""
|
|
@@ -78,7 +118,7 @@
|
|
|
78
118
|
"description": "",
|
|
79
119
|
"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>",
|
|
80
120
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
81
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
121
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/Box/Box.types.ts#L118"
|
|
82
122
|
},
|
|
83
123
|
{
|
|
84
124
|
"name": "alignItems",
|
|
@@ -88,7 +128,7 @@
|
|
|
88
128
|
"description": "",
|
|
89
129
|
"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>",
|
|
90
130
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
91
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
131
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/Box/Box.types.ts#L122"
|
|
92
132
|
},
|
|
93
133
|
{
|
|
94
134
|
"name": "alignSelf",
|
|
@@ -98,7 +138,7 @@
|
|
|
98
138
|
"description": "",
|
|
99
139
|
"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>",
|
|
100
140
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
101
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
141
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/Box/Box.types.ts#L126"
|
|
102
142
|
},
|
|
103
143
|
{
|
|
104
144
|
"name": "children",
|
|
@@ -108,7 +148,7 @@
|
|
|
108
148
|
"description": "",
|
|
109
149
|
"descriptionHtml": "",
|
|
110
150
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
111
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
151
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/_utils/types.ts#L42"
|
|
112
152
|
},
|
|
113
153
|
{
|
|
114
154
|
"name": "className",
|
|
@@ -118,7 +158,7 @@
|
|
|
118
158
|
"description": "Additional classNames",
|
|
119
159
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
120
160
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
121
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
161
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/_utils/types.ts#L47"
|
|
122
162
|
},
|
|
123
163
|
{
|
|
124
164
|
"name": "display",
|
|
@@ -128,7 +168,7 @@
|
|
|
128
168
|
"description": "",
|
|
129
169
|
"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>",
|
|
130
170
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
131
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
171
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/Box/Box.types.ts#L146"
|
|
132
172
|
},
|
|
133
173
|
{
|
|
134
174
|
"name": "flex",
|
|
@@ -138,7 +178,7 @@
|
|
|
138
178
|
"description": "Alias to the `flex` property on a flexbox child.",
|
|
139
179
|
"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>",
|
|
140
180
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
141
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
181
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/Box/Box.types.ts#L152"
|
|
142
182
|
},
|
|
143
183
|
{
|
|
144
184
|
"name": "flexBasis",
|
|
@@ -148,7 +188,7 @@
|
|
|
148
188
|
"description": "Alias to the `basis` property on a flexbox child.",
|
|
149
189
|
"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>",
|
|
150
190
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
151
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
191
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/Box/Box.types.ts#L158"
|
|
152
192
|
},
|
|
153
193
|
{
|
|
154
194
|
"name": "flexDirection",
|
|
@@ -158,7 +198,7 @@
|
|
|
158
198
|
"description": "Alias to the `direction` property on a flexbox child.",
|
|
159
199
|
"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>",
|
|
160
200
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
161
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
201
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/Box/Box.types.ts#L164"
|
|
162
202
|
},
|
|
163
203
|
{
|
|
164
204
|
"name": "flexGrow",
|
|
@@ -168,7 +208,7 @@
|
|
|
168
208
|
"description": "Alias to the `grow` property on a flexbox child.",
|
|
169
209
|
"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>",
|
|
170
210
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
171
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
211
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/Box/Box.types.ts#L170"
|
|
172
212
|
},
|
|
173
213
|
{
|
|
174
214
|
"name": "flexShrink",
|
|
@@ -178,7 +218,7 @@
|
|
|
178
218
|
"description": "Alias to the `shrink` property on a flexbox child.",
|
|
179
219
|
"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>",
|
|
180
220
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
181
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
221
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/Box/Box.types.ts#L176"
|
|
182
222
|
},
|
|
183
223
|
{
|
|
184
224
|
"name": "flexWrap",
|
|
@@ -188,7 +228,7 @@
|
|
|
188
228
|
"description": "Alias to the `wrap` property on a flexbox child.",
|
|
189
229
|
"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>",
|
|
190
230
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
191
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
231
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/Box/Box.types.ts#L182"
|
|
192
232
|
},
|
|
193
233
|
{
|
|
194
234
|
"name": "gap",
|
|
@@ -198,7 +238,7 @@
|
|
|
198
238
|
"description": "* Alias to the `gap` property on a flexbox child.",
|
|
199
239
|
"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>",
|
|
200
240
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
201
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
241
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/Box/Box.types.ts#L188"
|
|
202
242
|
},
|
|
203
243
|
{
|
|
204
244
|
"name": "justifyContent",
|
|
@@ -208,7 +248,7 @@
|
|
|
208
248
|
"description": "",
|
|
209
249
|
"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>",
|
|
210
250
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
211
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
251
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/Box/Box.types.ts#L130"
|
|
212
252
|
},
|
|
213
253
|
{
|
|
214
254
|
"name": "margin",
|
|
@@ -218,7 +258,7 @@
|
|
|
218
258
|
"description": "",
|
|
219
259
|
"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>",
|
|
220
260
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
221
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
261
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/Box/Box.types.ts#L69"
|
|
222
262
|
},
|
|
223
263
|
{
|
|
224
264
|
"name": "marginBottom",
|
|
@@ -228,7 +268,7 @@
|
|
|
228
268
|
"description": "",
|
|
229
269
|
"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>",
|
|
230
270
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
231
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
271
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/Box/Box.types.ts#L73"
|
|
232
272
|
},
|
|
233
273
|
{
|
|
234
274
|
"name": "marginLeft",
|
|
@@ -238,7 +278,7 @@
|
|
|
238
278
|
"description": "",
|
|
239
279
|
"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>",
|
|
240
280
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
241
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
281
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/Box/Box.types.ts#L77"
|
|
242
282
|
},
|
|
243
283
|
{
|
|
244
284
|
"name": "marginRight",
|
|
@@ -248,7 +288,7 @@
|
|
|
248
288
|
"description": "",
|
|
249
289
|
"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>",
|
|
250
290
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
251
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
291
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/Box/Box.types.ts#L81"
|
|
252
292
|
},
|
|
253
293
|
{
|
|
254
294
|
"name": "marginTop",
|
|
@@ -258,7 +298,7 @@
|
|
|
258
298
|
"description": "",
|
|
259
299
|
"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>",
|
|
260
300
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
261
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
301
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/Box/Box.types.ts#L85"
|
|
262
302
|
},
|
|
263
303
|
{
|
|
264
304
|
"name": "order",
|
|
@@ -268,7 +308,7 @@
|
|
|
268
308
|
"description": "Alias to the `order` property on a flexbox child.",
|
|
269
309
|
"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>",
|
|
270
310
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
271
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
311
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/Box/Box.types.ts#L194"
|
|
272
312
|
},
|
|
273
313
|
{
|
|
274
314
|
"name": "padding",
|
|
@@ -278,7 +318,7 @@
|
|
|
278
318
|
"description": "",
|
|
279
319
|
"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>",
|
|
280
320
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
281
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
321
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/Box/Box.types.ts#L92"
|
|
282
322
|
},
|
|
283
323
|
{
|
|
284
324
|
"name": "paddingBottom",
|
|
@@ -288,7 +328,7 @@
|
|
|
288
328
|
"description": "",
|
|
289
329
|
"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>",
|
|
290
330
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
291
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
331
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/Box/Box.types.ts#L96"
|
|
292
332
|
},
|
|
293
333
|
{
|
|
294
334
|
"name": "paddingLeft",
|
|
@@ -298,7 +338,7 @@
|
|
|
298
338
|
"description": "",
|
|
299
339
|
"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>",
|
|
300
340
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
301
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
341
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/Box/Box.types.ts#L100"
|
|
302
342
|
},
|
|
303
343
|
{
|
|
304
344
|
"name": "paddingRight",
|
|
@@ -308,7 +348,7 @@
|
|
|
308
348
|
"description": "",
|
|
309
349
|
"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>",
|
|
310
350
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
311
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
351
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/Box/Box.types.ts#L104"
|
|
312
352
|
},
|
|
313
353
|
{
|
|
314
354
|
"name": "paddingTop",
|
|
@@ -318,7 +358,7 @@
|
|
|
318
358
|
"description": "",
|
|
319
359
|
"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>",
|
|
320
360
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
321
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
361
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/Box/Box.types.ts#L108"
|
|
322
362
|
},
|
|
323
363
|
{
|
|
324
364
|
"name": "style",
|
|
@@ -328,7 +368,7 @@
|
|
|
328
368
|
"description": "Additional CSS styles",
|
|
329
369
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
330
370
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
331
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
371
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/_utils/types.ts#L52"
|
|
332
372
|
},
|
|
333
373
|
{
|
|
334
374
|
"name": "tabIndex",
|
|
@@ -338,7 +378,7 @@
|
|
|
338
378
|
"description": "",
|
|
339
379
|
"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>",
|
|
340
380
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
341
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
381
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/Box/Box.types.ts#L198"
|
|
342
382
|
},
|
|
343
383
|
{
|
|
344
384
|
"name": "textAlign",
|
|
@@ -348,7 +388,7 @@
|
|
|
348
388
|
"description": "",
|
|
349
389
|
"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>",
|
|
350
390
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
351
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
391
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/Box/Box.types.ts#L202"
|
|
352
392
|
}
|
|
353
393
|
],
|
|
354
394
|
"description": ""
|
|
@@ -364,7 +404,7 @@
|
|
|
364
404
|
"description": "",
|
|
365
405
|
"descriptionHtml": "",
|
|
366
406
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
367
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
407
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/_utils/types.ts#L42"
|
|
368
408
|
},
|
|
369
409
|
{
|
|
370
410
|
"name": "className",
|
|
@@ -374,7 +414,7 @@
|
|
|
374
414
|
"description": "Additional classNames",
|
|
375
415
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
376
416
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
377
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
417
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/_utils/types.ts#L47"
|
|
378
418
|
},
|
|
379
419
|
{
|
|
380
420
|
"name": "style",
|
|
@@ -384,7 +424,7 @@
|
|
|
384
424
|
"description": "Additional CSS styles",
|
|
385
425
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
386
426
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
387
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
427
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/_utils/types.ts#L52"
|
|
388
428
|
},
|
|
389
429
|
{
|
|
390
430
|
"name": "tabIndex",
|
|
@@ -394,7 +434,7 @@
|
|
|
394
434
|
"description": "",
|
|
395
435
|
"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>",
|
|
396
436
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
397
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
437
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L287"
|
|
398
438
|
}
|
|
399
439
|
],
|
|
400
440
|
"description": ""
|
|
@@ -410,7 +450,7 @@
|
|
|
410
450
|
"description": "",
|
|
411
451
|
"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>",
|
|
412
452
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
413
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
453
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L193"
|
|
414
454
|
},
|
|
415
455
|
{
|
|
416
456
|
"name": "item",
|
|
@@ -420,7 +460,7 @@
|
|
|
420
460
|
"description": "",
|
|
421
461
|
"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>",
|
|
422
462
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
423
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
463
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L181"
|
|
424
464
|
},
|
|
425
465
|
{
|
|
426
466
|
"name": "restoreFocus",
|
|
@@ -430,7 +470,7 @@
|
|
|
430
470
|
"description": "Indicates should focus be restored to the trigger(e.g. Button of Dropdown)\nafter activating this item. If all items return focus to the trigger once activated,\ntry just `restoreFocusOnHide` on `Dropdown` instead.\nif it is `undefined`, it is omitted in onSelect callback.",
|
|
431
471
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Indicates should focus be restored to the trigger(e.g. Button of Dropdown)\nafter activating this item. If all items return focus to the trigger once activated,\ntry just <code>restoreFocusOnHide</code> on <code>Dropdown</code> instead.\nif it is <code>undefined</code>, it is omitted in onSelect callback.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.15.0</p>\n</dd></dl></div>",
|
|
432
472
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
433
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
473
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L201"
|
|
434
474
|
},
|
|
435
475
|
{
|
|
436
476
|
"name": "selected",
|
|
@@ -440,7 +480,7 @@
|
|
|
440
480
|
"description": "",
|
|
441
481
|
"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>",
|
|
442
482
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
443
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
483
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L185"
|
|
444
484
|
},
|
|
445
485
|
{
|
|
446
486
|
"name": "suggested",
|
|
@@ -450,7 +490,7 @@
|
|
|
450
490
|
"description": "",
|
|
451
491
|
"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>",
|
|
452
492
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
453
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
493
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L189"
|
|
454
494
|
}
|
|
455
495
|
],
|
|
456
496
|
"description": ""
|
|
@@ -466,7 +506,7 @@
|
|
|
466
506
|
"description": "",
|
|
467
507
|
"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>",
|
|
468
508
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
469
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
509
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L193"
|
|
470
510
|
},
|
|
471
511
|
{
|
|
472
512
|
"name": "draggableId",
|
|
@@ -476,7 +516,7 @@
|
|
|
476
516
|
"description": "",
|
|
477
517
|
"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>",
|
|
478
518
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
479
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
519
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L212"
|
|
480
520
|
},
|
|
481
521
|
{
|
|
482
522
|
"name": "draggableIndex",
|
|
@@ -486,7 +526,7 @@
|
|
|
486
526
|
"description": "",
|
|
487
527
|
"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>",
|
|
488
528
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
489
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
529
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L216"
|
|
490
530
|
},
|
|
491
531
|
{
|
|
492
532
|
"name": "droppableIn",
|
|
@@ -496,7 +536,7 @@
|
|
|
496
536
|
"description": "",
|
|
497
537
|
"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>",
|
|
498
538
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
499
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
539
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L208"
|
|
500
540
|
},
|
|
501
541
|
{
|
|
502
542
|
"name": "item",
|
|
@@ -506,7 +546,7 @@
|
|
|
506
546
|
"description": "",
|
|
507
547
|
"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>",
|
|
508
548
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
509
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
549
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L181"
|
|
510
550
|
},
|
|
511
551
|
{
|
|
512
552
|
"name": "restoreFocus",
|
|
@@ -516,7 +556,7 @@
|
|
|
516
556
|
"description": "Indicates should focus be restored to the trigger(e.g. Button of Dropdown)\nafter activating this item. If all items return focus to the trigger once activated,\ntry just `restoreFocusOnHide` on `Dropdown` instead.\nif it is `undefined`, it is omitted in onSelect callback.",
|
|
517
557
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Indicates should focus be restored to the trigger(e.g. Button of Dropdown)\nafter activating this item. If all items return focus to the trigger once activated,\ntry just <code>restoreFocusOnHide</code> on <code>Dropdown</code> instead.\nif it is <code>undefined</code>, it is omitted in onSelect callback.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.15.0</p>\n</dd></dl></div>",
|
|
518
558
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
519
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
559
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L201"
|
|
520
560
|
},
|
|
521
561
|
{
|
|
522
562
|
"name": "selected",
|
|
@@ -526,7 +566,7 @@
|
|
|
526
566
|
"description": "",
|
|
527
567
|
"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>",
|
|
528
568
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
529
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
569
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L185"
|
|
530
570
|
},
|
|
531
571
|
{
|
|
532
572
|
"name": "suggested",
|
|
@@ -536,7 +576,7 @@
|
|
|
536
576
|
"description": "",
|
|
537
577
|
"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>",
|
|
538
578
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
539
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
579
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L189"
|
|
540
580
|
}
|
|
541
581
|
],
|
|
542
582
|
"description": ""
|
|
@@ -552,7 +592,7 @@
|
|
|
552
592
|
"description": "",
|
|
553
593
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.5.0</p>\n</dd></dl></div>",
|
|
554
594
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
555
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
595
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L323"
|
|
556
596
|
},
|
|
557
597
|
{
|
|
558
598
|
"name": "currentlyDroppableIn",
|
|
@@ -562,7 +602,17 @@
|
|
|
562
602
|
"description": "",
|
|
563
603
|
"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>",
|
|
564
604
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
565
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
605
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L332"
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"name": "dndInstructionsId",
|
|
609
|
+
"required": true,
|
|
610
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
611
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
612
|
+
"description": "",
|
|
613
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>12.34.2</p>\n</dd></dl></div>",
|
|
614
|
+
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
615
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L336"
|
|
566
616
|
},
|
|
567
617
|
{
|
|
568
618
|
"name": "role",
|
|
@@ -572,7 +622,27 @@
|
|
|
572
622
|
"description": "",
|
|
573
623
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.3.0</p>\n</dd></dl></div>",
|
|
574
624
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
575
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
625
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L360"
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
"name": "onBlurItem",
|
|
629
|
+
"required": true,
|
|
630
|
+
"type": "Function",
|
|
631
|
+
"typeDetail": "on<wbr/>Blur<wbr/>Item<span class=\"tsd-signature-symbol\">(</span>el<span class=\"tsd-signature-symbol\">?: </span><span class=\"tsd-signature-type\">HTMLDivElement</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
632
|
+
"description": "",
|
|
633
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>12.34.2</p>\n</dd></dl></div>",
|
|
634
|
+
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
635
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L348"
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"name": "onFocusItem",
|
|
639
|
+
"required": true,
|
|
640
|
+
"type": "Function",
|
|
641
|
+
"typeDetail": "on<wbr/>Focus<wbr/>Item<span class=\"tsd-signature-symbol\">(</span>el<span class=\"tsd-signature-symbol\">?: </span><span class=\"tsd-signature-type\">HTMLDivElement</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
642
|
+
"description": "",
|
|
643
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>12.34.2</p>\n</dd></dl></div>",
|
|
644
|
+
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
645
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L344"
|
|
576
646
|
},
|
|
577
647
|
{
|
|
578
648
|
"name": "onHoverItem",
|
|
@@ -582,7 +652,7 @@
|
|
|
582
652
|
"description": "",
|
|
583
653
|
"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>",
|
|
584
654
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
585
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
655
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L340"
|
|
586
656
|
},
|
|
587
657
|
{
|
|
588
658
|
"name": "onScrollBottom",
|
|
@@ -592,7 +662,7 @@
|
|
|
592
662
|
"description": "",
|
|
593
663
|
"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>",
|
|
594
664
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
595
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
665
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L352"
|
|
596
666
|
},
|
|
597
667
|
{
|
|
598
668
|
"name": "onSelect",
|
|
@@ -602,7 +672,7 @@
|
|
|
602
672
|
"description": "",
|
|
603
673
|
"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>",
|
|
604
674
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
605
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
675
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L356"
|
|
606
676
|
}
|
|
607
677
|
],
|
|
608
678
|
"description": ""
|
|
@@ -618,7 +688,7 @@
|
|
|
618
688
|
"description": " Usefully for extending navigation behavior with `onKeyboardNavigation`.\n Pay attention that `ref` is `null` on first render.",
|
|
619
689
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p> Usefully for extending navigation behavior with <code>onKeyboardNavigation</code>.\n Pay attention that <code>ref</code> is <code>null</code> on first render.</p>\n</div><div><pre><code>onKeyboardNavigation={(e) => {\n if (e.key === 'Right' || e.key === 'ArrowRight') {\n return navigateRight()\n }\n\n ref.defaultKeyDownNavigationHandler(e)\n}}\n</code></pre>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.5.0</p>\n</dd></dl></div>",
|
|
620
690
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
621
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
691
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L174"
|
|
622
692
|
},
|
|
623
693
|
{
|
|
624
694
|
"name": "el",
|
|
@@ -628,7 +698,7 @@
|
|
|
628
698
|
"description": "",
|
|
629
699
|
"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>",
|
|
630
700
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
631
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
701
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L117"
|
|
632
702
|
},
|
|
633
703
|
{
|
|
634
704
|
"name": "highlight",
|
|
@@ -638,7 +708,7 @@
|
|
|
638
708
|
"description": "",
|
|
639
709
|
"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>",
|
|
640
710
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
641
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
711
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L121"
|
|
642
712
|
},
|
|
643
713
|
{
|
|
644
714
|
"name": "highlightFirst",
|
|
@@ -648,7 +718,7 @@
|
|
|
648
718
|
"description": "",
|
|
649
719
|
"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>",
|
|
650
720
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
651
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
721
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L125"
|
|
652
722
|
},
|
|
653
723
|
{
|
|
654
724
|
"name": "highlightLast",
|
|
@@ -658,7 +728,7 @@
|
|
|
658
728
|
"description": "",
|
|
659
729
|
"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>",
|
|
660
730
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
661
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
731
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L129"
|
|
662
732
|
},
|
|
663
733
|
{
|
|
664
734
|
"name": "highlightSelected",
|
|
@@ -668,7 +738,7 @@
|
|
|
668
738
|
"description": "",
|
|
669
739
|
"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>",
|
|
670
740
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
671
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
741
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L133"
|
|
672
742
|
},
|
|
673
743
|
{
|
|
674
744
|
"name": "highlightSuggested",
|
|
@@ -678,7 +748,7 @@
|
|
|
678
748
|
"description": "",
|
|
679
749
|
"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>",
|
|
680
750
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
681
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
751
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L137"
|
|
682
752
|
},
|
|
683
753
|
{
|
|
684
754
|
"name": "highlighted",
|
|
@@ -688,7 +758,7 @@
|
|
|
688
758
|
"description": "",
|
|
689
759
|
"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>",
|
|
690
760
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
691
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
761
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L141"
|
|
692
762
|
},
|
|
693
763
|
{
|
|
694
764
|
"name": "next",
|
|
@@ -698,7 +768,7 @@
|
|
|
698
768
|
"description": "",
|
|
699
769
|
"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>",
|
|
700
770
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
701
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
771
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L145"
|
|
702
772
|
},
|
|
703
773
|
{
|
|
704
774
|
"name": "prev",
|
|
@@ -708,7 +778,7 @@
|
|
|
708
778
|
"description": "",
|
|
709
779
|
"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>",
|
|
710
780
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
711
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
781
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L149"
|
|
712
782
|
},
|
|
713
783
|
{
|
|
714
784
|
"name": "select",
|
|
@@ -718,7 +788,7 @@
|
|
|
718
788
|
"description": "",
|
|
719
789
|
"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>",
|
|
720
790
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
721
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
791
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L153"
|
|
722
792
|
}
|
|
723
793
|
],
|
|
724
794
|
"description": ""
|
|
@@ -734,7 +804,7 @@
|
|
|
734
804
|
"description": "",
|
|
735
805
|
"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>",
|
|
736
806
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
737
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
807
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L256"
|
|
738
808
|
},
|
|
739
809
|
{
|
|
740
810
|
"name": "className",
|
|
@@ -744,7 +814,7 @@
|
|
|
744
814
|
"description": "",
|
|
745
815
|
"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>",
|
|
746
816
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
747
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
817
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L260"
|
|
748
818
|
}
|
|
749
819
|
],
|
|
750
820
|
"description": ""
|
|
@@ -760,7 +830,7 @@
|
|
|
760
830
|
"description": "",
|
|
761
831
|
"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>",
|
|
762
832
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
763
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
833
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L60"
|
|
764
834
|
},
|
|
765
835
|
{
|
|
766
836
|
"name": "draggableId",
|
|
@@ -770,7 +840,7 @@
|
|
|
770
840
|
"description": "",
|
|
771
841
|
"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>",
|
|
772
842
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
773
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
843
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L49"
|
|
774
844
|
},
|
|
775
845
|
{
|
|
776
846
|
"name": "source",
|
|
@@ -780,7 +850,7 @@
|
|
|
780
850
|
"description": "",
|
|
781
851
|
"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>",
|
|
782
852
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
783
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
853
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L53"
|
|
784
854
|
}
|
|
785
855
|
],
|
|
786
856
|
"description": ""
|
|
@@ -796,7 +866,7 @@
|
|
|
796
866
|
"description": "",
|
|
797
867
|
"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>",
|
|
798
868
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
799
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
869
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L34"
|
|
800
870
|
},
|
|
801
871
|
{
|
|
802
872
|
"name": "event",
|
|
@@ -806,7 +876,7 @@
|
|
|
806
876
|
"description": "",
|
|
807
877
|
"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>",
|
|
808
878
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
809
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
879
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L20"
|
|
810
880
|
},
|
|
811
881
|
{
|
|
812
882
|
"name": "group",
|
|
@@ -816,7 +886,7 @@
|
|
|
816
886
|
"description": "",
|
|
817
887
|
"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>",
|
|
818
888
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
819
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
889
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L26"
|
|
820
890
|
},
|
|
821
891
|
{
|
|
822
892
|
"name": "item",
|
|
@@ -826,7 +896,7 @@
|
|
|
826
896
|
"description": "",
|
|
827
897
|
"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>",
|
|
828
898
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
829
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
899
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L30"
|
|
830
900
|
},
|
|
831
901
|
{
|
|
832
902
|
"name": "restoreFocus",
|
|
@@ -836,7 +906,7 @@
|
|
|
836
906
|
"description": "Indicates should focus be restored to the trigger(e.g. Button of Dropdown)\nafter activating this item. If all items return focus to the trigger once activated,\ntry just `restoreFocusOnHide` on `Dropdown` instead.\nif it is `undefined`, it is omitted in onSelect callback.",
|
|
837
907
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Indicates should focus be restored to the trigger(e.g. Button of Dropdown)\nafter activating this item. If all items return focus to the trigger once activated,\ntry just <code>restoreFocusOnHide</code> on <code>Dropdown</code> instead.\nif it is <code>undefined</code>, it is omitted in onSelect callback.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.15.0</p>\n</dd></dl></div>",
|
|
838
908
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
839
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
909
|
+
"sourceUrl": "https://github.com/procore/core/blob/a16208b/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L42"
|
|
840
910
|
}
|
|
841
911
|
],
|
|
842
912
|
"description": ""
|