@procore/core-react 12.29.0 → 12.30.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 +12 -0
- package/dist/AnchorNavigation/AnchorNavigation.styles.js +3 -3
- package/dist/Avatar/Avatar.styles.js +5 -5
- package/dist/Avatar/Avatar.types.d.ts +1 -1
- package/dist/Avatar/Avatar.types.js.map +1 -1
- package/dist/AvatarStack/AvatarStack.styles.js +7 -7
- package/dist/AvatarStack/AvatarStack.types.d.ts +0 -2
- package/dist/AvatarStack/AvatarStack.types.js.map +1 -1
- 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.styles.js +8 -8
- 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/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.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 +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 +7 -7
- package/dist/Overlay/OverlayArrow.styles.js +1 -1
- package/dist/PageLayout/PageLayout.styles.js +16 -16
- package/dist/PageTemplate/PageFooterTemplate/PageFooterTemplate.styles.js +1 -1
- package/dist/PageTemplate/PageHeaderTemplate/PageHeaderTemplate.styles.js +3 -3
- package/dist/PageTemplate/PagePaneTemplate/PagePaneTemplate.styles.js +2 -2
- package/dist/PageTemplate/PageTemplate/PageTemplate.styles.js +3 -3
- package/dist/Pagination/Pagination.styles.js +5 -5
- package/dist/Panel/Panel.styles.js +11 -11
- package/dist/Pill/Pill.styles.js +3 -3
- package/dist/PillSelect/PillSelect.styles.js +4 -4
- package/dist/Popover/Popover.styles.js +2 -2
- package/dist/Portal/Portal.styles.js +1 -1
- package/dist/ProgressBar/ProgressBar.styles.js +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.styles.js +7 -7
- package/dist/Semantic/Semantic.styles.js +9 -9
- package/dist/Slider/Slider.styles.js +5 -5
- package/dist/Spinner/Spinner.styles.js +7 -7
- package/dist/SplitViewCard/SplitViewCard.styles.js +8 -8
- package/dist/SuperSelect/SuperSelect.components.js +1 -1
- package/dist/SuperSelect/SuperSelect.components.js.map +1 -1
- package/dist/SuperSelect/SuperSelect.presets.styles.js +1 -1
- package/dist/SuperSelect/SuperSelect.styles.js +38 -38
- package/dist/SuperSelect/useSuperSelect.js +377 -62
- package/dist/SuperSelect/useSuperSelect.js.map +1 -1
- package/dist/Switch/Switch.styles.js +4 -4
- package/dist/Table/Table.styles.js +28 -28
- package/dist/TableShelf/TableShelf.styles.js +5 -5
- package/dist/Tabs/Tabs.styles.js +15 -15
- 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.styles.js +17 -17
- 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 +2 -2
- package/dist/Tree/Tree.styles.js +9 -9
- 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/_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 +22 -22
- package/dist/_typedoc/AvatarStack/AvatarStack.types.json +25 -27
- 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 +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 +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 +743 -743
- 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 +74 -74
- 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 +32 -32
- 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 +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 +60 -60
- 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 +101 -101
- 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 +9 -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 +42 -42
- package/dist/_typedoc/TieredSelect/TieredSelect.types.json +28 -28
- 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 +7 -7
- package/dist/_typedoc/Tooltip/Tooltip.types.json +13 -13
- package/dist/_typedoc/Tree/Tree.types.json +86 -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/package.json +2 -2
|
@@ -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/Dropzone/Dropzone.types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L95"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "disabled",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"description": "Enable/disable the dropzone container",
|
|
21
21
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Enable/disable the dropzone container</p>\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/Dropzone/Dropzone.types.ts",
|
|
23
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L101"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "getRootProps",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"description": "",
|
|
31
31
|
"descriptionHtml": "",
|
|
32
32
|
"sourceFile": "packages/core-react/src/Dropzone/Dropzone.types.ts",
|
|
33
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L91"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"name": "rootProps",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"description": "Additional props for dropzone container element",
|
|
41
41
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional props for dropzone container element</p>\n</div><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/Dropzone/Dropzone.types.ts",
|
|
43
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
43
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L85"
|
|
44
44
|
}
|
|
45
45
|
],
|
|
46
46
|
"description": ""
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"description": "",
|
|
57
57
|
"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>",
|
|
58
58
|
"sourceFile": "packages/core-react/src/Dropzone/Dropzone.types.ts",
|
|
59
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
59
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L120"
|
|
60
60
|
},
|
|
61
61
|
{
|
|
62
62
|
"name": "disabled",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"description": "Enable/disable the dropzone content",
|
|
67
67
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Enable/disable the dropzone content</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
68
68
|
"sourceFile": "packages/core-react/src/Dropzone/Dropzone.types.ts",
|
|
69
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
69
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L116"
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
72
|
"name": "isIconVisible",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"description": "Force icon visibility\n`NOTICE:` passing `true` or `false`\nvalue explicitly will make component ignore resizing.",
|
|
77
77
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Force icon visibility\n<code>NOTICE:</code> passing <code>true</code> or <code>false</code>\nvalue explicitly will make component ignore resizing.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
78
78
|
"sourceFile": "packages/core-react/src/Dropzone/Dropzone.types.ts",
|
|
79
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
79
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L110"
|
|
80
80
|
}
|
|
81
81
|
],
|
|
82
82
|
"description": ""
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"description": "Enable/disable the dropzone content",
|
|
93
93
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Enable/disable the dropzone content</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
94
94
|
"sourceFile": "packages/core-react/src/Dropzone/Dropzone.types.ts",
|
|
95
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
95
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L134"
|
|
96
96
|
},
|
|
97
97
|
{
|
|
98
98
|
"name": "errorMessage",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"description": "",
|
|
103
103
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
104
104
|
"sourceFile": "packages/core-react/src/Dropzone/Dropzone.types.ts",
|
|
105
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
105
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L138"
|
|
106
106
|
},
|
|
107
107
|
{
|
|
108
108
|
"name": "open",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"description": "Open the native file selection dialog",
|
|
113
113
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Open the native file selection dialog</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
114
114
|
"sourceFile": "packages/core-react/src/Dropzone/Dropzone.types.ts",
|
|
115
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
115
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L128"
|
|
116
116
|
}
|
|
117
117
|
],
|
|
118
118
|
"description": ""
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"description": "",
|
|
129
129
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
130
130
|
"sourceFile": "packages/core-react/src/Dropzone/Dropzone.types.ts",
|
|
131
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
131
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L51"
|
|
132
132
|
},
|
|
133
133
|
{
|
|
134
134
|
"name": "error",
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"description": "",
|
|
139
139
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
140
140
|
"sourceFile": "packages/core-react/src/Dropzone/Dropzone.types.ts",
|
|
141
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
141
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L31"
|
|
142
142
|
},
|
|
143
143
|
{
|
|
144
144
|
"name": "fileRejections",
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"description": "Rejected files and why they were rejected\n```\n{\n file: File,\n errors: FileError[]\n}[]\n```",
|
|
149
149
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Rejected files and why they were rejected</p>\n<pre><code>{\n file: File,\n errors: FileError[]\n}[]\n</code></pre>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
150
150
|
"sourceFile": "packages/core-react/src/Dropzone/Dropzone.types.ts",
|
|
151
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
151
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L43"
|
|
152
152
|
},
|
|
153
153
|
{
|
|
154
154
|
"name": "qa",
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"description": "",
|
|
159
159
|
"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>",
|
|
160
160
|
"sourceFile": "packages/core-react/src/Dropzone/Dropzone.types.ts",
|
|
161
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
161
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L55"
|
|
162
162
|
},
|
|
163
163
|
{
|
|
164
164
|
"name": "onDismiss",
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
"description": "",
|
|
169
169
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
170
170
|
"sourceFile": "packages/core-react/src/Dropzone/Dropzone.types.ts",
|
|
171
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
171
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L47"
|
|
172
172
|
}
|
|
173
173
|
],
|
|
174
174
|
"description": ""
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
"description": "Maximum number files to the dropzone is allowed. All files above the limit\nwill be rejected.",
|
|
185
185
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Maximum number files to the dropzone is allowed. All files above the limit\nwill be rejected.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
186
186
|
"sourceFile": "packages/core-react/src/Dropzone/Dropzone.types.ts",
|
|
187
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
187
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L154"
|
|
188
188
|
},
|
|
189
189
|
{
|
|
190
190
|
"name": "maxFileSize",
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
"description": "Maximum file size (in bytes)",
|
|
195
195
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Maximum file size (in bytes)</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
196
196
|
"sourceFile": "packages/core-react/src/Dropzone/Dropzone.types.ts",
|
|
197
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
197
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L166"
|
|
198
198
|
},
|
|
199
199
|
{
|
|
200
200
|
"name": "minFileSize",
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
"description": "Minimum file size (in bytes)",
|
|
205
205
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Minimum file size (in bytes)</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
206
206
|
"sourceFile": "packages/core-react/src/Dropzone/Dropzone.types.ts",
|
|
207
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
207
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L160"
|
|
208
208
|
},
|
|
209
209
|
{
|
|
210
210
|
"name": "value",
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
"description": "Array of already selected items",
|
|
215
215
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Array of already selected items</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
216
216
|
"sourceFile": "packages/core-react/src/Dropzone/Dropzone.types.ts",
|
|
217
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
217
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L147"
|
|
218
218
|
}
|
|
219
219
|
],
|
|
220
220
|
"description": ""
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
"description": "",
|
|
231
231
|
"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
232
|
"sourceFile": "packages/core-react/src/Dropzone/Dropzone.types.ts",
|
|
233
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
233
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L338"
|
|
234
234
|
},
|
|
235
235
|
{
|
|
236
236
|
"name": "disabled",
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
"description": "Enable/disable the dropzone",
|
|
241
241
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Enable/disable the dropzone</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>",
|
|
242
242
|
"sourceFile": "packages/core-react/src/Dropzone/Dropzone.types.ts",
|
|
243
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
243
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L231"
|
|
244
244
|
},
|
|
245
245
|
{
|
|
246
246
|
"name": "dragError",
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
"description": "Error message if dragged files is rejected\n```\n{ type: DropErrorType, title: string, message: string }\n```",
|
|
251
251
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Error message if dragged files is rejected</p>\n<pre><code>{ type: DropErrorType, title: string, message: string }\n</code></pre>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
252
252
|
"sourceFile": "packages/core-react/src/Dropzone/Dropzone.types.ts",
|
|
253
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
253
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L215"
|
|
254
254
|
},
|
|
255
255
|
{
|
|
256
256
|
"name": "dropError",
|
|
@@ -260,7 +260,7 @@
|
|
|
260
260
|
"description": "Error message if dropped files is rejected\n```\n{ type: DropErrorType, title: string, message: string }\n```",
|
|
261
261
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Error message if dropped files is rejected</p>\n<pre><code>{ type: DropErrorType, title: string, message: string }\n</code></pre>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
262
262
|
"sourceFile": "packages/core-react/src/Dropzone/Dropzone.types.ts",
|
|
263
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
263
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L224"
|
|
264
264
|
},
|
|
265
265
|
{
|
|
266
266
|
"name": "inputProps",
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
"description": "Additional props for input element",
|
|
271
271
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional props for input element</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
272
272
|
"sourceFile": "packages/core-react/src/Dropzone/Dropzone.types.ts",
|
|
273
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
273
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L334"
|
|
274
274
|
},
|
|
275
275
|
{
|
|
276
276
|
"name": "isIconVisible",
|
|
@@ -280,7 +280,7 @@
|
|
|
280
280
|
"description": "`NOTICE:`",
|
|
281
281
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p><code>NOTICE:</code></p>\n</div><div><p><code>true</code> - will make Icon always visible, despite the component height</p>\n<p><code>false</code> - will make Icon always hide, despite the component height</p>\n<p><code>undefined</code> - will look on the component height to decide show or hide Icon</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
282
282
|
"sourceFile": "packages/core-react/src/Dropzone/Dropzone.types.ts",
|
|
283
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
283
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L302"
|
|
284
284
|
},
|
|
285
285
|
{
|
|
286
286
|
"name": "multiple",
|
|
@@ -290,7 +290,7 @@
|
|
|
290
290
|
"description": "Allow drag 'n' drop (or selection from the file dialog) of multiple files",
|
|
291
291
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Allow drag 'n' drop (or selection from the file dialog) of multiple files</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>",
|
|
292
292
|
"sourceFile": "packages/core-react/src/Dropzone/Dropzone.types.ts",
|
|
293
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
293
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L206"
|
|
294
294
|
},
|
|
295
295
|
{
|
|
296
296
|
"name": "qa",
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
"description": "",
|
|
301
301
|
"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>",
|
|
302
302
|
"sourceFile": "packages/core-react/src/Dropzone/Dropzone.types.ts",
|
|
303
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
303
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L342"
|
|
304
304
|
},
|
|
305
305
|
{
|
|
306
306
|
"name": "rootProps",
|
|
@@ -310,7 +310,7 @@
|
|
|
310
310
|
"description": "Additional props for dropzone element",
|
|
311
311
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional props for dropzone element</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
312
312
|
"sourceFile": "packages/core-react/src/Dropzone/Dropzone.types.ts",
|
|
313
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
313
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L328"
|
|
314
314
|
},
|
|
315
315
|
{
|
|
316
316
|
"name": "tokens",
|
|
@@ -320,7 +320,7 @@
|
|
|
320
320
|
"description": "Array of already selected files",
|
|
321
321
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Array of already selected files</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>12.19.0</p>\n</dd></dl></div>",
|
|
322
322
|
"sourceFile": "packages/core-react/src/Dropzone/Dropzone.types.ts",
|
|
323
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
323
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L316"
|
|
324
324
|
},
|
|
325
325
|
{
|
|
326
326
|
"name": "tooltip",
|
|
@@ -332,7 +332,7 @@
|
|
|
332
332
|
"deprecated": "`tooltip` has been deprecated and will be removed in the future version. Please use `contentRenderer` instead\n",
|
|
333
333
|
"deprecatedSince": "12.19.0",
|
|
334
334
|
"sourceFile": "packages/core-react/src/Dropzone/Dropzone.types.ts",
|
|
335
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
335
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L310"
|
|
336
336
|
},
|
|
337
337
|
{
|
|
338
338
|
"name": "value",
|
|
@@ -342,7 +342,7 @@
|
|
|
342
342
|
"description": "Array of already selected files",
|
|
343
343
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Array of already selected files</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>12.19.0</p>\n</dd></dl></div>",
|
|
344
344
|
"sourceFile": "packages/core-react/src/Dropzone/Dropzone.types.ts",
|
|
345
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
345
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L246"
|
|
346
346
|
},
|
|
347
347
|
{
|
|
348
348
|
"name": "contentRenderer",
|
|
@@ -352,7 +352,7 @@
|
|
|
352
352
|
"description": "Render prop to specify a custom dropzone body message",
|
|
353
353
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Render prop to specify a custom dropzone body message</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
354
354
|
"sourceFile": "packages/core-react/src/Dropzone/Dropzone.types.ts",
|
|
355
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
355
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L291"
|
|
356
356
|
},
|
|
357
357
|
{
|
|
358
358
|
"name": "dispatchDropError",
|
|
@@ -362,7 +362,7 @@
|
|
|
362
362
|
"description": "Sets `dropError`.\n```\n(error: DropErrorType) => void\n```",
|
|
363
363
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Sets <code>dropError</code>.</p>\n<pre><code>(error: DropErrorType) => void\n</code></pre>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
364
364
|
"sourceFile": "packages/core-react/src/Dropzone/Dropzone.types.ts",
|
|
365
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
365
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L240"
|
|
366
366
|
},
|
|
367
367
|
{
|
|
368
368
|
"name": "onClear",
|
|
@@ -372,7 +372,7 @@
|
|
|
372
372
|
"description": "Handler function to clear already selected files",
|
|
373
373
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Handler function to clear already selected files</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>12.19.0</p>\n</dd></dl></div>",
|
|
374
374
|
"sourceFile": "packages/core-react/src/Dropzone/Dropzone.types.ts",
|
|
375
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
375
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L322"
|
|
376
376
|
}
|
|
377
377
|
],
|
|
378
378
|
"description": ""
|
|
@@ -388,7 +388,7 @@
|
|
|
388
388
|
"description": "",
|
|
389
389
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
390
390
|
"sourceFile": "packages/core-react/src/Dropzone/Dropzone.types.ts",
|
|
391
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
391
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L353"
|
|
392
392
|
},
|
|
393
393
|
{
|
|
394
394
|
"name": "rootRef",
|
|
@@ -398,7 +398,7 @@
|
|
|
398
398
|
"description": "",
|
|
399
399
|
"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>",
|
|
400
400
|
"sourceFile": "packages/core-react/src/Dropzone/Dropzone.types.ts",
|
|
401
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
401
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L349"
|
|
402
402
|
},
|
|
403
403
|
{
|
|
404
404
|
"name": "open",
|
|
@@ -408,7 +408,7 @@
|
|
|
408
408
|
"description": "Open the native file selection dialog",
|
|
409
409
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Open the native file selection dialog</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
410
410
|
"sourceFile": "packages/core-react/src/Dropzone/Dropzone.types.ts",
|
|
411
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
411
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L359"
|
|
412
412
|
}
|
|
413
413
|
],
|
|
414
414
|
"description": ""
|
|
@@ -424,7 +424,7 @@
|
|
|
424
424
|
"description": "",
|
|
425
425
|
"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>",
|
|
426
426
|
"sourceFile": "packages/core-react/src/Dropzone/Dropzone.types.ts",
|
|
427
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
427
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L65"
|
|
428
428
|
},
|
|
429
429
|
{
|
|
430
430
|
"name": "maxFiles",
|
|
@@ -434,7 +434,7 @@
|
|
|
434
434
|
"description": "",
|
|
435
435
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
436
436
|
"sourceFile": "packages/core-react/src/Dropzone/Dropzone.types.ts",
|
|
437
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
437
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L69"
|
|
438
438
|
},
|
|
439
439
|
{
|
|
440
440
|
"name": "maxSize",
|
|
@@ -444,7 +444,7 @@
|
|
|
444
444
|
"description": "",
|
|
445
445
|
"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>",
|
|
446
446
|
"sourceFile": "packages/core-react/src/Dropzone/Dropzone.types.ts",
|
|
447
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
447
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L73"
|
|
448
448
|
},
|
|
449
449
|
{
|
|
450
450
|
"name": "minSize",
|
|
@@ -454,7 +454,7 @@
|
|
|
454
454
|
"description": "",
|
|
455
455
|
"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>",
|
|
456
456
|
"sourceFile": "packages/core-react/src/Dropzone/Dropzone.types.ts",
|
|
457
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
457
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L77"
|
|
458
458
|
}
|
|
459
459
|
],
|
|
460
460
|
"description": ""
|
|
@@ -470,7 +470,7 @@
|
|
|
470
470
|
"description": "",
|
|
471
471
|
"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>",
|
|
472
472
|
"sourceFile": "packages/core-react/src/Dropzone/Dropzone.types.ts",
|
|
473
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
473
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L275"
|
|
474
474
|
},
|
|
475
475
|
{
|
|
476
476
|
"name": "hideError",
|
|
@@ -480,7 +480,7 @@
|
|
|
480
480
|
"description": "",
|
|
481
481
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
482
482
|
"sourceFile": "packages/core-react/src/Dropzone/Dropzone.types.ts",
|
|
483
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
483
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L283"
|
|
484
484
|
},
|
|
485
485
|
{
|
|
486
486
|
"name": "showErrorDetails",
|
|
@@ -490,7 +490,7 @@
|
|
|
490
490
|
"description": "",
|
|
491
491
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
492
492
|
"sourceFile": "packages/core-react/src/Dropzone/Dropzone.types.ts",
|
|
493
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
493
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Dropzone/Dropzone.types.ts#L279"
|
|
494
494
|
}
|
|
495
495
|
],
|
|
496
496
|
"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/3f8a508/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/3f8a508/packages/core-react/src/_utils/types.ts#L47"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "style",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"description": "Additional CSS styles",
|
|
31
31
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</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/3f8a508/packages/core-react/src/_utils/types.ts#L52"
|
|
34
34
|
}
|
|
35
35
|
],
|
|
36
36
|
"description": ""
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"description": "",
|
|
47
47
|
"descriptionHtml": "",
|
|
48
48
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
49
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
49
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/_utils/types.ts#L42"
|
|
50
50
|
},
|
|
51
51
|
{
|
|
52
52
|
"name": "className",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"description": "Additional classNames",
|
|
57
57
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
58
58
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
59
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
59
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/_utils/types.ts#L47"
|
|
60
60
|
},
|
|
61
61
|
{
|
|
62
62
|
"name": "style",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"description": "Additional CSS styles",
|
|
67
67
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
68
68
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
69
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
69
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/_utils/types.ts#L52"
|
|
70
70
|
}
|
|
71
71
|
],
|
|
72
72
|
"description": ""
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"description": "",
|
|
83
83
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
84
84
|
"sourceFile": "packages/core-react/src/EmptyState/EmptyState.types.ts",
|
|
85
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
85
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/EmptyState/EmptyState.types.ts#L49"
|
|
86
86
|
}
|
|
87
87
|
],
|
|
88
88
|
"description": ""
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"description": "",
|
|
99
99
|
"descriptionHtml": "",
|
|
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/3f8a508/packages/core-react/src/_utils/types.ts#L42"
|
|
102
102
|
},
|
|
103
103
|
{
|
|
104
104
|
"name": "className",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"description": "Additional classNames",
|
|
109
109
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
110
110
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
111
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
111
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/_utils/types.ts#L47"
|
|
112
112
|
},
|
|
113
113
|
{
|
|
114
114
|
"name": "compact",
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"deprecated": "compact has been deprecated and will be removed in a future version\n",
|
|
121
121
|
"deprecatedSince": "12.18.0",
|
|
122
122
|
"sourceFile": "packages/core-react/src/EmptyState/EmptyState.types.ts",
|
|
123
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
123
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/EmptyState/EmptyState.types.ts#L27"
|
|
124
124
|
},
|
|
125
125
|
{
|
|
126
126
|
"name": "isHorizontal",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"description": "Sets the EmptyState's elements layout",
|
|
131
131
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Sets the EmptyState's elements layout</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>12.18.0</p>\n</dd></dl></div>",
|
|
132
132
|
"sourceFile": "packages/core-react/src/EmptyState/EmptyState.types.ts",
|
|
133
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
133
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/EmptyState/EmptyState.types.ts#L32"
|
|
134
134
|
},
|
|
135
135
|
{
|
|
136
136
|
"name": "size",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Sets the EmptyState's size</p>\n</div><dl class=\"tsd-comment-tags\"><dt>defaultvalue</dt><dd><p>lg</p>\n</dd><dt>since</dt><dd><p>12.18.0</p>\n</dd></dl></div>",
|
|
142
142
|
"defaultValue": "lg",
|
|
143
143
|
"sourceFile": "packages/core-react/src/EmptyState/EmptyState.types.ts",
|
|
144
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
144
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/EmptyState/EmptyState.types.ts#L38"
|
|
145
145
|
},
|
|
146
146
|
{
|
|
147
147
|
"name": "style",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"description": "Additional CSS styles",
|
|
152
152
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
153
153
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
154
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
154
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/_utils/types.ts#L52"
|
|
155
155
|
}
|
|
156
156
|
],
|
|
157
157
|
"description": ""
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
"description": "",
|
|
168
168
|
"descriptionHtml": "",
|
|
169
169
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
170
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
170
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/_utils/types.ts#L42"
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
173
|
"name": "className",
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
"description": "Additional classNames",
|
|
178
178
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
179
179
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
180
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
180
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/_utils/types.ts#L47"
|
|
181
181
|
},
|
|
182
182
|
{
|
|
183
183
|
"name": "style",
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
"description": "Additional CSS styles",
|
|
188
188
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
189
189
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
190
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
190
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/_utils/types.ts#L52"
|
|
191
191
|
}
|
|
192
192
|
],
|
|
193
193
|
"description": ""
|