@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": "displayDate",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"description": "Controls the month displayed on the calendar, can be different from selected.",
|
|
31
31
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Controls the month displayed on the calendar, can be different from selected.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>new Date()</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
32
32
|
"sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
|
|
33
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Calendar/Calendar.types.ts#L22"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"name": "monthRef",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"description": "Provide a function to disable dates. Must return a boolean.",
|
|
41
41
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Provide a function to disable dates. Must return a boolean.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
42
42
|
"sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
|
|
43
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
43
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Calendar/Calendar.types.ts#L35"
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
"name": "selectedEnd",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"description": "End of the highlight of a day range",
|
|
51
51
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>End of the highlight of a day range</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/Calendar/Calendar.types.ts",
|
|
53
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
53
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Calendar/Calendar.types.ts#L45"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
"name": "selectedStart",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"description": "Start of the highlight of a day range",
|
|
61
61
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Start of the highlight of a day range</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
62
62
|
"sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
|
|
63
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
63
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Calendar/Calendar.types.ts#L50"
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
66
|
"name": "style",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"description": "Additional CSS styles",
|
|
71
71
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
72
72
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
73
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
73
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L50"
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
76
|
"name": "yearRef",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"description": "",
|
|
81
81
|
"descriptionHtml": "",
|
|
82
82
|
"sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
|
|
83
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
83
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Calendar/Calendar.types.ts#L51"
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
"name": "disabledDate",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"description": "",
|
|
91
91
|
"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>",
|
|
92
92
|
"sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
|
|
93
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
93
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Calendar/Calendar.types.ts#L30"
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
96
|
"name": "onSelect",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"description": "Click handler for selecting a day.",
|
|
101
101
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Click handler for selecting a day.</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/components/Calendar/Calendar.types.ts",
|
|
103
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
103
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Calendar/Calendar.types.ts#L40"
|
|
104
104
|
}
|
|
105
105
|
],
|
|
106
106
|
"description": ""
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
117
117
|
"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>",
|
|
118
118
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
119
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
119
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L40"
|
|
120
120
|
},
|
|
121
121
|
{
|
|
122
122
|
"name": "className",
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"description": "Additional classNames",
|
|
127
127
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
128
128
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
129
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
129
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L45"
|
|
130
130
|
},
|
|
131
131
|
{
|
|
132
132
|
"name": "style",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"description": "Additional CSS styles",
|
|
137
137
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
138
138
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
139
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
139
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L50"
|
|
140
140
|
}
|
|
141
141
|
],
|
|
142
142
|
"description": ""
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
153
153
|
"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>",
|
|
154
154
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
155
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
155
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L40"
|
|
156
156
|
},
|
|
157
157
|
{
|
|
158
158
|
"name": "className",
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
"description": "Additional classNames",
|
|
163
163
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
164
164
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
165
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
165
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L45"
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
168
|
"name": "displayDate",
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
"description": "Controls the month displayed on the calendar, can be different from selected.",
|
|
173
173
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Controls the month displayed on the calendar, can be different from selected.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>new Date()</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
174
174
|
"sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
|
|
175
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
175
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Calendar/Calendar.types.ts#L22"
|
|
176
176
|
},
|
|
177
177
|
{
|
|
178
178
|
"name": "monthRef",
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
"description": "Provide a function to disable dates. Must return a boolean.",
|
|
183
183
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Provide a function to disable dates. Must return a boolean.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
184
184
|
"sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
|
|
185
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
185
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Calendar/Calendar.types.ts#L35"
|
|
186
186
|
},
|
|
187
187
|
{
|
|
188
188
|
"name": "selectedEnd",
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
"description": "End of the highlight of a day range",
|
|
193
193
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>End of the highlight of a day range</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
194
194
|
"sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
|
|
195
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
195
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Calendar/Calendar.types.ts#L45"
|
|
196
196
|
},
|
|
197
197
|
{
|
|
198
198
|
"name": "selectedStart",
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
"description": "Start of the highlight of a day range",
|
|
203
203
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Start of the highlight of a day range</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
204
204
|
"sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
|
|
205
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
205
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Calendar/Calendar.types.ts#L50"
|
|
206
206
|
},
|
|
207
207
|
{
|
|
208
208
|
"name": "style",
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
"description": "Additional CSS styles",
|
|
213
213
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
214
214
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
215
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
215
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L50"
|
|
216
216
|
},
|
|
217
217
|
{
|
|
218
218
|
"name": "yearRef",
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
"description": "",
|
|
223
223
|
"descriptionHtml": "",
|
|
224
224
|
"sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
|
|
225
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
225
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Calendar/Calendar.types.ts#L51"
|
|
226
226
|
},
|
|
227
227
|
{
|
|
228
228
|
"name": "disabledDate",
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
"description": "",
|
|
233
233
|
"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>",
|
|
234
234
|
"sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
|
|
235
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
235
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Calendar/Calendar.types.ts#L30"
|
|
236
236
|
},
|
|
237
237
|
{
|
|
238
238
|
"name": "onNavigate",
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
"description": "Click handler for navigating the calendar, with arrows or selects.",
|
|
243
243
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Click handler for navigating the calendar, with arrows or selects.</p>\n</div></div>",
|
|
244
244
|
"sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
|
|
245
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
245
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Calendar/Calendar.types.ts#L8"
|
|
246
246
|
},
|
|
247
247
|
{
|
|
248
248
|
"name": "onSelect",
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
"description": "Click handler for selecting a day.",
|
|
253
253
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Click handler for selecting a day.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
254
254
|
"sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
|
|
255
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
255
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Calendar/Calendar.types.ts#L40"
|
|
256
256
|
}
|
|
257
257
|
],
|
|
258
258
|
"description": ""
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
269
269
|
"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>",
|
|
270
270
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
271
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
271
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L40"
|
|
272
272
|
},
|
|
273
273
|
{
|
|
274
274
|
"name": "className",
|
|
@@ -278,7 +278,7 @@
|
|
|
278
278
|
"description": "Additional classNames",
|
|
279
279
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
280
280
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
281
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
281
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L45"
|
|
282
282
|
},
|
|
283
283
|
{
|
|
284
284
|
"name": "disabled",
|
|
@@ -288,7 +288,7 @@
|
|
|
288
288
|
"description": "",
|
|
289
289
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
290
290
|
"sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
|
|
291
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
291
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Calendar/Calendar.types.ts#L58"
|
|
292
292
|
},
|
|
293
293
|
{
|
|
294
294
|
"name": "isCurrentMonth",
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
"description": "",
|
|
299
299
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
300
300
|
"sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
|
|
301
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
301
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Calendar/Calendar.types.ts#L62"
|
|
302
302
|
},
|
|
303
303
|
{
|
|
304
304
|
"name": "isRangeEnd",
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
"description": "",
|
|
309
309
|
"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>",
|
|
310
310
|
"sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
|
|
311
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
311
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Calendar/Calendar.types.ts#L66"
|
|
312
312
|
},
|
|
313
313
|
{
|
|
314
314
|
"name": "isRangeStart",
|
|
@@ -318,7 +318,7 @@
|
|
|
318
318
|
"description": "",
|
|
319
319
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
320
320
|
"sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
|
|
321
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
321
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Calendar/Calendar.types.ts#L70"
|
|
322
322
|
},
|
|
323
323
|
{
|
|
324
324
|
"name": "isToday",
|
|
@@ -328,7 +328,7 @@
|
|
|
328
328
|
"description": "",
|
|
329
329
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
330
330
|
"sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
|
|
331
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
331
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Calendar/Calendar.types.ts#L74"
|
|
332
332
|
},
|
|
333
333
|
{
|
|
334
334
|
"name": "onClick",
|
|
@@ -338,7 +338,7 @@
|
|
|
338
338
|
"description": "",
|
|
339
339
|
"descriptionHtml": "",
|
|
340
340
|
"sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
|
|
341
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
341
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Calendar/Calendar.types.ts#L78"
|
|
342
342
|
},
|
|
343
343
|
{
|
|
344
344
|
"name": "selected",
|
|
@@ -348,7 +348,7 @@
|
|
|
348
348
|
"description": "",
|
|
349
349
|
"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>",
|
|
350
350
|
"sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
|
|
351
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
351
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Calendar/Calendar.types.ts#L82"
|
|
352
352
|
},
|
|
353
353
|
{
|
|
354
354
|
"name": "style",
|
|
@@ -358,7 +358,7 @@
|
|
|
358
358
|
"description": "Additional CSS styles",
|
|
359
359
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
360
360
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
361
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
361
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L50"
|
|
362
362
|
}
|
|
363
363
|
],
|
|
364
364
|
"description": ""
|
|
@@ -374,7 +374,7 @@
|
|
|
374
374
|
"description": "",
|
|
375
375
|
"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>",
|
|
376
376
|
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
377
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
377
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/layouts/Box/Box.types.ts#L118"
|
|
378
378
|
},
|
|
379
379
|
{
|
|
380
380
|
"name": "alignItems",
|
|
@@ -384,7 +384,7 @@
|
|
|
384
384
|
"description": "",
|
|
385
385
|
"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>",
|
|
386
386
|
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
387
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
387
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/layouts/Box/Box.types.ts#L122"
|
|
388
388
|
},
|
|
389
389
|
{
|
|
390
390
|
"name": "alignSelf",
|
|
@@ -394,7 +394,7 @@
|
|
|
394
394
|
"description": "",
|
|
395
395
|
"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>",
|
|
396
396
|
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
397
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
397
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/layouts/Box/Box.types.ts#L126"
|
|
398
398
|
},
|
|
399
399
|
{
|
|
400
400
|
"name": "children",
|
|
@@ -404,7 +404,7 @@
|
|
|
404
404
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
405
405
|
"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>",
|
|
406
406
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
407
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
407
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L40"
|
|
408
408
|
},
|
|
409
409
|
{
|
|
410
410
|
"name": "className",
|
|
@@ -414,7 +414,7 @@
|
|
|
414
414
|
"description": "Additional classNames",
|
|
415
415
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
416
416
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
417
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
417
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L45"
|
|
418
418
|
},
|
|
419
419
|
{
|
|
420
420
|
"name": "display",
|
|
@@ -424,7 +424,7 @@
|
|
|
424
424
|
"description": "",
|
|
425
425
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
426
426
|
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
427
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
427
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/layouts/Box/Box.types.ts#L146"
|
|
428
428
|
},
|
|
429
429
|
{
|
|
430
430
|
"name": "flex",
|
|
@@ -434,7 +434,7 @@
|
|
|
434
434
|
"description": "Alias to the `flex` property on a flexbox child.",
|
|
435
435
|
"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>",
|
|
436
436
|
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
437
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
437
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/layouts/Box/Box.types.ts#L152"
|
|
438
438
|
},
|
|
439
439
|
{
|
|
440
440
|
"name": "flexBasis",
|
|
@@ -444,7 +444,7 @@
|
|
|
444
444
|
"description": "Alias to the `basis` property on a flexbox child.",
|
|
445
445
|
"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>",
|
|
446
446
|
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
447
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
447
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/layouts/Box/Box.types.ts#L158"
|
|
448
448
|
},
|
|
449
449
|
{
|
|
450
450
|
"name": "flexDirection",
|
|
@@ -454,7 +454,7 @@
|
|
|
454
454
|
"description": "Alias to the `direction` property on a flexbox child.",
|
|
455
455
|
"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>",
|
|
456
456
|
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
457
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
457
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/layouts/Box/Box.types.ts#L164"
|
|
458
458
|
},
|
|
459
459
|
{
|
|
460
460
|
"name": "flexGrow",
|
|
@@ -464,7 +464,7 @@
|
|
|
464
464
|
"description": "Alias to the `grow` property on a flexbox child.",
|
|
465
465
|
"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>",
|
|
466
466
|
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
467
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
467
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/layouts/Box/Box.types.ts#L170"
|
|
468
468
|
},
|
|
469
469
|
{
|
|
470
470
|
"name": "flexShrink",
|
|
@@ -474,7 +474,7 @@
|
|
|
474
474
|
"description": "Alias to the `shrink` property on a flexbox child.",
|
|
475
475
|
"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>",
|
|
476
476
|
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
477
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
477
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/layouts/Box/Box.types.ts#L176"
|
|
478
478
|
},
|
|
479
479
|
{
|
|
480
480
|
"name": "flexWrap",
|
|
@@ -484,7 +484,7 @@
|
|
|
484
484
|
"description": "Alias to the `wrap` property on a flexbox child.",
|
|
485
485
|
"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>",
|
|
486
486
|
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
487
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
487
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/layouts/Box/Box.types.ts#L182"
|
|
488
488
|
},
|
|
489
489
|
{
|
|
490
490
|
"name": "justifyContent",
|
|
@@ -494,7 +494,7 @@
|
|
|
494
494
|
"description": "",
|
|
495
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>",
|
|
496
496
|
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
497
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
497
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/layouts/Box/Box.types.ts#L130"
|
|
498
498
|
},
|
|
499
499
|
{
|
|
500
500
|
"name": "margin",
|
|
@@ -504,7 +504,7 @@
|
|
|
504
504
|
"description": "",
|
|
505
505
|
"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>",
|
|
506
506
|
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
507
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
507
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/layouts/Box/Box.types.ts#L69"
|
|
508
508
|
},
|
|
509
509
|
{
|
|
510
510
|
"name": "marginBottom",
|
|
@@ -514,7 +514,7 @@
|
|
|
514
514
|
"description": "",
|
|
515
515
|
"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>",
|
|
516
516
|
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
517
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
517
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/layouts/Box/Box.types.ts#L73"
|
|
518
518
|
},
|
|
519
519
|
{
|
|
520
520
|
"name": "marginLeft",
|
|
@@ -524,7 +524,7 @@
|
|
|
524
524
|
"description": "",
|
|
525
525
|
"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>",
|
|
526
526
|
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
527
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
527
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/layouts/Box/Box.types.ts#L77"
|
|
528
528
|
},
|
|
529
529
|
{
|
|
530
530
|
"name": "marginRight",
|
|
@@ -534,7 +534,7 @@
|
|
|
534
534
|
"description": "",
|
|
535
535
|
"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>",
|
|
536
536
|
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
537
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
537
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/layouts/Box/Box.types.ts#L81"
|
|
538
538
|
},
|
|
539
539
|
{
|
|
540
540
|
"name": "marginTop",
|
|
@@ -544,7 +544,7 @@
|
|
|
544
544
|
"description": "",
|
|
545
545
|
"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>",
|
|
546
546
|
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
547
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
547
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/layouts/Box/Box.types.ts#L85"
|
|
548
548
|
},
|
|
549
549
|
{
|
|
550
550
|
"name": "order",
|
|
@@ -554,7 +554,7 @@
|
|
|
554
554
|
"description": "Alias to the `order` property on a flexbox child.",
|
|
555
555
|
"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>",
|
|
556
556
|
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
557
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
557
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/layouts/Box/Box.types.ts#L188"
|
|
558
558
|
},
|
|
559
559
|
{
|
|
560
560
|
"name": "padding",
|
|
@@ -564,7 +564,7 @@
|
|
|
564
564
|
"description": "",
|
|
565
565
|
"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>",
|
|
566
566
|
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
567
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
567
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/layouts/Box/Box.types.ts#L92"
|
|
568
568
|
},
|
|
569
569
|
{
|
|
570
570
|
"name": "paddingBottom",
|
|
@@ -574,7 +574,7 @@
|
|
|
574
574
|
"description": "",
|
|
575
575
|
"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>",
|
|
576
576
|
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
577
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
577
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/layouts/Box/Box.types.ts#L96"
|
|
578
578
|
},
|
|
579
579
|
{
|
|
580
580
|
"name": "paddingLeft",
|
|
@@ -584,7 +584,7 @@
|
|
|
584
584
|
"description": "",
|
|
585
585
|
"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>",
|
|
586
586
|
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
587
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
587
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/layouts/Box/Box.types.ts#L100"
|
|
588
588
|
},
|
|
589
589
|
{
|
|
590
590
|
"name": "paddingRight",
|
|
@@ -594,7 +594,7 @@
|
|
|
594
594
|
"description": "",
|
|
595
595
|
"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>",
|
|
596
596
|
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
597
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
597
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/layouts/Box/Box.types.ts#L104"
|
|
598
598
|
},
|
|
599
599
|
{
|
|
600
600
|
"name": "paddingTop",
|
|
@@ -604,7 +604,7 @@
|
|
|
604
604
|
"description": "",
|
|
605
605
|
"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>",
|
|
606
606
|
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
607
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
607
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/layouts/Box/Box.types.ts#L108"
|
|
608
608
|
},
|
|
609
609
|
{
|
|
610
610
|
"name": "style",
|
|
@@ -614,7 +614,7 @@
|
|
|
614
614
|
"description": "Additional CSS styles",
|
|
615
615
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
616
616
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
617
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
617
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L50"
|
|
618
618
|
},
|
|
619
619
|
{
|
|
620
620
|
"name": "tabIndex",
|
|
@@ -624,7 +624,7 @@
|
|
|
624
624
|
"description": "",
|
|
625
625
|
"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>",
|
|
626
626
|
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
627
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
627
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/layouts/Box/Box.types.ts#L192"
|
|
628
628
|
},
|
|
629
629
|
{
|
|
630
630
|
"name": "textAlign",
|
|
@@ -634,7 +634,7 @@
|
|
|
634
634
|
"description": "",
|
|
635
635
|
"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>",
|
|
636
636
|
"sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
|
|
637
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
637
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/layouts/Box/Box.types.ts#L196"
|
|
638
638
|
}
|
|
639
639
|
],
|
|
640
640
|
"description": ""
|
|
@@ -650,7 +650,7 @@
|
|
|
650
650
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
651
651
|
"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>",
|
|
652
652
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
653
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
653
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L40"
|
|
654
654
|
},
|
|
655
655
|
{
|
|
656
656
|
"name": "className",
|
|
@@ -660,7 +660,7 @@
|
|
|
660
660
|
"description": "Additional classNames",
|
|
661
661
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
662
662
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
663
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
663
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L45"
|
|
664
664
|
},
|
|
665
665
|
{
|
|
666
666
|
"name": "style",
|
|
@@ -670,7 +670,7 @@
|
|
|
670
670
|
"description": "Additional CSS styles",
|
|
671
671
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
672
672
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
673
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
673
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L50"
|
|
674
674
|
},
|
|
675
675
|
{
|
|
676
676
|
"name": "onClick",
|
|
@@ -680,7 +680,33 @@
|
|
|
680
680
|
"description": "",
|
|
681
681
|
"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>",
|
|
682
682
|
"sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
|
|
683
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
683
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Calendar/Calendar.types.ts#L145"
|
|
684
|
+
}
|
|
685
|
+
],
|
|
686
|
+
"description": ""
|
|
687
|
+
},
|
|
688
|
+
"SelectOption": {
|
|
689
|
+
"name": "SelectOption",
|
|
690
|
+
"properties": [
|
|
691
|
+
{
|
|
692
|
+
"name": "label",
|
|
693
|
+
"required": true,
|
|
694
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
695
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
696
|
+
"description": "",
|
|
697
|
+
"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>",
|
|
698
|
+
"sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
|
|
699
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Calendar/Calendar.types.ts#L152"
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
"name": "value",
|
|
703
|
+
"required": true,
|
|
704
|
+
"type": "<span class=\"tsd-signature-type\">number</span>",
|
|
705
|
+
"typeDetail": "<span class=\"tsd-signature-type\">number</span>",
|
|
706
|
+
"description": "",
|
|
707
|
+
"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>",
|
|
708
|
+
"sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
|
|
709
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Calendar/Calendar.types.ts#L156"
|
|
684
710
|
}
|
|
685
711
|
],
|
|
686
712
|
"description": ""
|
|
@@ -696,7 +722,7 @@
|
|
|
696
722
|
"description": "",
|
|
697
723
|
"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>",
|
|
698
724
|
"sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
|
|
699
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
725
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Calendar/Calendar.types.ts#L120"
|
|
700
726
|
},
|
|
701
727
|
{
|
|
702
728
|
"name": "children",
|
|
@@ -706,7 +732,7 @@
|
|
|
706
732
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
707
733
|
"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>",
|
|
708
734
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
709
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
735
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L40"
|
|
710
736
|
},
|
|
711
737
|
{
|
|
712
738
|
"name": "className",
|
|
@@ -716,7 +742,7 @@
|
|
|
716
742
|
"description": "Additional classNames",
|
|
717
743
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
718
744
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
719
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
745
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L45"
|
|
720
746
|
},
|
|
721
747
|
{
|
|
722
748
|
"name": "label",
|
|
@@ -726,17 +752,17 @@
|
|
|
726
752
|
"description": "",
|
|
727
753
|
"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>",
|
|
728
754
|
"sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
|
|
729
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
755
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Calendar/Calendar.types.ts#L124"
|
|
730
756
|
},
|
|
731
757
|
{
|
|
732
758
|
"name": "options",
|
|
733
759
|
"required": false,
|
|
734
|
-
"type": "<
|
|
735
|
-
"typeDetail": "<
|
|
760
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">SelectOption</a><span class=\"tsd-signature-symbol\">[]</span>",
|
|
761
|
+
"typeDetail": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">SelectOption</a><span class=\"tsd-signature-symbol\">[]</span>",
|
|
736
762
|
"description": "Expects an array of objects with the following shape",
|
|
737
763
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Expects an array of objects with the following shape</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
738
764
|
"sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
|
|
739
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
765
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Calendar/Calendar.types.ts#L133"
|
|
740
766
|
},
|
|
741
767
|
{
|
|
742
768
|
"name": "selected",
|
|
@@ -746,7 +772,7 @@
|
|
|
746
772
|
"description": "Identifier of the selected value",
|
|
747
773
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Identifier of the selected value</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
748
774
|
"sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
|
|
749
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
775
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Calendar/Calendar.types.ts#L138"
|
|
750
776
|
},
|
|
751
777
|
{
|
|
752
778
|
"name": "style",
|
|
@@ -756,7 +782,7 @@
|
|
|
756
782
|
"description": "Additional CSS styles",
|
|
757
783
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
758
784
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
759
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
785
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L50"
|
|
760
786
|
},
|
|
761
787
|
{
|
|
762
788
|
"name": "onSelect",
|
|
@@ -766,7 +792,7 @@
|
|
|
766
792
|
"description": "",
|
|
767
793
|
"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>",
|
|
768
794
|
"sourceFile": "packages/core-react/src/components/Calendar/Calendar.types.ts",
|
|
769
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
795
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Calendar/Calendar.types.ts#L128"
|
|
770
796
|
}
|
|
771
797
|
],
|
|
772
798
|
"description": ""
|
|
@@ -782,7 +808,7 @@
|
|
|
782
808
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
783
809
|
"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>",
|
|
784
810
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
785
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
811
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L40"
|
|
786
812
|
},
|
|
787
813
|
{
|
|
788
814
|
"name": "className",
|
|
@@ -792,7 +818,7 @@
|
|
|
792
818
|
"description": "Additional classNames",
|
|
793
819
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
794
820
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
795
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
821
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L45"
|
|
796
822
|
},
|
|
797
823
|
{
|
|
798
824
|
"name": "style",
|
|
@@ -802,7 +828,7 @@
|
|
|
802
828
|
"description": "Additional CSS styles",
|
|
803
829
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
804
830
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
805
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
831
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L50"
|
|
806
832
|
}
|
|
807
833
|
],
|
|
808
834
|
"description": ""
|
|
@@ -818,7 +844,7 @@
|
|
|
818
844
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
819
845
|
"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>",
|
|
820
846
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
821
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
847
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L40"
|
|
822
848
|
},
|
|
823
849
|
{
|
|
824
850
|
"name": "className",
|
|
@@ -828,7 +854,7 @@
|
|
|
828
854
|
"description": "Additional classNames",
|
|
829
855
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
830
856
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
831
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
857
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L45"
|
|
832
858
|
},
|
|
833
859
|
{
|
|
834
860
|
"name": "style",
|
|
@@ -838,7 +864,7 @@
|
|
|
838
864
|
"description": "Additional CSS styles",
|
|
839
865
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
840
866
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
841
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
867
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L50"
|
|
842
868
|
}
|
|
843
869
|
],
|
|
844
870
|
"description": ""
|