@procore/core-react 11.3.0-rc.9 → 11.3.1-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/Box/Box.js +2 -2
- package/dist/Box/Box.js.map +1 -1
- package/dist/Box/Box.styles.js +1 -1
- package/dist/Box/Box.styles.js.map +1 -1
- package/dist/Box/Box.types.d.ts +10 -0
- package/dist/Checkbox/Checkbox.d.ts +7 -0
- package/dist/Checkbox/Checkbox.js +14 -1
- package/dist/Checkbox/Checkbox.js.map +1 -1
- package/dist/Checkbox/Checkbox.styles.d.ts +7 -0
- package/dist/Checkbox/Checkbox.styles.js +46 -6
- package/dist/Checkbox/Checkbox.styles.js.map +1 -1
- package/dist/DropdownFlyout/DropdownFlyout.d.ts +2 -2
- package/dist/DropdownFlyout/DropdownFlyout.js +23 -20
- package/dist/DropdownFlyout/DropdownFlyout.js.map +1 -1
- package/dist/DropdownFlyout/DropdownFlyout.types.d.ts +4 -6
- package/dist/Flex/Flex.js +2 -2
- package/dist/Flex/Flex.js.map +1 -1
- package/dist/Flex/Flex.types.d.ts +5 -1
- package/dist/NextMenu/NextMenu.d.ts +0 -12
- package/dist/NextMenu/NextMenu.js +4 -18
- package/dist/NextMenu/NextMenu.js.map +1 -1
- package/dist/NextMenu/NextMenu.styles.js +3 -2
- package/dist/NextMenu/NextMenu.styles.js.map +1 -1
- package/dist/NextMenu/NextMenu.types.d.ts +37 -20
- package/dist/NextMenu/NextMenuItem.js +2 -2
- package/dist/NextMenu/NextMenuItem.js.map +1 -1
- package/dist/NextMenu/sampleData.js +2 -9
- package/dist/NextMenu/sampleData.js.map +1 -1
- package/dist/NumberInput/NumberInput.d.ts +2 -1
- package/dist/NumberInput/NumberInput.js +32 -3
- package/dist/NumberInput/NumberInput.js.map +1 -1
- package/dist/NumberInput/NumberInput.types.d.ts +12 -0
- package/dist/NumberInput/NumberInput.utils.d.ts +2 -1
- package/dist/NumberInput/NumberInput.utils.js +25 -14
- package/dist/NumberInput/NumberInput.utils.js.map +1 -1
- package/dist/OverlayTrigger/OverlayTrigger.js +14 -10
- package/dist/OverlayTrigger/OverlayTrigger.js.map +1 -1
- package/dist/TieredSelect/TierSelectionTieredSelect.js +38 -10
- package/dist/TieredSelect/TierSelectionTieredSelect.js.map +1 -1
- package/dist/TieredSelect/TieredSelect.types.d.ts +18 -14
- package/dist/TieredSelect/TieredSelectMenu.js +41 -13
- package/dist/TieredSelect/TieredSelectMenu.js.map +1 -1
- package/dist/_hooks/DateTime/DateTime.d.ts +1 -0
- package/dist/_hooks/DateTime/DateTime.js +1 -0
- package/dist/_hooks/DateTime/DateTime.js.map +1 -1
- package/dist/_hooks/ResizeObserver.js +5 -6
- package/dist/_hooks/ResizeObserver.js.map +1 -1
- package/dist/_typedoc/Avatar/Avatar.types.json +17 -17
- package/dist/_typedoc/AvatarStack/AvatarStack.types.json +22 -22
- package/dist/_typedoc/Badge/Badge.types.json +6 -6
- package/dist/_typedoc/Banner/Banner.types.json +12 -12
- package/dist/_typedoc/Box/Box.types.json +88 -68
- package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +7 -7
- package/dist/_typedoc/Button/Button.types.json +11 -11
- package/dist/_typedoc/Calendar/Calendar.types.json +89 -79
- package/dist/_typedoc/Card/Card.types.json +6 -6
- package/dist/_typedoc/Checkbox/Checkbox.types.json +7 -7
- 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 +4 -4
- package/dist/_typedoc/Dropdown/Dropdown.types.json +35 -35
- package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +39 -59
- package/dist/_typedoc/Dropzone/Dropzone.types.json +41 -41
- package/dist/_typedoc/EmptyState/EmptyState.types.json +14 -14
- package/dist/_typedoc/FileList/FileList.types.json +9 -9
- package/dist/_typedoc/FileSelect/FileSelect.types.json +26 -26
- 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 +36 -26
- package/dist/_typedoc/FlexList/FlexList.types.json +39 -29
- package/dist/_typedoc/Form/Form.types.json +708 -688
- package/dist/_typedoc/Grid/Grid.types.json +8 -8
- package/dist/_typedoc/GroupSelect/GroupSelect.types.json +51 -51
- package/dist/_typedoc/Input/Input.types.json +2 -2
- package/dist/_typedoc/Link/Link.types.json +4 -4
- package/dist/_typedoc/ListPage/ListPage.types.json +13 -13
- package/dist/_typedoc/Menu/Menu.types.json +71 -61
- package/dist/_typedoc/MenuImperative/MenuImperative.types.json +78 -68
- package/dist/_typedoc/Modal/Modal.types.json +27 -27
- package/dist/_typedoc/MultiSelect/MultiSelect.types.json +30 -30
- package/dist/_typedoc/Notation/Notation.types.json +4 -4
- package/dist/_typedoc/NumberInput/NumberInput.types.json +124 -36
- package/dist/_typedoc/PageLayout/PageLayout.types.json +7 -7
- package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
- package/dist/_typedoc/Panel/Panel.types.json +27 -27
- package/dist/_typedoc/Pill/Pill.types.json +1 -1
- package/dist/_typedoc/PillSelect/PillSelect.types.json +46 -46
- package/dist/_typedoc/Popover/Popover.types.json +10 -10
- package/dist/_typedoc/ProgressBar/ProgressBar.types.json +5 -5
- 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 +14 -14
- package/dist/_typedoc/SegmentedController/SegmentedController.types.json +20 -20
- package/dist/_typedoc/Select/Select.types.json +31 -31
- package/dist/_typedoc/Slider/Slider.types.json +6 -6
- package/dist/_typedoc/Spinner/Spinner.types.json +9 -9
- package/dist/_typedoc/Switch/Switch.types.json +3 -3
- package/dist/_typedoc/Table/Table.types.json +94 -94
- package/dist/_typedoc/Tabs/Tabs.types.json +15 -15
- package/dist/_typedoc/Tearsheet/Tearsheet.types.json +10 -10
- package/dist/_typedoc/TextArea/TextArea.types.json +3 -3
- package/dist/_typedoc/TextEditor/TextEditor.types.json +7 -7
- package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +3 -3
- package/dist/_typedoc/Thumbnail/Thumbnail.types.json +25 -25
- package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +51 -41
- package/dist/_typedoc/TieredSelect/TieredSelect.types.json +37 -27
- package/dist/_typedoc/Tile/Tile.types.json +30 -30
- package/dist/_typedoc/Toast/Toast.types.json +4 -4
- package/dist/_typedoc/ToggleButton/ToggleButton.types.json +3 -3
- package/dist/_typedoc/Token/Token.types.json +4 -4
- package/dist/_typedoc/ToolHeader/ToolHeader.types.json +8 -8
- package/dist/_typedoc/Tooltip/Tooltip.types.json +13 -13
- package/dist/_typedoc/Tree/Tree.types.json +95 -85
- package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
- package/dist/_typedoc/Typography/Typography.types.json +8 -8
- package/dist/_typedoc/_utils/types.json +3 -3
- package/package.json +22 -18
|
@@ -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/Box/Box.types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Box/Box.types.ts#L118"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "alignItems",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"description": "",
|
|
21
21
|
"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>",
|
|
22
22
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
23
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Box/Box.types.ts#L122"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "alignSelf",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"description": "",
|
|
31
31
|
"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>",
|
|
32
32
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
33
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Box/Box.types.ts#L126"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"name": "children",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
41
41
|
"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>",
|
|
42
42
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
43
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
43
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/_utils/types.ts#L45"
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
"name": "className",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"description": "Additional classNames",
|
|
51
51
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
52
52
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
53
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
53
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/_utils/types.ts#L50"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
"name": "display",
|
|
@@ -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/Box/Box.types.ts",
|
|
63
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
63
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Box/Box.types.ts#L146"
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
66
|
"name": "flex",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"description": "Alias to the `flex` property on a flexbox child.",
|
|
71
71
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>flex</code> property on a flexbox child.</p>\n</div><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/Box/Box.types.ts",
|
|
73
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
73
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Box/Box.types.ts#L152"
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
76
|
"name": "flexBasis",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"description": "Alias to the `basis` property on a flexbox child.",
|
|
81
81
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>basis</code> property on a flexbox child.</p>\n</div><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/Box/Box.types.ts",
|
|
83
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
83
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Box/Box.types.ts#L158"
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
"name": "flexDirection",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"description": "Alias to the `direction` property on a flexbox child.",
|
|
91
91
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>direction</code> property on a flexbox child.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
92
92
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
93
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
93
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Box/Box.types.ts#L164"
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
96
|
"name": "flexGrow",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"description": "Alias to the `grow` property on a flexbox child.",
|
|
101
101
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>grow</code> property on a flexbox child.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
102
102
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
103
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
103
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Box/Box.types.ts#L170"
|
|
104
104
|
},
|
|
105
105
|
{
|
|
106
106
|
"name": "flexShrink",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"description": "Alias to the `shrink` property on a flexbox child.",
|
|
111
111
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>shrink</code> property on a flexbox child.</p>\n</div><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/Box/Box.types.ts",
|
|
113
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
113
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Box/Box.types.ts#L176"
|
|
114
114
|
},
|
|
115
115
|
{
|
|
116
116
|
"name": "flexWrap",
|
|
@@ -120,7 +120,17 @@
|
|
|
120
120
|
"description": "Alias to the `wrap` property on a flexbox child.",
|
|
121
121
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>wrap</code> property on a flexbox child.</p>\n</div><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/Box/Box.types.ts",
|
|
123
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
123
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Box/Box.types.ts#L182"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"name": "gap",
|
|
127
|
+
"required": false,
|
|
128
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
129
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
130
|
+
"description": "* Alias to the `gap` property on a flexbox child.",
|
|
131
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<ul>\n<li>Alias to the <code>gap</code> property on a flexbox child.</li>\n</ul>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.3.0</p>\n</dd></dl></div>",
|
|
132
|
+
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
133
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Box/Box.types.ts#L188"
|
|
124
134
|
},
|
|
125
135
|
{
|
|
126
136
|
"name": "justifyContent",
|
|
@@ -130,7 +140,7 @@
|
|
|
130
140
|
"description": "",
|
|
131
141
|
"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
142
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
133
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
143
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Box/Box.types.ts#L130"
|
|
134
144
|
},
|
|
135
145
|
{
|
|
136
146
|
"name": "margin",
|
|
@@ -140,7 +150,7 @@
|
|
|
140
150
|
"description": "",
|
|
141
151
|
"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>",
|
|
142
152
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
143
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
153
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Box/Box.types.ts#L69"
|
|
144
154
|
},
|
|
145
155
|
{
|
|
146
156
|
"name": "marginBottom",
|
|
@@ -150,7 +160,7 @@
|
|
|
150
160
|
"description": "",
|
|
151
161
|
"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>",
|
|
152
162
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
153
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
163
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Box/Box.types.ts#L73"
|
|
154
164
|
},
|
|
155
165
|
{
|
|
156
166
|
"name": "marginLeft",
|
|
@@ -160,7 +170,7 @@
|
|
|
160
170
|
"description": "",
|
|
161
171
|
"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>",
|
|
162
172
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
163
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
173
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Box/Box.types.ts#L77"
|
|
164
174
|
},
|
|
165
175
|
{
|
|
166
176
|
"name": "marginRight",
|
|
@@ -170,7 +180,7 @@
|
|
|
170
180
|
"description": "",
|
|
171
181
|
"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>",
|
|
172
182
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
173
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
183
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Box/Box.types.ts#L81"
|
|
174
184
|
},
|
|
175
185
|
{
|
|
176
186
|
"name": "marginTop",
|
|
@@ -180,7 +190,7 @@
|
|
|
180
190
|
"description": "",
|
|
181
191
|
"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>",
|
|
182
192
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
183
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
193
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Box/Box.types.ts#L85"
|
|
184
194
|
},
|
|
185
195
|
{
|
|
186
196
|
"name": "order",
|
|
@@ -190,7 +200,7 @@
|
|
|
190
200
|
"description": "Alias to the `order` property on a flexbox child.",
|
|
191
201
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>order</code> property on a flexbox child.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
192
202
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
193
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
203
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Box/Box.types.ts#L194"
|
|
194
204
|
},
|
|
195
205
|
{
|
|
196
206
|
"name": "padding",
|
|
@@ -200,7 +210,7 @@
|
|
|
200
210
|
"description": "",
|
|
201
211
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
202
212
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
203
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
213
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Box/Box.types.ts#L92"
|
|
204
214
|
},
|
|
205
215
|
{
|
|
206
216
|
"name": "paddingBottom",
|
|
@@ -210,7 +220,7 @@
|
|
|
210
220
|
"description": "",
|
|
211
221
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
212
222
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
213
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
223
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Box/Box.types.ts#L96"
|
|
214
224
|
},
|
|
215
225
|
{
|
|
216
226
|
"name": "paddingLeft",
|
|
@@ -220,7 +230,7 @@
|
|
|
220
230
|
"description": "",
|
|
221
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>",
|
|
222
232
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
223
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
233
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Box/Box.types.ts#L100"
|
|
224
234
|
},
|
|
225
235
|
{
|
|
226
236
|
"name": "paddingRight",
|
|
@@ -230,7 +240,7 @@
|
|
|
230
240
|
"description": "",
|
|
231
241
|
"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
242
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
233
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
243
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Box/Box.types.ts#L104"
|
|
234
244
|
},
|
|
235
245
|
{
|
|
236
246
|
"name": "paddingTop",
|
|
@@ -240,7 +250,7 @@
|
|
|
240
250
|
"description": "",
|
|
241
251
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
242
252
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
243
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
253
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Box/Box.types.ts#L108"
|
|
244
254
|
},
|
|
245
255
|
{
|
|
246
256
|
"name": "style",
|
|
@@ -250,7 +260,7 @@
|
|
|
250
260
|
"description": "Additional CSS styles",
|
|
251
261
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
252
262
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
253
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
263
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/_utils/types.ts#L55"
|
|
254
264
|
},
|
|
255
265
|
{
|
|
256
266
|
"name": "tabIndex",
|
|
@@ -260,7 +270,7 @@
|
|
|
260
270
|
"description": "",
|
|
261
271
|
"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>",
|
|
262
272
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
263
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
273
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Box/Box.types.ts#L198"
|
|
264
274
|
},
|
|
265
275
|
{
|
|
266
276
|
"name": "textAlign",
|
|
@@ -270,7 +280,7 @@
|
|
|
270
280
|
"description": "",
|
|
271
281
|
"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>",
|
|
272
282
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
273
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
283
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Box/Box.types.ts#L202"
|
|
274
284
|
}
|
|
275
285
|
],
|
|
276
286
|
"description": ""
|
|
@@ -286,7 +296,7 @@
|
|
|
286
296
|
"description": "",
|
|
287
297
|
"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>",
|
|
288
298
|
"sourceFile": "packages/core-react/src/Menu/Menu.types.ts",
|
|
289
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
299
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Menu/Menu.types.ts#L79"
|
|
290
300
|
},
|
|
291
301
|
{
|
|
292
302
|
"name": "clickable",
|
|
@@ -296,7 +306,7 @@
|
|
|
296
306
|
"description": "Can the group item be clicked",
|
|
297
307
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Can the group item be clicked</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
298
308
|
"sourceFile": "packages/core-react/src/Menu/Menu.types.ts",
|
|
299
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
309
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Menu/Menu.types.ts#L85"
|
|
300
310
|
},
|
|
301
311
|
{
|
|
302
312
|
"name": "item",
|
|
@@ -306,7 +316,7 @@
|
|
|
306
316
|
"description": "Value which can be passed around various callback functions.\nCan be anything!",
|
|
307
317
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Value which can be passed around various callback functions.\nCan be anything!</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
308
318
|
"sourceFile": "packages/core-react/src/Menu/Menu.types.ts",
|
|
309
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
319
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Menu/Menu.types.ts#L92"
|
|
310
320
|
}
|
|
311
321
|
],
|
|
312
322
|
"description": ""
|
|
@@ -322,7 +332,7 @@
|
|
|
322
332
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
323
333
|
"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>",
|
|
324
334
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
325
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
335
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/_utils/types.ts#L45"
|
|
326
336
|
},
|
|
327
337
|
{
|
|
328
338
|
"name": "className",
|
|
@@ -332,7 +342,7 @@
|
|
|
332
342
|
"description": "Additional classNames",
|
|
333
343
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
334
344
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
335
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
345
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/_utils/types.ts#L50"
|
|
336
346
|
},
|
|
337
347
|
{
|
|
338
348
|
"name": "style",
|
|
@@ -342,7 +352,7 @@
|
|
|
342
352
|
"description": "Additional CSS styles",
|
|
343
353
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
344
354
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
345
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
355
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/_utils/types.ts#L55"
|
|
346
356
|
},
|
|
347
357
|
{
|
|
348
358
|
"name": "tabIndex",
|
|
@@ -352,7 +362,7 @@
|
|
|
352
362
|
"description": "",
|
|
353
363
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
354
364
|
"sourceFile": "packages/core-react/src/Menu/Menu.types.ts",
|
|
355
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
365
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Menu/Menu.types.ts#L135"
|
|
356
366
|
}
|
|
357
367
|
],
|
|
358
368
|
"description": ""
|
|
@@ -368,7 +378,7 @@
|
|
|
368
378
|
"description": "",
|
|
369
379
|
"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>",
|
|
370
380
|
"sourceFile": "packages/core-react/src/Menu/Menu.types.ts",
|
|
371
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
381
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Menu/Menu.types.ts#L48"
|
|
372
382
|
},
|
|
373
383
|
{
|
|
374
384
|
"name": "className",
|
|
@@ -378,7 +388,7 @@
|
|
|
378
388
|
"description": "",
|
|
379
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>",
|
|
380
390
|
"sourceFile": "packages/core-react/src/Menu/Menu.types.ts",
|
|
381
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
391
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Menu/Menu.types.ts#L52"
|
|
382
392
|
},
|
|
383
393
|
{
|
|
384
394
|
"name": "index",
|
|
@@ -388,7 +398,7 @@
|
|
|
388
398
|
"description": "",
|
|
389
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>",
|
|
390
400
|
"sourceFile": "packages/core-react/src/Menu/Menu.types.ts",
|
|
391
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
401
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Menu/Menu.types.ts#L37"
|
|
392
402
|
},
|
|
393
403
|
{
|
|
394
404
|
"name": "item",
|
|
@@ -398,7 +408,7 @@
|
|
|
398
408
|
"description": "Value which can be passed around various callback functions.\nCan be anything!",
|
|
399
409
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Value which can be passed around various callback functions.\nCan be anything!</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
400
410
|
"sourceFile": "packages/core-react/src/Menu/Menu.types.ts",
|
|
401
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
411
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Menu/Menu.types.ts#L58"
|
|
402
412
|
},
|
|
403
413
|
{
|
|
404
414
|
"name": "ref",
|
|
@@ -408,7 +418,7 @@
|
|
|
408
418
|
"description": "",
|
|
409
419
|
"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>",
|
|
410
420
|
"sourceFile": "packages/core-react/src/Menu/Menu.types.ts",
|
|
411
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
421
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Menu/Menu.types.ts#L41"
|
|
412
422
|
},
|
|
413
423
|
{
|
|
414
424
|
"name": "selected",
|
|
@@ -418,7 +428,7 @@
|
|
|
418
428
|
"description": "Is the item selected",
|
|
419
429
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Is the item selected</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>",
|
|
420
430
|
"sourceFile": "packages/core-react/src/Menu/Menu.types.ts",
|
|
421
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
431
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Menu/Menu.types.ts#L68"
|
|
422
432
|
},
|
|
423
433
|
{
|
|
424
434
|
"name": "style",
|
|
@@ -428,7 +438,7 @@
|
|
|
428
438
|
"description": "Additional CSS styles",
|
|
429
439
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
430
440
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
431
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
441
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/_utils/types.ts#L55"
|
|
432
442
|
},
|
|
433
443
|
{
|
|
434
444
|
"name": "suggested",
|
|
@@ -438,7 +448,7 @@
|
|
|
438
448
|
"description": "",
|
|
439
449
|
"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>",
|
|
440
450
|
"sourceFile": "packages/core-react/src/Menu/Menu.types.ts",
|
|
441
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
451
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Menu/Menu.types.ts#L72"
|
|
442
452
|
},
|
|
443
453
|
{
|
|
444
454
|
"name": "onClick",
|
|
@@ -448,7 +458,7 @@
|
|
|
448
458
|
"description": "",
|
|
449
459
|
"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>",
|
|
450
460
|
"sourceFile": "packages/core-react/src/Menu/Menu.types.ts",
|
|
451
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
461
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Menu/Menu.types.ts#L62"
|
|
452
462
|
}
|
|
453
463
|
],
|
|
454
464
|
"description": ""
|
|
@@ -464,7 +474,7 @@
|
|
|
464
474
|
"description": "",
|
|
465
475
|
"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>",
|
|
466
476
|
"sourceFile": "packages/core-react/src/Menu/Menu.types.ts",
|
|
467
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
477
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Menu/Menu.types.ts#L99"
|
|
468
478
|
},
|
|
469
479
|
{
|
|
470
480
|
"name": "className",
|
|
@@ -474,7 +484,7 @@
|
|
|
474
484
|
"description": "",
|
|
475
485
|
"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>",
|
|
476
486
|
"sourceFile": "packages/core-react/src/Menu/Menu.types.ts",
|
|
477
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
487
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Menu/Menu.types.ts#L103"
|
|
478
488
|
},
|
|
479
489
|
{
|
|
480
490
|
"name": "padding",
|
|
@@ -484,7 +494,7 @@
|
|
|
484
494
|
"description": "",
|
|
485
495
|
"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>",
|
|
486
496
|
"sourceFile": "packages/core-react/src/Menu/Menu.types.ts",
|
|
487
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
497
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Menu/Menu.types.ts#L107"
|
|
488
498
|
},
|
|
489
499
|
{
|
|
490
500
|
"name": "scrollable",
|
|
@@ -494,7 +504,7 @@
|
|
|
494
504
|
"description": "",
|
|
495
505
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>true</p>\n</dd></dl></div>",
|
|
496
506
|
"sourceFile": "packages/core-react/src/Menu/Menu.types.ts",
|
|
497
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
507
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Menu/Menu.types.ts#L112"
|
|
498
508
|
}
|
|
499
509
|
],
|
|
500
510
|
"description": ""
|
|
@@ -512,7 +522,7 @@
|
|
|
512
522
|
"deprecated": "Never offically documented/supported",
|
|
513
523
|
"deprecatedSince": "9",
|
|
514
524
|
"sourceFile": "packages/core-react/src/Menu/Menu.types.ts",
|
|
515
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
525
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Menu/Menu.types.ts#L263"
|
|
516
526
|
},
|
|
517
527
|
{
|
|
518
528
|
"name": "children",
|
|
@@ -522,7 +532,7 @@
|
|
|
522
532
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
523
533
|
"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>",
|
|
524
534
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
525
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
535
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/_utils/types.ts#L45"
|
|
526
536
|
},
|
|
527
537
|
{
|
|
528
538
|
"name": "className",
|
|
@@ -532,7 +542,7 @@
|
|
|
532
542
|
"description": "Additional classNames",
|
|
533
543
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
534
544
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
535
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
545
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/_utils/types.ts#L50"
|
|
536
546
|
},
|
|
537
547
|
{
|
|
538
548
|
"name": "isSelectable",
|
|
@@ -544,7 +554,7 @@
|
|
|
544
554
|
"deprecated": "\n\nThe `isSelectable` prop has been deprecated and will be removed in a future version.\nMenu item selection is now handled internally and there is no need to configure this\nanymore.\n",
|
|
545
555
|
"deprecatedSince": "10.20.0",
|
|
546
556
|
"sourceFile": "packages/core-react/src/Menu/Menu.types.ts",
|
|
547
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
557
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Menu/Menu.types.ts#L228"
|
|
548
558
|
},
|
|
549
559
|
{
|
|
550
560
|
"name": "keyHandlerRef",
|
|
@@ -554,7 +564,7 @@
|
|
|
554
564
|
"description": "Ref object which will get the key handler listeners",
|
|
555
565
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Ref object which will get the key handler listeners</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
556
566
|
"sourceFile": "packages/core-react/src/Menu/Menu.types.ts",
|
|
557
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
567
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Menu/Menu.types.ts#L234"
|
|
558
568
|
},
|
|
559
569
|
{
|
|
560
570
|
"name": "scrollable",
|
|
@@ -564,7 +574,7 @@
|
|
|
564
574
|
"description": "",
|
|
565
575
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>true</p>\n</dd></dl></div>",
|
|
566
576
|
"sourceFile": "packages/core-react/src/Menu/Menu.types.ts",
|
|
567
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
577
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Menu/Menu.types.ts#L112"
|
|
568
578
|
},
|
|
569
579
|
{
|
|
570
580
|
"name": "style",
|
|
@@ -574,7 +584,7 @@
|
|
|
574
584
|
"description": "Additional CSS styles",
|
|
575
585
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
576
586
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
577
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
587
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/_utils/types.ts#L55"
|
|
578
588
|
},
|
|
579
589
|
{
|
|
580
590
|
"name": "usingHook",
|
|
@@ -586,7 +596,7 @@
|
|
|
586
596
|
"deprecated": "Never offically documented/supported. Please migrate to the other props like `onSelect` and `onSearch` on the `Menu` component. In v11, the **internal only** `useMenu` removed its search state. You should not be using `useMenu` nor this `usingHook` prop.",
|
|
587
597
|
"deprecatedSince": "9",
|
|
588
598
|
"sourceFile": "packages/core-react/src/Menu/Menu.types.ts",
|
|
589
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
599
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Menu/Menu.types.ts#L255"
|
|
590
600
|
},
|
|
591
601
|
{
|
|
592
602
|
"name": "onScrollBottom",
|
|
@@ -596,7 +606,7 @@
|
|
|
596
606
|
"description": "",
|
|
597
607
|
"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>",
|
|
598
608
|
"sourceFile": "packages/core-react/src/Menu/Menu.types.ts",
|
|
599
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
609
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Menu/Menu.types.ts#L238"
|
|
600
610
|
},
|
|
601
611
|
{
|
|
602
612
|
"name": "onSearch",
|
|
@@ -606,7 +616,7 @@
|
|
|
606
616
|
"description": "",
|
|
607
617
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11</p>\n</dd></dl></div>",
|
|
608
618
|
"sourceFile": "packages/core-react/src/Menu/Menu.types.ts",
|
|
609
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
619
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Menu/Menu.types.ts#L249"
|
|
610
620
|
},
|
|
611
621
|
{
|
|
612
622
|
"name": "onSelect",
|
|
@@ -616,7 +626,7 @@
|
|
|
616
626
|
"description": "Callback for selecting an item from the menu. `item` will be the `item` prop supplied to the\n `Item` component. `group` will be `true` if the clicked item was a group label.",
|
|
617
627
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Callback for selecting an item from the menu. <code>item</code> will be the <code>item</code> prop supplied to the\n <code>Item</code> component. <code>group</code> will be <code>true</code> if the clicked item was a group label.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
618
628
|
"sourceFile": "packages/core-react/src/Menu/Menu.types.ts",
|
|
619
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
629
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Menu/Menu.types.ts#L245"
|
|
620
630
|
}
|
|
621
631
|
],
|
|
622
632
|
"description": ""
|
|
@@ -632,7 +642,7 @@
|
|
|
632
642
|
"description": "",
|
|
633
643
|
"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>",
|
|
634
644
|
"sourceFile": "packages/core-react/src/Typeahead/Typeahead.types.ts",
|
|
635
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
645
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Typeahead/Typeahead.types.ts#L15"
|
|
636
646
|
},
|
|
637
647
|
{
|
|
638
648
|
"name": "i18nScope",
|
|
@@ -642,7 +652,7 @@
|
|
|
642
652
|
"description": "The i18n key to use for the menu search's configurable strings. Defaults to\nusing the core library's default strings.",
|
|
643
653
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The i18n key to use for the menu search's configurable strings. Defaults to\nusing 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>",
|
|
644
654
|
"sourceFile": "packages/core-react/src/Menu/Menu.types.ts",
|
|
645
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
655
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Menu/Menu.types.ts#L124"
|
|
646
656
|
},
|
|
647
657
|
{
|
|
648
658
|
"name": "onChange",
|
|
@@ -652,7 +662,7 @@
|
|
|
652
662
|
"description": "",
|
|
653
663
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.21.0</p>\n</dd></dl></div>",
|
|
654
664
|
"sourceFile": "packages/core-react/src/Menu/Menu.types.ts",
|
|
655
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
665
|
+
"sourceUrl": "https://github.com/procore/core/blob/cb9e15880/packages/core-react/src/Menu/Menu.types.ts#L128"
|
|
656
666
|
}
|
|
657
667
|
],
|
|
658
668
|
"description": ""
|