@procore/core-react 10.27.3-rc.2 → 10.28.0-rc.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/dist/esm/components/Dropdown/Dropdown.js +6 -3
- package/dist/esm/components/Dropdown/Dropdown.js.map +1 -1
- package/dist/esm/components/Dropdown/Dropdown.types.d.ts +9 -0
- package/dist/esm/components/Dropdown/Dropdown.types.js +5 -1
- package/dist/esm/components/Dropdown/Dropdown.types.js.map +1 -1
- package/dist/esm/layouts/NextDetailPage/NextDetailPage.d.ts +26 -0
- package/dist/esm/layouts/NextDetailPage/NextDetailPage.js +26 -0
- package/dist/esm/layouts/NextDetailPage/NextDetailPage.js.map +1 -1
- package/dist/esm/layouts/PageLayout/PageLayout.d.ts +20 -0
- package/dist/esm/layouts/PageLayout/PageLayout.js +20 -0
- package/dist/esm/layouts/PageLayout/PageLayout.js.map +1 -1
- package/dist/typedoc/components/Avatar/Avatar.types.json +17 -17
- package/dist/typedoc/components/AvatarStack/AvatarStack.types.json +22 -22
- package/dist/typedoc/components/Badge/Badge.types.json +6 -6
- package/dist/typedoc/components/Banner/Banner.types.json +12 -12
- package/dist/typedoc/components/Breadcrumbs/Breadcrumbs.types.json +7 -7
- package/dist/typedoc/components/Button/Button.types.json +11 -11
- package/dist/typedoc/components/Calendar/Calendar.types.json +79 -79
- package/dist/typedoc/components/Card/Card.types.json +6 -6
- package/dist/typedoc/components/Checkbox/Checkbox.types.json +7 -7
- package/dist/typedoc/components/ContactItem/ContactItem.types.json +9 -9
- package/dist/typedoc/components/DateInput/DateInput.types.json +35 -35
- package/dist/typedoc/components/DateSelect/DateSelect.types.json +13 -13
- package/dist/typedoc/components/Dropdown/Dropdown.types.json +44 -34
- package/dist/typedoc/components/DropdownFlyout/DropdownFlyout.types.json +32 -32
- package/dist/typedoc/components/Dropzone/Dropzone.types.json +41 -41
- package/dist/typedoc/components/EmptyState/EmptyState.types.json +14 -14
- package/dist/typedoc/components/FileList/FileList.types.json +9 -9
- package/dist/typedoc/components/FileSelect/FileSelect.types.json +25 -25
- package/dist/typedoc/components/FileSelect/GridSource/GridSource.types.json +20 -20
- package/dist/typedoc/components/FileSelect/LocalSource/LocalSource.types.json +14 -14
- package/dist/typedoc/components/FileSelect/TreeSource/TreeSource.types.json +9 -9
- package/dist/typedoc/components/Font/Font.types.json +7 -7
- package/dist/typedoc/components/Form/Form.types.json +684 -684
- package/dist/typedoc/components/GroupSelect/GroupSelect.types.json +50 -50
- package/dist/typedoc/components/Icon/Icon.types.json +10 -10
- package/dist/typedoc/components/Input/Input.types.json +2 -2
- package/dist/typedoc/components/Link/Link.types.json +4 -4
- package/dist/typedoc/components/Menu/Menu.types.json +67 -67
- package/dist/typedoc/components/MenuImperative/MenuImperative.types.json +67 -67
- package/dist/typedoc/components/Modal/Modal.types.json +27 -27
- package/dist/typedoc/components/MultiSelect/MultiSelect.types.json +29 -29
- package/dist/typedoc/components/Notation/Notation.types.json +4 -4
- package/dist/typedoc/components/NumberInput/NumberInput.types.json +25 -25
- package/dist/typedoc/components/OverlayTrigger/OverlayTrigger.json +18 -18
- package/dist/typedoc/components/Pagination/Pagination.types.json +8 -8
- package/dist/typedoc/components/Panel/Panel.types.json +17 -17
- package/dist/typedoc/components/Pill/Pill.types.json +1 -1
- package/dist/typedoc/components/PillSelect/PillSelect.types.json +46 -46
- package/dist/typedoc/components/Popover/Popover.types.json +9 -9
- package/dist/typedoc/components/ProgressBar/ProgressBar.types.json +5 -5
- package/dist/typedoc/components/RadioButton/RadioButton.types.json +6 -6
- package/dist/typedoc/components/Required/Required.types.json +5 -5
- package/dist/typedoc/components/Search/Search.types.json +21 -21
- package/dist/typedoc/components/SegmentedController/SegmentedController.types.json +20 -20
- package/dist/typedoc/components/Select/Select.types.json +31 -31
- package/dist/typedoc/components/Slider/Slider.types.json +6 -6
- package/dist/typedoc/components/Spinner/Spinner.types.json +8 -8
- package/dist/typedoc/components/Switch/Switch.types.json +3 -3
- package/dist/typedoc/components/Table/Table.types.json +94 -94
- package/dist/typedoc/components/Tabs/Tabs.types.json +15 -15
- package/dist/typedoc/components/Tearsheet/Tearsheet.types.json +9 -9
- package/dist/typedoc/components/TextArea/TextArea.types.json +3 -3
- package/dist/typedoc/components/TextEditor/TextEditor.types.json +7 -7
- package/dist/typedoc/components/TextEditorOutput/TextEditorOutput.types.json +3 -3
- package/dist/typedoc/components/Thumbnail/Thumbnail.types.json +12 -12
- package/dist/typedoc/components/TieredDropdown/TieredDropdown.types.json +41 -41
- package/dist/typedoc/components/TieredSelect/TieredSelect.types.json +27 -27
- package/dist/typedoc/components/Tile/Tile.types.json +30 -30
- package/dist/typedoc/components/Toast/Toast.types.json +4 -4
- package/dist/typedoc/components/ToggleButton/ToggleButton.types.json +3 -3
- package/dist/typedoc/components/Token/Token.types.json +4 -4
- package/dist/typedoc/components/Tooltip/Tooltip.types.json +13 -13
- package/dist/typedoc/components/Tree/Tree.types.json +85 -85
- package/dist/typedoc/components/Typeahead/Typeahead.types.json +2 -2
- package/dist/typedoc/components/Typography/Typography.types.json +8 -8
- package/dist/typedoc/layouts/Box/Box.types.json +66 -66
- package/dist/typedoc/layouts/DetailPage/DetailPage.json +11 -11
- package/dist/typedoc/layouts/Flex/Flex.types.json +26 -26
- package/dist/typedoc/layouts/FlexList/FlexList.types.json +29 -29
- package/dist/typedoc/layouts/Grid/Grid.json +10 -10
- package/dist/typedoc/layouts/LegacyDetailPage/LegacyDetailPage.json +4 -4
- package/dist/typedoc/layouts/ListPage/ListPage.types.json +10 -10
- package/dist/typedoc/layouts/NextDetailPage/NextDetailPage.types.json +4 -4
- package/dist/typedoc/layouts/NextGrid/NextGrid.types.json +8 -8
- package/dist/typedoc/layouts/PageLayout/PageLayout.types.json +7 -7
- package/dist/typedoc/layouts/ToolHeader/ToolHeader.types.json +8 -8
- package/dist/typedoc/utils/types.json +3 -3
- package/package.json +2 -2
- package/storybook-static/iframe.html +1 -1
- package/storybook-static/main.d9eeb174.iframe.bundle.js +1 -0
- package/storybook-static/main.2efb55ba.iframe.bundle.js +0 -1
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"description": "<div>\n The callback to run before the overlay is hidden. Returning\n <Code>false</Code> will prevent hiding.\n</div>\n<CodeBlock>(e: event) => boolean | Promise | undefined</CodeBlock>",
|
|
11
11
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<div>\n The callback to run before the overlay is hidden. Returning\n <Code>false</Code> will prevent hiding.\n</div>\n<CodeBlock>(e: event) => boolean | Promise | undefined</CodeBlock></div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
12
12
|
"sourceFile": "packages/core-react/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/OverlayTrigger/OverlayTrigger.tsx#L40"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "beforeShow",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"description": "<div>\n The callback to run before the overlay is shown. Returning\n <Code>false</Code> will prevent showing.\n</div>\n<CodeBlock>(e: event) => boolean | Promise | undefined</CodeBlock>",
|
|
21
21
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<div>\n The callback to run before the overlay is shown. Returning\n <Code>false</Code> will prevent showing.\n</div>\n<CodeBlock>(e: event) => boolean | Promise | undefined</CodeBlock></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/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
23
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/OverlayTrigger/OverlayTrigger.tsx#L49"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "className",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"description": "Additional classNames",
|
|
31
31
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
32
32
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
33
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/utils/types.ts#L45"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"name": "disabled",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"description": "",
|
|
41
41
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
42
42
|
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
43
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
43
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/DateInput/DateInput.types.ts#L143"
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
"name": "error",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"description": "Error variant",
|
|
51
51
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Error variant</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
52
52
|
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
53
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
53
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/DateInput/DateInput.types.ts#L139"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
"name": "tabIndex",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"description": "",
|
|
61
61
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
62
62
|
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
63
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
63
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/DateInput/DateInput.types.ts#L173"
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
66
|
"name": "value",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"description": "",
|
|
71
71
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
72
72
|
"sourceFile": "packages/core-react/src/components/DateSelect/DateSelect.types.ts",
|
|
73
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
73
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/DateSelect/DateSelect.types.ts#L34"
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
76
|
"name": "variant",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"description": "",
|
|
81
81
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
82
82
|
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
83
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
83
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/DateInput/DateInput.types.ts#L182"
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
"name": "afterHide",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"description": "",
|
|
91
91
|
"descriptionHtml": "",
|
|
92
92
|
"sourceFile": "packages/core-react/src/state/Visibility.tsx",
|
|
93
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
93
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/state/Visibility.tsx#L6"
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
96
|
"name": "afterShow",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"description": "",
|
|
101
101
|
"descriptionHtml": "",
|
|
102
102
|
"sourceFile": "packages/core-react/src/state/Visibility.tsx",
|
|
103
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
103
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/state/Visibility.tsx#L7"
|
|
104
104
|
},
|
|
105
105
|
{
|
|
106
106
|
"name": "disabledDate",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"description": "",
|
|
111
111
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
112
112
|
"sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
|
|
113
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
113
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/Calendar/Calendar.types.ts#L30"
|
|
114
114
|
},
|
|
115
115
|
{
|
|
116
116
|
"name": "onChange",
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"description": "",
|
|
121
121
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
122
122
|
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
123
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
123
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/DateInput/DateInput.types.ts#L150"
|
|
124
124
|
},
|
|
125
125
|
{
|
|
126
126
|
"name": "onClear",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"description": "",
|
|
131
131
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
132
132
|
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
133
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
133
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/DateInput/DateInput.types.ts#L161"
|
|
134
134
|
}
|
|
135
135
|
],
|
|
136
136
|
"description": ""
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"description": "",
|
|
11
11
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
12
12
|
"sourceFile": "packages/core-react/src/components/Dropdown/Dropdown.types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/Dropdown/Dropdown.types.ts#L182"
|
|
14
14
|
}
|
|
15
15
|
],
|
|
16
16
|
"description": ""
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"description": "Shows the arrow when activated",
|
|
27
27
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Shows the arrow when activated</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
28
28
|
"sourceFile": "packages/core-react/src/components/Dropdown/Dropdown.types.ts",
|
|
29
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
29
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/Dropdown/Dropdown.types.ts#L136"
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
32
|
"name": "block",
|
|
@@ -36,7 +36,17 @@
|
|
|
36
36
|
"description": "Sets the button to be 100% of the width of its parent",
|
|
37
37
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Sets the button to be 100% of the width of its parent</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
38
38
|
"sourceFile": "packages/core-react/src/components/Button/Button.types.ts",
|
|
39
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
39
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/Button/Button.types.ts#L26"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "focusTarget",
|
|
43
|
+
"required": false,
|
|
44
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Enumeration\">DropdownFocusTarget</a>",
|
|
45
|
+
"typeDetail": "<span class=\"tsd-signature-type\">any</span>",
|
|
46
|
+
"description": "Determines what target should be focused if shown",
|
|
47
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Determines what target should be focused if shown</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.28.0</p>\n</dd></dl></div>",
|
|
48
|
+
"sourceFile": "packages/core-react/src/components/Dropdown/Dropdown.types.ts",
|
|
49
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/Dropdown/Dropdown.types.ts#L152"
|
|
40
50
|
},
|
|
41
51
|
{
|
|
42
52
|
"name": "icon",
|
|
@@ -46,7 +56,7 @@
|
|
|
46
56
|
"description": "string icons have been deprecated, please pass a component from `@procore/core-icons`\nThe icon to display on the left side of the label",
|
|
47
57
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>string icons have been deprecated, please pass a component from <code>@procore/core-icons</code>\nThe icon to display on the left side of the label</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
48
58
|
"sourceFile": "packages/core-react/src/components/Button/Button.types.ts",
|
|
49
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
59
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/Button/Button.types.ts#L32"
|
|
50
60
|
},
|
|
51
61
|
{
|
|
52
62
|
"name": "iconRight",
|
|
@@ -56,7 +66,7 @@
|
|
|
56
66
|
"description": "The icon to display on the right side of the label",
|
|
57
67
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The icon to display on the right side of the label</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
58
68
|
"sourceFile": "packages/core-react/src/components/Button/Button.types.ts",
|
|
59
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
69
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/Button/Button.types.ts#L37"
|
|
60
70
|
},
|
|
61
71
|
{
|
|
62
72
|
"name": "loading",
|
|
@@ -66,7 +76,7 @@
|
|
|
66
76
|
"description": "Shows the button spinner",
|
|
67
77
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Shows the button spinner</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
68
78
|
"sourceFile": "packages/core-react/src/components/Dropdown/Dropdown.types.ts",
|
|
69
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
79
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/Dropdown/Dropdown.types.ts#L141"
|
|
70
80
|
},
|
|
71
81
|
{
|
|
72
82
|
"name": "open",
|
|
@@ -76,7 +86,7 @@
|
|
|
76
86
|
"description": "Changes the direction of the arrow if shown",
|
|
77
87
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Changes the direction of the arrow if shown</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
78
88
|
"sourceFile": "packages/core-react/src/components/Dropdown/Dropdown.types.ts",
|
|
79
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
89
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/Dropdown/Dropdown.types.ts#L146"
|
|
80
90
|
},
|
|
81
91
|
{
|
|
82
92
|
"name": "size",
|
|
@@ -86,7 +96,7 @@
|
|
|
86
96
|
"description": "The size of the button",
|
|
87
97
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The size of the button</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
88
98
|
"sourceFile": "packages/core-react/src/components/Button/Button.types.ts",
|
|
89
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
99
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/Button/Button.types.ts#L47"
|
|
90
100
|
},
|
|
91
101
|
{
|
|
92
102
|
"name": "variant",
|
|
@@ -96,7 +106,7 @@
|
|
|
96
106
|
"description": "All variants except for primary, secondary, tertiary are DEPRECATED.\nAll will still be accepted, but deprecated ones will look like secondary",
|
|
97
107
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>All variants except for primary, secondary, tertiary are DEPRECATED.\nAll will still be accepted, but deprecated ones will look like secondary</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
98
108
|
"sourceFile": "packages/core-react/src/components/Button/Button.types.ts",
|
|
99
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
109
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/Button/Button.types.ts#L53"
|
|
100
110
|
}
|
|
101
111
|
],
|
|
102
112
|
"description": ""
|
|
@@ -112,7 +122,7 @@
|
|
|
112
122
|
"description": "",
|
|
113
123
|
"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>",
|
|
114
124
|
"sourceFile": "packages/core-react/src/components/Dropdown/Dropdown.types.ts",
|
|
115
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
125
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/Dropdown/Dropdown.types.ts#L159"
|
|
116
126
|
},
|
|
117
127
|
{
|
|
118
128
|
"name": "i18nScope",
|
|
@@ -122,7 +132,7 @@
|
|
|
122
132
|
"description": "",
|
|
123
133
|
"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>",
|
|
124
134
|
"sourceFile": "packages/core-react/src/components/Dropdown/Dropdown.types.ts",
|
|
125
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
135
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/Dropdown/Dropdown.types.ts#L167"
|
|
126
136
|
},
|
|
127
137
|
{
|
|
128
138
|
"name": "menuRef",
|
|
@@ -132,7 +142,7 @@
|
|
|
132
142
|
"description": "",
|
|
133
143
|
"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>",
|
|
134
144
|
"sourceFile": "packages/core-react/src/components/Dropdown/Dropdown.types.ts",
|
|
135
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
145
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/Dropdown/Dropdown.types.ts#L163"
|
|
136
146
|
},
|
|
137
147
|
{
|
|
138
148
|
"name": "onSearch",
|
|
@@ -142,7 +152,7 @@
|
|
|
142
152
|
"description": "",
|
|
143
153
|
"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>",
|
|
144
154
|
"sourceFile": "packages/core-react/src/components/Dropdown/Dropdown.types.ts",
|
|
145
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
155
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/Dropdown/Dropdown.types.ts#L171"
|
|
146
156
|
},
|
|
147
157
|
{
|
|
148
158
|
"name": "onSelect",
|
|
@@ -152,7 +162,7 @@
|
|
|
152
162
|
"description": "",
|
|
153
163
|
"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>",
|
|
154
164
|
"sourceFile": "packages/core-react/src/components/Dropdown/Dropdown.types.ts",
|
|
155
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
165
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/Dropdown/Dropdown.types.ts#L175"
|
|
156
166
|
}
|
|
157
167
|
],
|
|
158
168
|
"description": ""
|
|
@@ -168,7 +178,7 @@
|
|
|
168
178
|
"description": "",
|
|
169
179
|
"descriptionHtml": "",
|
|
170
180
|
"sourceFile": "packages/core-react/src/components/Dropdown/Dropdown.types.ts",
|
|
171
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
181
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/Dropdown/Dropdown.types.ts#L19"
|
|
172
182
|
},
|
|
173
183
|
{
|
|
174
184
|
"name": "afterShow",
|
|
@@ -178,7 +188,7 @@
|
|
|
178
188
|
"description": "",
|
|
179
189
|
"descriptionHtml": "",
|
|
180
190
|
"sourceFile": "packages/core-react/src/components/Dropdown/Dropdown.types.ts",
|
|
181
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
191
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/Dropdown/Dropdown.types.ts#L23"
|
|
182
192
|
},
|
|
183
193
|
{
|
|
184
194
|
"name": "beforeHide",
|
|
@@ -188,7 +198,7 @@
|
|
|
188
198
|
"description": "",
|
|
189
199
|
"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>",
|
|
190
200
|
"sourceFile": "packages/core-react/src/components/Dropdown/Dropdown.types.ts",
|
|
191
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
201
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/Dropdown/Dropdown.types.ts#L27"
|
|
192
202
|
},
|
|
193
203
|
{
|
|
194
204
|
"name": "beforeShow",
|
|
@@ -198,7 +208,7 @@
|
|
|
198
208
|
"description": "",
|
|
199
209
|
"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>",
|
|
200
210
|
"sourceFile": "packages/core-react/src/components/Dropdown/Dropdown.types.ts",
|
|
201
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
211
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/Dropdown/Dropdown.types.ts#L31"
|
|
202
212
|
},
|
|
203
213
|
{
|
|
204
214
|
"name": "block",
|
|
@@ -208,7 +218,7 @@
|
|
|
208
218
|
"description": "",
|
|
209
219
|
"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>",
|
|
210
220
|
"sourceFile": "packages/core-react/src/components/Dropdown/Dropdown.types.ts",
|
|
211
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
221
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/Dropdown/Dropdown.types.ts#L35"
|
|
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/components/Dropdown/Dropdown.types.ts",
|
|
221
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
231
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/Dropdown/Dropdown.types.ts#L39"
|
|
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/components/Dropdown/Dropdown.types.ts",
|
|
231
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
241
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/Dropdown/Dropdown.types.ts#L43"
|
|
232
242
|
},
|
|
233
243
|
{
|
|
234
244
|
"name": "error",
|
|
@@ -238,7 +248,7 @@
|
|
|
238
248
|
"description": "",
|
|
239
249
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
240
250
|
"sourceFile": "packages/core-react/src/components/Dropdown/Dropdown.types.ts",
|
|
241
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
251
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/Dropdown/Dropdown.types.ts#L47"
|
|
242
252
|
},
|
|
243
253
|
{
|
|
244
254
|
"name": "footer",
|
|
@@ -248,7 +258,7 @@
|
|
|
248
258
|
"description": "Content to render in a footer.",
|
|
249
259
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Content to render in a footer.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
250
260
|
"sourceFile": "packages/core-react/src/components/Dropdown/Dropdown.types.ts",
|
|
251
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
261
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/Dropdown/Dropdown.types.ts#L53"
|
|
252
262
|
},
|
|
253
263
|
{
|
|
254
264
|
"name": "i18nScope",
|
|
@@ -258,7 +268,7 @@
|
|
|
258
268
|
"description": "The i18n key to use for the dropdowns's configurable strings.\nDefaults to using the core library's default strings.",
|
|
259
269
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The i18n key to use for the dropdowns's configurable strings.\nDefaults to using the core library's default strings.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
260
270
|
"sourceFile": "packages/core-react/src/components/Dropdown/Dropdown.types.ts",
|
|
261
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
271
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/Dropdown/Dropdown.types.ts#L59"
|
|
262
272
|
},
|
|
263
273
|
{
|
|
264
274
|
"name": "icon",
|
|
@@ -268,7 +278,7 @@
|
|
|
268
278
|
"description": "",
|
|
269
279
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>remarks</dt><dd><p>string icons have been deprecated, please pass a component from <code>@procore/core-icons</code></p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
270
280
|
"sourceFile": "packages/core-react/src/components/Dropdown/Dropdown.types.ts",
|
|
271
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
281
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/Dropdown/Dropdown.types.ts#L64"
|
|
272
282
|
},
|
|
273
283
|
{
|
|
274
284
|
"name": "label",
|
|
@@ -278,7 +288,7 @@
|
|
|
278
288
|
"description": "The button text.",
|
|
279
289
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The button text.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
280
290
|
"sourceFile": "packages/core-react/src/components/Dropdown/Dropdown.types.ts",
|
|
281
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
291
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/Dropdown/Dropdown.types.ts#L69"
|
|
282
292
|
},
|
|
283
293
|
{
|
|
284
294
|
"name": "loading",
|
|
@@ -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/components/Dropdown/Dropdown.types.ts",
|
|
291
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
301
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/Dropdown/Dropdown.types.ts#L73"
|
|
292
302
|
},
|
|
293
303
|
{
|
|
294
304
|
"name": "placement",
|
|
@@ -298,7 +308,7 @@
|
|
|
298
308
|
"description": "The placement of the overlay.",
|
|
299
309
|
"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>",
|
|
300
310
|
"sourceFile": "packages/core-react/src/components/Dropdown/Dropdown.types.ts",
|
|
301
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
311
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/Dropdown/Dropdown.types.ts#L102"
|
|
302
312
|
},
|
|
303
313
|
{
|
|
304
314
|
"name": "size",
|
|
@@ -308,7 +318,7 @@
|
|
|
308
318
|
"description": "The button size",
|
|
309
319
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The button size</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>'md'</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
310
320
|
"sourceFile": "packages/core-react/src/components/Dropdown/Dropdown.types.ts",
|
|
311
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
321
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/Dropdown/Dropdown.types.ts#L109"
|
|
312
322
|
},
|
|
313
323
|
{
|
|
314
324
|
"name": "trigger",
|
|
@@ -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/components/Dropdown/Dropdown.types.ts",
|
|
321
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
331
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/Dropdown/Dropdown.types.ts#L113"
|
|
322
332
|
},
|
|
323
333
|
{
|
|
324
334
|
"name": "type",
|
|
@@ -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/components/Dropdown/Dropdown.types.ts",
|
|
331
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
341
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/Dropdown/Dropdown.types.ts#L117"
|
|
332
342
|
},
|
|
333
343
|
{
|
|
334
344
|
"name": "variant",
|
|
@@ -338,7 +348,7 @@
|
|
|
338
348
|
"description": "",
|
|
339
349
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>'secondary'</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
340
350
|
"sourceFile": "packages/core-react/src/components/Dropdown/Dropdown.types.ts",
|
|
341
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
351
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/Dropdown/Dropdown.types.ts#L123"
|
|
342
352
|
},
|
|
343
353
|
{
|
|
344
354
|
"name": "onSearch",
|
|
@@ -348,7 +358,7 @@
|
|
|
348
358
|
"description": "Adds a search bar to the dropdown.",
|
|
349
359
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Adds a search bar to the dropdown.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
350
360
|
"sourceFile": "packages/core-react/src/components/Dropdown/Dropdown.types.ts",
|
|
351
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
361
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/Dropdown/Dropdown.types.ts#L79"
|
|
352
362
|
},
|
|
353
363
|
{
|
|
354
364
|
"name": "onSelect",
|
|
@@ -358,7 +368,7 @@
|
|
|
358
368
|
"description": "<div>\n <div>Callback for selecting an item from the menu\n <CodeBlock>\n { '({ event: ReactEvent, item: Menu.Item.props.item, group: bool }) => void' }\n </CodeBlock>\n </div>\n <div>\n <Code>item</Code> will be the <Code>item</Code> prop supplied to the{' '}\n <Code>Item</Code> component\n </div>\n</div>",
|
|
359
369
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<div>\n <div>Callback for selecting an item from the menu\n <CodeBlock>\n { '({ event: ReactEvent, item: Menu.Item.props.item, group: bool }) => void' }\n </CodeBlock>\n </div>\n <div>\n <Code>item</Code> will be the <Code>item</Code> prop supplied to the{' '}\n <Code>Item</Code> component\n </div>\n</div></div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
360
370
|
"sourceFile": "packages/core-react/src/components/Dropdown/Dropdown.types.ts",
|
|
361
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
371
|
+
"sourceUrl": "https://github.com/procore/core/blob/d0c9d304d/packages/core-react/src/components/Dropdown/Dropdown.types.ts#L95"
|
|
362
372
|
}
|
|
363
373
|
],
|
|
364
374
|
"description": ""
|