@procore/core-react 10.20.0-rc.93 → 10.20.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 +23 -0
- package/dist/esm/components/FileSelect/FileSelect.types.d.ts +17 -60
- package/dist/esm/components/Tree/Tree.js +3 -3
- package/dist/esm/components/Tree/Tree.js.map +1 -1
- package/dist/esm/components/Tree/Tree.styles.d.ts +1 -0
- package/dist/esm/components/Tree/Tree.styles.js +4 -2
- package/dist/esm/components/Tree/Tree.styles.js.map +1 -1
- package/dist/props/FileSelect.json +1 -1
- package/dist/props/allProps.json +37 -37
- package/dist/typedoc/components/Avatar/Avatar.types.json +198 -0
- package/dist/typedoc/components/AvatarStack/AvatarStack.types.json +226 -0
- package/dist/typedoc/components/Badge/Badge.types.json +74 -0
- package/dist/typedoc/components/Banner/Banner.types.json +141 -0
- package/dist/typedoc/components/Breadcrumbs/Breadcrumbs.types.json +84 -0
- package/dist/typedoc/components/Button/Button.types.json +124 -0
- package/dist/typedoc/components/Calendar/Calendar.types.json +846 -0
- package/dist/typedoc/components/Card/Card.types.json +69 -0
- package/dist/typedoc/components/Checkbox/Checkbox.types.json +78 -0
- package/dist/typedoc/components/ContactItem/ContactItem.types.json +98 -0
- package/dist/typedoc/components/DateInput/DateInput.types.json +376 -0
- package/dist/typedoc/components/DateSelect/DateSelect.types.json +138 -0
- package/dist/typedoc/components/Dropdown/Dropdown.types.json +366 -0
- package/dist/typedoc/components/DropdownFlyout/DropdownFlyout.types.json +358 -0
- package/dist/typedoc/components/Dropzone/Dropzone.types.json +498 -0
- package/dist/typedoc/components/EmptyState/EmptyState.types.json +172 -0
- package/dist/typedoc/components/FileList/FileList.types.json +38 -0
- package/dist/typedoc/components/FileSelect/FileSelect.types.json +264 -0
- package/dist/typedoc/components/FileSelect/GridSource/GridSource.types.json +215 -0
- package/dist/typedoc/components/FileSelect/LocalSource/LocalSource.types.json +148 -0
- package/dist/typedoc/components/FileSelect/TreeSource/TreeSource.types.json +169 -0
- package/dist/typedoc/components/Font/Font.types.json +78 -0
- package/dist/typedoc/components/Form/Form.types.json +6870 -0
- package/dist/typedoc/components/GroupSelect/GroupSelect.types.json +520 -0
- package/dist/typedoc/components/Icon/Icon.types.json +114 -0
- package/dist/typedoc/components/Input/Input.types.json +29 -0
- package/dist/typedoc/components/Link/Link.types.json +48 -0
- package/dist/typedoc/components/Menu/Menu.types.json +717 -0
- package/dist/typedoc/components/MenuImperative/MenuImperative.types.json +732 -0
- package/dist/typedoc/components/Modal/Modal.types.json +302 -0
- package/dist/typedoc/components/MultiSelect/MultiSelect.types.json +298 -0
- package/dist/typedoc/components/Notation/Notation.types.json +48 -0
- package/dist/typedoc/components/NumberInput/NumberInput.types.json +288 -0
- package/dist/typedoc/components/OverlayTrigger/OverlayTrigger.json +188 -0
- package/dist/typedoc/components/Pagination/Pagination.types.json +89 -0
- package/dist/typedoc/components/Panel/Panel.types.json +208 -0
- package/dist/typedoc/components/Pill/Pill.types.json +18 -0
- package/dist/typedoc/components/PillSelect/PillSelect.types.json +486 -0
- package/dist/typedoc/components/Popover/Popover.types.json +104 -0
- package/dist/typedoc/components/ProgressBar/ProgressBar.types.json +58 -0
- package/dist/typedoc/components/RadioButton/RadioButton.types.json +68 -0
- package/dist/typedoc/components/Required/Required.types.json +58 -0
- package/dist/typedoc/components/Search/Search.types.json +233 -0
- package/dist/typedoc/components/SegmentedController/SegmentedController.types.json +221 -0
- package/dist/typedoc/components/Select/Select.types.json +330 -0
- package/dist/typedoc/components/Slider/Slider.types.json +68 -0
- package/dist/typedoc/components/Spinner/Spinner.types.json +89 -0
- package/dist/typedoc/components/Switch/Switch.types.json +38 -0
- package/dist/typedoc/components/Table/Table.types.json +1033 -0
- package/dist/typedoc/components/Tabs/Tabs.types.json +157 -0
- package/dist/typedoc/components/TextArea/TextArea.types.json +39 -0
- package/dist/typedoc/components/TextEditor/TextEditor.types.json +79 -0
- package/dist/typedoc/components/Thumbnail/Thumbnail.types.json +128 -0
- package/dist/typedoc/components/TieredDropdown/TieredDropdown.types.json +424 -0
- package/dist/typedoc/components/TieredSelect/TieredSelect.types.json +278 -0
- package/dist/typedoc/components/Tile/Tile.types.json +338 -0
- package/dist/typedoc/components/Toast/Toast.types.json +48 -0
- package/dist/typedoc/components/ToggleButton/ToggleButton.types.json +38 -0
- package/dist/typedoc/components/Token/Token.types.json +125 -0
- package/dist/typedoc/components/Tooltip/Tooltip.types.json +144 -0
- package/dist/typedoc/components/Tree/Tree.types.json +1271 -0
- package/dist/typedoc/components/Typeahead/Typeahead.types.json +28 -0
- package/dist/typedoc/components/Typography/Typography.types.json +88 -0
- package/dist/typedoc/layouts/Box/Box.types.json +742 -0
- package/dist/typedoc/layouts/DetailPage/DetailPage.json +124 -0
- package/dist/typedoc/layouts/Flex/Flex.types.json +268 -0
- package/dist/typedoc/layouts/FlexList/FlexList.types.json +298 -0
- package/dist/typedoc/layouts/Grid/Grid.json +120 -0
- package/dist/typedoc/layouts/IconLayout/IconLayout.json +1 -0
- package/dist/typedoc/layouts/LegacyDetailPage/LegacyDetailPage.json +48 -0
- package/dist/typedoc/layouts/ListPage/ListPage.types.json +115 -0
- package/dist/typedoc/layouts/NextDetailPage/NextDetailPage.types.json +48 -0
- package/dist/typedoc/layouts/NextGrid/NextGrid.types.json +105 -0
- package/dist/typedoc/layouts/PageLayout/PageLayout.types.json +90 -0
- package/dist/typedoc/layouts/ToolHeader/ToolHeader.types.json +95 -0
- package/dist/typedoc/utils/types.json +38 -0
- package/package.json +9 -7
- package/storybook-static/0.25cdfc54d577d52c1c6b.manager.bundle.js +1 -0
- package/storybook-static/0.66071c6b.iframe.bundle.js +1 -0
- package/storybook-static/1.cb03d9ea.iframe.bundle.js +3 -0
- package/storybook-static/{1.f604ac3e.iframe.bundle.js.LICENSE.txt → 1.cb03d9ea.iframe.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/1.cb03d9ea.iframe.bundle.js.map +1 -0
- package/storybook-static/2.e3f1ddbd.iframe.bundle.js +1 -0
- package/storybook-static/4.ca3fc33a26ad8acaa0cf.manager.bundle.js +2 -0
- package/storybook-static/{4.37d215da3480ddf79684.manager.bundle.js.LICENSE.txt → 4.ca3fc33a26ad8acaa0cf.manager.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/5.c7334e99bca309dc0f6b.manager.bundle.js +1 -0
- package/storybook-static/{6.72a5c826f7b9ba2a1008.manager.bundle.js → 6.8684078c90624aaf5c12.manager.bundle.js} +2 -2
- package/storybook-static/{6.72a5c826f7b9ba2a1008.manager.bundle.js.LICENSE.txt → 6.8684078c90624aaf5c12.manager.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/7.2d596a64.iframe.bundle.js +3 -0
- package/storybook-static/{7.be450f50.iframe.bundle.js.LICENSE.txt → 7.2d596a64.iframe.bundle.js.LICENSE.txt} +1 -1
- package/storybook-static/7.2d596a64.iframe.bundle.js.map +1 -0
- package/storybook-static/{7.5bf306f93261894e2733.manager.bundle.js → 7.5dd8b1d63c6ccb2b7d4f.manager.bundle.js} +1 -1
- package/storybook-static/{8.38854c3a6e86288d54cc.manager.bundle.js → 8.9c2959b68dd6b32c4949.manager.bundle.js} +1 -1
- package/storybook-static/8.a80b4344.iframe.bundle.js +1 -0
- package/storybook-static/iframe.html +1 -1
- package/storybook-static/index.html +1 -1
- package/storybook-static/main.01bf0da23679c71a30ae.manager.bundle.js +1 -0
- package/storybook-static/{main.1de6ae75.iframe.bundle.js → main.8bf17d1f.iframe.bundle.js} +1 -1
- package/storybook-static/{runtime~main.3937db5d0c29ffeb9085.manager.bundle.js → runtime~main.f7aa4e9b5144dc1a277f.manager.bundle.js} +1 -1
- package/storybook-static/{runtime~main.ab98e1f1.iframe.bundle.js → runtime~main.f83a03f8.iframe.bundle.js} +1 -1
- package/storybook-static/vendors~main.9381682917547df19d6c.manager.bundle.js +2 -0
- package/storybook-static/{vendors~main.3cce118bc9035e221837.manager.bundle.js.LICENSE.txt → vendors~main.9381682917547df19d6c.manager.bundle.js.LICENSE.txt} +0 -6
- package/storybook-static/vendors~main.d8755a0a.iframe.bundle.js +3 -0
- package/storybook-static/{vendors~main.484f0d61.iframe.bundle.js.LICENSE.txt → vendors~main.d8755a0a.iframe.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/vendors~main.d8755a0a.iframe.bundle.js.map +1 -0
- package/tsconfig.json +6 -0
- package/tsconfig.prod.json +1 -1
- package/typedoc.js +1 -1
- package/typedoc.ts +187 -0
- package/storybook-static/0.41e28a0bb94d5e5489a5.manager.bundle.js +0 -1
- package/storybook-static/0.b4bb1ac1.iframe.bundle.js +0 -1
- package/storybook-static/1.f604ac3e.iframe.bundle.js +0 -3
- package/storybook-static/1.f604ac3e.iframe.bundle.js.map +0 -1
- package/storybook-static/2.127b3eae.iframe.bundle.js +0 -1
- package/storybook-static/4.37d215da3480ddf79684.manager.bundle.js +0 -2
- package/storybook-static/5.81000771920a22421f7b.manager.bundle.js +0 -1
- package/storybook-static/7.be450f50.iframe.bundle.js +0 -3
- package/storybook-static/7.be450f50.iframe.bundle.js.map +0 -1
- package/storybook-static/8.8a74f8ce.iframe.bundle.js +0 -1
- package/storybook-static/main.2ac4adfe9a439a3c1992.manager.bundle.js +0 -1
- package/storybook-static/vendors~main.3cce118bc9035e221837.manager.bundle.js +0 -2
- package/storybook-static/vendors~main.484f0d61.iframe.bundle.js +0 -3
- package/storybook-static/vendors~main.484f0d61.iframe.bundle.js.map +0 -1
- package/tsconfig.dev.json +0 -4
|
@@ -0,0 +1,358 @@
|
|
|
1
|
+
{
|
|
2
|
+
"DropdownFlyoutProps": {
|
|
3
|
+
"name": "DropdownFlyoutProps",
|
|
4
|
+
"properties": [
|
|
5
|
+
{
|
|
6
|
+
"name": "disabled",
|
|
7
|
+
"required": false,
|
|
8
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
9
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
10
|
+
"description": "",
|
|
11
|
+
"descriptionHtml": "",
|
|
12
|
+
"sourceFile": "packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts",
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts#L59"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"name": "icon",
|
|
17
|
+
"required": false,
|
|
18
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
19
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
20
|
+
"description": "The icon of the button.",
|
|
21
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The icon of the button.</p>\n</div></div>",
|
|
22
|
+
"sourceFile": "packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts",
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts#L70"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "label",
|
|
27
|
+
"required": false,
|
|
28
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
29
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
30
|
+
"description": "The text of the button.",
|
|
31
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The text of the button.</p>\n</div></div>",
|
|
32
|
+
"sourceFile": "packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts",
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts#L64"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "loading",
|
|
37
|
+
"required": false,
|
|
38
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
39
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
40
|
+
"description": "",
|
|
41
|
+
"descriptionHtml": "",
|
|
42
|
+
"sourceFile": "packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts",
|
|
43
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts#L65"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"name": "options",
|
|
47
|
+
"required": true,
|
|
48
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">DropdownOption</a><span class=\"tsd-signature-symbol\">[]</span>",
|
|
49
|
+
"typeDetail": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">DropdownOption</a><span class=\"tsd-signature-symbol\">[]</span>",
|
|
50
|
+
"description": "<div>\n Data of the dropdown options - <Code>Option[]</Code>\n <CodeBlock>\n {`type Option = { label: string; children?: Option[] }`}\n </CodeBlock>\n</div>",
|
|
51
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<div>\n Data of the dropdown options - <Code>Option[]</Code>\n <CodeBlock>\n {`type Option = { label: string; children?: Option[] }`}\n </CodeBlock>\n</div></div></div>",
|
|
52
|
+
"sourceFile": "packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts",
|
|
53
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts#L80"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"name": "placement",
|
|
57
|
+
"required": false,
|
|
58
|
+
"type": "<span class=\"tsd-signature-type\">Placement</span>",
|
|
59
|
+
"typeDetail": "<span class=\"tsd-signature-type\">Placement</span>",
|
|
60
|
+
"description": "",
|
|
61
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>'right-bottom'</p>\n</dd></dl></div>",
|
|
62
|
+
"sourceFile": "packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts",
|
|
63
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts#L101"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"name": "size",
|
|
67
|
+
"required": false,
|
|
68
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">ButtonSizes</a>",
|
|
69
|
+
"typeDetail": "<span class=\"tsd-signature-type\">"sm"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"md"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"lg"</span>",
|
|
70
|
+
"description": "The button size",
|
|
71
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The button size</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>'md'</p>\n</dd></dl></div>",
|
|
72
|
+
"sourceFile": "packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts",
|
|
73
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts#L107"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "variant",
|
|
77
|
+
"required": false,
|
|
78
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">LegacyButtonVariant</a>",
|
|
79
|
+
"typeDetail": "<span class=\"tsd-signature-type\">"primary"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"secondary"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"tertiary"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"action-outline"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"error-outline"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"success-outline"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"info-outline"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"dropdown"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"dropdown-secondary"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"form"</span>",
|
|
80
|
+
"description": "",
|
|
81
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>'secondary'</p>\n</dd></dl></div>",
|
|
82
|
+
"sourceFile": "packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts",
|
|
83
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts#L112"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"name": "onClick",
|
|
87
|
+
"required": false,
|
|
88
|
+
"type": "Function",
|
|
89
|
+
"typeDetail": "on<wbr/>Click<span class=\"tsd-signature-symbol\">(</span>option<span class=\"tsd-signature-symbol\">: </span><a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">DropdownOption</a><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
|
|
90
|
+
"description": "<div>\n Callback for click on dropdown option\n <CodeBlock>{'(option: Option) => void'}</CodeBlock>\n</div>",
|
|
91
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<div>\n Callback for click on dropdown option\n <CodeBlock>{'(option: Option) => void'}</CodeBlock>\n</div></div></div>",
|
|
92
|
+
"sourceFile": "packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts",
|
|
93
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts#L88"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"name": "optionRenderer",
|
|
97
|
+
"required": false,
|
|
98
|
+
"type": "Function",
|
|
99
|
+
"typeDetail": "option<wbr/>Renderer<span class=\"tsd-signature-symbol\">(</span>option<span class=\"tsd-signature-symbol\">: </span><a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">DropdownOption</a><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">ReactNode</span>",
|
|
100
|
+
"description": "<div>\n Render prop to specify custom dropdown option content\n <CodeBlock>{'(option: Option) => ReactNode'}</CodeBlock>\n</div>",
|
|
101
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<div>\n Render prop to specify custom dropdown option content\n <CodeBlock>{'(option: Option) => ReactNode'}</CodeBlock>\n</div></div></div>",
|
|
102
|
+
"sourceFile": "packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts",
|
|
103
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts#L96"
|
|
104
|
+
}
|
|
105
|
+
],
|
|
106
|
+
"description": ""
|
|
107
|
+
},
|
|
108
|
+
"DropdownOption": {
|
|
109
|
+
"name": "DropdownOption",
|
|
110
|
+
"properties": [
|
|
111
|
+
{
|
|
112
|
+
"name": "children",
|
|
113
|
+
"required": false,
|
|
114
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">DropdownOption</a><span class=\"tsd-signature-symbol\">[]</span>",
|
|
115
|
+
"typeDetail": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">DropdownOption</a><span class=\"tsd-signature-symbol\">[]</span>",
|
|
116
|
+
"description": "",
|
|
117
|
+
"descriptionHtml": "",
|
|
118
|
+
"sourceFile": "packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts",
|
|
119
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts#L30"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"name": "label",
|
|
123
|
+
"required": true,
|
|
124
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
125
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
126
|
+
"description": "",
|
|
127
|
+
"descriptionHtml": "",
|
|
128
|
+
"sourceFile": "packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts",
|
|
129
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts#L29"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"name": "value",
|
|
133
|
+
"required": true,
|
|
134
|
+
"type": "<span class=\"tsd-signature-type\">any</span>",
|
|
135
|
+
"typeDetail": "<span class=\"tsd-signature-type\">any</span>",
|
|
136
|
+
"description": "",
|
|
137
|
+
"descriptionHtml": "",
|
|
138
|
+
"sourceFile": "packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts",
|
|
139
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts#L28"
|
|
140
|
+
}
|
|
141
|
+
],
|
|
142
|
+
"description": ""
|
|
143
|
+
},
|
|
144
|
+
"FlyoutCaptionProps": {
|
|
145
|
+
"name": "FlyoutCaptionProps",
|
|
146
|
+
"properties": [
|
|
147
|
+
{
|
|
148
|
+
"name": "highlighted",
|
|
149
|
+
"required": true,
|
|
150
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
151
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
152
|
+
"description": "",
|
|
153
|
+
"descriptionHtml": "",
|
|
154
|
+
"sourceFile": "packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts",
|
|
155
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts#L45"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"name": "option",
|
|
159
|
+
"required": true,
|
|
160
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">DropdownOption</a>",
|
|
161
|
+
"typeDetail": "<span class=\"tsd-signature-type\">any</span>",
|
|
162
|
+
"description": "",
|
|
163
|
+
"descriptionHtml": "",
|
|
164
|
+
"sourceFile": "packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts",
|
|
165
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts#L44"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"name": "optionRenderer",
|
|
169
|
+
"required": true,
|
|
170
|
+
"type": "Function",
|
|
171
|
+
"typeDetail": "option<wbr/>Renderer<span class=\"tsd-signature-symbol\">(</span>option<span class=\"tsd-signature-symbol\">: </span><a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">DropdownOption</a><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">ReactNode</span>",
|
|
172
|
+
"description": "",
|
|
173
|
+
"descriptionHtml": "",
|
|
174
|
+
"sourceFile": "packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts",
|
|
175
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts#L46"
|
|
176
|
+
}
|
|
177
|
+
],
|
|
178
|
+
"description": ""
|
|
179
|
+
},
|
|
180
|
+
"FlyoutItemProps": {
|
|
181
|
+
"name": "FlyoutItemProps",
|
|
182
|
+
"properties": [
|
|
183
|
+
{
|
|
184
|
+
"name": "children",
|
|
185
|
+
"required": false,
|
|
186
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
187
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
188
|
+
"description": "Instead of using the default children, you can pass in your own.",
|
|
189
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Instead of using the default children, you can pass in your own.</p>\n</div></div>",
|
|
190
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
191
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"name": "className",
|
|
195
|
+
"required": false,
|
|
196
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
197
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
198
|
+
"description": "Additional classNames",
|
|
199
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
200
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
201
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"name": "container",
|
|
205
|
+
"required": false,
|
|
206
|
+
"type": "<span class=\"tsd-signature-type\">HTMLElement</span>",
|
|
207
|
+
"typeDetail": "<span class=\"tsd-signature-type\">HTMLElement</span>",
|
|
208
|
+
"description": "",
|
|
209
|
+
"descriptionHtml": "",
|
|
210
|
+
"sourceFile": "packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts",
|
|
211
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts#L117"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"name": "option",
|
|
215
|
+
"required": true,
|
|
216
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">FlyoutOption</a>",
|
|
217
|
+
"typeDetail": "<span class=\"tsd-signature-type\">any</span>",
|
|
218
|
+
"description": "",
|
|
219
|
+
"descriptionHtml": "",
|
|
220
|
+
"sourceFile": "packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts",
|
|
221
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts#L116"
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"name": "placement",
|
|
225
|
+
"required": true,
|
|
226
|
+
"type": "<span class=\"tsd-signature-type\">undefined</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">Placement</span>",
|
|
227
|
+
"typeDetail": "<span class=\"tsd-signature-type\">undefined</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">Placement</span>",
|
|
228
|
+
"description": "",
|
|
229
|
+
"descriptionHtml": "",
|
|
230
|
+
"sourceFile": "packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts",
|
|
231
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts#L118"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"name": "style",
|
|
235
|
+
"required": false,
|
|
236
|
+
"type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
237
|
+
"typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
238
|
+
"description": "Additional CSS styles",
|
|
239
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
240
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
241
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
|
|
242
|
+
}
|
|
243
|
+
],
|
|
244
|
+
"description": ""
|
|
245
|
+
},
|
|
246
|
+
"FlyoutListProps": {
|
|
247
|
+
"name": "FlyoutListProps",
|
|
248
|
+
"properties": [
|
|
249
|
+
{
|
|
250
|
+
"name": "container",
|
|
251
|
+
"required": false,
|
|
252
|
+
"type": "<span class=\"tsd-signature-type\">HTMLElement</span>",
|
|
253
|
+
"typeDetail": "<span class=\"tsd-signature-type\">HTMLElement</span>",
|
|
254
|
+
"description": "",
|
|
255
|
+
"descriptionHtml": "",
|
|
256
|
+
"sourceFile": "packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts",
|
|
257
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts#L55"
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"name": "options",
|
|
261
|
+
"required": true,
|
|
262
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">FlyoutOption</a><span class=\"tsd-signature-symbol\">[]</span>",
|
|
263
|
+
"typeDetail": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">FlyoutOption</a><span class=\"tsd-signature-symbol\">[]</span>",
|
|
264
|
+
"description": "",
|
|
265
|
+
"descriptionHtml": "",
|
|
266
|
+
"sourceFile": "packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts",
|
|
267
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts#L50"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"name": "overlayRef",
|
|
271
|
+
"required": true,
|
|
272
|
+
"type": "<span class=\"tsd-signature-type\">RefObject</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">HTMLElement</span><span class=\"tsd-signature-symbol\">></span>",
|
|
273
|
+
"typeDetail": "<span class=\"tsd-signature-type\">RefObject</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">HTMLElement</span><span class=\"tsd-signature-symbol\">></span>",
|
|
274
|
+
"description": "",
|
|
275
|
+
"descriptionHtml": "",
|
|
276
|
+
"sourceFile": "packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts",
|
|
277
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts#L52"
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"name": "padding",
|
|
281
|
+
"required": false,
|
|
282
|
+
"type": "<span class=\"tsd-signature-type\">number</span>",
|
|
283
|
+
"typeDetail": "<span class=\"tsd-signature-type\">number</span>",
|
|
284
|
+
"description": "",
|
|
285
|
+
"descriptionHtml": "",
|
|
286
|
+
"sourceFile": "packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts",
|
|
287
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts#L54"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"name": "placement",
|
|
291
|
+
"required": true,
|
|
292
|
+
"type": "<span class=\"tsd-signature-type\">undefined</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">Placement</span>",
|
|
293
|
+
"typeDetail": "<span class=\"tsd-signature-type\">undefined</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">Placement</span>",
|
|
294
|
+
"description": "",
|
|
295
|
+
"descriptionHtml": "",
|
|
296
|
+
"sourceFile": "packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts",
|
|
297
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts#L53"
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"name": "targetRef",
|
|
301
|
+
"required": true,
|
|
302
|
+
"type": "<span class=\"tsd-signature-type\">RefObject</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">HTMLElement</span><span class=\"tsd-signature-symbol\">></span>",
|
|
303
|
+
"typeDetail": "<span class=\"tsd-signature-type\">RefObject</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">HTMLElement</span><span class=\"tsd-signature-symbol\">></span>",
|
|
304
|
+
"description": "",
|
|
305
|
+
"descriptionHtml": "",
|
|
306
|
+
"sourceFile": "packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts",
|
|
307
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts#L51"
|
|
308
|
+
}
|
|
309
|
+
],
|
|
310
|
+
"description": ""
|
|
311
|
+
},
|
|
312
|
+
"FlyoutOption": {
|
|
313
|
+
"name": "FlyoutOption",
|
|
314
|
+
"properties": [
|
|
315
|
+
{
|
|
316
|
+
"name": "children",
|
|
317
|
+
"required": false,
|
|
318
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">FlyoutOption</a><span class=\"tsd-signature-symbol\">[]</span>",
|
|
319
|
+
"typeDetail": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">FlyoutOption</a><span class=\"tsd-signature-symbol\">[]</span>",
|
|
320
|
+
"description": "",
|
|
321
|
+
"descriptionHtml": "",
|
|
322
|
+
"sourceFile": "packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts",
|
|
323
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts#L38"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"name": "id",
|
|
327
|
+
"required": true,
|
|
328
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
329
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
330
|
+
"description": "",
|
|
331
|
+
"descriptionHtml": "",
|
|
332
|
+
"sourceFile": "packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts",
|
|
333
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts#L35"
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"name": "origin",
|
|
337
|
+
"required": true,
|
|
338
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">DropdownOption</a>",
|
|
339
|
+
"typeDetail": "<span class=\"tsd-signature-type\">any</span>",
|
|
340
|
+
"description": "",
|
|
341
|
+
"descriptionHtml": "",
|
|
342
|
+
"sourceFile": "packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts",
|
|
343
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts#L37"
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"name": "parentId",
|
|
347
|
+
"required": true,
|
|
348
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
349
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
350
|
+
"description": "",
|
|
351
|
+
"descriptionHtml": "",
|
|
352
|
+
"sourceFile": "packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts",
|
|
353
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/DropdownFlyout/DropdownFlyout.types.ts#L36"
|
|
354
|
+
}
|
|
355
|
+
],
|
|
356
|
+
"description": ""
|
|
357
|
+
}
|
|
358
|
+
}
|