@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": " The callback to run before the overlay is hidden. Returning\n `false` will prevent hiding.\n```\n(e: event) => boolean | Promise | undefined\n```",
|
|
11
11
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p> The callback to run before the overlay is hidden. Returning\n <code>false</code> will prevent hiding.</p>\n<pre><code>(e: event) => boolean | Promise | undefined\n</code></pre>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
12
12
|
"sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L54"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "beforeShow",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"description": " The callback to run before the overlay is shown. Returning\n `false` will prevent showing.\n```\n(e: event) => boolean | Promise | undefined\n```",
|
|
21
21
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p> The callback to run before the overlay is shown. Returning\n <code>false</code> will prevent showing.</p>\n<pre><code>(e: event) => boolean | Promise | undefined\n</code></pre>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
22
22
|
"sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
|
|
23
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L63"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "className",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"description": "Additional classNames",
|
|
31
31
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
32
32
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
33
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/_utils/types.ts#L47"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"name": "disabled",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"description": "",
|
|
41
41
|
"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>",
|
|
42
42
|
"sourceFile": "packages/core-react/src/DateInput/DateInput.types.ts",
|
|
43
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
43
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/DateInput/DateInput.types.ts#L135"
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
"name": "error",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"description": "Error variant",
|
|
51
51
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Error variant</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
52
52
|
"sourceFile": "packages/core-react/src/DateInput/DateInput.types.ts",
|
|
53
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
53
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/DateInput/DateInput.types.ts#L131"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
"name": "tabIndex",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"description": "",
|
|
61
61
|
"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>",
|
|
62
62
|
"sourceFile": "packages/core-react/src/DateInput/DateInput.types.ts",
|
|
63
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
63
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/DateInput/DateInput.types.ts#L165"
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
66
|
"name": "value",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"description": "",
|
|
71
71
|
"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>",
|
|
72
72
|
"sourceFile": "packages/core-react/src/DateSelect/DateSelect.types.ts",
|
|
73
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
73
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/DateSelect/DateSelect.types.ts#L35"
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
76
|
"name": "variant",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"description": "",
|
|
81
81
|
"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>",
|
|
82
82
|
"sourceFile": "packages/core-react/src/DateInput/DateInput.types.ts",
|
|
83
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
83
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/DateInput/DateInput.types.ts#L174"
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
"name": "afterHide",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"description": "",
|
|
91
91
|
"descriptionHtml": "",
|
|
92
92
|
"sourceFile": "packages/core-react/src/_hooks/Visibility.tsx",
|
|
93
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
93
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/_hooks/Visibility.tsx#L10"
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
96
|
"name": "afterShow",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"description": "",
|
|
101
101
|
"descriptionHtml": "",
|
|
102
102
|
"sourceFile": "packages/core-react/src/_hooks/Visibility.tsx",
|
|
103
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
103
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/_hooks/Visibility.tsx#L11"
|
|
104
104
|
},
|
|
105
105
|
{
|
|
106
106
|
"name": "disabledDate",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"description": "",
|
|
111
111
|
"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>",
|
|
112
112
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
113
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
113
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/Calendar/Calendar.types.ts#L40"
|
|
114
114
|
},
|
|
115
115
|
{
|
|
116
116
|
"name": "onChange",
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"description": "",
|
|
121
121
|
"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>",
|
|
122
122
|
"sourceFile": "packages/core-react/src/DateInput/DateInput.types.ts",
|
|
123
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
123
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/DateInput/DateInput.types.ts#L142"
|
|
124
124
|
},
|
|
125
125
|
{
|
|
126
126
|
"name": "onClear",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"description": "",
|
|
131
131
|
"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>",
|
|
132
132
|
"sourceFile": "packages/core-react/src/DateInput/DateInput.types.ts",
|
|
133
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
133
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/DateInput/DateInput.types.ts#L153"
|
|
134
134
|
}
|
|
135
135
|
],
|
|
136
136
|
"description": ""
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"description": "",
|
|
11
11
|
"descriptionHtml": "",
|
|
12
12
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/_utils/types.ts#L42"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "className",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"description": "Additional classNames",
|
|
21
21
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
22
22
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
23
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/_utils/types.ts#L47"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "hasNavigation",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"description": "",
|
|
31
31
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>description</dt><dd><p>If the page has anchor navigation</p>\n</dd><dt>since</dt><dd><p>TBD</p>\n</dd></dl></div>",
|
|
32
32
|
"sourceFile": "packages/core-react/src/DetailPage/DetailPage.types.ts",
|
|
33
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/DetailPage/DetailPage.types.ts#L22"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"name": "style",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"description": "Additional CSS styles",
|
|
41
41
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
42
42
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
43
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
43
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/_utils/types.ts#L52"
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
"name": "width",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"description": "",
|
|
51
51
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>description</dt><dd><p>Width of the content</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
52
52
|
"sourceFile": "packages/core-react/src/DetailPage/DetailPage.types.ts",
|
|
53
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
53
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/DetailPage/DetailPage.types.ts#L16"
|
|
54
54
|
}
|
|
55
55
|
],
|
|
56
56
|
"description": ""
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"description": "",
|
|
11
11
|
"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>",
|
|
12
12
|
"sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/Dropdown/Dropdown.types.ts#L194"
|
|
14
14
|
}
|
|
15
15
|
],
|
|
16
16
|
"description": ""
|
|
@@ -18,6 +18,17 @@
|
|
|
18
18
|
"DropdownButtonProps": {
|
|
19
19
|
"name": "DropdownButtonProps",
|
|
20
20
|
"properties": [
|
|
21
|
+
{
|
|
22
|
+
"name": "aria-label",
|
|
23
|
+
"required": false,
|
|
24
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
25
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
26
|
+
"description": "",
|
|
27
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>a11y</dt><dd><p>Icon-only buttons must have an accessible name.\nAdd an <code>aria-label</code> or <code>aria-labelledby</code> prop to describe the button's purpose.</p>\n</dd></dl></div>",
|
|
28
|
+
"a11y": "Icon-only buttons must have an accessible name.\nAdd an `aria-label` or `aria-labelledby` prop to describe the button's purpose.\n",
|
|
29
|
+
"sourceFile": "packages/core-react/src/Button/Button.types.ts",
|
|
30
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/Button/Button.types.ts#L20"
|
|
31
|
+
},
|
|
21
32
|
{
|
|
22
33
|
"name": "arrow",
|
|
23
34
|
"required": false,
|
|
@@ -26,7 +37,7 @@
|
|
|
26
37
|
"description": "Shows the arrow when activated",
|
|
27
38
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Shows the arrow when activated</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
28
39
|
"sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
|
|
29
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
40
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/Dropdown/Dropdown.types.ts#L148"
|
|
30
41
|
},
|
|
31
42
|
{
|
|
32
43
|
"name": "block",
|
|
@@ -36,7 +47,7 @@
|
|
|
36
47
|
"description": "Sets the button to be 100% of the width of its parent",
|
|
37
48
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Sets the button to be 100% of the width of its parent</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
38
49
|
"sourceFile": "packages/core-react/src/Button/Button.types.ts",
|
|
39
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
50
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/Button/Button.types.ts#L25"
|
|
40
51
|
},
|
|
41
52
|
{
|
|
42
53
|
"name": "focus",
|
|
@@ -46,7 +57,7 @@
|
|
|
46
57
|
"description": "",
|
|
47
58
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.9.0\nIf the component should apply a focus appeareance. This is\nnot DOM focus management, and purely visual.</p>\n</dd></dl></div>",
|
|
48
59
|
"sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
|
|
49
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
60
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/Dropdown/Dropdown.types.ts#L164"
|
|
50
61
|
},
|
|
51
62
|
{
|
|
52
63
|
"name": "icon",
|
|
@@ -56,7 +67,7 @@
|
|
|
56
67
|
"description": "string icons have been deprecated, please pass a component from `@procore/core-icons`\nThe icon to display on the left side of the label",
|
|
57
68
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>string icons have been deprecated, please pass a component from <code>@procore/core-icons</code>\nThe icon to display on the left side of the label</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
58
69
|
"sourceFile": "packages/core-react/src/Button/Button.types.ts",
|
|
59
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
70
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/Button/Button.types.ts#L31"
|
|
60
71
|
},
|
|
61
72
|
{
|
|
62
73
|
"name": "iconRight",
|
|
@@ -68,7 +79,7 @@
|
|
|
68
79
|
"deprecated": "iconRight has been deprecated and will be removed in a future version\n",
|
|
69
80
|
"deprecatedSince": "12.18.0",
|
|
70
81
|
"sourceFile": "packages/core-react/src/Button/Button.types.ts",
|
|
71
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
82
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/Button/Button.types.ts#L38"
|
|
72
83
|
},
|
|
73
84
|
{
|
|
74
85
|
"name": "loading",
|
|
@@ -78,7 +89,7 @@
|
|
|
78
89
|
"description": "Shows the button spinner",
|
|
79
90
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Shows the button spinner</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
80
91
|
"sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
|
|
81
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
92
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/Dropdown/Dropdown.types.ts#L153"
|
|
82
93
|
},
|
|
83
94
|
{
|
|
84
95
|
"name": "open",
|
|
@@ -88,7 +99,7 @@
|
|
|
88
99
|
"description": "Changes the direction of the arrow if shown",
|
|
89
100
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Changes the direction of the arrow if shown</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
90
101
|
"sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
|
|
91
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
102
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/Dropdown/Dropdown.types.ts#L158"
|
|
92
103
|
},
|
|
93
104
|
{
|
|
94
105
|
"name": "size",
|
|
@@ -98,7 +109,7 @@
|
|
|
98
109
|
"description": "The size of the button",
|
|
99
110
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The size of the button</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
100
111
|
"sourceFile": "packages/core-react/src/Button/Button.types.ts",
|
|
101
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
112
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/Button/Button.types.ts#L48"
|
|
102
113
|
},
|
|
103
114
|
{
|
|
104
115
|
"name": "variant",
|
|
@@ -108,7 +119,7 @@
|
|
|
108
119
|
"description": "The variant of the button.\n@ deprecated variant \"tertiaryContrast\" has been deprecated since 12.18.0\nand will be removed in a future version",
|
|
109
120
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The variant of the button.\n@ deprecated variant "tertiaryContrast" has been deprecated since 12.18.0\nand will be removed in a future version</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.27.2</p>\n</dd></dl></div>",
|
|
110
121
|
"sourceFile": "packages/core-react/src/Button/Button.types.ts",
|
|
111
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
122
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/Button/Button.types.ts#L55"
|
|
112
123
|
}
|
|
113
124
|
],
|
|
114
125
|
"description": ""
|
|
@@ -124,7 +135,7 @@
|
|
|
124
135
|
"description": "",
|
|
125
136
|
"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>",
|
|
126
137
|
"sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
|
|
127
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
138
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/Dropdown/Dropdown.types.ts#L171"
|
|
128
139
|
},
|
|
129
140
|
{
|
|
130
141
|
"name": "i18nScope",
|
|
@@ -134,7 +145,7 @@
|
|
|
134
145
|
"description": "",
|
|
135
146
|
"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>",
|
|
136
147
|
"sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
|
|
137
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
148
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/Dropdown/Dropdown.types.ts#L179"
|
|
138
149
|
},
|
|
139
150
|
{
|
|
140
151
|
"name": "menuRef",
|
|
@@ -144,7 +155,7 @@
|
|
|
144
155
|
"description": "",
|
|
145
156
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
146
157
|
"sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
|
|
147
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
158
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/Dropdown/Dropdown.types.ts#L175"
|
|
148
159
|
},
|
|
149
160
|
{
|
|
150
161
|
"name": "onSearch",
|
|
@@ -154,7 +165,7 @@
|
|
|
154
165
|
"description": "",
|
|
155
166
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
156
167
|
"sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
|
|
157
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
168
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/Dropdown/Dropdown.types.ts#L183"
|
|
158
169
|
},
|
|
159
170
|
{
|
|
160
171
|
"name": "onSelect",
|
|
@@ -164,7 +175,7 @@
|
|
|
164
175
|
"description": "",
|
|
165
176
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
166
177
|
"sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
|
|
167
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
178
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/Dropdown/Dropdown.types.ts#L187"
|
|
168
179
|
}
|
|
169
180
|
],
|
|
170
181
|
"description": ""
|
|
@@ -180,7 +191,7 @@
|
|
|
180
191
|
"description": "",
|
|
181
192
|
"descriptionHtml": "",
|
|
182
193
|
"sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
|
|
183
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
194
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/Dropdown/Dropdown.types.ts#L23"
|
|
184
195
|
},
|
|
185
196
|
{
|
|
186
197
|
"name": "afterShow",
|
|
@@ -190,7 +201,7 @@
|
|
|
190
201
|
"description": "",
|
|
191
202
|
"descriptionHtml": "",
|
|
192
203
|
"sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
|
|
193
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
204
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/Dropdown/Dropdown.types.ts#L27"
|
|
194
205
|
},
|
|
195
206
|
{
|
|
196
207
|
"name": "beforeHide",
|
|
@@ -200,7 +211,7 @@
|
|
|
200
211
|
"description": "",
|
|
201
212
|
"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>",
|
|
202
213
|
"sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
|
|
203
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
214
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/Dropdown/Dropdown.types.ts#L31"
|
|
204
215
|
},
|
|
205
216
|
{
|
|
206
217
|
"name": "beforeShow",
|
|
@@ -210,7 +221,7 @@
|
|
|
210
221
|
"description": "",
|
|
211
222
|
"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>",
|
|
212
223
|
"sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
|
|
213
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
224
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/Dropdown/Dropdown.types.ts#L35"
|
|
214
225
|
},
|
|
215
226
|
{
|
|
216
227
|
"name": "block",
|
|
@@ -220,7 +231,7 @@
|
|
|
220
231
|
"description": "",
|
|
221
232
|
"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>",
|
|
222
233
|
"sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
|
|
223
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
234
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/Dropdown/Dropdown.types.ts#L39"
|
|
224
235
|
},
|
|
225
236
|
{
|
|
226
237
|
"name": "className",
|
|
@@ -230,7 +241,7 @@
|
|
|
230
241
|
"description": "",
|
|
231
242
|
"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>",
|
|
232
243
|
"sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
|
|
233
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
244
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/Dropdown/Dropdown.types.ts#L43"
|
|
234
245
|
},
|
|
235
246
|
{
|
|
236
247
|
"name": "disabled",
|
|
@@ -240,7 +251,7 @@
|
|
|
240
251
|
"description": "",
|
|
241
252
|
"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>",
|
|
242
253
|
"sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
|
|
243
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
254
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/Dropdown/Dropdown.types.ts#L47"
|
|
244
255
|
},
|
|
245
256
|
{
|
|
246
257
|
"name": "error",
|
|
@@ -250,7 +261,7 @@
|
|
|
250
261
|
"description": "",
|
|
251
262
|
"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>",
|
|
252
263
|
"sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
|
|
253
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
264
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/Dropdown/Dropdown.types.ts#L51"
|
|
254
265
|
},
|
|
255
266
|
{
|
|
256
267
|
"name": "footer",
|
|
@@ -260,7 +271,7 @@
|
|
|
260
271
|
"description": "Content to render in a footer.",
|
|
261
272
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Content to render in a footer.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
262
273
|
"sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
|
|
263
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
274
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/Dropdown/Dropdown.types.ts#L57"
|
|
264
275
|
},
|
|
265
276
|
{
|
|
266
277
|
"name": "hasTabbableElements",
|
|
@@ -270,7 +281,7 @@
|
|
|
270
281
|
"description": "Whether to act as modal dialog.\nShould be used when Dropdown has tabbable elements (e.g. buttons in footer).",
|
|
271
282
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Whether to act as modal dialog.\nShould be used when Dropdown has tabbable elements (e.g. buttons in footer).</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>'false'</p>\n</dd><dt>since</dt><dd><p>11.5.0</p>\n</dd></dl></div>",
|
|
272
283
|
"sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
|
|
273
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
284
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/Dropdown/Dropdown.types.ts#L138"
|
|
274
285
|
},
|
|
275
286
|
{
|
|
276
287
|
"name": "i18nScope",
|
|
@@ -280,7 +291,7 @@
|
|
|
280
291
|
"description": "The i18n key to use for the dropdowns's configurable strings.\nDefaults to using the core library's default strings.",
|
|
281
292
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The i18n key to use for the dropdowns's configurable strings.\nDefaults to using the core library's default strings.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
282
293
|
"sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
|
|
283
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
294
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/Dropdown/Dropdown.types.ts#L63"
|
|
284
295
|
},
|
|
285
296
|
{
|
|
286
297
|
"name": "icon",
|
|
@@ -290,7 +301,7 @@
|
|
|
290
301
|
"description": "",
|
|
291
302
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>remarks</dt><dd><p>string icons have been deprecated, please pass a component from <code>@procore/core-icons</code></p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
292
303
|
"sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
|
|
293
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
304
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/Dropdown/Dropdown.types.ts#L68"
|
|
294
305
|
},
|
|
295
306
|
{
|
|
296
307
|
"name": "label",
|
|
@@ -300,7 +311,7 @@
|
|
|
300
311
|
"description": "The button text.",
|
|
301
312
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The button text.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
302
313
|
"sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
|
|
303
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
314
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/Dropdown/Dropdown.types.ts#L73"
|
|
304
315
|
},
|
|
305
316
|
{
|
|
306
317
|
"name": "loading",
|
|
@@ -310,7 +321,7 @@
|
|
|
310
321
|
"description": "",
|
|
311
322
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
312
323
|
"sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
|
|
313
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
324
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/Dropdown/Dropdown.types.ts#L77"
|
|
314
325
|
},
|
|
315
326
|
{
|
|
316
327
|
"name": "placement",
|
|
@@ -320,7 +331,7 @@
|
|
|
320
331
|
"description": "The placement of the overlay.",
|
|
321
332
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The placement of the overlay.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>'bottom-left'</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
322
333
|
"sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
|
|
323
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
334
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/Dropdown/Dropdown.types.ts#L100"
|
|
324
335
|
},
|
|
325
336
|
{
|
|
326
337
|
"name": "restoreFocusOnHide",
|
|
@@ -328,9 +339,10 @@
|
|
|
328
339
|
"type": "<span class=\"tsd-signature-type\">boolean</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"core-react"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"react-aria-focus-scope"</span>",
|
|
329
340
|
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"core-react"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"react-aria-focus-scope"</span>",
|
|
330
341
|
"description": "If focus should return to the button after selection.",
|
|
331
|
-
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>If focus should return to the button after selection.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>
|
|
342
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>If focus should return to the button after selection.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>a11y</dt><dd><p>Dropdowns hold no value and take an action. Focus is expected\nto be moved from a Dropdown to something else, to continue the user flow .\nIf all actions are inert and does not move focus, set this to <code>true</code>.\nIf some actions are inert consider using <code>restoreFocus</code> on <code>Dropdown.Item</code>.\nClosing Dropdown via <code>Escape</code> always restores focus.</p>\n</dd><dt>default</dt><dd><p>false</p>\n</dd><dt>since</dt><dd><p>11.13.0</p>\n</dd></dl></div>",
|
|
343
|
+
"a11y": "Dropdowns hold no value and take an action. Focus is expected\nto be moved from a Dropdown to something else, to continue the user flow .\nIf all actions are inert and does not move focus, set this to `true`.\nIf some actions are inert consider using `restoreFocus` on `Dropdown.Item`.\nClosing Dropdown via `Escape` always restores focus.",
|
|
332
344
|
"sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
|
|
333
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
345
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/Dropdown/Dropdown.types.ts#L111"
|
|
334
346
|
},
|
|
335
347
|
{
|
|
336
348
|
"name": "size",
|
|
@@ -340,7 +352,7 @@
|
|
|
340
352
|
"description": "The button size",
|
|
341
353
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The button size</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>'md'</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
342
354
|
"sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
|
|
343
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
355
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/Dropdown/Dropdown.types.ts#L117"
|
|
344
356
|
},
|
|
345
357
|
{
|
|
346
358
|
"name": "trigger",
|
|
@@ -350,7 +362,7 @@
|
|
|
350
362
|
"description": "",
|
|
351
363
|
"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>",
|
|
352
364
|
"sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
|
|
353
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
365
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/Dropdown/Dropdown.types.ts#L121"
|
|
354
366
|
},
|
|
355
367
|
{
|
|
356
368
|
"name": "type",
|
|
@@ -360,7 +372,7 @@
|
|
|
360
372
|
"description": "",
|
|
361
373
|
"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>",
|
|
362
374
|
"sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
|
|
363
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
375
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/Dropdown/Dropdown.types.ts#L125"
|
|
364
376
|
},
|
|
365
377
|
{
|
|
366
378
|
"name": "variant",
|
|
@@ -370,7 +382,7 @@
|
|
|
370
382
|
"description": "",
|
|
371
383
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>'secondary'</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
372
384
|
"sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
|
|
373
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
385
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/Dropdown/Dropdown.types.ts#L131"
|
|
374
386
|
},
|
|
375
387
|
{
|
|
376
388
|
"name": "onSearch",
|
|
@@ -380,7 +392,7 @@
|
|
|
380
392
|
"description": "Adds a search bar to the dropdown.",
|
|
381
393
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Adds a search bar to the dropdown.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
382
394
|
"sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
|
|
383
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
395
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/Dropdown/Dropdown.types.ts#L83"
|
|
384
396
|
},
|
|
385
397
|
{
|
|
386
398
|
"name": "onSelect",
|
|
@@ -390,7 +402,7 @@
|
|
|
390
402
|
"description": "Callback for selecting an item from the menu\n```\n({ event: ReactEvent, item: Menu.Item.props.item, group: bool }) => void\n```\n`item` will be the `item` prop supplied to the `Item` component",
|
|
391
403
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Callback for selecting an item from the menu</p>\n<pre><code>({ event: ReactEvent, item: Menu.Item.props.item, group: bool }) => void\n</code></pre>\n<p><code>item</code> will be the <code>item</code> prop supplied to the <code>Item</code> component</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
392
404
|
"sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
|
|
393
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
405
|
+
"sourceUrl": "https://github.com/procore/core/blob/46e67ee/packages/core-react/src/Dropdown/Dropdown.types.ts#L93"
|
|
394
406
|
}
|
|
395
407
|
],
|
|
396
408
|
"description": ""
|