@procore/core-react 12.44.0 → 12.45.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 +20 -0
- package/dist/AnchorNavigation/AnchorNavigation.js +12 -8
- package/dist/AnchorNavigation/AnchorNavigation.js.map +1 -1
- package/dist/AnchorNavigation/AnchorNavigation.styles.js +5 -5
- package/dist/AnchorNavigation/AnchorNavigation.styles.js.map +1 -1
- package/dist/AnchorNavigation/AnchorNavigation.types.d.ts +1 -0
- package/dist/AnchorNavigation/AnchorNavigation.types.js.map +1 -1
- package/dist/Avatar/Avatar.styles.js +5 -5
- package/dist/AvatarStack/AvatarStack.js +3 -1
- package/dist/AvatarStack/AvatarStack.js.map +1 -1
- 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 +5 -0
- package/dist/Button/Button.types.js.map +1 -1
- package/dist/Calendar/Calendar.styles.js +9 -9
- package/dist/Card/Card.styles.js +1 -1
- package/dist/Checkbox/Checkbox.styles.js +6 -6
- package/dist/ContactItem/ContactItem.styles.js +5 -5
- package/dist/Content/Content.styles.js +2 -2
- package/dist/DateInput/DateInput.styles.js +6 -6
- package/dist/DetailPage/DetailPage.styles.js +7 -7
- package/dist/Dropdown/Dropdown.js +5 -2
- package/dist/Dropdown/Dropdown.js.map +1 -1
- package/dist/Dropdown/Dropdown.styles.js +3 -3
- package/dist/Dropdown/Dropdown.types.d.ts +1 -1
- package/dist/Dropdown/Dropdown.types.js.map +1 -1
- 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.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.js +11 -4
- package/dist/Form/Form.js.map +1 -1
- package/dist/Form/Form.styles.d.ts +518 -8
- package/dist/Form/Form.styles.js +15 -15
- package/dist/Form/Form.styles.js.map +1 -1
- package/dist/Form/Form.types.d.ts +2 -3
- package/dist/Form/Form.types.js.map +1 -1
- package/dist/Form/StyledFormikForm.styles.js +2 -2
- package/dist/Form/stories/util.js +3 -14
- package/dist/Form/stories/util.js.map +1 -1
- 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 +6 -4
- package/dist/MenuImperative/MenuImperative.js.map +1 -1
- package/dist/MenuImperative/MenuImperative.styles.js +13 -13
- package/dist/MenuImperative/MenuImperative.styles.js.map +1 -1
- package/dist/MenuImperative/MenuImperative.types.d.ts +2 -4
- package/dist/MenuImperative/MenuImperative.types.js.map +1 -1
- package/dist/Modal/Modal.styles.js +13 -13
- package/dist/MultiSelect/MultiSelect.js +0 -2
- 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/OverlayTrigger.js +6 -0
- package/dist/OverlayTrigger/OverlayTrigger.js.map +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.js +0 -1
- package/dist/PillSelect/PillSelect.js.map +1 -1
- package/dist/PillSelect/PillSelect.styles.js +4 -4
- package/dist/Popover/Popover.styles.js +2 -2
- package/dist/Portal/Portal.styles.js +1 -1
- package/dist/ProgressBar/ProgressBar.styles.js +2 -2
- package/dist/RadioButton/RadioButton.styles.js +3 -3
- package/dist/Required/Required.styles.js +3 -3
- package/dist/Search/Search.styles.js +5 -5
- package/dist/Section/Section.styles.js +7 -7
- package/dist/SegmentedController/SegmentedController.styles.js +4 -4
- package/dist/Select/Select.js +2 -1
- package/dist/Select/Select.js.map +1 -1
- package/dist/Select/Select.styles.js +8 -8
- package/dist/Semantic/Semantic.styles.js +9 -9
- package/dist/Slider/Slider.js +4 -1
- package/dist/Slider/Slider.js.map +1 -1
- package/dist/Slider/Slider.styles.d.ts +5 -1
- package/dist/Slider/Slider.styles.js +16 -11
- package/dist/Slider/Slider.styles.js.map +1 -1
- package/dist/Spinner/Spinner.styles.js +7 -7
- package/dist/SplitViewCard/SplitViewCard.styles.js +8 -8
- package/dist/SuperSelect/SuperSelect.presets.styles.js +1 -1
- package/dist/SuperSelect/SuperSelect.styles.js +39 -39
- package/dist/Switch/Switch.styles.js +4 -4
- package/dist/Table/Table.js +19 -14
- package/dist/Table/Table.js.map +1 -1
- package/dist/Table/Table.styles.d.ts +10 -9
- package/dist/Table/Table.styles.js +43 -39
- package/dist/Table/Table.styles.js.map +1 -1
- package/dist/TableShelf/TableShelf.styles.js +5 -5
- package/dist/Tabs/Tabs.js +41 -28
- package/dist/Tabs/Tabs.js.map +1 -1
- package/dist/Tabs/Tabs.styles.d.ts +6 -0
- package/dist/Tabs/Tabs.styles.js +29 -20
- package/dist/Tabs/Tabs.styles.js.map +1 -1
- package/dist/Tabs/Tabs.types.d.ts +8 -0
- package/dist/Tabs/Tabs.types.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 +4 -0
- package/dist/Thumbnail/Thumbnail.js.map +1 -1
- package/dist/Thumbnail/Thumbnail.styles.js +17 -17
- package/dist/Thumbnail/Thumbnail.types.d.ts +12 -0
- package/dist/Thumbnail/Thumbnail.types.js.map +1 -1
- package/dist/Thumbnail/ThumbnailCaption.d.ts +1 -1
- package/dist/Thumbnail/ThumbnailCaption.js +15 -7
- package/dist/Thumbnail/ThumbnailCaption.js.map +1 -1
- package/dist/ThumbnailGrid/ThumbnailGrid.styles.js +7 -7
- package/dist/TieredSelect/TieredSelect.styles.js +9 -9
- package/dist/Tile/Tile.styles.js +8 -8
- package/dist/Title/Title.styles.js +7 -7
- package/dist/Toast/Toast.styles.js +3 -3
- package/dist/ToggleButton/ToggleButton.styles.js +1 -1
- package/dist/Token/Token.styles.js +3 -3
- 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 +1 -1
- package/dist/Tree/Tree.styles.js +10 -10
- 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/_hooks/I18n.d.ts +744 -30
- package/dist/_locales/de-DE.json +20 -2
- package/dist/_locales/en-AU.json +20 -2
- package/dist/_locales/en-CA.json +20 -2
- package/dist/_locales/en-GB.json +20 -2
- package/dist/_locales/en.json +1 -0
- package/dist/_locales/es-ES.json +21 -3
- package/dist/_locales/es.json +20 -2
- package/dist/_locales/fr-CA.json +21 -3
- package/dist/_locales/fr-FR.json +26 -8
- package/dist/_locales/is-IS.json +20 -2
- package/dist/_locales/it-IT.json +20 -2
- package/dist/_locales/ja-JP.json +21 -3
- package/dist/_locales/nb-NO.json +410 -1
- package/dist/_locales/pl-PL.json +20 -2
- package/dist/_locales/pseudo.json +1 -0
- package/dist/_locales/pt-BR.json +20 -2
- package/dist/_locales/pt-PT.json +23 -5
- package/dist/_locales/th-TH.json +20 -2
- package/dist/_locales/zh-SG.json +20 -2
- package/dist/_locales/zh-TW.json +23 -5
- package/dist/_storyHelpers_/components/Deprecation.styles.js +1 -1
- package/dist/_storyHelpers_/components/StoryGrid.js +3 -3
- package/dist/_typedoc/AnchorNavigation/AnchorNavigation.types.json +4 -4
- package/dist/_typedoc/Avatar/Avatar.types.json +20 -20
- package/dist/_typedoc/AvatarStack/AvatarStack.types.json +25 -25
- package/dist/_typedoc/Badge/Badge.types.json +6 -6
- package/dist/_typedoc/Banner/Banner.types.json +15 -15
- package/dist/_typedoc/Box/Box.types.json +68 -68
- package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +10 -10
- package/dist/_typedoc/Button/Button.types.json +24 -13
- 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 +50 -38
- 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 +824 -824
- 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 +90 -88
- 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 +32 -32
- package/dist/_typedoc/Notation/Notation.types.json +4 -4
- package/dist/_typedoc/NumberInput/NumberInput.types.json +48 -48
- 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 +38 -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 +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 +102 -102
- package/dist/_typedoc/Tabs/Tabs.types.json +23 -22
- 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 +88 -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/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/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L362"
|
|
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/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L366"
|
|
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/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L371"
|
|
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/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L300"
|
|
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/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L304"
|
|
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/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L312"
|
|
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/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L296"
|
|
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/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L292"
|
|
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/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L308"
|
|
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/46e67ee/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/46e67ee/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/46e67ee/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/46e67ee/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/46e67ee/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/46e67ee/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/46e67ee/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/46e67ee/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/46e67ee/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/46e67ee/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/46e67ee/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/46e67ee/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/46e67ee/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/46e67ee/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/46e67ee/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/46e67ee/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/46e67ee/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/46e67ee/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/46e67ee/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/46e67ee/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/46e67ee/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/46e67ee/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/46e67ee/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/46e67ee/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/46e67ee/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/46e67ee/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/46e67ee/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/46e67ee/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/46e67ee/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/46e67ee/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/46e67ee/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/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L285"
|
|
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/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L193"
|
|
454
454
|
},
|
|
455
455
|
{
|
|
456
456
|
"name": "item",
|
|
@@ -460,17 +460,18 @@
|
|
|
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/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L181"
|
|
464
464
|
},
|
|
465
465
|
{
|
|
466
466
|
"name": "restoreFocus",
|
|
467
467
|
"required": false,
|
|
468
468
|
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
469
469
|
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
470
|
-
"description": "
|
|
471
|
-
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><
|
|
470
|
+
"description": "",
|
|
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
|
+
"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.",
|
|
472
473
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
473
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
474
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L199"
|
|
474
475
|
},
|
|
475
476
|
{
|
|
476
477
|
"name": "selected",
|
|
@@ -480,7 +481,7 @@
|
|
|
480
481
|
"description": "",
|
|
481
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>",
|
|
482
483
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
483
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
484
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L185"
|
|
484
485
|
},
|
|
485
486
|
{
|
|
486
487
|
"name": "suggested",
|
|
@@ -490,7 +491,7 @@
|
|
|
490
491
|
"description": "",
|
|
491
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>",
|
|
492
493
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
493
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
494
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L189"
|
|
494
495
|
}
|
|
495
496
|
],
|
|
496
497
|
"description": ""
|
|
@@ -506,7 +507,7 @@
|
|
|
506
507
|
"description": "",
|
|
507
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>",
|
|
508
509
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
509
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
510
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L193"
|
|
510
511
|
},
|
|
511
512
|
{
|
|
512
513
|
"name": "draggableId",
|
|
@@ -516,7 +517,7 @@
|
|
|
516
517
|
"description": "",
|
|
517
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>",
|
|
518
519
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
519
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
520
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L210"
|
|
520
521
|
},
|
|
521
522
|
{
|
|
522
523
|
"name": "draggableIndex",
|
|
@@ -526,7 +527,7 @@
|
|
|
526
527
|
"description": "",
|
|
527
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>",
|
|
528
529
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
529
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
530
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L214"
|
|
530
531
|
},
|
|
531
532
|
{
|
|
532
533
|
"name": "droppableIn",
|
|
@@ -536,7 +537,7 @@
|
|
|
536
537
|
"description": "",
|
|
537
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>",
|
|
538
539
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
539
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
540
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L206"
|
|
540
541
|
},
|
|
541
542
|
{
|
|
542
543
|
"name": "item",
|
|
@@ -546,17 +547,18 @@
|
|
|
546
547
|
"description": "",
|
|
547
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>",
|
|
548
549
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
549
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
550
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L181"
|
|
550
551
|
},
|
|
551
552
|
{
|
|
552
553
|
"name": "restoreFocus",
|
|
553
554
|
"required": false,
|
|
554
555
|
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
555
556
|
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
556
|
-
"description": "
|
|
557
|
-
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><
|
|
557
|
+
"description": "",
|
|
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
|
+
"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.",
|
|
558
560
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
559
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
561
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L199"
|
|
560
562
|
},
|
|
561
563
|
{
|
|
562
564
|
"name": "selected",
|
|
@@ -566,7 +568,7 @@
|
|
|
566
568
|
"description": "",
|
|
567
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>",
|
|
568
570
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
569
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
571
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L185"
|
|
570
572
|
},
|
|
571
573
|
{
|
|
572
574
|
"name": "suggested",
|
|
@@ -576,7 +578,7 @@
|
|
|
576
578
|
"description": "",
|
|
577
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>",
|
|
578
580
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
579
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
581
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L189"
|
|
580
582
|
}
|
|
581
583
|
],
|
|
582
584
|
"description": ""
|
|
@@ -592,7 +594,7 @@
|
|
|
592
594
|
"description": "",
|
|
593
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>",
|
|
594
596
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
595
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
597
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L321"
|
|
596
598
|
},
|
|
597
599
|
{
|
|
598
600
|
"name": "currentlyDroppableIn",
|
|
@@ -602,7 +604,7 @@
|
|
|
602
604
|
"description": "",
|
|
603
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>",
|
|
604
606
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
605
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
607
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L330"
|
|
606
608
|
},
|
|
607
609
|
{
|
|
608
610
|
"name": "dndInstructionsId",
|
|
@@ -612,7 +614,7 @@
|
|
|
612
614
|
"description": "",
|
|
613
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>",
|
|
614
616
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
615
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
617
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L334"
|
|
616
618
|
},
|
|
617
619
|
{
|
|
618
620
|
"name": "role",
|
|
@@ -622,7 +624,7 @@
|
|
|
622
624
|
"description": "",
|
|
623
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>",
|
|
624
626
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
625
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
627
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L358"
|
|
626
628
|
},
|
|
627
629
|
{
|
|
628
630
|
"name": "onBlurItem",
|
|
@@ -632,7 +634,7 @@
|
|
|
632
634
|
"description": "",
|
|
633
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>",
|
|
634
636
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
635
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
637
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L346"
|
|
636
638
|
},
|
|
637
639
|
{
|
|
638
640
|
"name": "onFocusItem",
|
|
@@ -642,7 +644,7 @@
|
|
|
642
644
|
"description": "",
|
|
643
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>",
|
|
644
646
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
645
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
647
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L342"
|
|
646
648
|
},
|
|
647
649
|
{
|
|
648
650
|
"name": "onHoverItem",
|
|
@@ -652,7 +654,7 @@
|
|
|
652
654
|
"description": "",
|
|
653
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>",
|
|
654
656
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
655
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
657
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L338"
|
|
656
658
|
},
|
|
657
659
|
{
|
|
658
660
|
"name": "onScrollBottom",
|
|
@@ -662,7 +664,7 @@
|
|
|
662
664
|
"description": "",
|
|
663
665
|
"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>",
|
|
664
666
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
665
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
667
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L350"
|
|
666
668
|
},
|
|
667
669
|
{
|
|
668
670
|
"name": "onSelect",
|
|
@@ -672,7 +674,7 @@
|
|
|
672
674
|
"description": "",
|
|
673
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>",
|
|
674
676
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
675
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
677
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L354"
|
|
676
678
|
}
|
|
677
679
|
],
|
|
678
680
|
"description": ""
|
|
@@ -688,7 +690,7 @@
|
|
|
688
690
|
"description": " Usefully for extending navigation behavior with `onKeyboardNavigation`.\n Pay attention that `ref` is `null` on first render.",
|
|
689
691
|
"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>",
|
|
690
692
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
691
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
693
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L174"
|
|
692
694
|
},
|
|
693
695
|
{
|
|
694
696
|
"name": "el",
|
|
@@ -698,7 +700,7 @@
|
|
|
698
700
|
"description": "",
|
|
699
701
|
"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
702
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
701
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
703
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L117"
|
|
702
704
|
},
|
|
703
705
|
{
|
|
704
706
|
"name": "highlight",
|
|
@@ -708,7 +710,7 @@
|
|
|
708
710
|
"description": "",
|
|
709
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>",
|
|
710
712
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
711
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
713
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L121"
|
|
712
714
|
},
|
|
713
715
|
{
|
|
714
716
|
"name": "highlightFirst",
|
|
@@ -718,7 +720,7 @@
|
|
|
718
720
|
"description": "",
|
|
719
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>",
|
|
720
722
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
721
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
723
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L125"
|
|
722
724
|
},
|
|
723
725
|
{
|
|
724
726
|
"name": "highlightLast",
|
|
@@ -728,7 +730,7 @@
|
|
|
728
730
|
"description": "",
|
|
729
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>",
|
|
730
732
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
731
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
733
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L129"
|
|
732
734
|
},
|
|
733
735
|
{
|
|
734
736
|
"name": "highlightSelected",
|
|
@@ -738,7 +740,7 @@
|
|
|
738
740
|
"description": "",
|
|
739
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>",
|
|
740
742
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
741
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
743
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L133"
|
|
742
744
|
},
|
|
743
745
|
{
|
|
744
746
|
"name": "highlightSuggested",
|
|
@@ -748,7 +750,7 @@
|
|
|
748
750
|
"description": "",
|
|
749
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>",
|
|
750
752
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
751
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
753
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L137"
|
|
752
754
|
},
|
|
753
755
|
{
|
|
754
756
|
"name": "highlighted",
|
|
@@ -758,7 +760,7 @@
|
|
|
758
760
|
"description": "",
|
|
759
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>",
|
|
760
762
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
761
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
763
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L141"
|
|
762
764
|
},
|
|
763
765
|
{
|
|
764
766
|
"name": "next",
|
|
@@ -768,7 +770,7 @@
|
|
|
768
770
|
"description": "",
|
|
769
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>",
|
|
770
772
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
771
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
773
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L145"
|
|
772
774
|
},
|
|
773
775
|
{
|
|
774
776
|
"name": "prev",
|
|
@@ -778,7 +780,7 @@
|
|
|
778
780
|
"description": "",
|
|
779
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>",
|
|
780
782
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
781
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
783
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L149"
|
|
782
784
|
},
|
|
783
785
|
{
|
|
784
786
|
"name": "select",
|
|
@@ -788,7 +790,7 @@
|
|
|
788
790
|
"description": "",
|
|
789
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>",
|
|
790
792
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
791
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
793
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L153"
|
|
792
794
|
}
|
|
793
795
|
],
|
|
794
796
|
"description": ""
|
|
@@ -804,7 +806,7 @@
|
|
|
804
806
|
"description": "",
|
|
805
807
|
"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>",
|
|
806
808
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
807
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
809
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L254"
|
|
808
810
|
},
|
|
809
811
|
{
|
|
810
812
|
"name": "className",
|
|
@@ -814,7 +816,7 @@
|
|
|
814
816
|
"description": "",
|
|
815
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>",
|
|
816
818
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
817
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
819
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L258"
|
|
818
820
|
}
|
|
819
821
|
],
|
|
820
822
|
"description": ""
|
|
@@ -830,7 +832,7 @@
|
|
|
830
832
|
"description": "",
|
|
831
833
|
"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>",
|
|
832
834
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
833
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
835
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L60"
|
|
834
836
|
},
|
|
835
837
|
{
|
|
836
838
|
"name": "draggableId",
|
|
@@ -840,7 +842,7 @@
|
|
|
840
842
|
"description": "",
|
|
841
843
|
"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>",
|
|
842
844
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
843
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
845
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L49"
|
|
844
846
|
},
|
|
845
847
|
{
|
|
846
848
|
"name": "source",
|
|
@@ -850,7 +852,7 @@
|
|
|
850
852
|
"description": "",
|
|
851
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>",
|
|
852
854
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
853
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
855
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L53"
|
|
854
856
|
}
|
|
855
857
|
],
|
|
856
858
|
"description": ""
|
|
@@ -866,7 +868,7 @@
|
|
|
866
868
|
"description": "",
|
|
867
869
|
"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>",
|
|
868
870
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
869
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
871
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L34"
|
|
870
872
|
},
|
|
871
873
|
{
|
|
872
874
|
"name": "event",
|
|
@@ -876,7 +878,7 @@
|
|
|
876
878
|
"description": "",
|
|
877
879
|
"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>",
|
|
878
880
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
879
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
881
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L20"
|
|
880
882
|
},
|
|
881
883
|
{
|
|
882
884
|
"name": "group",
|
|
@@ -886,7 +888,7 @@
|
|
|
886
888
|
"description": "",
|
|
887
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>",
|
|
888
890
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
889
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
891
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L26"
|
|
890
892
|
},
|
|
891
893
|
{
|
|
892
894
|
"name": "item",
|
|
@@ -896,7 +898,7 @@
|
|
|
896
898
|
"description": "",
|
|
897
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>",
|
|
898
900
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
899
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
901
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L30"
|
|
900
902
|
},
|
|
901
903
|
{
|
|
902
904
|
"name": "restoreFocus",
|
|
@@ -906,7 +908,7 @@
|
|
|
906
908
|
"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.",
|
|
907
909
|
"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>",
|
|
908
910
|
"sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
|
|
909
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
911
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L42"
|
|
910
912
|
}
|
|
911
913
|
],
|
|
912
914
|
"description": ""
|