@procore/core-react 12.51.0 → 12.53.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 +36 -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 +6 -6
- package/dist/Breadcrumbs/Breadcrumbs.styles.js.map +1 -1
- 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/DateSelect/DateSelect.js +8 -2
- package/dist/DateSelect/DateSelect.js.map +1 -1
- 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 +21 -19
- package/dist/Form/Form.styles.js.map +1 -1
- 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.js +9 -1
- package/dist/MenuImperative/MenuImperative.js.map +1 -1
- package/dist/MenuImperative/MenuImperative.styles.js +11 -11
- package/dist/MenuImperative/MenuImperative.types.d.ts +8 -0
- package/dist/MenuImperative/MenuImperative.types.js.map +1 -1
- package/dist/MenuImperative/sensors.d.ts +1 -0
- package/dist/MenuImperative/sensors.js +8 -0
- package/dist/MenuImperative/sensors.js.map +1 -1
- package/dist/Modal/Modal.styles.js +13 -13
- package/dist/MultiSelect/MultiSelect.js +64 -5
- package/dist/MultiSelect/MultiSelect.js.map +1 -1
- package/dist/MultiSelect/MultiSelect.styles.js +8 -8
- package/dist/MultiSelect/MultiSelect.types.d.ts +9 -0
- package/dist/MultiSelect/MultiSelect.types.js.map +1 -1
- 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.d.ts +1 -0
- package/dist/SegmentedController/SegmentedController.styles.js +11 -9
- package/dist/SegmentedController/SegmentedController.styles.js.map +1 -1
- 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.context.js +45 -7
- package/dist/SplitViewCard/SplitViewCard.context.js.map +1 -1
- package/dist/SplitViewCard/SplitViewCard.js +9 -14
- package/dist/SplitViewCard/SplitViewCard.js.map +1 -1
- package/dist/SplitViewCard/SplitViewCard.styles.js +16 -12
- package/dist/SplitViewCard/SplitViewCard.styles.js.map +1 -1
- package/dist/SplitViewCard/SplitViewCard.types.js.map +1 -1
- package/dist/SuperSelect/SuperSelect.presets.styles.js +1 -1
- package/dist/SuperSelect/SuperSelect.styles.js +40 -40
- package/dist/SuperSelect/useSuperSelect.js +1 -3
- package/dist/SuperSelect/useSuperSelect.js.map +1 -1
- 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/LeafSelectionTieredSelect.js +3 -1
- package/dist/TieredSelect/LeafSelectionTieredSelect.js.map +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 +10 -7
- package/dist/Toast/Toast.styles.js.map +1 -1
- 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.js +2 -1
- package/dist/Typeahead/Typeahead.js.map +1 -1
- package/dist/Typeahead/Typeahead.styles.d.ts +3 -1
- package/dist/Typeahead/Typeahead.styles.js +7 -5
- package/dist/Typeahead/Typeahead.styles.js.map +1 -1
- package/dist/Typography/Typography.styles.js +1 -1
- package/dist/Typography/Typography.table.story.js +2 -2
- package/dist/_hooks/I18n.d.ts +155 -76
- package/dist/_locales/de-DE.json +7 -1
- package/dist/_locales/en-AU.json +7 -1
- package/dist/_locales/en-CA.json +7 -1
- package/dist/_locales/en-GB.json +7 -1
- package/dist/_locales/en.json +7 -1
- package/dist/_locales/es-ES.json +7 -1
- package/dist/_locales/es.json +9 -3
- package/dist/_locales/fr-CA.json +7 -1
- package/dist/_locales/fr-FR.json +7 -1
- package/dist/_locales/is-IS.json +7 -1
- package/dist/_locales/it-IT.json +7 -1
- package/dist/_locales/ja-JP.json +7 -1
- package/dist/_locales/nb-NO.json +7 -1
- package/dist/_locales/pl-PL.json +7 -1
- package/dist/_locales/pseudo.json +8 -2
- package/dist/_locales/pt-BR.json +7 -1
- package/dist/_locales/pt-PT.json +9 -3
- package/dist/_locales/th-TH.json +7 -1
- package/dist/_locales/zh-SG.json +7 -1
- package/dist/_locales/zh-TW.json +7 -1
- package/dist/_storyHelpers_/components/Deprecation.styles.js +1 -1
- package/dist/_storyHelpers_/components/StoryGrid.js +4 -4
- package/dist/_storyHelpers_/components/StoryGrid.js.map +1 -1
- 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 +104 -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
|
@@ -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/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L370"
|
|
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/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L374"
|
|
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/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L379"
|
|
40
40
|
}
|
|
41
41
|
],
|
|
42
42
|
"description": ""
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"description": "",
|
|
53
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
54
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
55
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
55
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L304"
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
58
|
"name": "aria-labelledby",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"description": "",
|
|
63
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
64
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
65
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
65
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L308"
|
|
66
66
|
},
|
|
67
67
|
{
|
|
68
68
|
"name": "aria-multiselectable",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"description": "",
|
|
73
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
74
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
75
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
75
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L316"
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
78
|
"name": "children",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"description": "",
|
|
83
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>",
|
|
84
84
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
85
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
85
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L300"
|
|
86
86
|
},
|
|
87
87
|
{
|
|
88
88
|
"name": "id",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"description": "",
|
|
93
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>",
|
|
94
94
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
95
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
95
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L296"
|
|
96
96
|
},
|
|
97
97
|
{
|
|
98
98
|
"name": "role",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"description": "",
|
|
103
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
104
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
105
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
105
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L312"
|
|
106
106
|
}
|
|
107
107
|
],
|
|
108
108
|
"description": ""
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"description": "",
|
|
119
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>",
|
|
120
120
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
121
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
121
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/Box/Box.types.ts#L118"
|
|
122
122
|
},
|
|
123
123
|
{
|
|
124
124
|
"name": "alignItems",
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"description": "",
|
|
129
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>",
|
|
130
130
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
131
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
131
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/Box/Box.types.ts#L122"
|
|
132
132
|
},
|
|
133
133
|
{
|
|
134
134
|
"name": "alignSelf",
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"description": "",
|
|
139
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>",
|
|
140
140
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
141
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
141
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/Box/Box.types.ts#L126"
|
|
142
142
|
},
|
|
143
143
|
{
|
|
144
144
|
"name": "children",
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"description": "",
|
|
149
149
|
"descriptionHtml": "",
|
|
150
150
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
151
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
151
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/_utils/types.ts#L42"
|
|
152
152
|
},
|
|
153
153
|
{
|
|
154
154
|
"name": "className",
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"description": "Additional classNames",
|
|
159
159
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
160
160
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
161
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
161
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/_utils/types.ts#L47"
|
|
162
162
|
},
|
|
163
163
|
{
|
|
164
164
|
"name": "display",
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
"description": "",
|
|
169
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>",
|
|
170
170
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
171
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
171
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/Box/Box.types.ts#L146"
|
|
172
172
|
},
|
|
173
173
|
{
|
|
174
174
|
"name": "flex",
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
"description": "Alias to the `flex` property on a flexbox child.",
|
|
179
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>",
|
|
180
180
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
181
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
181
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/Box/Box.types.ts#L152"
|
|
182
182
|
},
|
|
183
183
|
{
|
|
184
184
|
"name": "flexBasis",
|
|
@@ -188,7 +188,7 @@
|
|
|
188
188
|
"description": "Alias to the `basis` property on a flexbox child.",
|
|
189
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>",
|
|
190
190
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
191
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
191
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/Box/Box.types.ts#L158"
|
|
192
192
|
},
|
|
193
193
|
{
|
|
194
194
|
"name": "flexDirection",
|
|
@@ -198,7 +198,7 @@
|
|
|
198
198
|
"description": "Alias to the `direction` property on a flexbox child.",
|
|
199
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>",
|
|
200
200
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
201
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
201
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/Box/Box.types.ts#L164"
|
|
202
202
|
},
|
|
203
203
|
{
|
|
204
204
|
"name": "flexGrow",
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
"description": "Alias to the `grow` property on a flexbox child.",
|
|
209
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>",
|
|
210
210
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
211
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
211
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/Box/Box.types.ts#L170"
|
|
212
212
|
},
|
|
213
213
|
{
|
|
214
214
|
"name": "flexShrink",
|
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
"description": "Alias to the `shrink` property on a flexbox child.",
|
|
219
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>",
|
|
220
220
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
221
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
221
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/Box/Box.types.ts#L176"
|
|
222
222
|
},
|
|
223
223
|
{
|
|
224
224
|
"name": "flexWrap",
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
"description": "Alias to the `wrap` property on a flexbox child.",
|
|
229
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>",
|
|
230
230
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
231
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
231
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/Box/Box.types.ts#L182"
|
|
232
232
|
},
|
|
233
233
|
{
|
|
234
234
|
"name": "gap",
|
|
@@ -238,7 +238,7 @@
|
|
|
238
238
|
"description": "* Alias to the `gap` property on a flexbox child.",
|
|
239
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>",
|
|
240
240
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
241
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
241
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/Box/Box.types.ts#L188"
|
|
242
242
|
},
|
|
243
243
|
{
|
|
244
244
|
"name": "justifyContent",
|
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
"description": "",
|
|
249
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>",
|
|
250
250
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
251
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
251
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/Box/Box.types.ts#L130"
|
|
252
252
|
},
|
|
253
253
|
{
|
|
254
254
|
"name": "margin",
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
"description": "",
|
|
259
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>",
|
|
260
260
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
261
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
261
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/Box/Box.types.ts#L69"
|
|
262
262
|
},
|
|
263
263
|
{
|
|
264
264
|
"name": "marginBottom",
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
"description": "",
|
|
269
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>",
|
|
270
270
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
271
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
271
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/Box/Box.types.ts#L73"
|
|
272
272
|
},
|
|
273
273
|
{
|
|
274
274
|
"name": "marginLeft",
|
|
@@ -278,7 +278,7 @@
|
|
|
278
278
|
"description": "",
|
|
279
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>",
|
|
280
280
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
281
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
281
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/Box/Box.types.ts#L77"
|
|
282
282
|
},
|
|
283
283
|
{
|
|
284
284
|
"name": "marginRight",
|
|
@@ -288,7 +288,7 @@
|
|
|
288
288
|
"description": "",
|
|
289
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>",
|
|
290
290
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
291
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
291
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/Box/Box.types.ts#L81"
|
|
292
292
|
},
|
|
293
293
|
{
|
|
294
294
|
"name": "marginTop",
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
"description": "",
|
|
299
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>",
|
|
300
300
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
301
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
301
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/Box/Box.types.ts#L85"
|
|
302
302
|
},
|
|
303
303
|
{
|
|
304
304
|
"name": "order",
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
"description": "Alias to the `order` property on a flexbox child.",
|
|
309
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>",
|
|
310
310
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
311
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
311
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/Box/Box.types.ts#L194"
|
|
312
312
|
},
|
|
313
313
|
{
|
|
314
314
|
"name": "padding",
|
|
@@ -318,7 +318,7 @@
|
|
|
318
318
|
"description": "",
|
|
319
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>",
|
|
320
320
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
321
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
321
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/Box/Box.types.ts#L92"
|
|
322
322
|
},
|
|
323
323
|
{
|
|
324
324
|
"name": "paddingBottom",
|
|
@@ -328,7 +328,7 @@
|
|
|
328
328
|
"description": "",
|
|
329
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>",
|
|
330
330
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
331
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
331
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/Box/Box.types.ts#L96"
|
|
332
332
|
},
|
|
333
333
|
{
|
|
334
334
|
"name": "paddingLeft",
|
|
@@ -338,7 +338,7 @@
|
|
|
338
338
|
"description": "",
|
|
339
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>",
|
|
340
340
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
341
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
341
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/Box/Box.types.ts#L100"
|
|
342
342
|
},
|
|
343
343
|
{
|
|
344
344
|
"name": "paddingRight",
|
|
@@ -348,7 +348,7 @@
|
|
|
348
348
|
"description": "",
|
|
349
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>",
|
|
350
350
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
351
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
351
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/Box/Box.types.ts#L104"
|
|
352
352
|
},
|
|
353
353
|
{
|
|
354
354
|
"name": "paddingTop",
|
|
@@ -358,7 +358,7 @@
|
|
|
358
358
|
"description": "",
|
|
359
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>",
|
|
360
360
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
361
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
361
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/Box/Box.types.ts#L108"
|
|
362
362
|
},
|
|
363
363
|
{
|
|
364
364
|
"name": "style",
|
|
@@ -368,7 +368,7 @@
|
|
|
368
368
|
"description": "Additional CSS styles",
|
|
369
369
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
370
370
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
371
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
371
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/_utils/types.ts#L52"
|
|
372
372
|
},
|
|
373
373
|
{
|
|
374
374
|
"name": "tabIndex",
|
|
@@ -378,7 +378,7 @@
|
|
|
378
378
|
"description": "",
|
|
379
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>",
|
|
380
380
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
381
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
381
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/Box/Box.types.ts#L198"
|
|
382
382
|
},
|
|
383
383
|
{
|
|
384
384
|
"name": "textAlign",
|
|
@@ -388,7 +388,7 @@
|
|
|
388
388
|
"description": "",
|
|
389
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>",
|
|
390
390
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
391
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
391
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/Box/Box.types.ts#L202"
|
|
392
392
|
}
|
|
393
393
|
],
|
|
394
394
|
"description": ""
|
|
@@ -404,7 +404,7 @@
|
|
|
404
404
|
"description": "",
|
|
405
405
|
"descriptionHtml": "",
|
|
406
406
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
407
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
407
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/_utils/types.ts#L42"
|
|
408
408
|
},
|
|
409
409
|
{
|
|
410
410
|
"name": "className",
|
|
@@ -414,7 +414,7 @@
|
|
|
414
414
|
"description": "Additional classNames",
|
|
415
415
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
416
416
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
417
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
417
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/_utils/types.ts#L47"
|
|
418
418
|
},
|
|
419
419
|
{
|
|
420
420
|
"name": "style",
|
|
@@ -424,7 +424,7 @@
|
|
|
424
424
|
"description": "Additional CSS styles",
|
|
425
425
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
426
426
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
427
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
427
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/_utils/types.ts#L52"
|
|
428
428
|
},
|
|
429
429
|
{
|
|
430
430
|
"name": "tabIndex",
|
|
@@ -434,7 +434,7 @@
|
|
|
434
434
|
"description": "",
|
|
435
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>",
|
|
436
436
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
437
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
437
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L289"
|
|
438
438
|
}
|
|
439
439
|
],
|
|
440
440
|
"description": ""
|
|
@@ -450,7 +450,7 @@
|
|
|
450
450
|
"description": "",
|
|
451
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>",
|
|
452
452
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
453
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
453
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L193"
|
|
454
454
|
},
|
|
455
455
|
{
|
|
456
456
|
"name": "item",
|
|
@@ -460,7 +460,7 @@
|
|
|
460
460
|
"description": "",
|
|
461
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>",
|
|
462
462
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
463
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
463
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L181"
|
|
464
464
|
},
|
|
465
465
|
{
|
|
466
466
|
"name": "restoreFocus",
|
|
@@ -471,7 +471,7 @@
|
|
|
471
471
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>a11y</dt><dd><p>Focus will be restored to the trigger after after activating this item.\nUse <code>Dropdown restoreFocusOnHide</code> instead if all items return focus to the trigger once activated.</p>\n</dd><dt>since</dt><dd><p>11.15.0</p>\n</dd></dl></div>",
|
|
472
472
|
"a11y": "Focus will be restored to the trigger after after activating this item.\nUse `Dropdown restoreFocusOnHide` instead if all items return focus to the trigger once activated.",
|
|
473
473
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
474
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
474
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L199"
|
|
475
475
|
},
|
|
476
476
|
{
|
|
477
477
|
"name": "selected",
|
|
@@ -481,7 +481,7 @@
|
|
|
481
481
|
"description": "",
|
|
482
482
|
"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>",
|
|
483
483
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
484
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
484
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L185"
|
|
485
485
|
},
|
|
486
486
|
{
|
|
487
487
|
"name": "suggested",
|
|
@@ -491,7 +491,7 @@
|
|
|
491
491
|
"description": "",
|
|
492
492
|
"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>",
|
|
493
493
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
494
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
494
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L189"
|
|
495
495
|
}
|
|
496
496
|
],
|
|
497
497
|
"description": ""
|
|
@@ -507,7 +507,7 @@
|
|
|
507
507
|
"description": "",
|
|
508
508
|
"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>",
|
|
509
509
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
510
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
510
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L193"
|
|
511
511
|
},
|
|
512
512
|
{
|
|
513
513
|
"name": "draggableId",
|
|
@@ -517,7 +517,7 @@
|
|
|
517
517
|
"description": "",
|
|
518
518
|
"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>",
|
|
519
519
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
520
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
520
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L210"
|
|
521
521
|
},
|
|
522
522
|
{
|
|
523
523
|
"name": "draggableIndex",
|
|
@@ -527,7 +527,7 @@
|
|
|
527
527
|
"description": "",
|
|
528
528
|
"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>",
|
|
529
529
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
530
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
530
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L214"
|
|
531
531
|
},
|
|
532
532
|
{
|
|
533
533
|
"name": "droppableIn",
|
|
@@ -537,7 +537,7 @@
|
|
|
537
537
|
"description": "",
|
|
538
538
|
"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>",
|
|
539
539
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
540
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
540
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L206"
|
|
541
541
|
},
|
|
542
542
|
{
|
|
543
543
|
"name": "item",
|
|
@@ -547,7 +547,7 @@
|
|
|
547
547
|
"description": "",
|
|
548
548
|
"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>",
|
|
549
549
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
550
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
550
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L181"
|
|
551
551
|
},
|
|
552
552
|
{
|
|
553
553
|
"name": "restoreFocus",
|
|
@@ -558,7 +558,7 @@
|
|
|
558
558
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>a11y</dt><dd><p>Focus will be restored to the trigger after after activating this item.\nUse <code>Dropdown restoreFocusOnHide</code> instead if all items return focus to the trigger once activated.</p>\n</dd><dt>since</dt><dd><p>11.15.0</p>\n</dd></dl></div>",
|
|
559
559
|
"a11y": "Focus will be restored to the trigger after after activating this item.\nUse `Dropdown restoreFocusOnHide` instead if all items return focus to the trigger once activated.",
|
|
560
560
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
561
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
561
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L199"
|
|
562
562
|
},
|
|
563
563
|
{
|
|
564
564
|
"name": "selected",
|
|
@@ -568,7 +568,7 @@
|
|
|
568
568
|
"description": "",
|
|
569
569
|
"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>",
|
|
570
570
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
571
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
571
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L185"
|
|
572
572
|
},
|
|
573
573
|
{
|
|
574
574
|
"name": "suggested",
|
|
@@ -578,7 +578,7 @@
|
|
|
578
578
|
"description": "",
|
|
579
579
|
"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>",
|
|
580
580
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
581
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
581
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L189"
|
|
582
582
|
}
|
|
583
583
|
],
|
|
584
584
|
"description": ""
|
|
@@ -594,7 +594,7 @@
|
|
|
594
594
|
"description": "",
|
|
595
595
|
"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>",
|
|
596
596
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
597
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
597
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L325"
|
|
598
598
|
},
|
|
599
599
|
{
|
|
600
600
|
"name": "currentlyDroppableIn",
|
|
@@ -604,7 +604,7 @@
|
|
|
604
604
|
"description": "",
|
|
605
605
|
"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>",
|
|
606
606
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
607
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
607
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L334"
|
|
608
608
|
},
|
|
609
609
|
{
|
|
610
610
|
"name": "dndInstructionsId",
|
|
@@ -614,7 +614,7 @@
|
|
|
614
614
|
"description": "",
|
|
615
615
|
"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>",
|
|
616
616
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
617
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
617
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L338"
|
|
618
618
|
},
|
|
619
619
|
{
|
|
620
620
|
"name": "role",
|
|
@@ -624,7 +624,7 @@
|
|
|
624
624
|
"description": "",
|
|
625
625
|
"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>",
|
|
626
626
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
627
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
627
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L366"
|
|
628
628
|
},
|
|
629
629
|
{
|
|
630
630
|
"name": "onBlurItem",
|
|
@@ -634,7 +634,7 @@
|
|
|
634
634
|
"description": "",
|
|
635
635
|
"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>",
|
|
636
636
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
637
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
637
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L350"
|
|
638
638
|
},
|
|
639
639
|
{
|
|
640
640
|
"name": "onFocusItem",
|
|
@@ -644,7 +644,7 @@
|
|
|
644
644
|
"description": "",
|
|
645
645
|
"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>",
|
|
646
646
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
647
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
647
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L346"
|
|
648
648
|
},
|
|
649
649
|
{
|
|
650
650
|
"name": "onHoverItem",
|
|
@@ -654,7 +654,17 @@
|
|
|
654
654
|
"description": "",
|
|
655
655
|
"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>",
|
|
656
656
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
657
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
657
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L342"
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"name": "onMouseLeaveItems",
|
|
661
|
+
"required": true,
|
|
662
|
+
"type": "Function",
|
|
663
|
+
"typeDetail": "on<wbr/>Mouse<wbr/>Leave<wbr/>Items<span class=\"tsd-signature-symbol\">(</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
664
|
+
"description": "",
|
|
665
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>12.51.1</p>\n</dd></dl></div>",
|
|
666
|
+
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
667
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L354"
|
|
658
668
|
},
|
|
659
669
|
{
|
|
660
670
|
"name": "onScrollBottom",
|
|
@@ -664,7 +674,7 @@
|
|
|
664
674
|
"description": "",
|
|
665
675
|
"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>",
|
|
666
676
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
667
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
677
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L358"
|
|
668
678
|
},
|
|
669
679
|
{
|
|
670
680
|
"name": "onSelect",
|
|
@@ -674,7 +684,7 @@
|
|
|
674
684
|
"description": "",
|
|
675
685
|
"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>",
|
|
676
686
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
677
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
687
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L362"
|
|
678
688
|
}
|
|
679
689
|
],
|
|
680
690
|
"description": ""
|
|
@@ -690,7 +700,7 @@
|
|
|
690
700
|
"description": " Usefully for extending navigation behavior with `onKeyboardNavigation`.\n Pay attention that `ref` is `null` on first render.",
|
|
691
701
|
"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>",
|
|
692
702
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
693
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
703
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L174"
|
|
694
704
|
},
|
|
695
705
|
{
|
|
696
706
|
"name": "el",
|
|
@@ -700,7 +710,7 @@
|
|
|
700
710
|
"description": "",
|
|
701
711
|
"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>",
|
|
702
712
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
703
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
713
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L117"
|
|
704
714
|
},
|
|
705
715
|
{
|
|
706
716
|
"name": "highlight",
|
|
@@ -710,7 +720,7 @@
|
|
|
710
720
|
"description": "",
|
|
711
721
|
"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>",
|
|
712
722
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
713
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
723
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L121"
|
|
714
724
|
},
|
|
715
725
|
{
|
|
716
726
|
"name": "highlightFirst",
|
|
@@ -720,7 +730,7 @@
|
|
|
720
730
|
"description": "",
|
|
721
731
|
"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>",
|
|
722
732
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
723
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
733
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L125"
|
|
724
734
|
},
|
|
725
735
|
{
|
|
726
736
|
"name": "highlightLast",
|
|
@@ -730,7 +740,7 @@
|
|
|
730
740
|
"description": "",
|
|
731
741
|
"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>",
|
|
732
742
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
733
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
743
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L129"
|
|
734
744
|
},
|
|
735
745
|
{
|
|
736
746
|
"name": "highlightSelected",
|
|
@@ -740,7 +750,7 @@
|
|
|
740
750
|
"description": "",
|
|
741
751
|
"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>",
|
|
742
752
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
743
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
753
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L133"
|
|
744
754
|
},
|
|
745
755
|
{
|
|
746
756
|
"name": "highlightSuggested",
|
|
@@ -750,7 +760,7 @@
|
|
|
750
760
|
"description": "",
|
|
751
761
|
"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>",
|
|
752
762
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
753
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
763
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L137"
|
|
754
764
|
},
|
|
755
765
|
{
|
|
756
766
|
"name": "highlighted",
|
|
@@ -760,7 +770,7 @@
|
|
|
760
770
|
"description": "",
|
|
761
771
|
"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
772
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
763
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
773
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L141"
|
|
764
774
|
},
|
|
765
775
|
{
|
|
766
776
|
"name": "next",
|
|
@@ -770,7 +780,7 @@
|
|
|
770
780
|
"description": "",
|
|
771
781
|
"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
782
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
773
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
783
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L145"
|
|
774
784
|
},
|
|
775
785
|
{
|
|
776
786
|
"name": "prev",
|
|
@@ -780,7 +790,7 @@
|
|
|
780
790
|
"description": "",
|
|
781
791
|
"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
792
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
783
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
793
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L149"
|
|
784
794
|
},
|
|
785
795
|
{
|
|
786
796
|
"name": "select",
|
|
@@ -790,7 +800,7 @@
|
|
|
790
800
|
"description": "",
|
|
791
801
|
"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>",
|
|
792
802
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
793
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
803
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L153"
|
|
794
804
|
}
|
|
795
805
|
],
|
|
796
806
|
"description": ""
|
|
@@ -806,7 +816,7 @@
|
|
|
806
816
|
"description": "",
|
|
807
817
|
"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
818
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
809
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
819
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L254"
|
|
810
820
|
},
|
|
811
821
|
{
|
|
812
822
|
"name": "className",
|
|
@@ -816,7 +826,17 @@
|
|
|
816
826
|
"description": "",
|
|
817
827
|
"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
828
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
819
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
829
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L258"
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
"name": "onMouseLeave",
|
|
833
|
+
"required": false,
|
|
834
|
+
"type": "<span class=\"tsd-signature-type\">MouseEventHandler</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">HTMLDivElement</span><span class=\"tsd-signature-symbol\">></span>",
|
|
835
|
+
"typeDetail": "<span class=\"tsd-signature-type\">MouseEventHandler</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">HTMLDivElement</span><span class=\"tsd-signature-symbol\">></span>",
|
|
836
|
+
"description": "",
|
|
837
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>12.51.1</p>\n</dd></dl></div>",
|
|
838
|
+
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
839
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L262"
|
|
820
840
|
}
|
|
821
841
|
],
|
|
822
842
|
"description": ""
|
|
@@ -832,7 +852,7 @@
|
|
|
832
852
|
"description": "",
|
|
833
853
|
"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>",
|
|
834
854
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
835
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
855
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L60"
|
|
836
856
|
},
|
|
837
857
|
{
|
|
838
858
|
"name": "draggableId",
|
|
@@ -842,7 +862,7 @@
|
|
|
842
862
|
"description": "",
|
|
843
863
|
"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>",
|
|
844
864
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
845
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
865
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L49"
|
|
846
866
|
},
|
|
847
867
|
{
|
|
848
868
|
"name": "source",
|
|
@@ -852,7 +872,7 @@
|
|
|
852
872
|
"description": "",
|
|
853
873
|
"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>",
|
|
854
874
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
855
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
875
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L53"
|
|
856
876
|
}
|
|
857
877
|
],
|
|
858
878
|
"description": ""
|
|
@@ -868,7 +888,7 @@
|
|
|
868
888
|
"description": "",
|
|
869
889
|
"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>",
|
|
870
890
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
871
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
891
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L34"
|
|
872
892
|
},
|
|
873
893
|
{
|
|
874
894
|
"name": "event",
|
|
@@ -878,7 +898,7 @@
|
|
|
878
898
|
"description": "",
|
|
879
899
|
"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>",
|
|
880
900
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
881
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
901
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L20"
|
|
882
902
|
},
|
|
883
903
|
{
|
|
884
904
|
"name": "group",
|
|
@@ -888,7 +908,7 @@
|
|
|
888
908
|
"description": "",
|
|
889
909
|
"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>",
|
|
890
910
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
891
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
911
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L26"
|
|
892
912
|
},
|
|
893
913
|
{
|
|
894
914
|
"name": "item",
|
|
@@ -898,7 +918,7 @@
|
|
|
898
918
|
"description": "",
|
|
899
919
|
"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>",
|
|
900
920
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
901
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
921
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L30"
|
|
902
922
|
},
|
|
903
923
|
{
|
|
904
924
|
"name": "restoreFocus",
|
|
@@ -908,7 +928,7 @@
|
|
|
908
928
|
"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.",
|
|
909
929
|
"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>",
|
|
910
930
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
911
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
931
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L42"
|
|
912
932
|
}
|
|
913
933
|
],
|
|
914
934
|
"description": ""
|