@procore/core-react 10.30.0-rc.3 → 10.30.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -1
- package/dist/esm/components/FileSelect/ThumbnailList/ThumbnailList.styles.d.ts +1 -4
- package/dist/esm/components/Form/Form.js +12 -10
- package/dist/esm/components/Form/Form.js.map +1 -1
- package/dist/esm/components/Form/Form.types.d.ts +5 -1
- package/dist/esm/components/TextEditor/TextEditor.js +1 -1
- package/dist/esm/components/TextEditor/TextEditor.js.map +1 -1
- package/dist/esm/components/TextEditor/TextEditor.types.d.ts +1 -1
- package/dist/esm/components/Thumbnail/Thumbnail.d.ts +2 -5
- package/dist/esm/components/Thumbnail/Thumbnail.types.d.ts +2 -2
- package/dist/esm/components/ThumbnailGrid/ThumbnailGrid.styles.d.ts +1 -4
- package/dist/esm/components/Tile/Tile.types.d.ts +3 -12
- package/dist/esm/layouts/IconLayout/IconLayout.d.ts +1 -1
- package/dist/esm/layouts/IconLayout/index.d.ts +1 -1
- package/dist/esm/layouts/IconLayout/index.js.map +1 -1
- package/dist/esm/utils/propsTypedoc.d.ts +77 -77
- package/dist/esm/utils/propsTypedoc.js +155 -64
- package/dist/esm/utils/propsTypedoc.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 +107 -81
- 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 +37 -37
- package/dist/typedoc/components/DropdownFlyout/DropdownFlyout.types.json +32 -32
- package/dist/typedoc/components/Dropzone/Dropzone.types.json +42 -42
- 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 +355 -34
- package/dist/typedoc/components/FileSelect/GridSource/GridSource.types.json +20 -20
- package/dist/typedoc/components/FileSelect/LocalSource/LocalSource.types.json +165 -15
- 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 +746 -746
- package/dist/typedoc/components/GroupSelect/GroupSelect.types.json +61 -61
- 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 +366 -92
- package/dist/typedoc/components/MenuImperative/MenuImperative.types.json +259 -68
- package/dist/typedoc/components/Modal/Modal.types.json +27 -27
- package/dist/typedoc/components/MultiSelect/MultiSelect.types.json +672 -38
- 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 +430 -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 +48 -48
- 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 +269 -33
- 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 +272 -102
- package/dist/typedoc/components/Tabs/Tabs.types.json +89 -17
- 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 +8 -8
- package/dist/typedoc/components/TextEditorOutput/TextEditorOutput.types.json +3 -3
- package/dist/typedoc/components/Thumbnail/Thumbnail.types.json +460 -16
- package/dist/typedoc/components/TieredDropdown/TieredDropdown.types.json +47 -47
- package/dist/typedoc/components/TieredSelect/TieredSelect.types.json +602 -34
- package/dist/typedoc/components/Tile/Tile.types.json +36 -36
- 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/deprecations.json +1 -1
- 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 +12 -12
- package/dist/typedoc/layouts/IconLayout/IconLayout.json +48 -1
- package/dist/typedoc/layouts/LegacyDetailPage/LegacyDetailPage.json +6 -6
- package/dist/typedoc/layouts/ListPage/ListPage.types.json +10 -10
- package/dist/typedoc/layouts/NextDetailPage/NextDetailPage.types.json +8 -8
- 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 +5 -5
- package/typedoc.ts +9 -1
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
11
11
|
"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>",
|
|
12
12
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L40"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "className",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"description": "Additional classNames",
|
|
21
21
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
22
22
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
23
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L45"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "snugfit",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"description": "Shrink the cell around the contents",
|
|
31
31
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Shrink the cell around the contents</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
32
32
|
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
33
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Table/Table.types.ts#L21"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"name": "style",
|
|
@@ -40,17 +40,53 @@
|
|
|
40
40
|
"description": "Additional CSS styles",
|
|
41
41
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
42
42
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
43
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
43
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L50"
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
"name": "variant",
|
|
47
47
|
"required": false,
|
|
48
|
-
"type": "<
|
|
49
|
-
"typeDetail": "<span class=\"tsd-signature-type\">
|
|
48
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">TableCellVariant</a>",
|
|
49
|
+
"typeDetail": "<span class=\"tsd-signature-type\">""</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"asc"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"desc"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"snugfit"</span>",
|
|
50
50
|
"description": "The table body cell variant",
|
|
51
51
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The table body cell variant</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
52
52
|
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
53
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
53
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Table/Table.types.ts#L27"
|
|
54
|
+
}
|
|
55
|
+
],
|
|
56
|
+
"description": ""
|
|
57
|
+
},
|
|
58
|
+
"BodyProps": {
|
|
59
|
+
"name": "BodyProps",
|
|
60
|
+
"properties": [
|
|
61
|
+
{
|
|
62
|
+
"name": "children",
|
|
63
|
+
"required": false,
|
|
64
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
65
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
66
|
+
"description": "Instead of using the default children, you can pass in your own.",
|
|
67
|
+
"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>",
|
|
68
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
69
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L40"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"name": "className",
|
|
73
|
+
"required": false,
|
|
74
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
75
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
76
|
+
"description": "Additional classNames",
|
|
77
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
78
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
79
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L45"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"name": "style",
|
|
83
|
+
"required": false,
|
|
84
|
+
"type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
85
|
+
"typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
86
|
+
"description": "Additional CSS styles",
|
|
87
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
88
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
89
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L50"
|
|
54
90
|
}
|
|
55
91
|
],
|
|
56
92
|
"description": ""
|
|
@@ -66,7 +102,7 @@
|
|
|
66
102
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
67
103
|
"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>",
|
|
68
104
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
69
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
105
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L40"
|
|
70
106
|
},
|
|
71
107
|
{
|
|
72
108
|
"name": "className",
|
|
@@ -76,7 +112,7 @@
|
|
|
76
112
|
"description": "Additional classNames",
|
|
77
113
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
78
114
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
79
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
115
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L45"
|
|
80
116
|
},
|
|
81
117
|
{
|
|
82
118
|
"name": "overdue",
|
|
@@ -86,7 +122,7 @@
|
|
|
86
122
|
"description": "Sets row text color to red to signify overdue items",
|
|
87
123
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Sets row text color to red to signify overdue items</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
88
124
|
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
89
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
125
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Table/Table.types.ts#L37"
|
|
90
126
|
},
|
|
91
127
|
{
|
|
92
128
|
"name": "style",
|
|
@@ -96,7 +132,7 @@
|
|
|
96
132
|
"description": "Additional CSS styles",
|
|
97
133
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
98
134
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
99
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
135
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L50"
|
|
100
136
|
}
|
|
101
137
|
],
|
|
102
138
|
"description": ""
|
|
@@ -112,7 +148,7 @@
|
|
|
112
148
|
"description": "Whether or not the carat is rotated",
|
|
113
149
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Whether or not the carat is rotated</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
114
150
|
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
115
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
151
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Table/Table.types.ts#L45"
|
|
116
152
|
},
|
|
117
153
|
{
|
|
118
154
|
"name": "onClick",
|
|
@@ -122,7 +158,33 @@
|
|
|
122
158
|
"description": "",
|
|
123
159
|
"descriptionHtml": "",
|
|
124
160
|
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
125
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
161
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Table/Table.types.ts#L51"
|
|
162
|
+
}
|
|
163
|
+
],
|
|
164
|
+
"description": ""
|
|
165
|
+
},
|
|
166
|
+
"ContainerProps": {
|
|
167
|
+
"name": "ContainerProps",
|
|
168
|
+
"properties": [
|
|
169
|
+
{
|
|
170
|
+
"name": "children",
|
|
171
|
+
"required": false,
|
|
172
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
173
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
174
|
+
"description": "",
|
|
175
|
+
"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>",
|
|
176
|
+
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
177
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Table/Table.types.ts#L58"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"name": "shelf",
|
|
181
|
+
"required": false,
|
|
182
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
183
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
184
|
+
"description": "Adjust the container to support a table shelf",
|
|
185
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Adjust the container to support a table shelf</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>",
|
|
186
|
+
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
187
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Table/Table.types.ts#L65"
|
|
126
188
|
}
|
|
127
189
|
],
|
|
128
190
|
"description": ""
|
|
@@ -138,7 +200,7 @@
|
|
|
138
200
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
139
201
|
"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>",
|
|
140
202
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
141
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
203
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L40"
|
|
142
204
|
},
|
|
143
205
|
{
|
|
144
206
|
"name": "className",
|
|
@@ -148,7 +210,7 @@
|
|
|
148
210
|
"description": "Additional classNames",
|
|
149
211
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
150
212
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
151
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
213
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L45"
|
|
152
214
|
},
|
|
153
215
|
{
|
|
154
216
|
"name": "style",
|
|
@@ -158,7 +220,7 @@
|
|
|
158
220
|
"description": "Additional CSS styles",
|
|
159
221
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
160
222
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
161
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
223
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L50"
|
|
162
224
|
}
|
|
163
225
|
],
|
|
164
226
|
"description": ""
|
|
@@ -174,7 +236,7 @@
|
|
|
174
236
|
"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>",
|
|
175
237
|
"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>",
|
|
176
238
|
"sourceFile": "packages/core-react/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
177
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
239
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/OverlayTrigger/OverlayTrigger.tsx#L40"
|
|
178
240
|
},
|
|
179
241
|
{
|
|
180
242
|
"name": "beforeShow",
|
|
@@ -184,7 +246,7 @@
|
|
|
184
246
|
"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>",
|
|
185
247
|
"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>",
|
|
186
248
|
"sourceFile": "packages/core-react/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
187
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
249
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/OverlayTrigger/OverlayTrigger.tsx#L49"
|
|
188
250
|
},
|
|
189
251
|
{
|
|
190
252
|
"name": "className",
|
|
@@ -194,7 +256,7 @@
|
|
|
194
256
|
"description": "",
|
|
195
257
|
"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>",
|
|
196
258
|
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
197
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
259
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Table/Table.types.ts#L167"
|
|
198
260
|
},
|
|
199
261
|
{
|
|
200
262
|
"name": "disabled",
|
|
@@ -204,7 +266,7 @@
|
|
|
204
266
|
"description": "",
|
|
205
267
|
"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>",
|
|
206
268
|
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
207
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
269
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/DateInput/DateInput.types.ts#L133"
|
|
208
270
|
},
|
|
209
271
|
{
|
|
210
272
|
"name": "error",
|
|
@@ -214,7 +276,7 @@
|
|
|
214
276
|
"description": "Error variant",
|
|
215
277
|
"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>",
|
|
216
278
|
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
217
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
279
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/DateInput/DateInput.types.ts#L129"
|
|
218
280
|
},
|
|
219
281
|
{
|
|
220
282
|
"name": "errorMessage",
|
|
@@ -224,7 +286,7 @@
|
|
|
224
286
|
"description": "Message to be displayed below the date select during an error",
|
|
225
287
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Message to be displayed below the date select during an error</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>''</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
226
288
|
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
227
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
289
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Table/Table.types.ts#L174"
|
|
228
290
|
},
|
|
229
291
|
{
|
|
230
292
|
"name": "processing",
|
|
@@ -234,7 +296,7 @@
|
|
|
234
296
|
"description": "Triggers the spinner that covers inline editable content",
|
|
235
297
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Triggers the spinner that covers inline editable content</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
236
298
|
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
237
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
299
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Table/Table.types.ts#L181"
|
|
238
300
|
},
|
|
239
301
|
{
|
|
240
302
|
"name": "tabIndex",
|
|
@@ -244,7 +306,7 @@
|
|
|
244
306
|
"description": "",
|
|
245
307
|
"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>",
|
|
246
308
|
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
247
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
309
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/DateInput/DateInput.types.ts#L163"
|
|
248
310
|
},
|
|
249
311
|
{
|
|
250
312
|
"name": "value",
|
|
@@ -254,7 +316,7 @@
|
|
|
254
316
|
"description": "",
|
|
255
317
|
"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>",
|
|
256
318
|
"sourceFile": "packages/core-react/src/components/DateSelect/DateSelect.types.ts",
|
|
257
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
319
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/DateSelect/DateSelect.types.ts#L34"
|
|
258
320
|
},
|
|
259
321
|
{
|
|
260
322
|
"name": "variant",
|
|
@@ -264,7 +326,7 @@
|
|
|
264
326
|
"description": "",
|
|
265
327
|
"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>",
|
|
266
328
|
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
267
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
329
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/DateInput/DateInput.types.ts#L172"
|
|
268
330
|
},
|
|
269
331
|
{
|
|
270
332
|
"name": "afterHide",
|
|
@@ -274,7 +336,7 @@
|
|
|
274
336
|
"description": "",
|
|
275
337
|
"descriptionHtml": "",
|
|
276
338
|
"sourceFile": "packages/core-react/src/state/Visibility.tsx",
|
|
277
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
339
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/state/Visibility.tsx#L6"
|
|
278
340
|
},
|
|
279
341
|
{
|
|
280
342
|
"name": "afterShow",
|
|
@@ -284,7 +346,7 @@
|
|
|
284
346
|
"description": "",
|
|
285
347
|
"descriptionHtml": "",
|
|
286
348
|
"sourceFile": "packages/core-react/src/state/Visibility.tsx",
|
|
287
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
349
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/state/Visibility.tsx#L7"
|
|
288
350
|
},
|
|
289
351
|
{
|
|
290
352
|
"name": "disabledDate",
|
|
@@ -294,7 +356,7 @@
|
|
|
294
356
|
"description": "",
|
|
295
357
|
"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>",
|
|
296
358
|
"sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
|
|
297
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
359
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Calendar/Calendar.types.ts#L30"
|
|
298
360
|
},
|
|
299
361
|
{
|
|
300
362
|
"name": "onChange",
|
|
@@ -304,7 +366,7 @@
|
|
|
304
366
|
"description": "",
|
|
305
367
|
"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>",
|
|
306
368
|
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
307
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
369
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/DateInput/DateInput.types.ts#L140"
|
|
308
370
|
},
|
|
309
371
|
{
|
|
310
372
|
"name": "onClear",
|
|
@@ -314,7 +376,7 @@
|
|
|
314
376
|
"description": "",
|
|
315
377
|
"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>",
|
|
316
378
|
"sourceFile": "packages/core-react/src/components/DateInput/DateInput.types.ts",
|
|
317
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
379
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/DateInput/DateInput.types.ts#L151"
|
|
318
380
|
}
|
|
319
381
|
],
|
|
320
382
|
"description": ""
|
|
@@ -330,7 +392,7 @@
|
|
|
330
392
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
331
393
|
"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>",
|
|
332
394
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
333
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
395
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L40"
|
|
334
396
|
},
|
|
335
397
|
{
|
|
336
398
|
"name": "className",
|
|
@@ -340,7 +402,7 @@
|
|
|
340
402
|
"description": "Additional classNames",
|
|
341
403
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
342
404
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
343
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
405
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L45"
|
|
344
406
|
},
|
|
345
407
|
{
|
|
346
408
|
"name": "colSpan",
|
|
@@ -350,7 +412,7 @@
|
|
|
350
412
|
"description": "Number of columns in table",
|
|
351
413
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Number of columns in table</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
352
414
|
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
353
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
415
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Table/Table.types.ts#L75"
|
|
354
416
|
},
|
|
355
417
|
{
|
|
356
418
|
"name": "depth",
|
|
@@ -360,7 +422,7 @@
|
|
|
360
422
|
"description": "Determines indentation of the group and content",
|
|
361
423
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Determines indentation of the group and content</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
362
424
|
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
363
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
425
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Table/Table.types.ts#L81"
|
|
364
426
|
},
|
|
365
427
|
{
|
|
366
428
|
"name": "style",
|
|
@@ -370,7 +432,7 @@
|
|
|
370
432
|
"description": "Additional CSS styles",
|
|
371
433
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
372
434
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
373
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
435
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L50"
|
|
374
436
|
}
|
|
375
437
|
],
|
|
376
438
|
"description": ""
|
|
@@ -386,7 +448,7 @@
|
|
|
386
448
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
387
449
|
"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>",
|
|
388
450
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
389
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
451
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L40"
|
|
390
452
|
},
|
|
391
453
|
{
|
|
392
454
|
"name": "className",
|
|
@@ -396,7 +458,7 @@
|
|
|
396
458
|
"description": "Additional classNames",
|
|
397
459
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
398
460
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
399
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
461
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L45"
|
|
400
462
|
},
|
|
401
463
|
{
|
|
402
464
|
"name": "style",
|
|
@@ -406,7 +468,7 @@
|
|
|
406
468
|
"description": "Additional CSS styles",
|
|
407
469
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
408
470
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
409
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
471
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L50"
|
|
410
472
|
}
|
|
411
473
|
],
|
|
412
474
|
"description": ""
|
|
@@ -422,7 +484,7 @@
|
|
|
422
484
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
423
485
|
"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>",
|
|
424
486
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
425
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
487
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L40"
|
|
426
488
|
},
|
|
427
489
|
{
|
|
428
490
|
"name": "className",
|
|
@@ -432,7 +494,7 @@
|
|
|
432
494
|
"description": "Additional classNames",
|
|
433
495
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
434
496
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
435
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
497
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L45"
|
|
436
498
|
},
|
|
437
499
|
{
|
|
438
500
|
"name": "snugfit",
|
|
@@ -442,7 +504,7 @@
|
|
|
442
504
|
"description": "Shrink the cell around the contents",
|
|
443
505
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Shrink the cell around the contents</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
444
506
|
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
445
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
507
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Table/Table.types.ts#L98"
|
|
446
508
|
},
|
|
447
509
|
{
|
|
448
510
|
"name": "sortable",
|
|
@@ -452,7 +514,7 @@
|
|
|
452
514
|
"description": "Is this the column sortable",
|
|
453
515
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Is this the column sortable</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
454
516
|
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
455
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
517
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Table/Table.types.ts#L91"
|
|
456
518
|
},
|
|
457
519
|
{
|
|
458
520
|
"name": "style",
|
|
@@ -462,17 +524,89 @@
|
|
|
462
524
|
"description": "Additional CSS styles",
|
|
463
525
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
464
526
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
465
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
527
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L50"
|
|
466
528
|
},
|
|
467
529
|
{
|
|
468
530
|
"name": "variant",
|
|
469
531
|
"required": false,
|
|
470
|
-
"type": "<
|
|
471
|
-
"typeDetail": "<span class=\"tsd-signature-type\">
|
|
532
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">TableCellVariant</a>",
|
|
533
|
+
"typeDetail": "<span class=\"tsd-signature-type\">""</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"asc"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"desc"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"snugfit"</span>",
|
|
472
534
|
"description": "Allows for setting ascending or descending sorting icon",
|
|
473
535
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Allows for setting ascending or descending sorting icon</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>''</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
474
536
|
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
475
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
537
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Table/Table.types.ts#L105"
|
|
538
|
+
}
|
|
539
|
+
],
|
|
540
|
+
"description": ""
|
|
541
|
+
},
|
|
542
|
+
"HeaderProps": {
|
|
543
|
+
"name": "HeaderProps",
|
|
544
|
+
"properties": [
|
|
545
|
+
{
|
|
546
|
+
"name": "children",
|
|
547
|
+
"required": false,
|
|
548
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
549
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
550
|
+
"description": "Instead of using the default children, you can pass in your own.",
|
|
551
|
+
"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>",
|
|
552
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
553
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L40"
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
"name": "className",
|
|
557
|
+
"required": false,
|
|
558
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
559
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
560
|
+
"description": "Additional classNames",
|
|
561
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
562
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
563
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L45"
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"name": "style",
|
|
567
|
+
"required": false,
|
|
568
|
+
"type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
569
|
+
"typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
570
|
+
"description": "Additional CSS styles",
|
|
571
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
572
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
573
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L50"
|
|
574
|
+
}
|
|
575
|
+
],
|
|
576
|
+
"description": ""
|
|
577
|
+
},
|
|
578
|
+
"HeaderRowProps": {
|
|
579
|
+
"name": "HeaderRowProps",
|
|
580
|
+
"properties": [
|
|
581
|
+
{
|
|
582
|
+
"name": "children",
|
|
583
|
+
"required": false,
|
|
584
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
585
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
586
|
+
"description": "Instead of using the default children, you can pass in your own.",
|
|
587
|
+
"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>",
|
|
588
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
589
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L40"
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"name": "className",
|
|
593
|
+
"required": false,
|
|
594
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
595
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
596
|
+
"description": "Additional classNames",
|
|
597
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
598
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
599
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L45"
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"name": "style",
|
|
603
|
+
"required": false,
|
|
604
|
+
"type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
605
|
+
"typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
606
|
+
"description": "Additional CSS styles",
|
|
607
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
608
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
609
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L50"
|
|
476
610
|
}
|
|
477
611
|
],
|
|
478
612
|
"description": ""
|
|
@@ -488,7 +622,7 @@
|
|
|
488
622
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
489
623
|
"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>",
|
|
490
624
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
491
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
625
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L40"
|
|
492
626
|
},
|
|
493
627
|
{
|
|
494
628
|
"name": "className",
|
|
@@ -498,7 +632,7 @@
|
|
|
498
632
|
"description": "Additional classNames",
|
|
499
633
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
500
634
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
501
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
635
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L45"
|
|
502
636
|
},
|
|
503
637
|
{
|
|
504
638
|
"name": "style",
|
|
@@ -508,7 +642,7 @@
|
|
|
508
642
|
"description": "Additional CSS styles",
|
|
509
643
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
510
644
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
511
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
645
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L50"
|
|
512
646
|
}
|
|
513
647
|
],
|
|
514
648
|
"description": ""
|
|
@@ -524,7 +658,7 @@
|
|
|
524
658
|
"description": "Controls the error state of the `Input`, changing the\nbackground color and border colors to red",
|
|
525
659
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Controls the error state of the <code>Input</code>, changing the\nbackground color and border colors to red</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
526
660
|
"sourceFile": "packages/core-react/src/components/Input/Input.types.ts",
|
|
527
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
661
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Input/Input.types.ts#L9"
|
|
528
662
|
},
|
|
529
663
|
{
|
|
530
664
|
"name": "errorMessage",
|
|
@@ -534,7 +668,7 @@
|
|
|
534
668
|
"description": "Message to be displayed below the input during an error",
|
|
535
669
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Message to be displayed below the input during an error</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
536
670
|
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
537
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
671
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Table/Table.types.ts#L119"
|
|
538
672
|
},
|
|
539
673
|
{
|
|
540
674
|
"name": "processing",
|
|
@@ -544,17 +678,17 @@
|
|
|
544
678
|
"description": "Triggers the spinner for processing inline editable content",
|
|
545
679
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Triggers the spinner for processing inline editable content</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
546
680
|
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
547
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
681
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Table/Table.types.ts#L126"
|
|
548
682
|
},
|
|
549
683
|
{
|
|
550
684
|
"name": "size",
|
|
551
685
|
"required": false,
|
|
552
|
-
"type": "<
|
|
553
|
-
"typeDetail": "<span class=\"tsd-signature-type\">
|
|
686
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">InputCellSize</a>",
|
|
687
|
+
"typeDetail": "<span class=\"tsd-signature-type\">Extract</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">Size</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">"block"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"lg"</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\">"sm"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"xl"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"xs"</span><span class=\"tsd-signature-symbol\">></span>",
|
|
554
688
|
"description": "The size of the input cell and corresponding error message",
|
|
555
689
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The size of the input cell and corresponding error message</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>'block'</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
556
690
|
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
557
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
691
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Table/Table.types.ts#L133"
|
|
558
692
|
},
|
|
559
693
|
{
|
|
560
694
|
"name": "variant",
|
|
@@ -565,7 +699,7 @@
|
|
|
565
699
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p>Use the <code>error</code> prop instead</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
566
700
|
"deprecated": "Use the `error` prop instead",
|
|
567
701
|
"sourceFile": "packages/core-react/src/components/Input/Input.types.ts",
|
|
568
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
702
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Input/Input.types.ts#L15"
|
|
569
703
|
}
|
|
570
704
|
],
|
|
571
705
|
"description": ""
|
|
@@ -581,7 +715,7 @@
|
|
|
581
715
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
582
716
|
"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>",
|
|
583
717
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
584
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
718
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L40"
|
|
585
719
|
},
|
|
586
720
|
{
|
|
587
721
|
"name": "className",
|
|
@@ -591,7 +725,7 @@
|
|
|
591
725
|
"description": "Additional classNames",
|
|
592
726
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
593
727
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
594
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
728
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L45"
|
|
595
729
|
},
|
|
596
730
|
{
|
|
597
731
|
"name": "href",
|
|
@@ -601,7 +735,43 @@
|
|
|
601
735
|
"description": "Destination url",
|
|
602
736
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Destination url</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>''</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
603
737
|
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
604
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
738
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Table/Table.types.ts#L142"
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"name": "style",
|
|
742
|
+
"required": false,
|
|
743
|
+
"type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
744
|
+
"typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
745
|
+
"description": "Additional CSS styles",
|
|
746
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
747
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
748
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L50"
|
|
749
|
+
}
|
|
750
|
+
],
|
|
751
|
+
"description": ""
|
|
752
|
+
},
|
|
753
|
+
"PercentCellProps": {
|
|
754
|
+
"name": "PercentCellProps",
|
|
755
|
+
"properties": [
|
|
756
|
+
{
|
|
757
|
+
"name": "children",
|
|
758
|
+
"required": false,
|
|
759
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
760
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
761
|
+
"description": "Instead of using the default children, you can pass in your own.",
|
|
762
|
+
"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>",
|
|
763
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
764
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L40"
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
"name": "className",
|
|
768
|
+
"required": false,
|
|
769
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
770
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
771
|
+
"description": "Additional classNames",
|
|
772
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
773
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
774
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L45"
|
|
605
775
|
},
|
|
606
776
|
{
|
|
607
777
|
"name": "style",
|
|
@@ -611,7 +781,7 @@
|
|
|
611
781
|
"description": "Additional CSS styles",
|
|
612
782
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
613
783
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
614
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
784
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L50"
|
|
615
785
|
}
|
|
616
786
|
],
|
|
617
787
|
"description": ""
|
|
@@ -627,7 +797,7 @@
|
|
|
627
797
|
"description": "",
|
|
628
798
|
"descriptionHtml": "",
|
|
629
799
|
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
630
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
800
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Select/Select.types.ts#L96"
|
|
631
801
|
},
|
|
632
802
|
{
|
|
633
803
|
"name": "afterShow",
|
|
@@ -637,7 +807,7 @@
|
|
|
637
807
|
"description": "",
|
|
638
808
|
"descriptionHtml": "",
|
|
639
809
|
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
640
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
810
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Select/Select.types.ts#L100"
|
|
641
811
|
},
|
|
642
812
|
{
|
|
643
813
|
"name": "beforeHide",
|
|
@@ -647,7 +817,7 @@
|
|
|
647
817
|
"description": "",
|
|
648
818
|
"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>",
|
|
649
819
|
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
650
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
820
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Select/Select.types.ts#L104"
|
|
651
821
|
},
|
|
652
822
|
{
|
|
653
823
|
"name": "beforeShow",
|
|
@@ -657,7 +827,7 @@
|
|
|
657
827
|
"description": "",
|
|
658
828
|
"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>",
|
|
659
829
|
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
660
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
830
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Select/Select.types.ts#L108"
|
|
661
831
|
},
|
|
662
832
|
{
|
|
663
833
|
"name": "block",
|
|
@@ -667,7 +837,7 @@
|
|
|
667
837
|
"description": "Make the Select button 100% width",
|
|
668
838
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Make the Select button 100% width</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
669
839
|
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
670
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
840
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Select/Select.types.ts#L114"
|
|
671
841
|
},
|
|
672
842
|
{
|
|
673
843
|
"name": "disabled",
|
|
@@ -677,7 +847,7 @@
|
|
|
677
847
|
"description": "",
|
|
678
848
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
679
849
|
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
680
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
850
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Select/Select.types.ts#L120"
|
|
681
851
|
},
|
|
682
852
|
{
|
|
683
853
|
"name": "emptyMessage",
|
|
@@ -687,7 +857,7 @@
|
|
|
687
857
|
"description": "When there are no children this will render",
|
|
688
858
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>When there are no children this will render</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
689
859
|
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
690
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
860
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Select/Select.types.ts#L126"
|
|
691
861
|
},
|
|
692
862
|
{
|
|
693
863
|
"name": "error",
|
|
@@ -697,7 +867,7 @@
|
|
|
697
867
|
"description": "",
|
|
698
868
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
699
869
|
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
700
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
870
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Select/Select.types.ts#L132"
|
|
701
871
|
},
|
|
702
872
|
{
|
|
703
873
|
"name": "errorMessage",
|
|
@@ -707,7 +877,7 @@
|
|
|
707
877
|
"description": "Message to be displayed below the select during an error",
|
|
708
878
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Message to be displayed below the select during an error</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>''</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
709
879
|
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
710
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
880
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Table/Table.types.ts#L153"
|
|
711
881
|
},
|
|
712
882
|
{
|
|
713
883
|
"name": "footer",
|
|
@@ -717,7 +887,7 @@
|
|
|
717
887
|
"description": "",
|
|
718
888
|
"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>",
|
|
719
889
|
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
720
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
890
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Select/Select.types.ts#L136"
|
|
721
891
|
},
|
|
722
892
|
{
|
|
723
893
|
"name": "hideDelay",
|
|
@@ -727,7 +897,7 @@
|
|
|
727
897
|
"description": "",
|
|
728
898
|
"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>",
|
|
729
899
|
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
730
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
900
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Select/Select.types.ts#L140"
|
|
731
901
|
},
|
|
732
902
|
{
|
|
733
903
|
"name": "i18nScope",
|
|
@@ -737,7 +907,7 @@
|
|
|
737
907
|
"description": "The i18n key to use for the select's configurable strings.\nDefaults to using the core library's default strings.",
|
|
738
908
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The i18n key to use for the select's configurable strings.\nDefaults to using the core library's default strings.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
739
909
|
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
740
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
910
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Select/Select.types.ts#L146"
|
|
741
911
|
},
|
|
742
912
|
{
|
|
743
913
|
"name": "label",
|
|
@@ -747,7 +917,7 @@
|
|
|
747
917
|
"description": "",
|
|
748
918
|
"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>",
|
|
749
919
|
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
750
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
920
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Select/Select.types.ts#L150"
|
|
751
921
|
},
|
|
752
922
|
{
|
|
753
923
|
"name": "loading",
|
|
@@ -757,7 +927,7 @@
|
|
|
757
927
|
"description": "If the select is loading",
|
|
758
928
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>If the select is loading</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
759
929
|
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
760
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
930
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Select/Select.types.ts#L157"
|
|
761
931
|
},
|
|
762
932
|
{
|
|
763
933
|
"name": "onScrollBottom",
|
|
@@ -767,17 +937,17 @@
|
|
|
767
937
|
"description": "",
|
|
768
938
|
"descriptionHtml": "",
|
|
769
939
|
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
770
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
940
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Select/Select.types.ts#L171"
|
|
771
941
|
},
|
|
772
942
|
{
|
|
773
943
|
"name": "onSelect",
|
|
774
944
|
"required": false,
|
|
775
|
-
"type": "<span class=\"tsd-signature-symbol\">(</span>selection<span class=\"tsd-signature-symbol\">: </span><a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">Selection</a><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\"> => </span><span class=\"tsd-signature-type\">any</span>",
|
|
776
|
-
"typeDetail": "<span class=\"tsd-signature-symbol\">(</span>selection<span class=\"tsd-signature-symbol\">: </span><a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">Selection</a><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\"> => </span><span class=\"tsd-signature-type\">any</span>",
|
|
945
|
+
"type": "<span class=\"tsd-signature-symbol\">(</span>selection<span class=\"tsd-signature-symbol\">: </span><a class=\"tsd-signature-type\" data-tsd-kind=\"Namespace\">MenuImperative</a><span class=\"tsd-signature-symbol\">.</span><a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">Selection</a><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\"> => </span><span class=\"tsd-signature-type\">any</span>",
|
|
946
|
+
"typeDetail": "<span class=\"tsd-signature-symbol\">(</span>selection<span class=\"tsd-signature-symbol\">: </span><a class=\"tsd-signature-type\" data-tsd-kind=\"Namespace\">MenuImperative</a><span class=\"tsd-signature-symbol\">.</span><a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">Selection</a><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\"> => </span><span class=\"tsd-signature-type\">any</span>",
|
|
777
947
|
"description": "",
|
|
778
948
|
"descriptionHtml": "",
|
|
779
949
|
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
780
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
950
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Select/Select.types.ts#L181"
|
|
781
951
|
},
|
|
782
952
|
{
|
|
783
953
|
"name": "optionsRef",
|
|
@@ -787,7 +957,7 @@
|
|
|
787
957
|
"description": "",
|
|
788
958
|
"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>",
|
|
789
959
|
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
790
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
960
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Select/Select.types.ts#L185"
|
|
791
961
|
},
|
|
792
962
|
{
|
|
793
963
|
"name": "placeholder",
|
|
@@ -797,7 +967,7 @@
|
|
|
797
967
|
"description": "Renders when the label is blank",
|
|
798
968
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Renders when the label is blank</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
799
969
|
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
800
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
970
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Select/Select.types.ts#L191"
|
|
801
971
|
},
|
|
802
972
|
{
|
|
803
973
|
"name": "placement",
|
|
@@ -807,7 +977,7 @@
|
|
|
807
977
|
"description": "The placement of the overlay",
|
|
808
978
|
"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>",
|
|
809
979
|
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
810
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
980
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Select/Select.types.ts#L198"
|
|
811
981
|
},
|
|
812
982
|
{
|
|
813
983
|
"name": "processing",
|
|
@@ -817,7 +987,7 @@
|
|
|
817
987
|
"description": "Triggers the spinner that covers inline editable content",
|
|
818
988
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Triggers the spinner that covers inline editable content</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
819
989
|
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
820
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
990
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Table/Table.types.ts#L160"
|
|
821
991
|
},
|
|
822
992
|
{
|
|
823
993
|
"name": "qa",
|
|
@@ -827,7 +997,7 @@
|
|
|
827
997
|
"description": "",
|
|
828
998
|
"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>",
|
|
829
999
|
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
830
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1000
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Select/Select.types.ts#L202"
|
|
831
1001
|
},
|
|
832
1002
|
{
|
|
833
1003
|
"name": "showDelay",
|
|
@@ -837,7 +1007,7 @@
|
|
|
837
1007
|
"description": "",
|
|
838
1008
|
"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>",
|
|
839
1009
|
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
840
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1010
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Select/Select.types.ts#L206"
|
|
841
1011
|
},
|
|
842
1012
|
{
|
|
843
1013
|
"name": "tabIndex",
|
|
@@ -847,7 +1017,7 @@
|
|
|
847
1017
|
"description": "Configurable tabIndex for the select button",
|
|
848
1018
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Configurable tabIndex for the select button</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>0</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
849
1019
|
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
850
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1020
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Select/Select.types.ts#L213"
|
|
851
1021
|
},
|
|
852
1022
|
{
|
|
853
1023
|
"name": "onClear",
|
|
@@ -857,7 +1027,7 @@
|
|
|
857
1027
|
"description": "It is possible for this component to have an empty value\n(render placeholder). Enables the x icon.",
|
|
858
1028
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>It is possible for this component to have an empty value\n(render placeholder). Enables the x icon.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
859
1029
|
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
860
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1030
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Select/Select.types.ts#L164"
|
|
861
1031
|
},
|
|
862
1032
|
{
|
|
863
1033
|
"name": "onSearch",
|
|
@@ -867,7 +1037,7 @@
|
|
|
867
1037
|
"description": "Adds a search bar to the select.",
|
|
868
1038
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Adds a search bar to the select.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
869
1039
|
"sourceFile": "packages/core-react/src/components/Select/Select.types.ts",
|
|
870
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1040
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Select/Select.types.ts#L177"
|
|
871
1041
|
}
|
|
872
1042
|
],
|
|
873
1043
|
"description": ""
|
|
@@ -883,7 +1053,7 @@
|
|
|
883
1053
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
884
1054
|
"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>",
|
|
885
1055
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
886
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1056
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L40"
|
|
887
1057
|
},
|
|
888
1058
|
{
|
|
889
1059
|
"name": "className",
|
|
@@ -893,7 +1063,7 @@
|
|
|
893
1063
|
"description": "Additional classNames",
|
|
894
1064
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
895
1065
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
896
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1066
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L45"
|
|
897
1067
|
},
|
|
898
1068
|
{
|
|
899
1069
|
"name": "inline",
|
|
@@ -903,7 +1073,7 @@
|
|
|
903
1073
|
"description": "",
|
|
904
1074
|
"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>",
|
|
905
1075
|
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
906
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1076
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Table/Table.types.ts#L188"
|
|
907
1077
|
},
|
|
908
1078
|
{
|
|
909
1079
|
"name": "style",
|
|
@@ -913,7 +1083,7 @@
|
|
|
913
1083
|
"description": "Additional CSS styles",
|
|
914
1084
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
915
1085
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
916
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1086
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L50"
|
|
917
1087
|
},
|
|
918
1088
|
{
|
|
919
1089
|
"name": "variant",
|
|
@@ -923,7 +1093,7 @@
|
|
|
923
1093
|
"description": "The table variant",
|
|
924
1094
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The table variant</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
925
1095
|
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
926
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1096
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Table/Table.types.ts#L194"
|
|
927
1097
|
}
|
|
928
1098
|
],
|
|
929
1099
|
"description": ""
|
|
@@ -939,7 +1109,7 @@
|
|
|
939
1109
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
940
1110
|
"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>",
|
|
941
1111
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
942
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1112
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L40"
|
|
943
1113
|
},
|
|
944
1114
|
{
|
|
945
1115
|
"name": "className",
|
|
@@ -949,7 +1119,7 @@
|
|
|
949
1119
|
"description": "Additional classNames",
|
|
950
1120
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
951
1121
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
952
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1122
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L45"
|
|
953
1123
|
},
|
|
954
1124
|
{
|
|
955
1125
|
"name": "errorMessage",
|
|
@@ -959,7 +1129,7 @@
|
|
|
959
1129
|
"description": "Message to be displayed below the textarea during an error",
|
|
960
1130
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Message to be displayed below the textarea during an error</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
961
1131
|
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
962
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1132
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Table/Table.types.ts#L202"
|
|
963
1133
|
},
|
|
964
1134
|
{
|
|
965
1135
|
"name": "processing",
|
|
@@ -969,7 +1139,7 @@
|
|
|
969
1139
|
"description": "Triggers the spinner for processing inline editable content",
|
|
970
1140
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Triggers the spinner for processing inline editable content</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
971
1141
|
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
972
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1142
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Table/Table.types.ts#L208"
|
|
973
1143
|
},
|
|
974
1144
|
{
|
|
975
1145
|
"name": "resizable",
|
|
@@ -979,7 +1149,7 @@
|
|
|
979
1149
|
"description": "Sets whether it is resizable",
|
|
980
1150
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Sets whether it is resizable</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
981
1151
|
"sourceFile": "packages/core-react/src/components/Table/Table.types.ts",
|
|
982
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1152
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Table/Table.types.ts#L214"
|
|
983
1153
|
},
|
|
984
1154
|
{
|
|
985
1155
|
"name": "style",
|
|
@@ -989,7 +1159,7 @@
|
|
|
989
1159
|
"description": "Additional CSS styles",
|
|
990
1160
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
991
1161
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
992
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1162
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L50"
|
|
993
1163
|
}
|
|
994
1164
|
],
|
|
995
1165
|
"description": ""
|
|
@@ -1005,7 +1175,7 @@
|
|
|
1005
1175
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
1006
1176
|
"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>",
|
|
1007
1177
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
1008
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1178
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L40"
|
|
1009
1179
|
},
|
|
1010
1180
|
{
|
|
1011
1181
|
"name": "className",
|
|
@@ -1015,7 +1185,7 @@
|
|
|
1015
1185
|
"description": "Additional classNames",
|
|
1016
1186
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
1017
1187
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
1018
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1188
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L45"
|
|
1019
1189
|
},
|
|
1020
1190
|
{
|
|
1021
1191
|
"name": "style",
|
|
@@ -1025,7 +1195,7 @@
|
|
|
1025
1195
|
"description": "Additional CSS styles",
|
|
1026
1196
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
1027
1197
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
1028
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
1198
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L50"
|
|
1029
1199
|
}
|
|
1030
1200
|
],
|
|
1031
1201
|
"description": ""
|