@procore/core-react 12.34.1 → 12.36.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 +53 -0
- package/dist/AnchorNavigation/AnchorNavigation.styles.js +3 -3
- package/dist/Avatar/Avatar.styles.js +5 -5
- 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/Calendar/Calendar.d.ts +2 -2
- package/dist/Calendar/Calendar.js.map +1 -1
- package/dist/Calendar/Calendar.styles.d.ts +6 -3
- package/dist/Calendar/Calendar.styles.js +15 -9
- package/dist/Calendar/Calendar.styles.js.map +1 -1
- package/dist/Calendar/Calendar.types.d.ts +1 -31
- package/dist/Calendar/Calendar.types.js.map +1 -1
- package/dist/Card/Card.styles.js +1 -1
- package/dist/Checkbox/Checkbox.styles.js +6 -6
- package/dist/Checkbox/CheckboxTooltip.js +1 -1
- package/dist/ContactItem/ContactItem.styles.js +5 -5
- package/dist/ContactItem/ContactItem.types.d.ts +2 -0
- package/dist/ContactItem/ContactItem.types.js.map +1 -1
- package/dist/Content/Content.styles.js +2 -2
- package/dist/DateInput/DateInput.js +58 -53
- package/dist/DateInput/DateInput.js.map +1 -1
- package/dist/DateInput/DateInput.styles.js +9 -9
- package/dist/DateInput/DateInput.styles.js.map +1 -1
- package/dist/DetailPage/DetailPage.styles.js +7 -7
- package/dist/Dropdown/Dropdown.styles.js +3 -3
- package/dist/DropdownFlyout/DropdownFlyout.styles.js +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 +4 -4
- 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 +4 -4
- package/dist/FilterToken/FilterToken.styles.js +5 -5
- package/dist/FlexList/FlexList.styles.js +1 -1
- package/dist/Form/Form.styles.js +14 -14
- package/dist/Form/StyledFormikForm.styles.js +2 -2
- package/dist/GhostPlaceholder/GhostPlaceholder.styles.js +2 -2
- package/dist/Grid/Grid.styles.js +2 -2
- package/dist/GroupSelect/GroupSelect.styles.js +1 -1
- package/dist/Input/Input.styles.js +2 -2
- package/dist/Input/Input.styles.js.map +1 -1
- package/dist/Link/Link.styles.js +1 -1
- package/dist/ListPage/ListPage.styles.js +8 -8
- package/dist/Loader/Loader.styles.js +2 -2
- package/dist/MenuImperative/MenuImperative.styles.js +10 -10
- package/dist/Modal/Modal.styles.js +13 -13
- package/dist/MultiSelect/MultiSelect.styles.js +6 -6
- package/dist/NextMenu/NextMenu.styles.js +3 -3
- package/dist/Notation/Notation.js +1 -1
- package/dist/NumberInput/NumberInput.styles.js +9 -9
- package/dist/NumberInput/NumberInput.styles.js.map +1 -1
- package/dist/Overlay/OverlayArrow.styles.js +1 -1
- package/dist/OverlayTrigger/OverlayTrigger.js +16 -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 +6 -6
- package/dist/Pagination/Pagination.styles.js.map +1 -1
- package/dist/Pagination/Pagination.types.d.ts +4 -0
- package/dist/Pagination/Pagination.types.js.map +1 -1
- package/dist/Pagination/PaginationSelect.js +59 -3
- package/dist/Pagination/PaginationSelect.js.map +1 -1
- package/dist/Panel/Panel.js +6 -2
- package/dist/Panel/Panel.js.map +1 -1
- package/dist/Panel/Panel.styles.js +11 -11
- package/dist/Pill/Pill.styles.js +3 -3
- package/dist/PillSelect/PillSelect.styles.js +4 -4
- package/dist/Popover/Popover.styles.js +2 -2
- package/dist/Portal/Portal.js +4 -1
- package/dist/Portal/Portal.js.map +1 -1
- package/dist/Portal/Portal.styles.js +1 -1
- package/dist/Portal/Portal.types.d.ts +1 -1
- package/dist/Portal/Portal.types.js.map +1 -1
- package/dist/Portal/PortalProvider.d.ts +5 -0
- package/dist/Portal/PortalProvider.js +14 -0
- package/dist/Portal/PortalProvider.js.map +1 -0
- package/dist/Portal/PortalProvider.types.d.ts +4 -0
- package/dist/Portal/PortalProvider.types.js +2 -0
- package/dist/Portal/PortalProvider.types.js.map +1 -0
- package/dist/Portal/index.d.ts +2 -0
- package/dist/Portal/index.js +1 -0
- package/dist/Portal/index.js.map +1 -1
- package/dist/ProgressBar/ProgressBar.styles.js +2 -2
- package/dist/RadioButton/RadioButton.styles.js +4 -4
- package/dist/RadioButton/RadioButton.styles.js.map +1 -1
- 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 +1 -0
- package/dist/Select/Select.js.map +1 -1
- package/dist/Select/Select.styles.js +10 -10
- package/dist/Select/Select.styles.js.map +1 -1
- package/dist/Semantic/Semantic.styles.js +9 -9
- package/dist/Slider/Slider.js +3 -1
- package/dist/Slider/Slider.js.map +1 -1
- package/dist/Slider/Slider.styles.js +5 -5
- package/dist/Spinner/Spinner.styles.js +7 -7
- package/dist/SplitViewCard/SplitViewCard.context.js +10 -2
- package/dist/SplitViewCard/SplitViewCard.context.js.map +1 -1
- package/dist/SplitViewCard/SplitViewCard.js +4 -2
- package/dist/SplitViewCard/SplitViewCard.js.map +1 -1
- package/dist/SplitViewCard/SplitViewCard.styles.js +8 -8
- package/dist/SplitViewCard/SplitViewCard.types.js.map +1 -1
- package/dist/SuperSelect/SuperSelect.components.js +3 -3
- package/dist/SuperSelect/SuperSelect.components.js.map +1 -1
- package/dist/SuperSelect/SuperSelect.presets.styles.js +1 -1
- package/dist/SuperSelect/SuperSelect.styles.js +41 -41
- package/dist/SuperSelect/SuperSelect.styles.js.map +1 -1
- package/dist/SuperSelect/useSuperSelect.js +11 -11
- package/dist/SuperSelect/useSuperSelect.js.map +1 -1
- package/dist/Switch/Switch.styles.js +4 -4
- package/dist/Table/Table.d.ts +2 -2
- package/dist/Table/Table.js +58 -18
- package/dist/Table/Table.js.map +1 -1
- package/dist/Table/Table.styles.d.ts +3 -1
- package/dist/Table/Table.styles.js +34 -33
- package/dist/Table/Table.styles.js.map +1 -1
- package/dist/Table/Table.types.d.ts +5 -0
- package/dist/Table/Table.types.js.map +1 -1
- package/dist/TableShelf/TableShelf.styles.js +5 -5
- package/dist/Tabs/Tabs.styles.js +15 -15
- package/dist/Tearsheet/Tearsheet.styles.js +5 -5
- package/dist/TextArea/TextArea.js +1 -0
- package/dist/TextArea/TextArea.js.map +1 -1
- package/dist/TextArea/TextArea.styles.js +1 -1
- package/dist/TextEditor/TextEditor.d.ts +1 -1
- package/dist/TextEditor/TextEditor.js +67 -12
- package/dist/TextEditor/TextEditor.js.map +1 -1
- package/dist/TextEditor/TextEditor.types.d.ts +17 -0
- package/dist/TextEditor/TextEditor.types.js.map +1 -1
- package/dist/TextEditorOutput/TextEditorOutput.styles.js +1 -1
- package/dist/Thumbnail/Thumbnail.styles.js +17 -17
- package/dist/Thumbnail/ThumbnailDocumentIcon.d.ts +3 -1
- package/dist/Thumbnail/ThumbnailDocumentIcon.js +61 -21
- package/dist/Thumbnail/ThumbnailDocumentIcon.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.js +1 -1
- package/dist/Toast/Toast.js.map +1 -1
- 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 +2 -2
- package/dist/Tree/Tree.hooks.js +11 -6
- package/dist/Tree/Tree.hooks.js.map +1 -1
- package/dist/Tree/Tree.js +142 -49
- package/dist/Tree/Tree.js.map +1 -1
- package/dist/Tree/Tree.styles.d.ts +5 -0
- package/dist/Tree/Tree.styles.js +17 -9
- package/dist/Tree/Tree.styles.js.map +1 -1
- package/dist/Tree/Tree.types.d.ts +21 -1
- package/dist/Tree/Tree.types.js.map +1 -1
- package/dist/Typeahead/Typeahead.styles.js +3 -3
- package/dist/Typography/Typography.styles.js +1 -1
- package/dist/Typography/Typography.table.story.js +2 -2
- package/dist/_hooks/I18n.d.ts +200 -11
- package/dist/_locales/de-DE.json +11 -3
- package/dist/_locales/en-AU.json +10 -2
- package/dist/_locales/en-CA.json +10 -2
- package/dist/_locales/en-GB.json +10 -2
- package/dist/_locales/en.json +6 -0
- package/dist/_locales/es-ES.json +12 -4
- package/dist/_locales/es.json +15 -7
- package/dist/_locales/fr-CA.json +11 -3
- package/dist/_locales/fr-FR.json +12 -4
- package/dist/_locales/is-IS.json +11 -3
- package/dist/_locales/it-IT.json +56 -48
- package/dist/_locales/ja-JP.json +12 -4
- package/dist/_locales/pl-PL.json +10 -2
- package/dist/_locales/pseudo.json +6 -0
- package/dist/_locales/pt-BR.json +11 -3
- package/dist/_locales/pt-PT.json +190 -182
- package/dist/_locales/th-TH.json +13 -5
- package/dist/_locales/zh-SG.json +10 -2
- package/dist/_locales/zh-TW.json +16 -8
- package/dist/_storyHelpers_/components/Deprecation.styles.js +1 -1
- package/dist/_storyHelpers_/components/StoryGrid.js +3 -3
- package/dist/_typedoc/AnchorNavigation/AnchorNavigation.types.json +3 -3
- package/dist/_typedoc/Avatar/Avatar.types.json +20 -20
- package/dist/_typedoc/AvatarStack/AvatarStack.types.json +24 -24
- package/dist/_typedoc/Badge/Badge.types.json +6 -6
- package/dist/_typedoc/Banner/Banner.types.json +13 -13
- 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 +13 -13
- package/dist/_typedoc/Calendar/Calendar.types.json +89 -89
- 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 +12 -10
- 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 +37 -37
- package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +30 -30
- 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 +794 -754
- 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 +52 -52
- 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 +77 -77
- package/dist/_typedoc/Modal/Modal.types.json +46 -46
- package/dist/_typedoc/MultiSelect/MultiSelect.types.json +31 -31
- 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 +34 -34
- package/dist/_typedoc/PageLayout/PageLayout.types.json +26 -26
- package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
- package/dist/_typedoc/Panel/Panel.types.json +30 -30
- package/dist/_typedoc/Pill/Pill.types.json +2 -2
- package/dist/_typedoc/PillSelect/PillSelect.types.json +51 -51
- 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 +64 -64
- 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 +113 -103
- package/dist/_typedoc/Tabs/Tabs.types.json +20 -20
- 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 +29 -9
- 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 +13 -13
- package/dist/_typedoc/Tree/Tree.types.json +111 -86
- package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
- package/dist/_typedoc/Typography/Typography.types.json +9 -9
- package/dist/_typedoc/_utils/types.json +3 -3
- package/dist/_typedoc/deprecations.json +1 -1
- package/dist/_utils/a11y.d.ts +1 -0
- package/dist/_utils/a11y.js +8 -0
- package/dist/_utils/a11y.js.map +1 -0
- package/package.json +1 -1
|
@@ -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/819389a/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/819389a/packages/core-react/src/_utils/types.ts#L47"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "snugfit",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"description": "Shrink the cell around the contents",
|
|
31
31
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Shrink the cell around the contents</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
32
32
|
"sourceFile": "packages/core-react/src/Table/Table.types.ts",
|
|
33
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Table/Table.types.ts#L24"
|
|
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/819389a/packages/core-react/src/_utils/types.ts#L52"
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
"name": "variant",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"deprecated": "Please use `sortOrder` prop instead of `esc/desc` variants, and `snugfit` prop instead of `snugfit` variant",
|
|
53
53
|
"deprecatedSince": "11.15.1\n",
|
|
54
54
|
"sourceFile": "packages/core-react/src/Table/Table.types.ts",
|
|
55
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
55
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Table/Table.types.ts#L32"
|
|
56
56
|
}
|
|
57
57
|
],
|
|
58
58
|
"description": ""
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"description": "",
|
|
69
69
|
"descriptionHtml": "",
|
|
70
70
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
71
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
71
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/_utils/types.ts#L42"
|
|
72
72
|
},
|
|
73
73
|
{
|
|
74
74
|
"name": "className",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"description": "Additional classNames",
|
|
79
79
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
80
80
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
81
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
81
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/_utils/types.ts#L47"
|
|
82
82
|
},
|
|
83
83
|
{
|
|
84
84
|
"name": "overdue",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"description": "Sets row text color to red to signify overdue items",
|
|
89
89
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Sets row text color to red to signify overdue items</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
90
90
|
"sourceFile": "packages/core-react/src/Table/Table.types.ts",
|
|
91
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
91
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Table/Table.types.ts#L42"
|
|
92
92
|
},
|
|
93
93
|
{
|
|
94
94
|
"name": "style",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"description": "Additional CSS styles",
|
|
99
99
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
100
100
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
101
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
101
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/_utils/types.ts#L52"
|
|
102
102
|
}
|
|
103
103
|
],
|
|
104
104
|
"description": ""
|
|
@@ -106,6 +106,16 @@
|
|
|
106
106
|
"CaratProps": {
|
|
107
107
|
"name": "CaratProps",
|
|
108
108
|
"properties": [
|
|
109
|
+
{
|
|
110
|
+
"name": "aria-label",
|
|
111
|
+
"required": false,
|
|
112
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
113
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
114
|
+
"description": "Custom aria-label for the carat button. If not provided, defaults to internationalized \"Expand\" or \"Collapse\" based on expanded state.",
|
|
115
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Custom aria-label for the carat button. If not provided, defaults to internationalized "Expand" or "Collapse" based on expanded state.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>12.34.0</p>\n</dd></dl></div>",
|
|
116
|
+
"sourceFile": "packages/core-react/src/Table/Table.types.ts",
|
|
117
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Table/Table.types.ts#L62"
|
|
118
|
+
},
|
|
109
119
|
{
|
|
110
120
|
"name": "expanded",
|
|
111
121
|
"required": false,
|
|
@@ -114,7 +124,7 @@
|
|
|
114
124
|
"description": "Whether or not the carat is rotated",
|
|
115
125
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Whether or not the carat is rotated</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
116
126
|
"sourceFile": "packages/core-react/src/Table/Table.types.ts",
|
|
117
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
127
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Table/Table.types.ts#L50"
|
|
118
128
|
},
|
|
119
129
|
{
|
|
120
130
|
"name": "onClick",
|
|
@@ -124,7 +134,7 @@
|
|
|
124
134
|
"description": "",
|
|
125
135
|
"descriptionHtml": "",
|
|
126
136
|
"sourceFile": "packages/core-react/src/Table/Table.types.ts",
|
|
127
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
137
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Table/Table.types.ts#L56"
|
|
128
138
|
}
|
|
129
139
|
],
|
|
130
140
|
"description": ""
|
|
@@ -142,7 +152,7 @@
|
|
|
142
152
|
"deprecated": "Please use `value` prop instead",
|
|
143
153
|
"deprecatedSince": "11.28.0\n",
|
|
144
154
|
"sourceFile": "packages/core-react/src/Table/Table.types.ts",
|
|
145
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
155
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Table/Table.types.ts#L84"
|
|
146
156
|
},
|
|
147
157
|
{
|
|
148
158
|
"name": "className",
|
|
@@ -152,7 +162,7 @@
|
|
|
152
162
|
"description": "Additional classNames",
|
|
153
163
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
154
164
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
155
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
165
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/_utils/types.ts#L47"
|
|
156
166
|
},
|
|
157
167
|
{
|
|
158
168
|
"name": "currencyOptions",
|
|
@@ -162,7 +172,7 @@
|
|
|
162
172
|
"description": "Optional formatting configs",
|
|
163
173
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Optional formatting configs</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.28.0</p>\n</dd></dl></div>",
|
|
164
174
|
"sourceFile": "packages/core-react/src/Table/Table.types.ts",
|
|
165
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
175
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Table/Table.types.ts#L90"
|
|
166
176
|
},
|
|
167
177
|
{
|
|
168
178
|
"name": "style",
|
|
@@ -172,7 +182,7 @@
|
|
|
172
182
|
"description": "Additional CSS styles",
|
|
173
183
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
174
184
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
175
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
185
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/_utils/types.ts#L52"
|
|
176
186
|
},
|
|
177
187
|
{
|
|
178
188
|
"name": "value",
|
|
@@ -182,7 +192,7 @@
|
|
|
182
192
|
"description": "Unformatted value to be displayed",
|
|
183
193
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Unformatted value to be displayed</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.28.0</p>\n</dd></dl></div>",
|
|
184
194
|
"sourceFile": "packages/core-react/src/Table/Table.types.ts",
|
|
185
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
195
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Table/Table.types.ts#L96"
|
|
186
196
|
}
|
|
187
197
|
],
|
|
188
198
|
"description": ""
|
|
@@ -198,7 +208,7 @@
|
|
|
198
208
|
"description": " The callback to run before the overlay is hidden. Returning\n `false` will prevent hiding.\n```\n(e: event) => boolean | Promise | undefined\n```",
|
|
199
209
|
"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>",
|
|
200
210
|
"sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
|
|
201
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
211
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L54"
|
|
202
212
|
},
|
|
203
213
|
{
|
|
204
214
|
"name": "beforeShow",
|
|
@@ -208,7 +218,7 @@
|
|
|
208
218
|
"description": " The callback to run before the overlay is shown. Returning\n `false` will prevent showing.\n```\n(e: event) => boolean | Promise | undefined\n```",
|
|
209
219
|
"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>",
|
|
210
220
|
"sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
|
|
211
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
221
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L63"
|
|
212
222
|
},
|
|
213
223
|
{
|
|
214
224
|
"name": "className",
|
|
@@ -218,7 +228,7 @@
|
|
|
218
228
|
"description": "",
|
|
219
229
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
220
230
|
"sourceFile": "packages/core-react/src/Table/Table.types.ts",
|
|
221
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
231
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Table/Table.types.ts#L197"
|
|
222
232
|
},
|
|
223
233
|
{
|
|
224
234
|
"name": "disabled",
|
|
@@ -228,7 +238,7 @@
|
|
|
228
238
|
"description": "",
|
|
229
239
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
230
240
|
"sourceFile": "packages/core-react/src/DateInput/DateInput.types.ts",
|
|
231
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
241
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/DateInput/DateInput.types.ts#L135"
|
|
232
242
|
},
|
|
233
243
|
{
|
|
234
244
|
"name": "error",
|
|
@@ -238,7 +248,7 @@
|
|
|
238
248
|
"description": "Error variant",
|
|
239
249
|
"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>",
|
|
240
250
|
"sourceFile": "packages/core-react/src/DateInput/DateInput.types.ts",
|
|
241
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
251
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/DateInput/DateInput.types.ts#L131"
|
|
242
252
|
},
|
|
243
253
|
{
|
|
244
254
|
"name": "errorMessage",
|
|
@@ -248,7 +258,7 @@
|
|
|
248
258
|
"description": "Message to be displayed below the date select during an error",
|
|
249
259
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Message to be displayed below the date select during an error</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>''</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
250
260
|
"sourceFile": "packages/core-react/src/Table/Table.types.ts",
|
|
251
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
261
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Table/Table.types.ts#L204"
|
|
252
262
|
},
|
|
253
263
|
{
|
|
254
264
|
"name": "processing",
|
|
@@ -258,7 +268,7 @@
|
|
|
258
268
|
"description": "Triggers the spinner that covers inline editable content",
|
|
259
269
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Triggers the spinner that covers inline editable content</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>",
|
|
260
270
|
"sourceFile": "packages/core-react/src/Table/Table.types.ts",
|
|
261
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
271
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Table/Table.types.ts#L211"
|
|
262
272
|
},
|
|
263
273
|
{
|
|
264
274
|
"name": "tabIndex",
|
|
@@ -268,7 +278,7 @@
|
|
|
268
278
|
"description": "",
|
|
269
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>",
|
|
270
280
|
"sourceFile": "packages/core-react/src/DateInput/DateInput.types.ts",
|
|
271
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
281
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/DateInput/DateInput.types.ts#L165"
|
|
272
282
|
},
|
|
273
283
|
{
|
|
274
284
|
"name": "value",
|
|
@@ -278,7 +288,7 @@
|
|
|
278
288
|
"description": "",
|
|
279
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>",
|
|
280
290
|
"sourceFile": "packages/core-react/src/DateSelect/DateSelect.types.ts",
|
|
281
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
291
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/DateSelect/DateSelect.types.ts#L34"
|
|
282
292
|
},
|
|
283
293
|
{
|
|
284
294
|
"name": "variant",
|
|
@@ -288,7 +298,7 @@
|
|
|
288
298
|
"description": "",
|
|
289
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>",
|
|
290
300
|
"sourceFile": "packages/core-react/src/DateInput/DateInput.types.ts",
|
|
291
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
301
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/DateInput/DateInput.types.ts#L174"
|
|
292
302
|
},
|
|
293
303
|
{
|
|
294
304
|
"name": "afterHide",
|
|
@@ -298,7 +308,7 @@
|
|
|
298
308
|
"description": "",
|
|
299
309
|
"descriptionHtml": "",
|
|
300
310
|
"sourceFile": "packages/core-react/src/_hooks/Visibility.tsx",
|
|
301
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
311
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/_hooks/Visibility.tsx#L10"
|
|
302
312
|
},
|
|
303
313
|
{
|
|
304
314
|
"name": "afterShow",
|
|
@@ -308,7 +318,7 @@
|
|
|
308
318
|
"description": "",
|
|
309
319
|
"descriptionHtml": "",
|
|
310
320
|
"sourceFile": "packages/core-react/src/_hooks/Visibility.tsx",
|
|
311
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
321
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/_hooks/Visibility.tsx#L11"
|
|
312
322
|
},
|
|
313
323
|
{
|
|
314
324
|
"name": "disabledDate",
|
|
@@ -318,7 +328,7 @@
|
|
|
318
328
|
"description": "",
|
|
319
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>",
|
|
320
330
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
321
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
331
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Calendar/Calendar.types.ts#L40"
|
|
322
332
|
},
|
|
323
333
|
{
|
|
324
334
|
"name": "onChange",
|
|
@@ -328,7 +338,7 @@
|
|
|
328
338
|
"description": "",
|
|
329
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>",
|
|
330
340
|
"sourceFile": "packages/core-react/src/DateInput/DateInput.types.ts",
|
|
331
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
341
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/DateInput/DateInput.types.ts#L142"
|
|
332
342
|
},
|
|
333
343
|
{
|
|
334
344
|
"name": "onClear",
|
|
@@ -338,7 +348,7 @@
|
|
|
338
348
|
"description": "",
|
|
339
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>",
|
|
340
350
|
"sourceFile": "packages/core-react/src/DateInput/DateInput.types.ts",
|
|
341
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
351
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/DateInput/DateInput.types.ts#L153"
|
|
342
352
|
}
|
|
343
353
|
],
|
|
344
354
|
"description": ""
|
|
@@ -354,7 +364,7 @@
|
|
|
354
364
|
"description": "",
|
|
355
365
|
"descriptionHtml": "",
|
|
356
366
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
357
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
367
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/_utils/types.ts#L42"
|
|
358
368
|
},
|
|
359
369
|
{
|
|
360
370
|
"name": "className",
|
|
@@ -364,7 +374,7 @@
|
|
|
364
374
|
"description": "Additional classNames",
|
|
365
375
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
366
376
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
367
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
377
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/_utils/types.ts#L47"
|
|
368
378
|
},
|
|
369
379
|
{
|
|
370
380
|
"name": "colSpan",
|
|
@@ -374,7 +384,7 @@
|
|
|
374
384
|
"description": "Number of columns in table",
|
|
375
385
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Number of columns in table</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
376
386
|
"sourceFile": "packages/core-react/src/Table/Table.types.ts",
|
|
377
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
387
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Table/Table.types.ts#L104"
|
|
378
388
|
},
|
|
379
389
|
{
|
|
380
390
|
"name": "depth",
|
|
@@ -384,7 +394,7 @@
|
|
|
384
394
|
"description": "Determines indentation of the group and content",
|
|
385
395
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Determines indentation of the group and content</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
386
396
|
"sourceFile": "packages/core-react/src/Table/Table.types.ts",
|
|
387
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
397
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Table/Table.types.ts#L110"
|
|
388
398
|
},
|
|
389
399
|
{
|
|
390
400
|
"name": "style",
|
|
@@ -394,7 +404,7 @@
|
|
|
394
404
|
"description": "Additional CSS styles",
|
|
395
405
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
396
406
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
397
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
407
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/_utils/types.ts#L52"
|
|
398
408
|
}
|
|
399
409
|
],
|
|
400
410
|
"description": ""
|
|
@@ -410,7 +420,7 @@
|
|
|
410
420
|
"description": "",
|
|
411
421
|
"descriptionHtml": "",
|
|
412
422
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
413
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
423
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/_utils/types.ts#L42"
|
|
414
424
|
},
|
|
415
425
|
{
|
|
416
426
|
"name": "className",
|
|
@@ -420,7 +430,7 @@
|
|
|
420
430
|
"description": "Additional classNames",
|
|
421
431
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
422
432
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
423
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
433
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/_utils/types.ts#L47"
|
|
424
434
|
},
|
|
425
435
|
{
|
|
426
436
|
"name": "style",
|
|
@@ -430,7 +440,7 @@
|
|
|
430
440
|
"description": "Additional CSS styles",
|
|
431
441
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
432
442
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
433
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
443
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/_utils/types.ts#L52"
|
|
434
444
|
}
|
|
435
445
|
],
|
|
436
446
|
"description": ""
|
|
@@ -446,7 +456,7 @@
|
|
|
446
456
|
"description": "",
|
|
447
457
|
"descriptionHtml": "",
|
|
448
458
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
449
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
459
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/_utils/types.ts#L42"
|
|
450
460
|
},
|
|
451
461
|
{
|
|
452
462
|
"name": "className",
|
|
@@ -456,7 +466,7 @@
|
|
|
456
466
|
"description": "Additional classNames",
|
|
457
467
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
458
468
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
459
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
469
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/_utils/types.ts#L47"
|
|
460
470
|
},
|
|
461
471
|
{
|
|
462
472
|
"name": "snugfit",
|
|
@@ -466,7 +476,7 @@
|
|
|
466
476
|
"description": "Shrink the cell around the contents",
|
|
467
477
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Shrink the cell around the contents</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
468
478
|
"sourceFile": "packages/core-react/src/Table/Table.types.ts",
|
|
469
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
479
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Table/Table.types.ts#L24"
|
|
470
480
|
},
|
|
471
481
|
{
|
|
472
482
|
"name": "sortOrder",
|
|
@@ -476,7 +486,7 @@
|
|
|
476
486
|
"description": "Column sorting order",
|
|
477
487
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Column sorting order</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.15.1</p>\n</dd></dl></div>",
|
|
478
488
|
"sourceFile": "packages/core-react/src/Table/Table.types.ts",
|
|
479
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
489
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Table/Table.types.ts#L128"
|
|
480
490
|
},
|
|
481
491
|
{
|
|
482
492
|
"name": "sortable",
|
|
@@ -488,7 +498,7 @@
|
|
|
488
498
|
"deprecated": "Please use `sortOrder` prop instead",
|
|
489
499
|
"deprecatedSince": "11.15.1\n",
|
|
490
500
|
"sourceFile": "packages/core-react/src/Table/Table.types.ts",
|
|
491
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
501
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Table/Table.types.ts#L122"
|
|
492
502
|
},
|
|
493
503
|
{
|
|
494
504
|
"name": "style",
|
|
@@ -498,7 +508,7 @@
|
|
|
498
508
|
"description": "Additional CSS styles",
|
|
499
509
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
500
510
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
501
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
511
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/_utils/types.ts#L52"
|
|
502
512
|
},
|
|
503
513
|
{
|
|
504
514
|
"name": "variant",
|
|
@@ -510,7 +520,7 @@
|
|
|
510
520
|
"deprecated": "Please use `sortOrder` prop instead of `esc/desc` variants, and `snugfit` prop instead of `snugfit` variant",
|
|
511
521
|
"deprecatedSince": "11.15.1\n",
|
|
512
522
|
"sourceFile": "packages/core-react/src/Table/Table.types.ts",
|
|
513
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
523
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Table/Table.types.ts#L32"
|
|
514
524
|
},
|
|
515
525
|
{
|
|
516
526
|
"name": "onSortOrderChange",
|
|
@@ -520,7 +530,7 @@
|
|
|
520
530
|
"description": "Column sorting order change callback.\nLoops over from \"asc\" to \"desc\" to \"\", set should be assigned to `sortOrder` prop.",
|
|
521
531
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Column sorting order change callback.\nLoops over from "asc" to "desc" to "", set should be assigned to <code>sortOrder</code> prop.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.15.1</p>\n</dd></dl></div>",
|
|
522
532
|
"sourceFile": "packages/core-react/src/Table/Table.types.ts",
|
|
523
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
533
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Table/Table.types.ts#L135"
|
|
524
534
|
}
|
|
525
535
|
],
|
|
526
536
|
"description": ""
|
|
@@ -536,7 +546,7 @@
|
|
|
536
546
|
"description": "",
|
|
537
547
|
"descriptionHtml": "",
|
|
538
548
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
539
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
549
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/_utils/types.ts#L42"
|
|
540
550
|
},
|
|
541
551
|
{
|
|
542
552
|
"name": "className",
|
|
@@ -546,7 +556,7 @@
|
|
|
546
556
|
"description": "Additional classNames",
|
|
547
557
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
548
558
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
549
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
559
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/_utils/types.ts#L47"
|
|
550
560
|
},
|
|
551
561
|
{
|
|
552
562
|
"name": "style",
|
|
@@ -556,7 +566,7 @@
|
|
|
556
566
|
"description": "Additional CSS styles",
|
|
557
567
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
558
568
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
559
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
569
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/_utils/types.ts#L52"
|
|
560
570
|
}
|
|
561
571
|
],
|
|
562
572
|
"description": ""
|
|
@@ -572,7 +582,7 @@
|
|
|
572
582
|
"description": "Controls the error state of the `Input`, changing the\nbackground color and border colors to red",
|
|
573
583
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Controls the error state of the <code>Input</code>, changing the\nbackground color and border colors to red</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
574
584
|
"sourceFile": "packages/core-react/src/Input/Input.types.ts",
|
|
575
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
585
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Input/Input.types.ts#L8"
|
|
576
586
|
},
|
|
577
587
|
{
|
|
578
588
|
"name": "errorMessage",
|
|
@@ -582,7 +592,7 @@
|
|
|
582
592
|
"description": "Message to be displayed below the input during an error",
|
|
583
593
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Message to be displayed below the input during an error</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
584
594
|
"sourceFile": "packages/core-react/src/Table/Table.types.ts",
|
|
585
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
595
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Table/Table.types.ts#L149"
|
|
586
596
|
},
|
|
587
597
|
{
|
|
588
598
|
"name": "processing",
|
|
@@ -592,7 +602,7 @@
|
|
|
592
602
|
"description": "Triggers the spinner for processing inline editable content",
|
|
593
603
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Triggers the spinner for processing inline editable content</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>",
|
|
594
604
|
"sourceFile": "packages/core-react/src/Table/Table.types.ts",
|
|
595
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
605
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Table/Table.types.ts#L156"
|
|
596
606
|
},
|
|
597
607
|
{
|
|
598
608
|
"name": "size",
|
|
@@ -602,7 +612,7 @@
|
|
|
602
612
|
"description": "The size of the input cell and corresponding error message",
|
|
603
613
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The size of the input cell and corresponding error message</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>'block'</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
604
614
|
"sourceFile": "packages/core-react/src/Table/Table.types.ts",
|
|
605
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
615
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Table/Table.types.ts#L163"
|
|
606
616
|
},
|
|
607
617
|
{
|
|
608
618
|
"name": "variant",
|
|
@@ -614,7 +624,7 @@
|
|
|
614
624
|
"deprecated": "Use the `error` prop instead",
|
|
615
625
|
"deprecatedSince": "11",
|
|
616
626
|
"sourceFile": "packages/core-react/src/Input/Input.types.ts",
|
|
617
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
627
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Input/Input.types.ts#L15"
|
|
618
628
|
}
|
|
619
629
|
],
|
|
620
630
|
"description": ""
|
|
@@ -630,7 +640,7 @@
|
|
|
630
640
|
"description": "",
|
|
631
641
|
"descriptionHtml": "",
|
|
632
642
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
633
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
643
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/_utils/types.ts#L42"
|
|
634
644
|
},
|
|
635
645
|
{
|
|
636
646
|
"name": "className",
|
|
@@ -640,7 +650,7 @@
|
|
|
640
650
|
"description": "Additional classNames",
|
|
641
651
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
642
652
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
643
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
653
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/_utils/types.ts#L47"
|
|
644
654
|
},
|
|
645
655
|
{
|
|
646
656
|
"name": "href",
|
|
@@ -650,7 +660,7 @@
|
|
|
650
660
|
"description": "Destination url",
|
|
651
661
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Destination url</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>''</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
652
662
|
"sourceFile": "packages/core-react/src/Table/Table.types.ts",
|
|
653
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
663
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Table/Table.types.ts#L172"
|
|
654
664
|
},
|
|
655
665
|
{
|
|
656
666
|
"name": "style",
|
|
@@ -660,7 +670,7 @@
|
|
|
660
670
|
"description": "Additional CSS styles",
|
|
661
671
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
662
672
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
663
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
673
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/_utils/types.ts#L52"
|
|
664
674
|
}
|
|
665
675
|
],
|
|
666
676
|
"description": ""
|
|
@@ -676,7 +686,7 @@
|
|
|
676
686
|
"description": "",
|
|
677
687
|
"descriptionHtml": "",
|
|
678
688
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
679
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
689
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Select/Select.types.ts#L104"
|
|
680
690
|
},
|
|
681
691
|
{
|
|
682
692
|
"name": "afterShow",
|
|
@@ -686,7 +696,7 @@
|
|
|
686
696
|
"description": "",
|
|
687
697
|
"descriptionHtml": "",
|
|
688
698
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
689
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
699
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Select/Select.types.ts#L108"
|
|
690
700
|
},
|
|
691
701
|
{
|
|
692
702
|
"name": "beforeHide",
|
|
@@ -696,7 +706,7 @@
|
|
|
696
706
|
"description": "",
|
|
697
707
|
"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>",
|
|
698
708
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
699
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
709
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Select/Select.types.ts#L112"
|
|
700
710
|
},
|
|
701
711
|
{
|
|
702
712
|
"name": "beforeShow",
|
|
@@ -706,7 +716,7 @@
|
|
|
706
716
|
"description": "",
|
|
707
717
|
"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>",
|
|
708
718
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
709
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
719
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Select/Select.types.ts#L116"
|
|
710
720
|
},
|
|
711
721
|
{
|
|
712
722
|
"name": "block",
|
|
@@ -716,17 +726,17 @@
|
|
|
716
726
|
"description": "Make the Select button 100% width",
|
|
717
727
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Make the Select button 100% width</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
718
728
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
719
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
729
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Select/Select.types.ts#L122"
|
|
720
730
|
},
|
|
721
731
|
{
|
|
722
732
|
"name": "container",
|
|
723
733
|
"required": false,
|
|
724
|
-
"type": "<span class=\"tsd-signature-type\">HTMLElement</span>",
|
|
725
|
-
"typeDetail": "<span class=\"tsd-signature-type\">HTMLElement</span>",
|
|
734
|
+
"type": "<span class=\"tsd-signature-type\">HTMLElement</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">ShadowRoot</span>",
|
|
735
|
+
"typeDetail": "<span class=\"tsd-signature-type\">HTMLElement</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">ShadowRoot</span>",
|
|
726
736
|
"description": "",
|
|
727
737
|
"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>",
|
|
728
738
|
"sourceFile": "packages/core-react/src/Portal/Portal.types.ts",
|
|
729
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
739
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Portal/Portal.types.ts#L7"
|
|
730
740
|
},
|
|
731
741
|
{
|
|
732
742
|
"name": "disabled",
|
|
@@ -736,7 +746,7 @@
|
|
|
736
746
|
"description": "",
|
|
737
747
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><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>",
|
|
738
748
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
739
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
749
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Select/Select.types.ts#L128"
|
|
740
750
|
},
|
|
741
751
|
{
|
|
742
752
|
"name": "emptyMessage",
|
|
@@ -746,7 +756,7 @@
|
|
|
746
756
|
"description": "When there are no children this will render",
|
|
747
757
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>When there are no children this will render</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
748
758
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
749
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
759
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Select/Select.types.ts#L134"
|
|
750
760
|
},
|
|
751
761
|
{
|
|
752
762
|
"name": "error",
|
|
@@ -756,7 +766,7 @@
|
|
|
756
766
|
"description": "",
|
|
757
767
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><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>",
|
|
758
768
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
759
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
769
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Select/Select.types.ts#L140"
|
|
760
770
|
},
|
|
761
771
|
{
|
|
762
772
|
"name": "errorMessage",
|
|
@@ -766,7 +776,7 @@
|
|
|
766
776
|
"description": "Message to be displayed below the select during an error",
|
|
767
777
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Message to be displayed below the select during an error</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>''</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
768
778
|
"sourceFile": "packages/core-react/src/Table/Table.types.ts",
|
|
769
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
779
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Table/Table.types.ts#L183"
|
|
770
780
|
},
|
|
771
781
|
{
|
|
772
782
|
"name": "footer",
|
|
@@ -776,7 +786,7 @@
|
|
|
776
786
|
"description": "",
|
|
777
787
|
"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>",
|
|
778
788
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
779
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
789
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Select/Select.types.ts#L148"
|
|
780
790
|
},
|
|
781
791
|
{
|
|
782
792
|
"name": "header",
|
|
@@ -786,7 +796,7 @@
|
|
|
786
796
|
"description": "",
|
|
787
797
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>12.15.0</p>\n</dd></dl></div>",
|
|
788
798
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
789
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
799
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Select/Select.types.ts#L144"
|
|
790
800
|
},
|
|
791
801
|
{
|
|
792
802
|
"name": "hideDelay",
|
|
@@ -796,7 +806,7 @@
|
|
|
796
806
|
"description": "",
|
|
797
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>",
|
|
798
808
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
799
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
809
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Select/Select.types.ts#L152"
|
|
800
810
|
},
|
|
801
811
|
{
|
|
802
812
|
"name": "i18nScope",
|
|
@@ -806,7 +816,7 @@
|
|
|
806
816
|
"description": "The i18n key to use for the select's configurable strings.\nDefaults to using the core library's default strings.",
|
|
807
817
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The i18n key to use for the select'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>",
|
|
808
818
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
809
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
819
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Select/Select.types.ts#L158"
|
|
810
820
|
},
|
|
811
821
|
{
|
|
812
822
|
"name": "label",
|
|
@@ -816,7 +826,7 @@
|
|
|
816
826
|
"description": "",
|
|
817
827
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
818
828
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
819
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
829
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Select/Select.types.ts#L162"
|
|
820
830
|
},
|
|
821
831
|
{
|
|
822
832
|
"name": "loading",
|
|
@@ -826,7 +836,7 @@
|
|
|
826
836
|
"description": "If the select is loading",
|
|
827
837
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>If the select is loading</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>",
|
|
828
838
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
829
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
839
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Select/Select.types.ts#L169"
|
|
830
840
|
},
|
|
831
841
|
{
|
|
832
842
|
"name": "onScrollBottom",
|
|
@@ -836,7 +846,7 @@
|
|
|
836
846
|
"description": "Optional `function` that automatically executes when\nscrolling reaches the last item.",
|
|
837
847
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Optional <code>function</code> that automatically executes when\nscrolling reaches the last item.</p>\n</div></div>",
|
|
838
848
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
839
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
849
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Select/Select.types.ts#L183"
|
|
840
850
|
},
|
|
841
851
|
{
|
|
842
852
|
"name": "onSelect",
|
|
@@ -846,7 +856,7 @@
|
|
|
846
856
|
"description": "",
|
|
847
857
|
"descriptionHtml": "",
|
|
848
858
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
849
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
859
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Select/Select.types.ts#L193"
|
|
850
860
|
},
|
|
851
861
|
{
|
|
852
862
|
"name": "optionsRef",
|
|
@@ -856,7 +866,7 @@
|
|
|
856
866
|
"description": "",
|
|
857
867
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
858
868
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
859
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
869
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Select/Select.types.ts#L197"
|
|
860
870
|
},
|
|
861
871
|
{
|
|
862
872
|
"name": "placeholder",
|
|
@@ -866,7 +876,7 @@
|
|
|
866
876
|
"description": "Renders when the label is blank",
|
|
867
877
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Renders when the label is blank</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
868
878
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
869
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
879
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Select/Select.types.ts#L203"
|
|
870
880
|
},
|
|
871
881
|
{
|
|
872
882
|
"name": "placement",
|
|
@@ -876,7 +886,7 @@
|
|
|
876
886
|
"description": "The placement of the overlay",
|
|
877
887
|
"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>",
|
|
878
888
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
879
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
889
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Select/Select.types.ts#L210"
|
|
880
890
|
},
|
|
881
891
|
{
|
|
882
892
|
"name": "processing",
|
|
@@ -886,7 +896,7 @@
|
|
|
886
896
|
"description": "Triggers the spinner that covers inline editable content",
|
|
887
897
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Triggers the spinner that covers inline editable content</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>",
|
|
888
898
|
"sourceFile": "packages/core-react/src/Table/Table.types.ts",
|
|
889
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
899
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Table/Table.types.ts#L190"
|
|
890
900
|
},
|
|
891
901
|
{
|
|
892
902
|
"name": "qa",
|
|
@@ -896,7 +906,7 @@
|
|
|
896
906
|
"description": "",
|
|
897
907
|
"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
908
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
899
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
909
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Select/Select.types.ts#L214"
|
|
900
910
|
},
|
|
901
911
|
{
|
|
902
912
|
"name": "restoreFocusOnHide",
|
|
@@ -906,7 +916,7 @@
|
|
|
906
916
|
"description": "Restore focus to the target after the overlay is hidden.\n'core-react' will use internal logic to restore focus,\n'react-aria-focus-scope' will use 'FocusScope' component from '@react-aria',\ntrue will use both.",
|
|
907
917
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Restore focus to the target after the overlay is hidden.\n'core-react' will use internal logic to restore focus,\n'react-aria-focus-scope' will use 'FocusScope' component from '@react-aria',\ntrue will use both.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>'core-react'</p>\n</dd><dt>since</dt><dd><p>12.11.0</p>\n</dd></dl></div>",
|
|
908
918
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
909
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
919
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Select/Select.types.ts#L224"
|
|
910
920
|
},
|
|
911
921
|
{
|
|
912
922
|
"name": "showDelay",
|
|
@@ -916,7 +926,7 @@
|
|
|
916
926
|
"description": "",
|
|
917
927
|
"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>",
|
|
918
928
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
919
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
929
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Select/Select.types.ts#L229"
|
|
920
930
|
},
|
|
921
931
|
{
|
|
922
932
|
"name": "tabIndex",
|
|
@@ -926,7 +936,7 @@
|
|
|
926
936
|
"description": "Configurable tabIndex for the select button",
|
|
927
937
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Configurable tabIndex for the select button</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>0</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
928
938
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
929
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
939
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Select/Select.types.ts#L236"
|
|
930
940
|
},
|
|
931
941
|
{
|
|
932
942
|
"name": "onClear",
|
|
@@ -936,7 +946,7 @@
|
|
|
936
946
|
"description": "It is possible for this component to have an empty value\n(render placeholder). Enables the x icon.",
|
|
937
947
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>It is possible for this component to have an empty value\n(render placeholder). Enables the x icon.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
938
948
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
939
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
949
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Select/Select.types.ts#L176"
|
|
940
950
|
},
|
|
941
951
|
{
|
|
942
952
|
"name": "onSearch",
|
|
@@ -946,7 +956,7 @@
|
|
|
946
956
|
"description": "Adds a search bar to the select.",
|
|
947
957
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Adds a search bar to the select.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
948
958
|
"sourceFile": "packages/core-react/src/Select/Select.types.ts",
|
|
949
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
959
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Select/Select.types.ts#L189"
|
|
950
960
|
}
|
|
951
961
|
],
|
|
952
962
|
"description": ""
|
|
@@ -962,7 +972,7 @@
|
|
|
962
972
|
"description": "",
|
|
963
973
|
"descriptionHtml": "",
|
|
964
974
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
965
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
975
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/_utils/types.ts#L42"
|
|
966
976
|
},
|
|
967
977
|
{
|
|
968
978
|
"name": "className",
|
|
@@ -972,7 +982,7 @@
|
|
|
972
982
|
"description": "Additional classNames",
|
|
973
983
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
974
984
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
975
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
985
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/_utils/types.ts#L47"
|
|
976
986
|
},
|
|
977
987
|
{
|
|
978
988
|
"name": "inline",
|
|
@@ -982,7 +992,7 @@
|
|
|
982
992
|
"description": "",
|
|
983
993
|
"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>",
|
|
984
994
|
"sourceFile": "packages/core-react/src/Table/Table.types.ts",
|
|
985
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
995
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Table/Table.types.ts#L218"
|
|
986
996
|
},
|
|
987
997
|
{
|
|
988
998
|
"name": "style",
|
|
@@ -992,7 +1002,7 @@
|
|
|
992
1002
|
"description": "Additional CSS styles",
|
|
993
1003
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
994
1004
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
995
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1005
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/_utils/types.ts#L52"
|
|
996
1006
|
},
|
|
997
1007
|
{
|
|
998
1008
|
"name": "variant",
|
|
@@ -1002,7 +1012,7 @@
|
|
|
1002
1012
|
"description": "The table variant",
|
|
1003
1013
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The table variant</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
1004
1014
|
"sourceFile": "packages/core-react/src/Table/Table.types.ts",
|
|
1005
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1015
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Table/Table.types.ts#L224"
|
|
1006
1016
|
}
|
|
1007
1017
|
],
|
|
1008
1018
|
"description": ""
|
|
@@ -1018,7 +1028,7 @@
|
|
|
1018
1028
|
"description": "",
|
|
1019
1029
|
"descriptionHtml": "",
|
|
1020
1030
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
1021
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1031
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/_utils/types.ts#L42"
|
|
1022
1032
|
},
|
|
1023
1033
|
{
|
|
1024
1034
|
"name": "className",
|
|
@@ -1028,7 +1038,7 @@
|
|
|
1028
1038
|
"description": "Additional classNames",
|
|
1029
1039
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
1030
1040
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
1031
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1041
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/_utils/types.ts#L47"
|
|
1032
1042
|
},
|
|
1033
1043
|
{
|
|
1034
1044
|
"name": "errorMessage",
|
|
@@ -1038,7 +1048,7 @@
|
|
|
1038
1048
|
"description": "Message to be displayed below the textarea during an error",
|
|
1039
1049
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Message to be displayed below the textarea during an error</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
1040
1050
|
"sourceFile": "packages/core-react/src/Table/Table.types.ts",
|
|
1041
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1051
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Table/Table.types.ts#L232"
|
|
1042
1052
|
},
|
|
1043
1053
|
{
|
|
1044
1054
|
"name": "processing",
|
|
@@ -1048,7 +1058,7 @@
|
|
|
1048
1058
|
"description": "Triggers the spinner for processing inline editable content",
|
|
1049
1059
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Triggers the spinner for processing inline editable content</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
1050
1060
|
"sourceFile": "packages/core-react/src/Table/Table.types.ts",
|
|
1051
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1061
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Table/Table.types.ts#L238"
|
|
1052
1062
|
},
|
|
1053
1063
|
{
|
|
1054
1064
|
"name": "resizable",
|
|
@@ -1058,7 +1068,7 @@
|
|
|
1058
1068
|
"description": "Sets whether it is resizable",
|
|
1059
1069
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Sets whether it is resizable</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
1060
1070
|
"sourceFile": "packages/core-react/src/Table/Table.types.ts",
|
|
1061
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1071
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/Table/Table.types.ts#L244"
|
|
1062
1072
|
},
|
|
1063
1073
|
{
|
|
1064
1074
|
"name": "style",
|
|
@@ -1068,7 +1078,7 @@
|
|
|
1068
1078
|
"description": "Additional CSS styles",
|
|
1069
1079
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
1070
1080
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
1071
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1081
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/_utils/types.ts#L52"
|
|
1072
1082
|
}
|
|
1073
1083
|
],
|
|
1074
1084
|
"description": ""
|
|
@@ -1084,7 +1094,7 @@
|
|
|
1084
1094
|
"description": "",
|
|
1085
1095
|
"descriptionHtml": "",
|
|
1086
1096
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
1087
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1097
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/_utils/types.ts#L42"
|
|
1088
1098
|
},
|
|
1089
1099
|
{
|
|
1090
1100
|
"name": "className",
|
|
@@ -1094,7 +1104,7 @@
|
|
|
1094
1104
|
"description": "Additional classNames",
|
|
1095
1105
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
1096
1106
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
1097
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1107
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/_utils/types.ts#L47"
|
|
1098
1108
|
},
|
|
1099
1109
|
{
|
|
1100
1110
|
"name": "style",
|
|
@@ -1104,7 +1114,7 @@
|
|
|
1104
1114
|
"description": "Additional CSS styles",
|
|
1105
1115
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
1106
1116
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
1107
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1117
|
+
"sourceUrl": "https://github.com/procore/core/blob/819389a/packages/core-react/src/_utils/types.ts#L52"
|
|
1108
1118
|
}
|
|
1109
1119
|
],
|
|
1110
1120
|
"description": ""
|